:root {
    --primary-color: #13b9a9;
    --secondary: #E4E6EF;
    --success: #1BC5BD;
    --info: #8950FC;
    --warning: #FFA800;
    --danger: #F64E60;
    --light: #F3F6F9;
    --dark: #181C32;
    --grey: #e8e8e8;
    --white: #ffffff;
    --orange: #E56717;
    --bs-green: #52A027;
}

.menu-text {
    color: var(--dark);
}

.svg-icon-2 svg [fill] {
    /*color: var(--primary) !important;*/
    fill: var(--primary-color) !important;
}

.menu-item-custom {
    padding: 0.6rem 0.2rem;
    width: 100%;
    display: block;
    color: var(--dark);
    border-radius: 0.6rem;
}

.menu-item-custom:hover {
    background-color: #f3f6f9 !important;
    color: var(--primary-color);
}

.swal2-toast {
    margin-top: 65px !important;
}

.mr-1 {
    margin-right: 0.3rem;
}

.top-80 {
    top: 85% !important;
}

.btn-hover-primary {
    background-color: var(--primary-color) !important;
}

.pr-5 {
    padding-right: 1.25rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

#product_lock:checked #locked_reason {
    display: none !important;
}

.h-fit-content {
    height: fit-content !important;
}

#product_review:hover > #view_button, .product_review:hover > .view_button {
    display: block !important;
}

.dz-details {
    display: none !important;
}

.dz-progress {
    display: none !important;
}

.dz-error-message {
    display: none !important;
}

.dz-error-mark {
    display: none !important;
}

#conver_image {
    display: flex;
    flex-direction: column-reverse;
    width: auto;
    align-items: center;
}

.image-cover {
    background-color: transparent !important;
}

.note-group-select-from-files {
    display: none;
}

.note-modal .modal-dialog .modal-content .modal-header {
    display: block;
}

.note-btn {
    background-color: var(--bs-gray-200);
    border-radius: 0.5rem;
    border: 1px solid var(--bs-gray-300) !important;
    color: var(--dark);
}

.note-btn i {
    color: var(--dark);
}

.note-btn span:before {
    content: none;
}

.panel-heading {
    background-color: transparent !important;
}

.svg-icon.svg-icon-2 svg {
    height: 1.8rem !important;
    width: 1.8rem !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield !important;
}

.max-w-300 {
    max-width: 300px !important;
}

.max-w-400 {
    max-width: 400px !important;
}

.max-h-200 {
    max-height: 200px !important;
}

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

.mr-0 {
    margin-right: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.tns-outer {
    margin: 1rem !important;
}

.text-truncate-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.text-truncate-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.text-truncate-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.text-truncate-5 {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.text-truncate-6 {
    display: -webkit-box !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.ratio::before {
    display: inline-block;
}

/* tooltip custom*/

.tooltip-c {
    position: relative;
    display: inline-block;
    z-index: 8;
}


.tooltip-400 .tooltip-detail {
    display: none !important;
    min-width: 465px;
    background-color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    /*left: 50%;*/
    /*margin-left: -200px;*/
    color: black;
}

.tooltip-200 .tooltip-detail {
    display: none !important;
    min-width: 200px;
    background-color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    /*left: 50%;*/
    /*margin-left: -100px;*/
    color: black;
}


.tooltip-c:hover .tooltip-detail {
    display: block !important;
}

/*

i[data-icon-show=on]::before{
    content: none;
}
*/
.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2);
}

.loading svg polyline {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    width: 100px;
    height: 80px;
}

.loading svg polyline#back {
    stroke: rgba(84, 86, 94, 0.3);
}

.loading svg polyline#front {
    stroke: #24B1A3;
    stroke-dasharray: 12, 36;
    stroke-dashoffset: 48;
    animation: dash 1s linear infinite;
}

