/*
Template Name: eCommAmazon
Author: Igmite
Website: https://themesbrand.com/
Contact: support@ecommerceamazon.com
File: Custom Css File
*/

.validation-summary-errors {
    color: red;
}

.required-field .form-label {
    text-align: right;
    position: relative;
}

.required-field label:before {
    color: red;
    content: "*";
    display: block;
    position: absolute;
    right: -10px;
    top: 4.5px;
}

.required-field label:after {
    content: "";
    display: block;
    position: absolute;
    right: -1.6em;
    top: 2px;
}

.normal-field .form-label {
    text-align: right;
    position: relative;
}

.normal-field label:after {
    content: "";
    display: block;
    position: absolute;
    right: -1.6em;
    top: 2px;
}

.back-action {
    display: flex;
    align-items: center;
}

    .back-action img {
        width: 36px;
        height: 36px;
        margin-right: 7px;
    }

.action-header {
    text-align: center;
    min-width: 165px !important;
    max-width: 205px !important;
}

.action-item {
    justify-content: space-between;
    text-align: center;
    min-width: 165px !important;
    max-width: 205px !important;
}

    .action-item img {
        margin-right: 5px;
    }

    .action-item .img-add {
        width: 22px;
        height: 22px;
    }

    .action-item .img-view {
        width: 22px;
        height: 22px;
    }

    .action-item .img-edit {
        width: 19px;
        height: 19px;
    }

    .action-item .img-delete {
        width: 15px;
        height: 15px;
    }

    .action-item .img-comment {
        width: 20px;
        height: 20px;
    }

.card-header {
    background-color: #f9fafb;
}

.form-control {
    -webkit-appearance: auto !important;
    -moz-appearance: button-arrow-up !important;
    appearance: auto !important;
    min-height: 36px !important;
}

@media screen and (max-width: 500px) {
    .form-checkbox {
        margin-top: 5px !important;
    }
}

.form-checkbox {
    margin-top: 1px;
    display: flex;
}

    .form-checkbox .form-label {
        margin-right: 15px !important;
    }

    .form-checkbox input {
        margin-top: 2px;
        width: 16px;
        height: 16px;
    }

.grid-checkbox {
    width: 16px;
    height: 16px;
    margin-right: 15px;
    vertical-align: middle;
}

.ecomm-amazon-validation-success {
    padding-bottom: 10px !important;
    border-bottom: 1px #069d1a solid !important;
    margin-bottom: 10px !important;
}

.ecomm-amazon-validation-error {
    padding-bottom: 10px !important;
    border-bottom: 1px #fe0404 solid !important;
    margin-bottom: 10px !important;
}

.filter-body {
    padding: 10px 1px 10px 20px;
    display: none;
}

.filter-action {
    top: 27px;
    width: 85px !important;
}

.form-control:disabled {
    background-color: #fbfbfb;
}

.total-pages {
    align-self: center !important;
}

    .total-pages span {
        margin-right: 20px !important;
    }

.hide-field {
    display: none !important;
}

.shortcut-buttons-flatpickr-buttons {
    justify-content: center;
    width: 100%;
}

.table-nowrap td, .table-nowrap th {
    white-space: initial !important;
    min-width: 35px;
}

.left {
    width: 20%;
    float: left;
}

.right {
    width: 20%;
    float: left;
}

.middle {
    width: 60%;
    float: initial;
}

@media screen and (max-width: 500px) {
    .left {
        width: 100%;
        float: left;
    }

    .right {
        width: 100%;
        float: right;
    }

    .middle {
        width: 100%;
        float: initial;
    }

    .search-box-container {
        width: 100% !important;
        margin: 10px auto;
    }

    .back-action a {
        margin-right: 15px;
    }
}

@media (min-width:992px) {
    .col-lg-1-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 12.33333333%
    }
}

thead {
    border: 1px solid #e7e0e0;
}

    thead tr > th {
        vertical-align: middle;
    }

tbody {
    border: 1px solid #e7e0e0;
}

.back-img-action {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.pagination .page-item .page-link.disabled, .page-link.disabled:hover, .page-link.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.pagination .page-item .page-link:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #7ccae5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ccae5), color-stop(100%, #111));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7ccae5 0%, #111 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #7ccae5 0%, #111 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #7ccae5 0%, #111 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #7ccae5 0%, #111 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #7ccae5 0%, #111 100%);
    /* W3C */
}

.pagination .page-item .page-link:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    /* W3C */
    box-shadow: inset 0 0 3px #111;
}

