﻿@charset "UTF-8";
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.navbar-mega {
  padding-top: 0px;
  padding-bottom: 0px;
  border: none !important;
  height: 120px !important;
  background: rgba(255, 255, 255, 0.99) !important;
  box-shadow: 0px 1px 3px 0px rgba(231, 231, 231, 0.13), 0px 1px 1px 0px rgba(223, 223, 223, 0.14), 0px 1px 2px 1px rgba(124, 124, 124, 0.12);
}
.navbar-mega.sticky-top {
  transform: translateY(-100%);
  transition: transform 0s ease-in-out;
}
.navbar-mega.sticky-top.navbar-mega-visible {
  transform: translateY(0);
  transition: transform 0.8s ease-in-out;
  opacity: 97%;
}
.navbar-mega .navbar-mega-container {
  height: 100%;
}
.navbar-mega .collapse ul.navbar-nav {
  height: 120px;
  align-items: center;
}
.navbar-mega .collapse ul.navbar-nav .nav-link {
  font-size: 14px;
}
.navbar-mega .collapse ul li.nav-li-0 {
  height: 100%;
  cursor: pointer;
}
.navbar-mega .collapse ul li.nav-li-0 > a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.5rem;
  margin: 0 0.25rem;
  position: relative;
  font-size: 16px !important;
  text-transform: uppercase;
  color: rgb(188, 142, 46) !important;
}
.navbar-mega .collapse ul li.nav-li-0 a .title {
  border: 1px solid transparent;
  outline: none;
  text-align: center;
  transition: outline 0.3s ease;
  padding: 10px;
}
.navbar-mega .collapse ul li.nav-li-0:hover > a .title {
  border: 1px solid;
  border-radius: 30px;
}
.navbar-mega .collapse ul li.has-child > a::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -10px;
  height: 11px;
  width: 20px;
  background: url(../assets/img/icon_7.png) no-repeat;
  z-index: 9999;
}
.navbar-mega .collapse ul li.has-child:hover > a::after {
  display: block;
}
.navbar-mega * {
  color: rgb(188, 142, 46) !important;
}
.navbar-mega .dropdown {
  position: static;
}
.navbar-mega .dropdown .dropdown-menu {
  margin: 0 auto;
  padding: 15px 30px 30px 30px;
  width: 100%;
  min-height: 400px;
  left: 0;
  right: 0;
  top: calc(120px - 1px);
  display: block;
  visibility: hidden;
  opacity: 0.95;
  border: 1px solid rgba(188, 142, 46, 0.5) !important;
  border-radius: 0px 0px 20px 20px;
  background-color: rgb(255, 254, 253);
  transition: visibility 0s, opacity 0.3s linear;
  box-shadow: 2px 2px 10px 0px rgba(14, 14, 14, 0.2);
}
.navbar-mega .dropdown .dropdown-menu .row {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.navbar-mega .dropdown .dropdown-menu .row .menu-lv2 {
  width: auto;
  max-width: 300px;
}
.navbar-mega .dropdown .dropdown-menu .row .menu-lv3 {
  flex: 1;
  min-width: 0;
  background: rgb(255, 254, 253);
  border-radius: 10px;
  display: none;
  border: 1px solid rgb(188, 142, 46);
  box-shadow: 0px 1px 3px 0px rgba(231, 231, 231, 0.13), 0px 1px 1px 0px rgba(223, 223, 223, 0.14), 0px 1px 2px 1px rgba(124, 124, 124, 0.12);
}
.navbar-mega .dropdown .dropdown-menu .row .lv2-active {
  position: relative;
}
.navbar-mega .dropdown .dropdown-menu .row .lv2-active .cadet {
  position: absolute;
  right: -12px;
}
.navbar-mega .dropdown .dropdown-menu div[class*=col] {
  margin-bottom: 1rem;
}
.navbar-mega .dropdown .dropdown-menu .nav-item a {
  color: #494949 !important;
}
.navbar-mega .dropdown .dropdown-menu .nav-item a.active {
  color: #232323 !important;
  font-weight: bold;
}
.navbar-mega .dropdown .dropdown-menu span.text-uppercase {
  color: #EEA616 !important;
  font-weight: bold;
}
.navbar-mega .dropdown .dropdown-menu .dropdown-menu-header {
  height: 40px;
  font-size: 15px;
  padding-top: 5px;
  padding-left: 15px;
}
.navbar-mega .dropdown .dropdown-menu ul {
  list-style: outside;
}
.navbar-mega .dropdown .dropdown-menu ul a {
  color: rgb(49, 49, 49) !important;
  text-transform: uppercase;
}
.navbar-mega .dropdown .dropdown-menu ul a:hover {
  color: rgb(188, 142, 46) !important;
}
.navbar-mega .dropdown .dropdown-menu ul .li-lv2, .navbar-mega .dropdown .dropdown-menu ul .li-lv3 {
  display: flex;
  align-items: center;
}
.navbar-mega .dropdown .dropdown-menu ul .li-lv2 a, .navbar-mega .dropdown .dropdown-menu ul .li-lv3 a {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-right: 15px;
}
.navbar-mega .dropdown .dropdown-menu ul .li-lv2 .li-dot, .navbar-mega .dropdown .dropdown-menu ul .li-lv3 .li-dot {
  color: rgb(188, 142, 46);
  font-size: 5px;
  background: rgb(188, 142, 46);
  border-radius: 50%;
}
.navbar-mega .dropdown .dropdown-menu ul .li-lv2 .cadet, .navbar-mega .dropdown .dropdown-menu ul .li-lv3 .cadet {
  color: rgb(188, 142, 46);
  font-size: 16px;
}
.navbar-mega .dropdown .dropdown-menu ul .fa-caret-right, .navbar-mega .dropdown .dropdown-menu ul .fa-caret-left {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.navbar-mega .dropdown .dropdown-menu ul .fa-caret-right.i-hidden {
  opacity: 0;
  transform: translateX(10px);
  pointer-events: none; 
}
.navbar-mega .dropdown .dropdown-menu ul .fa-caret-left {
  opacity: 0;
  transform: translateX(-10px);
  pointer-events: none;
}
.navbar-mega .dropdown .dropdown-menu ul .fa-caret-left.i-visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.navbar-mega .dropdown .dropdown-menu.show {
  display: block;
}
.navbar-mega .dropdown .dropdown-menu:hover {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) !important;
}
.navbar-mega .dropdown:hover .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 0.95;
  transition: visibility 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) !important;
}

