@tailwind base;@tailwind components;@tailwind utilities;@layer base{h1 {@apply text-black-700 text-xl font-semibold my-2;} input,textarea,select {font-family: inherit; font-size: inherit; @apply border border-gray-300 rounded border-solid p-1;} label {@apply block text-sm; margin-top: .5rem;} input[type=checkbox] + label {@apply inline-block;} a {@apply text-primary;} .btn {@apply py-2 px-6 rounded border border-solid border-gray-200 bg-gradient-to-b from-gray-100 to-gray-200;} .btn-action {@apply btn text-white border-primary bg-gradient-to-b from-primary-lighter to-primary;}}.alert{padding:1rem;margin-bottom:1.25rem;border:1px solid transparent;border-radius:4px;font-size:.875rem}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert p{margin-bottom:0}.alert:empty{display:none}.invalid-feedback{color:#a94442;display:block;margin:-1rem 0 2rem}
