@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@400;700&display=swap');

body{
  background-color: #FEFEFE;
  font-family: 'Almarai', sans-serif;
}
a {
  text-decoration: none;
}
.nav-link {
  text-decoration: none;
  font-weight: bold;
  padding-top: 15px;
}
.nav-link:hover {
  background-color: #007799;
  color: white !important;
}
.navbar-collapse {
  flex-grow: 0.3;
}
.navbar .active {
  background-color: #007799;
  color: white;
}
.nav-btns{
  margin-top: 10px;
  display: inline-flex;
}
.navbar .btn {
  border-radius: 20px;
}
.navbar .btn-dark {
  margin-right: 5px;
}
.btn-success{
  background-color: #007799;
}
.btn-success:hover{
  background-color: #01627d;
}
.nav-icon {
  margin-left: 17px;
}
.navbar .container-fluid {
  justify-content: space-around !important;
}
.navbar {
  border-bottom: 2px solid #e6e6e6;
  font-size: 15px;
}
.navbar .btn {
  font-size: 15px;
}
.nav-item {
  margin-left: 2px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: white;
}

.notification {
  color: white;
  background-color: red;
  padding: 4px 7px;
  border-radius: 50%;
  font-size: 11px;
  position: relative;
  margin-left: 20px;
  z-index: 1;
  left: -32px;
  top: -10px;
}

#drop-down {
  background-color: white;
  border: none;
  font-size: 40px;
  height: 27px;
  width: 18px;
  color: #007799;
}

.hidden {
  display: none;
}

.margin-160{
  margin-top: 160px;
}
.margin-120{
  margin-top: 120px;
}
.margin-80{
  margin-top: 80px;
}

.flex-column {
  align-items: center;
}
.fs-10{
  font-size: 10px;
}
.fs-13{
  font-size: 13px;
}
.fs-14{
  font-size: 14px;
}
.fs-35{
  font-size: 35px;
}
.fs-47{
  font-size: 47px;
}
.fs-50 {
  font-size: 50px;
}

h4 {
  font-weight: bold;
}
h5 {
  font-size: 16px;
}
.fc-light-green {
  color: #0092bb;
}
.fc-light-grey {
  color: #8c8c8c;
}
.bg-light-grey {
  background-color: #393939;
}
.bg-dark-grey {
  background-color: #303030;
}

.overlap {
  margin-top: -330px;
  height: 220px;
  display: block;
}

.sidebar {
  background-color: #007799;
  color: white;
  padding-top: 40px;
}

.sidebar .list-group-item.active {
  background-color: #001920b0;
  border: none;
  cursor: default;
}
.sidebar .list-group-item.active:hover {
  background-color: #001920b0;
}
.sidebar .list-group-item {
  background-color: #00192042;
  color: white;
  margin-top: 2.5px;
}

.footer {
  color: white;
}
.footer-logo {
  margin-left: 40px;
  margin-bottom: 7px;
}
.footer-item {
  color: white;
  opacity: 0.7;
}
.footer-link:hover{
  opacity: 1;
  text-decoration: none;
  color: white;
}

.background {
  right: 0;
  z-index: -1;
  position: absolute;
  margin-top: 11%;
}

@media (min-width: 992px){
  .col-lg-auto {
      flex: 1 0 0%;
  }
  .navbar-brand img{
    margin-right: 40px;
  }
}
@media (max-width: 992px){
  .navbar .container-fluid {
    justify-content: space-between !important;
  }
  .background {
    display: none;
  }
}
