main {
    font-weight: 400;
    background-color: #f4f7fe;
    font-family: "Inter", sans-serif;  
    width: calc(100%);
    margin-left: auto;
    padding: 0 15px;
    min-height: 100vh;
    z-index: 1;
}

.table_container {
    margin: auto;
    background: #ffffff;
    padding: 30px 0px;
    border-radius: 15px;
}
.table_container {
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}
table.dataTable tbody tr {
    background-color: transparent;
}
table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-align: center;
}
.table_container .table tbody td button {
    color: #363f56;
    font-size: 14px;
}
.table_container .table tbody td {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #363f56;
    letter-spacing: 0.01em;
    white-space: nowrap;
    text-align: left;
    padding: 15px 20px 15px 15px;
    vertical-align: middle !important;
    border: 0;
}
.table_container .table thead th {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: #a3aed0;
    padding: 11px 12px 11px 12px !important;
    white-space: nowrap;
    text-align: left;
    vertical-align: middle !important;
    background-color: #f9fafb;
    border: 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0;
}
.table_container .dataTables_wrapper .dataTables_length label {
    font-weight: 400;
    font-size: 14px;
    color: #363f56;
    margin: 0;
}
.table_container .dataTables_wrapper .dataTables_filter label {
    font-weight: 400;
    font-size: 14px;
    color: #363f56;
    margin-bottom: 0;
}
.table_container .dataTables_wrapper .dataTables_filter input {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    color: #363f56;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    line-height: 26px;
    padding: 12px;
    transition: all 0.3s;
}
.table_container .dataTables_length {
    padding: 15px;
}
.table_container .dataTables_filter {
    padding: 15px;
}
.table_container .dataTables_wrapper .dataTables_info {
    font-weight: 500;
    font-size: 14px;
    color: #363f56;
    padding: 15px;
    margin: 10px 0 0 0;
}
.table_container .dataTables_wrapper .dataTables_paginate {
    padding: 15px;
    margin: 0;
}
.table_container
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.previous {
    border-radius: 6px 0px 0px 6px;
    border-left: 1px solid #e5e7eb !important;
    width: 96px;
}
.table_container
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.next {
    border-radius: 0px 6px 6px 0px;
    width: 96px;
}
.table_container .dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-left: 0 !important;
    width: 50px;
    height: 38px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    color: #363f56 !important;
}
.table_container table.dataTable thead > tr > th.sorting::before {
    content: "";
    background: url("../images/admin_dashboard/arrow-top-table.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
.table_container table.dataTable thead > tr > th.sorting::after {
    content: "";
    background: url("../images/admin_dashboard/arrow-bottomtable.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-align: center;
}
.table_container .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
}



.comn-title-main {
    padding: 20px 0;
}
.comn-title-main h1 {
    font-weight: 700;
    font-size: 18px;
    color: #363f56;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: normal;
}
.toggle-tabs-list {
    flex: 1 0;
    text-align: center;
}
select[name="myDataTable_length"] {
    padding: 0 24px 0 8px !important;
}
.toggle-tabs-cust input[type="radio"].toggle {
    display: none;
}
.toggle-tabs-cust input[type="radio"].toggle:checked + label {
    border-bottom-color: #058ed9;
    color: #058ed9;
    background-color: #fff;
    cursor: default;
}
.toggle-tabs-cust .toggle-tabs-list:first-child label {
    border-radius: 10px 0px 0px 0px;
    border-right: 2px solid #d9d9d9;
}
.toggle-tabs-cust label {
    cursor: pointer;
    background-color: #ffffff;
    padding: 12px 20px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #a3aed0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    margin-bottom: 0;
}
.toggle-tabs-cust input[type="radio"].toggle {
    display: none;
}
.toggle-tabs-cust input[type="radio"].toggle + label {
    cursor: pointer;
    width: 180px;
}
.toggle-tabs-cust label {
    cursor: pointer;
    background-color: #ffffff;
    padding: 12px 20px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #a3aed0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    margin-bottom: 0;
}

.table_container tbody {
    position: relative;
}
.table_container tbody.tbody_loader:before {
    position: absolute;
    content: '';
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    color: #000000;
    box-sizing: border-box;
    animation: animloader 1s linear infinite alternate;
    z-index: 1;
}

@keyframes animloader {
  0% {
    box-shadow: -38px -12px ,  -14px 0,  14px 0, 38px 0;
  }
  33% {
    box-shadow: -38px 0px, -14px -12px,  14px 0, 38px 0;
  }
  66% {
    box-shadow: -38px 0px , -14px 0, 14px -12px, 38px 0;
  }
  100% {
    box-shadow: -38px 0 , -14px 0, 14px 0 , 38px -12px;
  }
}

.table_container tbody.tbody_loader:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000000d;
    z-index: 1;
}
.paginate_button_dots{
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-left: 0 !important;
    width: 50px;
    height: 38px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    color: #363f56 !important;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;    
}
span.donation_status_success {
    color: #00a100;
    background: #00a1001c;
    padding: 8px;
    border-radius: 25px;
}
span.donation_status_fail {
    color: #a10000;
    background: #a100001c;
    padding: 8px;
    border-radius: 25px;
}

#table-view-details-modal h4 {
    width: 100%;
    float: left;
}
#table-view-details-modal ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
#table-view-details-modal li {
    padding: 14px 0;
}
#table-view-details-modal span.view-details-label {
    width: 30%;
    position: relative;
    display: block;
    float: left;
}
#table-view-details-modal span.view-details-val {
    display: block;
    float: left;
    width: 70%;
}