.custom-select{width:100%;font-family:Montserrat,sans-serif;position:relative}.custom-select.disabled{opacity:.6;cursor:not-allowed}.custom-select .select-trigger{cursor:pointer;background:#fff;border:1px solid #e8e4e0;border-radius:12px;justify-content:space-between;align-items:center;min-height:52px;max-height:52px;padding:1rem;transition:all .3s;display:flex;overflow:hidden}.custom-select .select-trigger:hover:not(.disabled){border-color:#d4af3780}.custom-select .select-trigger:focus{border-color:#c8a182;outline:none;box-shadow:0 0 0 3px #d4af3726}.custom-select .select-trigger .trigger-content{flex:1;align-items:center;gap:.75rem;display:flex}.custom-select .select-trigger .trigger-content .select-icon{color:#c8a182;align-items:center;display:flex}.custom-select .select-trigger .trigger-content .selected-text{color:#255456;font-size:1rem;font-weight:500}.custom-select .select-trigger .select-arrow{color:#0a2540;margin-left:.5rem;transition:transform .3s}.custom-select.open .select-trigger{border-color:#c8a182;border-bottom-right-radius:0;border-bottom-left-radius:0}.custom-select.open .select-arrow{transform:rotate(180deg)}.custom-select .select-dropdown{z-index:1000;background:#fff;border:1px solid #c8a182;border-top:none;border-radius:0 0 4px 4px;max-height:300px;animation:.2s fadeIn;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 30px #0a254026}.custom-select .select-dropdown .dropdown-content{padding:.5rem}.custom-select .select-dropdown .dropdown-content .dropdown-option{color:#255456;cursor:pointer;border-radius:4px;align-items:center;margin-bottom:.25rem;padding:.75rem 1rem;transition:all .2s;display:flex;position:relative}.custom-select .select-dropdown .dropdown-content .dropdown-option:last-child{margin-bottom:0}.custom-select .select-dropdown .dropdown-content .dropdown-option:hover:not(.disabled):not(.selected){color:#0a2540;background:#d4af371a}.custom-select .select-dropdown .dropdown-content .dropdown-option.selected{color:#0a2540;background:#d4af3726;font-weight:600}.custom-select .select-dropdown .dropdown-content .dropdown-option.selected .option-check{background:#d4af37;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;right:1rem}.custom-select .select-dropdown .dropdown-content .dropdown-option.selected .option-check .check-mark{background:#fff;border-radius:2px;width:10px;height:10px;transform:rotate(45deg)}.custom-select .select-dropdown .dropdown-content .dropdown-option.selected .option-check .check-mark:before{content:"";background:#fff;width:6px;height:2px;position:absolute;top:6px;left:2px}.custom-select .select-dropdown .dropdown-content .dropdown-option.selected .option-check .check-mark:after{content:"";background:#fff;width:2px;height:6px;position:absolute;top:3px;left:6px}.custom-select .select-dropdown .dropdown-content .dropdown-option.disabled{opacity:.5;cursor:not-allowed;color:#999;background:#f8f5f2}.custom-select .select-dropdown .dropdown-content .dropdown-option .option-icon{color:#c8a182;align-items:center;margin-right:.75rem;display:flex}.custom-select .select-dropdown .dropdown-content .dropdown-option .option-label{flex:1;font-size:.95rem}.custom-select .select-dropdown::-webkit-scrollbar{width:6px}.custom-select .select-dropdown::-webkit-scrollbar-track{background:#0a25400d;border-radius:3px}.custom-select .select-dropdown::-webkit-scrollbar-thumb{background:#d4af374d;border-radius:3px}.custom-select .select-dropdown::-webkit-scrollbar-thumb:hover{background:#d4af3780}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
