body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}

.login-div {
    background-image: url(../image/login-1/bg-1.png);
    background-size: cover;
    height: 100%;
    height: 100vh;
    overflow: hidden;
}

.login-bg_image {
    padding: 0px 86px 86px;
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

    .login-bg_image .left-login-section {
        width: 70%;
        display: flex;
        align-items: center;
        padding-left: 10%;
    }

.sign-up-image {
    position: relative;
    left: 0px;
    top: 20px;
    z-index: 99;
}

.login-bg_image .right-login-section {
    width: 50%;
    display: flex;
    align-items: center;
}

.Logo a img {
    max-width: 300px;
}

.login-content h2 {
    font-size: 77px;
}

.Login-content h2 {
    font-size: 52px;
    margin-bottom: 10px;
    margin-left: 20px;
}

    .login-content h2 strong {
        display: block;
    }

    .login-content h2 span {
        color: #009999;
    }

.Logo {
    margin-bottom: 70px;
}

.logo-position {
    width: 100%;
}

p.tagline {
    font-size: 37px;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #636363;
}

p.login-text {
    font-size: 26px;
    color: #707070;
    max-width: 500px;
    font-weight: lighter;
}

.more-infor-button {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

    .more-infor-button a {
        border: 1px solid #CCCCCC;
        padding: 13px;
        max-width: 490px;
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 24px;
        color: #000;
        text-decoration: none;
        border-radius: 10px;
    }

.login-form-design {
    padding: 0px 30px;
    margin-top: 0px;
}

    .login-form-design h2 {
        font-size: 52px;
        font-weight: normal;
    }

        .login-form-design h2 span {
            font-weight: bold;
            /*color: #23d959;*/
            color: #157a45;
            font-size: 55px;
            margin: 0;
        }

.form-login .form-group {
    position: relative;
}

.login-form-design p {
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #cccccc;
}

.form-login {
    margin-top: 78px;
}

    .form-login input {
        width: 100%;
        min-height: 81px;
        border: 1px solid #E2E2E2;
        border-radius: 10px;
        background: #F9F9F9;
        padding: 0px 80px;
        font-size: 17px;
    }

        .form-login input:focus,
        .form-login input:focus-visible {
            outline: none;
            border-left: 6px solid #009933;
        }

img.material-img {
    position: absolute;
    top: 59px;
    left: 25px;
    max-width: 29px;
    margin: 0 auto;
}

.forgot-pwd {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.login-bg_image .left-login-section .Login-content.position-relative p {
    padding: 20px;
    background: #fff;
    box-shadow: 2px 1px 10px #dedede;
    max-width: 500px;
    border-radius: 10px;
}

.Login-content {
    margin-bottom: -4%;
    margin-left: 15%;
    max-width: 500px;
}

    .Login-content a {
        color: #000;
        font-weight: 500;
    }

        .Login-content a svg {
            margin-left: 10px;
        }

    .Login-content.position-relative a {
        float: right;
    }

/*.login-bg_image .left-login-section .Login-content.position-relative p::before {
    content: "";
    width: 35px;
    height: 35px;
    border: 6px solid #0c5830;
    position: absolute;
    left: -13px;
    top: -17px;
    border-radius: 100px;
    opacity:0.5;
}*/


.forgot-pwd span.default-checkbox input {
    width: 25px;
    margin: 0 !important;
    min-height: 25px;
    margin-right: 10px !important;
}

.forgot-pwd span.default-checkbox {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    font-size: 17px;
    color: #000;
    font-weight: 500;
}

a.forgot-word {
    /*color: #000;*/
    color: #007bff;
    font-weight: 500;
    text-decoration: none;
}

.custom-button {
    background: #0c5830;
    padding: 13px;
    height: 68px;
    font-size: 27px;
    /*border: #009999;*/
    border: #0c5830;
    color: #fff;
}

.login-button {
    margin-top: 50px;
}

.custom-button:hover {
    background: #0c5830;
    transition: 1s;
}

.dont-have-account {
    margin-top: 0;
    padding: 20px 86px;
    text-align: left;
}

    .dont-have-account span {
        font-size: 22px;
        color: #000;
        font-weight: 500;
    }

        .dont-have-account span a {
            color: #009999;
            margin-left: 10px;
        }

.image-posioned {
    position: absolute;
    bottom: -30px;
    right: 350px;
}

    .image-posioned img {
        max-width: 150px;
    }

.custom-button:hover {
    background: #0c5830;
}

.dont-have-account span a {
    background-image: linear-gradient(43deg, #6666cc 0%, #666699 46%);
    padding: 10px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    border-radius: 5px;
}

.form-login label {
    color: #cccccc;
    font-size: 20px;
}

.sidebar {
    width: 300px;
    height: 100vh;
    border-radius: 30px;
    min-width: 300px;
    position: fixed;
    z-index: 1;
    top: 0;
    padding: 10px;
}

.custom-flex {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
}

    .custom-flex .content-main {
        width: 100%;
        min-height: 100vh;
        padding: 0px 20px;
        margin-left: 266px;
        transition: 0.5s;
        display: flex;
        flex-direction: column;
    }

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.after-login-logo img {
    max-width: 120px;
}

.after-login-logo {
    padding: 0 20px 10px;
}

.sidebar.hide-menu .after-login-logo img {
    max-width: 60px;
}

.sidebar.hide-menu .dashboard-nav-bar ul li a span i {
    font-size: 16px;
}

.sidebar.hide-menu .dashboard-nav-bar ul li a span {
    font-size: 0;
}

header.After-login-header {
    min-height: 45px;
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid #f6f6f6;
    width: 100%;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
}

.custom-flex .content-main.full-width {
    width: calc(100% - 300px);
    margin: 0;
    transition: 0.5s;
    margin-left: 300px;
}

.content-main h2 {
    /*  margin-top: 15px;
    margin-bottom: 25px;
    margin-left: -40px;*/
}

.toggle-menu i {
    font-size: 33px;
}

.toggle-menu {
    cursor: pointer;
}

.custom-header-controls ul li {
    list-style: none;
}

.custom-header-controls {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
}

    .custom-header-controls ul {
        display: flex;
        flex-direction: row;
        padding: 0;
        align-items: center;
        margin: 0;
    }

        .custom-header-controls ul li {
            min-height: 45px;
            display: flex;
            align-items: center;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
        }

.subscriptionMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 5px;
    margin: 10px 0 10px 0;
    flex-wrap: wrap;
    gap: 5px;
}

.icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

    .icons i {
        font-size: 20px;
    }

        .icons i.far.fa-edit {
            color: mediumseagreen;
        }

        .icons i.far.fa-trash-alt {
            color: red;
        }

.subscriptionMain .custm-btn {
    background: #157a45;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.custom-header-controls ul li a i {
    font-size: 14px;
    color: #000;
    position: relative;
    display: block;
}

div#user-dropdown-show {
    left: auto !important;
    right: 0px;
    top: 0px !important;
    border: none;
    box-shadow: -3px 1px 10px #dedede;
    background: #fff;
    padding: 0;
}

    div#user-dropdown-show a {
        color: #000;
        border-bottom: 1px solid #ddd;
        padding: 5px 10px;
    }

        div#user-dropdown-show a:last-child {
            border-bottom: none;
        }

        div#user-dropdown-show a:hover {
            background: #157a45;
            transition: 1s;
            color: #fff;
        }

.toggle-menu {
    cursor: pointer;
    height: 100%;
    align-items: center;
    display: flex;
}

.sidebar.hide-menu {
    width: 100px !important;
    min-width: 40px;
    transition: 0.5s;
}

.sidebar {
    transition: 0.5s;
}

    .sidebar.hide-menu .logo {
        display: none;
    }

    .sidebar.hide-menu .after-login-logo,
    .sidebar.hide-menu .dashboard-nav-bar {
        opacity: 1;
    }

    .sidebar .after-login-logo {
        opacity: 1;
        transition: 1s;
    }

