html{
    scroll-behavior: smooth;
}

:root{
    --theme-color: #624fbb;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: none;
}

.select2-container .select2-selection--single {
    height: 55px !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: transparent;
}

.select2-dropdown {
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 9px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -7px !important;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 38px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 42px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    min-height: 55px !important;
    height: auto !important;
    font-family: cairo, Arial, serif !IMPORTANT;
    margin-top: 13px !important;
    margin-right: 40px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    min-height: 0px !important;
}

.select2-container--default .select2-selection--multiple {
    border: none !important;
}

.select2-container .select2-selection--multiple {
    height: 55px !important;
}
