.app-container {
  display: flex;
  flex-direction: column;
  /* height: 100vh; */
  /* background-color: #f5f5f5; */
  /* overflow: auto; */
}

.nav-bar {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: #000;
  z-index: 100;
  font-family: arial !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.nav-logo {
  width: 60px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.nav-logo a {
  color: #fff;
  float: left;
  font-size: 14px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-transform: uppercase;
  font-family: "titillium_webbold";
}

.nav-logo a label {
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
  float: left;
  padding-left: 15px;
  color: #488ce2;
}

.nav-logo img {
  max-width: 160px;
  margin-top: 13px;
  width: 100%;
  margin-bottom: 13px;
}

.nav-item {
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  padding: 20px 5px 13px 5px;
  height: 100%;
  display: block;
  color: rgba(0, 0, 0, 0.5);
}

.nav-item a {
  text-decoration: none; /* Remove underline */
  color: inherit; /* Inherit color from the parent */
}
/* Dropdown header */
.dropdown-header {
  font-size: 12px !important;
  font-weight: bold !important;
  cursor: pointer;
  padding: 20px 5px 13px 5px !important;
  height: 100% !important;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* Submenu (initially hidden) */
.dropdown-menu-navbar {
  display: none;
  position: absolute;
  top: 100%; /* Below the header */
  left: 0;
  border-radius: 0px !important;
}

/* Submenu item styling */
.dropdown-item {
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: bold !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  padding: 4px 65px 4px 18px !important;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-item:hover {
  background-color: #fff !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

/* Show submenu on hover */
.dropdown:hover .dropdown-menu-navbar {
  display: block;
}

/*Mega Menu*/
.dropdown-menu-mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  border-top: 1px solid #e2e6e9;
  background-color: #fff;
}

.mega-menu-heading {
  font-size: 13px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e2e6e9;
  padding-bottom: 3px;
  color: #58666e;
  font-style: italic;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.dropdown-menu-mega-menu ul {
  list-style: none; /* Remove bullet points */
  padding: 0 !important; /* Remove padding */
  margin: 0 0 20px 0px;
}

.dropdown-menu-mega-menu li {
  padding: 1px 0px 1px 0px;
}

.dropdown-menu-mega-menu a {
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

.dropdown-menu-mega-menu a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.mega-menu-items {
  text-decoration: none;
  list-style: none;
  padding: 5px 10px 5px 10px;
  border-radius: 4px;
}

.content {
  padding: 55px 15px 45px 15px;
  flex-grow: 1;
}

.footer-container {
  width: 100%;
  z-index: 100;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent !important;
}

.dropdown-menu-navbar .dropdown-item:focus {
  background-color: transparent !important;
}

.nav-menu-sec {
  display: flex;
  height: 100%;
}

.nav-close-icone {
  margin-left: auto;
  display: none;
}

.nav-close-icone-aligne {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 10px;
}

.nav-item-display {
  display: block;
}

.nav-display-none {
  display: block;
}

.nav-menu-sec-top-space {
  margin-top: unset;
  border-top: none;
}

.nav-item-menu-sec {
  height: 100%;
}

/*Size small*/
@media (max-width: 1020px) {
  .nav-logo img {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }

  .nav-menu-sec-top-space:first-child {
    margin-top: 40px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
  }

  .dropdown-menu-mega-menu {
    z-index: 100;
    display: none;
    overflow-y: scroll;
    position: fixed;
    max-height: 90vh;
    left: 0;
    top: 0;
    width: 60%;
    border-top: 1px solid #e2e6e9;
    background-color: #fff;
  }

  .max-width-200px {
    max-width: 200px;
  }

  .nav-menu-sec {
    display: block;
    position: absolute;
    width: 100%;
    padding-bottom: 50px;
  }

  .nav-item-menu-sec {
    position: fixed;
    width: 80%;
    background-color: #fff;
    overflow-y: scroll;
    left: 0;
    box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
    box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
    top: 0;
    bottom: 0;
  }

  .nav-item {
    padding: 8px 8px 8px 32px !important;
    height: unset;
  }

  .nav-item-display {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Dark overlay with 60% opacity */
  }

  .nav-display-none {
    display: none;
    opacity: 0;
  }

  .nav-close-icone {
    display: block;
  }

  .admin-container {
    position: absolute;
    top: 3px;
    right: 30px;
  }

  .nav-click {
    border-bottom: 0px !important;
  }

  .nav-active {
    border-bottom: 0px !important;
  }

  .nav-logo {
    position: relative !important;
  }

  .nav-item-menu-sec {
    height: 100% !important;
    margin-top: 0px !important;
  }
}

@media (min-width: 1020px) and (max-width: 1300px) {
  .nav-logo {
    position: absolute;
    top: 0;
    left: 0;
  }

  .admin-container {
    position: absolute;
    top: 0;
    right: 0;
  }

  .nav-menu-sec {
    justify-content: center;
    border-top: 1px solid #ddd;
  }

  .dropdown-header {
    padding: 20px 1px 13px 1px !important;
  }

  .nav-item-menu-sec {
    height: auto;
    margin-top: 50px;
  }

  .content {
    padding: 115px 15px 45px 15px;
  }
}

/*Active border*/

.nav-active {
  border-bottom: 3px solid #114976;
  color: #000 !important;
}

.nav-click {
  border-bottom: 3px solid #114976;
}

.active-submenu-item {
  color: rgba(0, 0, 0, 0.9) !important;
  background-color: #f2f2f2 !important;
}

.display-block {
  display: block;
}
