body {
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

#mainMenu .list-group .active {
  background-color: #edf2f0;
  border: #052c65;
  color: black;
}
#mainMenu .accordion-item .active {
  background-color: #edf2f0 !important;
  border: unset;
}

@media (min-width: 990px) {
  .left-menu {
    max-width: 300px;
  }
  .content {
    flex: 1;
  }
  #mainMenu {
    transform: none !important;
    visibility: visible !important;
    display: block !important;
    z-index: 999;
    position: relative;
    width: 100%;
  }
  #mainMenu + .offcanvas-backdrop,
  #mainMenu ~ .offcanvas-backdrop {
    display: none !important;
  }
  #openMenu {
    display: none;
  }
  #menuClose {
    display: none;
  }
  #offcanvas-header-menu {
    display: none;
  }
}
.offcanvas-toggle-btn {
  height: 80px;
  width: 30px;
  padding: 0px;
  position: fixed;
  bottom: 50px;
  right: 0;
  transform: translateY(-50%);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 5px 0 0 5px;
  z-index: 10;
}

.offcanvas-top {
  left: unset !important;
  right: unset !important;
}

.table-responsive.no-scroll-table {
  overflow: hidden !important;
}

.nav-scroller {
  overflow-x: auto;
  white-space: nowrap;
}

.nav-tabs-case .active {
  background-color: #edf2f0 !important;
}

@media (max-width: 576px) {
  .nav-tabs {
    flex-direction: column;
    border-bottom: none;
  }
  .nav-tabs .nav-link {
    border-radius: 0;
    margin-bottom: 2px;
    text-align: left;
    flex: 0 0 auto;
  }
}
.bigLinkButton {
  background-color: #edf2f0;
}
.bigLinkButton:hover {
  background-color: #e4edea;
}

.link-hover {
  background-color: #edf2f0;
}
.link-hover:hover {
  background-color: #e4edea;
}

.page-link {
  color: #000;
}

.active > .page-link,
.page-link.active {
  background-color: #edf2f0;
  border-color: var(--bs-pagination-border-color);
  color: #000;
}

#direct-search-result {
  z-index: 999;
}

#directUploadIndication {
	position:fixed;
	padding:0;
	margin:0;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
/*# sourceMappingURL=main.css.map */