.customSelect{position:relative}.customSelect .options{display:flex;flex-direction:column;position:absolute;top:110%;left:0;width:100%;background-color:var(--white);box-shadow:0 8px 24px 0 rgba(0,0,0,.16);z-index:1;border-radius:12px;border:1px solid var(--Grey4);overflow-x:hidden;overflow-y:scroll;max-height:50vh}.customSelect .option{padding:1em 2em;cursor:pointer;font-weight:600}.customSelect .option svg [stroke]{stroke:var(--Grey6)!important}.customSelect .option:hover{color:var(--pryColor);background-color:color-mix(in sRGB,transparent 90%,var(--pryColor) 10%)}.customSelect .option:hover svg [stroke]{stroke:var(--pryColor)!important}