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%;
}

body {
    direction: rtl;
    text-align: right;
    margin-bottom: 60px;
    font-family: 'Cairo', sans-serif;
}

.form-control {
    margin-top: 5px;
}

label {
    font-weight: 600;
}

body.navbar-hidden {
    padding-top: 0 !important;
}

.form-title {
    text-align: center !important;
    margin: 30px auto !important;
    padding: 10px 15px !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #333 !important;
    line-height: 1.6 !important;
    max-width: 900px !important;
}

.btn-save {
    padding: 12px 24px;
    font-size: 18px;
    min-width: 120px;
}