.custom-select_customSelect__aZOhU{position:relative;width:10rem;max-width:100%;font-size:1.15rem;background-color:#000;color:#ccd0d3;border-radius:6px;z-index:80}.custom-select_customSelect__aZOhU .custom-select_selectButton__mhKWc{width:100%;font-size:1.1429rem;font-weight:700;background-color:#000;padding:.5714285714rem 1rem;border:1px solid #5d6064;border-radius:6px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.custom-select_customSelect__aZOhU .custom-select_selectedValue__KJ8N5{text-align:left;color:#ccd0d3}.custom-select_customSelect__aZOhU .custom-select_arrow__fZPRY{border-left:.3571428571rem solid rgba(0,0,0,0);border-right:.3571428571rem solid rgba(0,0,0,0);border-top:.4285714286rem solid #ccd0d3;transition:transform .3s ease-in-out}.custom-select_customSelect__aZOhU .custom-select_selectDropdown__cTpHP{position:absolute;list-style:none;width:100%;box-shadow:0 .7142857143rem 1.7857142857rem rgba(0,0,0,.2);background-color:#000;border:1px solid #5d6064;border-radius:6px;padding:.3571428571rem;margin-top:.3571428571rem;max-height:14.2857142857rem;overflow-y:auto;transition:.1s ease;transform:scaleY(0);opacity:0;visibility:hidden}.custom-select_customSelect__aZOhU .custom-select_selectDropdown__cTpHP:focus-within{box-shadow:0 10px 25px rgba(94,108,233,.6)}.custom-select_customSelect__aZOhU .custom-select_selectDropdown__cTpHP::-webkit-scrollbar{width:1.0714285714rem}.custom-select_customSelect__aZOhU .custom-select_selectDropdown__cTpHP::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.custom-select_customSelect__aZOhU .custom-select_selectDropdown__cTpHP::-webkit-scrollbar-thumb{background-color:#404246;border:.3571428571rem solid #000;border-radius:1.4285714286rem}.custom-select_customSelect__aZOhU .custom-select_selectDropdown__cTpHP li{position:relative;cursor:pointer;display:flex;gap:1rem;align-items:center}.custom-select_customSelect__aZOhU .custom-select_selectDropdown__cTpHP li label{width:100%;padding:.5714285714rem .7142857143rem;cursor:pointer;display:flex;gap:1rem;align-items:center;border-radius:6px}.custom-select_customSelect__aZOhU .custom-select_selectDropdown__cTpHP li :hover{background-color:#1b1c1d}.custom-select_customSelect__aZOhU .custom-select_selectDropdown__cTpHP input[type=radio]{position:absolute;left:0;opacity:0}.custom-select_customSelect__aZOhU .custom-select_selectDropdown__cTpHP input[type=radio]:checked~label,.custom-select_customSelect__aZOhU .custom-select_selectDropdown__cTpHP input[type=radio]:focus~label{background-color:#2b2d2f}.custom-select_customSelect__aZOhU.custom-select_active__nartQ .custom-select_arrow__fZPRY{transform:rotate(180deg)}.custom-select_customSelect__aZOhU.custom-select_active__nartQ .custom-select_selectDropdown__cTpHP{opacity:1;visibility:visible;transform:scaleY(1)}