.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
}
.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;
}

.emplo-photo {
    object-fit: cover;
    height: 50px;
    width: 50px;
    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 */
}