.heading-button {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

    .heading-button h2 {
        font-family: 'Roboto', sans-serif !important;
        font-size: 33px;
        font-weight: bold;
    }

.custom-common-buton {
    background: #2AB9A6;
    border: #2AB9A6;
    border-radius: 100px;
    display: flex;
    align-items: center;
    max-width: 250px;
    justify-content: center;
    font-size: 20px;
    width: 100%;
    padding: 10px;
}

    .custom-common-buton i {
        margin-right: 9px;
    }

    .custom-common-buton:hover {
        background: #970d0b;
        transition: 1s;
    }

div.dataTables_filter {
    float: right;
    margin-bottom: 10px;
}

div.dataTables_length {
    float: left;
    margin-bottom: 10px;
}

    div.dataTables_length label,
    div.dataTables_filter label {
        font-family: 'Roboto', sans-serif !important;
        color: #000;
    }

    div.dataTables_length select {
        min-height: 40px;
        min-width: 70px;
        margin: 0px 5px;
        border: 1px solid #dedede;
        color: #8a8a8a;
        border-radius: 5px;
    }

div.dataTables_filter input {
    min-height: 40px;
    max-width: 300px;
    margin: 0px 5px;
    border: 1px solid #dedede;
    color: #8a8a8a;
    border-radius: 5px;
    width: 100%;
    min-width: 300px;
}

.custom-table {
    border: 1px solid #dedede;
    margin: 0;
    border-collapse: collapse;
    width: 100% !important;
}

    .custom-table tr th {
        background: #f3f3f3;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .05);
}

.action-icons a.action-edit {
    background: #e0f4ff;
    padding: 10px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #007bff !important;
}

.action-icons a.action-delete {
    background: #fcdfdf;
    padding: 10px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #eb0808;
    text-decoration: none;
}

.dataTables_paginate.paging_simple_numbers {
    float: right;
    margin-top: 15px;
}

.dataTables_info {
    float: left;
    margin-top: 15px;
}

.dataTables_paginate a {
    margin-right: 10px;
    padding: 10px;
    color: #000;
}

.dataTables_paginate span a.paginate_button.current {
    background: #2AB9A6;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
}

.dataTables_paginate span a.paginate_button:hover {
    background: #2AB9A6;
    color: #fff;
}

.dataTables_paginate span a.paginate_button {
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 1s;
    cursor: pointer;
}

.dataTables_paginate a.paginate_button.next,
.dataTables_paginate a.paginate_button.previous {
    text-decoration: none;
    transition: 1s;
    cursor: pointer;
}

    .dataTables_paginate a.paginate_button.next:hover,
    .dataTables_paginate a.paginate_button.previous:hover {
        background: #2AB9A6;
        border-radius: 100px;
        color: #fff;
    }

.dataTables_paginate a.paginate_button.disabled:hover {
    background: #f6f6f6;
    color: #000;
}

.dataTables_paginate a.paginate_button.disabled {
    cursor: not-allowed;
}

.dashboard-nav-bar ul {
    padding: 0;
}

    .dashboard-nav-bar ul li {
        list-style: none;
        margin-bottom: 2px;
    }

        .dashboard-nav-bar ul li a {
            padding: 20px 20px;
            display: inline-flex;
            width: 100%;
            color: #fff;
            align-items: center;
            font-size: 18px;
            transition: 1s;
            font-weight: 300;
            justify-content: space-between;
        }

.after-login-logo {
    text-align: center
}

#DataTables_Table_0_wrapper .table td, .table th {
    padding: .90rem;
}

.After-login-wrapper footer {
    border-top: 1px solid #e2e2e2;
    margin-top: auto;
    padding: 15px 0;
}

.dashboard-nav-bar svg {
    height: 30px;
}

.dashboard-nav-bar ul li a i {
    margin-right: 15px;
}

.dashboard-nav-bar ul li a:hover {
    background: #157a45;
    border-radius: 0;
    text-decoration: none;
}

.dashboard-nav-bar {
    margin-top: 0;
    width: 100% !important;
    transition: 1s;
    background: rgb(102 102 102 / 20%);
    min-height: 75vh;
    border-radius: 30px;
    padding: 0px 0px;
    transition: .5s;
}

.hide-menu .dashboard-nav-bar {
    border-radius: 100px;
    transition: .5s;
}

span .value-nav {
    opacity: 0;
    visibility: hidden;
}

span.value-nav {
    opacity: 0;
    visibility: hidden;
}

.dashboard-nav-bar ul li.active a {
    background: #157a45;
    border-radius: 0;
    text-decoration: none;
}

    .dashboard-nav-bar ul li.active a span.value-nav {
        opacity: 1;
        visibility: visible;
        background: #f33d3b;
        width: 50px;
        font-size: 16px;
        padding: 0px 10px;
        text-align: center;
        border-radius: 100px;
    }

.responsive-show-hide {
    display: none;
}

.dashboard-nav-bar ul li a span svg, .dashboard-nav-bar ul li a span svg g path {
    fill: #000;
    stroke: #000;
}

.dashboard-nav-bar ul li.active a span svg, .dashboard-nav-bar ul li a:hover span svg, .dashboard-nav-bar ul li.active a span svg g path, .dashboard-nav-bar ul li.active a span svg g {
    fill: #fff !important;
    stroke: #fff !important;
}

.dashboard-nav-bar ul li:first-child a:hover span svg g {
    stroke: #fff;
}

.dashboard-nav-bar ul li a:hover span svg g path {
    fill: #fff;
    stroke: #fff;
}

.dashboard-nav-bar ul li a span {
    display: flex;
    align-items: center;
}

    .dashboard-nav-bar ul li a span svg {
        margin-right: 10px;
    }

.dashboard-nav-bar ul li a span {
    color: #000;
}

.dashboard-nav-bar ul li.active a span {
    color: #fff;
}

.dashboard-nav-bar ul li a:hover span {
    color: #fff;
}

.breadcrumbs ul {
    display: inline-flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

    .breadcrumbs ul li a {
        list-style: none;
        display: flex;
        align-items: center;
        color: #4050649e;
        font-size: 20px;
    }

    .breadcrumbs ul li {
        list-style: none;
        margin: 0px 10px;
    }

        .breadcrumbs ul li a svg {
            margin-right: 5px;
            width: 21px;
            margin-top: -2px;
        }

        .breadcrumbs ul li span {
            font-size: 20px;
        }

.breadcrumbs ul {
    font-size: 20px;
}

.dropdown-toggle::after {
    display: none;
}

.blue-bg {
    padding: 10px;
    background: #B6F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100px;
}

.green-bg {
    padding: 10px;
    background: #ECF2C3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100px;
}


.floatlabel {
    position: relative;
    margin-bottom: 40px;
}

    .floatlabel input {
        -webkit-appearance: none;
        color: #333;
        /*padding: 22px 12px 12px 12px;*/
        appearance: none;
        color: rgb(51, 51, 51);
        padding: 22px 12px 12px 16px;
    }

    .floatlabel label.label {
        position: absolute;
        top: 3px;
        left: 18px;
        transition: all 0.2s ease-out;
        background: transparent;
        color: #898989;
        cursor: text;
        font-family: 'Roboto' !important;
        font-size: 16px;
        font-weight: normal;
    }

        .floatlabel label.label.floatlabel-shift {
            top: 0px;
            left: 8px;
            padding: 6px 10px;
            font-size: 12px;
            color: #000;
            background: transparent;
            font-weight: 600;
        }

        .floatlabel label.label.floatlabel-active {
            color: #000;
        }

    .floatlabel select.selectbox {
        height: 61px !important;
    }

    .floatlabel select {
        color: #333;
        padding: 22px 12px 12px 12px;
    }

    .floatlabel span {
        color: red
    }


.btn.btn-cutm {
    background: #157a45;
    color: #fff;
    padding: 10px 40px;
}

.button-row {
    flex-wrap: wrap;
}

.btn-cancel {
    background: #a7a7a7;
    color: #fff;
    padding: 5px 40px;
    border: 1px solid #f2f2f2;
    margin-left: 8px;
    height: 48px;
}

.emailicon {
    top: 66px !important;
}

.user-dropdown .dropdown {
    /*background: #f4f4f4;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    border: 1px solid #f2f2f2;*/
}

.user-dropdown a img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}


/* =====================quil editor start =======================================*/
/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0px;
    position: relative;
}

    .ql-container.ql-disabled .ql-tooltip {
        visibility: hidden;
    }

    .ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
        pointer-events: none;
    }

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
}

    .ql-clipboard p {
        margin: 0;
        padding: 0;
    }

.ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 210px;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    /*//-moz-tab-size: 4;*/
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
}


.modal-dialog.modal-dialog-centered .modal-content {
    margin-top: 3.5rem;
}

.ql-editor > * {
    cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
    padding-left: 1.5em;
}

    .ql-editor ol > li,
    .ql-editor ul > li {
        list-style-type: none;
    }

        .ql-editor ul > li::before {
            content: '\2022';
        }

    .ql-editor ul[data-checked=true],
    .ql-editor ul[data-checked=false] {
        pointer-events: none;
    }

        .ql-editor ul[data-checked=true] > li *,
        .ql-editor ul[data-checked=false] > li * {
            pointer-events: all;
        }

        .ql-editor ul[data-checked=true] > li::before,
        .ql-editor ul[data-checked=false] > li::before {
            color: #777;
            cursor: pointer;
            pointer-events: all;
        }

        .ql-editor ul[data-checked=true] > li::before {
            content: '\2611';
        }

        .ql-editor ul[data-checked=false] > li::before {
            content: '\2610';
        }

