@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");

:root {
    --primaryColor: #009a58;
    --secondaryColor: #0D6EFD;
    --subLight: #fff;
    --subDark: #000;
    --mainFont: "Poppins", sans-serif;
    --roboto: "Roboto", sans-serif;
    --clr-white: rgb(255, 255, 255);
    --clr-black: rgb(0, 0, 0);
    --clr-light: rgb(245, 248, 255);
    --clr-light-gray: rgb(196, 195, 196);
    --clr-blue: #009a58;
    --clr-light-blue: #009a5896;
}

body {
    font-family: var(--mainFont);
    line-height: 1.35;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

a,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.btn,
.btn:focus {
    box-shadow: none !important;
}

.text-black {
    color: #000000;
}

.btn-main,
.btn-main:focus {
    background-color: var(--primaryColor);
    color: var(--subLight) !important;
    border-color: var(--primaryColor);
}

.text-main {
    color: var(--primaryColor) !important;
}

.bg-main {
    background-color: var(--primaryColor) i !important;
}

.fw-semi {
    font-weight: 600 !important;
}

.font14 {
    font-size: 14px;
}

/*************** Auth CSS ***************/

.auth_sec {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: #fff;
}

.auth_right {
    border-radius: 15px;
    background: var(--primaryColor);
    min-height: 90vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: var(--subLight);
}

.auth_right_content {
    padding-left: 2rem;
    margin-top: 1.35rem;
}

.auth_right_content h3 {
    font-size: 34px;
}

.auth_right_content p {
    font-weight: 300;
}

.auth_left {
    position: relative;
    padding-top: 40px;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.auth-logo {
    position: absolute;
    left: 0;
    top: 0px;
    width: 200px;
}

.auth_left_content h3 {
    margin-bottom: 1.5rem;
}

.form-area {
    margin-top: 2rem;
}

.form-area .form-label {
    color: #999999;
    font-size: 14px;
}

.form-area .form-control {
    border: 0;
    border-bottom: 2px solid #999;
    border-radius: 0;
    box-shadow: none !important;
    color: #000;
    padding-left: 28px;
}

.form-area .input-group-text {
    background: transparent;
    border: 0;
    border-radius: 0;
    text-align: start;
    padding-left: 2px;
    padding-right: 2px;
    color: #333;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 9;
}

.form-area .form-control::placeholder {
    color: #333;
}

.form-area .form-control:focus,
.form-area .form-control ~ .input-group-text {
    border-color: #000;
}

.forgot_pass,
.form-area .form-check-label {
    color: #4d4d4d;
    font-size: 14px;
}

.form-area .btn-main {
    /* border-radius: 999px; */
    padding-top: 10px;
    padding-bottom: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
}

.input_password .password-show {
    top: 3px;
    color: #999;
    z-index: 3;
}

.was-validated .password-show {
    opacity: 0;
}

.clicked .fa-eye::before {
    content: "\f070";
}

.form-area .form-check {
    width: fit-content;
}

.other_opt p {
    color: #b5b5b5;
    font-size: 14px;
    font-weight: 400;
}

/* ------------ Dashboard -------------- */

/* Sidebar */
.logoWrapper {
    padding: 32px;
}

.dashboardMain {
    min-height: 100vh;
    background-color: #faf8f5;
}

.sidebar {
    width: 100%;
    max-width: 236px;
    height: 100vh;
    background-color: red;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 5px 0px #1111;
    z-index: 999;
}

.menus > li {
    /* padding: 20px 33px; */
    color: #a4a6b3;
    cursor: pointer;
    transition: 300ms ease-in-out;
}

.menus > li a {
    padding: 20px 33px;
    width: 100%;
    display: flex;
    font-size: 14px;
}

.menus > li a {
    color: #a4a6b3;
}

.menus > li.active a,
.menus > li:hover a {
    color: #606060;
}

.menus > li.active,
.menus > li:hover {
    background-color: rgba(159, 162, 180, 0.08);
}

.menus > li.active {
    font-weight: 500;
}

.menus > li svg,
.menus > li i {
    margin-right: 16px;
    min-width: 18px;
    opacity: 0.45;
    line-height: 1.35;
    transition: 300ms ease-in-out;
}

.menus > li.active svg,
.menus > li.active i,
.menus > li:hover svg {
    opacity: 1;
}

/* Ending sidebar */

/* Top bar  */
.topBar {
    background: #ffffff;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 14px;
    align-items: center;
}

.topBar .pageTitle {
    font-weight: 600;
    font-size: 24px;
}

.topBar .left {
    width: calc(100% - 110px);
    margin-right: 20px;
}

.topBar .right {
    width: 200px;
}

.topBar .imgWrapper {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.topBar .imgWrapper::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.topBar .imgWrapper > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.authorWrapper {
    position: relative;
    margin-right: 0 !important;
    padding-left: 20px;
}

.authorWrapper::before {
    content: "";
    width: 2px;
    background-color: #dfe0eb;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Ending Top bar */

.contentPage {
    margin-left: 236px;
    padding: 20px 24px;
}

.content {
}

.accordian_area .accordion-button {
    box-shadow: none !important;
    background: transparent;
    border-bottom: 1px solid #dfe0eb !important;
    box-shadow: none !important;
    color: #252733;
    font-weight: 600;
    font-size: 16px;
    padding-right: 45px;
}

.accordian_area .accordion-flush .accordion-item {
    border: 0;
    background: transparent;
}

.accordian_area .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f056";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    transform: rotateX(360deg);
    transition: all ease 0.5s;
}

.accordian_area .accordion-button::after,
.accordian_area .accordion-button[aria-expanded="false"]::after {
    background-image: none;
    content: "\f055";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    transform: rotateX(0deg);
    transition: all ease 0.5s;
    color: #001a72;
    /* margin-left: 0; */
    right: 20px;
    position: absolute;
}

/***product area****/
.product_box {
    text-align: center;
    color: #606060;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
}

.product_img {
    /* border: 1px solid #EAEAEA; */
    border: 1px solid #ddf1ff;
    border-radius: 4px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100px;
    margin: 10px auto;
    height: 120px;
}

.product_box.active .product_img {
    border-color: var(--primaryColor);
}

.no-select {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.product_name {
    display: flex;
    align-items: center;
    justify-content: center;
}

.check_div .form-check-input:checked[type="checkbox"],
.brand_container .check_div .form-check-input[type="radio"] {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: none;
    background-image: none;
}

.product_container .check_div .form-check-input[type="radio"] {
    display: none;
}

.brand_container .check_div .form-check-input[type="radio"] {
    border-radius: 0.25rem;
}

.product_box .check_div.checked::after {
    display: none;
}

.check_div.checked::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: var(--primaryColor);
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

.product_name .form-check-input {
    width: 18px;
    height: 18px;
}

.check_div .form-check-input {
    margin-top: 2px;
}

/***brand block css***/
.barnd-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px;
    background: #ffffff;
    border: 1.5px solid #efeeeb;
    border-radius: 4px;
    min-height: 80px;
    position: relative;
    z-index: 0;
    flex-wrap: wrap;
}

.barnd-block::after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.barnd-block .form-check-input {
    width: 20px;
    height: 20px;
    background: #ebebeb !important;
    border-color: transparent !important;
}

.barnd-block .check_div.checked::after {
    font-size: 14px;
    top: calc(50% + 2px);
}

.add_brand {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    font-size: 28px;
    color: #bfbdb0;
    border: 2px dashed #e6e5e0;
    border-radius: 20px;
    min-width: 100px;
}

.barnd-block img {
    max-height: 35px;
    max-width: 75px;
}

/* Upload Area */
.upload-area {
    width: 100%;
    max-width: 25rem;
    background-color: var(--clr-white);
    border-radius: 24px;
    padding: 2rem 1.875rem 5rem 1.875rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0px;
    padding-top: 10px;
    overflow: hidden;
    max-height: 400px;
}

.upload-area--open {
    /* Slid Down Animation */
    animation: slidDown 500ms ease-in-out;
}

@keyframes slidDown {
    from {
        height: 28.125rem;
        /* 450px */
    }

    to {
        height: 35rem;
        /* 560px */
    }
}

/* Header */
.upload-area__header {
}

.upload-area__title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.3125rem;
}

.upload-area__paragraph {
    font-size: 0.9375rem;
    color: var(--clr-light-gray);
    margin-top: 0;
}

.upload-area__tooltip {
    position: relative;
    color: var(--clr-light-blue);
    cursor: pointer;
    transition: color 300ms ease-in-out;
}

.upload-area__tooltip:hover {
    color: var(--clr-blue);
}

.upload-area__tooltip-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -125%);
    min-width: max-content;
    background-color: var(--clr-white);
    color: var(--clr-blue);
    border: 1px solid var(--clr-light-blue);
    padding: 0.625rem 1.25rem;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    transition: none 300ms ease-in-out;
    transition-property: opacity, visibility;
}

.upload-area__tooltip:hover .upload-area__tooltip-data {
    opacity: 1;
    visibility: visible;
}

/* Drop Zoon */
.upload-area__drop-zoon {
    position: relative;
    height: 11.25rem;
    /* 180px */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px dashed var(--clr-light-blue);
    border-radius: 15px;
    margin-top: 2.1875rem;
    cursor: pointer;
    transition: border-color 300ms ease-in-out;
}

.upload-area__drop-zoon:hover {
    border-color: var(--clr-blue);
}

.drop-zoon__icon {
    display: flex;
    font-size: 3.75rem;
    color: var(--clr-blue);
    transition: opacity 300ms ease-in-out;
}

.drop-zoon__paragraph {
    font-size: 0.9375rem;
    color: var(--clr-light-gray);
    margin: 0;
    margin-top: 0.625rem;
    transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__icon,
.drop-zoon:hover .drop-zoon__paragraph {
    opacity: 0.7;
}

.drop-zoon__loading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    color: var(--clr-light-blue);
    z-index: 10;
}

.drop-zoon__preview-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.3125rem;
    border-radius: 10px;
    display: none;
    z-index: 1000;
    transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__preview-image {
    opacity: 0.8;
}

