.v-select{max-width:100%;position:relative}@media (max-width:767px){.v-select{max-width:100%}}.v-select__field{align-items:center;border-bottom:1px solid #9f9d9d;display:flex;font-size:16px;font-weight:600;justify-content:space-between}.v-select__field:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none' viewBox='0 0 17 17'%3E%3Crect width='17' height='17' fill='%23EAEEF5' rx='3'/%3E%3Cpath stroke='%233C3A3A' stroke-linecap='round' stroke-linejoin='round' d='M5 7s1.22.88 1.91 1.66C7.59 9.44 8.5 11 8.5 11s.9-1.56 1.58-2.34C10.77 7.88 12 7 12 7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;content:"";display:flex;height:15px;text-align:center;transition:.3s;width:15px}.v-select__field.active:after{transform:rotate(180deg)}.v-select__options{background-color:#fff;border-radius:7px;box-shadow:0 0 10px #00000080;left:0;padding:10px;position:absolute;top:100%;width:100%;z-index:50}.v-select__options span{border-radius:7px;cursor:pointer;display:block;margin-bottom:5px;padding:5px;transition:.3s}@media (min-width:1024px){.v-select__options span:hover{background-color:#dedede}}
