@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css');

* {
    outline: 0 !important;
    text-decoration: none !important;
}
html{
    scroll-padding-top: 5em;
}
body {
    overflow-x: hidden;
    font-family: 'Varela Round', 'fontAwesome', sans-serif;
    color: #0B1932;
    font-size: 13px;
}

.userback-button{display:none!important;}

a,
.btn-link {
    color: #4DC1B4;
}

    a:hover,
    .btn-link:hover {
        color: #4DC1B4;
    }

a {
    cursor: pointer;
}

.bg-hover-transparent:hover,
.bg-transparent {
    background-color: transparent !important;
}

.text-transparent {
    color: transparent !important;
}

.btn:focus,
.btn:active,
.form-control:focus {
    box-shadow: none !important;
    outline: 0;
    border-color: #4DC1B4;
    color: #0B1932 !important;
}

.form-control {
    height: 34px;
    font-size: 1em;
}
.k-grid-edit-row input[type="text"] {
    height: 34px;
    font-size: 1em;
}
.k-datepicker
{
    height:34px;
}
/*span.k-picker-wrap.k-state-default {
    height: 99%%;
}*/

.req {
    color: red;
}
.form-control-sm {
    height: 34px;
}

.overflow-hidden {
    overflow: hidden;
}

label {
    font-size: 13px;
    color: #0B1932;
}

.minw-200 {
    min-width: 200px;
}

.minw-250 {
    min-width: 250px;
}

.minw-300 {
    min-width: 300px;
}


.w-100px {
    width: 100px;
}

.w-50px {
    width: 50px;
}

.w-120px {
    width: 120px;
}

.minw-120 {
    min-width: 120px;
}

.bg-lightblue {
    background-color: #F0F3F9;
}

.bg-lightblue-shade {
    background-color: #E7F4FC !important;
}

.bg-blue {
    background-color: #E0E9FF;
}

.bg-none {
    background: transparent !important;
}

.bg-lightgrey,.bg-#0B1932-shade {
    background: #FAF8F8;
}

.bg-grey-shade ,.bg-#0B1932-shade{
    background-color: #F5F5F5 !important;
}

.bg-grey-shad-1,.bg-#0B1932-shad-1  {
    background-color: #F6F6F6;
}

.bg-grey,.bg-#0B1932 {
    background: #DBDBDB;
}

.bg-red {
    background: #D97E6B;
}

.bg-primary-light {
    background-color: #4DC1B4;
    color: #0B1932!important;
}

.border-primary-light {
    border-color: #4DC1B433 !important;
} 
/* ----------Theme colors primary----------- */
.text-primary-light {
    color: #4DC1B4;
}

.text-secondary-light {
    color: #A2AAB2;
}

.bg-secondary-light {
    background-color: #EBEBEB;
}

.bg-primary {
    background: #4DC1B4 !important;
}

.bg-warning {
    background-color: #FFFADD !important;
}

.bg-warning-light {
    background-color: #F8F2D7 !important;
}

.bg-success-light {
    background-color: #D7F8DA !important;
}

.text-primary,
a.text-primary:focus,
a.text-primary:hover {
    color: #4DC1B4 !important;
}

/*.text-top-rt-labels {
    color: #ffffff !important;
}*/


.text-success {
    color: #3E6C00 !important;
}
.text-success-gr {
    color: #10685C !important;
}
.text-error {
    color: #D97E6B !important;
}

.badge-primary {
    background: #4DC1B4 !important;
    border-color: #4DC1B4 !important;
    color: #0B1932 !important;
}

.btn-primary,
.btn-primary:hover {
    background: #4DC1B4 !important;
    border-color: #4DC1B4 !important;
}


.btn-blue,
.btn-blue:hover {
    background: #4DC1B4 !important;
    color: #0B1932 !important;
    border-color: #4DC1B4 !important;
}

.btn-outline-primary {
    background: #4DC1B4 !important;
    color: #0B1932 !important;
    border-color: #4DC1B4 !important;
}

    .btn-outline-primary:hover {
        background: #4DC1B4 !important;
        border-color: #4DC1B4 !important;
        color: #0B1932 !important;
    }

.btn-success,
.btn-success:hover {
    color: #0B1932;
    background-color: #4DC1B4;
    border-color: #4DC1B4;
}

.border-primary {
    border-color: #4DC1B4 !important;
}

/* ----------.Theme colors primary----------- */
/* ----------Theme colors danger----------- */

.bg-danger {
    background: #E5A224 !important;
}

.text-danger {
    color: #BA7F10 !important;
}

.text-green {
    color: #4DC1B4 !important;
}

.btn-danger {
    background: #E5A224 !important;
    border-color: #E5A224 !important;
}

.badge-danger {
    background: #F8BC2E !important;
    color: #0B1932 !important;
}

.btn-outline-danger {
    color: #E5A224 !important;
    border-color: #E5A224 !important;
}

    .btn-outline-danger:hover {
        background: #E5A224 !important;
        border-color: #E5A224 !important;
        color: #fff !important;
    }

.border-danger {
    border-color: #E5A224 !important;
}

/* ----------.Theme colors primary----------- */
/* ----------Theme colors light----------- */
body,
.form-control[readonly] {
    background: #F2F4F8 !important;
}

.bg-light {
    background: #F2F4F8 !important;
}



/*li {
    list-style-type: none;
}*/

.text-light {
    color: #F2F4F8 !important;
}

.btn-light {
    background: #F2F4F8 !important;
    border-color: #F2F4F8 !important;
}

.border-light {
    border-color: #F2F4F8 !important;
}

.opacity-1 {
    opacity: 1 !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.cursor-pointer {
    cursor: pointer;
}
/* ----------.Theme colors light----------- */
.chip {
    display: inline-block;
    padding: 0 10px;
    line-height: 22px;
    border-radius: 25px;
    color: #fff;
    border: 1px solid #4DC1B4;
    background-color: #4DC1B4;
    margin: 4px 4px 4px 0px;
}

    .chip .fa-times-circle {
        font-size: 13px;
    }

/* ---------Font Sizes----------- */
.fa,
.far,
.fas {
    font-size: 16px;
}


.btn {
    font-size: 13px;
    height: 34px;
}

.font-size-10 {
    font-size: 12px;
}

.font-size-11 {
    font-size: 13px;
}

.tooltip-inner,
.font-size-12 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-45 {
    font-size: 45px;
}

/* ---------.Font Sizes----------- */

/* ---------Font Weight----------- */
th,
strong,
.font-weight-bold {
    font-weight: 600 !important
}

.font-weight-bolder {
    font-weight: 700 !important
}

/* ---------.Font Weight----------- */

/* ---------.margins----------- */
.mx-25,
.ml-25 {
    margin-left: 25px;
}

.mx-25,
.mr-25 {
    margin-right: 25px;
}

.my-25,
.mt-25 {
    margin-top: 25px;
}

.my-25,
.mb-25 {
    margin-bottom: 25px;
}

/* ---------.margins----------- */

/* ---------- border thikness -----------*/
.border-thik-5 {
    border-width: 5px !important;
}

.border-thik-2 {
    border-width: 2px !important;
}

/* ---------- border thikness -----------*/
.header-main-nav > li {
    padding: 0 10px;
    /*line-height: 62px;*/
    height: 62px;
    display: flex !important;
    align-items: center;
    text-align: center;
}

    .header-main-nav > li > a {
        padding: 0 !important;
    }

    .header-main-nav > li:not(:last-child) {
        border-right: 2px solid #4DC1B4;
    }

/* --------------Dropdown options------------*/
.profile-dropdown {
    position: absolute !important;
}

    .profile-dropdown::before,
    .store-dropdown .dropdown-menu::before,
    .tooltiptext::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        top: -6px;
        background: white;
        right: 16px;
        border-top: 1px solid #4DC1B4;
        border-left: 1px solid #4DC1B4;
        z-index: 99;
    }

.store-dropdown .dropdown-menu::before {
    left: 62px;
}

.profile-dropdown .dropdown-item {
    color: #0B1932;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #0B1932;
    background-color: #4DC1B4;
}

.dropdown-menu {
    font-size: 14px;
}

.mega-dropdown-menu {
    position: fixed !important;
    top: 60px;
    right: 25px;
    left: 25px;
    bottom: 25px;
    width: calc(100vw - 50px);
    overflow-y: auto;
    height: calc(100vh - 107px);
}

.menu-navlist {
    list-style: none;
}

.navbar-light .menu-navlist a {
    color: #0B1932 !important;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 1.2rem;
}
#help_drawer > div > div > div > div > div.p-4 > div > div > div > a, #help_drawer > div > div > div > div > div.p-4 > div > div > a > div  {
    font-size: 14px;
}
strong.cstores {
    font-size: 14px;
    font-weight: 400 !important;
    color: #0B1932 !important;
}
strong.cstores-ad {
    font-size: 14px;
    font-weight: 400 !important;
    color: #4DC1B4 !important;
    display:block;
}
    strong.cstores-ad:hover {
        color: #0B1932 !important;
    }
.drill-open {
    cursor: pointer;
}
/* --------------.Dropdown options------------*/

.messages-notification-badge,
.messages-notification-badge:empty {
    display: inline-block;
    padding: 4px;
    position: absolute;
    top: -3px;
    right: 13px;
    z-index: 9999;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

/* -------------Select Store-----------*/
.select-store-screen {
    width: calc(100vw - 50px);
    margin: 0 25px;
    padding: 42px;
    overflow-y: auto;
    height: calc(100vh - 179px);
}

.search-store {
    border-color: #D1D1D1;
}

.select-screen-heading {
    padding: 25px;
}

.search-store::-webkit-input-placeholder {
    /* Edge */
    color: #B2B2B2;
    font-size: 12px
}

.search-store:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #B2B2B2;
    font-size: 12px
}

.search-store::placeholder {
    color: #B2B2B2;
    font-size: 12px
}

.company-logo {
    width: 81px;
}

.m-width150 {
    max-width: 150px;
}

.shadow {
    box-shadow: 0rem 0.2rem 0.4rem 0.0rem rgba(0, 0, 0, .3) !important;
}

.search-head-sticky {
    padding-top: 40px;
    z-index: 1;
}

.copy-right {
    color: #8D8D8D;
}

.schedule-updates-modal-open {
    right: 0px;
    bottom: 38px;
    padding: 7px 15px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}


.modal-open .schedule-updates-modal {
    top: 66px;
}

.schedule-updates-modal .modal-dialog {
    width: calc(100vw - 25px);
    height: calc(100vh - 100px);
    max-width: inherit;
    margin: 0;
    margin-left: auto;
}

.schedule-updates-modal .close {
    font-size: 15px;
    opacity: 1;
    float: left;
}

.schedule-updates-modal .modal-body {
    overflow-y: auto;
    max-height: calc(100vh - 120px);
}

.schedule-updates-modal img {
    box-shadow: 2px 0px 47px #e4e4e4;
}

/* -------------.Select Store-----------*/

/*---------------Tabs-----------------*/
.nav-tabs {
    border: 0;
}

    .nav-tabs .nav-item {
        margin-bottom: -2px;
    }

        .nav-tabs .nav-item .nav-link {
            border: 0;
            padding: 10px 32px;
            color: #0B1932;
            font-size: 14px;
            font-weight: 600;
        }

        .nav-tabs .nav-item:first-child .nav-link {
            padding-left: 16px;
        }

    .nav-tabs .nav-link.active {
        background: transparent;
        color: #4DC1B4;
        border-bottom: 2px solid #4DC1B4;
        z-index: 9;
        position: relative;
    }

.tab-custom-border {
    position: relative;
    padding: 10px 0 20px 0;
    margin: 20px 0;
}

    .tab-custom-border::after {
        content: '';
        width: 100%;
        height: 1px;
        bottom: 0;
        position: absolute;
        border-radius: 15px;
        background: rgba(0,0,0,.1);
    }

/*---------------Tabs-----------------*/

/* ------------ vertical-tabs ------------ */
.vertical-tabs-body {
    width: calc(100vw - 350px) !important;
    max-width: calc(100vw - 350px) !important;
}

.vertical-tabs-list .active {
    background: #4DC1B4 !important;
    border-radius: 0px 35px 35px 0px;
    border: 0 !important
}

/* ------------ vertical-tabs ------------ */

.table {
    color: #0B1932;
}

.table-hover tbody tr:hover {
    color: #0B1932;
    background-color: #ffffff;
    position: relative;
    z-index: 88;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.20);
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #DBDBDB !important;
    white-space: nowrap;
}

.bg-table-thead,
.bg-table-tfoot {
    background-color: #F8F8F8;
}

.table.align-middle td,
.table.align-middle th {
    vertical-align: middle;
}

/*---------------Dashboard-----------------*/
.dashboard-cards .card-footer {
    padding: 4px;
    height: 42px;
}

    .dashboard-cards .card-footer .btn {
        height: 32px;
    }

.date-range-filter button {
    background: #fff;
    border: 1px solid #ced4da;
    color: #0B1932;
    height: 34px;
    font-size: 0.875em !important;
    padding: 4px 16px !important;
}

@media only screen and (max-width: 767px) {

    .date-range-filter button {
        padding: 2px 8px !important;
        height: 30px;
    }
}

.date-range-filter button.active,
.date-range-filter button:hover,
.date-range-filter button:active,
.date-range-filter button:focus {
    border-color: #4DC1B4 !important;
    background: #4DC1B4;
}


.graph-count-badge {
    padding: 4px 12px;
    line-height: 22px;
}

/* ----------- detail-drawer ----------- */


.right-drawer-transition.fade .modal-dialog {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
}

.right-drawer-transition.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
    max-width: 100% !important;
    box-shadow: 0rem 0.2rem 0.4rem 0.0rem rgba(0, 0, 0, .3);
}

.modal-open .detail-drawer {
    top: 0;
    right: 0;
    left: unset;
}

.detail-drawer .modal-body {
    max-height: calc(100vh);
    overflow-y: auto;
}

.detail-drawer .modal-dialog {
    max-width: inherit;
    width: calc(100vw - 250px);
    height: 100vh;
    margin: 0;
    margin-left: auto;
}

.details-wrapper, .details-wrapper-145 {
    height: calc(100vh - 380px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.details-wrapper-145 {
    max-height: calc(100vh - 145px) !important;
    height: calc(100vh - 145px) !important;
}

.details-wrapper-220 {
    max-height: calc(100vh - 220px) !important;
    height: calc(100vh - 220px) !important;
}

.details-wrapper-50 {
    max-height: calc(100vh - 50px) !important;
    height: calc(100vh - 50px) !important;
}

.details-wrapper-300 {
    max-height: calc(100vh - 300px) !important;
    overflow: auto;
}

#Share-Add-invoice.detail-drawer .modal-dialog {
    width: calc(100vw - 300px)
}

.drawer-width-900 .modal-dialog {
    width: 900px;
}

.drawer-width-850 .modal-dialog {
    width: 850px;
}

/* ----------- detail-drawer ----------- */
.store-dropdown .dropdown-menu {
    width: calc(100vw - 350px) !important;
}

.store-dropdown .content-wrapper {
    max-height: calc(100vh - 250px);
    overflow-y: auto;
    overflow: hidden;
    width: 100%;
}

.convert-chips-warpper {
    min-height: 34px;
    overflow-y: auto;
}

.chips-form-field {
    flex: 1
}

/*---------------Dashboard-----------------*/

/* -------------Login---------------*/
.login-background {
    background-image: url(ni/login-background_2x.png);
    background-size: cover;
    min-height: 100% !important;
}

.password-eye-slash {
    top: 35px;
    right: 0px;
    color: #8D8D8D;
}

.sign-up,
.modisoft-copyright {
    position: absolute;
    right: 19%;
    bottom: 9%;
}

.login-section-right-inner,
.login-section-left-inner {
    max-width: 550px;
}

.login-page {
    min-height: 500px;
}

/* custom checkbox */

.radiobutton label:before {
    border-radius: 15px;
}

.radiobutton label:before {
    content: '';
    background-color: transparent;
    border: 1px solid #707070;
}

.radiobutton .custom-radiobutton:checked + label:before {
    border: 1px solid #4DC1B4;
    width: 15px;
    height: 15px;
}

.radiobutton .custom-radiobutton:checked + label:after {
    content: '';
    background-color: #4DC1B4;
    width: 9px;
    height: 9px;
    left: 3px;
    top: 3px;
    border: 1px solid #4DC1B4;
}


.checkbox, .radiobutton {
    position: relative;
}

    .checkbox input, .radiobutton input {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 9;
        left: 0;
    }

    .checkbox label, .radiobutton label {
        position: relative;
        cursor: pointer;
        padding-left: 24px;
    }

label:before,
label:after {
    cursor: pointer;
    position: absolute;
    width: 16px;
    border-radius: 4px;
    height: 16px;
    color: #0B1932;
    text-align: center;
    top: 1px;
    left: 0px;
}

.checkbox label:before {
    content: '';
    background-color: transparent;
    border: 2px solid #4DC1B4;
}

.checkbox .custom-checkbox:checked + label:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    background-color: #4DC1B4;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-checkbox:checked, .k-checkbox.k-checked {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='var%28--kendo-color-on-primary, %230B1932%29' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/%3e%3c/svg%3e") !important;
}


/* custom checkbox */
.calender-year {
    font-size: 46px;
}

.calender-dates {
    font-size: 28px;
}

.calender-tab-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
}

.calender-navs .nav-item .nav-link {
    border: 1px solid transparent;
    padding: 6px 14px !important;
    font-weight: 300;
}

    .calender-navs .nav-item .nav-link.active {
        border-color: #4DC1B4;
        border-bottom: 2px solid white;
    }

.calender-date-blocks {
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    height: 100%;
    padding: 5px 11px 12px 11px;
    position: relative;
}

.calender-date-tooltip {
    visibility: hidden;
    z-index: 9999;
    left: auto;
    top: calc(100% + 10px);
}

    .calender-date-tooltip:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        left: 12px;
        top: -6px;
        background: white;
        border-top: 1px solid #dee2e6;
        border-left: 1px solid #dee2e6;
        z-index: 99;
    }

.calender-date-blocks:hover {
    border-color: #DBDBDB;
    background: #F0F3F9;
}

.calender-tab-wrapper:hover ~ .calender-date-tooltip {
    visibility: visible;
}

.calender-date-blocks.selected-date {
    border-color: #4DC1B4;
    background: #FDF1F0;
    color: #4DC1B4;
}

.calender-legend::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: calc(50% - 3.5px);
    background: #5F5F5F;
    border-radius: 2px;
    width: 7px;
    height: 7px;
}

.calender-legend-short::after {
    background: #DB0D16;
}

/*------ Custom Table CSS ----------*/
.custom-table .k-state-selected {
    background-color: #4DC1B4;
    border: 1px solid #DB0D16;
}

.custom-table .k-dropdown-wrap.k-state-default {
    border-color: #DBDBDB;
}

/*------------ .Custom Table CSS ------------*/

.pos-retail-danger {
    background-color: #ecbfb5;
    border-color: #a64b38 !important;
    color: #a64b38;
}

.pos-retail-success {
    background-color: #7ECDC4;
    border-color: #10685C !important;
    color: #10685C;
}

.border-dashed .active span {
    border: 2px dashed #ff8d8d;
}

.checkbox-gray label:before {
    border: 2px solid #4DC1B4 !important;
}
.custom-control-label::before {
    border: 1px solid #4DC1B4 !important;
}


.minw-200 {
    min-width: 200px;
}

.bg-lightblue {
    background-color: #F0F3F9;
}

.bg-lightblue-shade {
    background-color: #E7F4FC !important;
}

.border-dashed li a {
    width: max-content;
}

.border-dashed .active span {
    border: 2px dashed #ff8d8d;
    color: #4DC1B4 !important;
}

.checkbox-gray label:before {
    border: 2px solid #4DC1B4 !important;
}

.on-focus:focus .focus {
    color: #4DC1B4;
}

.display-none {
    display: none;
}

.dashed.nav-tabs .nav-link.active,
.dashed-border {
    border-bottom: 2px dashed #4DC1B4;
}

.border-none .active {
    border: 0px !important;
}

.custom-file {
    width: 180px;
    text-align: center;
}

.custom-file-label::after {
    display: none;
}

.no-hover-color {
    color: unset !important;
}

.no-hover-bg {
    background-color: #ffffff !important;
}

.position-unset {
    position: unset !important;
}

.custom-tooltip {
    position: relative;
    display: inline-block;
}

    .custom-tooltip .tooltiptext {
        visibility: hidden;
        min-width: 84px;
        background-color: #4DC1B4;
        color: #0B1932;
        box-shadow: 0px 0px 4px #cccccc;
        text-align: center;
        border-radius: 3px;
        padding: 3px 0;
        position: absolute;
        z-index: 99999;
        left: 50%;
        transform: translate(-50%, 50%);
        top: 8px;
    }

.tooltiptext::after {
    right: 46%;
}

.custom-tooltip:hover .tooltiptext {
    visibility: visible;
}

.missing-invoice-legend::after {
    content: '';
    position: absolute;
    top: -5px;
    left: calc(50% - 3.5px);
    background: #f55681;
    border-radius: 10px;
    width: 12px;
    height: 12px;
}

.share-invoice .fas {
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    font-size: 24px;
    top: 22px;
    left: -25px;
    z-index: 2050;
    border: 1px solid #cccccc;
}

.text-blue {
    color: #4DC1B4 !important;
    cursor: pointer;
}

.text-underline {
    text-decoration: underline !important;
}

.textarea-mh {
    min-height: 82px;
}

#Share-Add-invoice {
    z-index: 1051;
}

/* Css For design improvment On Development server */
.date-range-picker, .daterangepicker {
    width: auto !important;
    padding: 15px !important;
    min-width:36%;
}

    .daterangepicker .calendar,
    .daterangepicker .range {
        float: left !important;
        padding: 15px !important;
    }

.daterangepicker_input {
    position: relative !important;
}

    .daterangepicker_input .fa {
        position: absolute !important;
        top: 8px !important;
        right: 15px !important;
        color: #4DC1B4 !important;
    }

.calendar-table .monthselect,
.calendar-table .yearselect {
    padding: 2px !important;
    border-radius: 3px !important;
    border: 1px solid #ced4da !important;
}

.company-logo, .company-logo a {
    width: 81px !important;
    height: 81px !important;
    position: relative;
}

    .company-logo a img {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
    }

.dashboard-cards .card-body,
.dashboard-cards .card-header {
    padding: 1.25rem .8rem 1.25rem .8rem;
}

.chart-legend ul li {
    font-size: 12px;
}
/* .Css For design improvment On Development server */

.max-height-450 {
    max-height: 450px;
}

.overflow-x-auto {
    overflow-x: auto;
}

.hide_detail {
    display: none;
}

.expanded .hide_detail {
    display: block;
}

.expanded .show_detail {
    display: none;
}

.expanded,
.expanded:hover {
    background-color: #ffffff !important
}

.date-tabs a {
    height: 34px !important;
    font-size: 12px !important;
}

.date-tabs .active {
    background-color: #4DC1B4 !important;
    border-color: #4DC1B4 !important;
    border: 1px solid !important;
    color: #0B1932!important;
}

/* payroll_tabs */
.payroll_tabs.nav-tabs .nav-link span.badge {
    height: 40px;
    width: 40px;
    vertical-align: middle;
    background: #E5E6E2;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0B1932;
    font-size: 16px;
    font-weight: 400;
}