.drop-zoon__file-input {
    display: none;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--over {
    border-color: var(--clr-blue);
}

.drop-zoon--over .drop-zoon__icon,
.drop-zoon--over .drop-zoon__paragraph {
    opacity: 0.7;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--Uploaded {
}

.drop-zoon--Uploaded .drop-zoon__icon,
.drop-zoon--Uploaded .drop-zoon__paragraph {
    display: none;
}

/* File Details Area */
.upload-area__file-details {
    height: 0;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    transition: none 500ms ease-in-out;
    transition-property: opacity, visibility;
    transition-delay: 500ms;
}

/* (duploaded-file--open) Modifier Class */
.file-details--open {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.file-details__title {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--clr-light-gray);
    margin-top: 1.5rem;
}

/* Uploaded File */
.uploaded-file {
    display: flex;
    align-items: center;
    padding: 0.625rem 0;
    visibility: hidden;
    opacity: 0;
    transition: none 500ms ease-in-out;
    transition-property: visibility, opacity;
}

/* (duploaded-file--open) Modifier Class */
.uploaded-file--open {
    visibility: visible;
    opacity: 1;
}

.uploaded-file__icon-container {
    position: relative;
    margin-right: 0.3125rem;
}

.uploaded-file__icon {
    font-size: 3.4375rem;
    color: var(--clr-blue);
}

.uploaded-file__icon-text {
    position: absolute;
    top: 1.5625rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--clr-white);
}

.uploaded-file__info {
    position: relative;
    top: -0.3125rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.uploaded-file__info::before,
.uploaded-file__info::after {
    content: "";
    position: absolute;
    bottom: -0.9375rem;
    width: 0;
    height: 0.5rem;
    background-color: #ebf2ff;
    border-radius: 0.625rem;
}

.uploaded-file__info::before {
    width: 100%;
}

.uploaded-file__info::after {
    width: 100%;
    background-color: var(--clr-blue);
}

/* Progress Animation */
.uploaded-file__info--active::after {
    animation: progressMove 800ms ease-in-out;
    animation-delay: 300ms;
}

@keyframes progressMove {
    from {
        width: 0%;
        background-color: transparent;
    }

    to {
        width: 100%;
        background-color: var(--clr-blue);
    }
}

.uploaded-file__name {
    width: 100%;
    max-width: 6.25rem;
    /* 100px */
    display: inline-block;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uploaded-file__counter {
    font-size: 1rem;
    color: var(--clr-light-gray);
}

/****select2 multiselect***/
.custom_select_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0 10px;
    margin-bottom: 10px;
}

.select_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select_name {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    gap: 5px;
    height: 44px;
    background: #ffffff;
    box-shadow: 4px 5px 12px #f3eee7;
    border-radius: 12px;
    cursor: pointer;
}

.select_name p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #606060;
    text-transform: capitalize;
    margin-right: 10px;
}

.select_options {
    position: absolute;
    top: 54px;
    min-width: 370px;
    background: #fff;
    border-radius: 15px;
    padding: 20px 0px;
    display: none;
    box-shadow: 0px 0px 5px 0px #1111;
    z-index: 9;
}

.select_menu-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}

.select_menu-header p {
    margin-bottom: 0;
    margin-right: 15px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.01em;
    color: #000000;
}

.selected_opted {
    background: #ebebeb;
    border-radius: 120px;
    padding: 4px 15px;
    gap: 5px;
    font-weight: 400;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.selected_opted button {
    border: 0;
    margin-left: 2px;
}

.select_checkboxarea {
    padding: 20px 0;
}

.select_checkboxarea .product_name {
    justify-content: flex-start;
    margin-bottom: 12px;
    font-size: 14px;
    color: #606060;
}

.search_filters {
    display: flex;
    align-items: center;
}

.search_filters p {
    margin-bottom: 0;
    margin-right: 10px;
}

.select_name.clicked i {
    transform: rotate(180deg);
    transition: all ease 0.3s;
}

.select_name i {
    transition: all ease 0.3s;
}

.search_container .btn {
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 250px;
    margin-top: 310px;
}

.custom_select_menu.show .select_options {
    display: block;
}

.select_checkboxarea {
    max-height: 297px;
    overflow-y: auto;
}

.select2-container--default .select2-search--inline .select2-search__field {
    min-width: 100px;
}

.select_options
    .select2-container
    .select2-selection.select2-selection--multiple {
    /* margin: 0px 20px 10px 20px; */
}

.select2-results__option.select2-results__message::before {
    opacity: 0;
}

.select2-container--open .select2-dropdown {
    box-shadow: none !important;
    border: 0px;
    padding: 10px 5px;
    border-radius: 0 0 5px 5px !important;
    border: 1px solid var(--primaryColor);
}

.select2-dropdown.select2-dropdown--above {
    /* top: 265px; */
    border-bottom: 0;
    border-radius: 5px 5px 0 0 !important;
}

.search_left
    .select2-container--default
    .select2-selection--single[aria-expanded="true"] {
    border-color: var(--primaryColor);
}

.select_options
    .select2-container
    .select2-selection.select2-selection--multiple {
    margin-left: 20px;
    margin-right: 20px;
    border-width: 0px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background: #ebebeb;
    border-radius: 120px;
    padding: 4px 15px;
    font-size: 12px;
    position: relative;
    padding-right: 30px;
    border: 0px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    position: absolute;
    right: 10px;
    color: #333;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    /* display: flex; */
    /* overflow-x: auto; */
}

.select2-results__option {
    color: #606060;
    font-size: 14px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    opacity: 0;
    display: none;
}

/***select2 CSS****/
.select2-container {
    width: 100% !important;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
    margin: 0 5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    font-size: 16px;
    padding: 6px 10px;
    padding-left: 30px;
}

.select2-container--default
    .select2-search--dropdown
    .select2-search__field:focus {
    border-color: var(--primaryColor);
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 38px;
    padding-top: 5px;
}

.search_left .select2-container--default .select2-selection--single {
    padding-left: 30px;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
    display: none !important;
}

.select2-results__option[aria-selected="true"]:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    color: var(--primaryColor);
    display: inline-block;
    font-size: 12px;
    padding-left: 2px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #fff;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primaryColor);
    color: #fff;
}

.select2-search--dropdown::before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: 200;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
    position: relative;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border-color: transparent;
    border-width: 2px;
    margin: 0 20px 0 20px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-top: 0;
}

.select2-selection .select2-selection--multiple:after {
    content: "hhghgh";
}

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    /*  display: none; */
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected="true"]:before {
    display: none !important;
    /* content: "" !important; */
}

.select-icon .select2-search--dropdown {
    display: none;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 260px;
    overflow-y: auto;
    margin-top: 5px;
}

/* width */
.select2-results__options::-webkit-scrollbar,
.custom_scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
.select2-results__options::-webkit-scrollbar-track,
.custom_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

/* Handle */
.select2-results__options::-webkit-scrollbar-thumb,
.custom_scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Handle on hover */
.select2-results__options::-webkit-scrollbar-thumb:hover,
.custom_scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/***dahboard page css***/
.dashboard_tab_nav a:last-child {
    text-align: end;
    justify-content: end;
    cursor: pointer;
    text-transform: capitalize;
}

.dashboard_tab_nav a:first-child {
    text-align: start;
    justify-content: start;
}

.dashboard_tab_nav a,
.dashboard_tab_nav p {
    width: 25%;
    text-align: center;
    justify-content: center;
    padding: 10px 30px;
    color: #333333;
    font-weight: 500;
    display: flex;
    font-size: 14px;
    position: relative;
    cursor: text;
    margin-bottom: 0;
}

.dashboard_tab_nav {
    display: flex;
    /* width: 100%; */
    justify-content: space-between;
    /* background: #EAEAEA; */
    background: #ddf1ff;
    border-radius: 6px;
}

.dashboard_tab_nav a::after {
    content: "|";
    right: 0;
    color: #777;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.dashboard_tab_nav a:last-child::after {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.tab_collapse_btn i {
    margin-left: 6px;
    padding-top: 2px;
    font-weight: 600;
    transition: all ease 0.3s;
    transform: rotateX(0deg);
}

.tab_collapse_btn {
    align-items: center;
    display: flex;
    color: #001a72 !important;
    font-weight: 600;
}

.tab_collapse_btn.active i {
    transition: all ease 0.3s;
    transform: rotateX(180deg);
}

.datepicker_div {
    position: relative;
}

.datepicker_div i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.datepicker_div input {
    padding-right: 40px;
}

.dashboard_date_picker span {
    margin: 0 10px;
    font-size: 14px;
    font-weight: 600;
}

.form-control {
    border-radius: 6px;
    color: #777;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: var(--primaryColor);
}

.dashboard_date_picker {
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
    z-index: 0;
    /* width: 100%; */
    max-width: 400px;
}

.timeframe_div {
    position: absolute;
    bottom: -35px;
    /* right: 0; */
    font-weight: 600;
}

/* .ui-widget-header {
    background: var(--primaryColor);
    border-color: var(--primaryColor);
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border-color: #009A58d9;
    background: #009A58d9;
    color: #fff;
} */
.msrpmap {
    display: flex;
    align-items: center;
    min-height: 40px;
}

.msrp::after {
    content: "|";
    color: #ccc;
    font-weight: 400;
    margin: 0 15px;
    font-size: 25px;
    display: none;
}

.msrp {
    font-size: 14px;
    font-weight: 600;
    display: flex;
}

.msrp.bg-success {
    /* background-color: #ffe6e5 !important; */
    /* background-color: #95c0ff54 !important; */
    background-color: rgb(69 155 243 / 36%) !important;
    border-radius: 0.5rem 0 0 0.5rem;
    box-shadow: 0px 0px 1px 4px #1212120f;
    /* border: 1px solid #d52b1e2b; */
    border: 1px solid #0074ff63;
}

