.table-row {
    border-collapse: collapse;
    white-space: inherit;
}
.table-theme tr th {
    white-space: nowrap;
    padding: 0.75rem !important;
}
.table-theme{
    border: 0;
}
.table th, .table td {
    font-family: 'Open Sans', sans-serif;
}
.table tr:last-child td {
    border-bottom: 1px solid #dee2e6
}
.reqTbl thead tr th {
    color: #fff !important;
    text-transform: uppercase !important;
    background-color: #39A0DC !important;
}
    .reqTbl thead tr th:last-child {
        border-top-right-radius: 8px !important;
        border-bottom-right-radius: 0px;
    }
    .reqTbl thead tr th:first-child {
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 0px;
    }
.reqTbl td:last-child {
    border-right: 0px !important;
}
.matrixTbl {
    border-collapse: separate;
    white-space: nowrap;
}
.matrixTbl {
    border: 1px solid #39A0DC;
    border-radius: 8px;
}
.reqTbl tr:last-child td {
    border-bottom: 0px !important;
}
.reqTbl td:first-child {
    border-left: 0px !important;
}
.matrixTbl thead tr th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0px;
}
.matrixTbl thead tr th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
}
.matrixTbl tbody tr td:first-child {
    border-right: 1px solid #DEE2E6 !important;
    border-top: 0px !important;
    text-align: left !important;
    border-bottom: 0px !important;
    color: #39A0DC;
    background-color: #F5FBFF !important;
    font-weight: 600;
    /* font-size: 17px !important; */
}
.matrixTbl tbody tr:first-child{
   
    color: #39A0DC;
    font-weight: 600;
    background-color: #FAE6FF;
    /* font-size: 17px !important; */
}
    .matrixTbl tbody tr:first-child td {
        border-right: 1px solid #DEE2E6;
        border-bottom: 1px solid #E691FC;
        border-top: 1px solid #E691FC;
        min-width: 200px;
        font-size: 18px !important;
        border-left: 1px solid #DEE2E6;
        background-color: #FAE6FF;
        /* font-size: 17px !important; */
    }
