/* стили для chosen под вид form-select */

.form-chosen{
    height: 58px !important;
}

.chosen-single{
    height: 58px !important;
    display: flex !important;
    align-items: flex-end !important;
    color: rgb(33, 37, 41) !important;
    font-size: 16px;
}

.chosen-single > span {
    margin-left: 3px !important;
}

.chosen-container-single .chosen-single div b {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.chosen-container-single .chosen-single div {
    width: 35px !important;
}