.payroll_tabs.nav-tabs .nav-link.active span.badge {
    background: #4DC1B4;
}

.payroll_tabs.nav-tabs .nav-link.active {
    border-bottom: unset;
}

span.dot {
    display: inline-block;
    height: 8px;
    width: 8px;
    background: #E5E6E2;
    border-radius: 50%;
    opacity: 0.5;
}

.min-height-step {
    min-height: calc(100vh - 300px);
}
/* .payroll_tabs */

.tooltips .tooltiptext::after {
    border-top: 1px solid #dbdbdb !important;
    border-left: 1px solid #dbdbdb !important;
}

.tooltips::before .tooltiptext {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    top: -6px;
    background: white;
    right: 16px;
    border-top: 1px solid #dbdbdb !important;
    border-left: 1px solid #dbdbdb !important;
    z-index: 99;
}

.tooltips {
    position: relative;
    display: inline-block;
}

    .tooltips .tooltiptext {
        visibility: hidden;
        width: 260px;
        background-color: #fff;
        color: #3c3c73;
        text-align: center;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 22px;
        left: 0;
        margin-left: -90px;
        opacity: 0;
        transition: opacity 0.3s;
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0 !important;
}

.tooltips:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.modal-back:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #0B1932;
    opacity: 0.2;
}

.fixed-modal-close {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 96px) !important;
    left: 0;
    right: 0;
    margin: auto;
}

.fixed-modal-close-fullwidth {
    width: calc(100% - 48px) !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-5 {
    bottom: 5px !important;
}

.custom-file-upload .fa {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
}

.vertical-tabs-list-light li .nav-link {
    border: 1px solid transparent !important;
}

.vertical-tabs-list-light .nav-link.active {
    background-color: #FFEBC2 !important;
    border: 1px solid rgba(43, 111, 113, 0.2) !important;
    color: #0B1932 !important;
}

.max-height-500 {
    max-height: 500px;
    overflow-x: auto;
}

.store-dropdown .dropdown-menu {
    transform: unset !important;
    top: 35px !important;
}

table.table .table-border-top {
    border-top: 1px solid #dee2e6 !important;
}

table.table .table-border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

table.table .table-border-right {
    border-right: 1px solid #dee2e6 !important;
}

table.table .table-border-left {
    border-left: 1px solid #dee2e6 !important;
}

.details-wrapper-245 {
    height: calc(100vh - 245px) !important;
}

.custom-file .label-2 {
    position: absolute;
    top: 7px;
    right: 15px !important;
    z-index: 1;
    text-align: right !important;
}

.absolute-tab {
    position: absolute;
    right: 0px;
}

.Select-store.dropdown-menu {
    width: 800px !important;
    right: 0;
    left: unset !important;
}

.store-dropdown .Select-store.dropdown-menu::before {
    right: 62px;
    left: unset !important;
}

.blank-templates {
    width: 410px;
    height: 227px;
}
/* Kemdo Css */
.k-animation-container, .k-animation-container *, .k-animation-container :after, .k-block .k-header, .k-dialog .k-window-content, .k-list-container, .k-widget, .k-widget *, .k-widget :before {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
/* .Kemdo Css */

.OpenDrawer {
    margin-right: 365px;
}

.template-drawer {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 60px;
}

    .template-drawer .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.template-drawer-open {
    width: 340px;
}

.TemplateDrawerToggle {
    position: absolute;
    left: -14px;
    z-index: 99;
    width: 15px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px 0 0 3px;
    font-size: 12px;
    top: 3px;
    cursor: pointer;
}

.template-drawer-head {
    position: fixed;
    height: 60px;
    width: 100%;
    z-index: 1;
}

.template-drawer-body {
    height: calc(100vh - 120px);
    overflow-x: auto;
    margin-top: 60px;
}

.editor-body {
    height: calc(100vh - 300px);
    overflow-x: auto;
}

.TemplateDrawerToggleClose i {
    transform: rotate(180deg);
}

/* Toggle switch */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 10px;
}

    .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .toggle-switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #969696;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .toggle-switch .slider:before {
            position: absolute;
            content: "";
            height: 17px;
            width: 17px;
            left: -9px;
            bottom: -3px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
            box-shadow: 0px 0px 4px #ccc;
        }

    .toggle-switch input:checked + .slider {
        background-color: #4DC1B4;
    }

    .toggle-switch input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    .toggle-switch input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    .toggle-switch .slider.round {
        border-radius: 34px;
    }

        .toggle-switch .slider.round:before {
            border-radius: 50%;
        }
/* .Toggle switch */

/* Opacity Slider */
.Opacity-slider .slider-range {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #E5E5E5;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .Opacity-slider .slider-range:hover {
        opacity: 1;
    }

    .Opacity-slider .slider-range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 11px;
        height: 11px;
        background: #4DC1B4;
        border: 1px solid #fff;
        box-shadow: 0px 0px 2px #a5a5a5;
        cursor: pointer;
    }

    .Opacity-slider .slider-range::-moz-range-thumb {
        width: 11px;
        height: 11px;
        background: #4DC1B4;
        border: 1px solid #fff;
        box-shadow: 0px 0px 2px #a5a5a5;
        cursor: pointer;
    }
/* .Opacity Slider */

/* Collapse */
.Properties [data-toggle="collapse"]:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    transform: rotate(270deg);
    transition: all linear 0.25s;
    float: right;
    font-size: 12px;
    top: 7px;
    position: relative;
    color: #A7A7A7;
}

.Properties [data-toggle="collapse"].collapsed:after {
    transform: rotate(90deg);
}

.Properties .card-header {
    background-color: #fff;
}

.Properties a[aria-expanded="true"] {
    background-color: #F2F4F8 !important;
}

.Properties a[aria-expanded="false"] {
    border-bottom: 1px solid #dee2e6 !important
}
/* .Collapse */

.height120 {
    height: 120px;
}

.height200 {
    height: 200px;
    overflow-x: auto;
}

.height250 {
    height: 250px;
    overflow-x: auto;
}

.height400 {
    height: 400px;
    overflow-x: auto;
}

.minheight400 {
    min-height: 400px;
    overflow-x: auto;
}

.maxheight300 {
    max-height: 300px;
    overflow-x: auto;
}

.paddingb-70 {
    padding-bottom: 70px;
}

.minheight530 {
    min-height: 530px;
    overflow-x: auto;
}

.foot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.Applies-to .btn {
    width: 28px;
    height: 28px;
    padding: 5px;
}

.table-bordered th.border-white {
    border-color: #fff !important;
}

.table-bordered th.border-top-white {
    border-top: 1px solid #fff !important;
}

.table-bordered .border-left-white {
    border-left: 1px solid #fff !important;
}

.table-bordered .border-right-white {
    border-right: 1px solid #fff !important;
}

.table-bordered .border-bottom-white {
    border-bottom: 1px solid #fff !important;
}

.table-bordered th.bg-white {
    background-color: #fff !important;
}

.table-bordered th.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-dashed table td.border-dashed-top,
.border-dashed table th.border-dashed-top {
    border-top: 2px dashed #dee2e6
}

.border-dashed table td.border-dashed-bottom,
.border-dashed table th.border-dashed-bottom {
    border-bottom: 2px dashed #dee2e6
}


.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.img-upload {
    width: 100%;
    position: absolute;
    top: 28px;
    width: 117px;
    height: 80px;
}

.input-img-div {
    z-index: 9;
}

    .input-img-div, .input-img-div .btn-file,
    #imgInp {
        height: 80px;
        width: 118px;
    }

#imgInp {
    width: 80px;
    left: 0;
}

.detail-drawer-width-420 .modal-dialog {
    width: 400px;
}

.detail-drawer-width-420 ul.menu-navlist a.nav-link {
    text-transform: capitalize;
    padding-left: 0
}

.nav-tabs-type-one::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d9dce1;
    left: 0;
    right: 0;
    bottom: -2px;
}

.nav-tabs-border-primary::after {
    background: #4DC1B4;
}

.nav-tabs-border-thik-2::after {
    height: 2px;
}
/*.nav-tabs-type-two .nav-link{
    border: 2px solid #ffffff!important;
    color: #939393!important;
}*/
ul.nav-tabs-type-two::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d9dce1;
    left: 0;
    right: 0;
    bottom: -2px;
}

.nav-tabs-type-two .nav-link {
    border: 1px solid #ffffff !important;
}

    .nav-tabs-type-two .nav-link.active {
        border-bottom: 1px solid #ffffff !important;
        border-top: 1px solid #4DC1B4 !important;
        border-left: 1px solid #4DC1B4 !important;
        border-right: 1px solid #4DC1B4 !important;
        border-radius: 0px;
        color: #4DC1B4 !important;
    }

ul.nav-tabs-type-two::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #4DC1B4;
    left: 0;
    right: 0;
}

ul.nav-tabs-type-two-border-light::after {
    background-color: #d9dce1 !important;
}

ul.nav-tabs-type-two-border-light .nav-link {
    color: #939393 !important;
}

    ul.nav-tabs-type-two-border-light .nav-link.active {
        border-color: #d9dce1 !important;
        border-bottom: 1px solid #ffffff !important;
        color: #0B1932 !important;
    }

.tabs-type-three .active {
    box-shadow: 0px 10px 12px #bfbfbf;
    border: 0px !important;
}

.tabs-type-three li {
    display: inline-table;
}

    .tabs-type-three li a {
        padding: 30px 0 !important;
    }

    .tabs-type-three li::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 8px;
        border-radius: 5px;
        background-color: #0B1932;
        left: 0;
        bottom: -4px;
        z-index: 9;
    }

.In-Stock::after {
    background-color: #F8BC2E !important;
}

.In-Stock p {
    color: #F8BC2E !important;
}

.Activated-Unsettled::after {
    background-color: #99DBF9 !important;
}

.Activated-Unsettled p {
    color: #99DBF9 !important;
}

.Invisible-Games::after {
    background-color: #A4CF5C !important;
}

.Invisible-Games p {
    color: #A4CF5C !important;
}

.Sold-Out-Unsettled::after {
    background-color: #4DC1B4 !important;
}

.Sold-Out-Unsettled p {
    color: #4DC1B4 !important;
}

.tabs-type-three li a {
    color: #0B1932 !important;
}

#report_mega_menu_drawer .fa-star {
    color: #4DC1B4 !important;
}

.report-head {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

#report_mega_menu_drawer .Properties a[aria-expanded="true"] {
    background-color: #ffffff !important;
    border: 0;
}

#report_mega_menu_drawer .Properties a[aria-expanded="false"] {
    border: 0 !important;
}

#contentarea .box-wrapper div,
#contentarea .box-wrapper .box,
#dvcustomize .box-wrapper div,
#dvcustomize .box-wrapper .box,
#contentarea .textarea-div {
    overflow: unset !important;
    padding: 0px !important;
}

.dark-pills a.nav-link.active {
    background: #E1E5EA;
    color: #0B1932;
    border: none;
}

.nav-tabs.dark-pills a.nav-link {
    padding: 12px 15px;
}

.nav-tabs.barcode_nav a.nav-link {
    opacity: 0.7;
    text-align: center;
    border: 2px solid transparent;
}

    .nav-tabs.barcode_nav a.nav-link.active {
        border: 2px solid #4DC1B4;
        color: #0B1932;
        color: #0B1932;
        border-radius: 0;
        opacity: 1;
    }

.nav-tabs.barcode_nav {
    flex-wrap: nowrap;
    overflow-y: auto;
    flex-direction: column;
    align-items: center;
    max-height: calc(100vh - 270px);
}


.bar_des_inner {
    min-width: 140px;
}

.bar_description:after {
    display: table;
    content: '';
    clear: both;
}

.nav-tabs.barcode_nav li.nav-item {
    min-width: 200px;
    width: 200px;
    margin-bottom: 0;
}

.barcode_box {
    width: 242px;
}

.emty_div {
    height: 30px;
    background: #F2F4F8;
    margin: 0 -1.5rem !important;
}

.minw-140 {
    min-width: 140px;
}

.nav-tabs-type-two.tabs-gray-bg .nav-link {
    border: 1px solid #F2F4F8 !important;
}

    .nav-tabs-type-two.tabs-gray-bg .nav-link.active {
        border-bottom: 1px solid #F2F4F8 !important;
        border-top: 1px solid #4DC1B4 !important;
        border-left: 1px solid #4DC1B4 !important;
        border-right: 1px solid #4DC1B4 !important;
    }

.list_table_nav.nav-tabs .nav-link.active {
    border: none;
    background: #4DC1B4;
    color: #fff;
}

.list_table_nav.nav-tabs .nav-item {
    margin-bottom: 0;
}

.list_table_nav {
    border-radius: 25px;
    overflow: hidden;
}


.width-335 {
    width: 335px;
}


.dotted-border {
    border-style: dotted !important;
}

.width450 {
    width: calc(100vw - 450px) !important;
    max-width: calc(100vw - 450px) !important;
}

.view-uploaded-files {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    height: 140px;
}

    .view-uploaded-files img {
        max-height: 130px;
    }

.circle-close {
    width: 18px;
    height: 18px;
    border-radius: 50px;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 10px !important;
    display: grid;
    align-items: center;
}

.common-gallery-img {
    height: 100px;
    width: 100px;
    object-fit: contain;
}

.details-wrapper-170 {
    height: calc(100vh - 170px) !important;
}

.details-wrapper-325 {
    height: calc(100vh - 325px) !important;
}

.upload-file label {
    max-width: max-content !important;
    float: right;
    margin-left: auto;
}

.height-width-100 {
    height: 100px;
    width: 100px;
}

.toggle-switch-primary-light.toggle-switch input:checked + .slider {
    background-color: #FFDDDE;
}

    .toggle-switch-primary-light.toggle-switch input:checked + .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: -9px;
        bottom: -3px;
        background-color: #4DC1B4;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0px 0px 4px #ccc;
    }

.drawer-width-600 .modal-dialog {
    width: 600px;
}

.hideinputfile {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.email-recipt-name li {
    border: 1px solid transparent;
}

    .email-recipt-name li:hover {
        background: #F5F5F5;
        border: 1px solid #CED4DA;
        border-radius: 3px;
    }

.weekly-checkbox {
    width: 25px;
    height: 25px;
    position: relative;
}

    .weekly-checkbox input[type="radio"] {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
    }
    .weekly-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}

    .weekly-checkbox label {
        width: 100%;
        text-align: center;
        height: 100%;
        border: 1px solid #ccc;
        padding: 3px 0;
        border-radius: 50%;
    }
    .weekly-checkbox input[type="checkbox"]:checked ~ label {
    background: #4DC1B4;
    color: #fff;
    border: 1px solid #4DC1B4;
}

    .weekly-checkbox input[type="radio"]:checked ~ label {
        background: #4DC1B4;
        color: #fff;
        border: 1px solid #4DC1B4;
    }

.edit-item:focus,
.delete-item:focus {
    color: #4DC1B4;
    border: 1px solid #dee2e6 !important;
}

.Edit-Speed-Keys-container-height {
    height: auto !important;
}

.report_drawer_420 h6.menu-head {
    font-family: 'Varela Round', 'fontAwesome', sans-serif;
}

.report_drawer_420 .Properties [data-toggle="collapse"]:after {
    color: #f66067;
    font-weight: 800;
}

.top_62 {
    top: 62px !important;
}

.z-max {
    z-index: 1111;
}

.profile_menu_down {
    right: -15px;
    top: 100%;
}

    .profile_menu_down a.dropdown-item i {
        margin-right: 8px;
        width: 23px;
        object-fit: contain;
    }

    .profile_menu_down a.dropdown-item:hover {
        background: unset;
    }

.sign_out {
    background-color: #FCF0F1;
}

.guess_img {
    height: 18px;
}

.sidebar_logo {
    width: 80px;
}

.detail-drawer-width-600 .modal-dialog {
    width: 600px;
}

.chat-msg {
    background: #fafafa;
    padding: 3px 8px;
    border-radius: 3px;
}

.dropdown_form_user {
    transform: unset !important;
    top: 100% !important;
    margin: 0 !important;
}

.University_body h6 {
    font-family: 'Varela Round', 'fontAwesome', sans-serif;
}

.University_bg_sidebar {
    min-height: calc(100vh - 62px);
}

.University_body .Properties [data-toggle="collapse"]:after {
    color: #fff;
    font-weight: 800;
}

.university_active_value li.active:before {
    content: '';
    border: 4px solid #fff;
    margin-right: 0;
    border-radius: 50%;
    height: 7px;
    width: 8px;
    position: absolute;
    top: 3px;
    left: -21px;
}

.university_active_value li.active {
    position: relative;
}

.login_container{
    max-width: 580px;
}

.border-radius-5{
    border-radius: 5px;
}

.login-blue{
    color: #00A7D9;
}

.login_bg_div{
    background: url(ni/login_bg.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.box_lottery {
    width: 200px;
    margin-right: 30px;
}

.box_lottery img {
    max-height: 36px;
}


.dashboard_circle_img{
    height: 60px;
    width: 60px;
    padding: 15px;  
}


.employee_toogle .switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 29px;
  box-shadow: 0px 1px 1px #0B193200029;
  border: 3px solid #FFFFFF;
  border-radius: 25px;
}

.employee_toogle .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.employee_toogle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E5E5E5;
  -webkit-transition: .4s;
  transition: .4s;
}

.employee_toogle .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: -2px;
  bottom: -4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 5px 2px 19px #0B193200029;
}

.employee_toogle input:checked + .slider {
  background-color: #4DC1B4;
}

.employee_toogle input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.employee_toogle input:checked + .slider:before {
  -webkit-transform: translateX(37px);
  -ms-transform: translateX(37px);
  transform: translateX(37px);
}

/* Rounded sliders */
.employee_toogle .slider.round {
  border-radius: 34px;
}

.employee_toogle .slider.round:before {
  border-radius: 50%;
}

span.employee_name {
    background: transparent linear-gradient(270deg, #4DC1B4 0%, #FF67A0 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #0B193200029;
    border: 3px solid #FFFFFF;
    border-radius: 25px;
    width: 100%;
    display: inline-block;
    padding: 5px 20px;
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
    text-align: left;
}











@media only screen and (max-width: 767px) {

    .sign-up,
    .modisoft-copyright {
        position: absolute;
        right: 23px;
        bottom: 9px;
    }

    .date-range-filter button {
        padding: 2px 8px !important;
        height: 30px;
    }

    .vertical-tabs-list .nav-link {
        border-radius: 0;
    }

    .vertical-tabs-body {
        width: 100% !important;
        max-width: 100% !important;
    }

    form.Select-store.dropdown-menu {
        left: unset !important;
        right: 0;
        width: calc(100vw - 85px) !important;
    }

    .store-dropdown .dropdown-menu::before {
        right: 50% !important;
    }

    .header-main-nav > li.font-size-16 {
        font-size: 12px !important;
    }

    .top_62 {
        top: 124px !important;
    }

    .profile_menu_down.dropdown-menu.dropdown-menu-right {
        position: absolute;
    }

    .details-wrapper-145 {
        height: auto !important;
    }
}

@media only screen and (max-width: 992px) {
    .border-none {
        border: none !important;
    }

    .width450 {
        width: calc(100vw - 0px) !important;
        max-width: calc(100vw - 0px) !important;
    }

    .sign-up,
    .modisoft-copyright {
        position: absolute;
        right: 6%;
        bottom: 3%;
    }

    .vertical-tabs-list .active {
        border-radius: 0;
    }

    .store-dropdown .dropdown-menu {
        width: calc(100vw - 100px) !important;
    }

    .max-height-350 {
        max-height: 230px;
    }

    .detail-drawer {
        width: 100vw;
    }

        .detail-drawer .modal-dialog {
            width: calc(100vw - 50px);
        }

    .absolute-tab {
        position: unset;
    }

    .minheight530 {
        min-height: auto;
    }

    .border-none {
        border: none !important;
    }

    .width450 {
        width: calc(100vw - 0px) !important;
        max-width: calc(100vw - 0px) !important;
    }
}

@media only screen and (max-width: 1200px) {
    .Reconciled-Report .border-right {
        border: 0px !important;
    }

    .editor-body {
        height: calc(100vh - 375px);
    }
}

@media only screen and (max-width: 1400px) {
    .Select-store.dropdown-menu {
        left: unset !important;
        right: 0;
        width: 630px !important;
    }

    .store-dropdown .Select-store.dropdown-menu::before {
        right: 62px;
        left: unset;
    }
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.img-upload {
    width: 100%;
    position: absolute;
    top: 28px;
    width: 117px;
    height: 80px;
}

.input-img-div {
    z-index: 9;
}

    .input-img-div, .input-img-div .btn-file,
    #imgInp {
        height: 80px;
        width: 118px;
    }

#imgInp {
    width: 80px;
    left: 0;
}

.grid-filters {
    display: none;
    min-width: 800px;
    background: none repeat scroll 0 0 #fff;
    padding: 15px;
    box-sizing: border-box;
}

.filter-row {
    margin-bottom: 10px;
}

.filter-col {
    float: left;
    width: 150px;
    margin-right: 15px;
}

.filter-col-datetime {
    width: 315px;
}

.hide {
    display: none;
}

.show {
    display: block !important;
}

.rpt-filter-btn-col {
    margin-top: 11px;
}

body.journal .pop-entry-cont {
    display: block;
}

.popup-close {
    font-size: 36px;
}

.pop-entry-top-form {
    margin: 0px 20px 30px
}

.ha-underlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 800;
    background: rgba(0,0,0,.6);
    -webkit-animation: ha-overlay-fade-in .3s;
    animation: ha-overlay-fade-in .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 10004;
}

.ha-drawer-large {
    display: none;
    position: relative;
    background: 0 0 !important;
    height: 100vh;
    z-index: 10005;
}

#ha-drawer.slide-in .drawer-panel,
#ha-drawer2.slide-in .drawer-panel,
#ha-drawer-modifier-group.slide-in .drawer-panel-for-group {
    min-width: 700px;
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    right: 0;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    animation-name: ha-drawer-slide-in;
    -webkit-animation-name: ha-drawer-slide-in;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-delay: 0;
    -webkit-animation-delay: 0;
    border-left: 1px solid #eceef1;
    box-shadow: none;
    box-sizing: border-box;
}

@media screen and (max-width: 800px) {
    #ha-drawer.slide-in .drawer-panel, #ha-drawer2.slide-in .drawer-panel, #ha-drawer-modifier-group.slide-in .drawer-panel-for-group {
        width: -webkit-calc(90% - 5px);
        width: calc(90% - 5px);
    }
}

.ha-drawer-large .drawer-panel,
.ha-drawer-large .drawer-panel-for-group {
    width: 0;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 900;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-transition: all 350ms cubic-bezier(.32,1.25,.32,1);
    transition: all 350ms cubic-bezier(.32,1.25,.32,1);
    background-color: #fff;
    box-sizing: border-box;
}

    .ha-drawer-large .drawer-panel .header,
    .ha-drawer-large .drawer-panel-for-group .header {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        color: #0B1932;
        font-weight: 600;
        line-height: 38px;
        padding-left: 40px;
        letter-spacing: 0.8px;
        border-bottom: 1px solid #4DC1B4;
    }

    .ha-drawer-large .drawer-panel .content,
    .ha-drawer-large .drawer-panel-for-group .content {
        width: 100%;
        height: -webkit-calc(100% - 95px);
        height: calc(100% - 95px);
        padding: 20px 45px 0 30px;
        position: absolute;
        top: 40px;
        overflow-y: auto;
        word-wrap: break-word;
        box-sizing: border-box;
    }

    .ha-drawer-large .drawer-panel .footer,
    .ha-drawer-large .drawer-panel-for-group .footer {
        width: 100%;
        height: 55px;
        position: absolute;
        bottom: 0;
        padding: 10.5px 10px;
        text-align: right;
        box-sizing: border-box;
    }