@-moz-keyframes dash {
    62.5% {
        opacity: 0;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash {
    62.5% {
        opacity: 0;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@-o-keyframes dash {
    62.5% {
        opacity: 0;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    62.5% {
        opacity: 0;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.pharmacies-checks input[type="checkbox"]:checked ~ label {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.item-download:visited {
    transition: color .2s ease, background-color .2s ease;
    color: var(--info) !important;
}

.table-actions {
    display: none !important;
}

.tns-inner {
    direction: ltr;
}

.table-actions-show {
    display: block !important;
}

@media (max-width: 1400px) {
    .table-actions {
        display: block !important;
    }

    .table-actions-show {
        display: none !important;
    }
}


.normal-white-space {
    white-space: normal;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.text-highlight {
    background-color: rgba(var(--bs-primary-rgb), 30%) !important
}

.tooltip-container {
    position: relative;
}

.tooltip-title {
    opacity: 1 !important;
    position: relative;
    z-index: 1;
}

.tooltip-title ~ .tooltip-box {
    visibility: hidden;
    background-color: var(--bs-white);
    color: var(--bs-dark);
    position: absolute;
    z-index: 2;
    margin-top: 10px;
    /*left: calc(50% - 45px);*/
    border: 1px solid var(--bs-gray-300);
}

[direction=ltr] .tooltip-title ~ .tooltip-box {
    right: 0;
}

[direction=rtl] .tooltip-title ~ .tooltip-box {
    left: 0;
}

.tooltip-title ~ .tooltip-box:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--bs-gray-300); /*rgba(var(--bs-primary-rgb), 35%)*/
    position: absolute;
    top: -8px;
}

.tooltip-title ~ .tooltip-box:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--bs-white); /*rgba(var(--bs-primary-rgb), 35%)*/
    position: absolute;
    top: -6px;
}

[direction=ltr] .tooltip-title ~ .tooltip-box:after, [direction=ltr] .tooltip-title ~ .tooltip-box:before {
    right: 30px;
}

[direction=rtl] .tooltip-title ~ .tooltip-box:after, [direction=rtl] .tooltip-title ~ .tooltip-box:before {
    left: 30px;
}

.tooltip-title:hover ~ .tooltip-box {
    visibility: visible;
}

.save-changes.hide {
    display: none;
}

.save-changes.show {
    display: inline-block;
}

.discount-icon {
    position: relative;
}

.discount-icon:after {
    content: '%';
    position: absolute;
    top: 6px;
    font-size: 18px;
}

[direction=ltr] .discount-icon:after {
    right: 18px;
}

[direction=rtl] .discount-icon:after {
    left: 18px;
}

[direction=ltr] .discount-icon input {
    padding-right: 21px;
}

[direction=rtl] .discount-icon input {
    padding-left: 21px;
}

[direction=rtl] .form-control {
    text-align: right;
}

.coverage-area-label {
    background-color: rgba(var(--bs-danger-rgb), 20%);
    position: absolute;
    z-index: 1;
    width: 100%;
}

.coverage-area-label label {
    color: var(--bs-red);
}

.badge-secondary {
    background-color: var(--bs-gray-600);
}

table > :not(caption) > * > * {
    padding: 8px !important;
}

.sticky-table {
    overflow-y: hidden;
}

/* sticky menu*/
@media (min-width: 600px) {
    [direction="rtl"] .signIn_tab .nav-link {
        font-size: 13px!important;
        line-height: 34px !important;

    }
    .table-responsive.sticky-table {
        overflow: unset;
    }

    .sticky-table table {
        position: relative;
    }

    .sticky-table table thead {
        position: sticky;
        top: 65px;
        background-color: var(--bs-white);
        z-index: 5;
    }
}

/* show actions on new line */
.show-actions {
    border: 0;
    background-color: transparent;
}

.show-actions i {
    width: 15px;
    height: 17px;
    display: inline-block;
}

.show-actions[aria-expanded='true'] i {
    border: solid var(--bs-primary);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    width: 8px;
    height: 8px;
    z-index: 0;
}

.show-actions[aria-expanded='false'] i {
    border: solid var(--bs-primary);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 8px;
    height: 8px;
    z-index: 0;
}

.show-actions.details-arrow[aria-expanded='true'] i {
    border: none;
    border-width: 0 2px 2px 0;
    display: inline-block;
    margin: 5px 0px;
    transform: rotate(-148deg);
    -webkit-transform: rotate(-148deg);
    width: 19px;
    height: 21px;
}

.show-actions.details-arrow[aria-expanded='false'] i {
    border: none;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width: 8px;
    height: 8px;

}

/* tabs */
.tabs-container input.tab-option {
    display: none;
}

/* hide radio buttons */
.tabs-container input.tab-option + label.tab-label {
    display: inline-block;
    font-size: 14px;
    margin: 0 4px;
}

/* show labels in line */
.tabs-container input.tab-option ~ .tab {
    display: none
}

/* hide contents */
/* show contents only for selected tab */
#pending_products:checked ~ .tab.pending-products,
#rejected_products:checked ~ .tab.rejected-products,
#your_uploads:checked ~ .tab.your-uploads {
    display: block;
}

.tabs-container input.tab-option + label.tab-label { /* box with rounded corner */
    background: #EEE;
    padding: 8px 16px;
    border-radius: 4px 4px 0 0;
    position: relative;
    top: 1px;
    cursor: pointer;
}

.tabs-container input.tab-option:checked + label.tab-label { /* white background for selected tab */
    background: #FFF;
    cursor: default;
}

.tabs-container select.form-select {
    display: none;
}

.customer-row-style {
    border-bottom: 1px solid var(--bs-gray-300);
}

.customer-row-style span {
    line-height: 2;
}

.rounded-side-left {
    border-radius: .775rem 0 0 .775rem;
}

[direction=ltr] .action-menu {
    left: 0;
}

[direction=rtl] .action-menu {
    right: 0;
}

table.search-products-table {
    border-collapse: separate;
    border-spacing: 0;
}

.has-promotion {
    position: relative;
}

.has-promotion td {
    padding-top: 32px !important;
    padding-bottom: 24px !important;
    border-top: 1px solid var(--bs-primary) !important;
    border-bottom: 1px solid var(--bs-primary) !important;
}

[direction=ltr] .has-promotion td:first-child {
    border-left: 1px solid var(--bs-primary) !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

[direction=rtl] .has-promotion td:first-child {
    border-right: 1px solid var(--bs-primary) !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

[direction=ltr] .has-promotion td:last-child {
    border-right: 1px solid var(--bs-primary) !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

[direction=rtl] .has-promotion td:last-child {
    border-left: 1px solid var(--bs-primary) !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.has-promotion .star {
    position: absolute;
    margin-top: -23px;
    line-height: 20px;
    display: inline-block;
    background-image: url(/assets/media/icons/duotune/general/star.svg);
    background-repeat: no-repeat;
    height: 20px;
    background-size: contain;
    font-style: normal;
    color: var(--bs-primary);
    font-weight: 700;
}

[direction=ltr] .has-promotion .star {
    right: 10px;
    padding-left: 21px;
    background-position: top left;
}

[direction=rtl] .has-promotion .star {
    left: 10px;
    padding-right: 21px;
    background-position: top right;
}

.table .has-promotion:last-child td {
    border-bottom: 1px solid var(--bs-primary) !important;
}

/*  rejection reason popup */
.rejection-reason input[type=radio] {
    transform: scale(1.25);
    top: 2px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 1px;
    background-clip: content-box;
    border: 1px solid var(--bs-dark);
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
}

.rejection-reason label {
    padding: 0 4px;
    cursor: pointer;
}

.rejection-reason input[type=radio]:checked {
    border: 1px solid var(--bs-primary);
    background-color: var(--bs-primary);
    cursor: default;
}

.rejection-reason input[type=radio]:checked ~ label {
    color: var(--bs-primary);
    cursor: default;
}

.breadcrumb {
    margin: 8px 8px 12px;
}
@media (max-width: 500px) {
    .sm-login-tabs{
        margin-left: -32px!important;
        margin-right: -14px!important;
    }
}
@media (min-width: 767px) {
    .hide-on-tablet{
        display: none!important;
    }
    .show-on-tablet{
        display: block!important;
    }
}

@media (max-width: 767.98px) {
    .sm-px-0{
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .p-12{
        padding: 2rem !important;
    }
    .responsive-container-fluid {
        padding: 0;
    }

    .responsive-container-fluid .card {
        background-color: transparent;
    }

    .responsive-top-menu-item {
        padding: 0 8px;
    }

    [direction=ltr] .responsive-top-menu-item:last-child {
        padding-right: 0px;
    }

    [direction=rtl] .responsive-top-menu-item:last-child {
        padding-left: 0px;
    }

    .responsive-top-menu-item:first-child {
        padding: 0px;
    }

    .responsive-top-menu-item .rounded-circle {
        font-size: 10px;
        position: absolute;
        right: -5px;
        top: -3px;
        width: auto !important;
        height: auto !important;
        line-height: 1;
        padding: 4px;
    }
}

[direction=ltr] .alpine-dropdown-menu {
    right: 0;
}

[direction=rtl] .alpine-dropdown-menu {
    left: 0;
}

.z-index-4 {
    z-index: 4;
}

.z-index-5 {
    z-index: 5;
}

.z-index-6 {
    z-index: 6;
}

.max-w-150px {
    max-width: 150px;
}

.max-w-200px {
    max-width: 200px;
}

.min-w-100px {
    min-width: 100px;
}

.badge-peach {
    Background-color: #581845;
}

.badge-orange {
    Background-color: var(--bs-orange);
}

.z-index-6 {
    z-index: 6;
}

.z-index-7 {
    z-index: 7;
}

.show-action-xxxlarge-size {
    display: none;
}

.hide-action-xxxlarge-size {
    display: table-cell;
}

@media (min-width: 992px) {
    .hide-on-desktop{
        display: none!important;
    }
    .show-on-desktop{
        display: block!important;
    }
}
@media (min-width: 1650px) {
    .show-action-xxxlarge-size {
        display: table-cell;
    }

    .hide-action-xxxlarge-size {
        display: none;
    }
}

[direction=ltr] .revert-action-menu {
    right: 0;
}

[direction=rtl] .revert-action-menu {
    left: 0;
}

[direction=ltr] .revert-action-menu-20 {
    right: 20px;
}

[direction=rtl] .revert-action-menu-20 {
    left: 20px;
}

[direction=ltr] .revert-10 {
    left: -10px;
}

[direction=rtl] .revert-10 {
    right: -10px;
}

[direction=ltr] .revert-0 {
    right: 0px;
}

[direction=rtl] .revert-0 {
    left: 0px;
}

.icons-color {
    color: #AF8840;
}

.table-responsive tr:hover .dialerQuantity {
    background-color: var(--bs-gray-300);
}

.pharmacy-card:hover {
    background-color: rgb(55, 95, 168, 0.1);
}

[direction=ltr] .pharmacy-card .delete-btn {
    right: 10px;
}

[direction=rtl] .pharmacy-card .delete-btn {
    left: 10px;
}

.pharmacy-card:hover .delete-btn {
    display: inline-block !important;
}

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

.modal.right .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

[direction=rtl] .modal.right.fade .modal-dialog {
    left: 0;
    float: left;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

[direction=ltr] .modal.right.fade .modal-dialog {
    right: 0;
    position: absolute;
    max-width: 500px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal-body .search-container {
    display: block !important;
    width: 100% !important;
}

.modal-body .search-container .search-results-container {
    display: block !important;
    box-shadow: none !important;
    padding-top: 12px;
}

.modal-body .search-container .search-results-container .search-item {
    padding: 8px 0 !important;
    border-bottom: 1px solid #eff2f5;
}

.stepper-line {
    border-top: 1px dashed #D8D8D8 !important;
    top: 25% !important;
    right: 50%;
    left: auto !important;
    max-width: 350px !important;
}


/* flags */

.flag {
    background-image: url(/assets/media/images/flags.png) !important;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    transform: scale(1.4);
    position: relative;
    top: 4px;
}

._African_Union {
    background-position: 0 -16px;
}

._Arab_League {
    background-position: 0 -32px;
}

._ASEAN {
    background-position: 0 -48px;
}

._CARICOM {
    background-position: 0 -64px;
}

._CIS {
    background-position: 0 -80px;
}

._Commonwealth {
    background-position: 0 -96px;
}

._England {
    background-position: 0 -112px;
}

._European_Union, .eu {
    background-position: 0 -128px;
}

._Islamic_Conference {
    background-position: 0 -144px;
}

._Kosovo {
    background-position: 0 -160px;
}

._NATO {
    background-position: 0 -176px;
}

._Northern_Cyprus {
    background-position: 0 -192px;
}

._Northern_Ireland {
    background-position: 0 -208px;
}

._Olimpic_Movement {
    background-position: 0 -224px;
}

._OPEC {
    background-position: 0 -240px;
}

._Red_Cross {
    background-position: 0 -256px;
}

._Scotland {
    background-position: 0 -272px;
}

._Somaliland {
    background-position: 0 -288px;
}

._Tibet {
    background-position: 0 -304px;
}

._United_Nations {
    background-position: 0 -320px;
}

._Wales {
    background-position: 0 -336px;
}

.ad {
    background-position: 0 -352px;
}

.ae {
    background-position: 0 -368px;
}

.af {
    background-position: 0 -384px;
}

.ag {
    background-position: 0 -400px;
}

.ai {
    background-position: 0 -416px;
}

.al {
    background-position: 0 -432px;
}

.am {
    background-position: 0 -448px;
}

.ao {
    background-position: 0 -464px;
}

.aq {
    background-position: 0 -480px;
}

.ar {
    background-position: 0 -496px;
}

.as {
    background-position: 0 -512px;
}

.at {
    background-position: 0 -528px;
}

.au {
    background-position: 0 -544px;
}

.aw {
    background-position: 0 -560px;
}

.ax {
    background-position: 0 -576px;
}

.az {
    background-position: 0 -592px;
}

.ba {
    background-position: 0 -608px;
}

.bb {
    background-position: 0 -624px;
}

.bd {
    background-position: 0 -640px;
}

.be {
    background-position: 0 -656px;
}

.bf {
    background-position: 0 -672px;
}

.bg {
    background-position: 0 -688px;
}

.bh {
    background-position: 0 -704px;
}

.bi {
    background-position: 0 -720px;
}

.bj {
    background-position: 0 -736px;
}

.bm {
    background-position: 0 -752px;
}

.bn {
    background-position: 0 -768px;
}

.bo {
    background-position: 0 -784px;
}

.br {
    background-position: 0 -800px;
}

.bs {
    background-position: 0 -816px;
}

.bt {
    background-position: 0 -832px;
}

.bw {
    background-position: 0 -848px;
}

.by {
    background-position: 0 -864px;
}

.bz {
    background-position: 0 -880px;
}

.ca {
    background-position: 0 -896px;
}

.cg {
    background-position: 0 -912px;
}

.cf {
    background-position: 0 -928px;
}

.cd {
    background-position: 0 -944px;
}

.ch {
    background-position: 0 -960px;
}

.ci {
    background-position: 0 -976px;
}

.ck {
    background-position: 0 -992px;
}

.cl {
    background-position: 0 -1008px;
}

.cm {
    background-position: 0 -1024px;
}

.cn {
    background-position: 0 -1040px;
}

.co {
    background-position: 0 -1056px;
}

.cr {
    background-position: 0 -1072px;
}

.cu {
    background-position: 0 -1088px;
}

.cv {
    background-position: 0 -1104px;
}

.cy {
    background-position: 0 -1120px;
}

.cz {
    background-position: 0 -1136px;
}

.de {
    background-position: 0 -1152px;
}

.dj {
    background-position: 0 -1168px;
}

.dk {
    background-position: 0 -1184px;
}

.dm {
    background-position: 0 -1200px;
}

.do {
    background-position: 0 -1216px;
}

.dz {
    background-position: 0 -1232px;
}

.ec {
    background-position: 0 -1248px;
}

.ee {
    background-position: 0 -1264px;
}

.eg {
    background-position: 0 -1280px;
}

.eh {
    background-position: 0 -1296px;
}

.er {
    background-position: 0 -1312px;
}

.es {
    background-position: 0 -1328px;
}

.et {
    background-position: 0 -1344px;
}

.fi {
    background-position: 0 -1360px;
}

.fj {
    background-position: 0 -1376px;
}

.fm {
    background-position: 0 -1392px;
}

.fo {
    background-position: 0 -1408px;
}

.fr {
    background-position: 0 -1424px;
}

.bl, .cp, .mf, .yt {
    background-position: 0 -1424px;
}

.ga {
    background-position: 0 -1440px;
}

.gb {
    background-position: 0 -1456px;
}

.sh {
    background-position: 0 -1456px;
}

.gd {
    background-position: 0 -1472px;
}

.ge {
    background-position: 0 -1488px;
}

.gg {
    background-position: 0 -1504px;
}

.gh {
    background-position: 0 -1520px;
}

.gi {
    background-position: 0 -1536px;
}

.gl {
    background-position: 0 -1552px;
}

.gm {
    background-position: 0 -1568px;
}

.gn {
    background-position: 0 -1584px;
}

.gp {
    background-position: 0 -1600px;
}

.gq {
    background-position: 0 -1616px;
}

.gr {
    background-position: 0 -1632px;
}

.gt {
    background-position: 0 -1648px;
}

.gu {
    background-position: 0 -1664px;
}

.gw {
    background-position: 0 -1680px;
}

.gy {
    background-position: 0 -1696px;
}

.hk {
    background-position: 0 -1712px;
}

.hn {
    background-position: 0 -1728px;
}

.hr {
    background-position: 0 -1744px;
}

.ht {
    background-position: 0 -1760px;
}

.hu {
    background-position: 0 -1776px;
}

.id {
    background-position: 0 -1792px;
}

.mc {
    background-position: 0 -1792px;
}

.ie {
    background-position: 0 -1808px;
}

.il {
    background-position: 0 -1824px;
}

.im {
    background-position: 0 -1840px;
}

.in {
    background-position: 0 -1856px;
}

.iq {
    background-position: 0 -1872px;
}

.ir {
    background-position: 0 -1888px;
}

.is {
    background-position: 0 -1904px;
}

.it {
    background-position: 0 -1920px;
}

.je {
    background-position: 0 -1936px;
}

.jm {
    background-position: 0 -1952px;
}

.jo {
    background-position: 0 -1968px;
}

.jp {
    background-position: 0 -1984px;
}

.ke {
    background-position: 0 -2000px;
}

.kg {
    background-position: 0 -2016px;
}

.kh {
    background-position: 0 -2032px;
}

.ki {
    background-position: 0 -2048px;
}

.km {
    background-position: 0 -2064px;
}

.kn {
    background-position: 0 -2080px;
}

.kp {
    background-position: 0 -2096px;
}

.kr {
    background-position: 0 -2112px;
}

.kw {
    background-position: 0 -2128px;
}

.ky {
    background-position: 0 -2144px;
}

.kz {
    background-position: 0 -2160px;
}

.la {
    background-position: 0 -2176px;
}

.lb {
    background-position: 0 -2192px;
}

.lc {
    background-position: 0 -2208px;
}

.li {
    background-position: 0 -2224px;
}

.lk {
    background-position: 0 -2240px;
}

.lr {
    background-position: 0 -2256px;
}

.ls {
    background-position: 0 -2272px;
}

.lt {
    background-position: 0 -2288px;
}

.lu {
    background-position: 0 -2304px;
}

.lv {
    background-position: 0 -2320px;
}

.ly {
    background-position: 0 -2336px;
}

.ma {
    background-position: 0 -2352px;
}

.md {
    background-position: 0 -2368px;
}

.me {
    background-position: 0 -2384px;
}

.mg {
    background-position: 0 -2400px;
}

.mh {
    background-position: 0 -2416px;
}

.mk {
    background-position: 0 -2432px;
}

.ml {
    background-position: 0 -2448px;
}

.mm {
    background-position: 0 -2464px;
}

.mn {
    background-position: 0 -2480px;
}

.mo {
    background-position: 0 -2496px;
}

.mq {
    background-position: 0 -2512px;
}

.mr {
    background-position: 0 -2528px;
}

.ms {
    background-position: 0 -2544px;
}

.mt {
    background-position: 0 -2560px;
}

.mu {
    background-position: 0 -2576px;
}

.mv {
    background-position: 0 -2592px;
}

.mw {
    background-position: 0 -2608px;
}

.mx {
    background-position: 0 -2624px;
}

.my {
    background-position: 0 -2640px;
}

.mz {
    background-position: 0 -2656px;
}

.na {
    background-position: 0 -2672px;
}

.nc {
    background-position: 0 -2688px;
}

.ne {
    background-position: 0 -2704px;
}

.ng {
    background-position: 0 -2720px;
}

.ni {
    background-position: 0 -2736px;
}

.nl {
    background-position: 0 -2752px;
}

.bq {
    background-position: 0 -2752px;
}

.no {
    background-position: 0 -2768px;
}

.bv, .nq, .sj {
    background-position: 0 -2768px;
}

.np {
    background-position: 0 -2784px;
}

.nr {
    background-position: 0 -2800px;
}

.nz {
    background-position: 0 -2816px;
}

.om {
    background-position: 0 -2832px;
}

.pa {
    background-position: 0 -2848px;
}

.pe {
    background-position: 0 -2864px;
}

.pf {
    background-position: 0 -2880px;
}

.pg {
    background-position: 0 -2896px;
}

.ph {
    background-position: 0 -2912px;
}

.pk {
    background-position: 0 -2928px;
}

.pl {
    background-position: 0 -2944px;
}

.pr {
    background-position: 0 -2960px;
}

.ps {
    background-position: 0 -2976px;
}

.pt {
    background-position: 0 -2992px;
}

.pw {
    background-position: 0 -3008px;
}

.py {
    background-position: 0 -3024px;
}

.qa {
    background-position: 0 -3040px;
}

.re {
    background-position: 0 -3056px;
}

.ro {
    background-position: 0 -3072px;
}

.rs {
    background-position: 0 -3088px;
}

.ru {
    background-position: 0 -3104px;
}

.rw {
    background-position: 0 -3120px;
}

.sa {
    background-position: 0 -3136px;
}

.sb {
    background-position: 0 -3152px;
}

.sc {
    background-position: 0 -3168px;
}

.sd {
    background-position: 0 -3184px;
}

.se {
    background-position: 0 -3200px;
}

.sg {
    background-position: 0 -3216px;
}

.si {
    background-position: 0 -3232px;
}

.sk {
    background-position: 0 -3248px;
}

.sl {
    background-position: 0 -3264px;
}

.sm {
    background-position: 0 -3280px;
}

.sn {
    background-position: 0 -3296px;
}

.so {
    background-position: 0 -3312px;
}

.sr {
    background-position: 0 -3328px;
}

.st {
    background-position: 0 -3344px;
}

.sv {
    background-position: 0 -3360px;
}

.sy {
    background-position: 0 -3376px;
}

.sz {
    background-position: 0 -3392px;
}

.tc {
    background-position: 0 -3408px;
}

.td {
    background-position: 0 -3424px;
}

.tg {
    background-position: 0 -3440px;
}

.th {
    background-position: 0 -3456px;
}

.tj {
    background-position: 0 -3472px;
}

.tl {
    background-position: 0 -3488px;
}

.tm {
    background-position: 0 -3504px;
}

.tn {
    background-position: 0 -3520px;
}

.to {
    background-position: 0 -3536px;
}

.tr {
    background-position: 0 -3552px;
}

.tt {
    background-position: 0 -3568px;
}

.tv {
    background-position: 0 -3584px;
}

.tw {
    background-position: 0 -3600px;
}

.tz {
    background-position: 0 -3616px;
}

.ua {
    background-position: 0 -3632px;
}

.ug {
    background-position: 0 -3648px;
}

.us {
    background-position: 0 -3664px;
}

.uy {
    background-position: 0 -3680px;
}

.uz {
    background-position: 0 -3696px;
}

.va {
    background-position: 0 -3712px;
}

.vc {
    background-position: 0 -3728px;
}

.ve {
    background-position: 0 -3744px;
}

.vg {
    background-position: 0 -3760px;
}

.vi {
    background-position: 0 -3776px;
}

.vn {
    background-position: 0 -3792px;
}

.vu {
    background-position: 0 -3808px;
}

.ws {
    background-position: 0 -3824px;
}

.ye {
    background-position: 0 -3840px;
}

.za {
    background-position: 0 -3856px;
}

.zm {
    background-position: 0 -3872px;
}

.zw {
    background-position: 0 -3888px;
}

.sx {
    background-position: 0 -3904px;
}

.cw {
    background-position: 0 -3920px;
}

.ss {
    background-position: 0 -3936px;
}

.nu {
    background-position: 0 -3952px;
}

#map {
    height: 350px;
    padding-top: 60px;
}

/* #map > div{
  background-color: white !important;
}
.gm-style{
    top:55px !important;
}
[aria-label="Map"]{
  overflow: hidden;
}*/
#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 350;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

.gmnoprint:fist-child, .gm-fullscreen-control {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    font-family: Roboto;
    padding: 0;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    font-size: 15px;
    font-weight: 300;
    margin-left: 0;
    text-overflow: ellipsis;
    width: 98%;
    top: 10px !important;
    left: 1% !important;
    background: white url('/assets/media/icons/duotune/general/search.svg') no-repeat 15px 18px;
    padding-left: 40px;
    z-index: 11 !important;
}

.pin-location {
    background: white url('/assets/media/icons/duotune/general/location.svg') no-repeat;
    background-position-x: right;
    background-position-y: 12px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}

.tinyslide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.tinyslide .navigator {
    bottom: 16px;
    display: inline-block;
    width: auto;
    margin-top: 16px;
    max-width: 100%;
}

.tinyslide .navigator ul {
    padding: 0;
}

.tinyslide .navigator ul li {
    float: left;
    list-style-type: none;
    border-radius: 100%;
    margin: 0 0.5em 0 0;
    padding: 0;
    width: 15px;
    height: 15px;
    background-color: gray;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}

.tinyslide .navigator ul li span {
    display: none;
}

.tinyslide .navigator ul li:hover {
    background: var(--bs-primary);
}

.tinyslide .navigator ul li.active {
    background: var(--bs-primary);
}

.tinyslide aside {
    height: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.365, 0.84, 0.44, 1);
    transition: transform 800ms cubic-bezier(0.365, 0.84, 0.44, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tinyslide figure {
    height: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.tinyslide figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tinyslide figure figcaption {
    position: absolute;
    font-size: 3em;
    color: white;
    bottom: .5em;
    right: 2em;
    z-index: 2;
    opacity: 0;
}

.tinyslide figure.active figcaption {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.text-blue {
    color: var(--bs-blue);
}

.copy-link {
    background: white url('/assets/media/icons/duotune/general/copy_file.svg') no-repeat top left;
    background-size: contain;
}

.top-5px {
    top: 5px;
}

/*.delivery-time-option{
    position:relative;
}
.delivery-time-option{
    padding:16px !important;
    margin: 4px 0;
    border: 1px solid var(--bs-gray-300) !important;
}*/
[direction=ltr] .nav-item a .minus,
[direction=ltr] .nav-item a .plus {
    right: 0
}

[direction=rtl] .nav-item a .minus,
[direction=rtl] .nav-item a .plus {
    left: 0
}

.delivery-time-option {
    position: relative;
}

.delivery-time-option td {
    padding: 16px !important;
    border-top: 1px solid var(--bs-gray-300) !important;
    border-bottom: 1px solid var(--bs-gray-300) !important;
}

.delivery-time-details {
    top: -20px !important;
    border: 1px solid var(--bs-gray-300) !important;
    position: relative;
    width: 100%;

}

.delivery-time-details td {
    padding: 0 !important;
}

.delivery-collapse-tab .bi-chevron-down {
    display: none;
}

.delivery-collapse-tab .bi-chevron-up {
    display: inline-block;
}

.delivery-collapse-tab.collapsed .bi-chevron-down {
    display: inline-block;
}

.delivery-collapse-tab.collapsed .bi-chevron-up {
    display: none;
}

.delivery-time-details table td, .delivery-time-details table th {
    padding: 8px !important;
}

.delivery-time-details table tr:last-child {
    border-bottom: 1px solid var(--bs-gray-300) !important;
}

[direction=ltr] .delivery-time-option td:first-child {
    border-left: 1px solid var(--bs-gray-300) !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

[direction=rtl] .delivery-time-option td:first-child {
    border-right: 1px solid var(--bs-gray-300) !important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

[direction=ltr] .delivery-time-option td:last-child {
    border-right: 1px solid var(--bs-gray-300) !important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

[direction=rtl] .delivery-time-option td:last-child {
    border-left: 1px solid var(--bs-gray-300) !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.table .delivery-time-option:last-child td {
    border-bottom: 1px solid var(--bs-gray-300) !important;
}

.delivery-table {
    border-collapse: separate;
    border-spacing: 0 1em;

}


.checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0px 24px;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-container .checkmark {
    position: absolute;
    top: 3px;
    height: 18px;
    width: 18px;
    background-color: white;
    border: 1px solid gray;
}

[direction=ltr] .checkbox-container .checkmark {
    left: 0;
}

[direction=rtl] .checkbox-container .checkmark {
    right: 0;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.checkbox-container input:checked ~ .checkmark:after, .checkbox-container input:checked ~ .checkmark:before {
    display: block;
}

.checkbox-container .checkmark:before {
    position: absolute;
    left: -4px;
    top: 53%;
    height: 25%;
    width: 2px;
    background-color: white;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
    display: none;
}

.checkbox-container .checkmark:after {
    position: absolute;
    left: -4px;
    bottom: 0;
    height: 2px;
    width: 60%;
    background-color: white;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
    top: 70%;
    display: none;
}

.rating-checked {
    color: #FDD835;
}

.rating-unchecked {
    color: var(--bs-gray-300);
}

.top-arrow {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.bottom-arrow {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.more-details {
    display: none;
    top: 95px;

}

.user-rating-box:hover ~ .more-details {
    display: block;
}

@media (max-width: 991.98px) {
    .aside .aside-logo .aside-toggle {
        display: none
    }

    .aside .aside-logo .logo {
        margin: 8px 16px 16px;
        width: 100px;
    }

    .aside .aside-logo {
        border-bottom: 1px solid var(--bs-gray-300);
        margin-bottom: 8px;
        display: block;
    }
}

.flatpickr-calendar.open {
    direction: ltr !important;
}

.direction-ltr {
    direction: ltr;
}

.btn.btn-orange {
    color: #fff;
    background-color: var(--bs-orange);
}

.border-white {
    border: 1px solid var(--bs-white) !important;
}

#menu-profile .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: rgb(232, 248, 246);
}

#menu-profile .nav-pills .nav-link {
    border-radius: 0;
}

#menu-profile .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.menu-accordion.topArrow i {
    border: solid var(--bs-primary);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    width: 8px;
    height: 8px;
    z-index: 0;
}

.menu-accordion.downArrow i {
    border: solid var(--bs-primary);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 8px;
    height: 8px;
    z-index: 0;
}

.gray-border-bottom {
    border-bottom: 1px solid var(--bs-gray-400);
}

@media (min-width: 992px) {
    .aside .aside-logo {
        padding: 0px 15px;
    }

    [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-menu .menu-content,
    [data-kt-aside-minimize=on] .aside:not(:hover) .aside-menu .menu-content,
    [data-kt-aside-minimize=on] .aside:not(:hover) .aside-menu .menu-content .menu-icon {
        opacity: 1;
    }

    [data-kt-aside-minimize=on] .aside:not(:hover) .aside-menu .menu-content .menu-section i,
    [data-kt-aside-minimize=on] .aside:not(:hover) .aside-menu .menu-content .menu-section {
        opacity: 0;
    }
}

.notification-icon {
    content: '';
    background-color: rgba(var(--bs-danger-rgb), 90%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 11px;
    right: 10px;
}

.text-warning {
    color: var(--bs-warning);
}

[direction=ltr] .rightArrow {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

[direction=rtl] .rightArrow {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

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

.display-inline {
    display: inline !important;
}

.notification-tab .active {
    background-color: #f1faff !important;
}

.form-check.form-check-solid .form-check-input {
    background-color: #ffffff;
    border: 2px solid var(--bs-gray-300) !important;
}

.form-check.form-check-solid .form-check-input:active, .form-check.form-check-solid .form-check-input:focus {
    background-color: #ffffff;
    border: 2px solid var(--bs-gray-300) !important;
}

.form-switch.form-check.form-check-solid .form-check-input {
    background-color: #eff2f5;
    border-width: 0px !important;
}

.form-check.form-check-solid .form-check-input:checked {
    background-color: var(--bs-primary)
}

.form-check.form-check-solid .form-check-input.checked {
    background-color: var(--bs-primary) !important;
}

#top_categories_chart, #top_locations_chart, #chart1, #chart4, #topLocationsChart {
    width: 250px !important;
    height: 250px !important;
    margin: 0 auto;
}

.progress, .bar {
    width: 100%;
    background-color: gray;
    height: 3px;
}

.custom-checkbox {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.1rem;
}

.tooltip-inner {
    background: #0000009C 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1 !important;
    color: white;
    font-size: 12px;
    text-align: start;
    max-width: 300px;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: transparent !important;
}

/* start cohort chart */
.cohort-container .table-bordered {
    border: 0;
}

.cohort-container .retention-box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    margin-bottom: 20px;
    width: 100%;
}

.cohort-container .retention-box-body {
    max-height: 500px;
    overflow: auto;
}

.cohort-container .retention-box-body:before, .cohort-container .retention-box-footer:before,
.cohort-container .retention-box-header:after, .cohort-container .retention-box-body:after,
.cohort-container .retention-box-footer:after {
    content: " ";
    display: table
}

.cohort-container .retention-box-header:after, .cohort-container .retention-box-body:after, .cohort-container .retention-box-footer:after {
    clear: both
}

.cohort-container .retention-box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    display: none;
}

.cohort-container .retention-box-header.with-border {
    border-bottom: 1px solid #f4f4f4
}

.cohort-container .collapsed-box .retention-box-header.with-border {
    border-bottom: none
}

.cohort-container .retention-box-header > .fa, .cohort-container .retention-box-header > .glyphicon,
.cohort-container .retention-box-header > .ion, .cohort-container .retention-box-header .retention-box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1
}

.cohort-container .retention-box-header > .fa, .cohort-container .retention-box-header > .glyphicon,
.cohort-container .retention-box-header > .ion {
    margin-right: 5px
}

.cohort-container .retention-box-header > .retention-box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
    display: none;
}

.cohort-container .retention-box-header > .retention-box-tools [data-toggle="tooltip"] {
    position: relative
}

.cohort-container .retention-box-header > .retention-box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto
}

.cohort-container .btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3
}

.cohort-container .open .btn-box-tool, .cohort-container .btn-box-tool:hover {
    color: #606c84
}

.cohort-container .btn-box-tool.btn:active {
    box-shadow: none
}

.cohort-container .retention-box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px
}

.cohort-container .no-header .retention-box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.cohort-container .retention-box-body > .table {
    margin-bottom: 0
}

.cohort-container .retention-box-body .fc {
    margin-top: 5px
}

.cohort-container .retention-box-body .full-width-chart {
    margin: -19px
}

.cohort-container .retention-box-body.no-padding .full-width-chart {
    margin: -9px
}

.cohort-container .retention-box-body .retention-box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px
}

.cohort-container .retention-box-body .retention-box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0
}

.cohort-container .retention-box-tools {
    position: absolute;
    right: 10px;
    top: 5px
}

.cohort-container .retention-box-header > .retention-box-tools [data-toggle="tooltip"] {
    position: relative
}

.cohort-container .retention-box-header > .retention-box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto
}

.cohort-container .btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3
}

.cohort-container .retention-box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1
}

.cohort-container .retention-box-header > .fa, .cohort-container .retention-box-header > .glyphicon, .cohort-container .retention-box-header > .ion {
    margin-right: 5px
}

.cohort-container .switch-field {
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    overflow: hidden;
}

.cohort-container .switch-field input {
    display: none;
}

.cohort-container .switch-field label {
    float: left;
    margin-bottom: 0px !important;
}

.cohort-container .switch-field label {
    display: inline-block;
    width: 80px;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.cohort-container .switch-field label:hover {
    cursor: pointer;
}

.cohort-container .switch-field input:checked + label {
    background-color: #23527c;
    color: #FFFFFF;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cohort-container .switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.cohort-container .switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

.cohort-container .retention-thead, .retention-date {
    background-color: #ffffff;
    font-weight: 700;
}

.cohort-container .clickable, .head-clickable {
    cursor: pointer;
}

.cohort-container .hover {
    opacity: 0.6;
    color: black;
    background: red; /* For browsers that do not support gradients */
    background-color: lightskyblue;
}

.cohort-container a:hover {
    text-decoration: none !important;
}

.cohort-container #retention-active-switch {
    vertical-align: inherit !important;
}

.cohort-container .retention-toggle-values {
    margin-left: 5px;
    vertical-align: inherit !important;
}

.cohort-container .retention-badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
    display: none;
}

.cohort-container .badge-info {
    background-color: #3a87ad !important
}

.cohort-container .retention-thead td {
    border: 0 !important;
}

.cohort-container .retention-body tbody .retention-date:first-child {
    border: 0 !important;
    font-weight: bold;
}

/* end cohort chart */
.single-select-time-period * {
    color: white !important;
}

.select2-dropdown {
    z-index: 30;
}

footer{
    position: absolute;
    bottom: 0;
    width: calc(100%)!important;
}
@media (min-width: 992px) {
    .header-fixed .header {
        z-index: 35 !important;
    }
    footer{
        width: calc(100% - 75px)!important;
    }
}

.cohortChart .retention-body.retention-box-body {
    overflow: hidden;
}


/* payments tabs */
.payment-container input.tab-option + label.tab-label {
    display: inline-block;
    font-size: 14px;
    margin: 0 4px;
}

.payment-container input.tab-option ~ .tab {
    display: none
}

/* show contents only for selected tab */
#cards:checked ~ .tab.cards,
#eFawateercom:checked ~ .tab.eFawateercom,
#BankTransfer:checked ~ .tab.BankTransfer,
#Cheque:checked ~ .tab.Cheque,
#Cash:checked ~ .tab.Cash {
    display: block;
}

.payment-container input.tab-option + label.tab-label {
    padding: 8px 16px;
    border-radius: 4px 4px 0 0;
    position: relative;
    top: 1px;
    cursor: pointer;
}

.payment-container input.tab-option:checked + label.tab-label {
    background: #FFF;
    cursor: default;
}

.card-box .card-btn-box {
    display: none;
}

.card-box:hover .card-btn-box {
    display: flex;
}


/* date Range picker in time period */
.date_range_picker {
    margin-left: -8px;
    direction: ltr !important;
}

.date_range_picker .values {
    padding: 0;
    box-sizing: border-box;
}

.date_range_picker.active .values {
    position: relative;
    z-index: 2;
}

.date_range_picker .values .value,
.date_range_picker .values .to {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    font-size: 18px;
    line-height: 24px;
}

.date_range_picker .values .to {
    background-position: 0 -3536px;
    position: absolute;
    right: -5px;
    top: 9px;
}

.date_range_picker .values .value span {
    cursor: pointer;
}

.date_range_picker .values .value.active span {
    color: #3399cc;
}

.date_range_picker .values .value input {
    /* opacity: 0; */
}

.date_range_picker input[type="date"]::-webkit-inner-spin-button,
.date_range_picker input[type="date"]::-webkit-calendar-picker-indicator {
    display: none !important;
    -webkit-appearance: none !important;
    opacity: 0;
}


/***************************************************************************************************
 * Calendar
 **************************************************************************************************/


.date_range_picker .calendar {
    display: none;
    width: 577px;
    height: 325px;
    margin: 0px;
    padding: 10px 0px;
    background: #fff;
    text-align: center;
    overflow: hidden;

    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1;

    -webkit-user-select: none;
    -moz-user-select: none;
    box-sizing: border-box;
    transition-duration: 0.5s;
}

.date_range_picker.active .calendar {
    display: block;
}

.date_range_picker .calendar .button {
    position: absolute;
    top: 20px;
    z-index: 3;
    padding: 8px;
    opacity: .5;
    cursor: pointer;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    width: 10px;
    height: 10px;
    background-color: white;
}

.date_range_picker .calendar .button:hover {
    opacity: 1;
}

.date_range_picker .calendar .button-prev {
    left: 20px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.date_range_picker .calendar .button-next {
    right: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


.date_range_picker .calendar .container_1 {
    position: absolute;
    top: 10px;
    left: -295px !important;
    z-index: 2;

    float: left;
    width: 1092px;
    text-align: left;
    font-size: 0px;
}

.date_range_picker .calendar table {
    display: inline-block;
    vertical-align: top;
    width: 273px;
    margin: 0 10px;
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    caption-side: top;
    height: 313px;
    overflow: hidden;
}

.date_range_picker .calendar table caption {
    width: 100%;
    line-height: 20px;
    font-size: 13px;
    font-weight: 700;
    margin: 0px;
    text-align: center;
    color: var(--dark)
}

.date_range_picker .calendar table th {
    width: 37px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #999;
    box-sizing: border-box;
}

.date_range_picker .calendar td {
    width: 25px;
    height: 24px;
    font-size: 13px;
    line-height: 22px;
    box-sizing: border-box;
}

.date_range_picker .calendar td.valid,
.date_range_picker .calendar td.inactive {
    border: 1px solid #e4e7e7;
}

.date_range_picker .calendar td.valid {
    cursor: pointer;
}

.date_range_picker .calendar td.valid:hover {
    background: #cccccc;
}

.date_range_picker .calendar td.today {
    color: #666;
}

.date_range_picker .calendar td.inactive {
    color: #ccc;
}

.date_range_picker .calendar td.valid.intermediate,
.date_range_picker .calendar td.valid.intermediate-hover,
.date_range_picker .calendar td.valid.hovered {
    background: #83c6e7;
    border: 1px double #56aed9;
    color: #fff;
}

.date_range_picker .calendar td.valid.intermediate-hover,
.date_range_picker .calendar td.valid.hovered {
    color: #3399cc;
}

.date_range_picker .calendar td.valid.start,
.date_range_picker .calendar td.valid.end {
    background: #3399cc;
    border: 1px double #3399cc;
    color: #fff;
}

.timePeriodContainer .disabled-calender {
    display: none !important;
}

[direction=ltr] .btn-ATC {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0;
    color: #5e6278 !important;
}

[direction=rtl] .btn-ATC {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0;
}

.btn-ATC:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-ATC:hover .select2-selection__rendered {
    color: #fff !important;
}

.btn-ATC .select2-selection__rendered {
    color: #5e6278 !important;
}

.active-ATC {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.active-ATC .select2-selection__rendered {
    color: #fff !important
}

[direction=rtl] .quick-order-bg {
    background: transparent linear-gradient(270deg, #FFF0B3 0%, #FFFAE6 100%) 0% 0% no-repeat padding-box;
}

[direction=ltr] .quick-order-bg {
    background: transparent linear-gradient(270deg, #FFFAE6 0%, #FFF0B3 100%) 0% 0% no-repeat padding-box;
}

[direction=ltr] .most-popular {
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

[direction=rtl] .most-popular {
    border-top-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.bulk-icon {
    height: 70px;
    width: 70px;
    background-image: url('/assets/media/images/bulk_order.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 110%;
    position: absolute;
    top: -16px;
    z-index: 2;
}

[direction=ltr] .bulk-icon {
    right: -5px;
}

[direction=rtl] .bulk-icon {
    left: -5px;
}

.msg-info {
    background-color: #DEEBFF;
}

.msg-info-icon {
    background-color: #0747A6;
}

.msg-info ul {
    list-style: none;
    color: #0747A6;
}

.text-navy {
    color: #0747A6 !important;
}

#geoMap {
    height: 640px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.GEO-location-corporate .nicebox {
    position: absolute;
    text-align: center;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 13px;
    z-index: 5;
    box-shadow: 0 4px 6px -4px #333;
    padding: 5px 10px;
    background: rgb(255, 255, 255);
    border: rgb(229, 229, 229) 1px solid;
}

.GEO-location-corporate #controls {
    bottom: 28px;
    left: 10px;
    width: auto;
    text-align: left !important;
    direction: ltr;
}

.GEO-location-corporate #data-box {
    top: 70px;
    left: 15px;
    min-width: 100px;
    display: none;
    font-size: 14px;
    background-color: rgba(var(--bs-dark-rgb), 50%) !important
}

.GEO-location-corporate #data-label {
    font-weight: normal;
    color: #fff;
    text-align: left;
}

.GEO-location-corporate .region-filter {
    bottom: 28px;
    right: 10px;
    width: 270px;
    position: absolute;
}

.GEO-location-corporate .sell-filter {
    top: 15px;
    left: 15px;
    width: 170px;
    position: absolute;
}

.GEO-location-corporate #pac-input {
    right: 10px !important;
    top: 10px !important;
    position: absolute !important;
    left: auto !important;
    border-color: #A1A5B7;
    background: white url('/assets/media/icons/duotune/general/search.svg') no-repeat 216px 11px;
    padding-right: 40px;
    padding-left: 16px;
    background-size: 9%;
    direction: ltr;
    text-align: left;
}

.GEO-location-corporate #legend {
    display: flex;
    display: -webkit-box;
    padding-top: 7px;
}

#geoMap div.gmnoprint {
    padding-top: 60px;
}

[direction=ltr] .salesmanStatus .select2-selection__clear {
    top: 20px;
    right: 32px;
}

[direction=rtl] .salesmanStatus .select2-selection__clear {
    top: 20px;
    left: 32px;
}

[direction=ltr] .promo-icon {
    top: 13px;
    left: 6px;
}

[direction=rtl] .promo-icon {
    top: 13px;
    right: 6px;
}

[direction=ltr] .promo-valid-icon {
    top: 13px;
    left: 10px;
}

[direction=rtl] .promo-valid-icon {
    top: 13px;
    right: 10px;
}

[direction=ltr] .promo-applied {
    right: 54px
}

[direction=rtl] .promo-applied {
    left: 54px
}

.GMV-top-arrow {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid var(--bs-primary) !important;
}

.GMV-down-arrow {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid var(--bs-primary) !important;
}

[direction=ltr] .search-Brand {
    box-sizing: border-box;
    right: 10px;
    top: 15px;
    width: 250px
}

[direction=rtl] .search-Brand {
    box-sizing: border-box;
    left: 10px;
    top: 15px;
    width: 250px
}

.ui-datepicker-calendar, .ui-datepicker-current {
    display: none;
}

.ui-datepicker-close {
    color: #fff !important;
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075) !important;
    margin-bottom: 10px !important;
    border-radius: 5px !important;
}

.ui-datepicker {
    z-index: 6 !important;
}

.sticky-filter {
    position: sticky;
    top: 65px;
    z-index: 10;
    padding: 0;
    border-top: 3px solid var(--bs-gray-200);
}

.checkbox-container.checkbox-container2 input:checked ~ .checkmark,
.analytics-builder-dropdown .Dimension.active, .analytics-builder-dropdown .Dimension:hover {
    background-color: #00B8D9 !important;
    border-color: #00B8D9 !important;
}

.bottom-arrow-dark {
    border: solid var(--bs-gray-700);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px !important;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 16px;
}

[direction=ltr] .analytics-builder-dropdown .Dimension.active .selectedFilters {
    right: 25px;
}

[direction=ltr] .bottom-arrow-dark {
    right: 10px;
}

[direction=rtl] .analytics-builder-dropdown .Dimension.active .selectedFilters {
    left: 25px;
}

[direction=rtl] .bottom-arrow-dark {
    left: 10px;
}

.analytics-builder-dropdown .Dimension:hover .bottom-arrow-dark,
.analytics-builder-dropdown .Dimension:hover .bottom-arrow-white,
.analytics-builder-dropdown .Dimension.active .bottom-arrow-dark {
    border-color: white;
}

.alayticsDesigner #dimensionModal .modal-content {
    border-radius: 30px;
}

.analytics-builder-dropdown .Dimension:hover {
    color: white !important;
}

#select2-competitor_type-results li:last-child {
    padding-top: 0;
    margin-top: 0.75rem;
}

.selectAllOption {
    width: 100%;
    height: 1px;
    background-color: var(--bs-gray-300);
    display: block;
    margin-bottom: 12px;
    top: -10px !important;
}

.competitor-type .select2-selection--single {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.competitor-type #select2-competitorsType-container {
    color: white;
}

.text-blue {
    color: #2C9AFF;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: gray;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: gray;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: gray;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: gray;
}

.insight:checked ~ label {
    background-color: #00B8D9;
    color: #ffffff !important;
}

.small-page-loading .page-loader {
    top: calc(50% - 50px) !important;
    bottom: calc(50% - 50px) !important;
    left: calc(50% - 50px) !important;
    right: calc(50% - 50px) !important;
    width: 100px;
    height: 100px;
    opacity: 0.9;
}

.faq {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.btn-blue {
    color: var(--bs-blue) !important;
    border: 1px solid var(--bs-blue) !important;
}

.btn-blue:active, .btn-blue:focus {
    color: #fff !important;
    background-color: var(--bs-blue) !important;
}

.top-trend-color {
    color: #FF8B00;
}

.w-revert {
    width: revert;
}

.h-27px {
    height: 27px !important;
}

.custom-tooltips {
    position: relative;
    display: inline;
}

.custom-tooltips span {
    position: absolute;
    color: #FFFFFF;
    background-color: #2E3A49;
    min-height: 200px;
    min-width: 270px;
    padding: 5px 10px;
    width: 140px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    border-radius: 10px;
}

.custom-tooltips > span img {
    max-width: 140px;
}

.custom-tooltips[tooltip-position="top"] span {
    margin-left: 10px;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.custom-tooltips[tooltip-position="left"] span {
    margin-top: 30px;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}


.custom-tooltips span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}

.custom-tooltips[tooltip-position="top"] span:after {
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid #2E3A49;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}


.custom-tooltips[tooltip-position="right"] span:after {
    top: 10%;
    right: 100%;
    margin-top: -8px;
    border-right: 8px solid #2E3A49;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.custom-tooltips:hover span {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: alpha(opacity=100);
}

.custom-tooltips[tooltip-position="top"]:hover span {
    bottom: 30px;
    left: 50%;
    margin-left: -76px;
}

.custom-tooltips[tooltip-position="right"]:hover span {
    left: 100%;
    top: 50%;
    margin-top: -15px;
    margin-left: 4px;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 9999;
}

.custom-tooltips.cart[tooltip-position="right"]:hover span {
    left: 100%;
    top: 20% !important;
    margin-top: -15px;
    margin-left: 0px !important;
}

.custom-tooltips.info span {
    min-height: 150px;
}

.custom-tooltips.cart span {
    min-width: 420px;
    font-size: 13px;
}

.custom-tooltips.info.cart span {
    min-width: 280px;
}

.custom-tooltips.info[tooltip-position="top"]:hover span {
    bottom: 100%;
    left: 200%;
    margin-left: -80px;
    position: absolute;
}

[direction=rtl] .custom-tooltips.info[tooltip-position="top"]:hover span {
    bottom: 120%;
    right: 200%;
    margin-right: -88px;
    position: absolute;
}

.custom-tooltips.info.cart[tooltip-position="top"]:hover span {
    bottom: 33px;
    left: 200%;
    margin-left: -82px;
}

.custom-tooltips.info[tooltip-position="top"] span:after {
    left: 12%;
}

[direction=rtl] .custom-tooltips.info[tooltip-position="top"] span:after {
    right: 12%;
}

.border-3px {
    border: 3px solid #eff2f5 !important
}

.green-text {
    color: var(--bs-green) !important;
}

.bg-green {
    background-color: var(--bs-green);
}

#treemap-container {
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
}

.treemap-item {
    padding: 5px;
    font-size: 12px;
    display: block;
    text-align: center;
    padding-top: 50px;
    align-items: center;
    justify-content: center;
    margin: 3px;
    border-radius: 10px
}

[direction=rtl] .tooltip-model {
    color: #FFFFFF;
    background-color: #2E3A49;
    width: 140px;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    display: none;
    padding: 10px;
    min-width: 250px;
    min-height: auto;
    bottom: 42px;
    right: 170%;
    margin-right: -76px;
    z-index: 9999;
    bottom: 100%;

}

.tooltip-model {
    color: #FFFFFF;
    background-color: #2E3A49;
    width: 140px;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    display: none;
    padding: 10px;
    min-width: 250px;
    min-height: auto;
    bottom: 42px;
    left: 170%;
    margin-left: -76px;
    z-index: 9999;
    bottom: 100%;

}


#treemap-container {
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
}

.treemap-item {
    padding: 5px;
    font-size: 12px;
    display: block;
    text-align: center;
    padding-top: 50px;
    align-items: center;
    justify-content: center;
    margin: 3px;
    border-radius: 10px
}
.bg-image-purple{
    background-image: linear-gradient(to right, #8d7cc4 , #8564E0);
}
.text-gold{
    color: #FFE380;
}
#chartdiv {
    width: 100%;
    height: 300px;
  }
.w-95{
    width: 95% !important;
}
.display-contents{
    display:contents;
}

[data-kt-aside-minimize=on] .aside .menu-state-bullet-primary .menu-item .active {
    width: 75px;
    height: 52px;
    border-right: 4px solid #00A390;
    border-left: none;
}

[data-kt-aside-minimize=on] .aside.aside-hoverable:hover:not(.animating) .menu-state-bullet-primary .menu-item .active {
    height: 52px;
    width: 265px;
    border: none;
}

[direction=rtl] [data-kt-aside-minimize=on] .aside .menu-state-bullet-primary .menu-item .active {
    width: 75px;
    height: 52px;
    border-left: 1px solid #00A390;
    border-right: none;
}

[direction=rtl] [data-kt-aside-minimize=on] .aside.aside-hoverable:hover:not(.animating) .menu-state-bullet-primary .menu-item .active {
    height: 52px;
    width: 265px;
    border: none;
}

[data-kt-aside-minimize=on] .aside .menu-state-bullet-primary .menu-item .menu-icon .menu-title2 {
    opacity: 1;
    color: #777;
    display: block !important;
}

[data-kt-aside-minimize=on] .aside.aside-hoverable:hover:not(.animating) .menu-state-bullet-primary .menu-item .menu-icon .menu-title2 {
    opacity: 0;
    display: none !important;
}

.menu-state-bullet-primary .menu-item .active, .menu-state-bullet-primary .menu-item .menu-link:hover, .menu-state-bullet-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) {

    background-color: #E3F7F5;
}

.form-check.form-check-solid .form-check-input:checked {
    border: none !important;
}

.vendor.form-control {
    background-image: none !important;
}



[direction=rtl] .action-ordermenu {
    right: 84% !important;
}

.action-btn {
    padding: 0px 10px !important;
    font-size: 14px;
}

.processingStatus-btn {
    color: #ff9b00;
    background-color: #fff4cc;
}

.ReceiedStatus-btn {
    color: #ffffff;
    background-color: #00A390;
}

#ds .form-select {
    background-position: right 1px center;
    background-size: 9px 8px;
}

.w-max-content {
    width: max-content !important;
}

.d-display-contents {
    display: contents;
}

.min-w-fitContent {
    min-width: fit-content;
}


.btn-blue-active{
    color: #fff !important;
    background-color: var(--bs-blue) !important;

}

.bg-light-red {
    background-color: #f7d2d8;
}

.bg-light-yellow {
    background-color: #F7F7C5;
}

.text-yellow {
    color: #99A53E !important;
}

.border-yellow {
    border-color: #99A53E !important;
}

.w-10 {
    width: 10%;
}

.border-green {
    border-color: #228039 !important;
}

.tr-table{
    display: flex;
    flex-flow: row wrap;
}

.td-table {
    display:block;
  }
  [direction=rtl] .cart-Items{
    margin-left: 0px !important;
    margin-right: 30px;
  }
  .completed-status{
    color: #00A390 !important;
    background-color: #ccf5f1 !important;
  }
  .pending-status{
    color: #ff9b00!important;
    background-color: #fff4cc !important;
  }
  .th-table{
    padding-bottom: 20px !important;
    font-size: 13px !important;
    border-bottom-color: inherit !important;
    padding-top: 15px !important;
    background-color: #e6f0f4 !important;
  }
  .w-fit-content {
    width: fit-content !important;
}
.width-14 {
    width: 14% !important;
}
[direction=rtl]  .Ar-btn{
    width: 95% !important;
}
[direction=rtl] .rounded-7 {
    border-radius: 1.775rem!important;
}
[direction=rtl] #ds .form-select {
    background-position: left 1px center;
}
[direction=rtl] .bi-play-fill::before {
    content: "";
    position: absolute;
    left: -3px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 9px 4px 0;
    border-color: transparent #000 transparent transparent;
    font-size: 7px !important;
}

.w-fit-content{
    width: fit-content !important;
}

[direction=rtl] .page-loading .page-loader {
    display: flex;
    justify-content: center;
    align-items: center;
}
[direction=rtl] .page-loader {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
}
[direction=rtl]  .page-loading * {
    transition: none !important;
}
.filter_notify{
    right: 7px;
    top: 8px;
    border: 1px solid #F64E60 !important;
    color: #F64E60;
}
[direction=rtl] .filter_notify{
    left: 7px;
    right: auto !important;
}
#insuranceTreeMap {
    cursor: pointer;
}
#donutChart {
    min-width: 100%;
    height: 280px;
  }

.turn-right:before {
    content: "\f064";
}
.turn-right{
    background: #2e3a49;
    color: #ffffff;
}


.bg-low-volume{
    background-image: linear-gradient(to top, #4EC0EF , #69D089);
}
.bg-medium-volume{
    background-image: linear-gradient(to top, #EB5342 , #FAC638);
}
.bg-mediumhigh-volume{
    background-image: linear-gradient(to top, #F4A23D , #fcd337);
}
.bg-high-volume{
    background-image: linear-gradient(to top, #F08863 , #EB4C50);
}
.w-30{
    width: 30% !important;
}
.w-160px{
    width: 160px !important;
}
.inventoryMetrics tbody td{
    padding: 0px !important;
}
.bg-dark-blue{
    background-color: #303A48;
}
.circle-border{
   border:  3px solid #303A48 !important;
}
.text-dark-blue{
    color: #303A48;
}
.border2px-icon{
    border: 2px solid #b7aeae !important;
}
.border1px-icon {
    border: 2px solid #303A48 !important;
    width: 52px !important;
    height: 49px !important;
}
[direction=rtl] .bnpl-notification{
    left: 0 !important;
    position: fixed;
    top: 10%;
    right: auto !important;
}
[direction=rtl] .toast-body{
    width: 50% !important;
}
[direction=rtl] #order-details .la-long-arrow-alt-right:before {
    content: "\f30a";
}
.bnpl-notification{
    right: 0 ;
    top: 10% ;
    position: fixed ;
    z-index: 9999999;
}

.circle-border{
   border:  3px solid #303A48 !important;
}

.border2px-icon{
    border: 2px solid #b7aeae !important;
}
.border1px-icon {
    border: 2px solid #303A48 !important;
    width: 52px !important;
    height: 49px !important;
}

.map-popup-container {
    pointer-events: none;
}
[direction=ltr] .bnpl-actionBtn{
    right: 0 !important;
    left: inherit !important;
}
[direction=rtl] .bnpl-actionBtn {
    right: inherit !important;
    left: 0 !important;
}
[direction=ltr] .tooltip-title ~ .visit-tooltip.tooltip-box:after, [direction=ltr] .tooltip-title ~ .visit-tooltip.tooltip-box:before{
    left: 24px;
}
[direction=rtl] .tooltip-title ~ .visit-tooltip.tooltip-box:after, [direction=rtl] .tooltip-title ~ .visit-tooltip.tooltip-box:before{
    right: 24px;
}
[direction=ltr] .tooltip-title ~ .visit-tooltip.tooltip-box {
    left: calc(30% - 50px);
    top: 22px;
}
[direction=rtl] .tooltip-title ~ .visit-tooltip.tooltip-box {
    right: calc(30% - 50px);
    top: 22px;
}
[direction=rtl] .rounded {
    border-radius: .475rem !important
}

[direction=rtl] .rounded-0 {
    border-radius: 0 !important
}

[direction=rtl] .rounded-1 {
    border-radius: .275rem !important
}

[direction=rtl] .rounded-2 {
    border-radius: .475rem !important
}

[direction=rtl] .rounded-3 {
    border-radius: .775rem !important
}

[direction=rtl] .rounded-4 {
    border-radius: 1.175rem !important
}

[direction=rtl] .rounded-5 {
    border-radius: 1.375rem !important
}

[direction=rtl] .rounded-6 {
    border-radius: 1.575rem !important
}

[direction=rtl] .rounded-7 {
    border-radius: 1.775rem !important
}

[direction=rtl] .rounded-circle {
    border-radius: 50% !important
}

[direction=rtl] .rounded-pill {
    border-radius: 50rem !important
}

[direction=rtl] .rounded-top {
    border-top-left-radius: .475rem !important;
    border-top-right-radius: .475rem !important
}

[direction=rtl] .rounded-end {
    border-top-right-radius: .475rem !important;
    border-bottom-right-radius: .475rem !important
}

[direction=rtl] .rounded-bottom {
    border-bottom-right-radius: .475rem !important;
    border-bottom-left-radius: .475rem !important
}

[direction=rtl] .rounded-start {
    border-bottom-left-radius: .475rem !important;
    border-top-left-radius: .475rem !important
}

#editColumns .modal-body .form-check:nth-child(odd) {
    background-color: #F4F5F7;
}
.check-column{
    width: 18px !important;
    height: 18px !important;
    margin-top: 1px !important;
}
.offer_applied{
    background-color: #D7FADF !important;
    color: #228039 !important;
}
.bg-orange{
    background-color: #FF991F !important;
}
.applied{
    line-height: 37px !important;
}
.in-review{
    color: #00A3BF !important;
    background-color: #E6FCFF !important;
}
.applied-text{
    color: #28C15D !important;
}
.houres.form-check-input:checked[type=radio]{
    background-image:none !important
}
.blue-text{
    color: #00A3BF !important;
}
[direction=rtl] .rounded-4 {
    border-radius: 1.175rem !important
}
.last-updated {
    line-height: 45px;
}

.bg-light-blue{
    background-color: #CCECFD !important;
}
.link-color{
    color: #3E4BF9 !important;

}
.offer-label{left: -15px !important;
    top: -13px !important;}
 .alert-warning-btn{
    background-color: #FF991F;
    color: #fff;
    top: -5px;
}
.chevron-arrow.bi-chevron-right::before{
    font-weight: 800 !important;
}
[direction=rtl] .chevron-arrow.bi-chevron-right::before{
    content: "\f284" !important;
}
.selectDistributorModal{
    height: fit-content !important;
    padding: 10px 30px !important;
}
.swal2-container .selectDistributorModal .swal2-html-container {
    max-height: fit-content !important;
    margin: 0px !important;
}

#progressRange::-webkit-slider-runnable-track {
    height: 20px;
    background: #ddd;
    border: none;
    border-radius: 10px;
}
#progressRange::-webkit-slider-thumb {
    display: none;
}
.bg-yallow{
    background: #FFC400 !important;
}
.sticky-head th{
    position: sticky;
    z-index: 10;
}
#bulk_order_flow {
    background: rgba(110, 110, 110, 0.47) !important;
}
.form-check-input.custom-checkbox:checked {
    background-color: var(--bs-primary) !important;
}
.add-draft {
    flex: 0 0 auto !important;
    width: 13% !important;
}
.text-black{
    color: #000 !important;
}
.fa-arrows-rotate-reverse::before{
    font-family: 'Font Awesome 5 Free';
    content: "\f021";
    display: inline-block;
    vertical-align: middle;

}
.ai-btn{
    background-color: #FFA918 !important;
}
.select-container .dropdown .select2-selection__rendered , #filter_by_product_name,
.ai-Shortage .select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered{
    font-family: sans-serif !important;
    line-height: 21px !important;
}
.ai-text{
    color: #FFA918 !important;
}
.custom_status{
    background: #FFF1D9 !important;
    color: #FFA918 !important;
}