.pagination .page-item .page-link-disabled {
    background-color: #c4d2d3 !important;
    pointer-events: none;
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    box-shadow: none;
}

.page-link {
    font-family: Tahoma;
    background-color: #c1e8f6;
}

.view-text {
    background-color: #f5f5f53d !important;
    min-height: 2.3rem;
}

.view-area {
    background-color: #f5f5f53d !important;
    min-height: 3.5rem;
}

/* rakeshg *****************************************/

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.page-content {
    background-color: #eff9fb7a;
}

.more-action img {
    width: auto;
    height: 36px;
    margin-right: 10px;
}

/* balaji *****************************************/

.card-header.align-items-center.d-flex.breadcrumb-top {
    background: #d7b876;
    border-color: #d7b876 !important;
    color: #fff !important;
}

.page-title-box {
    background: #dfcd81;
    color: #000000 !important;
    margin: 0 auto;
}

.table-light {
    --vz-table-bg: #000000 !important;
    color: #fff !important;
}

/* Menu item css */
.navbar-menu {
    background-color: #000000 !important;
}

    .navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
        color: #cfb86e;
    }

    .navbar-menu .navbar-nav .nav-link[data-bs-toggle="collapse"][aria-expanded="true"] {
        color: rgb(207, 184, 110);
    }

    .navbar-menu .navbar-nav .nav-link:hover {
        color: #dfc377;
    }

    .navbar-menu .navbar-nav .nav-sm .nav-link:hover {
        color: #e2d18f;
    }

    .navbar-menu .navbar-nav .nav-sm .nav-link {
        color: #f6f7f9;
    }

    .navbar-menu .navbar-nav .nav-link {
        color: #ffffff;
    }

.menu-title {
    color: #d8c579;
}

.card-title-bg {
    background: #dfcd81;
    border-color: #dfcd81 !important;
}

.card-header {
    background-color: #dfcd81;
}

div#scrollbar {
    border-top: 2px solid #f7ef9c;
    margin-top: 10%;
}

#page-topbar {
    border-bottom: 1px solid #a67e40;
}

.auth-one-bg .bg-overlay {
    background: #000000ed;
}

.btn-success {
    --vz-btn-bg: #f1d459;
    --vz-btn-border-color: #f1d459;
    --vz-btn-hover-bg: #f7b84a;
    --vz-btn-hover-border-color: #f7b84a;
    --vz-btn-active-bg: #f7b84a;
    --vz-btn-active-border-color: #f7b84a;
}

    .btn-success.btn:hover {
        color: #000000;
        background-color: #f7b84a;
    }

.navbar-brand-box {
    background-color: #151515;
}

.app-menu.navbar-menu.navbar-brand-box {
    background-color: #000000 !important;
}

.navbar-brand-box {
    background-color: #151515 !important;
}

.menu-dropdown {
    background-color: #000000 !important;
}

.nav-item {
    background-color: #000000 !important;
    border-color: #000000;
}

    .nav-item :hover {
        background-color: #000000 !important;
    }

a.menu-link {
    background-color: #000000 !important;
    border-color: #000000;
}

.apc-variable {
    font-weight: 500;
    background-color: #f8ffff !important;
}

.apc-display {
    padding: 0 0 0 10px;
    font-weight: bold;
    background-color: #faffb88a !important;
}

.apc-final {
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 16px;
    background-color: #faffb88a !important;
}

.disabled > .page-link, .page-link.disabled {
    background-color: #ececec !important;
    border-color: #27b3fa !important;
}

.list-order-id {
    min-width: 205px !important;
    vertical-align: top !important;
}

    .list-order-id .order-level {
        font-weight: normal;
        font-size: 11px;
    }

    .list-order-id .order-id {
        font-weight: bold;
        font-size: 12px;
    }

    .list-order-id .buyer-lebel {
        font-weight: normal;
        font-size: 11px;
    }

    .list-order-id .buyer-name {
        font-weight: normal;
        font-size: 12px;
    }

/* ===========================
   Global Loader
=========================== */
#globalLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 8px solid rgba(255,255,255,0.4);
    border-top: 8px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
/*end css form normal loader*/

/*start css form aniamated image loader*/
.loader-img {
    width: 100px;
    animation: pulse 1.4s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.15);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}
/*end css form aniamated image loader*/

.asin-view, .buy-now {
    font-weight: 500;
    color: rgb(12 91 225);
}