.fa-grid-icon-link {
    margin: 0px 7px
}

.fa-grid-icon {
    width: 18px;
    height: 18px;
    font-size: 18px;
    display: inline-block;
    color: #0B1932;
}

.borderDashBoard {
}

.fa-calendar {
    color: #4DC1B4 !important;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.company-logo a img {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

.left15 {
    padding-left: 15px;
}

.calNewStyle {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid rgb(206, 212, 218);
    border-radius: 5px;
    height: 34px !important;
    min-width: 210px !important;
}

.makeCurve {
    border-radius: 5px;
}

.my-loader {
    width: 100%;
    margin-top: 100px;
}

    .my-loader p {
        text-align: center;
        color: #4DC1B4;
        margin: 10px;
    }

.my-loader-ring {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
}

    .my-loader-ring:after {
        content: " ";
        display: block;
        width: 30px;
        height: 30px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #4DC1B4;
        border-color: #4DC1B4 transparent #4DC1B4 transparent;
        animation: lds-dual-ring 1.5s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.f12 {
    font-size: 12px !important;
}

.ErrorMsg {
    background: none repeat scroll 0 0 #FFEBC2;
    border: 1px solid #0B1932;
    color: #0B1932;
    display: none;
    padding: 5px;
}

    .ErrorMsg ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

div#ha-drawer,
div#ha-drawer-modifier-group {
    height: auto;
}


#grdMainGroups > table > thead > tr:nth-child(2) > th:nth-child(5) {
    border-right-width: 1px !important;
}

.new-day, .new-day:hover {
    background: #E5A224;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    border: none;
    height: 31px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font: normal 12px/16px Helvetica,Arial,Verdana,sans-serif !important;
    color: #fff !important;
    text-align: center;
    padding: 0 30px;
    margin: 0;
    line-height: 31px !important;
    padding-top: 0 !important;
}

.rt-align {
    text-align: right;
}

.totalColor {
    color: red;
}

.k-calendar {
    width: 17em;
}

.k-calendar .dateBox {
    text-align: right;
    font-weight: 500;
}

#calendar .k-content .k-link {
    line-height: unset;
}

.k-calendar .dateDigit {
    padding-bottom: 26px;
    text-align:left;
}


.k-calendar td.k-state-focused.k-state-selected {
    box-shadow: unset;
    border: 2px solid #4DC1B4 !important;
}



.k-calendar td.k-state-focused.k-state-selected {
    box-shadow: unset;
    border: 2px solid #4DC1B4 !important;
}


.k-calendar .k-today {
    box-shadow: unset !important;
    border: unset !important;
}

    .k-calendar .k-today .k-link {
        box-shadow: unset !important;
        border: 1px solid #4DC1B4 !important;
    }

div.k-header.k-grid-toolbar.k-grid-top > a {
    text-transform: capitalize;
}

#contentarea .box-wrapper div,
#contentarea .box-wrapper .box,
#dvcustomize .box-wrapper div,
#dvcustomize .box-wrapper .box,
#contentarea .textarea-div {
    overflow: unset !important;
    padding: 0px !important;
}

.toggle-switch input:checked + .slider {
    background-color: #4DC1B4;
}

.k-calendar table tr td.k-today .k-link {
    box-shadow: unset !important;
}

.split-box-cont {
    display: none;
    position: absolute;
    z-index: 100000000000;
    width: 300px;
    padding: 15px;
    background: #fff;
    box-shadow: 1px 5px 7px rgba(0,0,0,.12);
    border: 1px solid #4DC1B4;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.clearfix {
    clear: both;
}

.k-grid tr.k-state-selected:hover {
    background-color: #4DC1B4 !important;
}

#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

    #tiptip_holder.tip_top {
        padding-bottom: 5px;
    }

    #tiptip_holder.tip_bottom {
        padding-top: 5px;
    }

    #tiptip_holder.tip_right {
        padding-left: 5px;
    }

    #tiptip_holder.tip_left {
        padding-right: 5px;
    }

#tiptip_content {
    font-size: 13px;
    color: white;
    background-color: yellow;
    text-shadow: 0 0 2px #0B1932;
    padding: 4px 8px;
    border: 1px solid rgba(255,255,255,0.25);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#0B1932));
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 3px #555;
    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgb(25,25,25);
    border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgb(25,25,25);
    border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgb(25,25,25);
    border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgb(25,25,25);
    border-left-color: rgba(25,25,25,0.92);
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    #tiptip_content {
        padding: 4px 8px 5px 8px;
        background-color: rgba(45,45,45,0.88);
    }

    #tiptip_holder.tip_bottom #tiptip_arrow_inner {
        border-bottom-color: rgba(45,45,45,0.88);
    }

    #tiptip_holder.tip_top #tiptip_arrow_inner {
        border-top-color: rgba(20,20,20,0.92);
    }
}

.tiptip {
    display: inline-block;
}

.tab-pane:not(.active) {
    display: none;
}

/*Report star changes start*/
#report_mega_menu_drawer li {
    display: flex;
    align-items: center;
}

    #report_mega_menu_drawer li a.nav-link {
        padding-left: 8px;
    }

/*Report star changes end*/

/* set grid form table display*/
.display-table {
    display: table;
}
/* set grid form table display*/

/* new search filter changes */
.filter-wrap {
    max-width: 263px;
    background: #F8F8F8;
    border: 1px solid #A5ACB4;
}

.search-checkbox.checkbox-gray label:before {
    border: 1px solid #4DC1B4 !important;
}

.search-checkbox label:before, .search-checkbox label:after {
    width: 13px;
    border-radius: 0;
    height: 13px;
    top: 2px;
}

.checkbox.search-checkbox .custom-checkbox:checked + label:after {
    content: "";
}

.text-blue-light {
    color: #0060C1;
}
/* new search filter changes */

.nav-tabs-type-two .nav-link {
    border: 1px solid #ffffff !important;
}
/* Show loader classes while processing */
.modalww {
    display: none;
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/i/load.gif') 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}


    body.loading .modalww {
        display: block;
    }
/*  Show loader classes while processing */
/* fix for grid*/
.displaytable {
    display: table;
}
/* fix for grid*/
.fa-grid-icon {
    width: 18px;
    height: 18px;
    font-size: 18px;
    display: inline-block;
    color: #0B1932;
}

.fa-grid-icon-link {
    margin: 0px 7px;
}
/* fix for grid*/
.fright {
    float: right;
}

.coa-lkp-type {
    font-style: italic;
    font-size: 13px;
}
/*Lottery footer fix*/
.cldailyfooter {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
}

.noscroll,.journal {
    overflow-x: hidden !important;
    overflow-y:hidden !important;
}

.hideimp {
    display: none !important;
}

.fw {
    font-weight: 600 !important;
}


.rightNav .active {
    background: #4DC1B4 !important;
}
    .rightNav .active h5.text-primary {
        color: #0B1932 !important;
    }
    .rightNav .active .text-primary, .rightNav .active a.text-primary:focus, .rightNav .active a.text-primary:hover, .rightNav .active .nwmgct {
        color: #0B1932 !important;
    }
.profile_menu_down > a:hover {
    background-color: #FCF0F1 !important;
}
/* The Modal (background) */
.customizemodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999999; /* Sit on top */
    padding-top: 52px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
div#multiCollapseMain1 {
    flex-wrap: nowrap;
}

.applydecoration {
    overflow: hidden !important;
}

.bodyScrollSCL {
    overflow-x: scroll !important;
    overflow-y: auto;
}

.bodyScroll{
    overflow-x:scroll !important;
    overflow-y:auto;
}
    .bodyScroll .k-tabstrip > .k-content {
        overflow: unset;
        width: fit-content;
    }

    .bodyScroll>header{
        position:fixed;
        width:100%;
    }

    .bodyScroll > #mainBody{
        padding-top:82px;
    }

.comboused {
    background-color: #efe000;
    float: right;
    height: 16px;
}

div#dvMask {
    width: 100vw;
    height: 100vh;
    background: #0B193200070;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
#dvMask > div {
    width: auto !important;
    background: #fff;
    padding: 25px;
}
div#dvTrialContinueBtn {
    display: inline-block;
}
input.k-input, input.text-box {
    height: 34px;
    font-size: 0.8rem !important;
}

span.k-dropdown-wrap.k-state-default {
    height:34px;
    font-size: 14px !important;
    overflow: hidden;
}

.k-dropdown-wrap > span.k-input {
    height: 100% !important;
}
.k-dropdown-wrap > input.k-input {
    height: 100% !important;
}
.k-grid-header th.k-header {
    vertical-align: middle !important;
}

@media only screen and (max-width: 1500px) {
    .overview h1 {
        font-size: 20px;
    }

    .overview p {
        font-size: 13px;
    }

    .dashboard_circle_img {
        height: 50px;
        width: 50px;
        padding: 15px;
    }


    .overview h4 {
        font-size: 26px;
    }
}


img.del-icon {
    z-index: 1;
}

img.del-icon {
    z-index: 1;
}

img.del-icon {
    z-index: 1;
    right: -9px !important;
    top: -9px !important;
}

.dv-user-sel-icon
{
    display:block !important;
}
/*calender bottom*/
.cldailyfooter {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
}

.cldailysales {
    float: left;
    width: 33%;
}

.cldailyovsh {
    float: left;
    width: 33%;
}

.clgal {
    float: left;
    width: 33%;
}


.s-datebox {
    margin: 0 auto;
    width: 300px;
}

    .s-datebox .wrap .lt-arrow {
        float: left;
     
    }

        .s-datebox .wrap .lt-arrow a {
            color: #0B1932;
            font-weight: bold;
            font-size: 26px;
            line-height: 18px;
            text-decoration: none;
        }

.itemBox {
    float: left;
    margin: 0 20px;
    width: 171px;
    cursor: pointer;
}

.#0B1932Box {
    /*background-color: #0B1932;*/
}

.itemColBoxText {
    font-size: 13px;
    font-weight: bold;
}

.s-datebox .wrap .rt-arrow {
    float: left;
    box-sizing: border-box;
}

    .s-datebox .wrap .rt-arrow a {
        color: #0B1932;
        font-weight: bold;
        font-size: 26px;
        line-height: 18px;
        text-decoration: none;
    }

.clfooter {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}

.clsales {
    float: left;
    width: 50%;
}

.clovsh {
    float: right;
    width: 50%;
}

.poscolgreen {
    color: #003f59 !important;
}

.poscolred {
    color: #E5A224 !important;
}
/*ebdaily calnder page*/
.dateBox .dsales {
    text-align: left;
}
.dateBox .dgal {
    text-align: center;
}
.dateBox .dovsh {
    text-align: right;
}

 .chart-legend {
    padding: 0 10px;
    position: static;
    bottom: 90px;
    right: 15px;
    font-size: 13px;
}

     .chart-legend ul {
        float: left;
        width: 100%;
        padding: 0;
    }

     .chart-legend li {
        padding: 2px 0;
        position: relative;
        padding-left: 12px;
    }

     .chart-legend ul li {
        float: left;
        width: 100%;
        line-height: normal;
        margin-bottom: 1px;
        font-weight: bold;
        font-size: 13px;
    }

         .chart-legend ul li span {
            font-size: 13px;
        }

     .chart-legend li em {
        display: inline-block;
        width: 7px;
        height: 7px;
        background: red;
        vertical-align: middle;
        margin-right: 5px;
        margin-bottom: .2em;
        position: absolute;
        top: 5px;
        left: 0;
        content: '';
    }

.border-grey-right {
    position:relative;
}

    .border-grey-right:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        height: 95px;
        background: #4DC1B4;
        width: 2px;
        top: calc(50% + 18px);
        transform: translateY(-50%);
    }



/*change done - 14 sep*/
.custom_tabs_main .nav-tabs-type-two .nav-link.active{
    border-bottom: 1px solid #ffffff !important;
    border-top: 1px solid #4DC1B4 !important;
    border-left: 1px solid #4DC1B4 !important;
    border-right: 1px solid #4DC1B4 !important;
    border-radius: 0px;
    color: #4DC1B4 !important;
}
/*change done - 14 sep*/
.custom_tabs_main .nav-tabs-type-two .nav-link {
    border: none !important;
}
.k-textbox{
    height:34px;
}
.colHglt {
    background-color: #FFEBC2;
}
.k-pager-wrap a.k-pager-nav {
    margin-top: 4px;
}

.k-pager-wrap ul.k-pager-numbers {
    margin-top: 4px;
}


.k-state-default > .k-select {
    line-height: 2.5 !important;
}


.k-select span.k-link.k-link-increase {
    margin-top: 5px;
}



.form-control {
    color: #0B1932 !important;
}
.k-pager-wrap .k-link.k-state-selected:hover {
    color: unset;
    background: #F5565C !important;
}
.k-pager-wrap .k-pager-numbers .k-link:hover {
    color: #fff !important;
    background: #4DC1B4 !important;
}
.coa-rpt-Indent1{
    font-size:20px!important;
}
.coa-rpt-Indent2 {
    padding-left: 25px !important;
}

.coa-rpt-Indent3 {
    padding-left: 65px !important;
}

.emsp1 {
    padding-left: 10px !important;
}

.emsp2 {
    padding-left: 20px !important;
}
  .k-pager-sm .k-pager-numbers-wrap {
    width: unset !important;
}

.k-tabstrip-items .k-item {
    border-top-width: 0px;
}

.k-pager-md .k-pager-info, .k-pager-sm .k-pager-info, .k-pager-sm .k-pager-numbers, .k-pager-sm .k-pager-sizes {
    display: block !important;
}

.k-pager-sm .k-pager-info {
    display: block !important;
}
.btnBackToCashier {
    background-color: #99DBF9 !important;
    color: #0B1932 !important;
    border-color: #0B1932 !important;
}
.deliHide {
    display: none;
    visibility: hidden;
}
input.poscolgreen {
    color: #003f59 !important;
}
input.poscolred {
    color: #FF0000 !important;
}

table#divShiftTimes .text-primary {
    color: #0B1932 !important;
}

li.k-item.k-menu-item.k-columns-item.k-state-default > div.k-animation-container > ul,
li.k-item.k-menu-item.k-columns-item.k-state-default > div.k-animation-container > ul > li,
li.k-item.k-menu-item.k-columns-item.k-state-default > div.k-animation-container > ul > li >span{
    width: 100%;
}

div.k-animation-container>ul.k-popup>li.k-menu-item > span.k-link.k-menu-link >
br {
    content: ' ';
}

div.k-animation-container > ul.k-popup > li.k-menu-item > span.k-link.k-menu-link >
br:after {
    content: ' ';
}

div.k-animation-container > ul.k-popup > li.k-menu-item > span.k-link.k-menu-link > input[type=checkbox]
{
  margin-right:5px !important;
}

.font-size-12-use {
    font-size: 12px;
}
button.border-primary.text-primary:hover, button.border-primary.text-primary:focus {
    background: #4DC1B4 !important;
    color: #0B1932 !important;
}
a.border-primary.text-primary:hover, a.border-primary.text-primary:focus {
    background: #4DC1B4 !important;
    color: #0B1932 !important;
}
button.border-primary.text-primary.bg-white:hover, button.border-primary.text-primary.bg-white:focus {
    background: #4DC1B4 !important;
    color: #0B1932 !important;
}
input[type=button].border-primary.text-primary:hover, input[type=button].border-primary.text-primary:focus {
    background: #4DC1B4 !important;
    color: #0B1932 !important;
}
input[type=button].border-primary.text-primary.bg-white:hover, input[type=button].border-primary.text-primary.bg-white:focus {
    background: #4DC1B4 !important;
    color: #0B1932 !important;
}
button > i:hover, button > i:focus, button > i.text-primary:hover, button > i.text-primary:focus {
    background: #4DC1B4 !important;
    color: #0B1932 !important;
}


/*table > thead.k-grid-header > tr > th > div.checkbox
{
margin-right:10px !important;
}*/
th.k-header > a.k-link > br, th.k-header > a.k-link > br:after, th.k-header > a.k-link > span.k-link > br:after, th.k-header > a.k-link > span.k-link >th >br {
    content: ' ';
}

.nwmgct {
    color: #4DC1B4 !important;
    font-weight: bold;
    top: 6px;
    position: absolute;
    right: 6px;
}

@media screen and (max-width: 769px) {
   body #mainBody {
        min-width: auto !important;
    }
}

@media only screen and (max-width: 1100px) {
    #ha-drawer.slide-in .drawer-panel, #ha-drawer-modifier-group.slide-in .drawer-panel-for-group {
        min-width: 100% !important;
    }
}


@media only screen and (max-width: 1024px) {
    #piCashRegister svg, #chartDBFuel svg, #piAllStoreCashRegister svg, #MSchartDBFuel svg {
        overflow: visible !important;
    }
    #dvMainGrid .m-grid-wrapper {
        overflow: auto;
    }
    #GridDept, #GridFuel, #RptSalesTranGrid, #RptSalesFuelChart, #grdList, #GridProdVendors, #RptSalesTranGrid, #GridTrans {
        touch-action: auto !important;
    }
    #dvRecReportHTML #GrdDep {
        overflow: auto;
    }
    #GridFuelInvoice.k-grid {
        overflow: auto;
        display: block;
    }

}

/* Start admin menu setup*/
.admin-setup-icon {
    color: #4DC1B4;
}

.hide-mega-menu-content,
.hide-admin-setup-content {
    display: none;
}

.admin-setup-nav, .switch-store-content, .more-content, .mega-menu-nav {
    padding: 0 20px;
}

.admin-setup-content {
    border-radius: 25px 0 0 0;
    font-family: 'Varela Round', 'fontAwesome', sans-serif;
}

.mega-menu-link,
.admin-setup-menu {
    margin: 0;
    padding: 0;
    background: #4DC1B4 0% 0% no-repeat padding-box;
    border-radius: 25px;
    opacity: 1;
    display: flex;
    text-align: center;
}

    .mega-menu-link li,
    .admin-setup-menu li {
        display: inline-block;
        width: 100%;
    }

        .mega-menu-link li a,
        .admin-setup-menu li a {
            letter-spacing: 0px;
            color: #FFFFFF;
            padding: 8px 8px;
            display: block;
            font-size: 16px;
        }

        .setup-link-active,
        .mega-menu-link li:hover a,
        .admin-setup-menu li:hover a {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            border: 1px solid #4DC1B4;
            border-radius: 25px;
            opacity: 1;
            color: #4DC1B4 !important;
        }

.setup-content-header {
    background: #F2F4F8 0% 0% no-repeat padding-box;
    border: 1px solid #B2B2B2;
    width: 100%;
    position: sticky;
    top: 0;
}

    .setup-content-header h3 {
        color: #4DC1B4;
        font-size: 18px;
        line-height: 18px;
    }

.setup-content-nav nav {
    padding: 0 20px;
}

    .setup-content-nav nav ul, .more-content ul {
        margin: 0;
        padding: 0;
    }

        .setup-content-nav nav ul li {
            margin-bottom: 5px;
        }

            .setup-content-nav nav ul li a {
                display: flex;
                width: 100%;
                padding: 8px 0;
                border-bottom: 1px solid #B2B2B2;
                font-size: 16px;
                color: #0B1932;
            }

.switch-store-content nav ul {
    margin: 0;
    padding: 0;
}

    .switch-store-content nav ul li a {
        width: 100%;
        display: flex;
        border: 1px solid #B2B2B2;
        border-radius: 7px;
        padding: 23px 15px;
        margin: 22px 0;
    }

        .switch-store-content nav ul li a i span, .more-content .more-small-box a span {
            font-size: 16px;
            margin-left: 12px;
            font-family: 'Varela Round', 'fontAwesome', sans-serif;
        }

.more-content ul li a {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #B2B2B2;
    border-radius: 7px;
    display: flex;
    width: 100%;
    padding: 19px 13px;
    margin: 22px 0;
}

    .more-content ul li a span {
        font-size: 16px;
        color: #4DC1B4;
        font-weight: 500;
    }

        .more-content ul li a span p {
            font-size: 16px;
            color: #0B1932;
        }

    .more-content ul li a p, .more-content ul li a i:last-child, .switch-store-content nav ul li a i:last-child{
        color: #0B1932;
    }

.more-content .more-small-box a {
    width: 100%;
    display: flex;
    border: 1px solid #B2B2B2;
    border-radius: 7px;
    padding: 17px 15px;
    margin: 22px 0;
}

.report-and-mega-dropdown-menu {
    position: fixed !important;
    top: 60px;
    right: 25px;
    left: 0px;
    bottom: 0px;
    width: 400px;
    overflow: unset;
    padding: 0;
    padding-right: 0 !important;
}

    .report-and-mega-dropdown-menu .modal-dialog {
        margin: 0px;
    }

.search-all-menu{
    position:relative;
}
    .search-all-menu input {
        border: 1px solid #fff;
        border-bottom-color: #eee;
        background-color: #fff;
        font-size: 16px;
        padding: 14px 18px !important;
    }
    .search-all-menu i {
        position: absolute;
        top: 19px;
        right: 25px;
        font-size: 16px;
        color: #777;
    }

.fixed-mega-menu {
    position: fixed;
    top: 62px;
    left: 0;
    width: 383px;
    background: #fff;
}

.fixed-admin-menu {
    background: #fff;
}

.admin-setup-header-ui {
    background: #2978A7;
}

.header-color-white {
    color: #FFCC66;
}

.admin-setup-header-ui .rightNav .active i, .admin-setup-header-ui .rightNav .active h5, .admin-setup-header-ui .rightNav .active h6 {
    color: #0B1932 !important;
}

#divMenuAll, #divMenuReports, #divSetup {
    height: calc(100vh - 175px);
    overflow: auto;
    width: 100%;
}

.report-drop-down-width {
    min-width: 200px;
}

@media only screen and (max-width:420px) {
    .fixed-mega-menu, .report-and-mega-dropdown-menu {
        width: 100%;
    }
}

@media only screen and (max-width:1024px) {
    .fixed-mega-menu {
        width: 400px;
    }
}

.navbar-mobile-view {
    flex-wrap: wrap !important;
}
/* End admin menu setup*/

.trial-period-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: #0B193200070;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}


.trial-period-popup-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 741px;
    width: 100%;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 44px;
    position: relative;
}

.trial-period-popup-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
}

.trial-period-popup-section1 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    margin-left: 23px;
}

.trial-period-popup-section2 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

.trial-period-icon {
    margin-bottom: 23px;
}

.trial-period-text {
    text-align: center;
    letter-spacing: 0px;
    color: #3c3c3c;
    font-size: 25px;
    line-height: 40px;
    opacity: 1;
    margin-bottom: 20px;
}

.trial-period-text1 {
    text-align: center;
    letter-spacing: 0px;
    color: #0B1932;
    opacity: 1;
    height: 20px;
    font-size: 16px;
    margin-bottom: 40px;
}

