nav.navbar {
  border-radius: 0px 0px 9px 9px;
  background: #28508B;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.25);
  padding: 0.4rem 1rem;
}
nav.navbar .navbar-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 3em;
}
nav.navbar .navbar-items .main_items {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
nav.navbar .navbar-items .main_items .logo {
  width: 69px;
  height: 59px;
}
nav.navbar .navbar-items .main_items .logo img {
  width: 100%;
  height: 100%;
}
nav.navbar .navbar-items .main_items .dropdown button.list {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 1em;
}
nav.navbar .navbar-items .main_items .dropdown button.list .icon {
  background: #FFF;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.navbar .navbar-items .main_items .dropdown button.list .icon img {
  width: 100%;
  height: 100%;
}
nav.navbar .navbar-items .main_items .dropdown button.list span {
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
}
nav.navbar .navbar-items .main_items .dropdown button.list::after {
  display: none;
}
nav.navbar .navbar-items .main_items .dropdown .dropdown-menu {
  flex-direction: column;
  gap: 10px;
  padding: 10px 15px;
  top: 3em;
  border: none;
  border-radius: 10px;
}
nav.navbar .navbar-items .main_items .dropdown .dropdown-menu.show {
  display: flex;
}
nav.navbar .navbar-items .main_items .dropdown .dropdown-menu a.dropdown-item {
  padding: 0;
  display: flex;
  align-items: center;
  width: auto;
  gap: 5px;
}
nav.navbar .navbar-items .main_items .dropdown .dropdown-menu a.dropdown-item img {
  width: 50px;
  height: 50px;
}
nav.navbar .navbar-items .main_items .dropdown .dropdown-menu a.dropdown-item span {
  color: #3E3E3E;
  font-size: 16px;
  font-weight: 700;
}
nav.navbar .navbar-items .main_items .dropdown .dropdown-menu a.dropdown-item.active {
  background: #28508b;
  color: #FFF;
  border-radius: 30px;
  padding: 5px;
}
nav.navbar .navbar-items .main_items .dropdown .dropdown-menu a.dropdown-item.active span {
  color: #FFF;
}
nav.navbar .navbar-items .main_items button.home {
  border-radius: 14px;
  border: none;
  background: transparent;
  padding: 0 10px;
}
nav.navbar .navbar-items .main_items button.home a {
  display: flex;
  align-items: center;
  gap: 1em;
  text-decoration: none;
}
nav.navbar .navbar-items .main_items button.home a img {
  width: 40px;
  height: 40px;
}
nav.navbar .navbar-items .main_items button.home a span {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
nav.navbar .navbar-items button.from-school-to-home {
  border-radius: 9px;
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
  padding: 7px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
nav.navbar .navbar-items button.from-school-to-home a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  width: 100%;
  gap: 2em;
}
nav.navbar .navbar-items button.from-school-to-home a .icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
nav.navbar .navbar-items button.from-school-to-home a span {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}
nav.navbar .navbar-items button.from-school-to-home a .views {
  display: flex;
  align-items: center;
}
nav.navbar .navbar-items button.from-school-to-home a .views .view {
  width: 32px;
  height: 32px;
  background: #4C64B6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.navbar .navbar-items .user-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
nav.navbar .navbar-items .user-info .user-img {
  width: 50px;
  height: 50px;
}
nav.navbar .navbar-items .user-info .user-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
nav.navbar .navbar-items .user-info .user-data .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
nav.navbar .navbar-items .user-info .user-data .header a.user-name {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
nav.navbar .navbar-items .user-info .user-data .header button.logout img {
  width: 30px;
  height: 30px;
}
nav.navbar .navbar-items .user-info .user-data .language {
  display: flex;
  align-items: center;
  gap: 5px;
}
nav.navbar .navbar-items .user-info .user-data .language img {
  width: 30px;
  height: 30px;
}
nav.navbar .navbar-items .user-info .user-data .language button.dropdown-toggle {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}
nav.navbar .navbar-items .user-info .user-data .language button.dropdown-toggle::after {
  display: none;
}
nav.navbar .navbar-items .user-info .user-data .language button.dropdown-toggle img {
  width: 30px;
  height: 30px;
}
nav.navbar .navbar-items .user-info .user-data .language .dropdown-menu button {
  display: block;
  width: 100%;
}

#responsiveNavbar .modal-dialog {
  position: fixed;
  top: 0;
  margin: 0;
  width: 70%;
  height: 100%;
  overflow-y: auto;
}
#responsiveNavbar .modal-content {
  border-radius: 0;
}
#responsiveNavbar .modal-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5em;
}
#responsiveNavbar .modal-body .logo {
  margin-top: 10em;
  width: 100%;
  text-align: center;
}
#responsiveNavbar .modal-body .logo img {
  width: 130px;
}
#responsiveNavbar .modal-body button.responsive_home {
  border-radius: 14px;
  border: 1px solid #C5C5C5;
  background: #FFF;
  padding: 5px 15px;
}
#responsiveNavbar .modal-body button.responsive_home a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
#responsiveNavbar .modal-body button.responsive_home a img {
  width: 35px;
  height: 35px;
}
#responsiveNavbar .modal-body button.responsive_home a span {
  color: #28508B;
  font-size: 18px;
  font-weight: 700;
}
#responsiveNavbar .modal-body button.from-school-to-home {
  border-radius: 9px;
  border: 1px solid #C5C5C5;
  background: #FFF;
  padding: 5px 20px;
  width: 90%;
  display: flex;
  justify-content: center;
}
#responsiveNavbar .modal-body button.from-school-to-home a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  gap: 5px;
}
#responsiveNavbar .modal-body button.from-school-to-home a .icons {
  display: flex;
  gap: 7px;
}
#responsiveNavbar .modal-body button.from-school-to-home a span {
  color: #292D32;
  font-weight: 700;
  font-size: 18px;
}
#responsiveNavbar .modal-body ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}
#responsiveNavbar .modal-body ul li a {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
#responsiveNavbar .modal-body ul li a img {
  width: 50px;
  height: 50px;
}
#responsiveNavbar .modal-body ul li a span {
  color: #3E3E3E;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 576px) {
  nav.navbar .navbar-items {
    margin: 0;
  }
}

/*# sourceMappingURL=navbar.css.map */