.table-theme2 tr th {
    white-space: nowrap;
    padding: 14px 7px !important;
}
.table-theme2 tr td {
    padding: 14px 7px !important;
}
.matrixTbl tbody tr td {
    border-right: 1px solid #DEE2E6;
    border-bottom: 1px solid #DEE2E6;
    padding: 1rem;
    min-width: 200px;
    border-left: 1px solid #DEE2E6;
    text-align: center;
    background-color: #FDF5FF;
    /* font-size: 17px !important; */
}
.matrixTbl * {
    font-size: 16px !important;
}
.matrixTbl thead tr th {
    color: #39A0DC !important;
    text-align: center;
    padding: 1rem;
    font-size: 18px !important;
    font-weight: 600;
    border-bottom: 1px solid #39A0DC;
    text-transform: uppercase !important;
    background-color: #F5FBFF !important;
}
.table thead th {
    border: 0;
    line-height: 17px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans SemiBold', sans-serif;
    color: black;
    text-align: left;
    background-color: transparent;
    border-spacing: 0;
}
.table thead tr th {
    background-color: white;
}.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 #DEE2E6;
    }
    td:last-child {
        border-right: 1px solid #DEE2E6;
    }
    .table-hover tbody tr:hover td {
        background: #F5FBFF 0% 0% no-repeat padding-box;
        border-bottom: 1px solid;
        border-top: 1.1px solid;
        border-color: #39A0DC;
    }
        .table-hover tbody tr:hover td:last-child {
            border-right: 1px solid;
            border-color: #39A0DC;
        }
        .table-hover tbody tr:hover td:first-child { 
            border-left: 1px solid;
            border-color: #39A0DC;
        }

    .table-theme tr td {
        text-align: left;
        background-color: white;
        padding: 14px 14px;
        vertical-align: middle;
        color: #495057;
        font-size: 13px!important; 
        font-weight: 500;
        border-bottom: 1px solid #DEE2E6;
        border-top: 1px solid #DEE2E6;
        position: relative;
    }
    .cart-table.table-striped tbody tr:nth-of-type(odd) td {
        background-color: #007bff2b !important;
    }
    .table-theme.table-striped tbody tr:nth-of-type(odd) td {
        background-color: #2387f221 !important;
    }
      .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: 0px;
        box-shadow: 0px 3px 8px 0px #c9c9c94a;
        vertical-align: middle; 
      }.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;
            font-family: 'Open Sans', sans-serif;
        }.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: black;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        width: 35%;
        padding: 10px 20px;
        /* position: relative; */
        display: inline-block;
        background-color: rgb(0 123 255 / 25%);
        display: -webkit-box;
    }
    .table-theme td .data {
        width: 64%;
        display: inline-block;
        padding: 10px 10px;
        display:-webkit-box;
    }
        .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: 20px;
        /* 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: rgb(0 123 255 / 25%);
    }
         .table-theme tr td:last-child .heading{
             border-bottom-left-radius:20px
         }
         .heading.BR{
             border-top-left-radius:20px;
         }
    .table-theme tr td:first-child .heading {
        border-top-left-radius: 20px;
    }.table tbody td  {
         font-weight:bold;
         position:relative;
     }
}
.table tbody tr td a {
    padding: 3px 8px;
    font-size: 16px;
    color: #39A0DC
}.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;
    }
}  
.page-item.active .page-link {
    background-color: #01769117;
    border-color: #39A0DC;
    color: #39A0DC
}
.page-link {
    margin-right: 2px;
    border-radius: 5px;
    border: 1px solid #39A0DC;
    color: #39A0DC;
}
button:focus, .pagination #dataTable_previous:focus {
    box-shadow: none !important
}
.custom-table thead tr th{
    color:#D53008
}
.table-hover tbody tr:hover .table-without-bg tbody tr td {
    background: white !important;
    border:0px;
}
.table-without-bg thead tr th {
    background-color: #F5FBFF  !important
}
.table-without-bg{
    border:1px solid #DEE2E6!important
}
div.dataTables_filter input {
    height: auto;
    padding: 0px;
    font-size: 0.875rem;
    background: transparent;
    border: none;
    color: #8E979F;
    line-height: 1.5;
    border-radius: 0.2rem;
    width: 92% !important;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.30000001192092896px solid #A2B6C8;
    margin: 0px 0px 15px 0px;
    padding: 0px 17px;
    display: flex;
    height: auto;
    font-size: 15px;
    line-height: 28px;
    border-radius: 5px;
    color: #8E979F;
    width: 100%;
}

div.dataTables_filter input:focus {
    box-shadow: none !important
}
.dash-table thead tr th, .dash-table tbody tr td{
    font-size:12px!important;
}.dash-table tbody tr:first-child td:first-child{
     border-top-left-radius:8px;
 }
.dash-table tbody tr:first-child td:last-child {
    border-top-right-radius: 8px;
}

.dash-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.dash-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}
td .text-md-center{
    text-align:left!important;
     
}
table.cart-table th {
    text-transform: capitalize;
}
.maxw-100 {
    max-width: 120px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
table th {
    text-transform: uppercase;
}
table.rfq-tbl th {
    text-transform: uppercase;
}
table *{
    font-size:12px!important
}
.table-responsive{
    max-height:500px;
    overflow-y:scroll;
}
.table thead{
    position:sticky;
    top:0px;
    background-color:white;
    z-index:1
}
.table td {
    padding: 0.75rem;
    vertical-align: baseline;
    border-top: 1px solid #dee2e6;
    line-height: 17px;
}

 @media(min-width:768px){
     .min180{
         min-width:183px;
     }.marketplace .table .tbody tr td{
        text-align:left!important;
      }
 }
::-webkit-scrollbar {
    width: 5px!important;
    height:5px;
} 
/* Track */
::-webkit-scrollbar-track {
    background: #dee2e6;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #8E979F;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #7fbbdf;
    }
.dataTables_length label,  .dataTables_length .form-control, div.dataTables_wrapper div.dataTables_info {
    font-size: 12px;
}
.marketplace .page-item .page-link{
    font-size:12px;
}.marketplace .table *{
     font-size:12px!important;
 }
.custom-select.custom-select-sm.form-control.form-control-sm {
    padding: 5px;
    font-size: 12px;
}
