@charset "UTF-8";
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;
    position: relative;
    width: 100%;
  }
  #mainMenu + .offcanvas-backdrop,
  #mainMenu ~ .offcanvas-backdrop {
    display: none !important;
  }
  #openMenu {
    display: none;
  }
  #menuClose {
    display: none;
  }
  #offcanvas-header-menu {
    display: none;
  }
}
.skip-link {
  position: absolute;
  top: -50px;
  left: 10px;
  background: #fff;
  padding: 8px 12px;
  border: 2px solid #000;
  z-index: 1000;
}

.skip-link:focus {
  top: 10px;
  /* Gör länken synlig vid fokus */
  outline: 3px solid #005fcc;
}

.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-x: hidden !important;
  overflow-y: visible !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%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}

.center-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.no-drop {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100px;
  height: 100px;
  color: var(--bs-danger);
  background-color: white;
  border-radius: 5px;
}/*# sourceMappingURL=main.css.map */