.table-row{
    
    border-collapse: collapse; 
}
table {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0px 0px !important;
}
.table-theme tr th {
    white-space: normal;
}

.table-dashboard {
    white-space: nowrap !important;
}
tr {
    padding-bottom: 1rem;
}
.table.table-dashboard tbody tr td .active {
    font-size: 14px ;
    font-weight: normal !important;
    text-decoration: none !important;
    background: rgba(0, 202, 128, 1);
    display: inline-flex;
    min-height: 30px;
    min-width: 110px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-align: center;
    border: none !important;
    padding: 6px;
    width: 100%;
}
.table.table-dashboard tbody tr td .inactive {
    font-size: 14px ;
    font-weight: normal !important;
    text-decoration: none !important;
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    min-width: 110px;
    justify-content: center;
    background: #4a94ba;
    width: 100%;
    text-align: center;
    color: #fff !important;
    border: none !important;
    padding: 6px;
}
.table-theme {
    border: 0;
    white-space: normal;
}.table th, .table td{
    border:0;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #4a94ba;
}
/*.table thead th {
    border: 0;
    font-family: 'Poppins Semibold', sans serif;
    color: #052340;
    text-align: left;
    border-spacing: 0;
   
    text-transform: capitalize;
    vertical-align: baseline;
    font-size: 12px;
    line-height: 18px;
    padding: 15px;*/
    /*    background-color: #4AB5BF ;
*/
/*}*/