.ql-editor li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em;
}

.ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0;
}

    .ql-editor ol li:before {
        content: counter(list-0, decimal) '. ';
    }

    .ql-editor ol li.ql-indent-1 {
        counter-increment: list-1;
    }

        .ql-editor ol li.ql-indent-1:before {
            content: counter(list-1, lower-alpha) '. ';
        }

    .ql-editor ol li.ql-indent-1 {
        counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    }

    .ql-editor ol li.ql-indent-2 {
        counter-increment: list-2;
    }

        .ql-editor ol li.ql-indent-2:before {
            content: counter(list-2, lower-roman) '. ';
        }

    .ql-editor ol li.ql-indent-2 {
        counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    }

    .ql-editor ol li.ql-indent-3 {
        counter-increment: list-3;
    }

        .ql-editor ol li.ql-indent-3:before {
            content: counter(list-3, decimal) '. ';
        }

    .ql-editor ol li.ql-indent-3 {
        counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
    }

    .ql-editor ol li.ql-indent-4 {
        counter-increment: list-4;
    }

        .ql-editor ol li.ql-indent-4:before {
            content: counter(list-4, lower-alpha) '. ';
        }

    .ql-editor ol li.ql-indent-4 {
        counter-reset: list-5 list-6 list-7 list-8 list-9;
    }

    .ql-editor ol li.ql-indent-5 {
        counter-increment: list-5;
    }

        .ql-editor ol li.ql-indent-5:before {
            content: counter(list-5, lower-roman) '. ';
        }

    .ql-editor ol li.ql-indent-5 {
        counter-reset: list-6 list-7 list-8 list-9;
    }

    .ql-editor ol li.ql-indent-6 {
        counter-increment: list-6;
    }

        .ql-editor ol li.ql-indent-6:before {
            content: counter(list-6, decimal) '. ';
        }

    .ql-editor ol li.ql-indent-6 {
        counter-reset: list-7 list-8 list-9;
    }

    .ql-editor ol li.ql-indent-7 {
        counter-increment: list-7;
    }

        .ql-editor ol li.ql-indent-7:before {
            content: counter(list-7, lower-alpha) '. ';
        }

    .ql-editor ol li.ql-indent-7 {
        counter-reset: list-8 list-9;
    }

    .ql-editor ol li.ql-indent-8 {
        counter-increment: list-8;
    }

        .ql-editor ol li.ql-indent-8:before {
            content: counter(list-8, lower-roman) '. ';
        }

    .ql-editor ol li.ql-indent-8 {
        counter-reset: list-9;
    }

    .ql-editor ol li.ql-indent-9 {
        counter-increment: list-9;
    }

        .ql-editor ol li.ql-indent-9:before {
            content: counter(list-9, decimal) '. ';
        }

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em;
}

.ql-editor .ql-video {
    display: block;
    max-width: 100%;
}

    .ql-editor .ql-video.ql-align-center {
        margin: 0 auto;
    }

    .ql-editor .ql-video.ql-align-right {
        margin: 0 0 0 auto;
    }

.ql-editor .ql-bg-black {
    background-color: #000;
}

.ql-editor .ql-bg-red {
    background-color: #e60000;
}

.ql-editor .ql-bg-orange {
    background-color: #f90;
}

.ql-editor .ql-bg-yellow {
    background-color: #ff0;
}

.ql-editor .ql-bg-green {
    background-color: #008a00;
}

.ql-editor .ql-bg-blue {
    background-color: #06c;
}

.ql-editor .ql-bg-purple {
    background-color: #93f;
}

.ql-editor .ql-color-white {
    color: #fff;
}

.ql-editor .ql-color-red {
    color: #e60000;
}

.ql-editor .ql-color-orange {
    color: #f90;
}

.ql-editor .ql-color-yellow {
    color: #ff0;
}

.ql-editor .ql-color-green {
    color: #008a00;
}

.ql-editor .ql-color-blue {
    color: #06c;
}

.ql-editor .ql-color-purple {
    color: #93f;
}

.ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
    font-size: 0.75em;
}

.ql-editor .ql-size-large {
    font-size: 1.5em;
}

.ql-editor .ql-size-huge {
    font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
}

.ql-editor .ql-align-center {
    text-align: center;
}

.ql-editor .ql-align-justify {
    text-align: justify;
}

.ql-editor .ql-align-right {
    text-align: right;
}

.ql-editor.ql-blank::before {
    color: rgba(0,0,0,0.6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
    clear: both;
    content: '';
    display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px;
}

    .ql-snow.ql-toolbar button svg,
    .ql-snow .ql-toolbar button svg {
        float: left;
        height: 100%;
    }

    .ql-snow.ql-toolbar button:active:hover,
    .ql-snow .ql-toolbar button:active:hover {
        outline: none;
    }

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
    display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #06c;
}

    .ql-snow.ql-toolbar button:hover .ql-fill,
    .ql-snow .ql-toolbar button:hover .ql-fill,
    .ql-snow.ql-toolbar button:focus .ql-fill,
    .ql-snow .ql-toolbar button:focus .ql-fill,
    .ql-snow.ql-toolbar button.ql-active .ql-fill,
    .ql-snow .ql-toolbar button.ql-active .ql-fill,
    .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
    .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
    .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
    .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
    .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
    .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
    .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
    .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
    .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
        fill: #06c;
    }

    .ql-snow.ql-toolbar button:hover .ql-stroke,
    .ql-snow .ql-toolbar button:hover .ql-stroke,
    .ql-snow.ql-toolbar button:focus .ql-stroke,
    .ql-snow .ql-toolbar button:focus .ql-stroke,
    .ql-snow.ql-toolbar button.ql-active .ql-stroke,
    .ql-snow .ql-toolbar button.ql-active .ql-stroke,
    .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
    .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
    .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
    .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
    .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
    .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
    .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
    .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
    .ql-snow.ql-toolbar button:hover .ql-stroke-miter,
    .ql-snow .ql-toolbar button:hover .ql-stroke-miter,
    .ql-snow.ql-toolbar button:focus .ql-stroke-miter,
    .ql-snow .ql-toolbar button:focus .ql-stroke-miter,
    .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
    .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
    .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
    .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
    .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
    .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
    .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
    .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
    .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
    .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
        stroke: #06c;
    }

@media (pointer: coarse) {
    .ql-snow.ql-toolbar button:hover:not(.ql-active),
    .ql-snow .ql-toolbar button:hover:not(.ql-active) {
        color: #444;
    }

        .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
        .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
        .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
        .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
            fill: #444;
        }

        .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
        .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
        .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
        .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
            stroke: #444;
        }
}

