.page-contact .select2-container {
    width: 100% !important;
}

.page-contact .select2-container--default .select2-selection--single {
    min-height: 44px;
    border: 1px solid #dbe2ee;
    border-radius: 10px;
    padding: 6px 14px;
}

.page-contact .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    padding-left: 0;
    color: #334155;
}

.page-contact .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #94a3b8;
}

.page-contact .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 8px;
}

.page-contact .select2-container--default.select2-container--focus .select2-selection--single,
.page-contact .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, .18);
}

.clear-procedure{
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    width:22px;
    height:22px;
    border-radius:50%;
    display:none;
    align-items:center;
    justify-content:center;
    cursor: default;
    font-size:18px;
    color:#777;
    background:#fff;
    border:1px solid #ddd;
    line-height:20px;
    transition:.2s;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #c95524;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dbe2ee;
    border-radius: 8px;
    padding: 8px 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
    border-color: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, .18);
}