.msrp.bg-danger {
    /* background-color: rgb(229 228 228) !important; */
    background-color: #ddf1ff !important;
    box-shadow: 0px 0px 1px 4px #1212120f;
    border-radius: 0 0.5rem 0.5rem 0;
    border: 1px solid #ccc;
}

.msrp p {
    margin: 0;
}

.msrp:last-child::after {
    display: none;
}

.text-success {
    color: #009a59 !important;
}

.stat_icon_block {
    border-radius: 4px;
    padding: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    /* background: rgb(255 230 229); */
    /* border: 1px solid #d52b1e2b; */
    /* background: rgb(69 155 243 / 36%); */
    background: #addfc5;
    /* border: 1px solid #0074ff63; */
    border: 1px solid #51ba85;
    box-shadow: 0px 0px 1px 4px #1212120d;
}

.col:nth-child(even) .stat_icon_block {
    /* background: #e7e6e6; */
    /* background: #DDF1FF; */
    /* border-color: #ccc; */
    background: #d1eddf;
    border-color: #76c99f;
}

.stats_detail_block p {
    margin-bottom: 0px;
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 700;
}

.stats_detail_block small {
    color: #7d7d7d;
    font-size: 14px;
}

.stats_iocn_div {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ffffff63;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 17px;
    /* box-shadow: 0px 0px 5px 1px #1111; */
    box-shadow: 0px 0px 1px 4px #1212120f;
}

.stats_iocn_div i {
    font-size: 24px;
    color: rgb(0, 26, 114);
}

.table_card {
    background: #fff;
    border: 2px solid #efeeeb;
    border-radius: 6px;
    /* border-radius: 20px; */
    overflow: hidden;
}

.table-footer thead tr th {
    background: #e8ebff;
    border-bottom-color: transparent !important;
    padding: 10px 20px;
    vertical-align: middle;
    font-weight: 500;
    text-align: center;
}

.table-footer {
    font-size: 14px;
}

.table-footer tbody tr td {
    padding: 10px 20px;
    text-align: center;
}

.table-footer thead tr th:first-child,
.table-footer tbody tr td:first-child {
    text-align: start;
}

.chart_table thead tr th:first-child,
.chart_table tbody tr td:first-child {
    text-align: start;
}

.chart_table thead tr th,
.chart_table tbody tr td {
    text-align: start;
}

.table-footer tbody tr:last-child td {
    background: #f1f1f1;
}

.table-footer {
    table-layout: fixed;
    min-width: 500px;
}

.table thead tr th {
    font-size: 14px;
    font-weight: 500;
}

.table.chart_table thead tr th {
    color: #333;
    border-bottom: 1px solid #dee2e6 !important;
}

.table tbody tr td {
    font-size: 14px;
}

.dashboard_tab_nav.chart_nav a {
    width: auto;
}

.dashboard_tab_nav.chart_nav a::after {
    display: none;
}

.highcharts-crosshair-category {
    display: none !important;
    visibility: hidden !important;
}

.chart_tooltip {
    /* border-radius: 999px; */
    border-width: 0;
}

.avg_dtl p {
    color: #606060;
    margin-bottom: 7px;
    font-size: 14px;
}

.custom_select {
    position: relative;
    z-index: 0;
}

.custom_select select.form-control {
    height: fit-content;
    border-radius: 10px;
    padding-right: 25px;
    font-size: 14px;
    font-weight: 500;
}

.custom_select::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-80%);
    font-size: 18px;
}

.table_card.chart_card.p-0 .dashboard_tab_nav {
    border-radius: 4px 4px 0 0;
}

.table tbody tr:last-child td {
    border-bottom: 0;
}

.seller-table-header p {
    margin-bottom: 0;
    color: #333;
}

.seller-table-header {
    padding: 12px 20px;
    color: #333;
    font-weight: 700;
    font-size: 14px;
}

.bg-success {
    background-color: #62c191 !important;
}

.bg-danger {
    background-color: rgb(241, 172, 172) !important;
}

.seller-table.dash::after {
    content: "";
    /* width: 100%; */
    border-right: 2px dashed #ccc;
    height: 100%;
    position: absolute;
    right: -26px;
    top: 0;
}

.seller-table.dash {
    position: relative;
}

.tooltip.CUSTOM-CLASS {
    margin-top: -30px !important;
    margin-left: -40px !important;
}

.tooltip.CUSTOM-CLASS .tooltip-arrow::before {
    top: calc(10% + 19px);
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #fff;
    border-right-color: transparent;
    right: -35px;
}

.tooltip.tooltip.CUSTOM-CLASS > .tooltip-inner {
    background-color: #fff;
    padding: 5px 15px;
    color: #333;
    font-weight: 500;
    font-size: 13px;
    border-radius: 100px;
    box-shadow: 4px 6px 9px 0px #3333331f;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #eebf3f;
}

.barWrapper .progress {
    border-radius: 0;
    overflow: visible;
    border-radius: 30px;
    height: 0.6rem;
    background-color: rgb(241, 172, 172);
}

.barWrapper .progress-bar {
    background: rgb(23, 44, 60);
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
    border-radius: 30px;
}

.pgarea h6, .pgarea span {
    color: #212529;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 0;
}

.inv_icon {
    /* background: rgb(255 230 229); */
    background: rgb(69 155 243 / 36%);
    /* border: 1px solid #d52b1e2b; */
    border: 1px solid #0074ff63;
    box-shadow: 0px 0px 1px 4px #1212120d;
    border-radius: 8px;
    padding: 7px 8px;
    margin-left: 10px;
}

.inv_icon:nth-child(even) {
    /* background: #e7e6e6; */
    background: #ddf1ff;
    border-color: #ccc;
}

.inv_icon p {
    margin-bottom: 0px;
}

.chart_inv .inv_icon {
    margin: 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 0;
    margin: 0;
    min-height: 75px;
    width: calc(50% - 0.7rem) !important;
}

/* ------------- Ending Dashboard ---------- */

/***overview new page css***/
.new_design .select_name {
    background: transparent;
    box-shadow: none;
    border-bottom: 2px solid #d7cdbf;
    border-radius: 0;
    padding-left: 0;
    justify-content: space-between;
}

.search_filters p {
    margin-bottom: 0;
    margin-right: 15px;
    color: #606060;
    font-size: 14px;
    font-weight: 600;
}

.new_design .select_options {
    background: transparent;
    padding: 20px 0px;
    min-width: unset;
    width: 100%;
    box-shadow: none;
    border-radius: 6px;
    position: static;
}

.new_design .custom_select_menu {
    flex-direction: column;
    min-width: 120px;
    align-items: stretch;
    justify-content: flex-start;
}

.search_filters.new_design {
    align-items: flex-start;
    flex-wrap: wrap;
}

.new_design .select_name.clicked {
    /* transform: translateY(51px); */
}

.new_design .product_name {
    justify-content: start;
    margin-bottom: 10px;
}

.new_design .custom_select_menu {
    margin-right: 40px;
}

.show_ption_btn {
    padding: 0;
    border: 0;
    background: transparent;
    color: #005899;
    font-size: 12px;
    font-weight: 400;
}

.new_design .select_checkboxarea {
    max-height: unset;
}

.select_checkboxarea.custom_scroll::-webkit-scrollbar {
    width: 3px;
}

.new_design .select_checkboxarea .form-check-input {
    background: transparent;
    box-shadow: none !important;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.new_design .select_checkboxarea .form-check-label {
    font-size: 12px;
}

.custom_check .form-check-input {
    border-radius: 100%;
    margin-left: 5px;
    margin-top: 4px;
}

.custom_check .check_div.checked::after {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 100%;
    z-index: -1;
    border: 1px solid var(--primaryColor);
    margin-left: 2.5px;
    margin-top: 2px;
}

.custom_check .red .form-check-input {
    background: #c62222 !important;
}

.custom_check .peach .form-check-input {
    background: #fbbdbd !important;
}

.custom_check .white .form-check-input {
    background: #fff !important;
}

.custom_check .blue .form-check-input {
    background: #347692 !important;
}

.custom_check .green .form-check-input {
    background: #225c59 !important;
}

/***new modifications css**/
.selected_products span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.selected_products span::after {
    content: "|";
    margin: 0 10px;
}

.selected_products span p::after {
    content: ",";
    margin: 0 5px 0 0;
}

.selected_products span p:last-child::after {
    display: none;
}

.selected_products span p {
    margin-bottom: 0;
}

.selected_products span:last-child::after {
    display: none;
}

.selected_products .remove::after {
    display: none;
}

.selected_products {
    margin-left: auto;
    /* width: 300px;
    overflow-x: auto;
    overflow-y: hidden; */
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
    /* padding-bottom: 5px; */
    justify-content: flex-end;
}

.selected_products span:last-child {
    margin-right: 0px;
}

.owl-nav {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -66px;
}

.owl-carousel .owl-nav button span {
    font-size: 34px;
    color: #777;
    display: flex;
    width: 40px;
    height: 40px;
    background: #fffbf5;
    border-radius: 0.5rem;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px 0px #1111;
    transition: all ease 0.03s;
}

.owl-carousel .owl-nav button.disabled span {
    background: #fffbf5 !important;
    cursor: not-allowed !important;
    color: #ccc !important;
}

.owl-carousel .owl-nav button span:hover {
    background: var(--primaryColor);
    color: #fff;
    transition: all ease 0.03s;
}

.owl-carousel .owl-nav button:first-child {
    margin-right: 15px;
}

.border-99 {
    border-radius: 999px;
}

.product_name .check_div::after {
    z-index: -1;
    margin-top: 2px;
}

/**highlight chart data blocks modifications 11.204.2022***/
.saletype_block {
    border-radius: 12px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    /* background: rgb(255 230 229); */
    background: rgb(69 155 243 / 36%);
    /* border: 1px solid #d52b1e2b; */
    border: 1px solid #0074ff63;
    box-shadow: 0px 0px 1px 4px #1212120d;
}

.saletype_icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #ffffff63;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 17px;
    box-shadow: 0px 0px 1px 4px #1212120f;
}

.saletype_icon i {
    color: #000;
    font-size: 20px;
}