.ql-snow {
    box-sizing: border-box;
}

    .ql-snow * {
        box-sizing: border-box;
    }

    .ql-snow .ql-hidden {
        display: none;
    }

    .ql-snow .ql-out-bottom,
    .ql-snow .ql-out-top {
        visibility: hidden;
    }

    .ql-snow .ql-tooltip {
        position: absolute;
        transform: translateY(10px);
    }

        .ql-snow .ql-tooltip a {
            cursor: pointer;
            text-decoration: none;
        }

        .ql-snow .ql-tooltip.ql-flip {
            transform: translateY(-10px);
        }

    .ql-snow .ql-formats {
        display: inline-block;
        vertical-align: middle;
    }

        .ql-snow .ql-formats:after {
            clear: both;
            content: '';
            display: table;
        }

    .ql-snow .ql-stroke {
        fill: none;
        stroke: #444;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 2;
    }

    .ql-snow .ql-stroke-miter {
        fill: none;
        stroke: #444;
        stroke-miterlimit: 10;
        stroke-width: 2;
    }

    .ql-snow .ql-fill,
    .ql-snow .ql-stroke.ql-fill {
        fill: #444;
    }

    .ql-snow .ql-empty {
        fill: none;
    }

    .ql-snow .ql-even {
        fill-rule: evenodd;
    }

    .ql-snow .ql-thin,
    .ql-snow .ql-stroke.ql-thin {
        stroke-width: 1;
    }

    .ql-snow .ql-transparent {
        opacity: 0.4;
    }

    .ql-snow .ql-direction svg:last-child {
        display: none;
    }

    .ql-snow .ql-direction.ql-active svg:last-child {
        display: inline;
    }

    .ql-snow .ql-direction.ql-active svg:first-child {
        display: none;
    }

    .ql-snow .ql-editor h1 {
        font-size: 2em;
    }

    .ql-snow .ql-editor h2 {
        font-size: 1.5em;
    }

    .ql-snow .ql-editor h3 {
        font-size: 1.17em;
    }

    .ql-snow .ql-editor h4 {
        font-size: 1em;
    }

    .ql-snow .ql-editor h5 {
        font-size: 0.83em;
    }

    .ql-snow .ql-editor h6 {
        font-size: 0.67em;
    }

    .ql-snow .ql-editor a {
        text-decoration: underline;
    }

    .ql-snow .ql-editor blockquote {
        border-left: 4px solid #ccc;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-left: 16px;
    }

    .ql-snow .ql-editor code,
    .ql-snow .ql-editor pre {
        background-color: #f0f0f0;
        border-radius: 3px;
    }

    .ql-snow .ql-editor pre {
        white-space: pre-wrap;
        margin-bottom: 5px;
        margin-top: 5px;
        padding: 5px 10px;
    }

    .ql-snow .ql-editor code {
        font-size: 85%;
        padding: 2px 4px;
    }

    .ql-snow .ql-editor pre.ql-syntax {
        background-color: #23241f;
        color: #f8f8f2;
        overflow: visible;
    }

    .ql-snow .ql-editor img {
        max-width: 100%;
    }

    .ql-snow .ql-picker {
        color: #444;
        display: inline-block;
        float: left;
        font-size: 14px;
        font-weight: 500;
        height: 24px;
        position: relative;
        vertical-align: middle;
    }

    .ql-snow .ql-picker-label {
        cursor: pointer;
        display: inline-block;
        height: 100%;
        padding-left: 8px;
        padding-right: 2px;
        position: relative;
        width: 100%;
    }

        .ql-snow .ql-picker-label::before {
            display: inline-block;
            line-height: 22px;
        }

    .ql-snow .ql-picker-options {
        background-color: #fff;
        display: none;
        min-width: 100%;
        padding: 4px 8px;
        position: absolute;
        white-space: nowrap;
    }

        .ql-snow .ql-picker-options .ql-picker-item {
            cursor: pointer;
            display: block;
            padding-bottom: 5px;
            padding-top: 5px;
        }

    .ql-snow .ql-picker.ql-expanded .ql-picker-label {
        color: #ccc;
        z-index: 2;
    }

        .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
            fill: #ccc;
        }

        .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
            stroke: #ccc;
        }

    .ql-snow .ql-picker.ql-expanded .ql-picker-options {
        display: block;
        margin-top: -1px;
        top: 100%;
        z-index: 1;
    }

    .ql-snow .ql-color-picker,
    .ql-snow .ql-icon-picker {
        width: 28px;
    }

        .ql-snow .ql-color-picker .ql-picker-label,
        .ql-snow .ql-icon-picker .ql-picker-label {
            padding: 2px 4px;
        }

            .ql-snow .ql-color-picker .ql-picker-label svg,
            .ql-snow .ql-icon-picker .ql-picker-label svg {
                right: 4px;
            }

        .ql-snow .ql-icon-picker .ql-picker-options {
            padding: 4px 0px;
        }

        .ql-snow .ql-icon-picker .ql-picker-item {
            height: 24px;
            width: 24px;
            padding: 2px 4px;
        }

        .ql-snow .ql-color-picker .ql-picker-options {
            padding: 3px 5px;
            width: 152px;
        }

        .ql-snow .ql-color-picker .ql-picker-item {
            border: 1px solid transparent;
            float: left;
            height: 16px;
            margin: 2px;
            padding: 0px;
            width: 16px;
        }

    .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
        position: absolute;
        margin-top: -9px;
        right: 0;
        top: 50%;
        width: 18px;
    }

    .ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
    .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
    .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
    .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
    .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
    .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
        content: attr(data-label);
    }

    .ql-snow .ql-picker.ql-header {
        width: 98px;
    }

        .ql-snow .ql-picker.ql-header .ql-picker-label::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item::before {
            content: 'Normal';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
            content: 'Heading 1';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
            content: 'Heading 2';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
            content: 'Heading 3';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
            content: 'Heading 4';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
            content: 'Heading 5';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
            content: 'Heading 6';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
            font-size: 2em;
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
            font-size: 1.5em;
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
            font-size: 1.17em;
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
            font-size: 1em;
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
            font-size: 0.83em;
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
            font-size: 0.67em;
        }

    .ql-snow .ql-picker.ql-font {
        width: 108px;
    }

        .ql-snow .ql-picker.ql-font .ql-picker-label::before,
        .ql-snow .ql-picker.ql-font .ql-picker-item::before {
            content: 'Sans Serif';
        }

        .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
            content: 'Serif';
        }

        .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
            content: 'Monospace';
        }

        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
            font-family: Georgia, Times New Roman, serif;
        }

        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
            font-family: Monaco, Courier New, monospace;
        }

    .ql-snow .ql-picker.ql-size {
        width: 98px;
    }

        .ql-snow .ql-picker.ql-size .ql-picker-label::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item::before {
            content: 'Normal';
        }

        .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
            content: 'Small';
        }

        .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
            content: 'Large';
        }

        .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
            content: 'Huge';
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
            font-size: 10px;
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
            font-size: 18px;
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
            font-size: 32px;
        }

    .ql-snow .ql-color-picker.ql-background .ql-picker-item {
        background-color: #fff;
    }

    .ql-snow .ql-color-picker.ql-color .ql-picker-item {
        background-color: #000;
    }

.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    padding: 8px;
}

    .ql-toolbar.ql-snow .ql-formats {
        margin-right: 15px;
    }

    .ql-toolbar.ql-snow .ql-picker-label {
        border: 1px solid transparent;
    }

    .ql-toolbar.ql-snow .ql-picker-options {
        border: 1px solid transparent;
        box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
    }

    .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
        border-color: #ccc;
    }

    .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
        border-color: #ccc;
    }

    .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
    .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
        border-color: #000;
    }

    .ql-toolbar.ql-snow + .ql-container.ql-snow {
        border-top: 0px;
    }

.ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap;
}

    .ql-snow .ql-tooltip::before {
        content: "Visit URL:";
        line-height: 26px;
        margin-right: 8px;
    }

    .ql-snow .ql-tooltip input[type=text] {
        display: none;
        border: 1px solid #ccc;
        font-size: 13px;
        height: 26px;
        margin: 0px;
        padding: 3px 5px;
        width: 170px;
    }

    .ql-snow .ql-tooltip a.ql-preview {
        display: inline-block;
        max-width: 200px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .ql-snow .ql-tooltip a.ql-action::after {
        border-right: 1px solid #ccc;
        content: 'Edit';
        margin-left: 16px;
        padding-right: 8px;
    }

    .ql-snow .ql-tooltip a.ql-remove::before {
        content: 'Remove';
        margin-left: 8px;
    }

    .ql-snow .ql-tooltip a {
        line-height: 26px;
    }

    .ql-snow .ql-tooltip.ql-editing a.ql-preview,
    .ql-snow .ql-tooltip.ql-editing a.ql-remove {
        display: none;
    }

    .ql-snow .ql-tooltip.ql-editing input[type=text] {
        display: inline-block;
    }

    .ql-snow .ql-tooltip.ql-editing a.ql-action::after {
        border-right: 0px;
        content: 'Save';
        padding-right: 0px;
    }

    .ql-snow .ql-tooltip[data-mode=link]::before {
        content: "Enter link:";
    }

    .ql-snow .ql-tooltip[data-mode=formula]::before {
        content: "Enter formula:";
    }

    .ql-snow .ql-tooltip[data-mode=video]::before {
        content: "Enter video:";
    }

.ql-snow a {
    color: #06c;
}

.ql-container.ql-snow {
    border: 1px solid #ccc;
}
/* =========================quil editor end ==============================================*/


/*20-09-2022*/
.fullheightauto {
    min-height: calc(100vh - 117px);
}

.dashboarditem {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding: 20px;
    background: #026012;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

    .dashboarditem h2 {
        font-size: 22px;
        margin: 0;
        color: #fff;
    }

    .dashboarditem p {
        margin: 0;
        font-size: 35px;
        color: #fff;
        font-weight: 600;
    }

    .dashboarditem.register {
        background: #3f098b;
    }

    .dashboarditem.subs2 {
        background: #ccc;
    }

    .dashboarditem.exsubs {
        background: #4d0758;
    }

    .dashboarditem.exsubrefcd {
        background: #1c0958;
    }

    .dashboarditem.apcoupon {
        background: #2c1b02;
    }

    .dashboarditem.excoupon {
        background: #ccc;
    }

.chartitem {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    overflow: auto;
}

/* 14/10/2022 multiselection drop down*/

.multiselectone .btn-group {
    width: 100%;
    display: inline-block;
}

    .multiselectone .btn-group > button {
        width: 100%;
        display: inline-block;
        height: 58px;
        background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem bottom/8px 30px;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 30px 20px 0px 13px;
        cursor: pointer;
        text-align: left !important;
    }

    .multiselectone .btn-group .multiselect-container {
        width: 100%;
        max-height: 300px;
        overflow: auto;
    }


.fixed-width {
    width: calc(100% - 100px) !important;
    margin: 0;
    transition: 0.5s;
    margin-left: 100px !important;
}

/*@media (min-width:320px) and (max-width:768px){
    div#columnchart_material > div:first-child {
        overflow: auto;
    }
}*/




.user-dropdown .dropdown a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

    .user-dropdown .dropdown a:hover {
        text-decoration: none;
    }


    .user-dropdown .dropdown a .profileBox {
        width: 40px;
        height: 40px;
        background: #f4f4f4;
        border: 1px solid #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: 0px 5px;
    }

/*.welcomeContent {
    margin-right:5px;
}*/

.mti {
    margin-top: 20px;
    color: #157a45;
}

.profileContent span {
    font-size: 15px;
    font-weight: 400;
    color: #157a45;
}



.dashboarditem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.iconBox {
    width: 60px;
    height: 60px;
    background-color: #ffffff38;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

    .iconBox i {
        font-size: 28px;
        color: #fff;
        width: auto;
    }

.cardContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex: 1;
}

    .cardContent label {
        margin: 0;
    }



.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    /* max-height: 38vh !important;*/
    max-height: 28vh !important;
}

/*Subscriber's Reports Excel button start*/
/*button.dt-button.buttons-excel.buttons-html5 { width: 112px; height: 44px; background: #157a45; color: #fff; }*/
/*Subscriber's Reports Excel button start*/



button.dt-button.buttons-excel.buttons-html5 {
    width: 88px;
    height: 33px;
    background: #157a45;
    color: #fff;
}

button.dt-button.buttons-copy.buttons-html5 {
    width: 88px;
    height: 33px;
    background: #157a45;
    color: #fff;
}

button.dt-button.buttons-csv.buttons-html5 {
    width: 88px;
    height: 33px;
    background: #157a45;
    color: #fff;
}

button.dt-button.buttons-pdf.buttons-html5 {
    width: 88px;
    height: 33px;
    background: #157a45;
    color: #fff;
}


.dashboard-nav-bar ul li {
    position: relative;
}

/*span.custom-nav-hover {
transition: 0.3s;
}*/

.sidebar.hide-menu .dashboard-nav-bar ul li a:hover span span.custom-nav-hover {
    font-size: 14px;
    background: #1c9c58;
    z-index: 99999999999999;
    position: absolute;
    left: 100%;
    height: 100%;
    padding: 15px 30px 15px 15px;
}


.dashboarditem.light-green {
    background: #19a731;
}


/*CSS on 02/17/2023 starts*/

.password-inner-wrapper {
    position: relative;
}

    .password-inner-wrapper button.password-icon.btn {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: transparent;
        padding: 2px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 100%;
    }

        .password-inner-wrapper button.password-icon.btn:focus {
            box-shadow: none;
        }

    .password-inner-wrapper img.material-img {
        top: 50%;
        transform: translateY(-50%)
    }


.year-controller-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    width: max-content;
}

    .year-controller-wrapper label {
        margin: 0;
    }

    .year-controller-wrapper select {
        max-width: 150px;
        padding-left: 8px;
    }


.dashboarditem-custom {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.dashboard-item-header {
    border-radius: 10px 10px 0 0;
    background: linear-gradient(to left, #157a45, #1bbb36);
    color: #fff;
    font-size: 14px;
}

    .dashboard-item-header h2 {
        font-size: 14px;
        padding-inline: 10px;
        padding-block: 10px;
        text-align: center;
        line-height: 1;
        font-weight: 400;
    }

.dashboard-item-value {
    padding: 10px;
}

    .dashboard-item-value p {
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        text-align: center
    }

        .dashboard-item-value p i {
            opacity: 0.6
        }

.left-login-section.position-relative .Logo {
    padding-block-start: 110px;
}

    .left-login-section.position-relative .Logo a img {
        max-width: 150px;
    }


.left-login-section.position-relative .Login-content {
    margin-left: 0
}



/*CSS on 02/17/2023 ends*/



/*CSS on 02/23/2023 start export as button*/
button#tableviewdata {
    background: #157a45;
    color: #fff;
    border: 0;
    padding: 10px 15px;
    border-radius: 3px;
}


a#btnHideModal {
    color: #fff !important;
    background: #a7a7a7 !important;
    color: #fff !important;
    padding: .375rem .75rem !important;
    border: 1px solid #a7a7a7 !important;
    margin-left: 8px !important;
}

/*CSS on 02/23/2023 end export as button*/

label.coupon-heading {
    top: 0px;
    left: 8px;
    padding: 6px 10px;
    font-size: 15px;
    color: #000;
    background: transparent;
    font-weight: 600;
}

label.label.referral-heading {
    top: 0px;
    left: 8px;
    padding: 6px 10px;
    font-size: 15px;
    color: #000;
    background: transparent;
    font-weight: 600;
}



/*15-3-2022 css tabledata view start here */


/*Delete Model Popup 15-Mar-2023 start*/

div#SampleModal .modal-header {
    background: #157a45;
    color: #ffff;
    padding: 18px;
}

    div#SampleModal .modal-header button {
        color: #fff;
        opacity: 1;
    }

.modal-open.minimized-popup div#SampleModal .modal-header {
    position: fixed;
    max-width: 310px;
    width: 100%;
    right: 0;
    bottom: 0px;
}

div#SampleModal .modal-dialog.modal-dialog-centered {
    /* width: 1170px;*/
    width: 530px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#modeltableh {
    background: #157a45;
    color: #ffff;
}

button.close1 {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-footer {
    /* width: 184px; */
    height: 54px;
}

.modal-body {
    text-align: center;
}


/*Delete Model Popup 15-Mar-2023 end*/





/*Send Email Model Popup 15-Mar-2023 start*/

div#SendEmailModal .modal-header {
    background: #157a45;
    color: #ffff;
    padding: 18px;
}

    div#SendEmailModal .modal-header button {
        color: #fff;
        opacity: 1;
    }

.modal-open.minimized-popup div#SendEmailModal .modal-header {
    position: fixed;
    max-width: 310px;
    width: 100%;
    right: 0;
    bottom: 0px;
}

div#SendEmailModal .modal-dialog.modal-dialog-centered {
    /* width: 1170px;*/
    /*width: 530px;*/
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#modeltableh {
    background: #157a45;
    color: #ffff;
}

button.close1 {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-footer {
    height: 63px;
}

.modal-body {
    text-align: center;
}


/*17-Mar-2023*/
div#modtableopendata .modal-header button {
    color: #fff;
    opacity: 1;
}

.modal-header .close1 {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

button.close1 {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close1 {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

div#SampleModal .modal-header span.container {
    text-align: center;
}

div#modtableopendata .modal-header span.container {
    text-align: center;
}

/*17-Mar-2023*/


/*Send Email Model Popup 15-Mar-2023 end*/

table.table.table-striped.data-table.custom-table.dataTable.no-footer {
    text-align: center;
}


/*Export button 16-Mar-2023 Start*/

a#btnexport {
    background: #157a45 !important;
    color: #fff !important;
    display: inline-block !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.25rem !important;
}

/*Export button 16-Mar-2023 End*/


/*Is Active input Coupon code & Subscription 16-Mar-2023 Start*/

label.label.floatlabel-shift {
    padding: 3px 2px;
    font-size: 12px;
    color: #000;
    background: transparent;
    font-weight: 600;
}

/*Is Active input Coupon code & Subscription 16-Mar-2023 End*/

/*
table.table.table-striped.data-table.custom-table.dataTable.no-footer {
    text-align: center;
    table-layout: fixed;
}*/
table.dataTable thead th, table.dataTable tbody td {
    width: auto;
    white-space: nowrap !important;
    padding: 10px 20px;
}


/*div#exportas_wrapper table.table.table-striped.data-table.custom-table.dataTable.no-footer {    
    table-layout: fixed;
}*/