.trial-period-t {
    text-align: start;
    letter-spacing: 0px;
    color: #3c3c3c;
    font-size: 25px;
    line-height: 40px;
    opacity: 1;
    margin-bottom: 20px;
}

.trial-period-t1 {
    text-align: start;
    letter-spacing: 0px;
    color: #0B1932;
    opacity: 1;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 61px;
    max-width: 395px;
}

.trial-period-value-text {
    text-align: center;
    letter-spacing: 0px;
    color: #C90707;
    opacity: 1;
    height: 20px;
    font-size: 16px;
    margin-bottom: 61px;
}

.trial-period-but {
    background: #5ebe71 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 124px;
    height: 35px;
    text-align: center;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    font-size: 14px;
    outline: unset;
    border: unset;
}

.trial-period-but-ok {
    background: #EFF6FF 0% 0% no-repeat padding-box;
    color: #5E87BE;
    border-radius: 4px;
    width: 90px;
    height: 35px;
    text-align: center;
    letter-spacing: 0px;
    opacity: 1;
    font-size: 14px;
    outline: unset;
    border: unset;
}

.trial-period-close-icon {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #707070;
    font-size: 20px;
}

.trial-period-cancel {
    color: #B0B2B5;
    background-color: transparent;
    border: 1px solid #B0B2B5;
    border-radius: 4px;
    width: 90px;
    height: 35px;
    text-align: center;
    letter-spacing: 0px;
    opacity: 1;
    font-size: 14px;
    outline: unset;
}

.trial-period-try-again {
    color: #5E87BE;
    background-color: transparent;
    border: 1px solid #5E87BE;
    border-radius: 4px;
    width: 90px;
    height: 35px;
    text-align: center;
    letter-spacing: 0px;
    opacity: 1;
    font-size: 14px;
    outline: unset;
    margin-left: 10px;
}

.account-closed-popup-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 44px;
    position: relative;
}

.price-book-control {
    flex-grow: 1;
}

.pb-main-tab-sroll {
    background-color: #F2F4F8;
    height: 98px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: flex;
    align-items: center;
}

.pb-second-tab-sroll {
    background-color: #F2F4F8;
    height: 75px;
    display: flex;
    align-items: center;
}

.pb-third-tab-sroll {
    background-color: #F2F4F8;
    height: 50px;
}

.pb-help-icon .helpData {
    margin-bottom: 0px !important;
}

.pb-filter-left {
    position: sticky;
    top: 60px;
    left: 0px;
    width: 350px;
    margin-left: -25px;
    z-index: 3;
    background-color: #F2F4F8;
    padding-right: 0px !important;
    margin-right: 10px;
    padding: 10px 0;
}

@media only screen and (max-width: 600px) {
    .price-book-position {
        width: 100%;
    }
}

.sign-up-header1 {
    padding-bottom: 30px;
    border-bottom: 1px solid #0B19320002b;
    margin-bottom: 30px;
}

.sign-up-text {
    font-size: 24px;
}

.sign-input-control {
    width: 49%;
}

.sign-up-input-group {
    position: relative;
}

.sign-up-show-pwd {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #767777;
    cursor: pointer;
}

.sign-up-change-l-method-2 {
    padding: 35px 0;
    border-bottom: 1px solid #0B19320002b;
    color: #00A7D9;
    font-size: 16px;
}

.sign-up-change-l-method {
    padding: 50px 0;
    border-bottom: 1px solid #0B19320002b;
    color: #00A7D9;
    font-size: 16px;
}

.recover-back-to-login {
    padding: 20px 0 0;
    color: #00A7D9;
    font-size: 16px;
}

    .recover-back-to-login a,
    .sign-up-change-l-method-2 a,
    .sign-up-change-l-method a {
        color: #00A7D9;
        font-size: 16px;
        cursor: pointer;
    }

.sign-up-login-captcha {
    width: 100%;
    max-width: 345px;
}

.sign-up-login-captcha-main {
    border-bottom: 1px solid #0B19320002b;
}

.sign-up-bottom label {
    font-size: 14px;
    margin: 0;
}

.sign-up-bottom a {
    color: #00A7D9;
    font-size: 14px;
    cursor: pointer;
}

.sign-up-bottom button {
    width: 200px
}

.sign-up-otp-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sign-up-otp-box input {
        width: 35px !important;
        height: 35px;
        margin: 10px;
        font-size: 20px;
        padding: 10px;
        font-weight: 400;
        color: #0B1932000ab;
    }

.sign-up-business-detail {
    margin: auto;
    min-width: 350px;
}

    .sign-up-business-detail .form-group {
        width: 100%;
    }

.signup-validation {
    height: 15px;
    color: red;
    display: block;
    margin-top: 3px;
}

.signup-captcha-validation ul {
    text-align: center;
    padding: 0;
}

.property-bottom-height {
    margin-bottom: 3px;
}

.recover-otp-section {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.signup-otp-header {
    width: 330px;
}

.inv-user-password {
    position: relative;
}

.inv-user-validation-password {
    position: absolute;
    width: 320px;
    background-color: #fff;
    right: -340px;
    top: -65px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
    border-radius: 3px;
    z-index: 12;
    box-shadow: 0px 0px 4px -1px #0B193200063;
}

.signup-validation-password {
    position: absolute;
    width: 320px;
    background-color: #fff;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
    border-radius: 3px;
    z-index: 12;
    box-shadow: 0px 0px 4px -1px #0B193200063;
}

.change-password-validation-password {
    position: absolute;
    width: 320px;
    background-color: #fff;
    right: 2px;
    top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
    border-radius: 3px;
    z-index: 12;
    box-shadow: 0px 0px 4px -1px #0B193200063;
}

.inv-user-validation-password-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 5px;
}
.inv-user-validation-password-inner:last-child {
    margin-bottom: 0px;
}
    .inv-user-validation-password-inner label {
        margin-bottom: 0;
    }

.inv-user-validation-password:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #0B19320002e transparent transparent transparent;
    top: 80px;
    left: -21px;
    transform: rotate( 90deg );
}

.signup-validation-password:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #0B19320002e transparent transparent transparent;
    top: -21px;
    left: 50%;
    transform: rotate( 180deg );
}

.change-password-validation-password:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #0B19320002e transparent transparent transparent;
    top: -21px;
    left: 50%;
    transform: rotate( 180deg );
}

.edit-user-link {
    color: #4DC1B4;
}

.signup-business-type{
    display: flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.signup-business-type-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #0B193200036;
}
.signup-business-type-list label {
    font-size: 22px;
    margin-left: 10px;
    font-weight: 500;
}

.invite-user-type-checkbox {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    border-radius: 50%;
    outline: none;
}

.invite-user-type-checkbox:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
    background-color: transparent;
}

    .invite-user-type-checkbox:checked:before {
        background: #4DC1B4;
    }

    .invite-user-type-checkbox:checked {
        border: 1px solid #4DC1B4;
    }

.signup-existing-id {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.signup-existing-id-control {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.signup-existing-divider {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 0 20px 0;
}

.signup-existing-divider-line {
    width: 40%;
    background-color: #565656;
    height: 1px;
    margin: 0 10px;
}

.signup-existing-divider-text {
    font-size: 20px;
    color: #0B1932;
}

.survey-login-main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.survey-login-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    background-color: #eaeaea;
    color: #fff;
}

.survey-login-header-text {
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    color: #0B1932;
    width: 100%;
    text-align: center;
    max-width: 800px;
}

    .survey-login-header-text span {
        font-size: 50px;
        font-weight: 500;
        line-height: 60px;
        color: #4DC1B4;
    }

.survey-login-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    padding: 0 10px;
}

.survey-login-emoji {
    font-size: 60px;
}

.survey-login-label-1 {
    font-size: 35px;
    line-height: 40px;
    margin: 30px 0 20px 0;
    text-align: center;
}

.survey-login-label-2 {
    font-size: 24px;
    line-height: 26px;
    margin: 10px 0 0 0;
    font-weight: 400;
    opacity: 0.7;
    text-align: center;
}

.survey-login-label-3 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

.survey-login-star-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

    .survey-login-star-rating i {
        font-size: 50px;
        padding: 0 15px;
        color: #0B193230;
    }

.survey-login-star-rating-checked {
    color: #fdcf00 !important;
}

.survey-login-feedback {
    width: 26%;
    min-width: 300px;
    margin: 20px 0;
}

.survey-login-banner {
    margin: 30px 0 20px 0;
}

    .survey-login-banner img {
        width: 100%;
        height: auto;
    }

.survey-login-action {
    display: flex;
    align-items: center;
    justify-content: center;
}

.survey-login-skip {
    width: 80px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
    outline: unset;
    background-color: #00a2e8;
    color: #fff;
    margin: 0 10px;
    border-radius: 3px;
}
.survey-login-submit {
    width: 100px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
    outline: unset;
    background-color: #00a2e8;
    color: #fff;
    margin: 0 10px;
    border-radius: 3px;
}

@media only screen and (max-width: 479px) {
    .responsive-signup-div {
            flex-direction: column;
        }

        .margin-top-signup-link {
            margin-top: 10px;
        }

        .sign-input-control {
            width: 100%;
        }

        .sign-up-otp-box input {
            margin: 3px;
        }

        .sign-up-business-detail {
            min-width: unset;
            width: 100% !important;
        }

        .sign-up-change-l-method-2 {
            padding: 0 0 20px;
        }

        .signup-otp-header {
            width: 260px;
        }

        .inv-user-validation-password {
            width: 100%;
        }
        .change-password-validation-password {
            width: 98%;
        }

        .signup-validation-password {
            position: absolute;
            width: 100%;
        }

        .survey-login-star-rating i {
            font-size: 40px;
            padding: 0 10px;
        }
    }

@media only screen and (max-width: 1150px) {
    .inv-user-validation-password {
        top: 60px;
        bottom: unset;
        right: unset;
    }

    .inv-user-validation-password:after {
        top: -21px;
        left: 50%;
        transform: rotate( 180deg );
    }
}
@media only screen and (max-width: 680px) and (min-width: 480px) {
    .signup-validation-password-size {
        right: -115px !important;
    }
}

.confirm-pos-popup-ok {
    background: #4DC1B4 0% 0% no-repeat padding-box;
    border: 1px solid #4DC1B4;
    border-radius: 27px;
    color: #0B1932;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    width: 100px;
    padding: 5px 0;
    margin-right: 10px
}

.confirm-pos-popup-cancel {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #4DC1B4;
    border-radius: 27px;
    color: #4DC1B4;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    width: 100px;
    padding: 5px 0;
}

.noticeclass {
    background-color: #009261;
    color: #9DFFE5;
    text-align: center;
    padding:15px 0;
}

    .noticeclass > span {
        float: right;
        margin-right: 5px;
        cursor: pointer;
    }

/* Start Ecommerce site*/

.store-details-layout-main {
    background-color: #F2F4F8;
    padding: 30px 0;
    width: 100%;
    display: block;
}

.store-details-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    max-width: 708px;
    margin: auto;
}

.store-details-header-text {
    color: #0B1932;
    font-size: 24px;
    font-weight: 700;
}

.store-details-header-text-p {
    color: #0B1932;
    font-size: 14px;
    font-weight: 500;
}

.store-text-label {
    font-size: 14px;
    font-weight: 600;
    color: #0B1932;
}

.store-manage-link {
    color: #0B1932;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}

.store-footer-div {
    padding: 25px 30px 0px 30px;
}

.store-submit-btn {
    background-color: #4DC1B4;
    color: #0B1932;
    border-radius: 5px;
    width: 123px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    border: unset;
    outline: unset;
}

.domains-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    padding: 30px 16px;
}

.domains-main-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

.domain-text {
    color: #0B1932;
    font-size: 24px;
    font-weight: 700;
}

.domains-btn {
    background-color: #4DC1B4;
    color: #0B1932;
    border-radius: 5px;
    width: 180px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    border: unset;
    outline: unset;
}

.domain-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 20px 0 20px;
    background-color: #fff;
    margin-bottom: 15px;
}

.domain-body-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
}

.change-domain-link {
    color: #4DC1B4 !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: unset;
}

.domain-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: auto;
}

.domain-table-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    width: 100%;
}

.domain-table-header-text {
    display: flex;
    color: #0B1932;
    font-size: 14px;
    font-weight: 700;
    min-width: 169px;
}

.domain-table-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.domain-table-body-text {
    display: flex;
    color: #0B1932;
    font-size: 14px;
    font-weight: 500;
    min-width: 169px;
    align-items: center;
    border-top: 1px solid #E4E4E4;
    height: 50px;
}

.domain-wrap-text {
    max-width: 150px;
    text-align: center;
}

.domain-table-manage-text {
    display: flex;
    color: #4DC1B4;
    font-size: 14px;
    font-weight: 500;
    min-width: 70px;
    align-items: center;
    border-top: 1px solid #E4E4E4;
    height: 50px;
}

.domain-status-card {
    background-color: #4DC1B4;
    color: #0B1932;
    padding: 2px 10px;
    border-radius: 27px;
}

.connect-existing-domain-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0B1932;
    z-index: 10000;
}

.domain-popup {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 731px;
    background-color: #fff;
}

.domain-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #E4E4E4;
}

.domain-cancel-btn {
    background-color: #fff;
    color: #4DC1B4;
    border-radius: 5px;
    width: 80px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #4DC1B4;
    outline: unset;
}

.domain-next-btn {
    background-color: #4DC1B4;
    color: #0B1932;
    border-radius: 5px;
    width: 80px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    border: unset;
    outline: unset;
}

.already-exists-text {
    margin-bottom: 10px;
}

    .already-exists-text span {
        color: #F8BC2E;
        font-size: 14px;
        font-weight: 500;
        margin-left: 5px;
    }

.domain-setting-div {
    background: #EEF0F3 0% 0% no-repeat padding-box;
    border: 1px solid #E4E4E4;
    padding: 30px 30px 20px 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    width: 1120px;
    position: relative;
    margin-bottom: 10px;
}

.domain-setting-div-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.domain-setting-radio {
    width: 50%;
    align-items: center;
    justify-content: flex-start;
}

    .domain-setting-radio label {
        font-size: 18px;
        font-weight: 600;
        color: #0B1932;
        white-space: nowrap;
    }

.domain-triangle-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #edeff2;
    position: absolute;
    right: 20px;
    top: -10px;
}

.legal-pages-div {
    width: 100%;
    max-width: 1051px;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 0 20px;
}

.legal-pages-text {
    font-size: 14px;
    color: #AEAEAE;
    font-weight: 500;
}

    .legal-pages-text a {
        color: #4DC1B4;
    }

.legal-pages-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E4E4E4;
    padding: 30px;
}

.legal-pages-text-head {
    font-size: 16px;
    color: #0B1932;
    font-weight: 700;
}

.remove-scroll-domain {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.domain-provider-information-box {
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0px 2px 5px 2px #0B193200033;
    margin-bottom: 20px;
}
/* End Ecommerce site*/

/* Start Cartzie menu */

.tab1-layout {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.tab1-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 340px;
    max-width: 340px;
    height: calc(100vh - 175px);
    overflow: auto;
}
.tab1-menus {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px 20px;
    width: 100%;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 100;
}
.tab1-header-text {
    color: #0B1932;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
.tab1-search {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #B2B2B2;
    border-radius: 5px;
    width: 100%;
    height: 34px;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #B2B2B2;
}
    .tab1-search input {
        border: unset;
        outline: unset;
        width: 100%;
        padding-left: 10px;
    }
.tab1-all-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}
.tab1-menu-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    position: relative;
    margin: 0 16px;
}
.menu-image {
    width: 37px;
    height: 37px;
    display: flex;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    align-items: center;
    justify-content: center;
}
.menu-image img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.tab1-menu-text {
    color: #0B1932;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
}
.tab1-menu-text-2 {
    color: #0B1932;
    font-size: 16px;
    font-weight: 500;
}
.tab1-menu-text-3 {
    color: #0B1932;
    font-size: 16px;
    font-weight: 500;
}
.tab1-menu-text-4 {
    color: #0B1932;
    font-size: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 250px;
}
.tab1-menu-text-5 {
    color: #0B1932;
    font-size: 16px;
    font-weight: 500;
}
.menu-inner {
    width: 34px;
    height: 34px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 10px;
}

.inner-border {
    position: absolute;
    border-left: 1px solid;
    border-bottom: 1px solid;
    width: 32px;
    height: 61px;
    top: -35px;
    left: -30px;
    z-index: 1;
    opacity: 0.2;
}

.cartzie-category-action {
    border: 1px solid #0B1932;
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 3px 4px #D9DEE7;
    border-radius: 10px;
    position: absolute;
    background-color: #fff;
    top: 23px;
    right: -18px;
    z-index: 3;
}

    .cartzie-category-action:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        bottom: 100%;
        right: 14px;
        top: -9px;
        border-width: 0 10px 10px 10px;
        border-style: solid;
        border-color: #fff transparent;
    }

    .cartzie-category-action:before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        bottom: 100%;
        right: 12px;
        border-width: 0px 12px 12px 12px;
        border-style: solid;
        border-color: #8b8b8b36 transparent;
    }

.cartzie-category-action-menu {
    color: #0B193200061;
    position: relative;
    margin-top: 3px;
}
.right-side-layout {
    display: flex;
    flex-grow: 1;
    padding: 25px;
}
.right-side-layout-inner {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #E1E1E1;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-grow: 1;
    padding: 25px;
}
.right-side-layout-inner-2 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #E1E1E1;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-grow: 1;
    padding: 25px;
    height: calc(100vh - 225px);
    overflow: auto;
}
.left-side-card-inner {
    display: flex;
    flex-direction: column;
    width: 174px;
}
.item-image {
    min-width: 174px;
    min-height: 174px;
    max-width: 174px;
    max-height: 174px;
    border: 8px solid #EBEEF2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 10px;
}
    .item-image img {
        width: auto;
        height: 100%;
        display: block;
    }

.cartzie-btn-secondary {
    border: 1px solid #4DC1B4;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4DC1B4;
    margin-bottom: 15px;
}

.cartzie-btn-primary {
    border: 1px solid #4DC1B4;
    background-color: #4DC1B4;
    border-radius: 5px;
    width: 100%;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0B1932;
    margin-bottom: 15px;
}
.right-side-card-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.right-side-card-section1 {
    display: flex;
    flex-direction: column;
    padding-right: 70px;
}
.right-side-card-section1-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
}
.right-card-texts {
    display: flex;
    flex-direction: column;
}
.card-section1-text {
    color: #0B1932;
    font-size: 16px;
    font-weight: 500;
}
.card-section1-text1 {
    color: #0B1932;
    font-size: 26px;
    font-weight: 500;
}
.card-section1-text2 {
    color: #0B1932;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}
.card-section1-text3 {
    color: #0B1932;
    font-size: 16px;
    font-weight: 400;
}
.card-section1-text-input {
    border: 1px solid #B2B2B2;
    border-radius: 5px;
    width: 141px;
    height: 34px;
}
.right-side-card-section2 {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}
.right-side-card-section2-inner {
    display:flex;
    align-items:center;
}
.add-items {
    border: 1px solid #B2B2B2;
    border-radius: 5px;
    max-width: 825px;
    width: 100%;
    height: 44px;
    margin-right: 20px;
}
.add-item-but {
    border: 1px solid #4DC1B4;
    border-radius: 5px;
    width: 85px;
    height: 44px;
    background-color: #4DC1B4;
    color: #0B1932;
    font-size: 14px;
    font-weight: 500;
}
.all-items {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    overflow: auto;
    max-height: calc(100vh - 442px);
    max-width: 930px;
    width: 100%
}
.item-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E1E1E1;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.itemtab-category-list {
    display: flex;
    flex-direction: column;
    max-width: 450px;
    width: 100%;
    background-color: #F6F9FC;
    border: 1px solid #E3E5E8;
    height: calc(100vh - 175px);
    overflow: auto;
}
.modifiers-group-middle {
    display: flex;
    flex-direction: column;
    /*max-width: 1000px;*/
    background-color: #fff;
    border: 1px solid #E3E5E8;
    border-radius: 8px;
    width: 100%;
}
.modifiers-group-middle-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
}
.modifiers-group-middle-body {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.modifiers-group-middle-table {
    display: flex;
    flex-direction: column;
    width: 100%;
}
    .modifiers-group-middle-theader {
        display: flex;
        align-items: center;
        width: 100%;
        border-top: 1px solid #E3E5E8;
        border-bottom: 1px solid #E3E5E8;
        top: 0;
        background-color: #fff;
        z-index: 40;
    }

    .modifiers-group-col-1, .modifiers-group-col-3 {
        min-width: 150px;
        padding: 10px 10px 10px 20px;
        color: #0B1932;
        font-size: 16px;
        font-weight: 600;
    }

.modifiers-group-col-2 {
    /*max-width: 62%;*/
    width: 100%;
    padding: 10px 10px 10px 20px;
    color: #0B1932;
    font-size: 16px;
    font-weight: 600;
}

    .modifiers-group-fw {
        font-weight: 400;
    }

    .modifiers-group-col-4 {
        width: 60px;
        padding: 10px;
    }

.modifiers-group-middle-tbody {
    display: flex;
    align-items: center;
    width: 100%;
}

    .right-side-layout-inner-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px solid #E3E5E8;
        padding-bottom: 10px;
    }

    .right-side-layout-inner-header-text {
        color: #0B1932;
        font-size: 30px;
        font-weight: 500;
    }

    .modifier-control-label {
        color: #0B1932;
        font-size: 16px;
        font-weight: 500;
    }

    .modifier-control-select {
        border: 1px solid #B2B2B2;
        border-radius: 6px;
        height: 52px;
        flex-grow: 1;
        margin-right: 20px;
        padding: 0 10px;
    }

    .modifier-control-input {
        border: 1px solid #B2B2B2;
        border-radius: 6px;
    }

    .choose-type-drop-down span.k-dropdown-wrap.k-state-default {
        height: 54px !important;
    }

    .all-items-inner {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: end;
    }

    .item-card-one {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

.item-card-second {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 37px;
}

.item-card-third {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-left: 37px;
}

.modifiers-group-middle-main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 20px;
    background-color: #F2F4F8;
    height: calc(100vh - 150px);
    overflow: auto;
}

    .modifier-group-fee-control {
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 0 10px;
    }

    .availability-switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 28px;
        margin-bottom: 0;
    }

        .availability-switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .availability-slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .availability-slider:before {
            position: absolute;
            content: "";
            height: 26px;
            width: 26px;
            left: 5px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
            top: 1px;
        }

    .availability-switch input:checked + .availability-slider {
        background-color: #4DC1B4;
    }

    .availability-switch input:focus + .availability-slider {
        box-shadow: 0 0 1px #4DC1B4;
    }

    .availability-switch input:checked + .availability-slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    /* Rounded sliders */
    .availability-slider.availability-round {
        border-radius: 34px;
    }

        .availability-slider.availability-round:before {
            border-radius: 50%;
        }

    .modifier-item-indicator {
        border-bottom: 1px solid #0B19320002b;
        border-left: 1px solid #0B19320002b;
        height: 55px;
        width: 135px;
        position: absolute;
        top: -43px;
        left: 14px;
        z-index: 0;
    }