.saletype_block h6 span {
    margin-bottom: 0px;
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
}

.saletype_block h6 {
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 400;
    width: calc(100% - 57px);
}

.saletype_block:nth-child(even) {
    /* background: #e7e6e6; */
    background: #ddf1ff;
    border-color: #ccc;
}

.saletype_block:last-child {
    margin-right: 0 !important;
}

.stats_detail_block {
    width: calc(100% - 67px);
}

.search_filters.blurred {
    position: relative;
    z-index: 9;
}

.search_filters.blurred::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    background: #faf8f59c;
    cursor: not-allowed;
}

.show_date_dur {
    font-size: 14px;
    color: #333;
}

.search_before img {
    opacity: 0.15;
    transform: scale(2.5);
}

.loader {
    position: absolute;
    top: 50%;
    left: 48%;
}

.line {
    animation: expand 1s ease-in-out infinite;
    border-radius: 10px;
    display: inline-block;
    transform-origin: center center;
    margin: 0 3px;
    width: 3px;
    height: 25px;
}

.line:nth-child(1) {
    background: #27ae60;
}

.line:nth-child(2) {
    animation-delay: 180ms;
    background: #f1c40f;
}

.line:nth-child(3) {
    animation-delay: 360ms;
    background: #e67e22;
}

.line:nth-child(4) {
    animation-delay: 540ms;
    background: #2980b9;
}

/*.loader_div {
  background: #00000087;
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(2px);
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1.25) translate(-50%, -50%);
}

@keyframes expand {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(2);
  }
}*/

.color .custom_check .form-check-input {
    border-radius: 100%;
}

#log_initiate:focus {
    opacity: 0.85;
}

.accordion-header.blurred {
    position: relative;
    z-index: 0;
    opacity: 0.5;
}

.accordion-header.blurred::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    cursor: not-allowed;
}

#product_model_color .check_div .form-check-input {
    border-radius: 100%;
}

.custom_check .gold .form-check-input {
    background-color: #ffd700 !important;
}

.custom_check .sierrablue .form-check-input {
    background-color: #69abce !important;
}

.custom_check .spacegray .form-check-input {
    background-color: #808080 !important;
}

.custom_check .graphite .form-check-input {
    background-color: #53565b. !important;
}

.custom_check .silver .form-check-input {
    background-color: #c0c0c0 !important;
}

.custom_check .white .form-check-input {
    background-color: #ffffff !important;
}

.custom_check .purple .form-check-input {
    background-color: #a020f0 !important;
}

.custom_check .yellow .form-check-input {
    background-color: #ffff00 !important;
}

.custom_check .black .form-check-input {
    background-color: #000000 !important;
}

.custom_check .pacificblue .form-check-input {
    background-color: #1ca9c9 !important;
}

.custom_check .alpinegreen .form-check-input {
    background-color: #496a4d !important;
}

.custom_check .midnightgreen .form-check-input {
    background-color: #004953 !important;
}

.custom_check .midnight .form-check-input {
    background-color: #191970 !important;
}

.custom_check .coral .form-check-input {
    background-color: #ff7f50 !important;
}

.custom_check .pink .form-check-input {
    background-color: #ffc0cb !important;
}

.custom_check .coral .form-check-input {
    background-color: #f8f9ec !important;
}

.price_nav .nav-link.active {
    background: #95c0ff54;
    /* background: #ffe6e5; */
    color: #000;
}

.price_nav .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #777;
    background: #fff;
}

.product_details .stat_icon_block {
    padding: 10px 15px;
}

.product_details .stats_iocn_div {
    width: 30px;
    height: 30px;
}

.product_details .stats_detail_block {
    width: calc(100% - 47px);
}

.product_details .stats_iocn_div i {
    font-size: 15px;
}

.product_details .col-auto:nth-child(even) .stat_icon_block {
    /* background: #DDF1FF;
  border-color: #84afdd; */
    background: #d1eddf;
    border-color: #76c99f;
    /* background: #eaeaea;
  border-color: #ccc; */
}

.product_details .stats_detail_block p {
    font-size: 14px;
}

.product_details .stats_detail_block small {
    font-size: 12px;
    text-transform: uppercase;
}

.product_details {
    background: #fff;
    padding: 15px 20px 1px 21px;
    border-radius: 0.35rem;
    margin-bottom: 25px;
    position: relative;
    /* margin-top: 40px; */
}

.product_navs button {
    border: 0;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #777;
}

.product_navs button {
    border: 0;
    background: transparent;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #777;
    position: relative;
    height: 35px;
    border-radius: 0.25rem 0.25rem 0 0;
    padding: 10px 15px;
}

.product_navs button {
    /* background: #f2f2f2; */
    background: #ddf1ff;
    color: #000;
}

.product_navs button.active {
    color: #000;
    background: #fff;
}

.product_navs button.active {
    color: #fff;
    /* background: #ffe6e5; */
    background: #009a59;
}

.product_more .table tr td:first-child {
    /* background: #ffe6e54f; */
    /* background: #95c0ff54; */
}

.table_card.asin_card {
    border-radius: 0.5rem;
}

.asin_element {
    min-width: 125px;
    padding: 7px 10px;
    border: 1px solid #e5e4e4;
    border-radius: 4px;
    margin: 0 0 7px 7px;
    cursor: pointer;
    font-size: 14px;
    transition: all ease 0.1s;
    color: #333;
    text-align: center;
}

.asin_element:hover {
    background: var(--primaryColor);
    color: #fff;
    border-color: var(--primaryColor);
    transition: all ease 0.1s;
}

.asin_card_body {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.asin_card {
    max-height: 185px;
    overflow-y: auto;
}

.clear_filter {
    border: 0;
    width: 27px;
    height: 27px;
    border-radius: 0.25rem;
    font-size: 13px;
    transform: translateX(15px);
    background: #2b96ba;
    color: #fff;
}

.model_div .custom_select_menu.show .select_options #product_model_name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.model_div
    .custom_select_menu.show
    .select_options
    #product_model_name
    .product_name {
    /* background: #fff; */
    padding: 15px;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 15px;
    position: relative;
}

.model_div
    .custom_select_menu.show
    .select_options
    #product_model_name
    .product_name::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -2;
    background: #fff;
    border-radius: 0.5rem;
}

.model_div
    .custom_select_menu.show
    .select_options
    #product_model_name
    .hidden_options {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.model_div
    .custom_select_menu.show
    .select_options
    #product_model_name
    .hidden_options
    .product_name {
    width: fit-content;
}

.model_div .custom_select_menu.show .select_options .show_ption_btn {
    margin-bottom: 15px;
}

.loader {
    position: absolute;
    top: 0;
    left: 50%;
    transform: scale(1) translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    opacity: 1;
}

.loader_div {
    background: #fefefe;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(2px);
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    /* opacity: 0.8; */
}

.loader img {
    max-width: 300px;
}

.loader video {
    max-width: 1000px;
}

.search_loader .loader img {
    /* max-width: 100%; */
}

/*.load_bar {
  background-color: #0d5a3a26;
  min-width: 300px;
  min-height: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.load_bar::after {
  content: "";
  min-height: 5px;
  position: absolute;
  background: var(--primaryColor);
  transform: translateX(-100%);
  animation: animate 3s infinite;
}
.load_bar::before {
  content: "";
  min-height: 5px;
  position: absolute;
  background: var(--primaryColor);
  transform: translateX(-100%);
  animation: animate 3s ease-out infinite;
  animation-delay: 1s;
  z-index: 5;
}
@keyframes animate {
  0% {
    transform: translateX(-100%);
    min-width: 10px;
  }
  100% {
    transform: translateX(300%);
    min-width: 400px;
  }
}*/

#show_model .form-check-label::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.bg_amazon {
    background-color: #bcfbdb;
}

.cursor-pointer {
    cursor: pointer;
}

.max-height {
    max-height: 500px;
    overflow: auto;
}

.clr-amazon {
    color: #62c191 !important;
}

.file_uplaod {
    border: 1px dashed green;
    padding: 50px;
    margin-top: 50px;
    width: 750px;
    border-radius: 20px;
}

.fa-file-csv {
    font-size: 36px;
    color: green;
    opacity: 0.55;
    margin-bottom: 10px;
    text-align: center;
}

.file_upload_txt {
    font-weight: 400;
    color: green;
    margin-bottom: 10px;
}

.file_upload p {
    font-size: 16px;
    color: #7d7d7d;
}

.ui-tooltip {
    /* padding: 10px 20px; */
    /* color: white; */
    border-radius: 0.25rem;
    font: 500 12px "poppins";
    /* text-transform: uppercase; */
    box-shadow: 0 0 5px 0 #cccc;
}

.tooltip-inner {
    background: #fff;
    padding: 10px;
    border-radius: 0.25rem;
    color: #333;
    font: 500 12px "poppins";
    border: 1px solid #ccc;
    box-shadow: 0 0 5px 0 #1111;
}

.tooltip .tooltip-arrow {
    opacity: 0;
}

.common_tab_nav .nav-link {
    /* background: #f2f2f2; */
    /* background: #DDF1FF;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #555;
  border-radius: 0;
  padding: 8px 20px; */

    /* background: #f2f2f2; */
    background: #c4dae96b;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #555;
    border-radius: 0;
    padding: 8px 20px;
}

.common_tab_nav .nav-link.active {
    /* background: #ffe6e5; */
    /* background: #95c0ff54;
  color: #000;
  border: 1px solid transparent; */

    /* background: #ffe6e5; */
    background: #009a59;
    color: #fff;
    border: 1px solid transparent;
}

.common_tab_nav {
    border: 0;
}

.common_tab_nav .nav-link:first-child,
.common_tab_nav .nav-item:first-child .nav-link {
    border-radius: 0.5rem 0 0 0;
}

.common_tab_nav .nav-link:last-child,
.common_tab_nav .nav-item:last-child .nav-link {
    border-radius: 0 0.5rem 0 0;
}

.tableFixHead {
    overflow: auto;
}