/*13-04-2023*/
.table-cstm-reponsive .dataTables_info,
.table-cstm-reponsive .dataTables_paginate.paging_simple_numbers,
.table-cstm-reponsive div.dataTables_length,
.table-cstm-reponsive div.dataTables_filter {
    float: none;
    margin: 0;
}

.table-cstm-reponsive .dataTables_paginate a {
    padding: .5rem .75rem;
    margin: 0;
}

.table-cstm-reponsive .row:nth-child(2) {
    margin: 0;
}

    .table-cstm-reponsive .row:nth-child(2) > div {
        position: relative;
        width: 100%;
        max-height: calc(100vh - 328px);
        overflow: auto;
        padding: 0;
    }

        .table-cstm-reponsive .row:nth-child(2) > div table thead {
            position: sticky;
            top: 0;
        }

.table-cstm-reponsive div.dataTables_length select {
    font-size: 1rem;
}

.table-cstm-reponsive .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #157a45;
    border-color: #157a45;
}

.Login-content h2.headingcircle {
    position: relative;
    margin-left: 40px;
}

.headingcircle::before {
    content: "";
    width: 35px;
    height: 35px;
    border: 9px solid #0c5830;
    position: absolute;
    left: -40px;
    top: 3px;
    /*top: 13px;*/
    border-radius: 100px;
    opacity: 1;
}



/*=========================side-icons-zoom-in/out-start-12-05-2023======================*/

.side-icons-zoom {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    bottom: 50px;
    right: -83px;
    padding: 7px;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    border-radius: 0 10px 10px 0 !important;
    -webkit-border-radius: 0 10px 10px 0 !important;
    -webkit-transition: all .5s ease-in;
    z-index: 100;
}

    .side-icons-zoom:hover {
        right: -5px;
    }

    .side-icons-zoom::before {
        content: 'Zoom In/Out';
        display: block;
        color: #fff;
        position: absolute;
        top: 30%;
        width: 58px;
        left: -58px;
        background: #0c5830;
        padding: 10px;
        border-radius: 5px 0 0 5px;
        font-size: 14px;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -ms-border-radius: 5px 0 0 5px;
        -o-border-radius: 5px 0 0 5px;
        z-index: 999;
    }

    .side-icons-zoom a img {
        height: 35px;
        width: 35px;
        margin: 28px 0;
        -webkit-transition: all .8s ease-in;
        -o-transition: all .8s ease-in;
        transition: all .8s ease-in;
    }

        .side-icons-zoom a img:hover {
            -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
        }

/*=========================side-icons-zoom-in/out-end-12-05-2023======================*/





/*----------Change password in admin portal start-------------*/
.floatlabel label.change-password {
    top: 3px;
    left: 18px;
    transition: all 0.2s ease-out;
    background: transparent;
    color: #000000;
    cursor: text;
    font-family: 'Roboto' !important;
    font-size: 16px;
    font-weight: normal;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}
/*----------Change password in admin portal start-------------*/


/*----------Create user in admin portal start-------------*/
.floatlabel label.create-user {
    top: 3px;
    left: 18px;
    transition: all 0.2s ease-out;
    background: transparent;
    color: #000000;
    cursor: text;
    font-family: 'Roboto' !important;
    font-size: 16px;
    font-weight: normal;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}


.floatlabel .textbox {
    -webkit-appearance: none;
    color: #333;
    padding: 15px 12px 12px 12px;
}

/*----------Create user in admin portal start-------------*/


/*New  css*/



@media only screen and (min-width: 1500px) {
    .headingcircle::before {
        top: 15px;
    }
}

header.After-login-header {
    max-height: 58px;
}



div#getSubscriptionGroupDetails {
    width: 100%;
    overflow: auto;
}






/*CSS on 03/02/2023 end plan type start*/
label.plan-type {
    top: 0px;
    left: 8px;
    padding: 6px 10px;
    font-size: 15px;
    color: #000;
    background: transparent;
    font-weight: 600;
}
/*CSS on 03/02/2023 end plan type start*/

.modebar-container {
    display: none;
}

/*CSS on 01/17/2024 information hover icon start*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");

i[data-tooltip]::after {
    content: attr(data-tooltip);
    width: max-content;
    position: absolute !important;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 6px 8px;
    border-radius: 8px;
    color: white;
    transform: scale(0);
    transition: 0.2s ease-in-out;
}

i[data-tooltip]:hover::after {
    transform: scale(1);
    bottom: 100%;
}

i {
    /* color: #444444;*/
    cursor: pointer;
}

/*CSS on 01/17/2024 information hover icon end*/

/*.container input#usersEmailAddress {
    padding: 0px 168px;
}*/

span.usedcouponcodeheading {
    color: red;
    /*margin: 0px 0px -2px -92px;*/
}

@media (min-width:1000px) and (max-width:1200px) {
    span.usedcouponcodeheading {
        color: red;
        margin: 0px 0px -2px -92px;
    }
}

/*CSS on 05/29/2024 update sales tax percentage start*/



div#UpdateSalexTaxModal .modal-header {
    background: #157a45;
    color: #ffff;
    padding: 18px;
}

    div#UpdateSalexTaxModal .modal-header button {
        color: #fff;
        opacity: 1;
    }

.modal-open.minimized-popup div#UpdateSalexTaxModal .modal-header {
    position: fixed;
    max-width: 310px;
    width: 100%;
    right: 0;
    bottom: 0px;
}

div#UpdateSalexTaxModal .modal-dialog.modal-dialog-centered {
    /* width: 1170px;*/
    /*width: 530px;*/
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#modeltableh {
    background: #157a45;
    color: #ffff;
}

button.close1 {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}





div#DeActiveSampleModal .modal-header {
    background: #157a45;
    color: #ffff;
    padding: 18px;
}

    div#DeActiveSampleModal .modal-header button {
        color: #fff;
        opacity: 1;
    }

.modal-open.minimized-popup div#DeActiveSampleModal .modal-header {
    position: fixed;
    max-width: 310px;
    width: 100%;
    right: 0;
    bottom: 0px;
}

div#DeActiveSampleModal .modal-dialog.modal-dialog-centered {
    /* width: 1170px;*/
    /*width: 530px;*/
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}



div#ActiveSampleModal .modal-header {
    background: #157a45;
    color: #ffff;
    padding: 18px;
}

    div#ActiveSampleModal .modal-header button {
        color: #fff;
        opacity: 1;
    }

.modal-open.minimized-popup div#ActiveSampleModal .modal-header {
    position: fixed;
    max-width: 310px;
    width: 100%;
    right: 0;
    bottom: 0px;
}

div#ActiveSampleModal .modal-dialog.modal-dialog-centered {
    /* width: 1170px;*/
    /*width: 530px;*/
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


