@tailwind base;@tailwind components;@tailwind utilities;@layer components{.custom-select{@apply w-full appearance-none border border-gray-300 rounded-lg px-4 py-2.5 pr-10 text-sm text-gray-700 bg-white outline-none cursor-pointer transition-all duration-200;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236b7280'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.1rem}.custom-select:focus{@apply border-teal-500 ring-2 ring-teal-100 shadow-sm;}.custom-select:hover:not(:disabled){@apply border-teal-400;}.custom-select:disabled{@apply bg-gray-50 text-gray-400 cursor-not-allowed border-gray-200;}}
