@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo/Cairo-Black.ttf') format('ttf');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Black.ttf') format('ttf');
    font-display: swap;
}

:root {
    --english-font: 'Poppins', sans-serif;
    --arabic-font: 'Cairo', sans-serif;
}

body {
    font-family: var(--english-font);
}

[lang="ar"] body {
    font-family: var(--arabic-font);
    direction: rtl;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.modal-header .btn-close {
    margin: -.5rem -.5rem -.5rem -.5rem !important;
}

.select2-container .select2-selection--single {
    height: 38px;
    padding: 6px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 10px;
}
