.med-table table {
    margin-bottom: 0;
}

.med-table caption {
    padding: 20px;
    background: #208486;
}

.med-table caption .h1 {
    color: white;
    font-family: "Jost", Sans-serif;
    font-weight: 700;
    font-size: 24px;
    padding: 10px;
    text-align: left;
}

.med-table tbody {
    max-height: 500px;
    height: auto;
    position: relative;
    overflow: auto;
    display: block;
}

.med-table thead,
.med-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.med-table thead,
.med-table thead tr th,
.med-table tbody td,
.med-table caption+thead tr th {
    border: none !important;
}

.med-table table.custom_datatable tbody td {
    border-top: 1px solid #ddd !important;
}

.med-table table.dataTable.no-footer,
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0 !important;
}

.med-table table tbody>tr>td {
    background-color: white !important;
}

.med-table thead {
    background: #dbf3f3;
    /* border-color: #2ba5aa;
    border-style: solid; */
    /* border: 1px solid #2ba5aa; */
}


/* .med-table {
    border: 3px solid #2ba5aa;
} */

.med-table {
    border: 2px solid #208486;
}

.med-table .dataTables_scrollHeadInner,
.med-table .med-table {
    width: 100% !important;
}

.med-table th {
    color: #041527;
}

.med-table .table_search_btn {
    color: white;
    background-color: #2EA4A8 !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 10px 25px 10px 25px !important;
    border: 1px solid #2EA4A8 !important;
}

.med-table .table_search_btn:hover {
    background-color: #34436F !important;
    border: 1px solid #34436F !important;
}

.med-table .table_search_btn {
    margin-left: 10px;
}

.med-table th {
    text-align: left;
}

.med-table td {
    padding: 8px 18px !important;
}

@media screen and (max-width:480px) {
    .med-table td,
    .med-table td {
        padding: 3px 5px;
    }
    .med-table td:first,
    .med-table td:first {
        padding: 3px 5px !important;
    }
    .med-table td:nth-child(2),
    .med-table td:nth-child(2) {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        padding-left: 20px !important;
    }
    .med-table table {
        font-size: 10px;
    }
    /* .med-table td {
        padding: 3px 5px !important;
    } */
}

.med-table table tbody::-webkit-scrollbar {
    width: 8px;
}

.med-table table tbody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(141, 141, 141, 1);
    margin: 3px 5px;
    border-radius: 50px;
}

.med-table table tbody::-webkit-scrollbar-thumb {
    background-color: #2ea4a8;
    outline: 1px solid #2ea4a8;
    border-radius: 5px;
}

.med-table table tbody {
    scrollbar-width: thin;
    scrollbar-color: #2ea4a8 #D1D1D1;
}