.modifier-item-indicator1 {
    border-bottom: 1px solid #0B19320002b;
    border-left: 1px solid #0B19320002b;
    height: 70px;
    width: 60px;
    position: absolute;
    top: -38px;
    left: -16px;
    z-index: 30;
}

.modifier-item-indicator2 {
    border-bottom: none;
    border-left: 1px solid #0B19320002b;
    height: 50px;
    width: 135px;
    position: absolute;
    top: -36px;
    left: -16px;
    z-index: 0;
}

.item-card-inidicator {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    background-color: #F2F4F8;
    padding: 0px 0px 10px 10px;
}


.itemtab-category-list-response {
    max-width: 350px !important;
    min-width: 350px !important;
}

.tab1-menu-responsive {
    min-width: 440px !important;
    max-width: 440px !important;
}

.item-detail-section-padding-left {
    padding-left: 40px;
}

.item-detail-section-group-content {
    justify-content: center;
}

.disable-image-for-group {
    pointer-events: none;
}

@media only screen and (max-width: 1560px) {
    .right-side-layout-inner-2 {
            flex-direction: column;
            align-items: center;
        }

        .left-side-card-inner {
            margin-right: 0;
        }

        .right-side-card-section1 {
            padding-right: 0;
        }

        .right-side-card-inner {
            width: 100%;
        }

        .modifier-group-for-detail {
            flex-direction: column;
        }

        .modifier-group-for-detail-inner {
            flex-direction: row;
            width: 100%;
        }

            .modifier-group-for-detail-inner button {
                margin-right: 10px;
                width: 120px;
            }

    .itemtab-category-list-response {
        max-width: 280px !important;
        min-width: 280px !important;
    }

    .item-detail-section-padding-left {
        padding-left: 0;
    }

    .item-detail-section-group-content {
        justify-content: flex-start;
    }
}
    /* End Cartzie menu */

/* Start BO Store and Admin Store menu */

.bo-store-menu-main {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .bo-store-menu-main .nav-tabs .nav-item {
        margin-bottom: -1px;
        width: 50%;
        display: flex;
        justify-content: center;
    }

    .bo-store-menu-main .nav-tabs .nav-link {
        width: 100%;
        border: unset;
        border-top-left-radius: unset;
        border-top-right-radius: unset;
        color: #0B1932;
        display: flex;
        justify-content: center;
    }

        .bo-store-menu-main .nav-tabs .nav-link.active {
            color: #4DC1B4;
            background-color: #fff;
            border-bottom: 5px solid #4DC1B4;
        }

.bo-store-menu-tab {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.bo-store-search-div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
}

    .bo-store-search-div input {
        background: #F2F4F8 0% 0% no-repeat padding-box;
        border: 1px solid #E0E5EC;
        border-radius: 24px;
        width: 100%;
        padding: 5px 10px;
    }

.bo-store-menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 16px 16px 0 16px;
    flex-wrap: wrap;
    border-bottom: 1px solid #dee2e6;
}

.bo-store-menu-inner-main {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.bo-store-menu-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.bo-store-menu .bo-store-menu-inner .bo-store-menu-box {
    display: flex;
    flex-direction: column;
    width: 33.33%;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
    position: relative;
}

    .bo-store-menu .bo-store-menu-inner .bo-store-menu-box .bo-store-menu-image {
        width: 64px;
        height: 64px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .bo-store-menu .bo-store-menu-inner .bo-store-menu-box .bo-store-menu-image:hover {
            border: 2px solid #4DC1B4;
        }

    .bo-store-menu .bo-store-menu-inner .bo-store-menu-box .bo-store-menu-text {
        text-align: center;
        color: #0B1932;
        font-size: 14px;
        font-weight: bold;
        margin-top: 8px;
        cursor: pointer;
    }

.bo-store-menu-row {
    display: flex;
    flex-direction: column;
    padding: 0 16px 16px 16px;
}

.bo-store-menu-row-line {
    border-top: 2px solid #4DC1B4;
    border-bottom: 2px solid #4DC1B4;
    margin-bottom: 5px;
    position: relative;
}

    .bo-store-menu-row .bo-store-inner-menu-row {
        border-bottom: 1px solid #dee2e6;
        cursor: pointer;
    }

        .bo-store-menu-row .bo-store-inner-menu-row a {
            color: #0B1932 !important;
            font-size: 14px !important;
            padding: 10px 10px;
        }

        .bo-store-menu-row .bo-store-inner-menu-row:hover .farpt {
            color: #fff !important;
        }

.bo-store-menu-row .bo-store-inner-menu-row:hover {
    background-color: #4DC1B4;
}

        .bo-store-menu-row .bo-store-inner-menu-row:hover a {
            color: #fff;
        }

        .bo-store-menu-row .bo-store-inner-menu-row:last-child {
            border-bottom: unset;
        }

        .bo-store-menu-row .bo-store-inner-menu-row span {
            color: #0B1932;
            font-size: 16px;
            font-weight: 500;
        }


.bo-store-arrow-up-center {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #4DC1B4;
    position: absolute;
    bottom: -16px;
}


.bo-store-more-description {
    display: flex;
    padding: 30px 16px;
    align-items: center;
    justify-content: center;
    color: #0B1932;
    font-size: 14px;
    background: #F2F4F8 0% 0% no-repeat padding-box;
    margin: 0 15px;
}

.bo-store-more-bottom {
    position: sticky;
    bottom: 0px;
    z-index: 100;
    background-color: #fff;
}
/* End BO Store and Admin Store menu */

.bo-group-type-action-menu {
    position: relative;
}

.bo-group-type-action {
    border: 1px solid #0B19320003b;
    width: 350px;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 3px 4px #0B19320000d;
    border-radius: 10px;
    position: absolute;
    background-color: #fff;
    top: 23px;
    right: -260px;
    z-index: 3;
    padding: 10px;
}

    .bo-group-type-action:before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        bottom: 100%;
        right: 256px;
        border-width: 0px 12px 12px 12px;
        border-style: solid;
        border-color: #8b8b8b36 transparent;
    }

    .bo-group-type-action:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        bottom: 100%;
        right: 258px;
        top: -9px;
        border-width: 0 10px 10px 10px;
        border-style: solid;
        border-color: #fff transparent;
    }

.bo-group-type-action-s-row {
    display: flex;
    font-size: 11px;
    line-height: 11px;
    padding: 5px 8px;
    background-color: antiquewhite;
    border-radius: 5px;
    color: #e39e38;
    border: 1px solid #e39e38;
}

.bo-group-type-action-header1 {
    font-size: 14px;
    color: #0B1932;
    font-weight: 600;
}

.bo-group-type-action-header2 {
    font-size: 12px;
    color: #a59d9d;
    font-weight: 400;
}

.bo-group-type-action-header3 {
    font-size: 12px;
    color: #4DC1B4;
    font-weight: 400;
}

.bo-group-type-action-qty-btn {
    border: 1px solid #686868;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #fff;
}

    .bo-group-type-action-qty-btn i {
        font-size: 13px;
        color: #686868;
    }

.bo-group-type-action-qty-text {
    background-color: #d5d5d547;
    border: unset;
    border-radius: 5px;
    margin: 0 10px;
    width: 50px;
    padding: 5px;
}

.create-area-top-scroll {
    border: none 0px RED;
    overflow-x: auto;
    overflow-y: hidden;
}

.store-banner-img {
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
}

.store-banner-logo-status {
    font-weight: 700;
}

.store-banner-space {
    margin-left: 150px;
}

@media only screen and (max-width: 1361px) {
    .store-banner-space {
        margin-left: unset;
    }
}

/* Start page permission all tab */

.permission-all-main-wrapper {
    padding-top: 53px;
}

    .permission-all-main-wrapper .permission-all-search-of {
        position: relative;
    }

        .permission-all-main-wrapper .permission-all-search-of span {
            position: absolute;
            top: 20px;
            left: 70%;
        }

            .permission-all-main-wrapper .permission-all-search-of span i {
                font-size: 18px;
            }

        .permission-all-main-wrapper .permission-all-search-of input {
            border-radius: 50px;
            border: 1px solid #ccc;
            height: 56px;
            width: 75%;
            background: #F2F4F8 0% 0% no-repeat padding-box;
        }

            .permission-all-main-wrapper .permission-all-search-of input::-webkit-input-placeholder {
                padding-left: 46px;
                color: #707070;
                font-size: 14px;
            }

            .permission-all-main-wrapper .permission-all-search-of input:-ms-input-placeholder {
                padding-left: 46px;
                color: #707070;
                font-size: 14px;
            }

            .permission-all-main-wrapper .permission-all-search-of input::-ms-input-placeholder {
                padding-left: 46px;
                color: #707070;
                font-size: 14px;
            }

            .permission-all-main-wrapper .permission-all-search-of input::placeholder {
                padding-left: 46px;
                color: #707070;
                font-size: 14px;
            }

    .permission-all-main-wrapper .permission-all-card-details {
        margin-top: 20px;
    }

        .permission-all-main-wrapper .permission-all-card-details .permission-all-card-wrapper {
            border-radius: 12px;
            -webkit-box-shadow: 10px 10px 20px #0B193200029;
            box-shadow: 10px 10px 20px #0B193200029;
            border: 1px solid #959595;
            height: 100%;
            min-height: 315px;
        }

            .permission-all-main-wrapper .permission-all-card-details .permission-all-card-wrapper .card-systeam {
                margin-top: 50px;
            }

            .permission-all-main-wrapper .permission-all-card-details .permission-all-card-wrapper .permission-all-rounded-images {
                margin-top: -34px;
            }

                .permission-all-main-wrapper .permission-all-card-details .permission-all-card-wrapper .permission-all-rounded-images .permission-all-images-profile {
                    width: 70px;
                    height: 70px;
                    border-radius: 50px;
                    -webkit-box-shadow: 6px 6px 20px #0B19320000D;
                    box-shadow: 6px 6px 20px #0B19320000D;
                    background-color: #ffff;
                }

                    .permission-all-main-wrapper .permission-all-card-details .permission-all-card-wrapper .permission-all-rounded-images .permission-all-images-profile img {
                        height: 32px;
                    }

                .permission-all-main-wrapper .permission-all-card-details .permission-all-card-wrapper .permission-all-rounded-images .permission-all-sales-title {
                    font-size: 16px;
                    line-height: 21px;
                }

                    .permission-all-main-wrapper .permission-all-card-details .permission-all-card-wrapper .permission-all-rounded-images .permission-all-sales-title.permission-all-sales-color1 {
                        color: #A059B5;
                    }

                    .permission-all-main-wrapper .permission-all-card-details .permission-all-card-wrapper .permission-all-rounded-images .permission-all-sales-title.permission-all-sales-color2 {
                        color: #4DC1B4;
                    }

                    .permission-all-main-wrapper .permission-all-card-details .permission-all-card-wrapper .permission-all-rounded-images .permission-all-sales-title.permission-all-sales-color3 {
                        color: #42B671;
                    }

                    .permission-all-main-wrapper .permission-all-card-details .permission-all-card-wrapper .permission-all-rounded-images .permission-all-sales-title.permission-all-sales-color4 {
                        color: #D29129;
                    }

                    .permission-all-main-wrapper .permission-all-card-details .permission-all-card-wrapper .permission-all-rounded-images .permission-all-sales-title.permission-all-sales-color5 {
                        color: #36BAE3;
                    }

                    .permission-all-main-wrapper .permission-all-card-details .permission-all-card-wrapper .permission-all-rounded-images .permission-all-sales-title.permission-all-sales-color6 {
                        color: #FF7C24;
                    }

                    .permission-all-main-wrapper .permission-all-card-details .permission-all-card-wrapper .permission-all-rounded-images .permission-all-sales-title.permission-all-sales-color-cartize {
                        color: #1F58A6;
                    }

            .permission-all-main-wrapper .permission-all-card-details .permission-all-card-wrapper .permission-all-list-switch {
                padding: 5px 16px 14px 16px;
            }

                .permission-all-main-wrapper .permission-all-card-details .permission-all-card-wrapper .permission-all-list-switch .permission-all-list-title {
                    font-size: 14px;
                    line-height: 16px;
                    font-weight: 400;
                    color: #0B1932;
                    position: relative;
                }

                    /*.permission-all-main-wrapper .permission-all-card-details .permission-all-card-wrapper .permission-all-list-switch .permission-all-list-title:before {
                        content: " ";
                        position: absolute;
                        top: -7px;
                        right: 0;
                        width: 5px;
                        height: 5px;
                        border-radius: 25px;
                        background-color: #0B1932;
                    }*/

            .permission-all-main-wrapper .permission-all-card-details .permission-all-card-wrapper .permission-all-card-images {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding-top: 26px;
            }

                .permission-all-main-wrapper .permission-all-card-details .permission-all-card-wrapper .permission-all-card-images img {
                    height: 80px;
                }

/* End page permission all tab */

/* Start page permission reports tab */

.permission-reports-main-wrapper {
    padding-top: 53px;
    font-family: 'Varela Round', sans-serif;
}

    .permission-reports-main-wrapper .permission-reports-search-of {
        position: relative;
    }

        .permission-reports-main-wrapper .permission-reports-search-of span {
            position: absolute;
            top: 20px;
            left: 23px;
        }

            .permission-reports-main-wrapper .permission-reports-search-of span i {
                font-size: 18px;
            }

        .permission-reports-main-wrapper .permission-reports-search-of input {
            border-radius: 50px;
            border: 1px solid #ccc;
            height: 56px;
            width: 75%;
            background: #F2F4F8 0% 0% no-repeat padding-box;
        }

            .permission-reports-main-wrapper .permission-reports-search-of input::-webkit-input-placeholder {
                padding-left: 46px;
                color: #707070;
                font-size: 14px;
            }

            .permission-reports-main-wrapper .permission-reports-search-of input:-ms-input-placeholder {
                padding-left: 46px;
                color: #707070;
                font-size: 14px;
            }

            .permission-reports-main-wrapper .permission-reports-search-of input::-ms-input-placeholder {
                padding-left: 46px;
                color: #707070;
                font-size: 14px;
            }

            .permission-reports-main-wrapper .permission-reports-search-of input::placeholder {
                padding-left: 46px;
                color: #707070;
                font-size: 14px;
            }

    .permission-reports-main-wrapper .permission-reports-card-details {
        margin-top: 20px;
    }

        .permission-reports-main-wrapper .permission-reports-card-details .permission-reports-card-wrapper {
            border-radius: 12px;
            -webkit-box-shadow: 10px 10px 20px #0B193200029;
            box-shadow: 10px 10px 20px #0B193200029;
            border: 1px solid #959595;
            height: 100%;
        }

            .permission-reports-main-wrapper .permission-reports-card-details .permission-reports-card-wrapper .card-systeam {
                margin-top: 50px;
            }

            .permission-reports-main-wrapper .permission-reports-card-details .permission-reports-card-wrapper .permission-reports-rounded-images {
                margin-top: -34px;
            }

                .permission-reports-main-wrapper .permission-reports-card-details .permission-reports-card-wrapper .permission-reports-rounded-images .permission-reports-images-profile {
                    width: 70px;
                    height: 70px;
                    border-radius: 50px;
                    -webkit-box-shadow: 6px 6px 20px #0B19320000D;
                    box-shadow: 6px 6px 20px #0B19320000D;
                    background-color: #ffff;
                }

                    .permission-reports-main-wrapper .permission-reports-card-details .permission-reports-card-wrapper .permission-reports-rounded-images .permission-reports-images-profile img {
                        height: 32px;
                    }

                .permission-reports-main-wrapper .permission-reports-card-details .permission-reports-card-wrapper .permission-reports-rounded-images .permission-reports-sales-title {
                    font-size: 16px;
                    line-height: 21px;
                    font-weight: 400;
                }

                    .permission-reports-main-wrapper .permission-reports-card-details .permission-reports-card-wrapper .permission-reports-rounded-images .permission-reports-sales-title.permission-reports-sales-color1 {
                        color: #A059B5;
                    }

                    .permission-reports-main-wrapper .permission-reports-card-details .permission-reports-card-wrapper .permission-reports-rounded-images .permission-reports-sales-title.permission-reports-sales-color2 {
                        color: #4DC1B4;
                    }

                    .permission-reports-main-wrapper .permission-reports-card-details .permission-reports-card-wrapper .permission-reports-rounded-images .permission-reports-sales-title.permission-reports-sales-color3 {
                        color: #D29129;
                    }

                    .permission-reports-main-wrapper .permission-reports-card-details .permission-reports-card-wrapper .permission-reports-rounded-images .permission-reports-sales-title.permission-reports-sales-color4 {
                        color: #36BAE3;
                    }

                    .permission-reports-main-wrapper .permission-reports-card-details .permission-reports-card-wrapper .permission-reports-rounded-images .permission-reports-sales-title.permission-reports-sales-color5 {
                        color: #42B671;
                    }

            .permission-reports-main-wrapper .permission-reports-card-details .permission-reports-card-wrapper .permission-reports-list-switch {
                padding: 5px 16px 14px 16px;
            }

                .permission-reports-main-wrapper .permission-reports-card-details .permission-reports-card-wrapper .permission-reports-list-switch .permission-reports-list-title {
                    font-size: 14px;
                    line-height: 16px;
                    font-weight: 400;
                    color: #0B1932;
                    position: relative;
                }

                        /*.permission-reports-main-wrapper .permission-reports-card-details .permission-reports-card-wrapper .permission-reports-list-switch .permission-reports-list-title:before {
                            content: " ";
                            position: absolute;
                            top: -7px;
                            right: 0;
                            width: 5px;
                            height: 5px;
                            border-radius: 25px;
                            background-color: #0B1932;
                        }*/
/* End page permission reports tab */

.chart-sheet-legend li em {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: red;
}

.chart-sheet-legend li {
    text-align: start;
}

.chart-sheet-legend span {
    font-weight: 600;
}

.chart-sheet-legend ul {
    padding: 0;
}

.chart-sheet-main {
    display: flex;
}

@media only screen and (max-width: 1320px) {
    .chart-sheet-main {
        flex-direction: column;
        align-items: center;
    }
}

/* Start campaigns list */

.campaigns-list-main-wrapper .campaigns-list-main-content {
    /*background: #fbfaff;*/
    padding: 0px 63px
}

    .campaigns-list-main-wrapper .campaigns-list-main-content .campaigns-list-campaigns-wrapper {
        padding: 36px 0px
    }

        .campaigns-list-main-wrapper .campaigns-list-main-content .campaigns-list-campaigns-wrapper .campaigns-list-campaigns-title {
            -moz-column-gap: 23px;
            column-gap: 23px
        }

            .campaigns-list-main-wrapper .campaigns-list-main-content .campaigns-list-campaigns-wrapper .campaigns-list-campaigns-title .campaigns-title {
                font-weight: 600;
                font-size: 26px;
                line-height: 30px;
                color: #4DC1B4;
                border-right: 1px solid #0B1932;
                padding-right: 23px;
                cursor: pointer;
            }

            .campaigns-list-main-wrapper .campaigns-list-main-content .campaigns-list-campaigns-wrapper .campaigns-list-campaigns-title .message-title {
                font-weight: 400;
                font-size: 26px;
                line-height: 30px;
                color: #0B1932;
                cursor: pointer;
            }

        .campaigns-list-main-wrapper .campaigns-list-main-content .campaigns-list-campaigns-wrapper .campaigns-list-campaigns-form {
            -moz-column-gap: 20px;
            column-gap: 20px
        }

            .campaigns-list-main-wrapper .campaigns-list-main-content .campaigns-list-campaigns-wrapper .campaigns-list-campaigns-form .campaigns-list-form-page-box .form-control {
                width: 100%;
                min-width: 320px;
                height: 52px;
                background: #fff;
                box-shadow: 0px 0px 10px rgba(0,0,0,.04);
                border-radius: 12px
            }

            .campaigns-list-main-wrapper .campaigns-list-main-content .campaigns-list-campaigns-wrapper .campaigns-list-campaigns-form .campaigns-list-button-head {
                position: relative
            }

                .campaigns-list-main-wrapper .campaigns-list-main-content .campaigns-list-campaigns-wrapper .campaigns-list-campaigns-form .campaigns-list-button-head .campaigns-list-images-icon {
                    background: #4DC1B4;
                    width: 40px;
                    height: 40px;
                    border-radius: 8px;
                    position: absolute;
                    top: -20px;
                    right: 26px
                }

                    .campaigns-list-main-wrapper .campaigns-list-main-content .campaigns-list-campaigns-wrapper .campaigns-list-campaigns-form .campaigns-list-button-head .campaigns-list-images-icon img {
                        background: #4DC1B4
                    }

            .campaigns-list-main-wrapper .campaigns-list-main-content .campaigns-list-campaigns-wrapper .campaigns-list-campaigns-form .campaigns-list-button-add-new {
                background: #4DC1B4;
                box-shadow: 0px 0px 8px rgba(0,0,0,.1);
                border-radius: 9px;
                padding: 12px 18px;
                color: #fff;
                border: none
            }

                .campaigns-list-main-wrapper .campaigns-list-main-content .campaigns-list-campaigns-wrapper .campaigns-list-campaigns-form .campaigns-list-button-add-new .campaigns-list-pluse-btn {
                    font-size: 12px;
                    margin-right: 14px
                }

.campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap th {
    background: #fff;
    border-top: .952843px solid rgba(118,126,140,.4);
    border-bottom: .952843px solid rgba(118,126,140,.4)
}

.campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap td {
    border: none
}

.campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-header {
    padding: 0px
}

    .campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-header .campaigns-list-table-row-header {
        background: #fff
    }

        .campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-header .campaigns-list-table-row-header .campaigns-list-table-cell {
            padding-left: 92px;
            font-weight: 600;
            font-size: 17px;
            line-height: 20px;
            color: #0B1932
        }

        .campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-header .campaigns-list-table-row-header .campaigns-list-table-cell2 {
            font-weight: 600;
            font-size: 17px;
            line-height: 20px;
            color: #0B1932
        }

.campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body:nth-child(odd) {
    background: #f5f5f5
}

.campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body td {
    padding: .75rem
}

.campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-account .campaigns-list-table-account-content {
    padding-left: 84px
}

    .campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-account .campaigns-list-table-account-content .campaigns-list-switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
        margin-top: 10px
    }

        .campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-account .campaigns-list-table-account-content .campaigns-list-switch input {
            opacity: 0;
            width: 0;
            height: 0
        }

            .campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-account .campaigns-list-table-account-content .campaigns-list-switch input:checked + .campaigns-list-slider {
                background-color: #9bb93f
            }

            .campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-account .campaigns-list-table-account-content .campaigns-list-switch input:focus + .campaigns-list-slider {
                box-shadow: 0 0 1px #9bb93f
            }

            .campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-account .campaigns-list-table-account-content .campaigns-list-switch input:checked + .campaigns-list-slider:before {
                transform: translateX(26px)
            }

        .campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-account .campaigns-list-table-account-content .campaigns-list-switch .campaigns-list-slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            transition: .4s
        }

            .campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-account .campaigns-list-table-account-content .campaigns-list-switch .campaigns-list-slider::before {
                position: absolute;
                content: "";
                height: 26px;
                width: 26px;
                left: 4px;
                bottom: 4px;
                background-color: #fff;
                transition: .4s
            }

        .campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-account .campaigns-list-table-account-content .campaigns-list-switch .campaigns-list-round {
            border-radius: 34px;
            display: flex;
            justify-content: flex-start;
            font-size: 12px;
            align-items: center;
            padding-left: 8px;
            color: #fff
        }

            .campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-account .campaigns-list-table-account-content .campaigns-list-switch .campaigns-list-round::before {
                border-radius: 50%
            }

.campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-images-square .campaigns-list-title-images {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #0B1932
}

.campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-images-square .campaigns-list-mark-rounded {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    border: 1px solid #8b8888;
    justify-content: center;
    align-items: center
}

.campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-limit {
    margin-top: 8px
}

    .campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-limit .campaigns-list-table-limit-button {
        vertical-align: middle;
        margin-top: 10px
    }

        .campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-limit .campaigns-list-table-limit-button .campaigns-list-button-active {
            background: #4DC1B4;
            border-radius: 8px;
            color: #fff;
            border: none;
            padding: 7px 15px
        }

        .campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-limit .campaigns-list-table-limit-button .campaigns-list-button-in-active {
            background: #0B1932;
            border-radius: 8px;
            color: #fff;
            border: none;
            padding: 7px 15px
        }

.campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-available {
    vertical-align: middle
}

    .campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-available .campaigns-list-totle-title {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        color: #0B1932
    }

    .campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-available .campaigns-list-delivered-title {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #0B1932
    }

.campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-transfer {
    vertical-align: middle
}

    .campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-transfer .campaigns-list-table-transfer-date {
        font-weight: 500;
        font-size: 15.2455px;
        line-height: 18px;
        color: #0B1932
    }

    .campaigns-list-main-wrapper .campaigns-list-table-wrapper .campaigns-list-table-wrap .campaigns-list-table-row-body .campaigns-list-table-transfer .campaigns-list-table-transfer-time {
        font-weight: 500;
        font-size: 15.2455px;
        line-height: 18px;
        color: #0B1932
    }

/* End campaigns list */

/* Start message */

.campaigns-message-wrapper .campaigns-message-box {
    background: #fbfaff !important;
    padding-bottom: 50px;
    box-shadow: 0px 3px 14px rgb(0 0 0 / 12%), 0px 4px 15px rgb(0 0 0 / 20%), 0px 8px 18px rgb(0 0 0 / 14%);
    border-radius: 4px;
}

    .campaigns-message-wrapper .campaigns-message-box .campaigns-message-heading {
        margin-top: 15px;
        margin-bottom: 23px;
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
        color: #0B1932
    }

    .campaigns-message-wrapper .campaigns-message-box .campaigns-message-card-box {
        padding: 33px 25px;
        background: #FFFFFF;
        border: 1px solid #ECECEC;
        border-radius: 4px;
    }

        .campaigns-message-wrapper .campaigns-message-box .campaigns-message-card-box .campaigns-message-search input {
            max-width: 286px;
            width: 100%;
            height: 39px;
            border: 1px solid #0B1932;
            border-radius: 8px
        }

            .campaigns-message-wrapper .campaigns-message-box .campaigns-message-card-box .campaigns-message-search input::-moz-placeholder {
                font-weight: 400;
                font-size: 16px;
                line-height: 19px;
                color: #0B1932
            }

            .campaigns-message-wrapper .campaigns-message-box .campaigns-message-card-box .campaigns-message-search input:-ms-input-placeholder {
                font-weight: 400;
                font-size: 16px;
                line-height: 19px;
                color: #0B1932
            }

            .campaigns-message-wrapper .campaigns-message-box .campaigns-message-card-box .campaigns-message-search input::placeholder {
                font-weight: 400;
                font-size: 16px;
                line-height: 19px;
                color: #0B1932
            }

        .campaigns-message-wrapper .campaigns-message-box .campaigns-message-card-box .campaigns-textarea-text textarea {
            border: 1px solid #0B1932;
            box-sizing: border-box;
            border-radius: 8px;
            padding-bottom: 13px
        }

            .campaigns-message-wrapper .campaigns-message-box .campaigns-message-card-box .campaigns-textarea-text textarea::-moz-placeholder {
                font-weight: 400;
                font-size: 16px;
                line-height: 18px;
                color: #0B1932
            }

            .campaigns-message-wrapper .campaigns-message-box .campaigns-message-card-box .campaigns-textarea-text textarea:-ms-input-placeholder {
                font-weight: 400;
                font-size: 16px;
                line-height: 18px;
                color: #0B1932
            }

            .campaigns-message-wrapper .campaigns-message-box .campaigns-message-card-box .campaigns-textarea-text textarea::placeholder {
                font-weight: 400;
                font-size: 16px;
                line-height: 18px;
                color: #0B1932
            }

        .campaigns-message-wrapper .campaigns-message-box .campaigns-message-card-box .form-check-radio .form-check .form-check-input input[type=radio]:checked {
            background-color: pink
        }

            .campaigns-message-wrapper .campaigns-message-box .campaigns-message-card-box .form-check-radio .form-check .form-check-input input[type=radio]:checked + label:before {
                background-color: #93e026
            }

        .campaigns-message-wrapper .campaigns-message-box .campaigns-message-card-box .form-check-radio .custom-control-label {
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #0B1932
        }

        .campaigns-message-wrapper .campaigns-message-box .campaigns-message-card-box .form-check-radio .custom-control-input:checked ~ .custom-control-label {
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #0B1932
        }

            .campaigns-message-wrapper .campaigns-message-box .campaigns-message-card-box .form-check-radio .custom-control-input:checked ~ .custom-control-label::before {
                color: #fff;
                background: #4DC1B4;
                border: 1px solid #4DC1B4
            }

            .campaigns-message-wrapper .campaigns-message-box .campaigns-message-card-box .form-check-radio .custom-control-input:checked ~ .custom-control-label.red::before {
                background: #4DC1B4
            }

            .campaigns-message-wrapper .campaigns-message-box .campaigns-message-card-box .form-check-radio .custom-control-input:checked ~ .custom-control-label.green::before {
                background: #4DC1B4;
                font-weight: 400;
                font-size: 16px;
                line-height: 19px;
                color: #0B1932
            }

        .campaigns-message-wrapper .campaigns-message-box .campaigns-message-card-box .campaigns-text-message .campaigns-title-text {
            margin-top: 20px;
            font-weight: 500;
            font-size: 20px;
            line-height: 23px;
            -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
            color: #4DC1B4
        }

        .campaigns-message-wrapper .campaigns-message-box .campaigns-message-card-box .campaigns-text-message .campaigns-button-group .campaigns-cancle-button {
            font-weight: 500;
            font-size: 14px;
            line-height: 16px;
            color: #4DC1B4;
            padding: 8px 14px;
            border: none;
            background: #fff;
            box-shadow: 0px 0px 8px rgba(0,0,0,.1);
            border-radius: 9px
        }

        .campaigns-message-wrapper .campaigns-message-box .campaigns-message-card-box .campaigns-text-message .campaigns-button-group .campaigns-announce-button {
            font-weight: 500;
            font-size: 14px;
            line-height: 16px;
            color: #fff;
            padding: 8px 16px;
            border: none;
            background: #4DC1B4;
            box-shadow: 0px 0px 8px rgba(0,0,0,.1);
            border-radius: 9px
        }

    .campaigns-message-wrapper .campaigns-message-box .campaigns-recent-wrapper .campaigns-recents-heading {
        margin-top: 15px;
        margin-bottom: 23px;
        font-weight: 400;
        font-size: 22px;
        line-height: 30px;
        color: #0B1932
    }

    .campaigns-message-wrapper .campaigns-message-box .campaigns-recent-wrapper .campaigns-message-card-title {
        padding: 10px 31px ;
        background: #FFFFFF;
        border: 1px solid #ECECEC;
        border-radius: 4px;
    }

        .campaigns-message-wrapper .campaigns-message-box .campaigns-recent-wrapper .campaigns-message-card-title .campaigns-title-text .campaigns-title {
            font-weight: 400;
            font-size: 16px;
            line-height: 21px;
            color: #0B1932;
            /*padding-top: 10px*/
        }

        .campaigns-message-wrapper .campaigns-message-box .campaigns-recent-wrapper .campaigns-message-card-title .campaigns-title-text .campaigns-description {
            margin: 0;
            font-weight: 400;
            font-size: 14px;
            line-height: 19px;
            color: #0B1932;
            width: 270px;
            display: -webkit-box;
            max-width: 100%;
            font-size: 14px;
        }

/* End message */

/* End campaign objective */

.campaign-modal-box {
    max-width: 1200px;
    height: 626px;
    margin: 0 auto;
    background: #fbfaff;
    box-shadow: 0px 0px 10px rgba(0,0,0,.25);
    border-radius: 20px;
    margin-top: 0px;
    padding: 51px 73px 75px 73px;
}
.modal-dialog .modal-content {
    border-radius: 20px;
    border: 1px solid #0B1932;
}


    .modal-dialog .modal-content .modal-body {
       padding:0px;
    }

@media screen and (max-width: 767px) {
    .campaign-modal-box {
        height: 850px
    }
}

.campaign-modal-box .compaign-objective-title .campaign-modal-title {
    padding-top: 51px;
    padding-left: 0 px;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: .02em;
    color: #0B1932
}

.campaign-modal-box .campaign-model-card-box {
    background: #fff;
    box-shadow: 0px 0px 8.00759px rgba(0,0,0,.04);
    border-radius: 13px;
    margin-top: 41px;
    padding: 16px 16px 16px 16px
}

    .campaign-modal-box .campaign-model-card-box .model-icon-compaign .model-icon-book {
        height: 30px
    }

    .campaign-modal-box .campaign-model-card-box .model-icon-compaign .model-icon-card {
        border-radius: 50%;
        width: 16px;
        height: 16px;
        display: flex;
        font-size: 11px;
        border: 1.60152px solid #0B1932;
        justify-content: center;
        align-items: center
    }

    .campaign-modal-box .campaign-model-card-box .model-text-loyality {
        font-weight: 700;
        font-size: 20.8197px;
        line-height: 24px;
        color: #0B1932;
        padding-top: 11px;
        margin: 0px
    }

    .campaign-modal-box .campaign-model-card-box .model-text-loyality-paragraph {
        padding-top: 9px;
        margin: 0px;
        font-weight: 400;
        font-size: 12.8121px;
        line-height: 15px;
        color: #0B1932;
        max-width: 206px;
    }

/* End campaign objective */

/* Start campaign encourage */

.campaign-encourage-Loyalty {
    background: #fbfaff;
    border-radius: 23.5018px;
    background: #FBFAFF;
    box-shadow: 0px 0px 11.7509px rgba(0, 0, 0, 0.25);
}

    .campaign-encourage-Loyalty .model-box-loyality {
        padding: 65px 114px 67px 85px;
    }

.campaign-encourage-Loyalty .encourage-loyality-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #0B1932;
    margin-bottom: 60px
}

    .campaign-encourage-Loyalty .encourage-offer-number {
        background: #4DC1B4;
        width: 30.32px;
        height: 30.32px;
        border-radius: 50%;
        font-weight: 600;
        font-size: 22.0485px;
        line-height: 27px
    }

    .campaign-encourage-Loyalty .encourage-header-text {
        font-weight: 400;
        font-size: 24.8046px;
        line-height: 30px;
        letter-spacing: -0.007em;
        color: #0B1932
    }

    .campaign-encourage-Loyalty .encourage-input-grop-wrap {
        
    }

        .campaign-encourage-Loyalty .encourage-input-grop-wrap form {
            width: 45%
        }

            .campaign-encourage-Loyalty .encourage-input-grop-wrap form label {
               
                font-size: 16.5364px;
                line-height: 20px;
                color: #0B1932;
                margin-bottom: 15px
            }

            .campaign-encourage-Loyalty .encourage-input-grop-wrap form input {
                background: #fff;
                border: 1.37803px solid rgba(118,126,140,.2);
                box-shadow: 0px 0px 2.75607px rgba(0,0,0,.05);
                border-radius: 5.51214px;
                padding: 28px 20px;
                /* font-weight: 500; */
                font-size: 16.5364px;
                line-height: 20px;
                color: #0B1932
            }

    .campaign-encourage-Loyalty .encourage-footer-wrap a {
        font-style: normal;
        font-weight: 500;
        font-size: 19.2925px;
        line-height: 23px;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        color: #4DC1B4
    }

        .campaign-encourage-Loyalty .encourage-footer-wrap a:hover {
            color: #af383e
        }

    .campaign-encourage-Loyalty .encourage-footer-wrap button {
        margin: 0 15px
    }

        .campaign-encourage-Loyalty .encourage-footer-wrap button.encourage-cancel-btn {
            background: #fff;
            box-shadow: 0px 0px 11.0243px rgba(0,0,0,.1);
            border-radius: 12.4023px;
            color: #0B1932;
            /*padding: 15px 30px*/
            width: 80px;
            height: 40px;
        }

        .campaign-encourage-Loyalty .encourage-footer-wrap button.campaign-encourage-btn {
            /*padding: 15px 35px;*/
            background: #4DC1B4;
            box-shadow: 0px 0px 11.0243px rgba(0,0,0,.1);
            border-radius: 12.4023px;
            color: #0B1932;
            /*width: 80px;*/
            height: 40px;
        }

    .campaign-encourage-Loyalty .encourage-footer-wrap .encourage-btn-group-wrap {
        padding-top: 55px;
    }

@media(max-width: 575.98px) {
    .campaign-encourage-Loyalty .encourage-footer-wrap .encourage-btn-group-wrap {
        margin-top: 15px;
    }
}

@media(max-width: 768px) {
    .campaign-encourage-Loyalty .encourage-input-grop-wrap form {
        width: 100%
    }

    .campaign-encourage-Loyalty .encourage-footer-wrap button.encourage-cancel-btn {
        padding: 10px 20px
    }

    .campaign-encourage-Loyalty .encourage-footer-wrap button.campaign-encourage-btn {
        padding: 10px 20px
    }
}

.confirm-popup-text {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #0B1932;
}

.cancel-button-confirm-popup {
    width: 105px;
    height: 55px;
    left: 147px;
    top: 120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 11.0243px rgba(0, 0, 0, 0.1);
    border-radius: 12.4023px;
    color: #4DC1B4;
    border: #FFFFFF;
    font-size: 20px;
}

.ok-button-confirm-popup {
    width: 105px;
    height: 55px;
    left: 282px;
    top: 120px;
    background: #4DC1B4;
    box-shadow: 0px 0px 11.0243px rgba(0, 0, 0, 0.1);
    border-radius: 12.4023px;
    color: #0B1932;
    border: #4DC1B4;
    font-size: 20px;
}

.success-msg-modal {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #0B1932;
}

#divCalendarAnnouncement {
    position: absolute;
}

    #divCalendarAnnouncement .k-calendar {
        margin-top: 0 !important;
    }

#divCampaignStartDate .k-datepicker,
#divCampaignEndDate .k-datepicker {
    height: 60px !important;
}

#divCampaignStartDate .k-picker-wrap,
#divCampaignEndDate .k-picker-wrap {
    height: 100% !important;
}

    #divCampaignStartDate .k-picker-wrap .k-select,
    #divCampaignEndDate .k-picker-wrap .k-select {
        align-items: center;
        display: flex;
        justify-content: center;
    }

/* End campaign encourage */

/* Start cartzie activity */