.ai-Shortage .filter .select2-selection__clear
{
    display: none !important;
}
#addToCartBtn:disabled, .apply_filter:disabled {
    opacity: 0.4;
}
.multi-select.Distributor, .multi-select.branches{
    line-height: 21px !important;
}
.offers-report th{
    padding: 6px !important;
}
.signIn_tab .nav-link.active{
    background-color: var(--primary-color) !important;
    color: #fff !important;
}
.signIn_tab .nav-link{
    font-size: 12px !important;
    line-height: 30px !important;
}
.bg-market_feed{
    background-image: linear-gradient(to right, #6D0A71 , #C87FCB);
}
/* vue-select */
.vue-select .vs__dropdown-option--highlight {
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11'%3e%3cpath fill='%23FFFFFF' d='M4.89557 6.49823L2.79487 4.26513C2.26967 3.70683 1.38251 3.70683 0.857309 4.26513C0.375593 4.77721 0.375593 5.57574 0.857309 6.08781L4.74989 10.2257C5.14476 10.6455 5.81176 10.6455 6.20663 10.2257L13.1427 2.85252C13.6244 2.34044 13.6244 1.54191 13.1427 1.02984C12.6175 0.471537 11.7303 0.471536 11.2051 1.02984L6.06096 6.49823C5.74506 6.83403 5.21146 6.83403 4.89557 6.49823Z'/%3e%3c/svg%3e") !important;
    background-size: 0.8rem !important;
    background-position: center right 1.25rem !important;
    background-color: #24B1A3 !important;
    color: #FFFFFF !important;
    transition: color 0.2s ease, background-color 0.2s ease !important;
}
.vue-select .vs__dropdown-option{
    padding: 8px !important;
}
.vue-select .vs__dropdown-toggle {
    border: 1px solid #e4e6ef !important;
    cursor: pointer !important;
    padding: 0rem 1rem !important;
    height: inherit;
}
.signIn_tab .vue-select .vs__dropdown-toggle{
    height: 45px;
}
.vue-select .vs__selected{
    color: #A1A5B7 !important;
}
[direction=rtl] .vs__dropdown-option--highlight {
  background-position: left !important;
  background-position: center left 1.25rem !important;
}
.vue-select .vs__selected-options{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 5px;
}
.vue-select .vs__clear{
    display: none !important;
}
.signIn_tab .nav-link ,.b-breadcrumb .breadcrumb-item a{
    color: #7e8299 !important;
    border-radius: .475rem !important;
}
.signIn_tab .nav-link{
    border: none !important;
}
.bg-dark-red{
    background: #DE350B !important;
}

.bg-dark-green{
    background-color: #00875A;
}


progress::-webkit-progress-bar{

    background-color:  var(--bs-gray-300);
}
progress[value] {

    background-color:  var(--bs-gray-300);
}
progress {

    background-color:  var(--bs-gray-300);
}

progress::-webkit-progress-value {
    background-color: #24B1A3;
}

progress::-moz-progress-bar {
    background-color: #24B1A3;
}

progress::-ms-fill {
    background-color: #24B1A3;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px; /* Adjust size as needed */
    height: 80px; /* Adjust size as needed */
    background-size: cover;
    cursor: pointer;
    color: white;
}

.bg-dark-red {
    background-color:#DE350B;
}

.bg-dark-green{
    background-color: #00875A;
}

.analytics-chart-title {
    font-weight: 600;
    font-size: 18px;
    color: black;
}
.analytics-chart-numeric-title {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
}
/* vue-select */
.vue-select .vs__dropdown-option--highlight {
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11'%3e%3cpath fill='%23FFFFFF' d='M4.89557 6.49823L2.79487 4.26513C2.26967 3.70683 1.38251 3.70683 0.857309 4.26513C0.375593 4.77721 0.375593 5.57574 0.857309 6.08781L4.74989 10.2257C5.14476 10.6455 5.81176 10.6455 6.20663 10.2257L13.1427 2.85252C13.6244 2.34044 13.6244 1.54191 13.1427 1.02984C12.6175 0.471537 11.7303 0.471536 11.2051 1.02984L6.06096 6.49823C5.74506 6.83403 5.21146 6.83403 4.89557 6.49823Z'/%3e%3c/svg%3e") !important;
    background-size: 0.8rem !important;
    background-position: center right 1.25rem !important;
    background-color: #24B1A3 !important;
    color: #FFFFFF !important;
    transition: color 0.2s ease, background-color 0.2s ease !important;
}
.vue-select .vs__dropdown-option{
    padding: 8px !important;
}
.vue-select .vs__dropdown-toggle {
    border: 1px solid #e4e6ef !important;
    cursor: pointer !important;
    padding: 0rem 1rem !important;
    height: inherit;
}
.signIn_tab .vue-select .vs__dropdown-toggle{
    height: 45px;
}
.vue-select .vs__selected{
    color: #A1A5B7 !important;
}
[direction=rtl] .vs__dropdown-option--highlight {
  background-position: left !important;
  background-position: center left 1.25rem !important;
}
.auth-form .vue-select .vs__selected-options{
    width: 80px!important;
}

.auth-form .vue-select .vs__dropdown-toggle{
    padding: 0 !important;
    width: 60px;
    border-radius: 18px;
    border: 1px solid #D8D8D8;
    background: #F4F4F5;
}
.auth-form .vue-select #vs1__combobox.vs__dropdown-toggle{
    padding: 0 0 0 0!important;

}
.vue-select .vs__clear{
    display: none !important;
}
.signIn_tab .nav-link ,.b-breadcrumb .breadcrumb-item a{
    color: #7e8299 !important;
    border-radius: .475rem !important;
}
.signIn_tab .nav-link{
    border: none !important;
}
.bg-dark-red{
    background: #DE350B !important;
}
[data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-menu .menu-content .active-menu-title, [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-menu .menu-title, [data-kt-aside-minimize=on] .aside:not(:hover) .aside-menu .menu-content .active-menu-title, [data-kt-aside-minimize=on] .aside:not(:hover) .aside-menu .menu-title {
    opacity: 0;
    transition: opacity .3s ease;
    display: none;
}

.swal2-styled.swal2-confirm{
    color: #fff;
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
}

#invited_users .vs__selected-options{
    max-height: 40px;
}
[dir=rtl] .reverse-on-rtl{
    transform: scaleX(-1);
}
[dir=rtl] .vs__dropdown-menu{
    text-align: right;
}


.otp-input {
    width: 40px;
    height: 40px;
    padding: 5px;
    margin: 0 10px;
    font-size: 20px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-align: center;
}

/* Background colour of an input field with value */
.otp-input.is-complete {
    background-color: #e4e4e4;
}

.otp-input::-webkit-inner-spin-button,
.otp-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.auth-form input::placeholder {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}

.danger .otp-input-container .otp-input {
    background: white;
    border: 1px solid var(--danger);
}
@media (max-width: 370px) {
    .auth-form .otp-input{
        margin: 0;
    }
}
.hover-text-white:hover {color:white!important;}
.hover-text-inherit:hover{color:inherit!important;}

.efawateercom-info-icon {
    font-size: 20px;
    vertical-align: middle;
}
.efawateercom-info-text{
    font-size: 17px;
}

#eFawateercomInfo button.close{
    font-size: 3rem;
    background: none;
    border: none;
    outline: none;
    height: auto;
    line-height: 3rem;
    color: #13B9A9;
}

#eFawateercomInfo h3{
    font: normal normal 900 18px/22px Cairo;
    letter-spacing: 0px;
    color: #12B9A9;
}

#eFawateercomInfo img.responsive{
    width: 100%;
    height: auto;
}
#eFawateercomInfo p {color: #000;font-size: 18px;}

#quick_order_modal___BV_modal_body_{
    padding: 0;
}
#quick_order_modal___BV_modal_header_{
    padding: 0;
    padding-top: 20px;
    border: 0;
}
.custom-page .vs__dropdown-toggle{
    height: 42px;
    border-color: #e4e6ef !important;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted{
    background-color: #f1faff !important;
    color: #5e6278 !important;
}
.vendor button.select2-selection__clear {
    display: none !important;
}
@media (min-width: 800px) {
    .calendars {
        width: 690px;
    }
}

.form-control.reportrange-text {
    height: 100%;
}
.h-40px{
    height: 40px;
}