.tableFixHead thead th {
    position: sticky;
    top: 1px;
    z-index: 1;
    /* background: #ffe6e5; */
    /* background: #95c0ff54; */
    background: #ddf1ff;
    border: 0;
    transform: translateY(-1px);
}

.sidebar.collapsed {
    width: 70px;
    transition: width ease 0.3s;
}

.sidebar.collapsed .logoWrapper {
    padding: 32px 7px;
}

.sidebar.collapsed .menus > li a span {
    opacity: 0;
}

.sidebar.collapsed .menus > li a {
    padding-left: 26px;
}

/* .sidebar.collapsed .menus>li a svg {
  width: 30px;
  height: 30px;
} */
.sidebar.collapsed .menuItemWrapper {
    overflow: hidden !important;
}

.contentPage.expanded {
    margin-left: 70px;
    transition: all ease 0.5s;
}

.contentPage {
    transition: all ease 0.5s;
}

.headerTxtCsv {
    height: 70px;
}

.borderB {
    border-bottom: 1px solid lightgray;
}

.borderT {
    border-top: 1px solid lightgray;
}

.borderL {
    border-left: 1px solid lightgray;
}

.borderR {
    border-right: 1px solid lightgray;
}

.border-radius {
    border-radius: 15px 15px 0px 0px;
}

.csvBox {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.border-dashed {
    border: 3px dashed var(--primaryColor);
}

.asin_number_field {
    font-family: var(--roboto);
    font-weight: 400;
}

.compare-asin .tableFixHead thead th {
    background: #ddf1ff;
}

.compare-asin .table td,
.compare-asin .table th {
    padding: 0.85rem 1.5rem;
}

/* .compare-asin .tableFixHead tbody tr:last-child th {
    position: sticky;
    bottom: 1px;
    background: #DDF1FF;
    transform: translateY(1px);
} */

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #fff;
}

.table-striped > tbody > tr:nth-of-type(even) {
    --bs-table-accent-bg: rgb(110 110 110 / 5%);
}

.bg_new {
    background: #ddf1ff !important;
}

.asin-modal .modal-header .btn-close {
    box-shadow: none;
    outline: none;
}

.rating_block label {
    width: 60px;
    margin: 0 10px;
    text-align: center;
    color: #555;
}

.rating_block {
    display: flex;
    align-items: center;
    margin: 15px 0;
    justify-content: space-between;
}

.rating_block .progress {
    width: calc(100% - 130px);
    height: 1.5rem;
}

.rating_block .progress .progress-bar {
    background-color: #ffc107;
}

.amazon_rating {
    margin-top: 20px;
}

.search_left .form-select {
    padding-left: 40px;
    box-shadow: none;
    min-height: 37px;
}

.search_left .form-select:focus {
    border-color: var(--primaryColor);
}

html,
body {
    width: 100%;
    overflow-x: clip;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 38px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-left: -7px;
    transform: scale(1.2);
}

.no_data img {
    opacity: 0.7;
    max-width: 250px;
    margin-bottom: -35px;
}

.price-convert-btn {
    padding: 10px 25px;
    border: 1px solid lightgrey;
    border-radius: 10px;
    background: lightgrey;
}

.toggle-on {
    color: #009a59;
}

.country_dropdown .asin_element:last-child {
    border-radius: 0 0.5rem 0 0;
}

.country_dropdown .asin_element:first-child {
    border-radius: 0.5rem 0 0 0;
}

.country_dropdown .asin_element {
    background: #c4dae96b;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #555;
    border-radius: 0;
    padding: 8px 20px;
    margin: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard_tab_nav .search_left .form-control {
    font-size: 14px;
}

.country_dropdown .asin_element.active {
    background: #009a59;
    color: #fff;
}

.country_dropdown {
    display: flex;
    /* justify-content: center; */
    width: 100%;
    overflow-x: auto;
}

/***New Loader**/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    background: #fdfdfd;
    transition: all 0.5s ease;
    z-index: 99999999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader img {
    max-width: 300px;
}

.preloader_inner {
    position: absolute;
    top: 130px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 4em;
    height: 4em;
    line-height: 4em;
    text-align: center;
    font-size: 1.5em;
    font-family: poppins;
    font-weight: 700;
    color: #333;
}

/* git */

/*****/
.thumbnail_img img {
    width: 45px;
    object-fit: contain;
    height: 60px;
    margin-bottom: 10px;
    border: 1px solid #777;
    border-radius: 0.25rem;
}

.thumbnail_img.active img {
    border-color: var(--primaryColor);
}

.thumbnail_img {
    display: block;
}

.carousel_thumbnail {
    position: absolute;
    left: 0;
    top: 1rem;
    z-index: 9;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 5px;
}

.pd_img_slider {
    padding-left: 75px;
}

.owl-carousel.pd_img_slider .owl-item img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    object-position: center;
}

.product_details_1 .table tbody tr td:first-child {
    width: 30%;
    text-transform: capitalize;
}

.product-features ul {
    list-style: none;
}

.product-features ul li::before {
    content: "\f560";
    position: absolute;
    left: 5px;
    font-size: 14px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    color: var(--primaryColor);
    top: 5px;
}

.product-features ul li {
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
}

/***testimonial slider**/
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ececec;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 7px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: var(--primaryColor);
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 15px;
    margin-bottom: 80px;
    opacity: 0.2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

#customers-testimonials.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--primaryColor);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    transform: translateY(-70px);
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: var(--primaryColor);
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

/* label[for="brandMAXKU"], label[for="brandSAMSUNG"], label[for="brandTotal by Verizon"] {
  display: none;
} */
.menuItem.custom_scroll {
    height: calc(100vh - 150px);
    overflow-y: auto;
}

/***admin dashboard***/
.radius-10 {
    border-radius: 5px !important;
}

.border-info {
    border-left: 5px solid #0dcaf0 !important;
}

.border-danger {
    border-left: 5px solid #dc3545 !important;
}

.border-success {
    border-left: 5px solid #15ca20 !important;
}

.border-warning {
    border-left: 5px solid #ffc107 !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0.25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15);
    /* box-shadow: 0 2px 6px 0 rgb(215 215 215 / 14%), 0 2px 6px 0 rgb(230 230 235 / 54%); */
}

.bg-gradient-scooter {
    background: #17ead9;
    background: -webkit-linear-gradient(45deg, #17ead9, #6078ea) !important;
    background: linear-gradient(45deg, #17ead9, #6078ea) !important;
}

.widgets-icons-2 {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    font-size: 27px;
    border-radius: 10px;
}

.rounded-circle {
    border-radius: 50% !important;
}

.text-white {
    color: #fff !important;
}

.ms-auto {
    margin-left: auto !important;
}

.bg-gradient-bloody {
    background: #dc3545;
    background: -webkit-linear-gradient(45deg, #dc3545, #f45b5b) !important;
    background: linear-gradient(45deg, #dc3545, #f45b5b) !important;
}

.bg-gradient-ohhappiness {
    background: #009a59;
    background: -webkit-linear-gradient(45deg, #009a59, #62c191) !important;
    background: linear-gradient(45deg, #009a59, #62c191) !important;
}

.bg-gradient-blooker {
    background: #ffdf40;
    background: -webkit-linear-gradient(45deg, #ffdf40, #ff8359) !important;
    background: linear-gradient(45deg, #ffdf40, #ff8359) !important;
}

.panel {
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0;
    border: 0;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    color: #fff;
}

.contentPage.analytics_overlay::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #585756;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
}

.contentPage.analytics_overlay {
    z-index: 0;
}

.bg_behind {
    width: 100%;
    position: relative;
    top: -90px;
}

.bg_top {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    object-fit: contain;
    transform: translate(-20%, -50%);
}

.contentPage.analytics_overlay {
    z-index: 0;
    height: 100vh;
    overflow-y: clip;
}

.info-icon {
    font-size: 16px;
    opacity: 0.5;
    transition: all ease 0.3s;
    /* color: #2196f3; */
    margin-left: 3px;
}

.info-icon:hover {
    transition: all ease 0.3s;
    opacity: 1;
}

.table_heading {
    background-color: #ddf1ff;
    border-radius: 0.25rem;
}

.table_heading h6 {
    font-size: 15px;
    font-weight: 500;
}

/* .product_slider  .product_box::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: #91808000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: not-allowed;
} */

.product_slider .product_box {
    position: relative;
    z-index: 0;
    opacity: 1;
}

.product_slider .owl-item:first-child .item .product_box::after {
    opacity: 0;
    display: none;
}

.product_slider .owl-item:first-child .item .product_box {
    opacity: 1;
}

/***date picker color change***/
.ui-datepicker .ui-datepicker-header {
    background: var(--primaryColor);
    border-color: var(--primaryColor);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border-color: var(--primaryColor);
    color: var(--primaryColor);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border-color: var(--primaryColor);
    background: #25d78c4d url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50%
        repeat-x;
    color: var(--primaryColor);
}

.ui-widget.ui-widget-content {
    font-family: var(--mainFont);
    z-index: 99999999999 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: var(--primaryColor);
    border-color: var(--primaryColor);
    color: #fff;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.admin_top_block {
    width: calc(100% - 60px);
}

/***Nested Row Table**/
.table_collase_row {
    cursor: pointer;
}

.tableFixHead.has-footer .collapsed_table thead th {
    background: #777;
    vertical-align: middle;
    position: static;
}

.tableFixHead.has-footer thead th {
    vertical-align: middle;
}

.table_collase_row.collapsed .fa-plus-square::before {
    /* opacity: 0; */
    content: "\f146";
}

.width-150 {
    width: 150px;
}

.product-result-modal {
    width: 100%;
    min-height: 280px;
    z-index: 99;
    position: absolute;
    margin-right: 40px;
}

.sales_by_product_div {
    min-height: 50px;
}

/* tr.collapsed_table td[colspan="10"] {
  padding: 11px 0!important;
} */

/* Skeleton Loader Codes */

@keyframes skeleton-loader {
    0% {
        transform: skewX(0deg) translateX(0%);
    }

    100% {
        transform: skewX(0deg) translateX(120%);
    }
}

.loader-bg {
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    height: 90px;
    background: rgb(255, 255, 255);
    border: 1px solid #ffffff4b;
    box-shadow: 0px 0px 1px 1px #1212120d;
    position: relative;
}

.loader-bg::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.9),
        transparent
    );
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    animation: skeleton-loader 0.6s infinite;
}

.skeleton_sellers_top {
    position: relative;
}

.skeleton_sellers_top::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.9),
        transparent
    );
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    animation: skeleton-loader 0.6s infinite;
}

.skeleton_avg_price_chart {
    position: relative;
}

.skeleton_avg_price_chart::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.9),
        transparent
    );
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    animation: skeleton-loader 0.6s infinite;
}