.activity-main-wrapper .activity-main-table {
    /*background: #fbfaff;*/
    padding: 0px 63px;
}

    .activity-main-wrapper .activity-main-table .activity-main-button-wrapper .activity-title-text {
        font-weight: 400;
        font-size: 26px;
        line-height: 30px;
        color: #0B1932;
        padding-top: 39px;
    }

    .activity-main-wrapper .activity-main-table .activity-main-button-wrapper .activity-button-box {
        margin-top: 34px;
        padding: 12px 17px;
        background: #4DC1B4;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #0B1932;
        border: none;
        border-radius: 9px;
    }

        .activity-main-wrapper .activity-main-table .activity-main-button-wrapper .activity-button-box img {
            padding-right: 13px;
        }

    .activity-main-wrapper .activity-main-table .activity-card-wrapper {
        margin-top: 30px;
        background: #ffffff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
        border-radius: 17px;
    }

        .activity-main-wrapper .activity-main-table .activity-card-wrapper .activity-card-contect {
            background: white;
            padding: 17px 0px 17px 25px;
            position: relative;
        }

            .activity-main-wrapper .activity-main-table .activity-card-wrapper .activity-card-contect .activity-conatct-profile {
                width: 110px;
                height: 110px;
                background: #ffffff;
                box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
                border-radius: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .activity-main-wrapper .activity-main-table .activity-card-wrapper .activity-card-contect .activity-conatct-profile img {
                    width: 52px;
                    height: 60px;
                    object-fit: contain;
                }

            .activity-main-wrapper .activity-main-table .activity-card-wrapper .activity-card-contect .activity-card-text {
                position: relative;
            }

               /* .activity-main-wrapper .activity-main-table .activity-card-wrapper .activity-card-contect .activity-card-text::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 157px;
                    background-color: #0B1932;
                    color: #fff;
                    width: 1px;
                    height: 100px;
                    opacity: 0.4;
                }*/

                .activity-main-wrapper .activity-main-table .activity-card-wrapper .activity-card-contect .activity-card-text h5 {
                    font-weight: 600;
                    font-size: 52px;
                    line-height: 61px;
                    color: #0B1932;
                }

                .activity-main-wrapper .activity-main-table .activity-card-wrapper .activity-card-contect .activity-card-text h6 {
                    font-style: normal;
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 19px;
                    color: #0B1932;
                }

            .activity-main-wrapper .activity-main-table .activity-card-wrapper .activity-card-contect .activity-card-text1 {
                position: relative;
            }

                .activity-main-wrapper .activity-main-table .activity-card-wrapper .activity-card-contect .activity-card-text1::after {
                   /* content: "";
                    position: absolute;
                    top: 0;
                    left: 127px;
                    background-color: #0B1932;
                    color: #fff;
                    width: 1px;
                    height: 100px;
                    opacity: 0.4;*/
                }

                .activity-main-wrapper .activity-main-table .activity-card-wrapper .activity-card-contect .activity-card-text1 h5 {
                    font-weight: 600;
                    font-size: 52px;
                    line-height: 61px;
                    color: #4DC1B4;
                }

                .activity-main-wrapper .activity-main-table .activity-card-wrapper .activity-card-contect .activity-card-text1 h6 {
                    font-style: normal;
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 19px;
                    color: #0B1932;
                }

            .activity-main-wrapper .activity-main-table .activity-card-wrapper .activity-card-contect .activity-card-text2 h5 {
                font-weight: 600;
                font-size: 52px;
                line-height: 61px;
                color: #99DBF9;
            }

            .activity-main-wrapper .activity-main-table .activity-card-wrapper .activity-card-contect .activity-card-text2 h6 {
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 19px;
                color: #0B1932;
            }

    .activity-main-wrapper .activity-main-table .activity-table-main-box {
        background: #ffffff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
        border-radius: 17px;
    }

        .activity-main-wrapper .activity-main-table .activity-table-main-box .table {
            text-align: center;
        }

            .activity-main-wrapper .activity-main-table .activity-table-main-box .table thead .title-header th {
                padding: 20px;
                border-top: 1px solid #efefef;
                border-bottom: 1px solid #efefef;
            }

            .activity-main-wrapper .activity-main-table .activity-table-main-box .table thead .title-header .title-top {
                font-style: normal;
                font-weight: 600;
                font-size: 18px;
                line-height: 21px;
                letter-spacing: 0.02em;
                color: #0B1932;
            }

            .activity-main-wrapper .activity-main-table .activity-table-main-box .table tbody .row-table td {
                padding: 20px;
            }

            .activity-main-wrapper .activity-main-table .activity-table-main-box .table tbody .row-table .union-text .union {
                font-style: normal;
                font-weight: 600;
                font-size: 18px;
                line-height: 21px;
                letter-spacing: 0.02em;
                color: #0B1932;
                border-radius: 50px;
                width: 38px;
                height: 38px;
                padding: 8px;
                background: #35b6ff;
            }

            .activity-main-wrapper .activity-main-table .activity-table-main-box .table tbody .row-table .union-text .user {
                padding-left: 13px;
                font-style: normal;
                font-weight: 600;
                font-size: 18px;
                line-height: 21px;
                color: #0B1932;
            }

            .activity-main-wrapper .activity-main-table .activity-table-main-box .table tbody .row-table .time {
                font-weight: 400;
                font-size: 18px;
                line-height: 21px;
                color: #0B1932;
            }

            .activity-main-wrapper .activity-main-table .activity-table-main-box .table tbody .row-table .pluse-title {
                font-style: normal;
                font-weight: 700;
                font-size: 18px;
                line-height: 21px;
                color: #4DC1B4;
            }

            .activity-main-wrapper .activity-main-table .activity-table-main-box .table tbody .row-table .zero-value {
                font-style: normal;
                font-weight: 700;
                font-size: 18px;
                line-height: 21px;
                color: #99DBF9;
            }

            .activity-main-wrapper .activity-main-table .activity-table-main-box .table tbody .row-table .phone {
                font-weight: 400;
                font-size: 18px;
                line-height: 21px;
                color: #0B1932;
            }

            .activity-main-wrapper .activity-main-table .activity-table-main-box .table tbody .row-table .email {
                font-weight: 400;
                font-size: 18px;
                line-height: 21px;
                color: #767e8c;
            }

.activity-pager-total {
    width: 95px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #0B1932;
}

.activity-pager-next,
.activity-pager-prev {
    width: 9px;
    height: 16px;
}

.activity-pager-active {
    width: 36px;
    height: 36px;
    background: #4DC1B4;
    border-radius: 6px;
    align-items: center;
    display: flex;
    justify-content: center;
}

    .activity-pager-active span {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -0.03em;
        color: #0B1932;
    }

.activity-pager-number {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(118, 126, 140, 0.4);
    border-radius: 6px;
    align-items: center;
    display: flex;
    justify-content: center;
}

    .activity-pager-number span {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -0.03em;
        color: #0B1932;
    }

.activity-pager-more {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(118, 126, 140, 0.4);
    border-radius: 6px;
    align-items: center;
    display: flex;
    justify-content: center;
}

    .activity-pager-more span {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -0.03em;
        color: #0B1932;
    }

/* End cartzie activity */

/* Start cartzie dashboard */

.dashboard-main-wrapper .dashboard-box {
    /*background-color: #fbfaff;*/
   
    padding:0px 62px 0px 69px;
    margin: 43px 0px;
}

    .dashboard-main-wrapper .dashboard-box .dashboard-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .dashboard-main-wrapper .dashboard-box .dashboard-header h2 {
            font-style: normal;
            font-weight: 400;
            font-size: 26px;
            line-height: 30px;
            letter-spacing: -0.03em;
            color: #0B1932;
        }

            .dashboard-main-wrapper .dashboard-box .dashboard-header h2 span {
                font-style: normal;
                font-weight: 400;
                font-size: 26px;
                line-height: 30px;
                color: #0B1932;
            }

        .dashboard-main-wrapper .dashboard-box .dashboard-header .dashboard-images-systeam {
            position: relative;
        }

            .dashboard-main-wrapper .dashboard-box .dashboard-header .dashboard-images-systeam .dashboard-icon-images {
                position: absolute;
                top: 6px;
                right: 11px;
                width: 40px;
                height: 40px;
                background: #4DC1B4;
                border-radius: 8px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .dashboard-main-wrapper .dashboard-box .dashboard-header .dashboard-images-systeam .form-control {
                border: none;
                height: 52px;
                width: 100%;
                min-width: 320px;
                background: #FFFFFF;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
                border-radius: 12px;
            }

    .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper {
        padding-top: 32px;
    }
    .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper container {
        max-width:1240px;
    }

        .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-main {
            background-color: red;
            background: #ffffff;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
            border-radius: 17px;
            padding: 17px;
            width: 100%;
        }

            .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-main .dashboard-photo-imges {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
            }
             
                .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-main .dashboard-photo-imges .design-dot {
                    display:flex;
                }

            .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-main .dashboard-photo-imges .profile-images img{
            
                margin-top:18px;

            }



.dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-main .dashboard-photo-imges .exlamination {
    border: 2px solid #c6c6c6;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-main .dashboard-photo-imges .exlaminatio {
    border: 2px solid #0B1932;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #0B1932;
}



                .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-main .dashboard-photo-imges .dashboard-main-sections-card .dashboard-total-title {
                    display: flex;
                    justify-content:space-between;
                    padding-top: 17px;
                }

                    .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-main .dashboard-photo-imges .dashboard-main-sections-card .dashboard-total-title .dashboard-title {
                        font-style: normal;
                        font-weight: 500;
                        font-size: 16px;
                        line-height: 19px;
                        letter-spacing: 0.02em;
                        color: #0B1932;
                        padding-right: 32px;

                    }

          
/* .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-main .dashboard-photo-imges .dashboard-main-sections-card .dashboard-total-title span {
                        border: 2px solid #0B1932;
                        border-radius: 50px;
                        width: 20px;
                        height: 20px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        background-color: white;
                        font-style: normal;
                        font-weight: 600;
                        font-size: 14px;
                        line-height: 16px;
                        color: #0B1932;
                    }*/
.dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-main .dashboard-photo-imges .dashboard-main-sections-card .dashboard-number-title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    margin: 0;
    color: #0B1932;
    padding-top: 23px;
}

                .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-main .dashboard-photo-imges .dashboard-main-sections-card .dashboard-avg-new {
                    display: flex;
                    padding-top: 10px;
                }

                    .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-main .dashboard-photo-imges .dashboard-main-sections-card .dashboard-avg-new .dashboard-title-avg {
                        font-style: normal;
                        font-weight: 600;
                        font-size: 16px;
                        line-height: 19px;
                        color: #4DC1B4;
                    }

                    .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-main .dashboard-photo-imges .dashboard-main-sections-card .dashboard-avg-new .dashboard-title-dot {
                        padding-left: 5px;
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                    }

                    .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-main .dashboard-photo-imges .dashboard-main-sections-card .dashboard-avg-new .dashboard-paragraph {
                        font-style: normal;
                        font-weight: 500;
                        font-size: 16px;
                        line-height: 19px;
                        padding-left: 5px;
                        color: #0B1932;
                    }

        .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-graph {
            background: #ffffff;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
            border-radius: 17px;
            padding: 26px;
        }

            .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-graph .dashboard-graph-header {
                display: flex;
                justify-content: space-between;
            }

                .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-graph .dashboard-graph-header .option-select select {
                    height: 35px;
                    border-radius: 4px;
                    color: #0B1932;
                }

                .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-graph .dashboard-graph-header h5 {
                    font-style: normal;
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 19px;
                    color: #0B1932;
                }

                .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-graph .dashboard-graph-header .dropdown a {
                    font-style: normal;
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 16px;
                    text-decoration: none;
                    color: #0B1932;
                    padding-right: 4px;
                    border-right: 1px solid #e3e4e6;
                }

                .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-graph .dashboard-graph-header h6 {
                    font-style: normal;
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 16px;
                    color: #0B1932;
                }

            .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-graph .dashboard-images-wave img {
                width: 100%;
                height: 280px;
            }

        .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-graph-audiance {
            background: #ffffff;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
            border-radius: 17px;
            padding: 27px 40px;
        }

            .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-graph-audiance .dashboard-audiance {
                justify-content: space-between;
            }

                .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-graph-audiance .dashboard-audiance h4 {
                    font-style: normal;
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 19px;
                    color: #0B1932;
                }

                .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-graph-audiance .dashboard-audiance h6 {
                    font-style: normal;
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 16px;
                    color: #0B1932;
                }

            .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-graph-audiance img {
                width: 100%;
                height: 270px;
            }

        .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-activity {
            background: #ffffff;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
            border-radius: 17px;
            padding: 24px 46px;
        }

            .dashboard-main-wrapper .dashboard-box .dashboard-card-main-wrapper .dashboard-card-activity .dashboard-card-circle h4 {
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 19px;
                color: #0B1932;
            }

/* End cartzie dashboard */

/* Start campaigns v2 */
.api-section {
    padding: 32px 69px 37px 62px;
}

.campaign-v2-mini-header {
  
    
}

    .campaign-v2-mini-header .campaign-v2-list-campaigns-form {
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }

        .campaign-v2-mini-header .campaign-v2-list-campaigns-form .campaign-v2-form-page-box .form-control {
            width: 100%;
            min-width: 472px;
            height: 56px;
            background: #ffffff;
            -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
            border-radius: 4px;
        }

        .campaign-v2-mini-header .campaign-v2-list-campaigns-form .campaign-v2-button-head {
            position: relative;
        }

            .campaign-v2-mini-header .campaign-v2-list-campaigns-form .campaign-v2-button-head .campaign-v2-images-icon {
                background: #E5E6E2;
                width: 42px;
                height: 42px;
                border-radius: 8px;
                position: absolute;
                top: -20px;
                right: 26px;
            }

                .campaign-v2-mini-header .campaign-v2-list-campaigns-form .campaign-v2-button-head .campaign-v2-images-icon img {
                    width: 25px;
                    height: 25px;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

        .campaign-v2-mini-header .campaign-v2-list-campaigns-form .campaign-v2-button-add-new {
            background: #4DC1B4;
            -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
            border-radius: 9px;
            padding: 12px 18px;
            color: #fff;
            border: none;
        }

            .campaign-v2-mini-header .campaign-v2-list-campaigns-form .campaign-v2-button-add-new .campaign-v2-pluse-btn {
                font-size: 12px;
                margin-right: 14px;
            }

    .campaign-v2-mini-header .campaign-v2-button-name .campaign-v2-button-message {
        background: #4DC1B4;
        border-radius: 4px;
        padding: 6px 25px;
        border: none;
    }

        .campaign-v2-mini-header .campaign-v2-button-name .campaign-v2-button-message img {
            width: 32px;
            height: 32px;
        }

        .campaign-v2-mini-header .campaign-v2-button-name .campaign-v2-button-message .campaign-v2-send-text {
            font-weight: 700;
            font-size: 14px;
            line-height: 150%;
            letter-spacing: 0.1px;
            color: #0B1932;
        }

.campaign-v2-card-wrapper-icon {
    margin: 32px 0px;
    padding:27px 24px;
    background-color: #fff;
}

    .campaign-v2-card-wrapper-icon .campaign-v2-title-add {
        padding-left: 24px;
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 0.5px;
        color: #4DC1B4;
    }

    .campaign-v2-card-wrapper-icon .owl-carousel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        padding: 10px 0px 30px 0px;
    }

        .campaign-v2-card-wrapper-icon .owl-carousel .owl-stage {
            height: 130px;
            padding-top: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }

        .campaign-v2-card-wrapper-icon .owl-carousel .owl-dots .owl-dot {
            color: #D9D9D9;
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            border-radius: 10px;
            background: #D9D9D9;
            display: block;
        }

        .campaign-v2-card-wrapper-icon .owl-carousel .owl-dots .active {
            color: #4DC1B4;
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            border-radius: 10px;
            background: #4DC1B4 !important;
            display: block;
        }

        .campaign-v2-card-wrapper-icon .owl-carousel .owl-nav {
            display:flex;
            justify-content:center;
            align-items:center;
            gap:20px;
            padding-top:40px;
            position:relative;
        }

.campaign-v2-card-wrapper-icon .owl-carousel .owl-nav .disabled {
    color: #0B1932;
}

            .campaign-v2-card-wrapper-icon .owl-carousel .owl-nav .owl-next,
            .campaign-v2-card-wrapper-icon .owl-carousel .owl-nav .owl-prev {
                text-transform: capitalize;
            }

            .campaign-v2-card-wrapper-icon .owl-carousel .owl-nav .disabled {
                color: #0B1932;
            }

        .campaign-v2-card-wrapper-icon .owl-carousel .owl-stage-outer .owl-stage:first-child {
            margin-left: 3px;
        }

        .campaign-v2-card-wrapper-icon .owl-carousel .owl-dots {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: -45px;
            color: #B8B8B8;
        }


        .campaign-v2-card-wrapper-icon .owl-carousel .item {
            height: 110px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: #ffffff;
            -webkit-box-shadow: 0px 3px 10px rgba(14, 13, 69, 0.09);
            box-shadow: 0px 3px 10px rgba(14, 13, 69, 0.09);
            border-radius: 4px;
        }

            .campaign-v2-card-wrapper-icon .owl-carousel .item .item-images img {
                width: 40px;
                height: 40px;
                -o-object-fit: contain;
                object-fit: contain;
            }

            .campaign-v2-card-wrapper-icon .owl-carousel .item .title-gap {
                -webkit-column-gap: 6px;
                column-gap: 6px;
            }

                .campaign-v2-card-wrapper-icon .owl-carousel .item .title-gap .item-title {
                    font-size: 16px;
                    font-weight: 600;
                }

                .campaign-v2-card-wrapper-icon .owl-carousel .item .title-gap .item-notification img {
                    width: 20px;
                    height: 20px;
                }

    /*.campaign-v2-card-wrapper-icon .owl-theme .owl-dots span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        border-radius: 10px;
        background: #4DC1B4 !important;
        display: block;
    }*/

.campaign-v2-filter-wrapper .filter button#btnCampaignFilter {
    padding: 12px 27px;
    background: #4DC1B4;
    border: 1px solid #4DC1B4;
    border-radius: 5px;
}

.campaign-v2-filter-wrapper .button-group {
    -webkit-column-gap: 5px;
    column-gap: 510px;
}

    .campaign-v2-filter-wrapper .button-group button {
        background: #2978A7;
        border-radius: 22px;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0.25px;
        color: #ffffff;
        border: none;
        padding: 6px 10px;
        margin-bottom: 4px;
    }

        .campaign-v2-filter-wrapper .button-group button span img {
            width: 24px;
            height: 24px;
        }

    .campaign-v2-filter-wrapper .button-group .autorenue-images a {
        font-size: 14px;
        letter-spacing: 0.1px;
        color: #0B1932;
        text-decoration: none;
    }

        .campaign-v2-filter-wrapper .button-group .autorenue-images a img {
            width: 24px;
            height: 24px;
        }

.campaign-v2-table-wrapper .campaign-v2-table-wrap th {
    background: #ffffff;
    border-top: 0.95284px solid rgba(118, 126, 140, 0.4);
    border-bottom: 0.95284px solid rgba(118, 126, 140, 0.4);
}

.campaign-v2-table-wrapper .campaign-v2-table-wrap td {
    border: none;
}

.campaign-v2-table-wrapper .campaign-v2-table-wrap .table-header {
    padding: 0px;
}

    .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-header .table-row-header {
        background: #ffffff;
    }

        .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-header .table-row-header .table-cell {
            padding-left: 20px;
            font-family: "Varela Round";
            font-weight: 600;
            font-size: 17px;
            line-height: 20px;
            color: #0B1932;
        }

        .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-header .table-row-header .table-cell2 {
            font-family: "Varela Round";
            font-weight: 600;
            font-size: 17px;
            line-height: 20px;
            color: #0B1932;
        }

.campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body {
    border-bottom: 1px solid #dfdede;
}

    .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body td {
        padding: 0.75rem;
    }

    .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-account .table-account-content {
        padding-left: 84px;
    }

        .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-account .table-account-content .switch {
            position: relative;
            display: inline-block;
            width: 60px;
            height: 34px;
            margin-top: 10px;
        }

            .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-account .table-account-content .switch input {
                opacity: 0;
                width: 0;
                height: 0;
            }

                .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-account .table-account-content .switch input:checked + .slider {
                    background-color: #9bb93f;
                }

                .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-account .table-account-content .switch input:focus + .slider {
                    -webkit-box-shadow: 0 0 1px #9bb93f;
                    box-shadow: 0 0 1px #9bb93f;
                }

                .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-account .table-account-content .switch input:checked + .slider:before {
                    -webkit-transform: translateX(26px);
                    transform: translateX(26px);
                }

            .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-account .table-account-content .switch .slider {
                position: absolute;
                cursor: pointer;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: #ccc;
                -webkit-transition: 0.4s;
                transition: 0.4s;
            }

                .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-account .table-account-content .switch .slider::before {
                    position: absolute;
                    content: "";
                    height: 26px;
                    width: 26px;
                    left: 4px;
                    bottom: 4px;
                    background-color: white;
                    -webkit-transition: 0.4s;
                    transition: 0.4s;
                }

            .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-account .table-account-content .switch .round {
                border-radius: 34px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                font-size: 12px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding-left: 8px;
                color: #fff;
            }

                .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-account .table-account-content .switch .round::before {
                    border-radius: 50%;
                }

    .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-images-square {
        gap: 10px;
    }

        .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-images-square .title-images {
            font-family: "Varela Round";
            font-size: 16px;
            line-height: 18px;
            color: #0B1932;
            padding: 0px 5px;
        }

        .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-images-square .mark-rounded img {
            width: 20px;
            height: 20px;
            -o-object-fit: contain;
            object-fit: contain;
        }

    .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-limit {
        margin-top: 8px;
    }

        .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-limit .table-limit-button {
            vertical-align: middle;
            margin-top: 10px;
        }

            .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-limit .table-limit-button .button-active {
                background: #4DC1B4;
                border-radius: 23px;
                font-size: 14px;
                letter-spacing: 0.1px;
                color: #10685C;
                border: none;
                padding: 4px 16px;
            }

            .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-limit .table-limit-button .button-inactive {
                background: #FFEBC2;
                border-radius: 23px;
                font-size: 14px;
                letter-spacing: 0.1px;
                color: #BA7F10;
                border: none;
                padding: 4px 16px;
            }

    .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-available {
        vertical-align: middle;
    }

        .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-available .totle-title {
            font-family: "Varela Round";
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 18px;
            color: #0B1932;
        }

        .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-available .delivered-title {
            font-family: "Varela Round";
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 16px;
            color: #0B1932;
        }

    .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-transfer {
        vertical-align: middle;
    }

        .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-transfer .table-transfer-date {
            font-family: "Varela Round";
            font-size: 16px;
            line-height: 18px;
            color: #0B1932;
        }

        .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .table-transfer .table-transfer-time {
            font-size: 16px;
            line-height: 18px;
            color: #0B1932;
        }

    .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .btn-group {
        overflow: hidden;
        font-size: 12px;
        background: #F0F0F0;
        border-radius: 33px;
        margin-left: 10px;
    }

        .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .btn-group .btn-default {
            border-radius: 58px;
            color: #fff;
            background-color: #4DC1B4;
        }

        .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .btn-group .btn-primary {
            border: none;
            color: #0B1932;
            background-color: #F0F0F0 !important;
        }

        .campaign-v2-table-wrapper .campaign-v2-table-wrap .table-row-body .btn-group .btn-off {
            border-radius: 58px;
            color: #fff;
            background-color: #F8BC2E;
        }

.campaign-v2-section-change button {
    border: 1px solid #e1e1e1;
    background-color: white;
}

.active-pager-campaign-grid {
    width: 40px;
    height: 40px;
    background: #4DC1B4;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    text-align: center;
    color: #0B1932;
    line-height:24px;
}

.inactive-pager-campaign-grid {
    color: #0B1932;
    font-size: 18px;
    background-color: unset;
    border: unset;
}

.campaign-filter-header-menu-icon {
    color: #0B1932;
    position: relative;
    margin-right: 10px;
    margin-top: 3px;
}

.campaign-filter-header-menu {
    height: 430px;
    max-height: 430px;
    min-height: 430px;
    width: 353px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 3px 4px #0B193200026;
    border-radius: 10px;
    position: absolute;
    background-color: #fff;
    top: 51px;
    z-index: 3;
}

.accordian-filter-popup {
    overflow-y: auto !important;
    height: 430px !important;
    max-height: 430px !important;
    min-height: 430px !important;
    -webkit-overflow-scrolling: touch;
    width: 353px;
    left: 0px;
    top: 2px;
    background: #fff;
    border-radius: 4px;
    -webkit-filter: drop-shadow(0px 3px 14px rgba(0, 0, 0, 0.12)) drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.2)) drop-shadow(0px 8px 18px rgba(0, 0, 0, 0.14));
    filter: drop-shadow(0px 3px 14px rgba(0, 0, 0, 0.12)) drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.2)) drop-shadow(0px 8px 18px rgba(0, 0, 0, 0.14));
}

    .accordian-filter-popup .dropdown-toggle:after {
        content: "#";
        display: inline-block;
        margin-left: 10.255em;
        vertical-align: 0.255em;
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .accordian-filter-popup .store-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 10px;
        column-gap: 10px;
        padding: 26px 0px 13px 27px;
    }

        .accordian-filter-popup .store-title input {
            width: 20px;
            height: 20px;
        }

        .accordian-filter-popup .store-title span {
            font-weight: 400;
            font-size: 14px;
            color: #0F172C;
        }

        .accordian-filter-popup .card {
            border: none !important;
            height: auto;
        }

            .accordian-filter-popup .card:last-child .card-header {
                border: none;
            }

        .accordian-filter-popup .card-header {
            border-bottom: 1px solid transparent;
            background: transparent;
            padding: 0px 26px;
        }

        .accordian-filter-popup .card-body {
            padding: 0px 26px;
        }

            .accordian-filter-popup .card-body .form-check-box {
                border-bottom: 1px solid #E4E4E4;
            }

                .accordian-filter-popup .card-body .form-check-box .label-Encorage {
                    font-weight: 400;
                    font-size: 14px;
                    color: #5E5E5E;
                }

                .accordian-filter-popup .card-body .form-check-box .number-check {
                    gap: 5px;
                }

                    .accordian-filter-popup .card-body .form-check-box .number-check span {
                        font-weight: 500;
                        font-size: 12px;
                        color: #909295;
                    }

                    .accordian-filter-popup .card-body .form-check-box .number-check input[type=radio]#Green {
                        accent-color: #4DC1B4;
                        color: #4DC1B4;
                    }

                    .accordian-filter-popup .card-body .form-check-box .number-check input[type=checkbox]#active1 {
                        accent-color: #4DC1B4;
                        color: #4DC1B4;
                    }

                    .accordian-filter-popup .card-body .form-check-box .number-check input {
                        width: 18px;
                        height: 18px;
                    }

        .accordian-filter-popup .fa-stack {
            font-size: 16px;
            padding-left: 24px;
        }

        .accordian-filter-popup .btn {
            width: 100%;
            font-weight: 500;
            font-size: 14px;
            color: #0B1932;
            padding: 0;
        }

        .accordian-filter-popup .btn-link:hover {
            text-decoration: none;
        }

        .accordian-filter-popup .btn-link:focus {
            text-decoration: none;
        }

        .accordian-filter-popup li + li {
            margin-top: 10px;
        }

    .accordian-filter-popup #style-2::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }


/* End campaigns v2 */

