.custom-select-container{width:100%;position:relative}.custom-select-label{letter-spacing:.1em;color:#999;text-transform:uppercase;margin-bottom:8px;font-family:Inter,sans-serif;font-size:.7rem;font-weight:700;display:block}.custom-select-trigger{cursor:pointer;color:#1a1a1a;-webkit-user-select:none;user-select:none;border-bottom:2px solid #1a1a1a;justify-content:space-between;align-items:center;width:100%;padding:12px 0;font-family:Inter,sans-serif;font-size:1rem;transition:all .3s;display:flex;background:0 0!important;outline:none!important}.custom-select-trigger span{-webkit-user-select:none;user-select:none;background:0 0!important}.custom-select-trigger span::selection{background:0 0!important}.custom-select-trigger.open{border-bottom-color:#8a0303}.custom-select-trigger .placeholder{color:#999}.select-arrow{color:#8a0303;transition:transform .3s}.select-arrow.up{transform:rotate(180deg)}.custom-select-options{z-index:1000;transform-origin:top;background:#fdfdfd url(https://www.transparenttextures.com/patterns/cream-paper.png);border:1px solid #0000001a;border-radius:12px;width:100%;max-height:250px;animation:.3s cubic-bezier(.165,.84,.44,1) selectScaleIn;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto;box-shadow:0 15px 35px #00000026}@keyframes selectScaleIn{0%{opacity:0;transform:scaleY(.9)translateY(-10px)}to{opacity:1;transform:scaleY(1)translateY(0)}}.custom-select-option{cursor:pointer;color:#1a1a1a;border-bottom:1px solid #00000008;padding:14px 20px;font-family:Inter,sans-serif;font-size:.95rem;transition:all .2s}.custom-select-option:last-child{border-bottom:none}.custom-select-option:hover{color:#8a0303;background:#8a030314;padding-left:25px}.custom-select-option.selected{color:#fff;background:#8a0303}.dark-theme .custom-select-trigger{color:#fff;border-bottom-color:#fff3}.dark-theme .custom-select-trigger.open{border-bottom-color:#fff}.dark-theme .custom-select-options{background:#0a0a0a;border-color:#ffffff1a;box-shadow:0 15px 50px #0009}.dark-theme .custom-select-option{color:#ffffffb3;border-bottom:1px solid #ffffff0d}.dark-theme .custom-select-option:hover{color:#fff;background:#8a030333;padding-left:25px}.dark-theme .custom-select-option.selected{color:#fff;background:#8a0303}.dark-theme .select-arrow{color:#fff}
