.custom-select{width:10rem;cursor:pointer;position:relative;border-radius:.3rem;padding:.54rem .7rem;background-color:#fff;box-shadow:var(--shadow-card-2)}.custom-select:disabled{cursor:unset}.custom-select>.selected-value{gap:.54rem;display:flex;align-items:center;justify-content:space-between}.custom-select>.selected-value>p{gap:.3rem;display:flex;font-weight:700;align-items:center;color:var(--text-black);font-size:var(--text-caption)}.custom-select:disabled>.selected-value>p{color:#333333a1}.custom-select:disabled>.selected-value>svg path{stroke:#333333a1}.custom-select>.selected-value>svg{width:1.125rem;height:1.125rem;transition:transform .45s}.custom-select>.selected-value>.active{transform:rotate(180deg)}.select-list{left:0;right:0;z-index:30;height:0;padding:0;overflow:hidden;margin-top:.9rem;position:absolute;transition:height .3s;border-radius:.3rem;background-color:#fff;box-shadow:var(--shadow-card-2)}.select-list.open{height:10.9rem;padding:.43rem .3rem}.select-list>ul{gap:.45rem;height:100%;display:flex;overflow-y:auto;padding:0 .3rem;flex-direction:column}.select-list>ul>li{gap:.3rem;display:flex;font-weight:700;align-items:center;padding:.3rem 0;border-radius:.3rem;justify-content:center;color:var(--text-black);font-size:var(--text-caption)}.select-list>ul>li:hover,.select-list>ul>.highlight{background-color:#8c8c8c1c}@media only screen and (max-width:870px){.custom-select{padding:.54rem .45rem}.select-list>ul{gap:.54rem}}