/* Start campaigns popup v2 */
.v2-loyality-compaingn-box {
    /*max-width: 975px;
    height: 1200px;
    padding: 60px 40px 0px 40px;*/
}

    .v2-loyality-compaingn-box .form-control:focus {
        background-color: #fff;
        border-color: #a5a6a7;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .v2-loyality-compaingn-box .v2-loyality-compaingn-setup {
        gap: 20px;
    }

        .v2-loyality-compaingn-box .v2-loyality-compaingn-setup .v2-title-loyality {
            font-size: 16px;
            letter-spacing: 0.15px;
            text-transform: capitalize;
            color: #4DC1B4;
        }

            .v2-loyality-compaingn-box .v2-loyality-compaingn-setup .v2-title-loyality .v2-title-loyality-number {
                padding-right: 5px;
            }

        .v2-loyality-compaingn-box .v2-loyality-compaingn-setup .v2-title-loyality-main {
            font-weight: 500;
            font-size: 16px;
            color: #878787;
        }

            .v2-loyality-compaingn-box .v2-loyality-compaingn-setup .v2-title-loyality-main .v2-title-loyality-number {
                padding-right: 5px;
            }

    .v2-loyality-compaingn-box .v2-main-title-text {
        padding: 12px 0px;
    }

        .v2-loyality-compaingn-box .v2-main-title-text h5 {
            font-weight: 500;
            font-size: 24px;
            color: #0B1932;
        }

    .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-title {
        padding-bottom: 10px;
    }

        .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-title span {
            font-weight: 500;
            font-size: 14px;
            color: #0B1932;
            padding-left: 8px;
        }

    .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-offer-input .form-control {
        height: 48px;
        font-size: 14px;
    }

    .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-offer-input input[type="text"] {
        font-size: 14px;
    }

        .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-offer-input input[type="text"]::-webkit-input-placeholder {
            color: #5e5e5e;
        }

        .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-offer-input input[type="text"]:-ms-input-placeholder {
            color: #5e5e5e;
        }

        .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-offer-input input[type="text"]::-ms-input-placeholder {
            color: #5e5e5e;
        }

        .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-offer-input input[type="text"]::placeholder {
            color: #5e5e5e;
        }

    .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-offer-input .v2-calender-button {
        width: 48px;
        height: 48px;
        background: #f7f7f7;
        border-right: none;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-title-secound {
        padding-top: 25px;
    }

        .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-title-secound span {
            font-weight: 500;
            font-size: 14px;
            color: #0B1932;
            padding-left: 8px;
        }

    .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-offer-input-title {
        padding: 15px 0px;
    }

        .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-offer-input-title .form-control {
            height: 48px;
            font-size: 14px;
        }

        .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-offer-input-title input[type="text"] {
            font-size: 14px;
        }

            .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-offer-input-title input[type="text"]::-webkit-input-placeholder {
                color: #5e5e5e;
            }

            .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-offer-input-title input[type="text"]:-ms-input-placeholder {
                color: #5e5e5e;
            }

            .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-offer-input-title input[type="text"]::-ms-input-placeholder {
                color: #5e5e5e;
            }

            .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-offer-input-title input[type="text"]::placeholder {
                color: #5e5e5e;
            }

    .v2-loyality-compaingn-box .v2-campaign-offer .v2-btn-pluse {
        background: #0B1932;
        border-radius: 5px;
        height: 48px;
        border: none;
        padding: 12px 27px;
        color: #fff;
    }

    .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-add-images .v2-button-add-images,
    .v2-button-add-images {
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #f5f5f5;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 4px;
        width: 130px;
        height: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-add-images .v2-button-add-images .v2-add-upload-images,
        .v2-button-add-images .v2-add-upload-images {
            margin: 0px;
        }

            .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-add-images .v2-button-add-images .v2-add-upload-images img,
            .v2-button-add-images .v2-add-upload-images img {
                width: 32px;
                height: 32px;
            }

        .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-add-images .v2-button-add-images .v2-add-title,
        .v2-button-add-images .v2-add-title {
            font-weight: 500;
            font-size: 14px;
            color: #5e5e5e;
            white-space: nowrap;
            padding: 5px 15px;
        }

    .v2-loyality-compaingn-box .v2-campaign-offer .v2-campaign-add-images .v2-text-aera-warpper .form-control {
        height: 130px;
        font-size: 14px;
    }

    .v2-loyality-compaingn-box .v2-campaign-offer .v2-check-box-wrapper {
        /*padding: 10px 20px;*/
    }

        .v2-loyality-compaingn-box .v2-campaign-offer .v2-check-box-wrapper .v2-add-deal {
            background-color: #fff;
            border: none;
        }

            .v2-loyality-compaingn-box .v2-campaign-offer .v2-check-box-wrapper .v2-add-deal .form-check-input {
                width: 20px;
                height: 20px;
            }

            .v2-loyality-compaingn-box .v2-campaign-offer .v2-check-box-wrapper .v2-add-deal .v2-title-text {
                font-size: 14px;
                color: #0B1932;
                font-weight: 500;
                /*padding-left: 10px;*/
            }

                .v2-loyality-compaingn-box .v2-campaign-offer .v2-check-box-wrapper .v2-add-deal .v2-title-text a {
                    font-weight: 500;
                    font-size: 14px;
                    -webkit-text-decoration-line: underline;
                    text-decoration-line: underline;
                    color: #0B1932;
                }

    .v2-loyality-compaingn-box .v2-campaign-offer .input-section-label .form-group > label {
        /*top: 18px;
        left: 6px;*/
        position: relative;
        background-color: white;
        /*padding: 0px 5px 0px 5px;
        font-size: 0.9em;*/
    }

    .v2-loyality-compaingn-box .v2-campaign-offer .input-section-label .form-control {
        height: 46px;
        background: #F2F4F8;
        border: 1px solid rgba(0, 0, 0, 0.13);
        border-radius: 3px;
    }

    .v2-loyality-compaingn-box .v2-campaign-offer .input-section-label .red-input-placeholder::-webkit-input-placeholder {
        color: #D97E6B;
    }

    .v2-loyality-compaingn-box .v2-campaign-offer .input-section-label .red-input-placeholder:-ms-input-placeholder {
        color: #D97E6B;
    }

    .v2-loyality-compaingn-box .v2-campaign-offer .input-section-label .red-input-placeholder::-ms-input-placeholder {
        color: #D97E6B;
    }

    .v2-loyality-compaingn-box .v2-campaign-offer .input-section-label .red-input-placeholder::placeholder {
        color: #D97E6B;
    }

    .v2-loyality-compaingn-box .v2-campaign-offer .input-section-label .green-input-placeholder::-webkit-input-placeholder {
        color: #4DC1B4;
    }

    .v2-loyality-compaingn-box .v2-campaign-offer .input-section-label .green-input-placeholder:-ms-input-placeholder {
        color: #4DC1B4;
    }

    .v2-loyality-compaingn-box .v2-campaign-offer .input-section-label .green-input-placeholder::-ms-input-placeholder {
        color: #4DC1B4;
    }

    .v2-loyality-compaingn-box .v2-campaign-offer .input-section-label .green-input-placeholder::placeholder {
        color: #4DC1B4;
    }

    .v2-loyality-compaingn-box .v2-campaign-offer .v2-button-footer {
        gap: 12px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

.v2-footer-section-1 {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.v2-loyality-compaingn-box .v2-campaign-offer .v2-button-footer .v2-button-closed button {
    padding: 12px 27px 12px 27px;
    height: 48px;
    border: 2px solid #4DC1B4;
    border-radius: 5px;
    color: #4DC1B4;
    font-weight: 700;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.v2-loyality-compaingn-box .v2-campaign-offer .v2-button-footer .v2-button-closed-next button {
    padding: 12px 27px 12px 27px;
    height: 48px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    color: #0B1932;
    background: #4DC1B4;
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#divCampaignV2StartDate .k-datepicker,
#divCampaignV2EndDate .k-datepicker {
    height: 48px !important;
}

#divCampaignV2StartDate .k-picker-wrap,
#divCampaignV2EndDate .k-picker-wrap {
    height: 100% !important;
}

    #divCampaignV2StartDate .k-picker-wrap .k-select,
    #divCampaignV2EndDate .k-picker-wrap .k-select {
        align-items: center;
        display: flex;
        justify-content: center;
    }

.v2-button-closed-announce button {
    padding: 12px 27px 12px 27px;
    height: 48px;
    border: 2px solid #4DC1B4;
    border-radius: 5px;
    color: #4DC1B4;
    font-weight: 700;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.v2-button-closed-next-announce button {
    padding: 12px 27px 12px 27px;
    height: 48px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    color: #0B1932;
    background: #4DC1B4;
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.v2-date-preview-message {
    width: 77px;
    height: 77px;
    background: #E5E6E2;
    border-radius: 4px;
}

/* End campaigns popup v2 */

/* Start punch card preview v2 */

.title-punch-card {
    padding: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
}

.background-images-coc {
    background: #F7F8FB;
    width: 648px;
}

    .background-images-coc .visit-title {
        padding: 37px 0px 40px 25px;
        font-weight: 500;
        font-size: 20px;
        color: #0B1932;
        max-width: 300px;
    }

    .background-images-coc .coc-botal-images {
        position: relative;
    }

        .background-images-coc .coc-botal-images img {
            /*position: absolute;
            left: 58%;
            bottom: -110px;*/
        }

    .background-images-coc .logo-cartizen {
        position: relative;
        padding: 13px 39px 20px 0px;
    }

        .background-images-coc .logo-cartizen img {
            width: 100%;
        }

    .background-images-coc .lower-side-images {
        width: 100%;
        position: relative;
    }

        .background-images-coc .lower-side-images .lower-side-graph {
            position: absolute;
            top: 83px;
            left: 26px;
        }

            .background-images-coc .lower-side-images .lower-side-graph .store-title {
                font-weight: 500;
                font-size: 16px;
                color: #FFFFFF;
            }

            .background-images-coc .lower-side-images .lower-side-graph .address-title {
                font-weight: 400;
                font-size: 14px;
                color: #FFFFFF;
                display: inline-block;
                width: 310px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .background-images-coc .round {
        position: relative;
    }

    .background-images-coc .check-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 38px;
        column-gap: 38px;
        padding-left: 24px;
    }

    .background-images-coc .round label {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        height: 40px;
        left: 0;
        position: absolute;
        top: 0;
        width: 40px;
        color: #3B3B3B;
        font-size: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .background-images-coc .round label:after {
            border: 2px solid #fff;
            border-top: none;
            border-right: none;
            content: "";
            height: 9px;
            left: 9px;
            opacity: 0;
            position: absolute;
            top: 13px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            width: 19px;
        }

    .background-images-coc .round input[type="checkbox"] {
        visibility: hidden;
    }

    .background-images-coc .round label[type="checkbox"] {
        visibility: hidden;
    }

    .background-images-coc .round input[type="checkbox"]:checked + label {
        background-color: #1B4C8F;
        border-color: #1B4C8F;
        color: transparent;
    }

        .background-images-coc .round input[type="checkbox"]:checked + label:after {
            opacity: 1;
        }

        .background-images-coc .round input[type="checkbox"]:checked + label:after {
            color: transparent;
        }

    .background-images-coc .round1 button {
        border: none;
        width: 40px;
        height: 40px;
        background-color: #4DC1B4;
        border-radius: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .background-images-coc .round1 button:focus {
            outline: none;
        }

        .background-images-coc .round1 button img {
            width: 24px;
            height: 24px;
        }

/* End punch card preview v2 */

/* Start store group v2 */

.campaign-step-3 .v2-store-group {
    font-weight: 500;
    font-size: 24px;
    color: #222
}

.campaign-step-3 #main-step-3 {
    margin: 10px 0
}

    .campaign-step-3 #main-step-3 #faq-step-3 .card {
        border: 0
    }

        .campaign-step-3 #main-step-3 #faq-step-3 .card .card-header {
            /*border: 0;*/
            box-shadow: 0 0 20px 0 rgba(213,213,213,.5);
            border-radius: 2px;
            padding: 0
        }

            .campaign-step-3 #main-step-3 #faq-step-3 .card .card-header .A-profile {
                width: 48px;
                height: 48px;
                background: #4DC1B4;
                border-radius: 4px;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #fff;
                font-size: 20px
            }

            .campaign-step-3 #main-step-3 #faq-step-3 .card .card-header .H-profile {
                width: 48px;
                height: 48px;
                background: #4eb7d9;
                border-radius: 4px;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #fff;
                font-size: 20px
            }

            .campaign-step-3 #main-step-3 #faq-step-3 .card .card-header .title-profile {
                flex-direction: column;
                padding-left: 9px
            }

            .campaign-step-3 #main-step-3 #faq-step-3 .card .card-header .client-name {
                font-size: 16px;
                color: #222;
                font-weight: 500
            }

            .campaign-step-3 #main-step-3 #faq-step-3 .card .card-header .client-store {
                font-size: 13px;
                font-weight: 400;
                text-transform: capitalize;
                color: #747474
            }

            .campaign-step-3 #main-step-3 #faq-step-3 .card .card-header .btn-header-link {
                color: #fff;
                display: block;
                text-align: left;
                background: #f8f8f8;
                border: 1px solid #edeef1;
                color: #222;
                padding: 11px 16px;
                position: relative;
                height: 70px;
            }

    /*.campaign-step-3 #main-step-3 #faq-step-3 .card .card-header .btn-header-link:after {
                    content: "?";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                    float: right;
                    position: absolute;
                    top: 22px;
                    right: 10px;
                    color: #222
                }*/

                .campaign-step-3 #main-step-3 #faq-step-3 .card .card-header .btn-header-link.collapsed {
                    background: #f8f8f8;
                    border: 1px solid #edeef1;
                    color: #fff
                }

    /*.campaign-step-3 #main-step-3 #faq-step-3 .card .card-header .btn-header-link.collapsed:after {
                        content: "?";
                        color: #222
                    }*/

        .campaign-step-3 #main-step-3 #faq-step-3 .card .card-body {
            padding: 0
        }

            .campaign-step-3 #main-step-3 #faq-step-3 .card .card-body table .checkbox-wrapper1 input {
                width: 20px;
                height: 20px;
                margin-top: 10px
            }

            .campaign-step-3 #main-step-3 #faq-step-3 .card .card-body table thead th {
                font-weight: 500;
                padding-left: 24px;
                font-size: 14px;
                color: #5e5e5e;
                background-color: #fff;
                border-bottom: 1px solid #e7e7e7
            }

                .campaign-step-3 #main-step-3 #faq-step-3 .card .card-body table thead th .checkbox-wrapper {
                    position: relative
                }

            .campaign-step-3 #main-step-3 #faq-step-3 .card .card-body table tbody tr {
                border-bottom: 2px solid #fdfdfd
            }

                .campaign-step-3 #main-step-3 #faq-step-3 .card .card-body table tbody tr .checkbox-wrapper {
                    padding-left: 14px;
                    width: 18px;
                    height: 18px;
                    position: relative
                }

                .campaign-step-3 #main-step-3 #faq-step-3 .card .card-body table tbody tr td {
                    font-size: 14px;
                    color: #222
                }

        .campaign-step-3 #main-step-3 #faq-step-3 .card .collapsing {
            background: #fcfcfc;
            border: 1px solid #ebebeb;
            line-height: 30px
        }

        .campaign-step-3 #main-step-3 #faq-step-3 .card .collapse {
            border: 0
        }

            .campaign-step-3 #main-step-3 #faq-step-3 .card .collapse.show {
                background: #fcfcfc;
                border: 1px solid #ebebeb;
                line-height: 30px;
                color: #222
            }

.campaign-step-3 .check-box-wrapper {
    padding: 20px 20px
}

    .campaign-step-3 .check-box-wrapper .add-deal {
        background-color: #fff;
        border: none
    }

        .campaign-step-3 .check-box-wrapper .add-deal .form-check-input {
            width: 20px;
            height: 20px
        }

        .campaign-step-3 .check-box-wrapper .add-deal .title-text {
            font-size: 14px;
            color: #222;
            font-weight: 500;
            padding-left: 10px
        }

            .campaign-step-3 .check-box-wrapper .add-deal .title-text a {
                font-weight: 500;
                font-size: 14px;
                -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
                color: #0B1932
            }

.campaign-step-3 .button-footer {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

    .campaign-step-3 .button-footer .button-closed button {
        padding: 12px 27px 12px 27px;
        height: 48px;
        border: 2px solid #4DC1B4;
        border-radius: 5px;
        color: #4DC1B4;
        font-weight: 700;
        font-size: 14px;
        background-color: #fff;
        align-items: center;
        display: flex;
        gap: 10px;
        width: 200px;
        justify-content: center
    }

        .campaign-step-3 .button-footer .button-closed button:focus {
            outline: none
        }

    .campaign-step-3 .button-footer .button-closed-next button {
        padding: 12px 27px 12px 27px;
        height: 48px;
        border: none;
        font-weight: 700;
        font-size: 14px;
        color: #0B1932;
        background: #4DC1B4;
        border-radius: 5px;
        align-items: center;
        display: flex;
        gap: 10px;
        width: 200px;
        justify-content: center
    }

        .campaign-step-3 .button-footer .button-closed-next button:focus {
            outline: none
        }

/* End store group v2 */

#divDDLDiscountType .k-dropdown,
#divCampaignCondition .k-dropdown,
#divDDLLengthOfNoVisitDays .k-dropdown,
#divDDLNumberOfPunches .k-dropdown,
#divDDLScheduleDaysDuration .k-dropdown,
#divDDLSelectDay .k-dropdown {
    height: 48px !important;
    width: 100% !important;
}

#divDDLDiscountType .k-dropdown-wrap,
#divCampaignCondition .k-dropdown-wrap,
#divDDLLengthOfNoVisitDays .k-dropdown-wrap,
#divDDLNumberOfPunches .k-dropdown-wrap,
#divDDLScheduleDaysDuration .k-dropdown-wrap,
#divDDLSelectDay .k-dropdown-wrap {
    height: 48px !important;
}

    #divDDLDiscountType .k-dropdown-wrap .k-input,
    #divCampaignCondition .k-dropdown-wrap .k-input,
    #divDDLLengthOfNoVisitDays .k-dropdown-wrap .k-input,
    #divDDLNumberOfPunches .k-dropdown-wrap .k-input,
    #divDDLScheduleDaysDuration .k-dropdown-wrap .k-input,
    #divDDLSelectDay .k-dropdown-wrap .k-input {
        align-items: center !important;
        display: flex !important;
    }

#divDDLDiscountType .k-select,
#divCampaignCondition .k-select,
#divDDLLengthOfNoVisitDays .k-select,
#divDDLNumberOfPunches .k-select,
#divDDLScheduleDaysDuration .k-select,
#divDDLSelectDay .k-select {
    background: #fff !important;
    align-items: center !important;
    display: flex !important;
}

#divDDLDiscountType .k-dropdown .k-input,
#divCampaignCondition .k-dropdown .k-input,
#divDDLLengthOfNoVisitDays .k-dropdown .k-input,
#divDDLNumberOfPunches .k-dropdown .k-input,
#divDDLScheduleDaysDuration .k-dropdown .k-input,
#divDDLSelectDay .k-dropdown .k-input {
    padding-left: 10px !important;
}

#divCampaignScheduleTime .k-timepicker {
    width: 100% !important;
    height: 48px !important;
}

    #divCampaignScheduleTime .k-timepicker .k-picker-wrap {
        height: 48px !important;
    }

        #divCampaignScheduleTime .k-timepicker .k-picker-wrap .k-select {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }

.store-disabled-checkbox .checkbox label:before {
    border: 2px solid #b6b6b6;
}

.store-disabled-checkbox .checkbox .custom-checkbox:checked + label:after {
    background-color: #b6b6b6;
}

/* Start page permission */

.permission-pages-box {
    display: flex;
}

    .permission-pages-box .left-sidebar {
        width: 20%;
        height: 100vh;
        background-color: rgb(249 249 249);
        border-right: 1px solid #e7e3e3;
    }

        .permission-pages-box .left-sidebar .list-pages {
            padding: 10px;
        }

    .permission-pages-box .right-sidebar nav {
        background-color: rgb(255, 255, 255);
    }

    .permission-pages-box .right-sidebar .nav-item a {
        padding: 22px 10px;
        color: rgba(10, 10, 10, 0.603);
        font-weight: 600;
        font-size: 14px;
    }

    .permission-pages-box .top-left-header {
        border-bottom: 1px solid #d1d0d0;
        padding: 20px 15px;
    }

    .permission-pages-box .title-left-side {
        font-size: 14px;
        padding: 7px 10px;
        color: rgb(0, 0, 0);
        font-weight: 400;
    }

        .permission-pages-box .title-left-side:hover {
            background: #f35460;
            color: #fff;
        }

    .permission-pages-box .top-left-header .button-group {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .permission-pages-box .table-bordered .text-title {
        font-size: 16px;
        border-right: 1px solid #fff;
    }

    .permission-pages-box .table-bordered .icon-write a {
        color: #4DC1B4;
    }

    .permission-pages-box .role-title {
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .permission-pages-box .btn-add {
        font-size: 16px;
        border-radius: 4px;
        border: none;
        color: #fff;
        background-color: #4DC1B4;
    }

        .permission-pages-box .btn-add:hover {
            color: #4DC1B4;
            background-color: rgb(255 255 255);
            box-shadow: 1px 1px 1px #e1e1e1;
        }

    .permission-pages-box .top-left-header button:focus {
        outline: none;
    }

    .permission-pages-box .right-sidebar {
        width: 80%;
        height: 100%;
    }

    .permission-pages-box .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
        background-color: #2fcb2f !important;
        box-shadow: 0 0 8px 10px #b1e9a9b0;
    }

    .permission-pages-box .custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 255, 0, 0.25)
    }

    .permission-pages-box .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
    }

    .permission-pages-box .custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
        background-color: #C8FFC8;
    }

    .permission-pages-box .table-bordered td:first-child {
        border-right: 1px solid #fcfcfc;
    }

    .permission-pages-box .table-bordered td tr {
        border-right: 1px solid red;
    }

    .permission-pages-box .border-name2 {
        border-bottom: 1px solid #E5A22400 !important;
    }

    .permission-pages-box .custom-control-label {
        padding: 0px 20px;
    }

        .permission-pages-box .custom-control-label:focus {
            padding-left: 20px;
            border-radius: none;
            outline: none;
        }

/* End page permission */
.bg-topbar {
    background-color: #0B1932 !important;
}
.navbar {
    padding: .5rem 0rem;
}
.btn {
    color: #0B1932;
}
.btn-primary, .btn-primary:hover {
    color: #0B1932;
}
.custom-file-label {
    color: #0B1932;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #E5E6E2;
    opacity: 1;
}
.text-secondary {
    color: #0B1932 !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #0B1932 !important;
    background: none repeat scroll 0 0 #FFEBC2 !important;
    color: #0B1932 !important;
}
.text-dark {
    color: #0B1932 !important;
}
.bg-grey-shade {
    background-color: #E6E5E2 !important;
}
.custom-switch .custom-control-label::after {
    background-color: #FFFFFF;
}
    .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #4DC1B4;
    background-color: #4DC1B4;
}

:root {
    --widget-button-bg: #4DC1B4 !important;
    --widget-button-text: #0B1932 !important;
}
.resizable.focus .ui-resizable-handle {
    background-color: #4DC1B4;
}
.btn-back-daily {
    background: #99DBF9 !important;
    color: #0B1932 !important;
    border-color: #0B1932 !important;
}
.highlight {
    background: #4DC1B4 !important;
    padding: 1px;
    border: #4DC1B4 dotted 1px !important;
}

.alerts-border {
    border: 35px #f8bc2e solid;
    animation: blink 1.5s;
    animation-iteration-count: 100;
}

.modal-content .k-action-buttons {
    display: none !important;
}

@media only screen and (max-width: 900px) {
    .mobile-side-menu-dr {
        overflow: scroll;
        height: calc(100% - 50px);
        padding-bottom: 100px !important;
    }

    .div-pad-bottom {
        padding-bottom: 120px !important;
    }

    .bo-store-menu-main {
        overflow: scroll;
    }

        .bo-store-menu-main .tab-content {
            overflow: scroll;
        }

    .bo-store-manu-main .tab-content.tab-pane {
        overflow: scroll;
        height: auto !important;
    }
} 

@keyframes blink {
    50% {
        border-color: #fff;
    }
}

.close-btn {
    border-radius: 5px;
    border: 1px solid #4DC1B4;
    background: #FFF;
    color: #4DC1B4;
    padding: 6px 13px;
    font-size: 14px;
}

.close-Save-btn {
    border-radius: 5px;
    border: 1px solid #4DC1B4;
    background: #FFF;
    color: #0B1932;
    padding: 6px 13px;
    background-color: #4DC1B4;
    font-size: 14px;
}


.Starters-items {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #0B1932;
    margin-bottom: 4px;
}

    .Starters-items p {
        font-size: 18px;
        font-weight: bold;
    }

    .Starters-items img {
        cursor: pointer;
    }

.arrow-accordion {
    transition: 0.2s;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .arrow-accordion.active {
        rotate: 180deg;
    }

.Vegetarian-txt {
    color: #0B1932;
    font-size: 16px;
}

.product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
}

.product-items {
    display: grid;
    grid-template-columns: auto 100px;
    grid-gap: 10px;
    border-radius: 10px;
    border: 1px solid #E5E6E2;
    background: #FFF;
    color: #0B1932;
    overflow: hidden;
    cursor: pointer;
}

.product-contant {
    padding: 16px;
    display: grid;
    align-content: space-between;
}

    .product-contant h6 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
    }

    .product-contant p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
    }

    .product-contant span {
        font-size: 16px;
        font-weight: 500;
        margin-top: 2px;
        display: inline-block;
    }

.product-imges img {
    width: 100%;
    height: 100%;
    border-left: 1px solid #E5E6E2;
    object-fit: fill;
}


.unavi-btn {
    font-size: 12px;
    padding: 2px 5px;
    border: 0;
    border-radius: 4px;
    background: #E5E6E2;
}


.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

    .accordion-button:not(.collapsed)::after {
        background-image: var(--bs-accordion-btn-active-icon);
        transform: var(--bs-accordion-btn-icon-transform)
    }

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

    .accordion-item:first-of-type {
        border-top-left-radius: var(--bs-accordion-border-radius);
        border-top-right-radius: var(--bs-accordion-border-radius)
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: var(--bs-accordion-inner-border-radius);
            border-top-right-radius: var(--bs-accordion-inner-border-radius)
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: var(--bs-accordion-border-radius);
        border-bottom-left-radius: var(--bs-accordion-border-radius)
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
            border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: var(--bs-accordion-border-radius);
            border-bottom-left-radius: var(--bs-accordion-border-radius)
        }

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0
    }

    .accordion-flush .accordion-item .accordion-button,
    .accordion-flush .accordion-item .accordion-button.collapsed {
        border-radius: 0
    }