:root{--color-placeholder:#6b6b6b}.custom-select-container{position:relative;width:100%;max-width:100%;--color-placeholder:#6b6b6b}.custom-select-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:100%;padding:15px;border:1px solid #dee2e6;border-radius:8px;background-color:#f5f5f5;cursor:pointer;transition:all .2s ease;font-size:16px;line-height:1.5;box-sizing:border-box;color:#0F0F0F}.custom-select-trigger:focus{outline:none;border-color:#E25926}.custom-select-trigger.disabled{background-color:#F9FAFB;border-color:#E5E7EB;cursor:not-allowed;color:#9CA3AF}.custom-select-value{flex:1;text-align:left;background-color:transparent;cursor:pointer;color:#0F0F0F}.custom-select-container .custom-select-trigger .custom-select-value.placeholder{color:#6b6b6b!important;opacity:1!important}.custom-select-arrow{display:flex;align-items:center;justify-content:center;color:#6B7280;transition:transform .2s ease;margin-left:8px}.custom-select-trigger.open .custom-select-arrow{transform:rotate(180deg)}.custom-select-dropdown{position:absolute;top:100%;left:0;right:0;z-index:1000;margin-top:4px;background-color:#FFFFFF;border-radius:8px;overflow:hidden;animation:dropdownFadeIn .15s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.custom-select-options{max-height:200px;overflow-y:auto;overflow-x:hidden;padding:4px 0;scroll-behavior:smooth;overscroll-behavior:contain}.custom-select-option{padding:12px 16px;cursor:pointer;transition:background-color .15s ease;color:#111827;font-size:16px;line-height:1.5}.custom-select-option.highlighted,.custom-select-option:hover{background-color:#FDF2EE}.custom-select-option.selected{background-color:#FDF2EE;color:#111827;font-weight:500}.custom-select-dropdown{border:1px solid #e5e7eb;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.custom-select-option:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.custom-select-option:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.custom-select-error{margin-top:4px;font-size:14px;color:#EF4444;line-height:1.4}.custom-select-options::-webkit-scrollbar{width:8px}.custom-select-options::-webkit-scrollbar-track{background:#F3F4F6;border-radius:4px}.custom-select-options::-webkit-scrollbar-thumb{background:#D1D5DB;border-radius:4px;border:1px solid #f3f4f6}.custom-select-options::-webkit-scrollbar-thumb:hover{background:#9CA3AF}.custom-select-options{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#D1D5DB #F3F4F6}@media (max-width:768px){.custom-select-trigger{padding:15px;font-size:16px}.custom-select-option{padding:10px 14px;font-size:16px}}.custom-select-chips{display:flex;flex-wrap:nowrap;overflow:hidden;gap:6px;align-items:center;flex:1 1 0%;width:0;min-width:0;margin-right:8px}.custom-select-chip{display:inline-flex;align-items:center;background-color:#fff7ee;border-radius:4px;padding:2px 6px;font-size:14px;white-space:nowrap;color:#1F2937;flex-shrink:0}.custom-select-chip-remove{display:inline-flex;align-items:center;justify-content:center;margin-left:4px;cursor:pointer;color:#6B7280;width:16px;height:16px;border-radius:50%}.custom-select-chip-remove:hover{background-color:#CBD5E1;color:#EF4444}.custom-select-option.checkbox-selected{background-color:#ECFDF5;color:#065F46}.custom-select-value.has-selection{display:flex;overflow:hidden}