.table.table-dashboard tbody tr td a, .table.table-dashboard tbody tr td .dropdown-item {
    font-size: 14px;
    /* color: #000 !important; */
    z-index: 9;
    position: relative;
    text-decoration: underline;
    display: block;
    color: rgba(0, 0, 0, 1);
}
.table.table-dashboard thead th {
    vertical-align: bottom;
    border-bottom: 2px solid;
    border-top: 0px;
}
.pay-table.table-dashboard.table-theme tbody td:first-child {
    border-top-left-radius: 0px !important;
    border-left: 0px solid transparent !important;
}
.table-dashboard.table-theme tbody td:last-child {
    border-top-right-radius: 3px !important;
    border-right: 0px;
    border-bottom-right-radius: 3px !important;
}
.table-dashboard.table-theme tbody td:first-child {
    border-top-left-radius: 0px !important;
    border-left: 0px solid #0059A1;
}
table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable td:first-child, table.table-bordered.dataTable td:first-child {
    border-left-width: 0px !important;
}
.table-dashboard.table-emp tbody td:first-child {
    border-top-left-radius: 3px !important;
    border-left: 0px !IMPORTANT;
    border-bottom-left-radius: 3px !important;
}
.table-dashboard thead th {
    border: 0;
    font-family: 'Poppins Semibold', sans-serif !important;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    border-spacing: 0;
    white-space: nowrap;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 18px;
    vertical-align: baseline !important;
    padding: 10px 12px;
    background-color: #4AB5BF;
}
.table.table-dashboard thead tr th {
    background-color: #0C8791;
    background: #FFF;
}
.table thead tr th {
    /* background-color: #4AB5BF !important; */
    background: #F5F8FA ;
}
.table thead tr th:first-child{
    border-top-left-radius: 6px;
        border-bottom-left-radius: 0px;
}.table thead tr th:last-child{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0px;
}
.table.table-dashboard thead tr th:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.table.table-dashboard.table-emp thead tr th:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.table.table-dashboard.table-emp thead tr th:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.table.table-dashboard thead tr th:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
@media(min-width:1201px){
    .table-theme tbody tr:first-child td:first-child{
        border-top-left-radius:10px;
    }
    .table-theme tbody tr:first-child td:last-child {
        border-top-right-radius: 10px;
    }
    .table-theme tbody tr:last-child td:first-child {
        border-bottom-left-radius: 10px;
        border-left: 0px;
    }

    .table-theme tbody tr:last-child td:last-child {
        border-bottom-right-radius: 10px;
        border-right: 0px;
    }
    td:first-child {
        border-left: 1px solid inherit;
    }
    td:last-child {
        border-right: 1px solid inherit;
    }
    .table-hover tbody tr:hover td {
        background-color: #4ab5bf08 ;
        border-color: #4AB5BF;
    }
    .table-hover tbody tr:hover {
        background-color: #4ab5bf08;
    }
    .table-hover > tbody > tr:hover {
        --bs-table-accent-bg: #4ab5bf08;
        color: var(--bs-table-hover-color);
    }
        .table-hover tbody tr:hover td:last-child {
            border-right: 1px solid;
            border-color: #4AB5BF;
        }
        .table-hover tbody tr:hover td:first-child {
            border-left: 1px solid;
            border-color: #4AB5BF;
        }

    .grey-77 {
        color: #77838E;
    }
    .table-dashboard.table-theme tr td {
        text-align: left;
        background-color: #fff;
        padding: 10px 12px;
        border-radius: 0px !important;
        vertical-align: middle;
        font-family: 'Poppins Regular', sans-serif !important;
        font-size: 14px;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        /* max-width: 150px; */
        border-bottom-width: 0px !important;
        border-bottom: 0px solid #be906a73;
        /* font-family: 'Poppins', sans serif; */
        font-weight: normal;
        line-height: 18px;
        color: rgba(0, 0, 0, 1);
    }
    .table-striped > tbody > tr:nth-of-type(odd) {
        --bs-table-accent-bg: transparent;
        color: var(--bs-table-striped-color);
    }
    .table-theme.table-striped tbody tr:nth-of-type(odd) td {
        background-color: rgba(247, 248, 252, 1) !important;
    }
    .table-theme.table-striped tbody tr:nth-of-type(even) td:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .table-theme.table-striped tbody tr:nth-of-type(even) td:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
      .table-theme.table-striped tbody tr:nth-last-of-type(odd) td:first-of-type{
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px;
      }
      .table-theme.table-striped tbody tr:nth-last-of-type(odd) td:last-of-type{
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .table-theme tbody tr {
        border-radius: 5px;
        box-shadow: none;
        vertical-align: middle;
        border-bottom: 1px solid #8080803b !important;
    }
      .table-theme tr td .heading{
          display: none;
      }
}
@media(max-width:1200px){
    .table-theme tbody tr td{
        padding:0;
    }
    .dataTables_wrapper label {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .dataTables_length, .dataTables_filter {
        text-align: left !important;
        margin: 10px 0px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: left !important;
        margin: 10px 0px !important;
    }
    .table-theme tr {
        display: block;
        vertical-align: middle;
    } .table-theme tr td {
        display: block;
        vertical-align: middle;
        display: -webkit-box;
    }
      .table-theme thead{
            display: none;
        }
    .table-theme {
        border: 0;
        white-space: normal;
    }
     .table-theme tbody tr td p{
         display:block;
         width:100%;
     }
        .table-theme td .heading {
            text-align: left;
            /* float: left; */
            color: white;
            font-family: 'Poppins Bold', sans serif;
            font-size: 12px !important;
            width: 35%;
            text-transform: capitalize;
            padding: 10px;
            white-space: normal;
            /* position: relative; */
            display: inline-block;
            background-color: #4a94ba !important;
            display: -webkit-box;
        }
    .img-table {
        max-width: 100%;
        width: auto;
        max-height: 80px;
        height: auto;
        min-height: 70px;
        border: 1px solid #70707085;
        padding: 4px;
    }
    .table-theme {
        border: 0;
        white-space: normal !important;
    }

        .table-theme td .data {
            width: 100%;
            max-width: 100%;
            display: inline-block;
            padding: 10px 10px;
            /* display: -webkit-box; */
            font-size: 10px;
            background-color: white;
            word-break: break-word;
        }


        .table-theme td{ 
            border-bottom: 1px solid #d3d3d354;
        box-shadow: 0px 2px 0px 0px #d8d8d82e;
        font-size: 12px;
        }
            .table-theme td i {
                font-size: 12px !important;
            }
        .table-theme td:last-child{
            border-bottom: none;
            box-shadow: none;
        }.table-theme tbody{
            display: block;
        padding: 0 5px;
        }
        .table-theme tr {
            border-radius: 10px;
            /* border-color: #DFE3E6; */
            box-shadow: 0px 0px 5px 5px #ebebeb69;
            margin-bottom: 20px;
            padding-bottom: 0rem;
            /* border: 1px solid #DFE3E6; */
        }.table-striped tbody tr:nth-of-type(odd){
            background-color: transparent;
        }
    .table-hover tbody tr:hover {
        background-color: #4ab5bf08 !important;
        border-color: #4AB5BF;
    }
    .table-hover>tbody>tr:hover {
        --bs-table-accent-bg: transparent !important;
        color: inherit;
    }
         .table-theme tr td:last-child .heading{
             border-bottom-left-radius:10px
         }
    .table-theme tr td:last-child .data {
        border-bottom-right-radius: 10px
    }
         .heading.BR{
             border-top-left-radius:10px;
         }
    .table-theme tr td:first-child .heading {
        border-top-left-radius: 10px;
    }
    .table-theme tr td:first-child .data {
        border-top-right-radius: 10px;
    }
    .table tbody td {
        font-family: 'Poppins Bold', sans serif;
    }
}
.table tbody tr td a, .table tbody tr td .dropdown-item {
    font-size: 14px ;
    font-family: 'Poppins Semibold', sans serif;
    line-height: 20px !important;
    color: rgba(0, 0, 0, 1);
}
.table p{
     margin:0
 }
 table.dataTable{
     width:100%!important;
 }
.datepicker-days .table tr th{
    background-color:transparent;
}
@media(max-width:767px) {
    table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable td:first-child, table.table-bordered.dataTable td:first-child {
        border-left-width: 0px !important;
    }
    .btn-brown, .btn-brown:hover {
        color: #fff;
        min-width: 110px;
        line-height: 16px;
        font-size: 10px !important;
        border-radius: 0px !important;
        text-align: left;
    }
    .table.table-dashboard tbody tr td .active {
        font-size: 10px !important;
        justify-content: left;
        padding: 7px;
    }
    .table-theme td .heading {
        font-size: 10px !important;
        background-color: #4a94ba !important;
    }
}
    @media (max-width:330px) {
        .table-theme td .heading {
            padding: 17px 9px;
        }

        table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable td:first-child, table.table-bordered.dataTable td:first-child {
            border-left-width: 0px !important;
        }

        .badge {
            font-size: 8px;
        }
    }

    .btn-rounded {
        border-radius: 30px !important;
    }

    .width-100 .table {
        width: max-content !important
    }

    .width-100 {
        width: 100%;
        overflow-x: scroll;
    }

        .width-100 .t-hight thead tr th {
            padding: 35px 10px;
            background-color: white;
            color: black
        }

        .width-100 .t-hight tbody tr td {
            padding: 35px 10px;
        }

        .width-100 .t-hight tr th span {
            background-color: black;
            color: white;
            padding: 3px 8px;
            border-radius: 3px;
        }



    .pending {
        background: #F0F8FC;
        border-radius: 2px !important;
        font-family: 'Poppins Semibold', sans serif;
        font-size: 10px;
        line-height: 14px;
        /* identical to box height */

        padding: 3px 6px;
        color: #999999;
    }

    .report div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin-bottom: 17px;
        white-space: nowrap;
        margin-top: 1px;
        justify-content: flex-end;
    }


    .report .dataTables_filter, .report .dataTables_length, .report div.dataTables_wrapper div.dataTables_paginate, .report .dataTables_info {
        margin: 15px 15px 10px 15px;
        padding-top: 0px !important;
    }

    /*.report div.dataTables_wrapper div.dataTables_paginate {
    margin: 15px;
}*/

    .page-item.active .page-link {
        border: 1px solid #052340;
        background: #fff;
        border-radius: 3px;
        font-family: 'Poppins Semibold', sans serif;
        font-size: 12px;
        line-height: 15px;
        color: #052340;
    }

    .page-item.disabled .page-link {
        color: #999999;
        pointer-events: none;
        background-color: #fff;
        border-color: rgb(153 153 153 / 36%);
    }
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    font-size: 12px;
}


