﻿.custom-select-wrapper{display:inline-block;width:100%;opacity:0}span.custom-select-icon{display:none}.filter-wrapper span.custom-select-icon,.filter-wrapper span.custom-select-arrow{display:block}.filter-wrapper button.custom-select-trigger{padding-left:8px;padding:10px}.custom-select-trigger:hover{background-color:#f9fafb;border-color:#9ca3af}.custom-select-trigger:focus{outline:none;border-color:var(--checkbox-color);box-shadow:0 0 0 3px rgba(59,130,246,0.1)}.custom-select-trigger:focus-visible{outline:2px solid var(--checkbox-color);outline-offset:2px}.custom-select-value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:flex;align-items:center;pointer-events:none;transition:transform 0.2s ease}.custom-select-wrapper.open .custom-select-arrow{transform:translateY(-50%) rotate(180deg)}.custom-select-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:0.5rem;background-color:white;border:1px solid #e5e7eb;border-radius:0.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);max-height:20rem;overflow-y:auto;z-index:50;animation:slideDown 0.2s ease-out}@keyframes slideDown{from{opacity:0;transform:translateY(-0.5rem)}to{opacity:1;transform:translateY(0)}}.custom-select-option{padding:0.625rem 1rem;cursor:pointer;transition:background-color 0.15s ease;display:flex;align-items:center}.custom-select-option:hover{background-color:#eff6ff}.custom-select-option:first-child{border-top-left-radius:0.75rem;border-top-right-radius:0.75rem}.custom-select-option:last-child{border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem}.custom-select-option.active{background-color:var(--checkbox-color);color:white;font-weight:600}.custom-select-option.active:hover{background-color:var(--checkbox-color)}.custom-select-option[data-disabled="true"]{cursor:not-allowed;opacity:0.5;color:#9ca3af}.custom-select-option[data-disabled="true"]:hover{background-color:transparent}.custom-select-wrapper select{position:absolute !important;opacity:0 !important;pointer-events:none !important;z-index:-1 !important;left:0;top:0;width:100%;height:100%}select.custom-select{opacity:1}.custom-select-dropdown::-webkit-scrollbar{width:8px}.custom-select-dropdown::-webkit-scrollbar-track{background:#f3f4f6;border-radius:10px}.custom-select-dropdown::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.custom-select-dropdown::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width: 640px){.custom-select-dropdown{max-height:60vh}}.custom-select-option.active::after{content:"✓";margin-left:auto;font-weight:bold}.custom-select-wrapper.loading .custom-select-trigger{opacity:0.6;cursor:wait}.custom-select-wrapper.custom-select-loading .custom-select-trigger{opacity:0;pointer-events:none}.custom-select-wrapper.custom-select-loading{min-height:2.5rem}.custom-select-wrapper.disabled .custom-select-trigger{opacity:0.5;cursor:not-allowed;background-color:#f3f4f6}.custom-select-wrapper.disabled .custom-select-trigger:hover{background-color:#f3f4f6;border-color:#d1d5db}.custom-select-wrapper.error .custom-select-trigger{border-color:#ef4444}.custom-select-wrapper.error .custom-select-trigger:focus{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,0.1)}.custom-select-wrapper.success .custom-select-trigger{border-color:#10b981}
