html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
    background-color: #f5f5f5;
    font-family: Calibri;
    color: #313131;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Calibri, sans-serif;
}

.btn-primary {
    background-color: #428bca !important;
    border-color: #428bca !important;
    transition: 0.3s ease-in all;
    -webkit-transition: 0.3s ease-in all;
    -moz-transition: 0.3s ease-in all;
    -o-transition: 0.3s ease-in all;
}

.mt-n-6 {
    margin-top: -6px;
}

.white-box {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
}

table thead tr th a {
    color: inherit;
    text-decoration: none;
}

table thead tr th {
    font-weight: 600;
    text-transform: uppercase;
}

header {
    background-color: #07579e;
}

    header .navbar-expand-sm .navbar-nav .nav-link {
        color: #fff !important;
        font-size: 14px;
    }

    header .navbar-brand {
        font-weight: 800;
        color: #fff;
        margin-right: 0px;
    }

.sidebar-collapsed footer {
    width: calc(100% - 70px);
}

footer {
    background-color: #fff;
    color: inherit !important;
    line-height: 40px;
}

    footer a {
        color: inherit;
    }

a {
    color: inherit;
}

.btn {
    font-size: 14px;
}

.mt-20 {
    margin-top: 20px;
}

.form-control {
    background-color: #fff;
    border: 1px solid #e4e7ea;
    border-radius: 0;
    box-shadow: 4px;
    color: #565656;
    height: 38px;
    max-width: 100%;
    padding: 7px 12px;
    transition: all 300ms linear 0s;
    font-size: 14px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .form-control:focus {
        box-shadow: none;
        border-color: #263238;
    }

.form-select {
    background-color: #fff;
    border: 1px solid #e4e7ea;
    border-radius: 0;
    box-shadow: 4px;
    color: #565656;
    height: 38px;
    max-width: 100%;
    padding: 7px 12px;
    transition: all 300ms linear 0s;
    font-size: 14px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .form-select:focus {
        box-shadow: none;
        border-color: #263238;
    }

.table-striped > tbody > tr:nth-of-type(2n+1) {
    --bs-table-accent-bg: #f7fafc;
}

.table-bordered, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #bcdeff;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 15px 5px;
}

h1.page-title {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 0 0;
    font-size: 24px;
    line-height: 20px;
}

h3.section-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px dashed #ccc;
}

h4.section-subtitle {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0px 0;
    padding: 0 0 0px 0;
    text-transform: capitalize;
}

label.col-form-label {
    font-size: 13px;
}

    label.col-form-label span {
        color: #ed0000;
    }

.border-right {
    border-right: 1px solid #ccc;
}

.marketplace-dd-wrap select {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(228, 231, 234);
    border-radius: 0px;
    color: rgb(86, 86, 86);
    height: 38px;
    max-width: 100%;
    padding: 7px 12px;
    transition: 300ms linear;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    appearance: none;
}

.cursor-pointer {
    cursor: pointer;
}

.collapse-icon {
    font-size: 16px;
    font-weight: 600;
}

.controls-product-table {
    text-transform: uppercase;
}

.float-left {
    float: left;
}

.nav-link {
    color: inherit;
}

    .nav-link.active {
        font-weight: 600;
    }

.ebay-search table tr th, .ebay-search table tr td, .magento-daily-summary table tr th, .magento-daily-summary table tr td {
    border-left: none;
    border-right: none;
}

.v-top {
    vertical-align: top;
}

.tmt-to-row-inner {
    display: flex;
    align-items: center;
}

.tmt-to-row h4 {
    font-weight: 400;
    width: 90px;
    margin: 0px;
    font-size: 18px;
}

.top-9 {
    top: 9px;
}

.right-9 {
    right: 9px;
}

ul.list-inline {
    margin-bottom: 0px;
}

input[type="checkbox"] {
    transform: scale(1.35);
    margin-right: 8px;
    cursor: pointer;
}