div.dataTables_wrapper div.dataTables_filter input {
    margin: 4px !important;
    display: inline-block;
    width: 100%;
    padding: 10px;
    min-width: 200px;
    background-color: #EEFFF7;
    background: #F7F8FC;
    border: none;
    appearance: auto;
    border-radius: 3px;
    font-family: 'Poppins Medium', sans serif;
    font-size: 12px;
    line-height: 18px;
    color: rgb(104 104 104);
    width: auto;
}
table.dataTable.table-striped > tbody > tr.odd > * {
    box-shadow: none !important;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    font-family: 'Poppins Semibold', sans serif;
    font-size: 12px;
    display: inline-flex;
    line-height: 15px;
    color: #000;
}
div#tbl_length {
     
    margin: 7px 0px;
}
div.dataTables_wrapper div.dataTables_length label {
    text-align: left;
    white-space: nowrap;
    font-family: 'Poppins Semibold', sans serif;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0px !important;
    color: #000;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: normal;
    float: right;
    display: inline-flex;
    /* justify-content: unset; */
}
div#managCandidatetbl_length {
    display: inline-flex;
    margin: 7px 0px;
    width: auto;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    display: inline-block;
    float: right;
}
div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    font-family: 'Poppins Semibold', sans serif;
    font-size: 12px;
    line-height: 15px;
    color: #999999;
    margin: 0px 5px;
}

    div.dataTables_wrapper div.dataTables_filter label {
        font-weight: normal;
        white-space: nowrap;
        text-align: left;
        margin-bottom: 0px !important;
    }

    div#dataTable_length {
        align-self: center;
        flex: 0 0 auto;
        margin-top: 10px;
    }

    .page-link {
        margin: 0px 8px;
        border: 1px solid rgb(153 153 153 / 36%);
        border-radius: 3px !important;
        font-family: 'Poppins Semibold', sans serif;
        font-size: 12px;
        padding: 8px 10px;
        line-height: 15px;
        color: #495057;
    }

    button:focus, .pagination #dataTable_previous:focus {
        box-shadow: none !important
    }