.modal-header .close1 {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

button.close1 {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close1 {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}






.divSalesTaxHeading {
    display: block;
    text-align: end;
}

.divSalesTaxData {
    display: block;
    text-align: left;
}
/*CSS on 05/29/2024 update sales tax percentage end*/







/*06-06-2024 Css Here*/
@media screen and (min-width:1500px) and (max-width:1822px) {
    .dashboard-nav-bar {
        height: calc(100vh - 160px);
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media screen and (min-width:1366px) and (max-width:1500px) {
    .dashboard-nav-bar {
        height: calc(100vh - 125px);
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media screen and (min-width:1242px) and (max-width:1366px) {
    .dashboard-nav-bar {
        height: calc(100vh - 125px);
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media screen and (min-width:1080px) and (max-width:1242px) {
    .dashboard-nav-bar {
        height: calc(100vh - 125px);
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0px !important;
        border-radius: 30px !important;
    }

    .fullheightauto {
        min-height: auto;
    }
}

@media screen and (min-width:992px) and (max-width:1080px) {
    .dashboard-nav-bar {
        height: calc(100vh - 125px);
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0px !important;
        border-radius: 30px !important;
    }
}

@media screen and (max-width:992px) {
    .sidebar .after-login-logo {
        display: none;
    }

    .custom-flex .content-main.full-width {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .custom-flex .content-main {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .fullheightauto {
        min-height: auto;
    }

    .dashboard-nav-bar ul {
        max-height: 80vh;
        overflow: auto;
    }
}

@media screen and (max-width:768px) {
    .toggle-menu {
        width: 25px
    }

    .After-login-header h2 {
        font-size: 20px;
        margin-left: -30px;
    }

    .custom-header-controls ul li a i {
        font-size: 12px;
    }

    .profileContent span {
        font-size: 14px;
    }
}

@media screen and (max-width:576px) {
    .toggle-menu {
        width: 18px;
    }

    .After-login-header h2 {
        font-size: 16px;
        margin-left: -20px;
    }

    .user-dropdown .dropdown a .profileBox {
        width: 30px;
        height: 30px;
    }
}



/*-----------------------------Report-Submenu-9-July-2024-------------------------------*/

.dashboard-nav-bar ul li.active ul.submenu li.new-list a {
    background: unset;
    color: black;
    padding-left: 20px;
}

    .dashboard-nav-bar ul li.active ul.submenu li.new-list a span {
        color: black;
    }

        .dashboard-nav-bar ul li.active ul.submenu li.new-list a span svg {
            color: black !important;
            fill: #000 !important;
            stroke: #000 !important;
        }
/*li.active.list-nav ul.submenu {
    display: block !important;
}*/

li.new-list.active {
    background: #157a45;
}

/*-----------------------------Report-Submenu-9-July-2024-------------------------------*/

/*
.selected {
    background-color: #ccc;
    color: #333;
}*/


.cstmradioBTNBox {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.salesCommPer {
    -webkit-appearance: auto;
}


/*Active Inactive Sidebar Menu Css Here 11-July-2024*/
.dashboard-nav-bar ul li a.ActiveNav {
    background: #157a45;
    border-radius: 0;
    text-decoration: none;
}

    .dashboard-nav-bar ul li a.ActiveNav span {
        color: #fff;
    }

        .dashboard-nav-bar ul li a.ActiveNav span svg, .dashboard-nav-bar ul li a.ActiveNav span svg g path, .dashboard-nav-bar ul li a.ActiveNav span svg g {
            fill: #fff;
            stroke: #fff;
        }
/*Active Inactive Sidebar Menu Css Here 11-July-2024*/





/*23-07-2024 Css Here*/
.dashboard-nav-bar {
    max-height: calc(100vh - 170px);
    overflow-y: auto;
}

    .dashboard-nav-bar ul li > ul {
        padding: 2px 5px !important;
    }

        .dashboard-nav-bar ul li > ul li a {
            padding: 10px 20px;
        }

            .dashboard-nav-bar ul li > ul li a:hover, .dashboard-nav-bar ul li > ul li a.ActiveNav {
                background: #09582f;
            }


.cstmFlex {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.cstmFormInputSec {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .cstmFormInputSec label {
        margin-bottom: 0px;
    }

@media screen and (min-width:1150px) and (max-width:1500px) {
    .sidebar {
        width: 266px;
        min-width: 266px;
    }

    .custom-flex .content-main.full-width {
        width: calc(100% - 266px);
        margin-left: 266px;
    }
}



/*=========================Visitors pages details model popup 07-29-2024 ======================*/
.modal-header.modalheadercstm {
    background: #157a45;
    color: #ffff;
    height: 60px;
}

    .modal-header.modalheadercstm button {
        color: #fff !important;
        opacity: 1 !important;
    }

.modal-header button.maxmize, .modal-header button.minmize {
    background: none;
    border: 0;
    position: absolute;
    right: 42px;
    color: #fff;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }


    .modal-header.modalheadercstm {
        background: #157a45;
        color: #ffff;
        height: 60px;
    }

div#VisitorsModal .modal-dialog-visitors.modal-dialog-centered-visitors {
    width: 90%;
    max-width: 90%;
}


div#VisitorsModal .modal-dialog-visitors.modal-dialog-centered-visitors {
    width: 1170px;
    /* max-width: 100%;*/
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 99% !important;
}

body.modal-open.minimized-popup div#VisitorsModal .modal-dialog-visitors.modal-dialog-centered-visitors {
    width: auto;
    height: 100%;
}

div#VisitorsModal .modal-dialog-visitors.modal-dialog-centered-visitors.modal-customdialog {
    width: 90%;
}

div#VisitorsModal .modal-dialog-visitors.modal-dialog-centered-visitors {
    width: 90%;
    max-width: 90%;
}

.minimized-popup div#VisitorsModal .modal-dialog-visitors.modal-dialog-centered-visitors {
    align-items: end;
}


.minimized-popup #VisitorsModal .modal-dialog-centered-visitors .modalheadercstm {
    border: 1px solid #fff;
}

@media(max-height:670px) {
    div#VisitorsModal .modal-dialog-visitors.modal-dialog-centered-visitors {
        /*margin-top: 55px;*/
        margin-top: 0px;
    }
}
/*=========================Visitors pages details model popup 07-29-2024 ======================*/

/*=========================07-30-2024 ======================*/
.custm-bodyScrol {
    overflow: auto;
    max-height: calc(100vh - 350px);
}

a.userVisit {
    cursor: pointer;
}
/*=========================07-30-2024 ======================*/





/*=========================Business plans details model popup 08-20-2024 ======================*/

div#BusinessPlansModal .modal-dialog-visitors.modal-dialog-centered-visitors {
    width: 90%;
    max-width: 90%;
}


div#BusinessPlansModal .modal-dialog-visitors.modal-dialog-centered-visitors {
    width: 1170px;
    /* max-width: 100%;*/
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 99% !important;
}

body.modal-open.minimized-popup div#BusinessPlansModal .modal-dialog-visitors.modal-dialog-centered-visitors {
    width: auto;
    height: 100%;
}

div#BusinessPlansModal .modal-dialog-visitors.modal-dialog-centered-visitors.modal-customdialog {
    width: 90%;
}

div#BusinessPlansModal .modal-dialog-visitors.modal-dialog-centered-visitors {
    width: 90%;
    max-width: 90%;
}

.minimized-popup div#BusinessPlansModal .modal-dialog-visitors.modal-dialog-centered-visitors {
    align-items: end;
}


.minimized-popup #BusinessPlansModal .modal-dialog-centered-visitors .modalheadercstm {
    border: 1px solid #fff;
}

@media(max-height:670px) {
    div#BusinessPlansModal .modal-dialog-visitors.modal-dialog-centered-visitors {
        /*margin-top: 55px;*/
        margin-top: 0px;
    }
}
/*=========================Business plans details model popup 08-20-2024 ======================*/


a.busineessPlansPrices:hover {
    cursor: pointer;
}

a.busineessSubscriptionPlansPrices:hover {
    cursor: pointer;
}

.cstmInputBox {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

    .cstmInputBox select {
        margin: 0 !important;
    }

.cstmSubPlansReportsFlex {
    display: flex;
    gap: 17px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.sub-date-report {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cstmSubPlansReportsFormInputSec {
    display: flex;
    align-items: center;
    gap: 23px;
}

.sub-report-btn button {
    padding: 9px 29px !important;
    border-radius: 0;
    background: #157a45;
    color: #fff;
}

.cstmSubPlansReportsFormInputSec label {
    margin-bottom: 0px;
}

a.dashboad_link {
    color: black !important;
}


/*27 Sep 2024 CSS*/
#tblReport i.fa.fa-info-circle:after {
    bottom: unset !important;
    top: 100% !important;
    z-index: 9;
}

#exportassubscription i.fa.fa-info-circle:after {
    bottom: unset !important;
    top: 100% !important;
    z-index: 9;
}

#exportasusermanagement i.fa.fa-info-circle:after {
    bottom: unset !important;
    top: 100% !important;
    z-index: 9;
}

#exportascontents i.fa.fa-info-circle:after {
    bottom: unset !important;
    top: 100% !important;
    z-index: 9;
}

#exportas i.fa.fa-info-circle:after {
    bottom: unset !important;
    top: 100% !important;
    z-index: 9;
}

#exportasreferralcodes i.fa.fa-info-circle:after {
    bottom: unset !important;
    top: 100% !important;
    z-index: 9;
}

#tblSalesTaxManagement i.fa.fa-info-circle:after {
    bottom: unset !important;
    top: 100% !important;
    z-index: 9;
}

#tblSalesReport i.fa.fa-info-circle:after {
    bottom: unset !important;
    top: 100% !important;
    z-index: 9;
}

#tblSalesCommissionPerson i.fa.fa-info-circle:after {
    bottom: unset !important;
    top: 100% !important;
    z-index: 9;
}

#tblCouponCodeReport i.fa.fa-info-circle:after {
    bottom: unset !important;
    top: 100% !important;
    z-index: 9;
}

#tblReferralCodeUsedReport i.fa.fa-info-circle:after {
    bottom: unset !important;
    top: 100% !important;
    z-index: 9;
}

#exportasusedcouponcode i.fa.fa-info-circle:after {
    bottom: unset !important;
    top: 100% !important;
    z-index: 9;
}

#tblAppliedCouponCodeReport i.fa.fa-info-circle:after {
    bottom: unset !important;
    top: 100% !important;
    z-index: 9;
}

