﻿.custom-select{position:relative;}.custom-select .select-input-wrapper{position:relative;}.custom-select .select-input-wrapper .select-input{padding-right:37px !important;}.custom-select .select-input-wrapper span{position:absolute;right:15px;top:40%;color:#000;font-size:10px;transform:rotate(90deg) scale(.5);}.custom-select ul{background-color:#fff;height:350px;top:50px;overflow:auto;position:absolute;z-index:500;border:1px solid #d2d4d7;display:none;width:100%;box-sizing:border-box;}@media screen and (max-width:640px){.custom-select ul{left:0;}}.custom-select ul .selected-item{background-color:#4bc3b1;color:#fff;}.custom-select ul li{padding:10px;cursor:pointer;}.custom-select ul li:hover{background-color:#4bc3b1;color:#fff;}