td.max-limit {
    max-width: 700px;
    width: 700px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-toggler {
    background-color: #6cb1ee;
}

.topbar-right-wrap a {
    color: #fff !important;
    text-decoration: none;
}

.topbar-right-wrap ul li {
    margin: 0 5px;
    padding: 3px 5px 3px 5px;
}

.img-circle {
    border-radius: 50%;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-60 {
    margin-bottom: 140px;
}

.update-product-btn-wrap {
    bottom: 80px;
    left: 0px;
    width: calc(100vw - 5px);
    position: absolute;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

.wrap-login100 {
    width: 450px;
    background: #fff;
    border-radius: 10px;
    padding: 25px;
}

    .wrap-login100 label {
        font-weight: bold;
        text-transform: capitalize;
        font-size: 16px;
        text-shadow: 0 0 10px white, 0 0 20px white;
    }

.btn-primary:hover {
    color: #ffffff;
    background-color: #3276b1 !important;
    border-color: #285e8e !important;
}

.access-denied-wrap {
    height: calc(100vh - 150px);
}

    .access-denied-wrap h1 {
        font-size: 72px;
        color: #fff;
        background-color: #b51818;
        width: 130px;
        height: 130px;
        margin: 30px auto 30px auto;
        line-height: 125px;
        border-radius: 50%;
        padding: 0 0 0 0;
    }

    .access-denied-wrap h3 {
        font-weight: 800;
        text-transform: uppercase;
        margin: 0 0 0 0;
        padding: 0px 0 20px 0;
    }

    .access-denied-wrap h5 {
        margin: 0 0 0 0;
        padding: 0 0 10px 0;
        font-size: 16px;
    }

.main-menu {
    background-color: #d2eaff;
}

    .main-menu ul {
        margin: 0;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
    }

        .main-menu ul li {
            list-style: none;
        }

            .main-menu ul li a {
                padding: 10px 10px 10px 10px;
                text-decoration: none;
                float: left;
                color: #484848;
            }

.topbar-right-wrap ul.chanels-nme {
    align-items: center;
    font-size: 14px;
}

.main_profile_1 .icon-section {
    width: 90px;
    height: 52px;
    background: url('/image/agt2-ico.png') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 45%;
    background-position: 22px 12px;
}

.main_profile_2 .icon-section {
    width: 90px;
    height: 52px;
    background: url('/image/jenco-logo.png') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 85%;
    background-position: 3px -7px;
}

.main_profile_5 .icon-section {
    width: 97px;
    height: 52px;
    background: url('/image/toolmarts3-ico.png') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 45%;
    background-position: 22px 12px;
}

.main_profile_6 .icon-section {
    width: 90px;
    height: 52px;
    background: url('/image/thrify-ico.png') center no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: auto;
    background-size: 45%;
    background-position: 22px 5px;
}

.main_profile_2 header {
    background: #00457e;
}

.main_profile_1 header {
    background: #07579e;
}

.main_profile_5 header {
    background: #333;
}

.main_profile_6 header {
    background: #0e4d8e;
}

.main_profile_2 .main-menu {
    background-color: #6788b3;
}

.main_profile_1 .main-menu {
    background-color: #d2eaff;
}

.main_profile_5 .main-menu {
    background: #ffd143;
}

.main_profile_6 .main-menu {
    background: #158ece;
}

.main_profile_1 .main-menu ul.static li a {
    color: #484848 !important;
}

.main_profile_2 .main-menu ul.static li a, .main_profile_6 .main-menu ul.static li a {
    color: #fff !important;
}

.main_profile_1 .main-menu .level1.selected.static {
    background: rgba(20, 122, 212, 0.22);
}

.main_profile_2 .main-menu .level1.selected.static {
    background: #07579e;
}

.main_profile_5 .main-menu .level1.selected.static {
    background: rgb(242, 183, 6);
}

.main_profile_6 .main-menu .level1.selected.static {
    background: #1c6fc4;
}

.accountInfo input[type="text"], .accountInfo input[type="password"], .accountInfo select {
    font-size: 18px;
    border-radius: 3px;
}

i.bi {
    font-size: 15px;
    margin-right: 3px;
}

.loginDisplay {
    font-size: 14px;
}

nav.navbar {
    padding: 0px;
}
/* table structure into div start */
/* Base styles for all screens */
.div-table {
    width: 100%;
    margin-bottom: 1rem;
    border-top: 1px solid #bcdeff;
    border-radius: 0.25rem;
    overflow-x: auto;
}

.div-table-header {
    display: none;
    /* Hidden on mobile */
    background-color: #f8f9fa;
    font-weight: bold;
}

.div-table-row {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #bcdeff;
    padding: 0.75rem;
}

.div-table-col {
    padding: 0.5rem;
    display: flex;
    word-break: break-word;
}

.div-table-header .div-table-col {
    font-weight: 600;
    text-transform: uppercase;
}

.div-table-col:before {
    content: attr(data-label);
    font-weight: bold;
    width: 70px;
    min-width: 70px;
}
/* Zebra striping */
.div-table-body .div-table-row:nth-child(odd) {
    background-color: #f7fafc;
}
/* table structure into div end */
.div-table-col a {
    color: inherit;
    text-decoration: none;
}

.flex-1per {
    flex: 0 0 1% !important;
    max-width: 1%;
    min-width: 1%;
}

.flex-2per {
    flex: 0 0 2% !important;
    max-width: 2%;
    min-width: 2%;
}

.flex-3per {
    flex: 0 0 3% !important;
    max-width: 3%;
    min-width: 3%;
}

.flex-4per {
    flex: 0 0 4% !important;
    max-width: 4%;
    min-width: 4%;
}

.flex-5per {
    flex: 0 0 5% !important;
    max-width: 5%;
    min-width: 5%;
}

.flex-6per {
    flex: 0 0 6% !important;
    max-width: 6%;
    min-width: 6%;
}

.flex-7per {
    flex: 0 0 7% !important;
    max-width: 7%;
    min-width: 7%;
}

.flex-8per {
    flex: 0 0 8% !important;
    max-width: 8%;
    min-width: 8%;
}

.flex-9per {
    flex: 0 0 9% !important;
    max-width: 9%;
    min-width: 9%;
}

.flex-10per {
    flex: 0 0 10% !important;
    max-width: 10%;
    min-width: 10%;
}

.flex-11per {
    flex: 0 0 11% !important;
    max-width: 11%;
    min-width: 11%;
}

.flex-12per {
    flex: 0 0 12% !important;
    max-width: 12%;
    min-width: 12%;
}

.flex-13per {
    flex: 0 0 13% !important;
    max-width: 13%;
    min-width: 13%;
}

.flex-14per {
    flex: 0 0 14% !important;
    max-width: 14%;
    min-width: 14%;
}

.flex-15per {
    flex: 0 0 15% !important;
    max-width: 15%;
    min-width: 15%;
}

.flex-16per {
    flex: 0 0 16% !important;
    max-width: 16%;
    min-width: 16%;
}

.flex-17per {
    flex: 0 0 17% !important;
    max-width: 17%;
    min-width: 17%;
}

.flex-18per {
    flex: 0 0 18% !important;
    max-width: 18%;
    min-width: 18%;
}

.flex-19per {
    flex: 0 0 19% !important;
    max-width: 19%;
    min-width: 19%;
}

.flex-20per {
    flex: 0 0 20% !important;
    max-width: 20%;
    min-width: 20%;
}

.flex-25per {
    flex: 0 0 25% !important;
    max-width: 25%;
    min-width: 25%;
}

.flex-30per {
    flex: 0 0 30% !important;
    max-width: 30%;
    min-width: 30%;
}

.flex-34per {
    flex: 0 0 34% !important;
    max-width: 34%;
    min-width: 34%;
}

.flex-35per {
    flex: 0 0 35% !important;
    max-width: 35%;
    min-width: 35%;
}

.flex-40per {
    flex: 0 0 40% !important;
    max-width: 40%;
    min-width: 40%;
}

.flex-45per {
    flex: 0 0 45% !important;
    max-width: 45%;
    min-width: 45%;
}

.flex-50per {
    flex: 0 0 50% !important;
    max-width: 50%;
    min-width: 50%;
}

.div-table .div-table-body .div-table-row:hover {
    background-color: #ffffde !important;
    color: inherit;
}

.font-size-13 {
    font-size: 13px !important;
}

.mt-21px {
    margin-top: 21px;
}

.flex-2 {
    flex: 2 !important;
}

h1.page-title a {
    color: inherit;
    text-decoration: none;
}

.order-status {
    color: #C00000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.w-300px {
    width: 300px;
}

ul.list-inline li label {
    font-weight: 600;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
/*.mr-120px{
   margin-right:120px;
}*/
.blk-color a {
    color: #000;
}

#orderTabMagentoContent .tab-pane ul li.row:last-child {
    padding-top: 10px;
    margin-top: 5px;
    border-top: 1px dashed #ccc;
}

.product-quick-info-search-wrap {
    width: 30%;
    display: block;
    margin: 0 auto;
    min-width: 300px;
}

.comments-wrap ul {
    margin: 0;
    padding: 0;
    height: 230px;
    overflow-y: scroll;
}

    .comments-wrap ul li {
        list-style: none;
        padding: 10px 0px;
        border-bottom: 1px solid #e8e8e8;
    }

        .comments-wrap ul li:last-child {
            border-bottom: none;
        }

.product-quick-info-srch-wrap {
    margin: 0 auto;
    width: 35%;
    min-width: 300px;
}

.btn-secondary {
    color: #484848 !important;
    background-color: #e9e9ea !important;
    border-color: #ccc !important;
}

.pmnt-process-inner {
    background: #f5f5f5ed;
    border: 1px solid #ddd;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
}

#create-refund-request-modal .div-table-col {
    font-size: 13px;
}

.mt-35 {
    margin-top: 35px;
}

.upload-wrap {
    display: block;
    margin: 0 auto;
    width: 40%;
    min-width: 300px;
}

.import-cost-table-nav {
    padding: 4px;
    text-decoration: none;
    color: inherit;
    border: 1px solid #4d4a4a;
    font-weight: bold;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}

.brand-wrap {
    margin: 0 auto;
    width: 45%;
    min-width: 300px;
}

.change-pwd-wrap {
    width: 35%;
    min-width: 300px;
    margin: 0 auto;
    display: block;
}

.user-list-wrap {
    width: 50%;
    min-width: 300px;
    margin: 0 auto;
    display: block;
}

.graph-wrap h5 {
    padding: 10px 0 5px 0;
    text-align: center;
    background-color: #eae0f0;
    font-weight: bold;
}

.mb-140 {
    margin-bottom: 140px;
}

.col-red {
    color: #C00000;
}

.mag-grid.order-list .div-table .div-table-col {
    padding: 0.40rem;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px 5px !important;
}

table.dataTable tbody td {
    vertical-align: baseline;
}
/*table.dataTable {
        font-size: 12px;
    }*/
table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
    padding: 5px 3px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px 5px !important;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: .75em !important;
}

.min-h-100p {
    min-height: 100%;
}

.error-msg:empty {
    display: none;
}

.validation-summary-valid ul {
    margin: 0px;
    padding: 0px;
}

    .validation-summary-valid ul li {
        list-style: none;
    }

.error-msg ul:empty .error-msg {
    display: none;
}

.error-msg ul li:empty .error-msg {
    display: none;
}

.open-so-wrap input[type="checkbox"] {
    margin: 2px 0 2px 0;
}

.table-bordered.dataTable {
    border-top: 1px solid lightgrey;
}

.nav-link:hover, .nav-link.active {
    background: #bdbdbd;
}

.row-disabled {
    background: #e1e1e1 !important;
    cursor: not-allowed;
    opacity: 0.6; /* makes it look "disabled" */
}

    /* Optional: disable only inputs/checkboxes inside the disabled row */
    .row-disabled input,
    .row-disabled button,
    .row-disabled a {
        pointer-events: none; /* user cannot click/modify these */
        opacity: 0.6; /* make them appear disabled */
    }

.border-red {
    border: 2px solid red !important;
}

:root {
    color-scheme: inherit !important;
}

.manage-missing-items-wrap table.dataTable tbody td {
    vertical-align: middle;
}

.nav.nav-tabs .nav-link {
    color: #484848;
}

.store-order-msg-wrap ul {
    text-align: left;
    margin-bottom: 0px;
}

.import-cost-validation ul {
    margin: 0px;
    padding: 0px;
}

    .import-cost-validation ul li {
        padding: 12px 16px;
        background-color: #ffe6e6; /* soft red */
        color: #b30000;
        border: 1px solid #ffcccc;
        border-radius: 6px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 1rem;
        list-style: none;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

        .import-cost-validation ul li:empty {
            display: none;
        }

.error-msg {
    padding: 12px 16px;
    background-color: #ffe6e6; /* soft red */
    color: #b30000;
    border: 1px solid #ffcccc;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
}

    .error-msg:empty {
        display: none !important;
    }

        .error-msg:empty ~ .btn-close-alert {
            display: none;
        }


.info-msg {
    padding: 12px 16px;
    background-color: #cff4fc;
    color: #055160;
    border: 1px solid #b6effb;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
}

    .info-msg:empty {
        display: none !important;
    }

        .info-msg:empty ~ .btn-close-alert {
            display: none;
        }

.success-msg {
    padding: 12px 16px;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
}

    .success-msg:empty {
        display: none !important;
    }

        .success-msg:empty ~ .btn-close-alert {
            display: none;
        }

.btn-close-alert {
    position: absolute;
    top: 13px;
    right: 20px;
}

/* Loader overlay inside wrapper */
.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999; /* on top of wrapper content */
    display: none;
}

/* Spinner */
.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top-color: #007bff; /* Bootstrap primary blue */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Spin animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bulk-import-steps ul {
    margin: 0px;
    padding: 0px;
}

    .bulk-import-steps ul li {
    list-style:none;
    }
.top-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;    
}
.bottom-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;    
}
.page-link {
color:inherit;}
.user-info a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 170px;
}