#exportasvisitors i.fa.fa-info-circle:after {
    bottom: unset !important;
    top: 100% !important;
    z-index: 9;
}


#tblAdvertisement i.fa.fa-info-circle:after {
    bottom: unset !important;
    top: 100% !important;
    z-index: 9;
}

.sidebar.hide-menu .dashboard-nav-bar ul li a span svg {
    margin: 0 !important;
    width: 30px !important;
    height: 30px !important;
}

.dashboard-nav-bar ul li a svg.arrow_icon {
    transition: 0.3s all ease-in-out;
}

.dashboard-nav-bar ul li a:hover svg.arrow_icon {
    color: white !important;
}

.dashboard-nav-bar ul li a.ActiveNav svg.arrow_icon {
    color: white !important;
    transform: rotate(180deg)
}

.dashboard-nav-bar svg {
    width: 30px;
}

.dashboard-nav-bar.menulist.activeCustome_Nav {
    overflow-x: hidden;
}



/*=========================Datatable fixed columns in subsription plans & matrix data details 10-24-2024 start ======================*/

.custmcolumnfixLf .dataTables_wrapper .row:nth-child(2) table thead tr th:first-child,
.custmcolumnfixLf .dataTables_wrapper .row:nth-child(2) table tbody tr td:first-child,
.custmcolumnfixLf .dataTables_wrapper .row:nth-child(2) table tfoot tr th:first-child {
    position: sticky;
    left: 0;
}

.custmcolumnfixLf .dataTables_wrapper .row:nth-child(2) table tbody tr td {
    z-index: 2 !important;
}

    .custmcolumnfixLf .dataTables_wrapper .row:nth-child(2) table thead tr th:last-child,
    .custmcolumnfixLf .dataTables_wrapper .row:nth-child(2) table tbody tr td:last-child,
    .custmcolumnfixLf .dataTables_wrapper .row:nth-child(2) table tfoot tr th:last-child {
        position: sticky;
        right: 0;
    }

.custmcolumnfixLf .dataTables_wrapper .row:nth-child(2) table thead tr th:first-child,
.custmcolumnfixLf .dataTables_wrapper .row:nth-child(2) table thead tr th:last-child,
.custmcolumnfixLf .dataTables_wrapper .row:nth-child(2) table tfoot tr th:last-child {
    background: #f3f3f3;
    z-index: 9;
}

.custmcolumnfixLf .dataTables_wrapper .row:nth-child(2) table tbody tr:nth-of-type(odd) td:first-child,
.custmcolumnfixLf .dataTables_wrapper .row:nth-child(2) table tbody tr:nth-of-type(odd) td:last-child {
    background: white;
    z-index: 9;
}

.custmcolumnfixLf .dataTables_wrapper .row:nth-child(2) table tbody tr:nth-of-type(even) td:first-child,
.custmcolumnfixLf .dataTables_wrapper .row:nth-child(2) table tbody tr:nth-of-type(even) td:last-child {
    background: #f3f3f3;
    z-index: 9;
}

.custmcolumnfixLf .dataTables_wrapper .row:nth-child(2) table thead,
.custmcolumnfixLf .dataTables_wrapper .row:nth-child(2) table thead tr th {
    position: sticky;
    top: 0;
    z-index: 10;
}

    .custmcolumnfixLf .dataTables_wrapper .row:nth-child(2) table thead tr th:first-child,
    .custmcolumnfixLf .dataTables_wrapper .row:nth-child(2) table thead tr th:last-child {
        z-index: 11;
    }

.tabledataWrap table.dataTable tbody td {
    white-space: normal !important;
}

/*=========================Datatable fixed columns in subsription plans & matrix data details 10-24-2024 end ======================*/


/*=========================Reports Datatable fixed columns 10-25-2024 start ======================*/

.custmreportcolumnfixf .dataTables_wrapper .row:nth-child(2) table thead tr th:first-child,
.custmreportcolumnfixf .dataTables_wrapper .row:nth-child(2) table tbody tr td:first-child,
.custmreportcolumnfixf .dataTables_wrapper .row:nth-child(2) table tfoot tr th:first-child {
    position: sticky;
    left: 0;
}

.custmreportcolumnfixf .dataTables_wrapper .row:nth-child(2) table tbody tr td {
    z-index: 2 !important;
}



.custmreportcolumnfixf .dataTables_wrapper .row:nth-child(2) table thead tr th:first-child,
.custmreportcolumnfixf .dataTables_wrapper .row:nth-child(2) table tfoot tr th:first-child {
    background: #f3f3f3;
    z-index: 9;
}

.custmreportcolumnfixf .dataTables_wrapper .row:nth-child(2) table tbody tr:nth-of-type(odd) td:first-child,
.custmreportcolumnfixf .dataTables_wrapper .row:nth-child(2) table tfoot th:nth-of-type(odd) th:first-child {
    background: white;
    z-index: 9;
}

.custmreportcolumnfixf .dataTables_wrapper .row:nth-child(2) table tbody tr:nth-of-type(even) td:first-child {
    background: #f3f3f3;
    z-index: 9;
}

.custmreportcolumnfixf .dataTables_wrapper .row:nth-child(2) table thead,
.custmreportcolumnfixf .dataTables_wrapper .row:nth-child(2) table thead tr th {
    position: sticky;
    top: 0;
    z-index: 10;
}

    .custmreportcolumnfixf .dataTables_wrapper .row:nth-child(2) table thead tr th:first-child {
        z-index: 11;
    }

/*=========================Reports Datatable fixed columns 10-25-2024 end ======================*/
/*====================================26-10-2024 new css ==========================*/
.custmReportFlex {
    flex-wrap: wrap;
    margin-bottom: 10px;
    justify-content: space-between;
}

    .custmReportFlex .cstmSubPlansReportsFormInputSec {
        align-items: start;
    }

    .custmReportFlex .subscriptionMain {
        margin: 0;
    }

    .custmReportFlex .cstmInputBox select {
        min-height: 44px;
    }

.custmMl-auto {
    margin-left: auto;
}

.custmtoptpop table i.fa.fa-info-circle:after {
    /*left: 50%;
    transform: translateX(-30%);*/
    opacity: 0;
    left: 50px !important;
}

.custmtoptpop table i.fa.fa-info-circle:hover:after {
    opacity: 1;
}

/*12/12/2024*/




.subscriptionMain span {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

span.select-country select {
    width: 76%;
}


.subPlans {
    gap: 5px !important;
}

.cstmSubPlansReportsFormInputSec label {
    white-space: nowrap;
}

img#preview {
    border-radius: 50%;
    width: 100% !important;
    max-width: 100px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:576px) {
    .subscritpion-edit-menu {
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: 13px;
    }

    .subscriptionMain {
        margin: 19px 0px;
        width: 100%;
    }

    .custmReportFlex {
        gap: 10px;
        margin-bottom: 10px;
    }

    select#ddlEmailAddress {
        width: 100% !important;
        height: 49px;
    }

    .add-new-user {
        width: 100%;
        display: flex;
        justify-content: end;
        margin-top: 6px;
    }

    .add-sales-btn {
        display: flex;
        justify-content: end;
        width: 100%;
    }

    span.select-country select {
        width: 100%;
    }

    div#UpdateSalexTaxModal .modal-dialog.modal-dialog-centered {
        width: 100%;
    }

    .modal-open .modal {
        padding: 0px 13px;
    }

    .modal-dialog {
        margin: 0;
    }

    div#UpdateSalexTaxModal .modal-dialog.modal-dialog-centered {
        margin: 0;
    }
}

div#error-alert {
    color: #e21529 !important;
    background-color: #edcbce !important;
    border-color: #edcbce !important;
}


#tblAdvertisement img#bannerPreview {
    width: 100% !important;
}


.forgot-paswd {
    display: block;
    text-align: center;
    margin-top: 12px;
}

i#togglePasswordReset {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 65px;
    max-width: 20px;
    margin: 0 auto;
}

i#togglePasswordconfirmPswReset {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 65px;
    max-width: 20px;
    margin: 0 auto;
}

/*Loader start 28-april-2025 */
.lds-dual-ring.hidden {
    display: none;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

 .lds-dual-ring:after {
     content: " ";
     display: block;
     width: 64px;
     height: 64px;
     margin: 0;
     border-radius: 50%;
     border: 14px solid #0c5830;
     border-color: #157a45 transparent #157a45 transparent;
     animation: lds-dual-ring 1.2s linear infinite;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}
/*Loader end 28-april-2025 */
/*17/10/2025*/
#pagename {
    font-size: 28px;
}
