.fake-input-select{margin-bottom:12px;position:relative;width:fit-content;width:-webkit-fit-content}.fake-input-button,.fake-input-select{flex:0 0 100%}.fake-input-button button{width:100%}.fake-input-select__selected{border:1px solid var(--color-anchor-hex);color:var(--color-anchor-hex);cursor:pointer;display:inline-block;padding:14px 45px 14px 25px;position:relative;text-decoration:none;width:100%}.fake-input-select__selected:after{background:url(https://info.easy-skill.com/hubfs/SITE_2021/UI%20Assets%20-%20do%20not%20modify/asset-dropdown.svg);background-position:50%;background-size:contain;content:"";display:block;height:10px;position:absolute;right:15px;top:calc(50% - 5px);transition:transform .2s ease-out;width:15px}.fake-input-select__selected.clicked:after{transform:rotate(180deg)}.fake-input-select__list{background:var(--color-white-hex);border-bottom:1px solid var(--color-anchor-hex);border-left:1px solid var(--color-anchor-hex);border-right:1px solid var(--color-anchor-hex);display:none;left:0;max-height:300px;overflow:auto;padding:15px 30px;position:absolute;top:52px;width:100%;z-index:10}.fake-input-select__list::-webkit-scrollbar-track{background-color:var(--color-white-hex);border-radius:8px}.fake-input-select__list::-webkit-scrollbar{background-color:var(--color-gray5-hex);border-radius:4px;width:8px}.fake-input-select__list::-webkit-scrollbar-thumb{background-color:var(--color-gray1-hex);border-radius:4px;width:8px}.fake-input-select__list a{color:var(--color-anchor-hex);display:block;font-size:15px;padding:8px 10px;text-decoration:none}.fake-input-select__list a:not(:last-child){border-bottom:1px solid var(--color-gray5-hex)}@media (min-width:992px){.fake-input-select__selected{min-width:280px}.fake-input-select{margin-bottom:0;margin-right:18px}.fake-input-button,.fake-input-select{flex:0 0 auto}.fake-input-button button{width:auto}}