.custom-select{flex-shrink:0;position:relative;width:135px}.select-trigger{align-items:center;background:#fff;border:1px solid #e8e0da;border-radius:14px;box-shadow:0 4px 16px #1122500f;color:#112250;cursor:pointer;display:flex;font-size:15px;font-weight:400;justify-content:space-between;padding:16px 32px 16px 12px;text-align:left;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.select-trigger:focus,.select-trigger:hover{border-color:#3c5070;box-shadow:0 4px 20px #3c50701f}.select-trigger:focus{outline:none}.select-value{align-items:center;display:inline-flex;flex:1;gap:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-hint{display:inline;flex-shrink:0;font-size:11px;margin-left:8px}.select-globe,.select-hint{color:#64748b}.select-arrow{color:#64748b;flex-shrink:0;margin-left:8px;transition:transform .2s ease}.select-arrow.rotate{transform:rotate(180deg)}.select-dropdown{animation:dropdownFadeIn .15s ease-out;background:#fff;border:1px solid #e8e0da;border-radius:14px;box-shadow:0 12px 40px #11225026;left:0;max-height:280px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;position:absolute;right:0;top:calc(100% + 8px);z-index:10000}.select-dropdown.drop-up{bottom:calc(100% + 8px);top:auto}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.select-options{list-style:none;margin:0;padding:6px}.select-option{border-radius:8px;color:#112250;cursor:pointer;font-size:14px;font-weight:500;padding:10px 12px;transition:all .15s ease;-webkit-user-select:none;user-select:none}.select-option:hover:not(.disabled){background:#3c507014;color:#112250}.select-option.selected{background:#3c50701f;color:#112250;font-weight:600}.select-option.disabled{color:#94a3b8;cursor:not-allowed;font-size:12px;font-weight:400;padding:8px 12px}.select-dropdown::-webkit-scrollbar{width:6px}.select-dropdown::-webkit-scrollbar-track{background:#0000}.select-dropdown::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.select-dropdown::-webkit-scrollbar-thumb:hover{background:#0003}.custom-select.otp-theme .select-trigger{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 2px 10px #0000000a;color:#475569}.custom-select.otp-theme .select-trigger:hover{border-color:#3b82f666;box-shadow:0 4px 20px #3b82f61f}.custom-select.otp-theme .select-trigger:focus{border-color:#3b82f699;box-shadow:0 0 0 6px #3b82f61f;outline:none}.custom-select.otp-theme .select-dropdown{background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 60px #0f172a29;max-height:320px;overflow-y:auto}.custom-select.otp-theme .select-option{color:#0f172a}.custom-select.otp-theme .select-option:hover:not(.disabled){background:#3b82f614;color:#1e40af}.custom-select.otp-theme .select-option.selected{background:#3b82f61f;color:#1e40af;font-weight:800}.custom-select.dark-theme .select-trigger{background:#ffffff0d;border-color:#fff3;box-shadow:none;color:#fff}.custom-select.dark-theme .select-trigger:hover{background:#ffffff1a;border-color:#ffffff4d}.custom-select.dark-theme .select-arrow{color:#fff9}.custom-select.dark-theme .select-dropdown{background:#1a2744;border-color:#ffffff26;box-shadow:0 10px 40px #00000080;max-height:320px;overflow-y:auto}.custom-select.dark-theme .select-dropdown::-webkit-scrollbar-thumb{background:#ffffff40}.custom-select.dark-theme .select-dropdown::-webkit-scrollbar-thumb:hover{background:#fff6}.custom-select.dark-theme .select-option{color:#ffffffe6}.custom-select.dark-theme .select-option:hover:not(.disabled){background:#ffffff1a;color:#fff}.custom-select.dark-theme .select-option.selected{background:#2563eb33;color:#60a5fa}