* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #474C4F;
  background-color: #F8F8F8;
  -webkit-font-smoothing: antialiased;
}

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

header {
  padding: 9px 20px;
  background-color: #ffffff;
}

header img {
  height: 54px !important;
  margin-right: 7px;
}

header h1 {
  font-size: 16px;
  font-weight: 700;
}

header h1 a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #474C4F;
}

.header-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #E4E4E4;
  z-index: 999;
}

main {
  margin: 15px;
  flex-grow: 1;
  margin-left: 300px;
  display: block;
  background-color: #ffffff;
  padding: 30px 50px;
  min-height: calc(100vh - 170px);
}

.sidemenu {
  max-width: 285px;
  width: 100%;
  background-color: #ffffff;
  height: calc(100vh - 73px);
  position: fixed;
  top: 70px;
  overflow-auto: y;
  padding-bottom: 50px;
}

.wrapper {
  font-family: "Mukta", sans-serif;
}

.report-accordion {
  margin-top: 35px;
  padding-left: 12px;
  overflow: auto;
  height: 100%;
}

.report-accordion .accordion-item {
  border: 0;
  margin-bottom: 5px;
}

.report-accordion .accordion-button {
  background-color: #fff;
  color: #474C4F;
  padding: 12px 24px 12px 12px;
  box-shadow: none;
  cursor: pointer;
}

.report-accordion .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}

.report-accordion .accordion-label {
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  position: relative;
}

.report-accordion .accordion-header {
  font-size: 16px;
}

.report-accordion .accordion-button::after {
  transform: rotate(-90deg);
}

.report-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

.report-accordion .accordion-body {
  padding: 0;
}

.report-accordion .second-tier .accordion-label {
  padding-left: 10px;
  height: 27px;
  display: flex;
  align-items: center;
}

.report-accordion .second-tier .accordion-label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 1px;
  background-color: #000;
  top: 12px;
}

.report-accordion a {
  text-decoration: none;
}

.report-accordion a.accordion-button::after {
  display: none;
}

.report-accordion .accordion-button:focus {
  box-shadow: none;
}

.report-accordion .accordion-button.active {
  background-color: #292961;
  color: #fff !important;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.report-accordion .accordion-button.active span::before {
  background-color: #fff;
}

.report-accordion .third-tier .accordion-body {
  padding-left: 10px;
  margin-bottom: 10px;
}

.report-accordion .third-tier .accordion-label::before {
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid;
}

.theme-table-wrap h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.theme-table {
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  overflow: hidden;
}

.theme-table table {
  margin-bottom: 0;
  vertical-align: middle;
}

.theme-table-wrap thead th {
  vertical-align: middle;
  font-weight: 700 !important;
  background-color: #f8f8f8;
  border-top: 0 !important;
  white-space: nowrap;
  color: #5E84C3 !important;
}

.theme-table-wrap .theme-table td {
  background-color: #fff !important;
  --bs-table-accent-bg: #fff !important;
}

.theme-table-wrap tbody {
  border-top: 0 !important;
}

.theme-table-wrap .theme-table th, .theme-table-wrap .theme-table td {
  font-size: 14px;
  color: #474C4F;
  font-weight: 400;
  border: 1px solid #E4E4E4;
}

.theme-table-wrap thead th:first-child,
.theme-table-wrap tbody td:first-child {
  border-left: 0;
}

.theme-table-wrap thead th:last-child,
.theme-table-wrap tbody td:last-child {
  border-right: 0;
}

.theme-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.theme-table-wrap tbody td.bold {
  font-weight: 700;
}

#openBtn {
  position: absolute;
  top: 0;
  background-color: #292961;
  color: white;
  border-radius: 4px;
  z-index: 9;
  left: 5px;
  top: 5px;
  display: none;
  color: #f8f8f8;
}

#openBtn.opened i {
  transform: rotate(180deg);
}

.dashboard-link {
  color: #474C4F;
  font-weight: 600;
}

.dashboard-accordion a {
  text-decoration: none;
}

.dashboard-accordion .accordion-button {
  /* background-color: #292961; */
  color: #292961;
  font-weight: 700;
}

.dashboard-accordion .accordion-button:focus {
  box-shadow: none;
}

.dashboard-accordion .list-group-item a {
  color: #5E84C3;
  font-weight: 600;
}

.dashboard-accordion .accordion-header {
  position: relative;
}

.dashboard-accordion .accordion-header .badge {
  position: absolute;
  top: 10px;
  right: 15px;
  background-color: #292961;
  color: #fff;
  font-size: 15px;
  z-index: 9;
}

@media screen and (max-width: 1280px) {
  main {
    margin-left: 15px;
  }

  .sidemenu {
    width: 0;
  }

  .report-accordion {
    display: none;
  }

  .sidemenu.show {
    width: 285px;
    z-index: 9;
  }

  #openBtn {
    display: block;
  }

  .sidemenu.show #openBtn {
    right: -42px;
    left: auto;
  }

  .sidemenu.show .report-accordion {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .dashboard-accordion .accordion {
    margin-bottom: 20px;
  }
}