.skeleton_highest_rated_sellers {
    position: relative;
}

.skeleton_highest_rated_sellers::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.9),
        transparent
    );
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    animation: skeleton-loader 0.6s infinite;
}

.skeleton_total_inventory {
    position: relative;
}

.skeleton_total_inventory::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.9),
        transparent
    );
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    animation: skeleton-loader 0.6s infinite;
}

.loader-circle-sm {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    background: #ebebeb;
}

.loader-detail {
    width: calc(100% - 67px);
}

.loader-head {
    height: 20px;
    min-width: 40px;
    width: 40%;
    margin-left: 25px;
    background: #ebebeb;
    margin-top: 15px;
}

.skeleton-progress-vertical {
    height: 280px;
    width: 15px;
    background: #ebebeb;
    border-radius: 8px;
}

.skeleton-progress-horizontal {
    height: 15px;
    min-width: 40px;
    width: 80%;
    background: #ebebeb;
    border-radius: 8px;
    margin-top: 5px;
    margin-left: 25px;
    margin-right: 25px;
}

.loader-desc {
    margin-left: 25px;
    background: #ebebeb;
    height: 20px;
}

.skeleton_sellers_pe {
    position: relative;
}

.skeleton_sellers_pe::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.9),
        transparent
    );
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    animation: skeleton-loader 1s infinite;
}

.skeleton-head-lg {
    display: flex;
    /* width: 100%; */
    justify-content: space-between;
    /* background: #EAEAEA; */
    background: #e9e9e980;
    border-radius: 6px;
    height: 40px;
}

.skeleton-tab {
    height: 40px;
    /* width: 160px; */
    width: calc(100% - 65px);
    background: #e9e9e980;
    margin-right: 10px;
}

.skeleton-tab-full {
    height: 40px;
    width: 48%;
    background: #e9e9e980;
    margin-right: 10px;
}

.skeleton-list-lg-key {
    height: 20px;
    width: 160px;
    background: #e9e9e980;
    /* margin-right: 320px; */
}

.skeleton-list-lg-key-sm {
    height: 25px;
    width: 100px;
    background: #e9e9e980;
}

.skeleton-chart-line-hrz {
    width: 75%;
    height: 5px;
    background-color: #e9e9e980;
}

.skeleton-chart-line-crv {
    width: 80%;
    height: 100px;
    border: solid 5px #e9e9e980;
    border-color: #e9e9e980 transparent transparent transparent;
    border-radius: 50%/80px 80px 50px 50px;
}

.skeleton-logo {
    width: 38px;
    height: 38px;
    background-color: #ebebeb;
    border-radius: inherit;
}

.skeleton-company-logo {
    position: relative;
}

.skeleton-company-logo::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.9),
        transparent
    );
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    animation: skeleton-loader 0.6s infinite;
}

.skeleton_product_model {
    width: 160px;
    height: 40px;
    margin-right: 10px;
}

.skeleton-checkbox {
    height: 18px;
    width: 36px;
    background-color: #f4f4f4;
}

.skeleton-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #ffffff;
    border: 1.5px solid #efeeeb;
    border-radius: 8px;
    position: relative;
    z-index: 0;
}

/* Skeleton Loader Code End */

/***Nested Row Table**/
.table_collase_row {
    cursor: pointer;
}

.tableFixHead.has-footer .collapsed_table thead th {
    background: #777;
    vertical-align: middle;
    position: static;
}

.tableFixHead.has-footer thead th {
    vertical-align: middle;
}

.table_collase_row.collapsed .fa-plus-square::before {
    /* opacity: 0; */
    content: "\f146";
}

/* tr.collapsed_table td[colspan="10"] {
  padding: 11px 0!important;
} */

.sortinh_icons i {
    line-height: 0.3;
    cursor: pointer;
    display: block;
}

.admin_dashboard .table {
    min-width: 1200px;
    table-layout: fixed;
}

.admin_dashboard .tableFixHead.has-footer thead th {
    font-size: 12px;
}

.product-result-modal {
    opacity: 0;
    visibility: hidden;
    transform: transition all ease 0.5s;
    /* display: none; */
}

.product-result-modal.active {
    opacity: 1;
    visibility: visible;
    /* display: block; */
    transform: transition all ease 0.5s;
}

.spblock_ico {
    margin-right: 10px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7a7a7a;
}

.serah_product_block {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 0.25rem;
    /* margin: 10px; */
}

.serah_product_block h6 {
    font-size: 12px;
    margin-bottom: 3px;
    font-weight: 400;
    color: #898989;
}

.serah_product_block h5 {
    font-size: 12px;
    margin-bottom: 3px;
    font-weight: 500;
    color: #939393;
}

.spblock_details {
    width: calc(100% - 55px);
}

.search_before {
    position: relative;
    min-height: 70vh;
}

.search_before .preloader {
    position: absolute !important;
    height: 100%;
}

.search_before .preloader img {
    opacity: 1;
    transform: scale(1.15);
}

.ui-overlay-shadow {
    box-shadow: none;
}

.border-blue {
    border-left: 5px solid #606060 !important;
}

.text-blue {
    color: #606060 !important;
}

