.main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: scroll;
}

.div-main {
  width: 100%;
  overflow-x: hidden;
  padding: 1.5em;
}
.scrollwrapper {
  background: #fff;
  overflow: scroll;
  display: block;
  width: 100%;
}

.scrollwrapper-table {
  overflow-x: auto;
  overflow-y: auto;
  display: block;
}

.scrollwrapper-y {
  background: #fff;
  display: block;
  overflow-y: scroll;
}

.scrollwrapper-none {
  background: #fff;
  display: block;
}
.f-14 {
  font-size: 14px;
}
.color-green {
  color: #49aa7a;
}
.color-gray {
  color: #98a0b4;
}
.bg-light-green {
  background-color: #f7f6fe;
}
.border-radius-8 {
  border-radius: 8px;
}
.dataTables_wrapper .dataTables_paginate .fg-button {
  color: #ffffff !important;
  padding: 8px;
  background: var(--Green-Primary, #49aa7a);
}

.dataTables_wrapper .dataTables_paginate .fg-button.first,
.dataTables_wrapper .dataTables_paginate .fg-button.previous,
.dataTables_wrapper .dataTables_paginate .fg-button.next,
.dataTables_wrapper .dataTables_paginate .fg-button.last {
  font-weight: 500;
  font-size: 12px;
  color: #9e9e9e !important;
  background: unset;
}
.dataTables_wrapper .dataTables_info {
  float: unset;
}
.dataTables_wrapper .dataTables_paginate {
  text-align: center !important;
  float: none !important;
  margin-top: 1rem; /* Optional: spacing */
}
.dataTables_wrapper .dataTables_paginate {
  display: block;
  justify-content: center;
}

.table .thead-light th {
  background-color: #fff;
}
table.dataTable tbody tr {
  background: #f7f6fe;
}
table.dataTable tbody tr:nth-child(even) {
  background: #ffffff;
}
#loading-screen {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

.d-flex-center {
  display: flex;
  align-items: center;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.middle-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.middle-end {
  display: flex;
  justify-content: end;
  align-items: center;
}
.gap-2 {
  gap: 1em;
}

.emplo-photo {
  object-fit: cover;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.round {
  border-radius: 50%;
}
.spacer {
  height: 60px;
}
.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.onloadanim {
  -webkit-animation: fadein 0.2s, slideIn 0.5s ease forwards;
  margin-bottom: 2.5rem;
}
.div-collection-table-outside {
  padding: 10px;
  background: #f4f4f4;
  border-radius: 4px;
  border-top-left-radius: 0px;
}
.div-collection-table-inside {
  padding: 10px;
  background: #fbfbfb;
  border-radius: 4px;
}

.nav-tabs.nav-collection-table {
  border-bottom: 0;
}
.nav-tabs.nav-collection-table .nav-link {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: transparent;
  color: #939393;
  font-weight: 500;
}
.nav-tabs.nav-collection-table .nav-item.show .nav-link,
.nav-tabs.nav-collection-table .nav-link.active {
  border: 0px;
  background: #f4f4f4;
  color: #49aa7a;
  font-weight: 600;
}
.swal-modal {
  box-shadow: 0px 4px 23px 4px rgba(0, 0, 0, 0.15);
}
.swal-title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  color: #4b4b4b;
}
.swal-text {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  color: #98a0b4;
}
.swal-button {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.4px;
}
.modal-content {
  box-shadow: 0px 4px 32.5px 0px rgba(0, 0, 0, 0.15);
}

a.no-hover:hover {
  text-decoration: none; /* hover state */
}
.paper {
  padding: 1em;
  margin: 1em;
  border: 1px solid rgba(236, 238, 246, 1);
  border-radius: 11px;
  box-shadow: 0px 0px 12.9px 0px rgba(0, 0, 0, 0.17);
}

.light-thin-text {
  font-family: Poppins;
  font-weight: 300;
  font-size: 10px;
}
.blank-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.blank-state-img-sm {
  height: 100px;
}
