:root {
    --bs-body-font-family: 'Cairo', sans-serif;
}
html {
    font-size: 15px;
    font-family: 'Cairo', sans-serif !important;
}

@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 {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
.navbar{
   
    background-color: #072b5b;
    color: white;
}
.bg-body-tertiary {
    --bs-tertiary-bg-rgb: 7, 43, 91; /* #072b5b */
}
a[b-y1m82gnefk] {
    color: #ffffff;
}
.nav-link:focus, .nav-link:hover {
    color: #ffc107;
    font-size: larger;
}
.nav-link {
    font-size: larger;
}
.navbar-brand {
    color: rgb(255 255 255);

}
.list-group-item.active {
    background-color: #072b5b;
    border-color  : #072b5b;
}