.main-table thead tr th {
    background: #F2F6FC;
    border: 0 !important;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 400 !important;
}

.main-table {
    position: relative;
    overflow: hidden;
}

.main-table .card-body {
    padding: 0;
}

.main-table.vendor-products .nav-tabs {
    border-bottom: 0;
    position: absolute;
    top: 7px;
    margin: 0;
}

.main-table .nav-tabs {
    border-bottom: 0;
    margin-bottom: -15px;
}

th.checkBox_td {
    width: 20px !important;
}

.main-table table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 6px !important;
}

.main-table .bg-soft-success {
    background-color: #d6f7d9 !important;
    color: #0da90d !important;
}

.main-table table tr {
    background: transparent !important;
    box-shadow: 0px 0px 12.246053695678711px 0px rgba(100, 100, 111, 0.04);
}

.main-table table tr:hover td {
    background-color:#e5e5e5a8 !important;
    box-shadow: inset 0 -2px 0px 0px rgb(215 215 215 / 40%);
}

.main-table table tr td {
    background: #fff;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    padding: 10px 10px !important;
    white-space: nowrap;
}

.main-table table tr td:first-child {
    border-left: 1px solid #F4F4F4;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.main-table table tr td:last-child {
    border-right: 1px solid #F4F4F4;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.main-table thead tr th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.main-table thead tr th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.main-table table input {
    border-radius: 2px;
    border: 1px solid #CBD5E1 !important;
    background: #FFF;
    width: 16px;
    height: 16px !important;
    margin-top: 5px !important;
}

#exist_variant_div .main-table input {
    width: 100%;
}

.main-table .bg-soft-Closed.text-Closed {
    background: #FEE3E6;
    color: #AA1C2A;
}

.main-table span.sub-total {
    border-radius: 3px;
    background: #D4E5FF;
    color: #0450C4;
    text-align: center;
    font-weight: 400;
    line-height: 1;
    padding: 4px 8px;
    font-size: 10px;
    margin-left: 2px;
    position: relative;
    top: 0;
    cursor: pointer;
}

.main-table span.sub-total:hover+.totalOffer {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.main-table .totalOffer {
    position: absolute;
    border-radius: 8px;
    border: 1px solid #c5c5c5;
    background: var(--white, #FFF);
    padding: 10px;
    box-shadow: 0px 0px 12px 0px rgba(16, 24, 40, 0.06);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.main-table .totalOffer span:first-child {
    margin: 0 !important;
}

.main-table .totalOffer span {
    display: block;
    margin: 6px 0 0 !important;
}

table.dataTable.no-footer {
    border: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border: 0 !important;
}

@media (max-width:767px) {

    .main-table.vendor-products .nav-tabs {
        position: inherit;
    }


}