/** =============== Side bar ==============================*/
#sideBarMenuModal .modal-dialog {
  height: 100%;
  max-width: 300px;
  min-width: 300px;
  margin: 0;
  top: -1px;
  position: absolute;
  border: none;
  border-radius: 0;
}
#sideBarMenuModal .modal-dialog .modal-content {
  height: 100%;
  border-radius: 0;
  background: #100e07;
}
#sideBarMenuModal .modal-dialog .modal-content .modal-body {
  padding: 0;
  overflow: auto;
}
#sideBarMenuModal .modal-dialog .modal-content .modal-body .list-group > .list-group-item {
  border-radius: 0;
  background: none;
  color: white;
  border-bottom: 1px solid #444;
}
#sideBarMenuModal .modal-dialog .modal-content .modal-body .list-group > .list-group-item a {
  color: #fff;
  font-size: 16px;
}
#sideBarMenuModal .modal-dialog .modal-content .modal-body .list-group .expand-btn {
  cursor: pointer;
  font-size: 16px;
}
#sideBarMenuModal .modal-dialog .modal-content .modal-body .list-group a {
  width: 100%;
  cursor: pointer;
}
#sideBarMenuModal .modal-dialog .modal-content .modal-body .expandable-list {
  padding-left: 20px;
  border-bottom: 1px solid #444;
}
#sideBarMenuModal .modal-dialog .modal-content .modal-body .expandable-list > .list-group-item {
  border-radius: 0;
  background: none;
  color: white;
  border-bottom: 1px solid #444;
}
#sideBarMenuModal .modal-dialog .modal-content .modal-body .expandable-list > .list-group-item a {
  color: wheat;
  font-size: 16px;
}
#sideBarMenuModal .modal-dialog .modal-content .modal-body .expandable-list .list-group-item:hover {
  background-color: #575757;
}
#sideBarMenuModal .modal-dialog .modal-content .modal-body .nav-item-lv3 a {
  color: #d3d3d3 !important;
}
#sideBarMenuModal .modal-dialog .modal-content .modal-body #sidebar-search-form {
  width: 100%;
}
#sideBarMenuModal .modal-dialog .modal-content .modal-body #sidebar-search-form .sidebar-search-input {
  flex: 1; /* Input will take up remaining space */
  min-width: 200px;
  outline: none;
  transition: border-color 0.3s ease;
  border-radius: 5px;
  height: 40px;
  font-size: 16px;
}
#sideBarMenuModal .modal-dialog .modal-content .modal-body #sidebar-search-form .sidebar-search-input:focus {
  border-color: #eea616; /* Highlight border on focus */
}
#sideBarMenuModal .modal-dialog .modal-content .modal-body #sidebar-search-form .sidebar-search-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: none;
  background: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
}
#sideBarMenuModal .modal-dialog .modal-content .modal-body #sidebar-search-form .sidebar-search-btn:hover {
  color: #eea616;
}
#sideBarMenuModal .modal-dialog .modal-content .modal-footer {
  color: wheat;
}

/*** ================== End side bar ===================*/
@media (max-width: 991.98px) {
  .box-top {
    opacity: 0.7;
  }
  .logo-brand img {
    height: 45px !important;
  }
  .navbar-mega {
    background-color: #e8d873 !important;
    height: 50px !important;
  }
  .navbar-mega .dropdown-menu {
    display: none;
    visibility: visible;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
  .navbar-mega .dropdown-menu.show {
    animation-name: slideIn;
  }
  .navbar-mega .dropdown-menu:not(.show) {
    animation-name: slideOut;
  }
  .navbar-mega ul li.nav-li-0 {
    margin: 0;
    border-bottom: 1px solid #c1c1c1;
  }
  .navbar-mega #navbarSupportedContent {
    background: rgba(255, 255, 255, 0.99);
    margin-top: -3px;
    margin-left: -10px;
    z-index: 9999;
  }
  .navbar-mega button.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.35);
  }
  .navbar-mega .collapse ul.navbar-nav {
    height: auto !important;
    align-items: unset !important;
  }
  .navbar-mega .navbar-nav .nav-link {
    color: #454545;
  }
}
