.table-row{
    
    border-collapse: collapse; 
}
.table-theme tr th{
    white-space: nowrap;
}
.table-theme{
    border: 0;
}.table th, .table td{
    border:0;
}.table thead th{
    border: 0;
    font-size: 14px;
    font-weight: bold;
    
    color:  white;
    text-align: center;
     background-color: #0272BC;
    border-spacing: 0;
}
table.dataTable.table {
    margin: 10px 0px
}
.table thead tr th {
    background-color: #0272BC;
}.table thead tr th:first-child{
    border-top-left-radius: 10px;
        border-bottom-left-radius: 0px;
}.table thead tr th:last-child{
    border-top-right-radius: 10px;
    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;
    }

    .table-theme tbody tr:last-child td:last-child {
        border-bottom-right-radius: 10px;
    }
    td:first-child {
        border-left: 1px solid inherit;
    }
    td:last-child {
        border-right: 1px solid inherit;
    }
    .table-hover tbody tr:hover td {
        background: #E7E7E8;
        border-bottom: 1px solid;
        border-top: 1px solid;
        border-color: none;
    }
        .table-hover tbody tr:hover td:last-child {
            border-right: 1px solid;
            border-color: inherit;
        }
        .table-hover tbody tr:hover td:first-child { 
            border-left: 1px solid;
            border-color: inherit;
        }

    .table-theme tr td {
        text-align: left;
        background-color: white;
        padding: 15px 20px;
        vertical-align: middle;
        color: black;
        font-size: 13px;
        
        font-weight: normal;
    }
    .table-theme.table-striped tbody tr:nth-of-type(odd) td {
        background-color: #E7E7E8 !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: 15px;
        }.dataTables_length, .dataTables_filter{
            text-align: left!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 tbody tr td p{
         display:block;
         width:100%;
     }
    .table-theme td .heading {
        text-align: left;
        /* float: left; */
        color: white;
        font-weight: bold;
        font-family: 'Segoe UI';
        width: 35%;
        padding: 10px 20px;
        /* position: relative; */
        display: inline-block;
        background-color: #0272BC;
        display: -webkit-box;
    }
    .table-theme td .data {
        width: 64%;
        display: inline-block;
        padding: 10px 10px;
/*        display: -webkit-box;
*/        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;
        /* border: 1px solid #DFE3E6; */ 
        }.table-striped tbody tr:nth-of-type(odd){
            background-color: transparent;
        }
    .table-hover tbody tr:hover {
        background-color: #E7E7E8;
    }
         .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-weight:bold;
     }
}
.table tbody tr td a, .table tbody tr td .dropdown-item {
    padding: 5px 10px;
    font-size: 16px !important;
    color: black
}.table p{
     margin:0
 }
 table.dataTable{
     width:100%!important;
 }
.datepicker-days .table tr th{
    background-color:transparent;
}
@media  (max-width:330px){
    .table-theme td .heading{
        padding:17px 9px;
    }
    .badge{
        font-size:8px;
    }
}   
.btn-rounded{
    border-radius:30px!important;
    margin-bottom:1px;
}
.page-item.active .page-link {
    background-color: white;
    border-color: #0272BC;
    color: #0272BC
}
.page-link {
    margin-right: 2px;
    border-radius: 5px;
    border: 1px solid #0272BC;
    color: #0272BC;
}
button:focus, .pagination #dataTable_previous:focus {
    box-shadow: none !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:5px;
     }