
.main-container {
  overflow-x: hidden;
  max-width: 800px;
  margin: auto;
}


.table td {
  align-items: center;
}

.table td button {
  display: inline;
  vertical-align: middle;
}

.dashboard-body {
  line-height: normal;
}

.logo img {
  height: auto;
}

.menu-toggle {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.logo span {
  font-size: 10px;
  color: white;
  letter-spacing: 1px;
}

.header-container {
  padding: 17px 5px;
}

.button-toggle {
  background: transparent;
  border: none;
}

.main-nav-on {
  right: 0;
}

nav {
  position: fixed;
  right: -220px;
  background-color: #e4ecf9;
  top: 0;
  height: 100%;
  width: 220px;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  z-index: 1111;
}

.nav_list {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 15px;
}

.nav_list li {
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 15px;
  list-style-type: none;
}

.nav_list li a {
  color: #0d2954;
  font-family: var(--primary-font-medium);
}


.overlay-on {
  opacity: 1;
  pointer-events: all;
}

.close-toggle {
  position: absolute;
  right: 10%;
  background: transparent;
  border: none;
}

.pagination {
  display: flex;
  gap: 10px;
}

.pagination .active {
  background-color: #0d2954;
  color: white;
}

.pagination span {
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 10px;
}

.custom-select {
  background: none;
  border: none;
  position: relative;
}

.custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


@media (max-width: 375px) {
  .modal-close-absolute.close-filter {
    bottom: -87px;
  }
}
