.custom-select option{padding:12px 16px;background-color:white;color:#374151;font-size:14px;line-height:20px;font-weight:500}.custom-select option:disabled{color:#9ca3af;font-style:italic}.custom-select optgroup{font-weight:600;color:#111827;padding:8px 12px;background-color:#f9fafb}@media screen and (-webkit-min-device-pixel-ratio:0){.custom-select,.custom-select option{background-color:white}.custom-select option{padding:10px 14px;color:#374151}.custom-select option:hover{background:linear-gradient(90deg,#f3f4f6,#f3f4f6)!important;color:#111827}.custom-select option:checked{background:linear-gradient(90deg,#eef2ff,#eef2ff)!important;color:#4f46e5;font-weight:600;position:relative}.custom-select option:checked:before{content:"✓";position:absolute;left:8px;color:#4f46e5}}@-moz-document url-prefix(){.custom-select{background-color:white;padding-right:40px}.custom-select option{padding:10px 14px;background-color:white;color:#374151;border-radius:4px;margin:2px 4px}.custom-select option:hover{background-color:#f3f4f6;color:#111827}.custom-select option:checked{background-color:#eef2ff;color:#4f46e5;font-weight:600}}.custom-select:focus{outline:none;ring:2}.custom-select:focus option:checked{background:#ddd6fe;color:#4c1d95}.custom-select option:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.custom-select option:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.custom-select::-webkit-scrollbar{width:8px}.custom-select::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.custom-select::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.custom-select::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes animate-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fade-in-0{0%{opacity:0}to{opacity:1}}@keyframes zoom-in-95{0%{transform:scale(.95)}to{transform:scale(1)}}.animate-in{animation:animate-in .2s ease-out}.fade-in-0{animation:fade-in-0 .2s ease-out}.zoom-in-95{animation:zoom-in-95 .2s ease-out}