.bg-gradient-blue {
    background: #606060;
    background: -webkit-linear-gradient(45deg, #606060, #191a1b) !important;
    background: linear-gradient(45deg, #606060, #191a1b) !important;
}

.border-danger1 {
    border-left: 5px solid #f45b5b !important;
}

.bg-gradient-bloody1 {
    background: #f45b5b;
    background: -webkit-linear-gradient(45deg, #f45b5b, #dc3545) !important;
    background: linear-gradient(45deg, #f45b5b, #dc3545) !important;
}

.text-danger1 {
    color: #f45b5b !important;
}

.border-danger2 {
    border-left: 5px solid #dc3545 !important;
}

.bg-gradient-bloody2 {
    background: #dc3545;
    background: -webkit-linear-gradient(45deg, #dc3545, #ff7676) !important;
    background: linear-gradient(45deg, #dc3545, #ff7676) !important;
}

.text-danger2 {
    color: #dc3545 !important;
}

.text-pink {
    color: #dc3545 !important;
}

.highcharts-data-table table {
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

@media only screen and (min-width: 992px) {
    /* .total_usales::after {
    content: "";
    width: 1px;
    height: 1.5rem;
    background: #000;
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .total_usales::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .sells_by_fba::before{
    content: "";
    width: 1px;
    height: 1.5rem;
    background: #000;
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(calc(-50% + 13px));
  }

  .sales_by_fbm::before {
    content: "";
    width: 1px;
    height: 4.5rem;
    background: #000;
    position: absolute;
    top: -4.5rem;
    left: 50%;
    transform: translateX(calc(-50% - 13px));
} */
}

.plbsell {
    background: var(--primaryColor);
    color: #fff;
    font-size: 12px;
    padding: 0.25rem 0.5rem;
    /* border-radius: 999px; */
    margin: 0.15rem;
}

.btn-main-outline,
.btn-main-outline:hover {
    border-color: var(--primaryColor);
    color: var(--primaryColor);
}

.tab_nav .btn.active {
    color: #fff !important;
    background-color: var(--primaryColor);
}

.testimonial_text {
    max-height: 190px;
    padding: 10px 0;
    overflow-y: auto;
    min-height: 190px;
    display: grid;
    align-items: center;
    text-align: center;
    justify-content: center;
}

#positive_review .testimonial_text,
#critical_review .testimonial_text {
    max-height: 210px;
}

.authorWrapper > div:first-child {
    width: calc(100% - 50px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: end;
}

.header_dropdown {
    position: absolute;
    background: #fff;
    padding: 1rem;
    border-radius: 0.25rem;
    box-shadow: 0 0 5px 0 #2222;
    max-width: 180px;
    right: 0;
    width: 1000%;
    top: calc(100% + 10px);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.35s;
}

.header_dropdown a {
    display: block;
    /* margin-bottom: .5rem; */
    width: 100%;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding: 0.5rem 1rem;
    transition: all ease 0.3s;
}

.header_dropdown a:last-child {
    border-bottom: 0;
}

.header_dropdown.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out 0.35s;
}

.header_dropdown a:hover {
    background-color: var(--primaryColor);
    color: #fff;
}

.authorWrapper {
    cursor: pointer;
}

.tableFixHead .child_table thead th {
    position: unset;
}

.search_similar_product_list {
    max-height: 175px;
    overflow-y: auto;
}

.vendor_block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vendor_block ul li {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
}

.vendor_block ul li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    color: var(--primaryColor);
}

.search_vendors_list,
.serah_product_area {
    max-height: 250px;
    overflow-y: auto;
}

.product-result-modal {
    max-height: 82vh;
    overflow-y: auto;
}

.no_result_div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-footer {
    background-color: #fff;
}

/**sweetalert modifications**/
.swal2-styled.swal2-confirm {
    background-color: var(--secondaryColor) !important;
}

.data-error-text .swal2-html-container {
    color: red;
    font-weight: 600;
}

.daterangepicker .ranges li.active {
    background-color: var(--secondaryColor) !important;
}

.daterangepicker .ranges {
    font-family: var(--mainFont);
    font-weight: 500;
    color: #555;
}

.daterangepicker .btn-primary {
    background-color: var(--secondaryColor) !important;
    border-color: var(--secondaryColor) !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: var(--secondaryColor);
}

.calendar-table,
.daterangepicker .drp-buttons {
    font-family: var(--mainFont);
}

.product_slider .product_name label {
    text-transform: capitalize;
}

/* .rating_carda:hover .rating_profile .text-success {
    color: #fff !important;
} */

.search_btn_div {
    max-width: 300px;
    min-width: 200px;
    margin-left: auto;
}

.owl-carousel.owl-hidden {
    opacity: 1;
}

.slider_with_thumbnial {
    min-height: 310px;
    display: flex;
    align-items: center;
}

#inventoryChart .highcharts-legend-item {
    opacity: 0 !important;
}

.dashboard_main_tab .preloader {
    z-index: 9;
}
.dashboard_tab_nav.chart_nav .buybox-chart-download-btn a {
    padding-right: 0;
    padding-left: 8px;
}

.new_pa_header {
    background-color: var(--bs-light);
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
}
.new_pa_body {
    padding: 1rem 0.5rem;
}
.new_pa_table.chart_table tr th,
.new_pa_table.chart_table tr td {
    text-align: left;
}
.new_pa_table.chart_table tr td ul {
    padding-left: 17px;
    margin: 0;
    /* list-style: none; */
}
.new_pa_table.chart_table tr td ul li {
    margin-bottom: 0.5rem;
}
.new_pa_header.clicked .text-main:hover {
    color: #fff !important;
}
.new_pa_header.clicked .text-main {
    color: #eee !important;
}
.new_pa_header.clicked {
    background-color: var(--primaryColor);
    color: #fff;
    transition: all ease 0.3s;
}

.staticUl ul {
    list-style: none;
    padding: 0 0.5rem;
    display: flex;
    flex-wrap: wrap;
}
.staticUl ul li {
    width: auto;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #3d3d3d;
}
.staticUl ul li i {
    color: var(--primaryColor);
    font-size: 16px;
}

.new_pa_table {
    table-layout: fixed;
    /* min-width: 1200px; */
}
.skeleton-loader_pat .skeleton-list-lg-key-sm {
    border-radius: 0.25rem;
}
.skeleton-loader_pat .loader-bg {
    height: auto;
    box-shadow: none;
}

.chart_table thead tr {
    border-width: 0 !important;
}

.seller-table .tableFixHead thead th {
    background: #ffe6e5;
}
.seller-table.dash .tableFixHead thead th {
    background: #bef3d8 !important;
}

/***skeleton chart loader***/

.loader_text {
    height: 20px;
    min-width: 40px;
    width: 40%;
    background: #b6ebd1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.loader_text::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.9),
        transparent
    );
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    animation: skeleton-loader 0.6s infinite;
}

.fba_fbm_loader {
    margin-top: -1rem;
    margin-bottom: -1rem;
}
.skeleton_chart_loader {
    background: var(--bs-light);
    width: 100%;
    height: 400px;
    border-radius: 0.24rem;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading {
    height: 120px;
    width: 160px;
    margin-top: -50px;
    margin-left: -70px;
    /* border-left: 1px solid #333; */
    /* border-bottom: 1px solid #333; */
    padding: 10px;
    box-sizing: border-box;
}

@keyframes loading {
    0% {
        background-color: #cd0a00;
    }
    30% {
        background-color: #fa8a00;
    }
    50% {
        height: 100px;
        margin-top: 0px;
    }
    80% {
        background-color: #91d700;
    }
    100% {
        background-color: #cd0a00;
    }
}
/*@-moz-keyframes loading {
50% { height: 100px; margin-top: 0px; }
}
@-o-keyframes loading {
50% { height: 100px; margin-top: 0px; }
}
@keyframes loading {
50% { height: 100px; margin-top: 0px; }
}*/
.loading .loading-1 {
    height: 10px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
    margin-top: 90px;
    -webkit-animation: loading 2.5s infinite;
    -moz-animation: loading 2.5s infinite;
    -o-animation: loading 2.5s infinite;
    animation: loading 2.5s infinite;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.loading .loading-2 {
    height: 10px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
    margin-top: 90px;
    -webkit-animation: loading 2.5s infinite;
    -moz-animation: loading 2.5s infinite;
    -o-animation: loading 2.5s infinite;
    animation: loading 2.5s infinite;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.loading .loading-3 {
    height: 10px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
    margin-top: 90px;
    -webkit-animation: loading 2.5s infinite;
    -moz-animation: loading 2.5s infinite;
    -o-animation: loading 2.5s infinite;
    animation: loading 2.5s infinite;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.loading .loading-4 {
    height: 10px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
    margin-top: 90px;
    -webkit-animation: loading 2.5s infinite;
    -moz-animation: loading 2.5s infinite;
    -o-animation: loading 2.5s infinite;
    animation: loading 2.5s infinite;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.loading .loading-5 {
    height: 10px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
    margin-top: 90px;
    -webkit-animation: loading 2.5s infinite;
    -moz-animation: loading 2.5s infinite;
    -o-animation: loading 2.5s infinite;
    animation: loading 2.5s infinite;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}
.loading .loading-6 {
    height: 10px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
    margin-top: 90px;
    -webkit-animation: loading 2.5s infinite;
    -moz-animation: loading 2.5s infinite;
    -o-animation: loading 2.5s infinite;
    animation: loading 2.5s infinite;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.loading .loading-7 {
    height: 10px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
    margin-top: 90px;
    -webkit-animation: loading 2.5s infinite;
    -moz-animation: loading 2.5s infinite;
    -o-animation: loading 2.5s infinite;
    animation: loading 2.5s infinite;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
}
.loading .loading-8 {
    height: 10px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
    margin-top: 90px;
    -webkit-animation: loading 2.5s infinite;
    -moz-animation: loading 2.5s infinite;
    -o-animation: loading 2.5s infinite;
    animation: loading 2.5s infinite;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.loading .loading-9 {
    height: 10px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
    margin-top: 90px;
    -webkit-animation: loading 2.5s infinite;
    -moz-animation: loading 2.5s infinite;
    -o-animation: loading 2.5s infinite;
    animation: loading 2.5s infinite;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
}
.loading .loading-10 {
    height: 10px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
    margin-top: 90px;
    -webkit-animation: loading 2.5s infinite;
    -moz-animation: loading 2.5s infinite;
    -o-animation: loading 2.5s infinite;
    animation: loading 2.5s infinite;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
/***skeleton chart loader***/

.cursor-na {
    cursor: not-allowed;
}

/* .highcharts-scrolling .highcharts-axis-labels.highcharts-xaxis-labels text {
    font-size: 0.6em!important;
} */

.highcharts-scrolling .highcharts-axis-labels.highcharts-xaxis-labels {
    transform: translateY(-15px);
}

.global_view_top_5_sellers_by_gmi td.d-flex span {
    max-width: 80%;
}

.table tbody.top_5_sellers_by_gmi tr td.d-flex.justify-content-between span,
.table tbody.top-5-sellers-by-sales tr td.d-flex.justify-content-between span,
.table
    tbody.global_view_top_5_sellers_by_sales
    tr
    td.d-flex.justify-content-between
    span {
    max-width: 80%;
}

.display_asins ul {
    list-style: none;
    padding: 0;
}
.display_asins ul li span {
    border-radius: 2px;
    border: 1px solid #62c191;
    background: rgba(98, 193, 145, 0.2);
    display: block;
    padding: 10px 15px;
}
.ss_tag {
    border-radius: 2px;
    background: rgba(98, 193, 145, 0.2);
    width: fit-content;
    padding: 10px 15px;
    color: var(--primaryColor);
}

.custom-dropdown .btn:active,
.custom-dropdown .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.custom-dropdown .btn.btn-custom {
    border: 1px solid #efefef;
}

.custom-dropdown .title-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

.custom-dropdown .title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-dropdown .dropdown-link {
    color: #888;
    display: inline-block;
    padding-right: 0px;
    position: relative;
}

.custom-dropdown .dropdown-link .wrap-icon {
    font-size: 20px;
}

.custom-dropdown .dropdown-link .number {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #e44350;
    position: absolute;
    font-size: 11px;
    top: -7px;
    right: -7px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-dropdown .dropdown-menu {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    margin-top: 0px !important;
    padding-top: 0;
    padding-bottom: 0;
    padding: 10px;
    opacity: 0;
    left: 0 !important;
    -webkit-transition: 0.3s margin-top ease, 0.3s opacity ease,
        0.3s visibility ease;
    -o-transition: 0.3s margin-top ease, 0.3s opacity ease, 0.3s visibility ease;
    transition: 0.3s margin-top ease, 0.3s opacity ease, 0.3s visibility ease;
    visibility: hidden;
    max-width: 380px;
    min-width: 300px;
}

.custom-dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    margin-top: 10px !important;
}

.custom-dropdown .custom-notifications {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 200px;
    overflow-y: auto;
    border-bottom: 1px solid #efefef;
}

.custom-dropdown .custom-notifications > li {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.custom-dropdown .custom-notifications > li:last-child {
    margin-bottom: 0;
}

.custom-dropdown .custom-notifications > li > a {
    display: block;
    padding: 10px;
    color: #333;
    background: #f7f8f9;
    margin: 0 5px;
}

.custom-dropdown .custom-notifications > li > a:hover {
    background: #f9f9f9;
}

.custom-dropdown .custom-notifications > li > a .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}

.custom-dropdown .custom-notifications > li > a .img img {
    width: 40px;
    border-radius: 50%;
}

.custom-dropdown .custom-notifications > li > a .text {
    margin-top: 0px;
}

.custom-dropdown .custom-notifications > li > a .text strong {
    font-weight: 700;
    color: #000;
}

.custom-dropdown .custom-notifications > li.unread a {
    background: #d7e9dd;
    color: #333;
}

.custom-dropdown .btn {
    font-size: 12px;
    letter-spacing: 0.35px;
}

.report_left .nav-fill .nav-item .nav-link.active,
.report_left .nav-justified .nav-item.show > .nav-link {
    background-color: var(--primaryColor);
    color: #fff;
}
.report_left .nav-fill .nav-item .nav-link,
.report_left .nav-justified .nav-item .nav-link {
    background-color: var(--bs-light);
    color: #000;
    margin-bottom: 10px;
}

.report_left .nav-tabs {
    border: 0;
}

.report_left {
    max-height: 300px;
    overflow-y: auto;
    padding: 0 10px;
}

.alert_report .form-select:focus {
    box-shadow: none;
    border-color: var(--primaryColor);
}

.alert_switch.form-switch .form-check-input:checked {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    filter: grayscale(0);
}
.alert_switch.form-switch .form-check-input {
    width: 4.5em;
    height: 25px;
    position: relative;
    box-shadow: none;
}
.alert_switch.form-switch .form-check-input:focus {
    border-color: #ccc;
}

.alert_switch.form-switch .form-check-input::before {
    content: "Off";
    color: #fff;
    position: absolute;
    right: 10px;
    color: #000;
    top: 50%;
    font-size: 12px;
    transform: translateY(-50%);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.alert_switch.form-switch .form-check-input:checked::before {
    content: "On";
    color: #fff;
    position: absolute;
    left: 5px;
    top: 50%;
    font-size: 12px;
    transform: translateY(-50%);
}

.display_asins .card-body .fg_left {
    padding: 10px;
    background: #fff;
}

.display_asins .card-body .fg_right h6 {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
}
.display_asins .card-body .fg_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.setting_content .nav .nav-item {
    margin-bottom: 0.5rem;
}
.setting_content .nav .nav-item .nav-link {
    border: 1px solid var(--primaryColor);
    color: var(--primaryColor);
    border-radius: 3px;
    font-weight: 600;
}
.setting_content .nav .nav-item .nav-link.active {
    border: 1px solid var(--primaryColor);
    color: #fff;
    background-color: var(--primaryColor);
}
.setting_content .tab-content {
    border-radius: 3px;
}

.setting_content .avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 5px auto;
}
.setting_content .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}
.setting_content .avatar-upload .avatar-edit input {
    display: none;
}
.setting_content .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.setting_content .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.setting_content .avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: "Font Awesome 5 Pro";
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.setting_content .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.setting_content .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.setting_content .form-control {
    min-height: 45px;
    /* color: #000; */
    color: #555;
}
.setting_content .btn {
    min-height: 45px;
}
.setting_content .form-check-input:checked {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}
.setting_content .form-control::placeholder {
    opacity: 0.5;
}
.setting_content .form-label {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
}
.CSVlabel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    min-height: 150px;
    border: 2px dashed var(--primaryColor);
    border-radius: 3px;
    color: var(--primaryColor);
    margin-bottom: 10px;
    cursor: pointer;
}
.asin_brand {
    background: #ebebeb;
    border-radius: 3px;
    padding: 1rem;
}
.asin_category {
    background: #ebebeb;
    border-radius: 3px;
    padding: 1rem;
    margin-bottom: 1rem;
}
.asin_brand h6,
.asin_category h6 {
    margin-bottom: 0;
}
.asin_area {
    padding: 1rem 0;
}
.wron_asin {
    border: 1px solid #cdcdcd;
    color: #333;
    font-weight: 500;
    padding: 10px;
    background: var(--bs-light);
    margin-bottom: 0.25rem;
    border-radius: 3px;
    width: fit-content;
    display: inline-block;
    opacity: 0.85;
}
.invalid {
    background-color: #ffdfe2 !important;
}
.valid {
    background-color: #dbf3e8 !important;
}

.added_asin_block img {
    max-width: 60px;
}
.added_asin_block {
    padding: 1rem;
    border-bottom: 1px solid #ebebeb;
}
.added_asin_block:last-child {
    border-bottom: none;
}
.added_asin_block p {
    margin: 0;
}
.added_asin_block .img {
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.setting_content .vslid_ASIN .btn {
    min-height: auto;
}

.sub_content_right{
    border-radius: 4px;
    background: #009A58;
}
.sub_content_right_head h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
    padding-bottom: 10px; 
    margin-bottom: 15px;
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.content_rign_body h5 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.content_rign_body p {
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.btn-outline-main {
    border: 1px solid var(--primaryColor);
    color: var(--primaryColor);
}
.btn-outline-main:hover {
    background-color: var(--primaryColor);
    color: #fff;
}
.sub_right_table tr td {
    padding: 1rem;
    border-bottom: 1px solid #E9E9E9;
}
.sub_content .btn {
    font-size: 14px;
    padding: 8px 20px;
    min-height: unset;
}
.header_add_on {
    display: flex;
    align-items: center;
    /* background: #e6f9f2; */
    padding: 12px 12px 10px 12px;
    border-radius: 3px;
}
.header_add_on .btn.btn-main {
    /* width: 25px; */
    /* height: 25px; */
    /* border-radius: 50%; */
    /* display: flex; */
    /* font-size: 13px; */
    /* align-items: center; */
    /* justify-content: center; */
    background: transparent;
    border-color: transparent;
    padding: 0;
}
.header_add_on > div {
    width: calc(100% - 25px);
    padding-right: 8px;
}
.header_add_on > div .progress {
    height: 10px!important;
    /* border: 1px solid var(--primaryColor); */
    border-radius: 2px;
}
.header_add_on > div .progress#progress-container {
    background-image: none!important;
}
.header_add_on > div p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
}
.header_add_on > div p span {
    font-weight: 600;
}
.asin_list_select_block{
    cursor: pointer;
}
.asin_list_select_block .card {
    height: 100%;
    border: 1px solid #f1f1f1;
    background: transparent;
    z-index: 0;
    overflow: hidden;
    box-shadow: 0px 0px 0px 0 #11111147;
    padding: 10px;
}
.asin_list_select_block .card p {
    display: -webkit-box;
    max-height: 100px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}
.asinListImg {
    background: #fff;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 6px 0 #11111121;
}
.asinListImg img {
    max-height: 100px;
    object-fit: contain;
    width: 100%;
}
.asinDisplayDiv {
    margin-bottom: 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
}

.asin_list_select_block .card input[type="checkbox"]:checked + label {
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--primaryColor);
    z-index: -1;
    opacity: 0.1;
}
.form-check-input:checked +  label.form-check-label.one_line {
    background: var(--primaryColor);
    color: #fff;
}

label.form-check-label.one_line {
    border: 1px solid #ccc;
    padding: .5rem;
    border-radius: 5px;
    display: block;
    margin: 3px;
    cursor: pointer;
   font-size: 12px;

}
.sellersSwitch .form-check .form-check-input[type=radio] {
    opacity: 0;
   display:none;
}
.sellersSwitch .form-check {
    padding-left: 0;
}

.sellersSwitch p {
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-position: under;
    margin-bottom: 10px;
}

.addon_table .table-responsive .card {
    width: 100%;
    overflow: hidden;
}

.view_each_block {
    position: relative;
    z-index: 0;
    padding: 1rem;
    background-color: rgb(0 154 88 / 10%);
    border-radius: 8px;
    height: 100%;
}
.view_each_asin {
    margin: 0;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.view_each_block img {
    width: 100%;
    height: 120px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    object-fit: contain;
    display: block;
    margin-bottom: .8rem;
}

.view_each_block h6 {
    font-size: 13px;
    line-height: 1.4;
}

.also_sells_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.also_sells_head p {
    font-weight: 500;
    background: var(--bs-light);
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 12px;
    border: 1px solid #eee;
    width: fit-content;
    /* min-width: 100px; */
    margin: 0;
    padding: .25rem 1rem;
}
.also_sells_head .btn  {
    padding: 0;
}

.btn_track_sell {
    position: relative;
    z-index: 0;
    color: #0d6efd !important;
}

.btn_track_sell .read_eye {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    background: #e5f5ee;
    font-size: 14px;
}

.view_each_block .asin_list_block {
    margin: 2px 2px;
    font-size: 9.5px;
    width: 73px;
    padding: 3px;
}

.me-13 {
    margin-right: 13px!important;
}
.me-7 {
    margin-right: 7px!important;
    margin-top: -10px;
}

#updateSubscriptionModalSection .nav-link {
    color: #333;
}

.butbox_status_image {
    width: 20px;
    height: 20px;
}

#price-trends-content-scroll {
    max-height: 500px;
    overflow-y: auto;
    scroll-timeline-axis: revert-layer;
}

.modalInBreak .nav-tabs .nav-item .nav-link.active {

}
.modalInBreak .nav-tabs .nav-item .nav-link.active {

}

@media only screen and (min-width: 1400px) {
    .search_vendors_list,
    .serah_product_area {
        max-height: 245px;
    }
    .w-xxl-auto {
        width: auto!important;
    }
}
@media only screen and (min-width: 576px) {
    .w-sm-auto {
        width: auto!important;
    }
}

@media only screen and (max-width: 991px) {
    .tooltip.show {
        opacity: 0;
        display: none;
    }
    .subscription_handle_btns .btn {
        width: auto!important;
    }
    .subscription_handle_btns #subscription_cancel_button {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 575px) {
    .dashboard_date_picker {
        width: 100%;
        flex-wrap: wrap;
    }
    .timeframe_div {
        position: static;
        width: 100%;
        margin-top: 10px;
    }
    .reportrange_area {
        width: 100%;
    }
    .subscription_handle_btns .btn {
        width: 100%!important;
        /* margin-bottom: .5rem!important; */
    }
    .subscription_handle_btns #subscription_cancel_button {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 425px) {
    .dashboard_tab_nav a,
    .dashboard_tab_nav p {
        font-size: 2.5vw;
    }
    .totalInventoryDataDownloadBtn a {
        padding: 10px;
    }
    .totalInventoryDataDownloadBtn .btn {
        font-size: 2.5vw;
        padding: 0.8vw 2vw;
    }
    #admin-dashboard-reports_area .btn-group button {
        font-size: 3vw;
    }
    .custom-dropdown .dropdown-menu {
        width: 100%;
        min-width: 100vw;
    }
}


