@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

    @layer utilities {
      .content-auto {
        content-visibility: auto;
      }
      .text-shadow {
        text-shadow: 0 2px 4px rgba(0,0,0,0.1);
      }
      .bg-gradient-primary {
        background: linear-gradient(135deg, #165DFF 0%, #8B5CF6 100%);
      }
      .card-shadow {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
      }
      .input-focus {
        @apply focus:ring-2 focus:ring-primary/50 focus:border-primary transition duration-200;
      }
      .slim-input {
        @apply w-full max-w-[100px] px-2 py-1.5 text-sm border border-gray-300 rounded-lg input-focus;
      }
      .mini-input {
        @apply w-full max-w-[50px] px-2 py-1.5 text-sm border border-gray-300 rounded-lg input-focus;
      }
      .batch-input {
        @apply w-full max-w-[180px] px-2 py-1.5 text-sm border border-gray-300 rounded-lg input-focus;
      }
    }

            .btn-ver {
                margin-top: 80px;
            }