.bg-gray {
    --bs-bg-rgb-color: var(--bs-gray-200-rgb) !important;
    background-color: var(--bs-gray-200) !important;
}

@font-face {
    font-family: Cairo;
    src: url(../fonts/Cairo-VariableFont.ttf);
}

body, html {
    font-family: Cairo, sans-serif !important;
}

.swal2-title{
    font-size: 28px !important;
}

.swal2-html-container {
    font-size: 15px !important;
}

.select2-results__option--highlighted{
    font-size:15px;
    padding-right:35px !important;
}

.select2-results__option {
    font-size: 15px;
}