/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");
/* line 1, G:/admin_project/6 admin/marketing/scss/_extends.scss */
.CRM_dropdown.dropdown .dropdown-toggle:hover, .CRM_dropdown.dropdown .dropdown-toggle:focus {
    background: -webkit-gradient(linear, left top, right top, from(#7C32FF), color-stop(70%, #A235EC), to(#C738D8));
    background: -o-linear-gradient(left, #7C32FF 0%, #A235EC 70%, #C738D8 100%);
    background: linear-gradient(90deg, #7C32FF 0%, #A235EC 70%, #C738D8 100%);
}

/* line 6, G:/admin_project/6 admin/marketing/scss/_extends.scss */
.profile_info .profile_info_iner .profile_author_name {
    background-image: linear-gradient(to bottom right, #863ee2, #571f9e);
}

/**************** common css start ****************/
/* line 3, G:/admin_project/6 admin/marketing/scss/_reset.scss */
body {
    font-family: "Comfortaa", cursive;
    padding: 0;
    margin: 0;
    font-size: 14px;
    background: #FFFFFF;
}

@media (min-width: 1200px) {
    /* line 12, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .container {
        max-width: 1310px;
    }
}

/* line 16, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.body_white_bg {
    background: #fff;
}

/* line 19, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.br_5 {
    border-radius: 5px;
}

/* line 22, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.border_bottom_1px {
    border-bottom: 1px solid #EFEFEF;
}

/* line 25, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.message_submit_form:focus {
    outline: none;
}

/* line 28, G:/admin_project/6 admin/marketing/scss/_reset.scss */
input:hover, input:focus {
    outline: none !important;
    box-shadow: 0px 0px 0px 0px transparent !important;
}

/* line 32, G:/admin_project/6 admin/marketing/scss/_reset.scss */
:focus {
    outline: -webkit-focus-ring-color auto 0;
}

/* line 35, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.custom-file-input:focus ~ .custom-file-label {
    border-color: transparent;
    box-shadow: none;
}

/* line 39, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.form-control {
    border-color: #BBC1C9;
    border-radius: 13px;
}

select.form-control {
    border-color: #BBC1C9;
    border-radius: 13px;
    font-size: 15px;
}

button.dropdown-toggle {
    border-color: #BBC1C9;
    border-radius: 13px;
    font-size: 15px;
}

/* line 42, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.form-control:focus {
    box-shadow: 0 0 0 0rem transparent !important;
    border-color: #BBC1C9;
}

/* line 46, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.dropdown-menu {
    margin: 0;
    padding: 0;
}

/* line 50, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.section_padding {
    padding: 120px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 50, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .section_padding {
        padding: 80px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 50, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .section_padding {
        padding: 70px 0px;
    }
}

@media (max-width: 575.98px) {
    /* line 50, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .section_padding {
        padding: 70px 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 50, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .section_padding {
        padding: 70px 0px;
    }
}

/* line 65, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.padding_top {
    padding-top: 120px;
}

@media (max-width: 991px) {
    /* line 65, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .padding_top {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 65, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .padding_top {
        padding-top: 80px;
    }
}

/* line 74, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.padding_bottom {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    /* line 74, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .padding_bottom {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 74, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .padding_bottom {
        padding-bottom: 80px;
    }
}

/* line 84, G:/admin_project/6 admin/marketing/scss/_reset.scss */
a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    /* line 87, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    a:hover {
        text-decoration: none;
    }

/* line 93, G:/admin_project/6 admin/marketing/scss/_reset.scss */
h1, h2, h3, h4, h5, h6 {
    color: #14256A;
    font-family: "Comfortaa", cursive;
    font-weight: 600;
    line-height: 1.2;
}

/* line 99, G:/admin_project/6 admin/marketing/scss/_reset.scss */
h2 {
    font-size: 30px;
}

/* line 102, G:/admin_project/6 admin/marketing/scss/_reset.scss */
h3 {
    font-size: 26px;
}

/* line 105, G:/admin_project/6 admin/marketing/scss/_reset.scss */
h4 {
    font-size: 20px;
}

/* line 108, G:/admin_project/6 admin/marketing/scss/_reset.scss */
h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

/* line 113, G:/admin_project/6 admin/marketing/scss/_reset.scss */
li {
    list-style: none;
}

/* line 116, G:/admin_project/6 admin/marketing/scss/_reset.scss */
ul, ol {
    margin: 0;
    padding: 0;
}

/* line 120, G:/admin_project/6 admin/marketing/scss/_reset.scss */
p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0px;
    /*color: #828BB2;*/
    font-family: "Comfortaa", cursive;
    font-weight: 300;
}

/* line 129, G:/admin_project/6 admin/marketing/scss/_reset.scss */
a:focus, .button:focus, button:focus, .btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-transition: 1s;
    transition: 1s;
}

/* line 135, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.p_30 {
    padding: 30px;
}

@media (max-width: 991px) {
    /* line 135, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .p_30 {
        padding: 20px;
    }
}

/* line 141, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.p_20 {
    padding: 20px;
}

/* line 144, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.p_15 {
    padding: 20px 20px 15px;
}

/* line 147, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.pb_20 {
    padding-bottom: 20px;
}

/* line 150, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mt_60 {
    margin-top: 60px;
}

@media (max-width: 991px) {
    /* line 150, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .mt_60 {
        margin-top: 30px;
    }
}

/* line 156, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mt_25 {
    margin-top: 25px;
}

/* line 160, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mt_30 {
    margin-top: 30px;
}

@media (max-width: 991px) {
    /* line 160, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .mt_30 {
        margin-top: 15px;
    }
}

/* line 167, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mt_10 {
    margin-top: 10px;
}

/* line 170, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mb_15 {
    margin-bottom: 15px;
}

/* line 173, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mb_15_imp {
    margin-bottom: 13px !important;
}

/* line 176, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mb_20 {
    margin-bottom: 20px !important;
}

/* line 179, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mb_20_imp {
    margin-bottom: 20px;
}

/* line 182, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mb_25 {
    margin-bottom: 20px;
}

/* line 185, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mb_50 {
    margin-bottom: 50px;
}

@media (max-width: 575.98px) {
    /* line 185, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .mb_50 {
        margin-bottom: 30px;
    }
}

/* line 191, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mt_50 {
    margin-top: 50px;
}

@media (max-width: 575.98px) {
    /* line 191, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .mt_50 {
        margin-top: 25px;
    }
}

/* line 197, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mt_20 {
    margin-top: 20px;
}

/* line 200, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mb_10 {
    margin-bottom: 10px !important;
}

/* line 204, G:/admin_project/6 admin/marketing/scss/_reset.scss */
th:focus, td:focus {
    outline: -webkit-focus-ring-color auto 0;
}

/* line 208, G:/admin_project/6 admin/marketing/scss/_reset.scss */
table.dataTable tbody th, table.dataTable tbody td {
    vertical-align: middle;
}

/* line 211, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mt_40 {
    margin-top: 40px;
}

/* line 214, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.section_bg {
    background-color: #fef1f2;
}

/* line 217, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cs_checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* line 228, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .cs_checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* line 235, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .cs_checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 16px;
        width: 16px;
        background-color: transparent;
        border: 1px solid #e4e8ec;
    }

/* line 246, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.section_tittle {
    text-align: center;
}

    /* line 248, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .section_tittle h2 {
        font-size: 36px;
        margin-bottom: 25px;
        line-height: 33px;
    }

@media (max-width: 991px) {
    /* line 248, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .section_tittle h2 {
        margin-bottom: 15px;
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    /* line 248, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .section_tittle h2 {
        font-size: 30px;
    }
}

/* line 260, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.section_tittle p {
    margin-bottom: 72px;
}

@media (max-width: 991px) {
    /* line 260, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .section_tittle p {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 260, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .section_tittle p {
        margin-bottom: 50px;
    }
}

/* Create the checkmark/indicator (hidden when not checked) */
/* line 271, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cs_checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
/* line 278, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cs_checkbox input:checked ~ .checkmark:after {
    display: block;
    left: 6px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #7e7172;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: "";
}

/* line 293, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cs_checkbox span {
    padding: 0 !important;
}

/* line 299, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.custom_checkbox tr th:first-child, .custom_checkbox tr td:first-child {
    padding: 16px 0 16px 0 !important;
}

/* line 304, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.border_1px {
    border-right: 1px solid rgba(130, 139, 178, 0.3);
    height: 40px;
    margin-right: 20px;
    margin-left: 8px;
}

/* line 310, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.nice_Select {
    border: 0;
    border-radius: 0px;
    padding-left: 0;
    padding-right: 30px;
    color: #415094;
}

    /* line 316, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .nice_Select .nice-select-search-box {
        width: 200px !important;
    }

    /* line 319, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .nice_Select.bgLess {
        background: transparent;
        border: 0 !important;
    }

    /* line 323, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .nice_Select:after {
        content: "\e62a";
        font-family: 'themify';
        border: 0;
        transform: rotate(0deg);
        margin-top: -16px;
        font-size: 12px;
        font-weight: 500;
        right: 18px;
        transform-origin: none;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        margin-top: -22px;
    }

    /* line 340, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .nice_Select.open::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-top: 15px;
        margin-top: 12px;
        right: 12px;
    }

    /* line 350, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .nice_Select:focus {
        box-shadow: none;
        border: 0 !important;
    }

    /* line 354, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .nice_Select:hover {
        border: 0;
    }

    /* line 357, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .nice_Select.open .list {
        min-width: 200px;
        left: 0;
        overflow-y: auto;
    }

        /* line 361, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .nice_Select.open .list li:first-child {
            color: #000;
        }

    /* line 365, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .nice_Select .current {
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    /* line 371, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .nice_Select .list {
        width: 100%;
        left: auto;
        right: 0;
        border-radius: 0px 0px 10px 10px;
        margin-top: 1px;
        z-index: 9999 !important;
        box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
    }

        /* line 379, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .nice_Select .list li {
            font-size: 12px;
            font-weight: 500;
            text-transform: uppercase;
        }

/* line 387, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.nice_Select2 {
    border: 0;
    border-radius: 0px;
    padding-left: 0;
    padding-right: 30px;
    color: #8890B5;
    background: #F5F6FF;
    border: 0;
    padding-left: 25px;
    padding-right: 47px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-transform: capitalize;
}

    /* line 402, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .nice_Select2 .nice-select-search-box {
        width: 100% !important;
        margin-top: 5px;
    }

    /* line 406, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .nice_Select2:after {
        content: "\e64b";
        font-family: 'themify';
        border: 0;
        transform: rotate(0deg);
        margin-top: -16px;
        font-size: 12px;
        font-weight: 500;
        right: 18px;
        transform-origin: none;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        margin-top: -16px;
        right: 30px;
        margin-top: -20px;
        right: 25px;
        color: #8890B5;
    }

    /* line 426, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .nice_Select2:active, .nice_Select2.open, .nice_Select2:focus {
        border-color: #EAF0F4;
        border: 0;
    }

        /* line 430, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .nice_Select2.open::after {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            margin-top: 13px;
            right: 20px;
        }

    /* line 439, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .nice_Select2:focus {
        box-shadow: none;
        border: 0;
    }

    /* line 443, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .nice_Select2:hover {
        border: 0;
    }

    /* line 446, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .nice_Select2.open .list {
        min-width: 100%;
        margin-top: 5px;
        left: 0;
        overflow-y: auto;
    }

        /* line 451, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .nice_Select2.open .list li:first-child {
            color: #000;
        }

    /* line 455, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .nice_Select2 .current {
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    /* line 461, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .nice_Select2 .list {
        width: 100%;
        left: auto;
        right: 0;
        border-radius: 0px 0px 10px 10px;
        margin-top: 1px;
        z-index: 9999 !important;
        box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
    }

        /* line 469, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .nice_Select2 .list li {
            font-size: 12px;
            font-weight: 500;
            text-transform: uppercase;
        }

/* line 481, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.white_box {
    background-color: #fff;
    padding: 20px;
}

@media (max-width: 991px) {
    /* line 481, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .white_box {
        padding: 20px 20px;
    }
}

@media (max-width: 575.98px) {
    /* line 481, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .white_box {
        padding: 25px 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 481, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .white_box {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 481, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .white_box {
        padding: 30px 20px;
    }
}

/* line 496, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.white_box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 22px;
    font-family: "Comfortaa", cursive;
}

@media (max-width: 991px) {
    /* line 496, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .white_box h3 {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 496, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .white_box h3 {
        margin-bottom: 10px;
    }
}

/* line 508, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.white_box h3 span {
    font-weight: 300;
    color: #7e7172;
}

/* line 514, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.progress-bar {
    text-align: right;
    padding-right: 8px;
}

/* line 518, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.white_box_p_30 {
    padding: 30px;
    background-color: #fff;
}

@media (max-width: 991px) {
    /* line 518, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .white_box_p_30 {
        padding: 25px 15px;
    }
}

/* line 527, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cu_dropdown .btn {
    border: 1px solid #f1f2f3;
    background-color: #fef1f2;
    color: #7e7172;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 15px;
}

/* line 535, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cu_dropdown .btn_1 {
    padding: 11px 20px;
}

/* line 538, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cu_dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: 0;
    content: "\e64b";
    border-top: none;
    font-family: 'themify';
    font-size: 10px;
}

/* line 547, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cu_dropdown .dropdown-menu {
    min-width: auto;
    background-color: #14256A;
    min-width: 102px;
    left: 0 !important;
    border-radius: 0 0 5px 5px;
    top: -2px !important;
    padding: 17px 0;
}

    /* line 555, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .cu_dropdown .dropdown-menu .dropdown-item {
        font-size: 12px;
        font-weight: 300;
        text-transform: capitalize;
        padding: 7px 20px;
        padding: 7px 20px;
        color: #fff;
    }

/* line 565, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cu_dropdown .left_arrow:hover {
    background-color: transparent;
    padding-left: 38px;
}

/* line 569, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cu_dropdown .left_arrow:after {
    left: 18px;
    top: 11px;
}

/* line 588, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.switch {
    -webkit-appearance: none;
    background-color: gray;
    border-radius: 43px;
    position: relative;
    cursor: pointer;
    padding: 14px 25px !important;
    margin-right: 20px;
    height: 30px;
}

    /* line 597, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .switch::after {
        top: 6px;
        left: 6px;
        content: '';
        width: 15px;
        height: 15px;
        background-color: #2E4765;
        position: absolute;
        border-radius: 100%;
        transition: 1s;
    }

    /* line 608, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .switch:checked {
        background-color: #2E4765 !important;
    }

        /* line 610, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .switch:checked::after {
            background-color: #fff !important;
        }

        /* line 613, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .switch:checked::after {
            transform: translateX(25px);
        }

    /* line 617, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .switch:focus {
        outline-color: transparent;
    }

/* line 621, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.menu_bropdown {
    display: inline-block;
}

    /* line 623, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .menu_bropdown .dropdown-menu {
        min-width: 168px !important;
        right: 0;
    }

@media (max-width: 991px) {
    /* line 628, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .sidebar_widget {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 628, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .sidebar_widget {
        margin-top: 0;
    }
}

/* line 636, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.text_underline {
    color: #14256A;
    text-decoration: underline;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    /* line 640, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .text_underline:hover {
        color: #14256A;
        text-decoration: underline;
    }

/* line 645, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.check_box_item {
    margin-top: 11px;
}

    /* line 647, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .check_box_item .single_check_box {
        padding: 15px 0;
        border-bottom: 1px solid #e4e8ec;
    }

        /* line 650, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .check_box_item .single_check_box .switch {
            -webkit-appearance: none;
            background-color: transparent;
            padding: 14px 27px !important;
            margin-right: 0;
            border: 1px solid #e4e8ec;
        }

            /* line 656, G:/admin_project/6 admin/marketing/scss/_reset.scss */
            .check_box_item .single_check_box .switch:after {
                top: 4px;
                width: 20px;
                height: 20px;
            }

            /* line 662, G:/admin_project/6 admin/marketing/scss/_reset.scss */
            .check_box_item .single_check_box .switch:checked::after {
                background-color: #7e7172 !important;
                left: 4px;
            }

            /* line 666, G:/admin_project/6 admin/marketing/scss/_reset.scss */
            .check_box_item .single_check_box .switch:checked {
                background-color: transparent !important;
            }

/* line 672, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.list_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
}

@media (max-width: 575.98px) {
    /* line 672, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .list_header {
        display: block;
    }
}

/* line 683, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.list_header p {
    color: #14256A;
    font-weight: 400;
    font-size: 14px;
    color: #7F8B9F;
    font-weight: 400;
}

/* line 690, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.list_header .nice_Select {
    margin-left: 15px;
}

@media (max-width: 575.98px) {
    /* line 690, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .list_header .nice_Select {
        margin-left: 10px;
    }
}

/* line 696, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.list_header .list_header_filter {
    display: flex;
    align-items: center;
}

@media (max-width: 575.98px) {
    /* line 696, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .list_header .list_header_filter {
        margin-top: 15px;
    }
}

/* line 702, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.list_header .list_header_filter img {
    width: 17px;
    margin-right: 8px;
}

/* line 710, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cs_modal .modal-content {
    background-color: #fef1f2;
    padding: 0 30px;
}

@media (max-width: 575.98px) {
    /* line 710, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .cs_modal .modal-content {
        padding: 0 20px;
    }
}

/* line 717, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cs_modal .modal-header {
    padding: 34px 0 30px 0px;
    align-items: center;
    border-bottom: 0px solid transparent;
}

    /* line 721, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .cs_modal .modal-header h5 {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
    }

    /* line 727, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .cs_modal .modal-header .close {
        padding: 0;
        margin: 0;
        opacity: 1;
    }

        /* line 731, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .cs_modal .modal-header .close i {
            font-size: 14px;
            color: #707070;
        }

/* line 738, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cs_modal .modal-body {
    padding: 35px 30px !important;
    background: #fff;
    border-radius: 5px;
}

@media (max-width: 575.98px) {
    /* line 738, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .cs_modal .modal-body {
        padding: 25px 20px !important;
    }
}

/* line 745, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cs_modal .modal-body .chose_thumb_title {
    font-size: 12px;
    font-weight: 300;
    color: #222222;
    text-align: left;
    margin: 0;
    margin-bottom: 0px;
    display: block;
    margin-bottom: 8px;
}

/* line 756, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cs_modal .modal-body .input_wrap label {
    font-size: 12px;
    font-weight: 300;
    color: #222222;
    text-align: left;
    margin: 0;
    margin-bottom: 0px;
    display: block;
    margin-bottom: 8px;
}

/* line 766, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cs_modal .modal-body .input_wrap textarea {
    height: 100px;
    padding: 0;
    line-height: 28px;
    padding: 13px 25px;
}

/* line 773, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cs_modal .modal-body .nice_Select, .cs_modal .modal-body input, .cs_modal .modal-body textarea {
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border: 1px solid #eee1e2;
    padding: 10px 25px;
    color: #7e7172;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    display: block;
    margin-bottom: 21px;
    font-weight: 300;
    border-radius: 3px;
}

    /* line 787, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .cs_modal .modal-body .nice_Select::placeholder, .cs_modal .modal-body input::placeholder, .cs_modal .modal-body textarea::placeholder {
        color: #7e7172;
        font-weight: 300;
        opacity: 1;
    }

/* line 793, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cs_modal .modal-body .nice_Select {
    line-height: 30px;
}

    /* line 795, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .cs_modal .modal-body .nice_Select :after {
        left: 22px;
    }

/* line 799, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cs_modal .modal-body ::placeholder {
    color: #14256A;
}

/* line 803, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cs_modal .modal_btn {
    display: flex;
    justify-content: start;
    align-items: center;
}

    /* line 807, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .cs_modal .modal_btn .btn_1 {
        padding: 16px 26px !important;
        margin: 0 5px;
        text-align: center;
    }

/* line 814, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cs_modal .modal-footer {
    border-top: 0px solid transparent;
    padding: 30px 0 40px 0;
}

/* line 820, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.form_box .from_group {
    display: block;
    width: 100%;
    margin-bottom: 23px;
}

    /* line 824, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .form_box .from_group label {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 13px;
        color: #707070;
    }

    /* line 830, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .form_box .from_group .nice_Select, .form_box .from_group input, .form_box .from_group textarea {
        width: 100%;
        display: block;
        background-color: #fef1f2;
        border: 1px solid #f1f2f3;
        height: 50px;
        line-height: 50px;
        border-radius: 5px;
        padding: 10px 20px;
    }

    /* line 840, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .form_box .from_group textarea {
        height: 115px;
        line-height: 27px;
    }

    /* line 844, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .form_box .from_group .bootstrap-tagsinput input {
        border: none !important;
        width: auto !important;
        display: inline-block !important;
        background-color: transparent !important;
    }

    /* line 850, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .form_box .from_group .bootstrap-tagsinput .badge [data-role="remove"]:after {
        background-color: transparent !important;
    }

    /* line 853, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .form_box .from_group .bootstrap-tagsinput .badge {
        margin: 0 5px;
        padding: 9px 8px;
        line-height: 12px;
        font-weight: 500;
        font-size: 13px;
    }

    /* line 860, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .form_box .from_group .badge-info {
        color: #fff;
        background-color: #2EC9B8;
    }

    /* line 864, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .form_box .from_group .nice_Select {
        line-height: 30px;
    }

/* line 869, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.note-editable {
    background-color: #fef1f2;
}

/* line 873, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.note-btn-group.note-style {
    display: none;
}

/* line 880, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.plr_30 {
    padding: 0 30px !important;
}

@media (max-width: 767.98px) {
    /* line 880, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .plr_30 {
        padding: 0 15px !important;
    }
}

/* line 887, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mb_8 {
    margin-bottom: 8px !important;
}

/* line 890, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mb_7 {
    margin-bottom: 7px !important;
}

/* line 901, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.ml-10 {
    margin-left: 10px;
}

/* line 904, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mb_30 {
    margin-bottom: 30px !important;
}

@media (max-width: 575.98px) {
    /* line 907, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .lms_block {
        display: block !important;
    }
}

@media (max-width: 575.98px) {
    /* line 913, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .add_button {
        margin-top: 15px;
        margin-left: 0;
    }
}

/* line 921, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.lms_pagination_wrap {
    margin-top: 30px;
}

    /* line 924, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .lms_pagination_wrap ul li {
        display: inline-block;
        margin: 0 .8px;
    }

        /* line 927, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .lms_pagination_wrap ul li a {
            width: 40px;
            height: 40px;
            display: inline-block;
            background: #fff;
            line-height: 40px;
            color: #cec1c2;
            text-align: center;
            border-radius: 3px;
            font-size: 14px;
        }

            /* line 937, G:/admin_project/6 admin/marketing/scss/_reset.scss */
            .lms_pagination_wrap ul li a.active {
                background: #fe1724;
                color: #fff;
            }

            /* line 941, G:/admin_project/6 admin/marketing/scss/_reset.scss */
            .lms_pagination_wrap ul li a:hover {
                background: #fe1724;
                color: #fff;
            }

@media (min-width: 768px) {
    /* line 954, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .modal-dialog.custom-modal-dialog {
        max-width: 650px;
    }
}

@media (min-width: 992px) {
    /* line 959, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .modal-dialog.custom-modal-dialog {
        max-width: 950px;
    }
}

@media (min-width: 1200px) {
    /* line 964, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .modal-dialog.custom-modal-dialog {
        max-width: 1050px;
    }
}

/* line 970, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.file_upload {
    border: 1px solid #eee1e2 !important;
    padding: 9px 24px;
    border-radius: 3px;
    /* input file style */
}

    /* line 974, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .file_upload label {
        margin-bottom: 0 !important;
    }

    /* line 977, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .file_upload .form-group {
        padding: 0;
        margin-bottom: 0;
    }

    /* line 981, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .file_upload .btn_file_upload {
        color: #fff;
        padding: 0;
        height: 30px;
        line-height: 30px;
        border: 0;
        display: inline-block;
    }

        /* line 988, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .file_upload .btn_file_upload:hover, .file_upload .btn_file_upload:focus {
            color: #888888;
            border-color: #888888;
        }

    /* line 997, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .file_upload .input-file, .file_upload .input-file2 {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

        /* line 1004, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .file_upload .input-file + .js-labelFile, .file_upload .input-file + .js-labelFile2, .file_upload .input-file2 + .js-labelFile, .file_upload .input-file2 + .js-labelFile2 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0 10px;
            cursor: pointer;
        }

    /* line 1012, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .file_upload .btn {
        padding: 0px 16px !important;
        border-radius: 5px;
        background-color: #fe1724;
        display: inline-block !important;
        font-size: 14px;
        color: #fff !important;
        border-radius: 30px;
        bottom: 0;
        margin-bottom: 0;
    }

        /* line 1022, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .file_upload .btn:hover {
            background-color: #2E4765;
            color: #fff;
            border: 0;
        }

    /* line 1028, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .file_upload .form-group {
        background-color: #fff;
        width: 100%;
        padding: 0px;
        border-radius: 5px;
    }

/* line 1035, G:/admin_project/6 admin/marketing/scss/_reset.scss */
td:focus, th:focus {
    outline: none !important;
}

/* line 1038, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mb_20 {
    margin-bottom: 20px;
}

/* line 1041, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mr_10 {
    margin-right: 10px !important;
}

/* line 1046, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.checkbox_wrap p {
    font-size: 13px;
    font-weight: 300;
    color: #7e7172;
    margin-bottom: 0;
}

/* line 1053, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.lms_checkbox_1 {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 50px;
    margin-bottom: 0;
    margin-right: 15px;
}

    /* line 1060, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .lms_checkbox_1 input {
        display: none !important;
    }

    /* line 1063, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .lms_checkbox_1 .slider-check {
        background-color: #7e7172;
        bottom: 0;
        cursor: pointer;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: .4s;
    }

        /* line 1072, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .lms_checkbox_1 .slider-check.round {
            border-radius: 34px;
        }

        /* line 1075, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .lms_checkbox_1 .slider-check::before {
            background-color: #222222;
            bottom: 5px;
            content: "";
            height: 20px;
            left: 4px;
            position: absolute;
            transition: .4s;
            width: 20px;
        }

        /* line 1085, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .lms_checkbox_1 .slider-check.round:before {
            border-radius: 50%;
        }

    /* line 1089, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .lms_checkbox_1 input:checked + .slider-check {
        background-color: #fef1f2;
        color: #fff;
        content: "oui";
    }

        /* line 1094, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .lms_checkbox_1 input:checked + .slider-check:before {
            transform: translateX(20px);
            background: #fe1724;
        }

/* line 1104, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.input_wrap label {
    font-size: 12px;
    font-weight: 300;
    color: #222222;
    text-align: left;
    margin: 0;
    margin-bottom: 0px;
    display: block;
    margin-bottom: 8px;
}

@media (min-width: 991px) {
    /* line 1119, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .medium_modal_width .modal-dialog {
        max-width: 780px;
    }
}

/* line 1127, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.list_header_btn_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 100%;
    margin-right: 60px;
}

@media (max-width: 575.98px) {
    /* line 1127, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .list_header_btn_wrapper {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 1127, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .list_header_btn_wrapper {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1127, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .list_header_btn_wrapper {
        margin-right: 0;
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 1127, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .list_header_btn_wrapper {
        margin-right: 0;
        display: block;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 1127, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .list_header_btn_wrapper {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 1155, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .list_header_block {
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 1159, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .list_header_block .success_faild_btn {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 1164, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .list_header_block .serach_field_2 {
        width: 300px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 1164, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .list_header_block .serach_field_2 {
        width: 380%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 1172, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .list_header_block .box_right {
        justify-content: space-between;
    }
}

/* line 1180, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.gj-datepicker .fa-calendar-alt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #cec1c2;
    right: 25px;
}

/* line 1190, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.white_box_border {
    border: 1px solid rgba(202, 206, 213, 0.7);
}

/* line 1194, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.nowrap {
    white-space: nowrap;
}

/* line 1198, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mb-25 {
    margin-bottom: 25px;
}

/* line 1201, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mb_15 {
    margin-bottom: 15px;
}

/* line 1204, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mr-10 {
    margin-right: 10px;
}

/* line 1207, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mr_5 {
    margin-right: 5px;
}

/* line 1210, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mb_30 {
    margin-bottom: 30px;
}

/* line 1213, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mt_10px {
    margin-top: 10px;
}

/* line 1216, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.pt_30 {
    padding-top: 30px !important;
}

/* line 1223, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.wrapper .progress {
    margin-bottom: 15px;
}

/* line 1237, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.apexcharts-datalabels-group {
    position: relative;
    top: -13px !important;
}

/* line 1241, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cs_modal {
    background-color: #fef1f2;
}

    /* line 1243, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .cs_modal .modal-header {
        background-color: #F7FAFF;
        padding: 23px 30px;
        border-bottom: 0px solid transparent;
    }

        /* line 1247, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .cs_modal .modal-header h5 {
            font-size: 22px;
            font-weight: 600;
        }

        /* line 1251, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .cs_modal .modal-header span {
            font-size: 14px;
            color: #707070;
            opacity: 1;
        }

    /* line 1257, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .cs_modal .modal-body {
        padding: 35px 30px;
    }

        /* line 1259, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .cs_modal .modal-body input, .cs_modal .modal-body .nice_Select {
            height: 50px;
            line-height: 50px;
            padding: 10px 20px;
            border: 1px solid #F1F3F5;
            color: #707070;
            font-size: 14px;
            font-weight: 500;
            background-color: #fff;
            width: 100%;
        }

        /* line 1270, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .cs_modal .modal-body .nice_Select {
            line-height: 29px;
        }

            /* line 1272, G:/admin_project/6 admin/marketing/scss/_reset.scss */
            .cs_modal .modal-body .nice_Select:after {
                right: 22px;
            }

            /* line 1275, G:/admin_project/6 admin/marketing/scss/_reset.scss */
            .cs_modal .modal-body .nice_Select .list {
                width: 100%;
            }

        /* line 1279, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .cs_modal .modal-body .form-group {
            margin-bottom: 12px;
        }

        /* line 1282, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .cs_modal .modal-body textarea {
            height: 168px;
            padding: 15px 20px;
            border: 1px solid #F1F3F5;
            color: #707070;
            font-size: 14px;
            font-weight: 500;
        }

        /* line 1290, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .cs_modal .modal-body p {
            font-size: 16px;
            font-weight: 500;
            margin-top: 25px;
            color: #707070;
            text-align: center;
        }

            /* line 1296, G:/admin_project/6 admin/marketing/scss/_reset.scss */
            .cs_modal .modal-body p a {
                color: #2E4765;
            }

        /* line 1301, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .cs_modal .modal-body .btn_1 {
            width: 100%;
            display: block;
            margin-top: 20px;
        }

        /* line 1307, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .cs_modal .modal-body .social_login_btn .btn_1 {
            color: #fff;
            background-color: #3B5998;
            border: 1px solid #3B5998;
            margin-top: 0;
        }

            /* line 1312, G:/admin_project/6 admin/marketing/scss/_reset.scss */
            .cs_modal .modal-body .social_login_btn .btn_1:hover {
                color: #fff !important;
            }

            /* line 1315, G:/admin_project/6 admin/marketing/scss/_reset.scss */
            .cs_modal .modal-body .social_login_btn .btn_1 i {
                margin-right: 10px;
            }

        /* line 1321, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .cs_modal .modal-body .social_login_btn .form-group:last-child .btn_1 {
            background-color: #4285F4;
            border: 1px solid #4285F4;
        }

        /* line 1328, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .cs_modal .modal-body .pass_forget_btn {
            color: #707070;
            margin-top: 20px;
            font-size: 16px;
            text-align: center;
            font-weight: 500;
            display: inline-block;
        }

            /* line 1335, G:/admin_project/6 admin/marketing/scss/_reset.scss */
            .cs_modal .modal-body .pass_forget_btn:hover {
                color: #2E4765;
            }

/* line 1343, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.border_style {
    width: 100%;
    display: block;
    text-align: center;
    padding: 13px 0 17px;
    position: relative;
    z-index: 1;
}

    /* line 1350, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .border_style span {
        padding: 0 25px;
        text-align: center;
        display: inline-block;
        background-color: #fff;
    }

    /* line 1356, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .border_style:after {
        position: absolute;
        content: "";
        height: 1px;
        width: 100%;
        background-color: #BBC1C9;
        top: 24px;
        left: 0;
        z-index: -1;
    }

/* line 1368, G:/admin_project/6 admin/marketing/scss/_reset.scss */
p a {
    color: #7e7172;
}

    /* line 1370, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    p a:hover {
        color: #2E4765;
    }

/* line 1376, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.cs_check_box {
    display: flex;
    margin-top: 20px;
}

    /* line 1379, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .cs_check_box input, .cs_check_box label {
        line-height: 20px !important;
        height: auto !important;
        width: auto !important;
        max-width: auto;
    }

    /* line 1385, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .cs_check_box .common_checkbox {
        display: none;
    }

    /* line 1388, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .cs_check_box label {
        position: relative;
        padding-left: 34px;
        margin-bottom: 0;
    }

    /* line 1393, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .cs_check_box .common_checkbox + label {
        display: block;
        cursor: pointer;
        color: #7e7172;
    }

        /* line 1398, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .cs_check_box .common_checkbox + label:after {
            position: absolute;
            left: 0;
            top: 0;
            height: 20px;
            width: 20px;
            border: 1px solid #7e7172;
            border-radius: 5px;
            content: "";
        }

    /* line 1408, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .cs_check_box .common_checkbox:checked + label:after {
        content: '\f00c';
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        padding: 2px;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
    }

    /* line 1418, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .cs_check_box .common_checkbox {
        display: none !important;
    }

/* line 1422, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.hide_pils.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    border: 0 !important;
}

/* line 1433, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.mr_20 {
    margin-right: 20px;
}

@media (max-width: 575.98px) {
    /* line 1436, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .mb-sm-15 {
        margin-bottom: 15px;
    }
}

/* line 1442, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.heading_6 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Comfortaa", cursive;
    color: #2E4765;
    margin-bottom: 0;
}

/* line 1450, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.card_height_100 {
    height: calc(100% - 30px);
}

/* line 1453, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.card_height_50 {
    height: calc(50% - 30px);
}

/* line 1457, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.page-item.active .page-link {
    background-color: #2D1967;
    border-color: #2D1967;
}

    /* line 1460, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .page-item.active .page-link:hover {
        color: #fff;
        background-color: #2D1967e6;
        border-color: #2D1967e6;
    }

/* line 1466, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.page-link {
    color: #2D1967;
}

    /* line 1468, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .page-link:hover {
        color: #fff;
        background-color: #2D1967e6;
        border-color: #2D1967e6;
    }

/* line 1474, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.btn-primary {
    color: #fff;
    background-color: #2D1967;
    border-color: #2D1967;
}

    /* line 1479, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .btn-primary:hover {
        color: #fff;
        background-color: #2D1967e6;
        border-color: #2D1967e6;
    }

@media (max-width: 991px) {
    /* line 1485, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .sm_padding_15px {
        padding: 15px !important;
    }
}

/* line 1492, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.dashboard_header .dashboard_header_title h3 {
    font-size: 33px;
    font-weight: 600;
    color: #2E4765;
    margin-bottom: 7px;
}

    /* line 1497, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .dashboard_header .dashboard_header_title h3 span {
        color: #2D1967;
    }

/* line 1501, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.dashboard_header .dashboard_header_title p {
    font-size: 20px;
    font-weight: 400;
    color: #7F8B9F;
}

@media (max-width: 991px) {
    /* line 1509, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .dashboard_breadcam {
        text-align: left !important;
        padding-top: 10px !important;
    }
}

/* line 1514, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.dashboard_breadcam ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    /* line 1518, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .dashboard_breadcam ul li {
        font-size: 17px;
        font-weight: 400;
        color: #2D1967;
        padding-left: 14px;
        position: relative;
    }

        /* line 1524, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .dashboard_breadcam ul li:first-child {
            padding-left: 0;
        }

            /* line 1526, G:/admin_project/6 admin/marketing/scss/_reset.scss */
            .dashboard_breadcam ul li:first-child::before {
                display: none;
            }

        /* line 1530, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .dashboard_breadcam ul li::before {
            color: #2D1967;
            content: "/";
            position: absolute;
            left: 4px;
            top: 50%;
            transform: translateY(-50%);
        }

        /* line 1538, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .dashboard_breadcam ul li a {
            width: 30px;
            height: 30px;
            background: #FFE7DF;
            border-radius: 50%;
            display: inline-block;
            line-height: 26px;
            text-align: center;
            margin-right: 10px;
        }

            /* line 1547, G:/admin_project/6 admin/marketing/scss/_reset.scss */
            .dashboard_breadcam ul li a img {
                line-height: 30px;
            }

/* line 1555, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.header_prise h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

/* line 1561, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.header_prise h5 {
    font-size: 16px;
    font-weight: 500;
    color: #2D1967;
    margin-bottom: 0;
}

/* line 1569, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.pink_bg {
    background: #FE80B2 !important;
}

/* line 1572, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.parpel_bg {
    background: #833CDF !important;
}

/* line 1577, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.map-js-height {
    height: 450px;
}

@media (max-width: 1365.98px) {
    /* line 1577, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .map-js-height {
        height: 350px;
    }
}

/* line 1584, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.border_radius_0 {
    border-radius: 0 !important;
}

/* line 1587, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.white_bg {
    background: #fff;
}

/* line 1590, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.border_1px {
    border: 1px solid #eee;
}

/* line 1594, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.card_footer {
    padding: 50px;
    border-top: 1px solid #f2f4ff;
    position: relative;
    overflow: hidden;
}

/* line 1600, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.SubTitle {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-size: 18px;
}

/* line 1606, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.p-20 {
    padding: 20px;
}

/* line 1609, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.bg-primary {
    background-color: #4c2fbf !important;
    color: #fff;
}

/* line 1613, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.bg-secondary {
    background-color: #2e9de4 !important;
    color: #fff;
}

/* line 1617, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.bg-success {
    background-color: #80cf00 !important;
    color: #fff;
}

/* line 1621, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.bg-info {
    background-color: #06b5dd !important;
    color: #fff;
}

/* line 1625, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.bg-warning {
    background-color: #ffc717 !important;
    color: #fff;
}

/* line 1629, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.bg-danger {
    background-color: #fd517d !important;
    color: #fff;
}

/* line 1633, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.bg-light {
    background-color: #f8f5fd !important;
    color: #fff;
}

/* line 1637, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.bg-dark {
    background-color: #2c323f !important;
    color: #fff;
}

/* line 1641, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.color-box > div > div {
    border-radius: 15px;
}

/* line 1644, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.m-b-10 {
    margin-bottom: 10px;
}

/* line 1648, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.btn-light {
    border: 1px solid #e8ecf4;
}

/* line 1651, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.font-size-10 {
    font-size: 10px !important;
}

/* line 1654, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.text-primary {
    color: #5664d2 !important;
}

/* line 1657, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.font-size-14 {
    font-size: 14px !important;
}

/* line 1660, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.line-height-2 {
    line-height: 2;
}

/* line 1664, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.text_white {
    color: #fff;
}

/* line 1667, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.f_w_400 {
    font-weight: 400;
}

/* line 1670, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.f_w_700 {
    font-weight: 700;
}

/* line 1673, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.f_s_11 {
    font-size: 11px;
}

/* line 1676, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.f_s_12 {
    font-size: 12px;
}

/* line 1679, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.f_s_13 {
    font-size: 13px;
}

/* line 1682, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.f_s_14 {
    font-size: 14px;
}

/* line 1685, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.f_s_15 {
    font-size: 15px;
}

/* line 1688, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.f_s_16 {
    font-size: 16px;
}

/* line 1691, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.f_s_17 {
    font-size: 17px;
}

/* line 1694, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.f_s_28 {
    font-size: 28px;
}

/* line 1697, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.ml_25 {
    margin-left: 25px;
}

/* line 1701, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.color_theme {
    color: #14256A;
}

/* line 1704, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.color_gray {
    color: #8890B5;
}

/* line 1708, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.pulse .pulse-ring {
    display: block;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    -webkit-animation: animation-pulse 3.5s ease-out;
    animation: animation-pulse 3.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    border-width: 3px;
    border-style: solid;
    border-color: #e4e6ef;
}

    /* line 1724, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .pulse .pulse-ring.notification_count_pulse {
        right: -18px;
        top: -14px;
    }

/* line 1728, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.pulse.pulse-primary .pulse-ring {
    border-color: rgba(54, 153, 255, 0.75);
}

/* line 1731, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.pulse.pulse-secondary .pulse-ring {
    border-color: rgba(228, 230, 239, 0.75);
}

/* line 1735, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.pulse.pulse-success .pulse-ring {
    border-color: rgba(27, 197, 189, 0.75);
}

/* line 1739, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.pulse.pulse-info .pulse-ring {
    border-color: rgba(137, 80, 252, 0.75);
}

/* line 1743, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.pulse.pulse-warning .pulse-ring {
    border-color: rgba(255, 168, 0, 0.75);
}

/* line 1747, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.pulse.pulse-danger .pulse-ring {
    border-color: rgba(246, 78, 96, 0.75);
}

/* line 1751, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.pulse.pulse-light .pulse-ring {
    border-color: rgba(243, 246, 249, 0.75);
}

/* line 1755, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.pulse.pulse-dark .pulse-ring {
    border-color: rgba(24, 28, 50, 0.75);
}

/* line 1759, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.pulse.pulse-white .pulse-ring {
    border-color: rgba(255, 255, 255, 0.75);
}

/* line 1763, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.pulse.theme_color .pulse-ring {
    border-color: rgba(255, 255, 255, 0.75);
}

@-webkit-keyframes animation-pulse {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0;
    }

    65% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes animation-pulse {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0;
    }

    65% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

/* line 1806, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.header_more_tool .dropdown .dropdown-toggle::after {
    display: none !important;
}

/* line 1809, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.header_more_tool .dropdown span {
    padding-left: 5px;
}

    /* line 1811, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .header_more_tool .dropdown span i {
        font-size: 12px;
        font-weight: 400;
        transform: rotate(90deg);
        display: inline-block;
        color: #59748A;
        position: relative;
        top: -1px;
        margin-right: 5px;
    }

/* line 1822, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.header_more_tool .dropdown .dropdown-menu {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 13px;
    top: 5px !important;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(80, 143, 244, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(80, 143, 244, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(80, 143, 244, 0.2);
}

    /* line 1832, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .header_more_tool .dropdown .dropdown-menu a {
        padding: 8px 15px;
        font-size: 13px;
    }

        /* line 1835, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .header_more_tool .dropdown .dropdown-menu a:hover {
            color: #59748A;
        }

            /* line 1837, G:/admin_project/6 admin/marketing/scss/_reset.scss */
            .header_more_tool .dropdown .dropdown-menu a:hover i {
                color: #59748A;
            }

        /* line 1841, G:/admin_project/6 admin/marketing/scss/_reset.scss */
        .header_more_tool .dropdown .dropdown-menu a i {
            font-size: 13px;
            vertical-align: middle;
            position: relative;
            top: -3px;
            margin-right: 5px;
        }

/* line 1854, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.common_input input {
    height: 40px;
    line-height: 40px;
    background-color: #F5F6FF;
    border: 0;
    padding: 10px 25px;
    color: #8890B5;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    display: block;
    border-radius: 5px;
}

    /* line 1866, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .common_input input::placeholder {
        color: #7e7172;
        font-weight: 300;
        opacity: 1;
        background: #F5F6FF;
    }

/* line 1876, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.nav-link-notify {
    position: relative;
}

    /* line 1880, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .nav-link-notify:before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        right: -7px;
        border-radius: 50%;
        top: -10px;
        background-color: white;
        -webkit-animation: notify-pulse 1s infinite;
    }

@-webkit-keyframes notify-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}

@keyframes notify-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}

/* line 1912, G:/admin_project/6 admin/marketing/scss/_reset.scss */
#back-top {
    position: fixed;
    right: 20px;
    bottom: 30px;
    cursor: pointer;
    z-index: 9999999;
    display: none;
}

    /* line 1919, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    #back-top a {
        display: inline-block;
        height: 40px;
        width: 40px;
        text-align: center;
        display: block;
        color: #fff;
        line-height: 40px;
        background: #4C6EF8;
        font-size: 15px;
        border-radius: 30px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-box-shadow: 0px 10px 20px 0px rgba(76, 110, 248, 0.4);
        -moz-box-shadow: 0px 10px 20px 0px rgba(76, 110, 248, 0.4);
        box-shadow: 0px 10px 20px 0px rgba(76, 110, 248, 0.4);
    }

/* line 1941, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.img-thumbnail {
    background-color: #F5F6FF !important;
    border: 1px solid #F5F6FF !important;
    border-radius: 20px !important;
}

/******** base color css ********/
/* line 2, G:/admin_project/6 admin/marketing/scss/_button.scss */
.btn_1 {
    background-color: #14256A;
    border: 1px solid #14256A;
    color: #fff;
    display: inline-block;
    padding: 11px 23px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    /* line 15, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .btn_1 i {
        font-size: 15px;
        padding-right: 7px;
    }

    /* line 19, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .btn_1:hover {
        background-color: #fff;
        border: 1px solid #313f5a;
        color: #2D1967;
    }

    /* line 24, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .btn_1.light {
        background-color: rgba(46, 71, 101, 0.1);
        border: 1px solid transparent;
        color: #2E4765;
    }

    /* line 29, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .btn_1.green {
        background-color: rgba(46, 201, 184, 0.1);
        border: 1px solid transparent;
        color: #2EC9B8;
    }

    /* line 34, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .btn_1.orange_btn {
        background: #2D1967;
        font-size: 16px;
        border: 0;
        font-weight: 400;
        padding: 22px 29px;
    }

        /* line 40, G:/admin_project/6 admin/marketing/scss/_button.scss */
        .btn_1.orange_btn:hover {
            background: #2D1967;
            color: #fff;
        }

    /* line 45, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .btn_1.sm {
        font-size: 12px;
        padding: 6px 15px;
    }

    /* line 49, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .btn_1.big_btn {
        padding: 11px 36px;
    }

    /* line 52, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .btn_1.form_big_btn_1 {
        padding: 16px 62px !important;
    }

@media (max-width: 575.98px) {
    /* line 52, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .btn_1.form_big_btn_1 {
        padding: 16px 30px !important;
    }
}

/* line 58, G:/admin_project/6 admin/marketing/scss/_button.scss */
.btn_1.big_btn2 {
    padding: 11px 37px;
}

/* line 62, G:/admin_project/6 admin/marketing/scss/_button.scss */
.Euro_btn {
    background-color: #F5F6FF;
    color: #fff;
    display: inline-block;
    padding: 11px 43px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 23px;
    font-weight: 700;
    border-radius: 5px;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #9267FF;
}

    /* line 76, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .Euro_btn:hover {
        background-color: #9267FF;
        color: #000;
    }

/* line 81, G:/admin_project/6 admin/marketing/scss/_button.scss */
.btn_2 {
    color: #4EFEA2;
    border: 1px solid #4EFEA2;
    display: inline-block;
    padding: 11px 23px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    background-color: transparent;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    /* line 94, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .btn_2:hover {
        background-color: #4EFEA2;
        border: 1px solid #4EFEA2;
        color: #fff;
    }

/* line 100, G:/admin_project/6 admin/marketing/scss/_button.scss */
.btn_3 {
    color: #14256A;
    border: 1px solid #e4e8ec;
    display: inline-block;
    padding: 11px 27px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    /* line 113, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .btn_3.border_color_1 {
        border: 1px solid #eee1e2;
    }

    /* line 117, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .btn_3:hover {
        background-color: #2E4765;
        border: 1px solid #2E4765;
        color: #fff;
    }

/* line 123, G:/admin_project/6 admin/marketing/scss/_button.scss */
.btn_4 {
    display: inline-block;
    border: 1px solid #e4e8ec;
    border-radius: 5px;
    color: #7e7172;
    text-align: center;
    padding: 9px 15px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 300;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    /* line 134, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .btn_4:hover {
        background-color: #2E4765;
        border: 1px solid #2E4765;
        color: #fff;
    }

/* line 141, G:/admin_project/6 admin/marketing/scss/_button.scss */
.btn_5 {
    border: 1px solid #fff;
    display: inline-block;
    padding: 16px 26px !important;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #fff !important;
    text-shadow: none !important;
    opacity: 1;
    color: #222222;
}

    /* line 157, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .btn_5:hover {
        background-color: #2E4765 !important;
        border: 1px solid #2E4765 !important;
        color: #fff;
        opacity: 1 !important;
    }

    /* line 163, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .btn_5.small_btn {
        padding: 11px 26px !important;
    }

@media (max-width: 575.98px) {
    /* line 163, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .btn_5.small_btn {
        padding: 11px 19px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 163, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .btn_5.small_btn {
        padding: 11px 19px !important;
    }
}

/* line 173, G:/admin_project/6 admin/marketing/scss/_button.scss */
.btn_6 {
    color: #14256A;
    border: 1px solid #eee1e2;
    display: inline-block;
    padding: 11px 25px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    /* line 186, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .btn_6:hover {
        background-color: #2E4765;
        border: 1px solid #2E4765;
        color: #fff;
    }

/* line 192, G:/admin_project/6 admin/marketing/scss/_button.scss */
.sm_btn {
    line-height: 15px;
    background-color: #fff;
    height: 34px;
    padding: 9px 20px;
    color: #212e40;
    width: 150px;
    text-transform: capitalize;
    border: 1px solid #eee1e2;
}

/* line 202, G:/admin_project/6 admin/marketing/scss/_button.scss */
.view_archive_btn {
    border: 1px solid #e4e8ec;
    color: #7e7172;
    padding: 16px 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 16px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    /* line 212, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .view_archive_btn i {
        margin-right: 15px;
    }

    /* line 215, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .view_archive_btn:hover {
        color: #2E4765;
        border: 1px solid #2E4765;
    }

/* line 221, G:/admin_project/6 admin/marketing/scss/_button.scss */
.white_btn {
    display: inline-block;
    color: #7e7172;
    font-size: 12px;
    font-weight: 400;
    background: #fff;
    transition: .3s;
    padding: 6px 20px;
    border-radius: 3px;
}

    /* line 230, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .white_btn:hover {
        background: #2D1967;
        color: #fff;
    }

/* line 236, G:/admin_project/6 admin/marketing/scss/_button.scss */
.default_btn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #2D1967;
    transition: .3s;
    padding: 15px 25px;
    border-radius: 3px;
}

    /* line 245, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .default_btn:hover {
        color: #fff;
    }

/* line 249, G:/admin_project/6 admin/marketing/scss/_button.scss */
.close.white_btn2 {
    border: 1px solid #fff;
    display: inline-block;
    padding: 16px 26px !important;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #fff !important;
    text-shadow: none !important;
    opacity: 1;
    color: #222222;
    margin-right: 10px;
}

    /* line 266, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .close.white_btn2:hover {
        background-color: #2E4765 !important;
        border: 1px solid #2E4765 !important;
        color: #fff;
        opacity: 1 !important;
    }

/* line 273, G:/admin_project/6 admin/marketing/scss/_button.scss */
.white_btn3 {
    border: 1px solid #fff;
    display: inline-block;
    padding: 11px 30px !important;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #fff !important;
    text-shadow: none !important;
    opacity: 1;
    color: #222222;
    margin-right: 10px;
}

    /* line 290, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .white_btn3:hover {
        background-color: #2E4765 !important;
        border: 1px solid #2E4765 !important;
        color: #fff;
        opacity: 1 !important;
    }

/* line 298, G:/admin_project/6 admin/marketing/scss/_button.scss */
.status_btn {
    display: inline-block;
    padding: 2px 15px;
    font-size: 11px;
    font-weight: 300;
    color: #fff !important;
    background: #05d34e;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-transform: capitalize;
    white-space: nowrap;
    min-width: 70px;
    text-align: center;
}

    /* line 310, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .status_btn.yellow_btn {
        background: #ffba00;
    }

    /* line 313, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .status_btn:hover {
        color: #fff;
    }

/* line 318, G:/admin_project/6 admin/marketing/scss/_button.scss */
.dropdown .dropdown-toggle.lms_drop_1 {
    background: #fff;
    padding: 4px 15px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    text-align: left;
    color: #7e7172;
    display: inline-block;
    width: 102px;
    border: 0;
    border: 1px solid #eee1e2;
    position: relative;
    transition: .3s;
}

    /* line 333, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .dropdown .dropdown-toggle.lms_drop_1::after {
        content: "\f0d7";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 0;
        top: 12px;
        color: #cec1c2;
        font-size: 12px;
        font-weight: 900;
        margin: 0;
        padding: 0;
        border: 0;
        border: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 14px;
    }

    /* line 350, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .dropdown .dropdown-toggle.lms_drop_1.lms_drop_2 {
        min-width: 140px;
    }

/* line 355, G:/admin_project/6 admin/marketing/scss/_button.scss */
.dropdown.show .dropdown-toggle.lms_drop_1 {
    background: #2D1967;
    padding: 4px 15px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    text-align: left;
    color: #7e7172;
    display: inline-block;
    width: 102px;
    border: 0;
    color: #fff;
    border: 1px solid #2D1967;
}

    /* line 369, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .dropdown.show .dropdown-toggle.lms_drop_1::after {
        content: "\f0d8";
    }

/* line 374, G:/admin_project/6 admin/marketing/scss/_button.scss */
.dropdown .dropdown-menu {
    border: 0;
    border: 1px solid #eee1e2;
    padding: 12px 0 20px 0;
    margin: 0;
    border-radius: 0 !important;
}

    /* line 380, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .dropdown .dropdown-menu .dropdown-item {
        font-size: 12px;
        font-weight: 300;
        padding: 4px 20px;
        color: #7f7778;
    }

        /* line 385, G:/admin_project/6 admin/marketing/scss/_button.scss */
        .dropdown .dropdown-menu .dropdown-item:hover {
            color: #2D1967;
            background: #ececec;
        }

    /* line 390, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .dropdown .dropdown-menu.dropdown-menu-w140 {
        min-width: 140px;
    }

/* line 395, G:/admin_project/6 admin/marketing/scss/_button.scss */
.white_btn_line {
    white-space: nowrap;
    height: 50px;
    background: transparent;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    border: 0;
    padding: 0 19px;
    border-radius: 3px;
    border: 1px solid #eee1e2;
    color: #7e7172;
    transition: .3s;
}

    /* line 409, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .white_btn_line i {
        font-size: 13px;
        color: #7e7172;
        margin-right: 6px;
    }

    /* line 414, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .white_btn_line:hover {
        background: #2D1967;
        color: #fff;
        border: 1px solid #2D1967;
    }

        /* line 418, G:/admin_project/6 admin/marketing/scss/_button.scss */
        .white_btn_line:hover i {
            color: #fff;
            transition: .3s;
        }

/* line 424, G:/admin_project/6 admin/marketing/scss/_button.scss */
.white_btn_line2 {
    white-space: nowrap;
    height: 30px;
    background: transparent;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    text-transform: capitalize;
    border: 0;
    border: 1px solid #eee1e2;
    color: #7e7172;
    transition: .3s;
    border-radius: 30px;
    line-height: 28px;
    padding: 0 18px;
}

    /* line 439, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .white_btn_line2:hover {
        background: #2D1967;
        color: #fff !important;
        border: 1px solid #2D1967;
    }

        /* line 443, G:/admin_project/6 admin/marketing/scss/_button.scss */
        .white_btn_line2:hover i {
            color: #fff;
            transition: .3s;
        }

/* line 451, G:/admin_project/6 admin/marketing/scss/_button.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    content: "\e61a";
    font-family: 'themify';
    font-size: 8px;
    line-height: 14px;
    font-weight: 600;
    background-color: #fef1f2;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08), -6px -6px 12px white;
}

/* line 467, G:/admin_project/6 admin/marketing/scss/_button.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
    content: "\e622";
    box-shadow: inset 6px 6px 12px rgba(0, 0, 0, 0.08), inset -6px -6px 12px white;
}

/* line 481, G:/admin_project/6 admin/marketing/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-toggle {
    background: transparent;
    color: #415094;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #7c32ff;
    border-radius: 32px;
    padding: 5px 20px;
    text-transform: uppercase;
    overflow: hidden;
    transition: .3s;
}

    /* line 492, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .CRM_dropdown.dropdown .dropdown-toggle:after {
        content: "\e62a";
        font-family: "themify";
        border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
        border-top: 0px;
        font-size: 10px;
        position: relative;
        top: 3px;
        left: 0;
        font-weight: 600;
        transition: .3s;
    }

    /* line 507, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .CRM_dropdown.dropdown .dropdown-toggle:hover, .CRM_dropdown.dropdown .dropdown-toggle:focus {
        color: #fff;
        border: 1px solid transparent;
        box-shadow: none;
    }

/* line 522, G:/admin_project/6 admin/marketing/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-menu {
    border-radius: 5px 5px 10px 10px;
    border: 0px;
    padding: 15px 0px;
    box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
}

    /* line 527, G:/admin_project/6 admin/marketing/scss/_button.scss */
    .CRM_dropdown.dropdown .dropdown-menu .dropdown-item {
        color: #828bb2;
        text-align: right;
        font-size: 12px;
        padding: 4px 1.5rem;
        text-transform: uppercase;
        cursor: pointer;
    }

        /* line 534, G:/admin_project/6 admin/marketing/scss/_button.scss */
        .CRM_dropdown.dropdown .dropdown-menu .dropdown-item:hover {
            color: #2E4765;
        }

/* line 541, G:/admin_project/6 admin/marketing/scss/_button.scss */
.dropdown-menu.option_width_8 {
    min-width: 150px;
}

/******** header css here *********/
/* line 2, G:/admin_project/6 admin/marketing/scss/_header.scss */
.header_iner {
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 23;
    padding: 30px;
    position: relative;
    border-radius: 0px;
    margin: 0;
    background: #4C6EF8;
    border-radius: 0 0 10px 10px;
}

    /* line 28, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner.default_header {
        background: #4C6EF8;
        border-radius: 0 0 10px 10px;
    }

@media (max-width: 575.98px) {
    /* line 2, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner {
        justify-content: flex-end !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 2, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner {
        justify-content: flex-end !important;
    }
}

@media (max-width: 991px) {
    /* line 2, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner {
        padding: 20px;
        margin: 0;
    }
}

@media (max-width: 575.98px) {
    /* line 2, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner {
        margin: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 2, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner {
        margin: 0;
    }
}

/* line 73, G:/admin_project/6 admin/marketing/scss/_header.scss */
.header_iner .page_tittle h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 2px;
}

@media (max-width: 991px) {
    /* line 73, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner .page_tittle h3 {
        margin-right: 15px;
    }
}

/* line 83, G:/admin_project/6 admin/marketing/scss/_header.scss */
.header_iner .page_tittle .page_subtitle {
    font-size: 12px;
    font-weight: 300;
    color: #7e7172;
    margin-bottom: 0;
}

    /* line 88, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner .page_tittle .page_subtitle .page_subtitle_inenr {
        color: #7e7172;
    }

        /* line 90, G:/admin_project/6 admin/marketing/scss/_header.scss */
        .header_iner .page_tittle .page_subtitle .page_subtitle_inenr.active_subcat {
            color: #fe1724;
            white-space: nowrap;
        }

        /* line 94, G:/admin_project/6 admin/marketing/scss/_header.scss */
        .header_iner .page_tittle .page_subtitle .page_subtitle_inenr i {
            margin-left: 10px;
            margin-right: 7px;
            font-size: 12px;
        }

        /* line 99, G:/admin_project/6 admin/marketing/scss/_header.scss */
        .header_iner .page_tittle .page_subtitle .page_subtitle_inenr svg {
            position: relative;
            margin: 0 7px 0 10px;
            top: -1px;
        }

@media (max-width: 575.98px) {
    /* line 99, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner .page_tittle .page_subtitle .page_subtitle_inenr svg {
        margin: 0 2px 0 2px;
    }
}

/* line 111, G:/admin_project/6 admin/marketing/scss/_header.scss */
.header_iner .btn_1 {
    margin: 0 30px;
}

@media (max-width: 991px) {
    /* line 114, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner .notification {
        margin: 0 10px;
    }
}

/* line 118, G:/admin_project/6 admin/marketing/scss/_header.scss */
.header_iner .notification i {
    color: #707070;
    position: relative;
    font-size: 20px;
}

    /* line 122, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner .notification i:after {
        position: absolute;
        content: "";
        right: -1px;
        top: 0;
        height: 9px;
        width: 9px;
        background-color: #2E4765;
        border-radius: 50%;
    }

@media (max-width: 767.98px) {
    /* line 134, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner .serach_field-area {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 134, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner .serach_field-area {
        width: auto;
        left: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 134, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner .serach_field-area {
        width: auto;
        margin-right: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 134, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner .serach_field-area {
        width: auto;
        margin-right: 70px;
    }
}

/* line 152, G:/admin_project/6 admin/marketing/scss/_header.scss */
.header_iner .header_right .header_notification_warp {
    margin-right: 50px;
    margin-left: 40px;
}

@media (max-width: 575.98px) {
    /* line 152, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner .header_right .header_notification_warp {
        margin-right: 25px;
        margin-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 152, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner .header_right .header_notification_warp {
        margin-right: 35px;
        margin-left: 25px;
    }
}

@media only screen and (min-width: 1350px){
    /* line 152, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_right {
        min-width: 360px;
    }
}

/* line 163, G:/admin_project/6 admin/marketing/scss/_header.scss */
.header_iner .header_right .header_notification_warp li {
    display: inline-block;
    position: relative;
}

    /* line 166, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner .header_right .header_notification_warp li:last-child a {
        margin-right: 0;
    }

    /* line 169, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner .header_right .header_notification_warp li > a {
        position: relative;
        margin-right: 29px;
    }

        /* line 172, G:/admin_project/6 admin/marketing/scss/_header.scss */
        .header_iner .header_right .header_notification_warp li > a img {
            width: auto;
        }

        /* line 175, G:/admin_project/6 admin/marketing/scss/_header.scss */
        .header_iner .header_right .header_notification_warp li > a span {
            position: absolute;
            width: 16px;
            height: 16px;
            text-align: center;
            color: #fff;
            display: inline-block;
            background: #fff;
            font-size: 0;
            border-radius: 50%;
            right: -10px;
            top: -15px;
            text-indent: -9999999999999999999999px;
        }

@media (max-width: 575.98px) {
    /* line 192, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner .header_right .select_style {
        display: none !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 192, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .header_iner .header_right .select_style {
        display: none !important;
    }
}

/* line 201, G:/admin_project/6 admin/marketing/scss/_header.scss */
.header_iner .nice_Select {
    color: #929BB5;
}

/* line 205, G:/admin_project/6 admin/marketing/scss/_header.scss */
.profile_info {
    position: relative;
}

    /* line 209, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .profile_info img {
        max-width: 42px;
        max-height: 42px;
        border-radius: 50%;
        cursor: pointer;
    }

@media (max-width: 991px) {
    /* line 209, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .profile_info img {
        max-width: 30px;
    }
}

/* line 219, G:/admin_project/6 admin/marketing/scss/_header.scss */
.profile_info .profile_info_iner {
    position: absolute;
    right: 0;
    background-color: #fff;
    text-align: left;
    width: 215px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    top: 77px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

    /* line 232, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .profile_info .profile_info_iner::before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        top: -10px;
        right: 15px;
        border-width: 0 11px 12px 11px;
        border-color: transparent transparent #14256A transparent;
        z-index: 2;
    }

    /* line 244, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .profile_info .profile_info_iner .profile_author_name {
        padding: 20px 25px;
        background: #14256A;
        border-radius: 10px 15px 0px 0px;
        word-wrap: break-word;
    }

    /* line 250, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .profile_info .profile_info_iner a {
        display: block;
    }

    /* line 254, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .profile_info .profile_info_iner p {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }

    /* line 259, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .profile_info .profile_info_iner h5 {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
    }

/* line 266, G:/admin_project/6 admin/marketing/scss/_header.scss */
.profile_info:hover .profile_info_iner {
    opacity: 1;
    visibility: visible;
    top: 77px;
}

/* line 272, G:/admin_project/6 admin/marketing/scss/_header.scss */
.profile_info .profile_info_details {
    padding: 20px 25px;
}

    /* line 274, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .profile_info .profile_info_details a {
        color: #2E4765;
        font-size: 14px;
        display: block;
        padding: 10px 0;
        font-weight: 400;
    }

        /* line 280, G:/admin_project/6 admin/marketing/scss/_header.scss */
        .profile_info .profile_info_details a:hover {
            color: #2E4765;
        }

            /* line 282, G:/admin_project/6 admin/marketing/scss/_header.scss */
            .profile_info .profile_info_details a:hover i {
                color: #2E4765;
            }

    /* line 287, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .profile_info .profile_info_details i {
        color: #2E4765;
        font-size: 12px;
        margin-left: 20px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

/* line 295, G:/admin_project/6 admin/marketing/scss/_header.scss */
.sidebar_icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: auto;
    left: 20px;
}

@media (max-width: 575.98px) {
    /* line 295, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .sidebar_icon {
        right: auto;
        left: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 295, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .sidebar_icon {
        right: auto;
        left: 20px;
    }
}

/* line 310, G:/admin_project/6 admin/marketing/scss/_header.scss */
.sidebar_icon i {
    font-size: 20px;
    color: #fff;
}

/******** header css end *********/
/* line 320, G:/admin_project/6 admin/marketing/scss/_header.scss */
.serach_field-area {
    width: calc(100% - 360px);
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 320, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .serach_field-area {
        width: 310px;
    }
}

/* line 328, G:/admin_project/6 admin/marketing/scss/_header.scss */
.serach_field-area .search_inner input {
    color: #fff;
    font-size: 12px;
    height: 40px;
    width: 100%;
    padding-left: 50px;
    border: 0;
    padding-right: 15px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    border: 0;
}

    /* line 339, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .serach_field-area .search_inner input::placeholder {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        font-family: "Comfortaa", cursive;
    }

    /* line 345, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .serach_field-area .search_inner input:focus {
        outline: none;
    }

/* line 349, G:/admin_project/6 admin/marketing/scss/_header.scss */
.serach_field-area .search_inner button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: transparent;
    font-size: 12px;
    border: 0;
    padding-left: 20px;
    padding-right: 13px;
}

    /* line 369, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .serach_field-area .search_inner button i {
        font-size: 14px;
        color: #818E94;
    }

/* line 378, G:/admin_project/6 admin/marketing/scss/_header.scss */
.serach_field-area2 {
    width: 480px;
    position: relative;
}

@media (max-width: 991px) {
    /* line 378, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .serach_field-area2 {
        width: auto;
    }
}

/* line 387, G:/admin_project/6 admin/marketing/scss/_header.scss */
.serach_field-area2 .search_inner input {
    color: #000;
    font-size: 17px;
    height: 55px;
    width: 100%;
    padding-left: 82px;
    border: 0;
    padding-right: 15px;
    border-bottom: 1px solid #F4F7FC;
    background: #F5F7FD;
    border-radius: 30px;
}

    /* line 398, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .serach_field-area2 .search_inner input::placeholder {
        font-size: 16px;
        font-weight: 400;
        color: #818E94;
        font-family: "Comfortaa", cursive;
    }

    /* line 404, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .serach_field-area2 .search_inner input:focus {
        outline: none;
    }

/* line 408, G:/admin_project/6 admin/marketing/scss/_header.scss */
.serach_field-area2 .search_inner button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: transparent;
    font-size: 12px;
    border: 0;
    padding-left: 40px;
    padding-right: 11px;
}

    /* line 418, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .serach_field-area2 .search_inner button i {
        font-size: 14px;
        color: #818E94;
    }

/* line 428, G:/admin_project/6 admin/marketing/scss/_header.scss */
.serach_field_2 {
    width: 430px;
    position: relative;
    margin-right: 0px;
}

@media (max-width: 575.98px) {
    /* line 428, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .serach_field_2 {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 428, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .serach_field_2 {
        width: 190px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 428, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .serach_field_2 {
        width: 230px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 428, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .serach_field_2 {
        width: 300px;
    }
}

/* line 445, G:/admin_project/6 admin/marketing/scss/_header.scss */
.serach_field_2 .search_inner input {
    color: #000;
    font-size: 13px;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    padding-left: 55px;
    border: 1px solid #2D1967;
    padding-right: 15px;
}

    /* line 454, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .serach_field_2 .search_inner input::placeholder {
        font-size: 13px;
        font-weight: 300;
        color: #7e7172;
    }

    /* line 459, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .serach_field_2 .search_inner input:focus {
        outline: none;
    }

/* line 463, G:/admin_project/6 admin/marketing/scss/_header.scss */
.serach_field_2 .search_inner button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: transparent;
    font-size: 12px;
    border: 0;
    padding-left: 19px;
    padding-right: 11px;
}

    /* line 474, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .serach_field_2 .search_inner button i {
        font-size: 12px;
        color: #2D1967;
    }

    /* line 478, G:/admin_project/6 admin/marketing/scss/_header.scss */
    .serach_field_2 .search_inner button::before {
        position: absolute;
        width: 1px;
        height: 24px;
        content: '';
        background: #2D1967;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
    }

/* line 496, G:/admin_project/6 admin/marketing/scss/_header.scss */
table.dataTable {
    width: 100% !important;
    margin: 0 auto;
    clear: both;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 0.5px solid lightgray;
}

/* line 509, G:/admin_project/6 admin/marketing/scss/_header.scss */
.table td, .table th {
    padding: .75rem;
    vertical-align: baseline;
    border-top: 0 !important;
}

/* line 517, G:/admin_project/6 admin/marketing/scss/_header.scss */
#calendar {
    width: 100%;
    height: 800px;
}

/* line 523, G:/admin_project/6 admin/marketing/scss/_header.scss */
.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    padding: 0 10px 0 10px;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 700;
}

/************ sidebar css here ************/
/* line 2, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.sidebar {
    height: 100vh !important;
    left: 0;
    top: 0;
    z-index: 99;
    padding-bottom: 50px;
    position: fixed;
    width: 280px;
    z-index: 22;
    overflow: hidden;
    overflow-y: auto;
    transition: 0.5s;
    background: #FFFFFF;
    box-shadow: 0 12px 30px rgba(80, 143, 244, 0.1);
}

/*@media only screen and (min-width: 992px) and (max-width: 1200px) {*/
    /* line 18, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    /*.sidebar.hide_vertical_menu {
        left: -20%;
    }
}*/

@media (min-width: 1201px) {
    /* line 18, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar.hide_vertical_menu {
        left: -270px;
    }
}

@media (max-width: 991px) {
    /* line 2, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar {
        left: -280px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        top: 0;
        width: 280px;
        background: #fff;
    }
}

/*@media only screen and (min-width: 992px) and (max-width: 1200px) {*/
    /* line 2, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    /*.sidebar {
        width: 20%;
    }
}*/

/* line 37, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.sidebar .logo {
    margin: 30px;
    background: #fff;
    border-radius: 7px;
    padding-bottom: 20px;
}

    /* line 43, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar .logo img {
        width: 100%;
    }

@media (max-width: 991px) {
    /* line 37, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar .logo {
        padding: 30px;
    }
}

/* line 53, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle i {
    font-size: 18px;
    margin-right: 12px;
    color: #f8dbdd;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 59, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    padding: 10px 25px 10px 40px;
    width: 100%;
    display: flex;
    align-items: center;
    transition: .3s;
    position: relative;
    z-index: 0;
    border-top: 1px solid transparent;
    background: transparent;
}

    /* line 74, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar .single_sidebar_tittle a::before {
        position: absolute;
        right: 0;
        background: #2E4765;
        width: 0px;
        top: 0;
        bottom: 0;
        content: '';
        opacity: 0;
        transition: .3s;
        right: 0px;
        visibility: hidden;
    }

    /* line 88, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar .single_sidebar_tittle a.current_active i {
        color: #2E4765;
    }

    /* line 91, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar .single_sidebar_tittle a.current_active::before {
        opacity: 1;
        width: 3px;
        visibility: visible;
    }

    /* line 97, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar .single_sidebar_tittle a:hover::before {
        opacity: 1;
        right: 0;
        visibility: visible;
        width: 3px;
    }

    /* line 103, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar .single_sidebar_tittle a.normal_title {
        padding: 28px 25px 18px 40px;
        background: #fff7f8;
        border-top: 1px solid #eee1e2;
    }

        /* line 107, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
        .sidebar .single_sidebar_tittle a.normal_title:after {
            position: absolute;
            right: 40px;
            top: 55%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            content: "\f0d8";
            font-family: "Font Awesome 5 Free";
            color: #cec1c2;
            font-weight: 600;
            font-size: 14px;
        }

        /* line 118, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
        .sidebar .single_sidebar_tittle a.normal_title.collapsed {
            padding: 10px 25px 10px 40px;
            background: #fff;
            border-top: 1px solid transparent;
        }

            /* line 122, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
            .sidebar .single_sidebar_tittle a.normal_title.collapsed:after {
                position: absolute;
                right: 40px;
                top: 50%;
                transform: translateY(-50%);
                content: "\f0d7";
                font-family: "Font Awesome 5 Free";
                color: #cec1c2;
                font-weight: 600;
                font-size: 14px;
            }

/* line 136, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle:hover {
    background-color: #192434;
}

    /* line 138, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar .single_sidebar_tittle:hover i {
        color: #2E4765;
    }

/* line 143, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.sidebar .single_menu_item {
    padding-left: 36px;
    margin: 6px 0;
    line-height: 21px;
}

    /* line 147, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar .single_menu_item:hover {
        padding-left: 55px !important;
    }

/* line 153, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li {
    list-style: none;
}

    /* line 155, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar .sidebar_iner ul li .submenu {
        background: #fff7f8;
        padding: 0px 0px 0px 70px !important;
        border-bottom: 1px solid #eee1e2;
    }

        /* line 160, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
        .sidebar .sidebar_iner ul li .submenu li a {
            font-size: 13px;
            line-height: 36px;
            color: #7e7172;
            font-weight: 400;
        }

        /* line 166, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
        .sidebar .sidebar_iner ul li .submenu li:last-child {
            padding-bottom: 18px;
        }

@media (max-width: 991px) {
    /* line 179, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .active_sidebar {
        left: 0;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    }
}

/* line 184, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.sidebar_close_icon i {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 30px;
    font-size: 25px;
    top: 29px;
    cursor: pointer;
    color: #222222;
}

/* line 199, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.sidebar_widget .white_box {
    padding: 30px;
}

@media (max-width: 991px) {
    /* line 199, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar_widget .white_box {
        padding: 25px 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 199, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar_widget .white_box {
        padding: 15px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    /* line 199, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar_widget .white_box {
        padding: 25px 15px;
    }
}

/* line 210, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.sidebar_widget .white_box .btn_2 {
    margin-top: 25px;
    width: 100%;
    text-align: center;
    padding: 16px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 210, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar_widget .white_box .btn_2 {
        padding: 12px 7px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 219, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar_widget .white_box .btn_1 {
        padding: 8px 10px;
        font-size: 11px;
    }
}

/* line 226, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.sidebar_widget .date_range {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 6px 0 18px;
}

    /* line 231, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar_widget .date_range .btn_3 {
        border-radius: 5px;
        font-size: 13px;
        font-weight: 300;
    }

    /* line 236, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar_widget .date_range i {
        display: none;
    }

    /* line 239, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar_widget .date_range .start_date, .sidebar_widget .date_range .end_date {
        width: 115px;
    }

        /* line 241, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
        .sidebar_widget .date_range .start_date input, .sidebar_widget .date_range .end_date input {
            width: 100%;
            border: 1px solid #e4e8ec;
            color: #7e7172;
            font-size: 13px;
            padding: 11px 20px;
            border-radius: 5px;
            font-weight: 300;
        }

        /* line 250, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
        .sidebar_widget .date_range .start_date ::placeholder, .sidebar_widget .date_range .end_date ::placeholder {
            color: #7e7172;
        }

/************ sidebar css end ************/
/* line 261, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.sidebar #sidebar_menu > li {
    margin-left: 0px;
    margin-right: 20px;
}

    /* line 264, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar #sidebar_menu > li a {
        font-size: 16px;
        font-weight: 400;
        color: #2E4765;
        padding: 0px 25px 0px 0px;
        margin-left: 30px;
        background: #fff;
        transition: .3s;
        position: relative;
        z-index: 0;
        display: grid;
        grid-template-columns: 34px auto;
        grid-gap: 15px;
        align-items: center;
        position: relative;
        background: transparent;
        color: #8890B5;
        margin-top: 25px;
    }

        /* line 282, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
        .sidebar #sidebar_menu > li a::after {
            color: #fff;
            transform: rotate(-90deg) translate(0, -50%);
            opacity: 1;
            font-size: 10px;
            right: 15px;
            color: #8890B5;
        }

        /* line 306, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
        .sidebar #sidebar_menu > li a i {
            font-size: 15px;
            margin-right: 0px;
            color: #A5ADC6;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        /* line 319, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
        .sidebar #sidebar_menu > li a:hover::before {
            width: 6px;
            opacity: 1;
            visibility: visible;
        }

    /* line 329, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar #sidebar_menu > li.mm-active > a {
        background: #fff;
        border-radius: 30px;
        color: #2F3862;
        border-radius: 4px 4px 0 0;
        background: #F4F5FA;
    }

        /* line 335, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
        .sidebar #sidebar_menu > li.mm-active > a::after {
            color: #8890B5;
            transform: rotate(0deg) translate(0, -50%);
            opacity: 1;
            font-size: 10px;
            right: 15px;
        }

    /* line 344, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar #sidebar_menu > li.mm-active.metis_dropmenu > a {
        padding-top: 29px;
        padding-bottom: 30px;
        color: #A5ADC6;
    }

    /* line 351, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar #sidebar_menu > li.mm-active > a i {
        color: #A5ADC6;
    }

    /* line 354, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar #sidebar_menu > li.mm-active > a::before {
        opacity: 1;
        width: 6px;
        visibility: visible;
    }

    /* line 361, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar #sidebar_menu > li ul {
        padding: 0px 0px 5px 40px;
        background: #F4F5FA;
        border-radius: 0 0 4px 4px;
        margin-left: 30px;
    }

        /* line 373, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
        .sidebar #sidebar_menu > li ul li:last-child a {
            padding-bottom: 30px;
        }

        /* line 377, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
        .sidebar #sidebar_menu > li ul li a {
            font-size: 14px;
            color: #8890B5;
            font-weight: 400;
            padding: 0;
            white-space: nowrap;
            padding: 0;
            padding: 10px 0 10px 8px !important;
            margin-top: 0;
            margin-left: 0;
        }

            /* line 387, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
            .sidebar #sidebar_menu > li ul li a::before {
                display: none;
            }

            /* line 390, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
            .sidebar #sidebar_menu > li ul li a.active {
                color: #2F3862;
            }

        /* line 395, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
        .sidebar #sidebar_menu > li ul li ul {
            padding-left: 5px;
        }

/* line 405, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.admin_profile_Wrap {
    margin-bottom: 30px;
}

    /* line 409, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .admin_profile_Wrap ul li {
        background: #fff7f8;
        border-top: 1px solid #eee1e2;
        border-bottom: 1px solid #eee1e2;
        padding: 30px 0 30px 30px;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 409, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .admin_profile_Wrap ul li {
        padding: 30px 0 30px 20px;
    }
}

/* line 420, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.admin_profile_Wrap ul li a {
    display: block;
}

    /* line 425, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .admin_profile_Wrap ul li a .admin_profile_inner .thumb img {
        width: 50px;
        height: 50px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    /* line 431, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext {
        margin-left: 15px;
    }

        /* line 433, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
        .admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext h5 {
            font-size: 14px;
            font-weight: 500;
            color: #222222;
            margin-bottom: 1px;
            white-space: nowrap;
        }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 433, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext h5 {
        font-size: 12px;
    }
}

/* line 443, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext span {
    display: block;
    font-size: 12px;
    color: #7e7172;
    font-weight: 300;
    white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 443, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext span {
        font-size: 11px;
    }
}

/* line 456, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.admin_profile_Wrap ul li ul {
    padding-left: 70px;
}

    /* line 459, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .admin_profile_Wrap ul li ul li {
        padding: 0;
        border: 0;
    }

        /* line 462, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
        .admin_profile_Wrap ul li ul li a {
            font-size: 13px;
            color: #7e7172;
            font-weight: 400;
            padding-bottom: 17px;
        }

        /* line 469, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
        .admin_profile_Wrap ul li ul li:last-child a {
            padding-bottom: 0;
        }

        /* line 474, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
        .admin_profile_Wrap ul li ul li:first-child a {
            margin-top: 29px;
        }

/* line 482, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.admin_profile_Wrap .metismenu .has-arrow::after {
    top: 38%;
}

/* line 489, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.sidebar::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
    background-color: #ddd;
}

/* line 494, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.sidebar::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 6px;
    background-color: #ddd;
}

/* line 499, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.sidebar::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
    background-color: #f8dbdd;
}

/* line 505, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
body::-webkit-scrollbar {
    width: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 512, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .metismenu .has-arrow::after {
        right: 25px;
    }
}

/* line 518, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.sidebar #sidebar_menu li a img {
    width: 14px;
    height: auto;
}

/* line 524, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.sidebar #sidebar_menu li a .icon_menu {
    background: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(83, 108, 167, 0.16);
}

/* line 537, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
.sidebar.dark_sidebar {
    background: #1E3D73;
}

    /* line 539, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar.dark_sidebar .logo {
        background: transparent;
    }

    /* line 542, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar.dark_sidebar #sidebar_menu > li ul {
        background: #15305E;
    }

    /* line 545, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar.dark_sidebar #sidebar_menu > li.mm-active > a {
        background: #15305E;
        color: #FFF !important;
    }

    /* line 549, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar.dark_sidebar #sidebar_menu > li > a {
        color: #fff;
    }

    /* line 552, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar.dark_sidebar #sidebar_menu > li ul li a.active {
        color: #fff;
    }

    /* line 555, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
    .sidebar.dark_sidebar #sidebar_menu > li {
        margin-left: 0px;
        margin-right: 20px;
    }

        /* line 559, G:/admin_project/6 admin/marketing/scss/_sidebar.scss */
        .sidebar.dark_sidebar #sidebar_menu > li a::after {
            color: #fff;
        }

/* line 1, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
.body_content {
    display: flex;
}

/* line 6, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
.main-title h3 {
    font-family: "Comfortaa", cursive;
    font-weight: 700;
    font-size: 14px;
    color: #8890B5;
    line-height: 1.2;
}

/* line 16, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
.main-title span {
    font-size: 12px;
    font-weight: 400;
    color: #A3A0FB;
    display: block;
    margin-top: 6px;
}

/* line 24, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
.box_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

@media (max-width: 575.98px) {
    /* line 29, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
    .box_header.box_header_block {
        flex-direction: column;
        align-items: flex-start !important;
    }
}

@media (max-width: 575.98px) {
    /* line 34, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
    .box_header.box_header_block .main-title {
        margin-bottom: 15px;
    }
}

/* line 41, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
.box_header .title_info p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    color: #a3a0fb;
}

/* line 51, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
.legend_style li {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    margin-right: 10px;
}

    /* line 57, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
    .legend_style li span {
        display: inline-block;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #4400eb;
        margin-right: 4px;
    }

    /* line 65, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
    .legend_style li.inactive {
        opacity: .29;
    }

/* line 70, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
.title_btn {
    margin-bottom: 20px;
}

    /* line 73, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
    .title_btn ul li {
        display: inline-block;
    }

        /* line 75, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
        .title_btn ul li a {
            display: inline-block;
            padding: 4px;
            background: #fff;
            font-size: 11px;
            text-transform: capitalize;
            color: #706F9A;
            border-radius: 5px;
            line-height: 25px;
            padding: 0 10px;
            transition: .3s;
        }

            /* line 86, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
            .title_btn ul li a:hover {
                background: #A66DD4;
                color: #fff;
            }

            /* line 90, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
            .title_btn ul li a.active {
                background: #A66DD4;
                color: #fff;
            }

/* line 100, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
.radial_footer .radial_footer_inner .left_footer {
    padding-left: 10px;
    margin-bottom: 20px;
}

    /* line 103, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
    .radial_footer .radial_footer_inner .left_footer h5 {
        font-size: 13px;
        color: #43425D;
        font-weight: 500;
        margin-bottom: 0px;
        position: relative;
    }

        /* line 109, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
        .radial_footer .radial_footer_inner .left_footer h5 span {
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: #A4A1FB;
            display: inline-block;
            position: absolute;
            left: -15px;
            top: 6px;
        }

    /* line 120, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
    .radial_footer .radial_footer_inner .left_footer p {
        font-size: 12px;
        color: #4D4F5C;
        opacity: .5;
        font-weight: 400;
        margin-bottom: 0;
    }

/* line 129, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
.radial_footer .radial_bottom {
    border-top: 1px solid #EFEFEF;
    text-align: center;
    padding-top: 15px;
    margin-top: 4px;
}

    /* line 135, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
    .radial_footer .radial_bottom p a {
        font-size: 12px;
        color: #3B86FF;
        font-weight: 600;
    }

/* line 144, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
.blud_card {
    background: #4567EE !important;
    background-repeat: no-repeat;
    background-position: bottom;
}

    /* line 148, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
    .blud_card p {
        color: #BCD3FF;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    /* line 155, G:/admin_project/6 admin/marketing/scss/_body_content.scss */
    .blud_card img {
        width: 100%;
    }

/******** main content css here *********/
/* line 2, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
.main_content {
 /*   padding-left: 270px; 
    width: 100%;*/
    padding-top: 0px !important;
    transition: .5s;
    position: relative;
    min-height: 100vh;
    padding-bottom: 90px;
    background-color:white;
}

    /* line 13, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .main_content.large_header_bg::before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 235px;
        z-index: 9;
        background: #4C6EF8;
        content: '';
        border-radius: 0 0 10px 10px;
        /*left: 270px;*/
    }

@media (min-width: 320px) and (max-width: 991.98px) {
    /* line 13, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .main_content.large_header_bg::before {
        display: none;
    }
}

/*@media only screen and (min-width: 992px) and (max-width: 1200px) {*/
    /* line 13, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    /*.main_content.large_header_bg::before {
        left: 20%;
    }
}*/

/* line 34, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
.main_content.main_content_padding_hide {
    padding-left: 0px;
    padding-top: 100px !important;
}

@media (max-width: 991px) {
    /* line 2, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .main_content {
        padding: 90px 0 100px 0;
    }
}

@media (max-width: 575.98px) {
    /* line 2, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .main_content {
        padding: 120px 0 100px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 2, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .main_content {
        padding: 120px 0 100px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 2, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .main_content {
        padding: 120px 0 100px 0;
    }
}

/*@media only screen and (min-width: 992px) and (max-width: 1200px) {*/
    /* line 2, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    /*.main_content {
        padding-left: 20%;
    }
}*/

/* line 56, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
.main_content.default_content .main_content_iner {
    margin: 0;
    border-radius: 0;
}

/* line 61, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
.main_content .main_content_iner {
    min-height: 68vh;
    transition: .5s;
    position: relative;
    background: #EDEEF7;
    margin: 0px 30px 30px 30px;
    z-index: 22;
    border-radius: 10px;
    padding: 10px 20px;
}

@media (max-width: 991px) {
    /* line 61, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .main_content .main_content_iner {
        margin: 0;
        padding: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    /* line 74, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .main_content .main_content_iner.main_content_iner_padding {
        padding: 0 30px 0 30px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    /* line 74, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .main_content .main_content_iner.main_content_iner_padding {
        padding: 0 60px 0 60px;
    }
}

@media (min-width: 1680px) {
    /* line 74, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .main_content .main_content_iner.main_content_iner_padding {
        padding: 0 135px 0 135px;
    }
}

@media (max-width: 575.98px) {
    /* line 61, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .main_content .main_content_iner {
        margin-bottom: 20px;
    }
}

/* line 94, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
.address_book_hint p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 8px;
}

/* line 101, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
.single_element h4 {
    margin-bottom: 30px;
}

/* line 104, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
.single_element .quick_activity_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {
    /* line 104, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 104, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 104, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 104, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    /* line 104, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .single_element .quick_activity_wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* line 133, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
.single_element .single_quick_activity {
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 20px;
    position: relative;
}

    /* line 140, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .single_element .single_quick_activity .notification_btn {
        position: absolute;
        right: 22px;
        top: 32px;
    }

@media (max-width: 575.98px) {
    /* line 133, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .single_element .single_quick_activity {
        padding: 20px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 133, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .single_element .single_quick_activity {
        padding: 20px 15px;
    }
}

/* line 160, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
.single_element .single_quick_activity .count_content {
    position: relative;
    z-index: 9;
    margin-bottom: 40px;
}

    /* line 164, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .single_element .single_quick_activity .count_content .blue_color {
        color: #20B1B9 !important;
    }

    /* line 167, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .single_element .single_quick_activity .count_content .red_color {
        color: #FF4409 !important;
    }

    /* line 170, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .single_element .single_quick_activity .count_content .deep_blue {
        color: #016DD8 !important;
    }

    /* line 173, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
    .single_element .single_quick_activity .count_content .green_color {
        color: #01D874 !important;
    }

/* line 177, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
.single_element .single_quick_activity h3 {
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 700;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #14256A;
    margin-bottom: 0px;
    font-family: "Comfortaa", cursive;
    line-height: 1;
}

/* line 187, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
.single_element .single_quick_activity p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
    font-weight: 700;
    color: #8890B5;
    font-family: "Comfortaa", cursive;
    line-height: 1;
    margin-bottom: 15px;
}

/* line 212, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
.common_white_text {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

/* line 218, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
.text_white {
    color: #fff !important;
}

/* line 221, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
.orange_bg {
    background: #FF4409 !important;
}

/* line 224, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
.blue_bg {
    background: #016DD8 !important;
}

/* line 227, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
.green_bg {
    background: #20B1B9 !important;
}

/******** main content css end *********/
/* line 232, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
.datepickers-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1001;
}

/* line 238, G:/admin_project/6 admin/marketing/scss/_main_content.scss */
.serach_field-area.d-flex.align-items-center span {
    display: none;
}

/* line 2, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.dashboard_part .notification_tab {
    padding: 27px 25px;
    background-color: #F5ECEC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    /* line 10, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .dashboard_part .notification_tab p {
        font-size: 16px;
        color: #14256A;
    }

        /* line 13, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
        .dashboard_part .notification_tab p a {
            color: #2E4765;
        }

/* line 18, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.dashboard_part .hide_icon {
    cursor: pointer;
}

    /* line 20, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .dashboard_part .hide_icon i {
        color: #2E4765;
        font-size: 10px;
    }

/* line 26, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.white_box {
    padding: 30px;
    background-color: #FFFFFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

@media (max-width: 575.98px) {
    /* line 26, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .white_box {
        padding: 30px 25px;
    }
}

/* line 34, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.white_box .white_box_tittle h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    /* line 34, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .white_box .white_box_tittle h4 {
        margin-bottom: 15px;
    }
}

/* line 44, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.white_card {
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    /* line 45, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .white_card .white_card_header {
        border-bottom: 1px solid #F4F5FA;
        padding: 20px 40px;
    }

    /* line 54, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .white_card .white_card_body {
        padding: 40px;
    }

/* line 58, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.white_box_50px {
    padding: 43px 45px 38px 50px;
    background-color: #FFFFFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

@media (max-width: 575.98px) {
    /* line 58, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .white_box_50px {
        padding: 30px 25px;
    }
}

/* line 66, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.white_box_50px .white_box_tittle h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    /* line 66, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .white_box_50px .white_box_tittle h4 {
        margin-bottom: 15px;
    }
}

/* line 76, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.white_box2 {
    padding: 40px 40px 25px 40px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 575.98px) {
    /* line 76, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .white_box2 {
        padding: 30px 25px;
    }
}

/* line 84, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.white_box2 .white_box_tittle h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    /* line 84, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .white_box2 .white_box_tittle h4 {
        margin-bottom: 15px;
    }
}

/* line 95, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.chart_box .white_box_tittle {
    margin-bottom: 20px;
}

    /* line 97, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .chart_box .white_box_tittle h4 {
        margin-bottom: 2px;
    }

@media (max-width: 991px) {
    /* line 97, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .chart_box .white_box_tittle h4 {
        margin-bottom: 15px;
    }
}

/* line 104, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.chart_box p {
    margin-bottom: 29px;
    color: #707070;
}

/* line 111, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.chart_box label {
    margin-bottom: 0;
}

/* line 114, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.chart_box .b {
    display: block !important;
}

/* line 117, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.chart_box .toggle {
    position: relative;
    width: 44px;
    height: 22px;
    border-radius: 50px;
    background-color: #222222;
    border: 1px solid #222222;
    overflow: hidden;
}

/* line 126, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.chart_box .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

    /* line 137, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .chart_box .check:checked ~ .switch {
        right: 5px;
        left: 57.5%;
        transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition-property: left, right;
        transition-delay: 0.08s, 0s;
    }

/* line 144, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.chart_box .switch {
    position: absolute;
    left: 5px;
    top: 3px;
    bottom: 2px;
    right: 57.5%;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0s, 0.08s;
    height: 13px;
    width: 13px;
    padding: 6px !important;
    margin-right: 0;
}

    /* line 160, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .chart_box .switch:after {
        display: none;
    }

/* line 164, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.chart_box .hide {
    display: none !important;
}

/* line 173, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.QA_section .QA_table .table {
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 35px;
    padding-top: 20px;
}

/* line 181, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.QA_section .QA_table th, .QA_section .QA_table td {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.9;
    color: #14256A;
    padding: 13px 30px;
    vertical-align: middle;
    padding-left: 0;
}

/* line 190, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.QA_section .QA_table .question_content {
    color: #7e7172;
    font-size: 13px;
}

    /* line 193, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .QA_section .QA_table .question_content:hover {
        color: #2E4765;
    }

/* line 199, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.QA_section .QA_table thead th {
    white-space: nowrap;
    padding-left: 0;
    border-bottom: 1px solid rgba(130, 139, 178, 0.3) !important;
}

/* line 206, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.QA_section .QA_table tbody th {
    font-size: 14px;
    color: #415094;
    font-weight: 400 !important;
}

/* line 212, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.QA_section .QA_table tbody .btn_1 {
    background: #65F9B3;
    color: #fff;
    border: 0;
    font-size: 8px;
    padding: 0;
    height: 18px;
    width: 26px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

/* line 224, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.QA_section .QA_table tbody img.user_thumb {
    width: 36px;
    height: 36px;
    border-radius: 3px;
}

/* line 229, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.QA_section .QA_table tbody img.check_status {
    width: 21px;
    height: 18px;
    border-radius: 3px;
}

/* line 234, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.QA_section .QA_table tbody th, .QA_section .QA_table tbody td {
    color: #7e7172;
    font-size: 12px;
    color: #14256A;
    font-weight: 700;
    border-bottom: 0;
}

    /* line 240, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .QA_section .QA_table tbody th a, .QA_section .QA_table tbody td a {
        font-size: 14px;
        font-weight: 400;
        color: #828BB2;
    }

        /* line 244, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
        .QA_section .QA_table tbody th a:hover, .QA_section .QA_table tbody td a:hover {
            color: #7C32FF;
        }

    /* line 248, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .QA_section .QA_table tbody th.pending, .QA_section .QA_table tbody td.pending {
        color: #E09079;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
    }

    /* line 255, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .QA_section .QA_table tbody th.priority_hight, .QA_section .QA_table tbody td.priority_hight {
        font-size: 14px;
        color: #D7598F;
        font-weight: 400;
    }

/* line 264, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.QA_section .QA_table tbody tr {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    /* line 271, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .QA_section .QA_table tbody tr:hover {
        background: #fff;
    }

/* line 277, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.QA_section .QA_table .view_btn {
    color: #2E4765;
}

    /* line 279, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .QA_section .QA_table .view_btn:hover {
        text-decoration: underline;
    }

/* line 283, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.QA_section .QA_table .table {
    margin-bottom: 0 !important;
}

    /* line 285, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .QA_section .QA_table .table thead th {
        border-bottom: 0 solid transparent;
        background-color: #fff;
        padding: 13px 30px;
        line-height: 16px;
        border: 0px solid transparent;
        font-size: 12px;
        font-weight: 700;
        color: #8890B5;
        white-space: nowrap;
        text-transform: capitalize;
        font-family: "Comfortaa", cursive;
        border: 0;
        background: #fff;
        border: 0 !important;
        padding-left: 0;
        padding-top: 0;
    }

        /* line 302, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
        .QA_section .QA_table .table thead th:first-child {
            border-radius: 15px 0px 0px 15px;
        }

        /* line 305, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
        .QA_section .QA_table .table thead th:last-child {
            border-radius: 0px 15px 15px 0px;
        }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 317, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .chart_box_1 .box_header {
        flex-direction: column;
    }
}

/* line 321, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_left {
    flex-basis: 50%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 321, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .chart_box_1 .box_header .box_header_left {
        flex-basis: 55%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 321, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .chart_box_1 .box_header .box_header_left {
        flex-basis: 55%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 321, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .chart_box_1 .box_header .box_header_left {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
}

/* line 334, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_left ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    /* line 338, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .chart_box_1 .box_header .box_header_left ul li {
        display: inline-block;
        text-align: center;
    }

@media (max-width: 575.98px) {
    /* line 338, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .chart_box_1 .box_header .box_header_left ul li {
        flex: 50% 0 0;
        margin-bottom: 20px;
    }
}

/* line 345, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_left ul li h4 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px;
}

/* line 350, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_left ul li p {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0;
}

/* line 361, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_right .legend_circle ul li {
    color: #828BB2;
    font-size: 12px;
    font-weight: 400;
    margin-right: 30px;
    display: inline-block;
}

@media (max-width: 575.98px) {
    /* line 361, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .chart_box_1 .box_header .box_header_right .legend_circle ul li {
        margin-right: 14px;
    }
}

/* line 370, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_right .legend_circle ul li:last-child {
    margin-right: 0;
}

/* line 373, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_right .legend_circle ul li span {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

/* line 388, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
.dashboard_breadcam p {
    color: #6F658D;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

    /* line 393, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .dashboard_breadcam p i {
        margin: 0 5px;
    }

    /* line 396, G:/admin_project/6 admin/marketing/scss/_dashboard_part.scss */
    .dashboard_breadcam p a {
        color: #6F658D;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0;
    }

/* line 4, G:/admin_project/6 admin/marketing/scss/_form_style.scss */
.form_style .form-group label, .form_style .form-group p {
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 13px;
    color: #7e7172;
}

/* line 11, G:/admin_project/6 admin/marketing/scss/_form_style.scss */
.form_style .form-group input {
    border: 1px solid #e4e8ec;
    font-size: 13px;
    font-weight: 300;
    color: #7e7172;
    padding: 15px 25px;
    background-color: #fef1f2;
    height: auto;
    line-height: 18px;
}

/* line 2, G:/admin_project/6 admin/marketing/scss/_revenue_part.scss */
.revenue_part .btn_2 {
    padding: 8px 13px;
    margin-left: 30px;
}

/* line 7, G:/admin_project/6 admin/marketing/scss/_revenue_part.scss */
.revenue_part .courses_price .btn_1 {
    padding: 13px 32px;
    line-height: 16px;
    height: auto;
    width: auto;
}

/* line 15, G:/admin_project/6 admin/marketing/scss/_revenue_part.scss */
.revenue_part .courses_details span {
    font-size: 16px;
    font-weight: 600;
    color: #7e7172;
    margin-top: 3px;
}

/* line 23, G:/admin_project/6 admin/marketing/scss/_revenue_part.scss */
.revenue_part .courses_duration {
    position: relative;
    padding-left: 25px;
}

    /* line 26, G:/admin_project/6 admin/marketing/scss/_revenue_part.scss */
    .revenue_part .courses_duration h6 {
        font-size: 14px;
        margin-bottom: 8px;
    }

        /* line 29, G:/admin_project/6 admin/marketing/scss/_revenue_part.scss */
        .revenue_part .courses_duration h6 i {
            color: #2E4765;
            position: absolute;
            left: 0;
            top: 2px;
        }

/* line 2, G:/admin_project/6 admin/marketing/scss/_payment_setting.scss */
.payment_methord h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* line 7, G:/admin_project/6 admin/marketing/scss/_payment_setting.scss */
.payment_methord .payment_mathord_content {
    background-color: #fff;
    padding: 30px;
}

    /* line 10, G:/admin_project/6 admin/marketing/scss/_payment_setting.scss */
    .payment_methord .payment_mathord_content h4 {
        font-size: 16px;
        font-weight: 600;
        margin: 28px 0 7px;
    }

    /* line 15, G:/admin_project/6 admin/marketing/scss/_payment_setting.scss */
    .payment_methord .payment_mathord_content .btn_1 {
        margin-top: 28px;
    }

/* line 19, G:/admin_project/6 admin/marketing/scss/_payment_setting.scss */
.payment_methord .nav-tabs {
    border-bottom: 0 solid transparent;
}

/* line 22, G:/admin_project/6 admin/marketing/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo {
    display: flex;
    align-items: center;
}

    /* line 26, G:/admin_project/6 admin/marketing/scss/_payment_setting.scss */
    .payment_methord .payment_methord_logo .single_logo_iner {
        width: 188px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #BBC1C9;
        border-left: 0px solid transparent;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        /* line 35, G:/admin_project/6 admin/marketing/scss/_payment_setting.scss */
        .payment_methord .payment_methord_logo .single_logo_iner:first-child {
            border-left: 1px solid #BBC1C9;
            border-radius: 5px 0 0 5px;
        }

        /* line 39, G:/admin_project/6 admin/marketing/scss/_payment_setting.scss */
        .payment_methord .payment_methord_logo .single_logo_iner:last-child {
            border-radius: 0 5px 5px 0;
        }

        /* line 42, G:/admin_project/6 admin/marketing/scss/_payment_setting.scss */
        .payment_methord .payment_methord_logo .single_logo_iner img {
            max-width: 100px;
        }

        /* line 45, G:/admin_project/6 admin/marketing/scss/_payment_setting.scss */
        .payment_methord .payment_methord_logo .single_logo_iner.active {
            border: 1px solid #2E4765 !important;
        }

/* line 54, G:/admin_project/6 admin/marketing/scss/_payment_setting.scss */
.form_group {
    margin-top: 24px;
}

    /* line 56, G:/admin_project/6 admin/marketing/scss/_payment_setting.scss */
    .form_group input {
        width: 100%;
        background-color: #fef1f2;
        border-radius: 5px;
        border: 1px solid #F1F3F5;
        padding: 12px 20px;
    }

    /* line 64, G:/admin_project/6 admin/marketing/scss/_payment_setting.scss */
    .form_group .single_form_item label {
        width: 100%;
        display: block;
    }

    /* line 68, G:/admin_project/6 admin/marketing/scss/_payment_setting.scss */
    .form_group .single_form_item input {
        width: auto;
        display: inline-block;
        padding: 12px 20px;
        max-width: 85px;
        color: #9C9C9C;
    }

    /* line 76, G:/admin_project/6 admin/marketing/scss/_payment_setting.scss */
    .form_group #CVV {
        max-width: 118px !important;
    }

    /* line 79, G:/admin_project/6 admin/marketing/scss/_payment_setting.scss */
    .form_group .nice_Select {
        background-color: #fef1f2;
        margin-right: 10px;
        color: #9C9C9C;
    }

/* line 86, G:/admin_project/6 admin/marketing/scss/_payment_setting.scss */
.checkbox label {
    margin-bottom: 0;
    margin-top: 25px;
    color: #9C9C9C;
    margin-left: 8px;
}

/************** footer css ****************/
/* line 2, G:/admin_project/6 admin/marketing/scss/_footer.scss */
.footer_part {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 6px;
    background: transparent;
    padding-left: 270px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

    /* line 14, G:/admin_project/6 admin/marketing/scss/_footer.scss */
    .footer_part.default_footer {
        background: #F5F6FF;
    }

        /* line 16, G:/admin_project/6 admin/marketing/scss/_footer.scss */
        .footer_part.default_footer .footer_iner {
            background: transparent !important;
        }

@media only screen and (min-width: 320px) and (max-width: 768px) {
    /* line 2, G:/admin_project/6 admin/marketing/scss/_footer.scss */
    .footer_part {
        padding-left: 0 !important;
    }
}

/*@media only screen and (min-width: 992px) and (max-width: 1200px) {*/
    /* line 2, G:/admin_project/6 admin/marketing/scss/_footer.scss */
    /*.footer_part {
        padding-left: 20%;
    }
}*/

/* line 28, G:/admin_project/6 admin/marketing/scss/_footer.scss */
.footer_part .footer_iner.text-center {
    background: #FFFFFF;
    padding: 27px 0;
    margin: 0 15px;
    border-radius: 10px;
}

/* line 34, G:/admin_project/6 admin/marketing/scss/_footer.scss */
.footer_part p {
    font-size: 12px;
    font-weight: 300;
    color: #818E94;
}

    /* line 38, G:/admin_project/6 admin/marketing/scss/_footer.scss */
    .footer_part p span {
        margin: 0 10px;
    }

    /* line 41, G:/admin_project/6 admin/marketing/scss/_footer.scss */
    .footer_part p a {
        color: #2E4765;
    }

        /* line 43, G:/admin_project/6 admin/marketing/scss/_footer.scss */
        .footer_part p a:hover {
            text-decoration: underline;
        }

/************** footer css end ****************/
/********* breadcrumd css here **********/
/* line 2, G:/admin_project/6 admin/marketing/scss/_breadcrumb.scss */
.breadcrumb_content {
    background-color: #fff;
    padding: 19px 30px;
    line-height: 22px;
}

@media (max-width: 991px) {
    /* line 2, G:/admin_project/6 admin/marketing/scss/_breadcrumb.scss */
    .breadcrumb_content {
        padding: 25px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 2, G:/admin_project/6 admin/marketing/scss/_breadcrumb.scss */
    .breadcrumb_content {
        display: block !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 2, G:/admin_project/6 admin/marketing/scss/_breadcrumb.scss */
    .breadcrumb_content {
        display: block !important;
    }
}

/* line 17, G:/admin_project/6 admin/marketing/scss/_breadcrumb.scss */
.breadcrumb_content .active {
    color: #2E4765;
}

/* line 20, G:/admin_project/6 admin/marketing/scss/_breadcrumb.scss */
.breadcrumb_content h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    /* line 20, G:/admin_project/6 admin/marketing/scss/_breadcrumb.scss */
    .breadcrumb_content h2 {
        margin-bottom: 15px;
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 20, G:/admin_project/6 admin/marketing/scss/_breadcrumb.scss */
    .breadcrumb_content h2 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 20, G:/admin_project/6 admin/marketing/scss/_breadcrumb.scss */
    .breadcrumb_content h2 {
        margin-bottom: 15px;
    }
}

/* line 36, G:/admin_project/6 admin/marketing/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a {
    position: relative;
    color: #7e7172;
    padding-left: 30px;
}

    /* line 40, G:/admin_project/6 admin/marketing/scss/_breadcrumb.scss */
    .breadcrumb_content .sa_breadcrumb_iner a:after {
        content: "";
        position: absolute;
        left: 10px;
        top: 3px;
        clip-path: polygon(0 0, 100% 55%, 0 100%);
        background-color: #7e7172;
        width: 10px;
        height: 10px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    /* line 51, G:/admin_project/6 admin/marketing/scss/_breadcrumb.scss */
    .breadcrumb_content .sa_breadcrumb_iner a:first-child {
        padding-left: 0;
    }

        /* line 53, G:/admin_project/6 admin/marketing/scss/_breadcrumb.scss */
        .breadcrumb_content .sa_breadcrumb_iner a:first-child:after {
            display: none;
        }

    /* line 57, G:/admin_project/6 admin/marketing/scss/_breadcrumb.scss */
    .breadcrumb_content .sa_breadcrumb_iner a:hover {
        color: #2E4765;
    }

        /* line 58, G:/admin_project/6 admin/marketing/scss/_breadcrumb.scss */
        .breadcrumb_content .sa_breadcrumb_iner a:hover:after {
            background-color: #2E4765;
        }

    /* line 63, G:/admin_project/6 admin/marketing/scss/_breadcrumb.scss */
    .breadcrumb_content .sa_breadcrumb_iner a:last-child {
        color: #2E4765;
    }

        /* line 65, G:/admin_project/6 admin/marketing/scss/_breadcrumb.scss */
        .breadcrumb_content .sa_breadcrumb_iner a:last-child:after {
            background-color: #2E4765;
        }

/********* breadcrumd css end **********/
/* line 1, G:/admin_project/6 admin/marketing/scss/_bar-chart.scss */
#morris_bar {
    height: 300px;
}

/* line 4, G:/admin_project/6 admin/marketing/scss/_bar-chart.scss */
#morris_bar_bold {
    height: 300px;
}

/* line 8, G:/admin_project/6 admin/marketing/scss/_bar-chart.scss */
tspan {
    font-size: 13px;
    font-weight: 300;
    color: #7e7172;
    text-transform: capitalize;
}

/* line 15, G:/admin_project/6 admin/marketing/scss/_bar-chart.scss */
.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
    font-size: 13px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    font-family: "Comfortaa", cursive;
}

/* line 25, G:/admin_project/6 admin/marketing/scss/_bar-chart.scss */
.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: #7e7172;
    line-height: 12px;
    font-family: "Comfortaa", cursive;
}

/* line 35, G:/admin_project/6 admin/marketing/scss/_bar-chart.scss */
.morris-hover.morris-default-style {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    text-align: center;
    background: #000 !important;
    border: 0;
    padding: 7px 22px 5px 22px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
}

    /* line 47, G:/admin_project/6 admin/marketing/scss/_bar-chart.scss */
    .morris-hover.morris-default-style span {
        font-weight: bold;
        margin: 0;
        font-size: 12px;
        font-weight: 300;
        color: #7e7172;
        line-height: 12px;
        font-family: "Comfortaa", cursive;
    }

/* line 58, G:/admin_project/6 admin/marketing/scss/_bar-chart.scss */
canvas#highlights {
    height: 300px !important;
    overflow: hidden;
}

/* line 1, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
.lms_category_wrap {
    margin-bottom: 50px;
}

    /* line 3, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .lms_category_wrap .category_header {
        background: #fef1f2;
        border-radius: 5px;
        padding: 17px 30px;
    }

        /* line 8, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
        .lms_category_wrap .category_header .category_left h4 {
            font-size: 16px;
            font-weight: 500;
            color: #222;
            margin-bottom: 0;
        }

        /* line 14, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
        .lms_category_wrap .category_header .category_left p {
            color: #7e7172;
            font-size: 12px;
            font-weight: 300;
            margin-bottom: 0;
        }

@media (max-width: 575.98px) {
    /* line 21, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .lms_category_wrap .category_header .category_right {
        margin-top: 15px;
    }
}

/* line 28, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
.lms_category_wrap ul li {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 15px 30px;
    background: #fff;
    align-items: center;
    border-bottom: 1px solid #eee1e2;
    transition: .3s;
}

@media (max-width: 575.98px) {
    /* line 28, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .lms_category_wrap ul li {
        padding: 15px 20px;
    }
}

/* line 41, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
.lms_category_wrap ul li .category_info p {
    font-size: 13px;
    font-weight: 300;
    color: #7e7172;
}

/* line 47, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
.lms_category_wrap ul li:hover {
    background: #fff7f8;
}

/* line 55, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
.income_servay .count_content {
    text-align: center;
    margin-bottom: 30px;
}

    /* line 58, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .income_servay .count_content h3 {
        font-size: 30px;
        font-weight: 600;
        color: #2E4765;
        line-height: 1;
        margin-bottom: 5px;
    }

        /* line 64, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
        .income_servay .count_content h3 span {
            color: #2E4765;
            font-weight: 600;
            line-height: 1;
        }

    /* line 70, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .income_servay .count_content p {
        font-size: 14px;
        font-weight: 400;
        color: #B2B5C0;
        line-height: 1;
    }

/* line 80, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
.staf_list_wrapper .single_staf {
    background: #fff;
    box-shadow: 0 7px 15px rgba(80, 143, 244, 0.15);
    text-align: center;
    padding: 50px 0;
    margin-bottom: 30px;
    margin-top: 30px;
}

    /* line 87, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .staf_list_wrapper .single_staf .staf_thumb {
        margin-bottom: 25px;
    }

        /* line 89, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
        .staf_list_wrapper .single_staf .staf_thumb img {
            margin: auto;
            width: 118px;
            height: 118px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

    /* line 96, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .staf_list_wrapper .single_staf h4 {
        font-size: 22px;
        font-weight: 600;
        color: #2E4765;
        margin-bottom: 3px;
    }

    /* line 102, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .staf_list_wrapper .single_staf p {
        font-size: 14px;
        color: #818E94;
        font-weight: 500;
    }

/* line 112, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
.owl-carousel .owl-nav button {
    width: 39px;
    height: 39px;
    border-radius: 7px;
    background: #EFF1F7;
    position: absolute;
    top: -89px;
    right: 0;
    font-size: 18px !important;
    background: #EFF1F7 !important;
    color: #141124;
}

    /* line 123, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .owl-carousel .owl-nav button.owl-prev {
        right: 50px;
    }

    /* line 126, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .owl-carousel .owl-nav button:hover {
        background: #16BBE5 !important;
        color: #fff;
    }

/* line 134, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
.Activity_timeline {
    position: relative;
}

    /* line 136, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .Activity_timeline::before {
        content: '';
        left: -1px;
        height: 100%;
        top: 0;
        border-left: 1px dashed rgba(112, 112, 112, 0.3);
        position: absolute;
    }

    /* line 146, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .Activity_timeline ul li {
        position: relative;
        margin-bottom: 15px;
    }

        /* line 149, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
        .Activity_timeline ul li:last-child {
            margin-bottom: 0px;
        }

        /* line 152, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
        .Activity_timeline ul li .activity_bell {
            background: #3BB0BD;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            position: absolute;
            left: -5.5px;
            top: 8px;
        }

        /* line 161, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
        .Activity_timeline ul li .activity_wrap {
            position: relative;
            padding-left: 27px;
        }

            /* line 164, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
            .Activity_timeline ul li .activity_wrap h6 {
                font-size: 18px;
                font-weight: 700;
                color: #2E4765;
                margin-right: 30px;
                margin-bottom: 0;
                line-height: 28px;
            }

            /* line 172, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
            .Activity_timeline ul li .activity_wrap p {
                font-size: 14px;
                line-height: 28px;
                color: #8890B5;
                font-weight: 400;
            }

/* line 186, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
.activity_progressbar .single_progressbar h6 {
    font-size: 12px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

/* line 193, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
.barfiller {
    width: 100%;
    height: 6px;
    background: #F8F9FF;
    position: relative;
    margin-bottom: 10px;
    border-radius: 30px;
}

    /* line 200, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .barfiller .fill {
        display: block;
        position: relative;
        width: 0px;
        height: 100%;
        z-index: 1;
        border-radius: 30px;
    }

    /* line 208, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .barfiller .tipWrap {
        display: none;
    }

    /* line 211, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .barfiller .tip {
        margin-top: -23px;
        padding: 2px 4px;
        font-size: 11px;
        color: #000;
        left: 0px;
        position: absolute;
        z-index: 2;
    }

    /* line 221, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .barfiller#bar1 .tip {
        color: #508FF4;
    }

    /* line 226, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .barfiller#bar2 .tip {
        color: #FFBF43;
    }

    /* line 231, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .barfiller#bar3 .tip {
        color: #4BE69D;
    }

    /* line 236, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .barfiller#bar4 .tip {
        color: #9267FF;
    }

/* line 243, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
.single_social_media {
    margin-bottom: 27px;
}

    /* line 245, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .single_social_media .icon_media {
        width: 72px;
        height: 68px;
        background: #508FF4;
        font-size: 38px;
        text-align: center;
        line-height: 72px;
        border-radius: 10px;
        margin-right: 20px;
        flex: 72px 0 0;
        color: #fff;
    }

        /* line 256, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
        .single_social_media .icon_media.twitter_bg {
            background: #43CCFF;
        }

        /* line 259, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
        .single_social_media .icon_media.youtube_bg {
            background: #FF0000;
        }

        /* line 262, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
        .single_social_media .icon_media.insta_bg {
            background: #FF72B9;
        }

    /* line 267, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .single_social_media .media_contet span {
        font-size: 16px;
        color: #8890B5;
        font-weight: 700;
        display: block;
        margin-bottom: 10px;
    }

    /* line 274, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .single_social_media .media_contet h4 {
        font-size: 35px;
        font-weight: 700;
        color: #14256A;
        margin-bottom: 0;
    }

/* line 283, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
.grid_4rap {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}

@media (min-width: 1600px) {
    /* line 283, G:/admin_project/6 admin/marketing/scss/_lms_category.scss */
    .grid_4rap {
        grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    }
}

/* line 1, G:/admin_project/6 admin/marketing/scss/_summer_note.scss */
.note-editor.note-frame {
    border: 1px solid #eee1e2;
}

    /* line 3, G:/admin_project/6 admin/marketing/scss/_summer_note.scss */
    .note-editor.note-frame .note-popover .note-popover-content, .note-editor.note-frame .note-toolbar {
        padding: 4px 15px 8px 15px;
        margin: 0;
        border-radius: 5px 5px 0 0;
        background-color: #4C6EF8;
    }

    /* line 12, G:/admin_project/6 admin/marketing/scss/_summer_note.scss */
    .note-editor.note-frame .note-btn i, .note-editor.note-frame .note-current-fontname {
        color: #7e7172;
        font-size: 12px;
    }

    /* line 17, G:/admin_project/6 admin/marketing/scss/_summer_note.scss */
    .note-editor.note-frame .note-btn {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.4;
        color: #7e7172;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        border-radius: 3px;
    }

        /* line 26, G:/admin_project/6 admin/marketing/scss/_summer_note.scss */
        .note-editor.note-frame .note-btn:hover {
            color: #fff;
            background: #4C6EF8;
        }

            /* line 30, G:/admin_project/6 admin/marketing/scss/_summer_note.scss */
            .note-editor.note-frame .note-btn:hover i {
                color: #fff;
                background: #4C6EF8;
            }

        /* line 34, G:/admin_project/6 admin/marketing/scss/_summer_note.scss */
        .note-editor.note-frame .note-btn .note-current-fontname:hover {
            color: #fff;
        }

    /* line 39, G:/admin_project/6 admin/marketing/scss/_summer_note.scss */
    .note-editor.note-frame .show .dropdown-toggle::after {
        transform: rotate(180deg);
        color: red;
    }

    /* line 43, G:/admin_project/6 admin/marketing/scss/_summer_note.scss */
    .note-editor.note-frame .note-icon-font.note-recent-color {
        background: transparent !important;
        color: #7e7172 !important;
    }

    /* line 48, G:/admin_project/6 admin/marketing/scss/_summer_note.scss */
    .note-editor.note-frame .show .dropdown-toggle::after {
        color: #7e7172 !important;
    }

    /* line 51, G:/admin_project/6 admin/marketing/scss/_summer_note.scss */
    .note-editor.note-frame .note-btn:hover span {
        color: #fff !important;
    }

    /* line 54, G:/admin_project/6 admin/marketing/scss/_summer_note.scss */
    .note-editor.note-frame .note-btn:hover i {
        color: #fff !important;
    }

    /* line 57, G:/admin_project/6 admin/marketing/scss/_summer_note.scss */
    .note-editor.note-frame .note-editing-area .note-editable {
        background-color: #fff;
    }

    /* line 61, G:/admin_project/6 admin/marketing/scss/_summer_note.scss */
    .note-editor.note-frame .note-placeholder {
        padding: 18px 25px 0 25px;
        font-size: 14px;
        color: #7e7172;
        line-height: 28px;
        font-weight: 300;
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 1, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .lms_sm_block {
        display: block;
    }
}

@media (max-width: 575.98px) {
    /* line 8, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .lms_xs_small_btn a {
        padding: 11px 20px;
    }
}

@media (max-width: 575.98px) {
    /* line 14, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .mb_xs_20px {
        margin-bottom: 20px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 19, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .mb_sm_20px {
        margin-bottom: 20px;
    }
}

/* line 24, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.lms_supper_text {
    vertical-align: super !important;
}

/* line 27, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.gj-picker-md {
    border: 1px solid #fef1f2;
    padding: 10px;
}

    /* line 31, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .gj-picker-md table tr td.today div {
        color: #fff;
        background: #FF4409;
        border-radius: 50%;
    }

    /* line 36, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .gj-picker-md table tr td.gj-cursor-pointer div:hover {
        border-radius: 50%;
        background: #FF4409;
        color: #fff;
    }

    /* line 42, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .gj-picker-md div[role="navigator"] div:first-child, .gj-picker-md div[role="navigator"] div:last-child {
        max-width: 42px;
        background: #fef1f2;
        color: #000;
        border-radius: 50%;
        font-size: 14px;
        line-height: 44px;
        height: 42px;
        font-weight: 900;
    }

        /* line 51, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
        .gj-picker-md div[role="navigator"] div:first-child i, .gj-picker-md div[role="navigator"] div:last-child i {
            font-weight: 900;
            font-size: 14px;
        }

/* line 60, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.dropdown-menu.show .dropdown-toggle.lms_drop_1::after {
    color: #fff !important;
}

/* line 64, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.dropdown-menu.option_width {
    min-width: 102px;
}

/* line 68, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.dropdown.show .dropdown-toggle.lms_drop_1::after {
    color: #fff;
}

/* line 75, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.lms_common_header .lms_common_title h4 {
    margin-bottom: 3px;
}

/* line 78, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.lms_common_header .lms_common_title p {
    font-size: 12px;
    font-weight: 300;
    color: #7e7172;
    margin-bottom: 0;
}

/* line 87, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.common_line_separator {
    display: inline-block;
    width: 2px;
    height: 11px;
    background: #b9b3b3;
    margin: 0 7px 0 7px;
}

/* line 94, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.h-120px {
    height: 120px !important;
}

/* line 97, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.h-260px {
    height: 260px !important;
}

@media (max-width: 991px) {
    /* line 97, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .h-260px {
        height: 160px !important;
    }
}

/* line 103, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.h-230px {
    height: 230px !important;
}

@media (max-width: 991px) {
    /* line 103, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .h-230px {
        height: 160px !important;
    }
}

/* line 111, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.discription_list_wrap p {
    font-size: 13px;
    font-weight: 300;
    color: #7e7172;
    line-height: 26px;
    margin-bottom: 17px;
}

/* line 118, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.discription_list_wrap h5 {
    font-size: 12px;
    font-weight: 400;
    color: #222222;
    margin-top: 19px;
    margin-bottom: 14px;
}

/* line 128, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.common_list_style li {
    font-size: 13px;
    font-weight: 300;
    color: #7e7172;
    line-height: 26px;
    position: relative;
    padding-left: 15px;
}

    /* line 135, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .common_list_style li:before {
        position: absolute;
        left: 0;
        top: 10px;
        width: 3px;
        height: 3px;
        background: #7e7172;
        content: '';
        border-radius: 50%;
    }

/* line 150, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.result_modal_table_form .modal-body {
    margin: 30px 0;
    padding: 120px 100px 104px 100px !important;
}

@media (max-width: 991px) {
    /* line 150, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .result_modal_table_form .modal-body {
        padding: 30px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 150, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .result_modal_table_form .modal-body {
        padding: 50px 50px !important;
    }
}

/* line 163, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.result_modal_table_form .table thead th {
    border-bottom: 0 solid transparent;
    background-color: #fef1f2;
    padding: 17px 30px;
    line-height: 16px;
    border: 0px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 0px;
    font-size: 12px;
    font-weight: 400;
    color: #222222;
    white-space: nowrap;
}

/* line 179, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.result_modal_table_form .table tbody th, .result_modal_table_form .table tbody td {
    color: #7e7172;
    font-size: 13px !important;
    color: #7e7172;
    font-weight: 300;
    border-bottom: 1px solid #eee1e2;
    padding: 10px 25px !important;
}

/* line 189, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.result_modal_table_form .result_header_modal {
    margin-bottom: 45px;
}

    /* line 192, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .result_modal_table_form .result_header_modal h2 {
        font-size: 36px;
        font-weight: 500;
        color: #222222;
        margin-bottom: 15px;
    }

@media (max-width: 575.98px) {
    /* line 192, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .result_modal_table_form .result_header_modal h2 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 192, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .result_modal_table_form .result_header_modal h2 {
        font-size: 20px;
    }
}

/* line 204, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.result_modal_table_form .result_header_modal p {
    font-size: 14px;
    font-weight: 300;
    color: #7e7172;
    line-height: 26px;
}

/* line 210, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.result_modal_table_form .result_header_modal .passed_text {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-top: 29px;
    margin-bottom: 35px;
}

@media (max-width: 575.98px) {
    /* line 210, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .result_modal_table_form .result_header_modal .passed_text {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 210, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .result_modal_table_form .result_header_modal .passed_text {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 210, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .result_modal_table_form .result_header_modal .passed_text {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

/* line 237, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.student_list_img img {
    width: 50px;
    height: 50px;
}

/* line 243, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.common_date_picker input {
    width: 100%;
    border: 1px solid #F1F3F5;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #222;
    padding: 0px 25px;
    font-weight: 500;
}

/* line 256, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.website_settings_wrap .modal-body {
    padding: 0 !important;
}

/* line 260, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.input_form_persent {
    position: relative;
}

    /* line 262, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .input_form_persent:before {
        content: "\f295";
        border-bottom: 0;
        border-right: 0;
        display: block;
        margin-top: 0;
        pointer-events: none;
        position: absolute;
        top: 50%;
        width: auto;
        right: 25px;
        border: 0;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        color: #cec1c2;
        transform: translateY(-50%);
        font-size: 13px;
    }

/* line 286, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.tagInput_field {
    margin-bottom: 21px;
}

    /* line 288, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .tagInput_field label {
        font-size: 12px;
        font-weight: 300;
        color: #222222;
        text-align: left;
        margin: 0;
        margin-bottom: 0px;
        display: block;
        margin-bottom: 8px;
    }

    /* line 298, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .tagInput_field .bootstrap-tagsinput {
        text-align: left;
        border: 1px solid #eee1e2;
        padding: 9px 25px 4px 25px;
        box-shadow: none;
        border-radius: 3px;
        min-height: 50px;
    }

        /* line 305, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
        .tagInput_field .bootstrap-tagsinput input {
            border: none !important;
            width: auto !important;
            display: inline-block !important;
            background-color: transparent !important;
            height: 0;
            margin: 0;
            min-width: 20px;
            padding: 7px !important;
        }

        /* line 316, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
        .tagInput_field .bootstrap-tagsinput .badge {
            margin: 0 5px 5px 0;
            height: 30px;
            line-height: 30px;
            padding: 0 30px 0 20px;
            font-size: 12px;
            color: #FF4409;
            font-weight: 400;
            background: #ffff;
            border: 1px solid #FF4409;
            border-radius: 30px;
            position: relative;
        }

            /* line 329, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
            .tagInput_field .bootstrap-tagsinput .badge [data-role="remove"]::after {
                font-size: 10px;
                font-family: 'themify';
                content: "\e646";
                background: none;
                padding: 0;
                margin: 0;
                margin-left: 0px;
                background: transparent;
                margin-left: 5px;
                padding: 0;
                border: 1px solid transparent;
                padding: 2px;
            }

            /* line 343, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
            .tagInput_field .bootstrap-tagsinput .badge [data-role="remove"]:hover::after {
                background: #FF4409;
                color: #fff;
                border-color: #FF4409;
            }

    /* line 348, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .tagInput_field span.badge.badge-info span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 8px;
    }

/* line 357, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.custom_striped_progressbar .progress {
    height: 24px;
    background: transparent;
    border-radius: 30px;
    width: 256px;
}

/* line 364, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.custom_striped_progressbar .progress-bar {
    position: relative;
    border-radius: 30px;
    text-align: left;
    font-size: 15px;
    padding-left: 15px;
    color: #fff;
    font-weight: 300;
    background: transparent;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

    /* line 375, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .custom_striped_progressbar .progress-bar.green_bar {
        background-image: url(../img/progress/progress-bg.png);
        background-size: cover;
    }

    /* line 379, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .custom_striped_progressbar .progress-bar.yellow_bar {
        background-image: url(../img/progress/design-progress-yellow.png);
        background-size: cover;
    }

    /* line 384, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .custom_striped_progressbar .progress-bar.red_bar {
        background-image: url(../img/progress/design-progress-red.png);
        background-size: cover;
    }

/* line 394, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.custom_lms_radio_2 label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    font-weight: 300;
    color: #7e7172;
    margin-left: 0;
    padding-bottom: 15px;
    margin-top: 0;
}

    /* line 405, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .custom_lms_radio_2 label span {
        display: inline-block;
        position: relative;
        background-color: transparent;
        width: 20px;
        height: 20px;
        transform-origin: center;
        border: 1px solid #eee2e3;
        border-radius: 50%;
        vertical-align: -6px;
        margin-right: 15px;
        transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
    }

        /* line 419, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
        .custom_lms_radio_2 label span:before {
            content: "";
            width: 0px;
            height: 1px;
            border-radius: 2px;
            background: #FF4409;
            position: absolute;
            transform: rotate(38deg);
            top: 13px;
            left: 9px;
            transition: width 50ms ease 50ms;
            transform-origin: 0% 0%;
            top: 9.69px;
            left: 4.99px;
            border-radius: 0;
        }

        /* line 436, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
        .custom_lms_radio_2 label span:after {
            content: "";
            width: 0;
            height: 1px;
            border-radius: 2px;
            background: #FF4409;
            position: absolute;
            transform: rotate(305deg);
            top: 12.8px;
            left: 7.48px;
            transition: width 50ms ease;
            transform-origin: 0% 0%;
            border-radius: 0;
        }

    /* line 453, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .custom_lms_radio_2 label:hover span:before {
        width: 4px;
        transition: width 100ms ease;
    }

    /* line 458, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .custom_lms_radio_2 label:hover span:after {
        width: 10px;
        transition: width 150ms ease 100ms;
    }

/* line 465, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"] {
    display: none;
}

    /* line 469, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .custom_lms_radio_2 input[type="radio"]:checked + label span {
        background-color: #FF4409;
        transform: scale(1);
        border-color: #FF4409;
    }

        /* line 474, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
        .custom_lms_radio_2 input[type="radio"]:checked + label span:after {
            width: 10px;
            background: #fff;
            transition: width 150ms ease 100ms;
        }

        /* line 480, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
        .custom_lms_radio_2 input[type="radio"]:checked + label span:before {
            width: 4px;
            background: #fff;
            transition: width 150ms ease 100ms;
        }

    /* line 487, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .custom_lms_radio_2 input[type="radio"]:checked + label:hover span {
        background-color: #FF4409;
        transform: scale(1.25);
        border-color: #FF4409;
    }

        /* line 492, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
        .custom_lms_radio_2 input[type="radio"]:checked + label:hover span:after {
            width: 10px;
            background: #fff;
            transition: width 150ms ease 100ms;
        }

        /* line 497, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
        .custom_lms_radio_2 input[type="radio"]:checked + label:hover span:before {
            width: 4px;
            background: #fff;
            transition: width 150ms ease 100ms;
        }

/* line 510, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.import_topic_wrapper.modal_btn {
    display: grid !important;
    grid-gap: 10px;
    grid-template-columns: 3fr 9fr;
    align-items: end;
}

    /* line 515, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .import_topic_wrapper.modal_btn .btn_1 {
        margin: 0 !important;
    }

@media (max-width: 575.98px) {
    /* line 510, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .import_topic_wrapper.modal_btn {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* line 528, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.indvisual_form .btn_1.big_btn {
    padding: 16px 36px;
}

/* line 531, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.indvisual_form .chose_thumb_title {
    font-size: 12px;
    font-weight: 300;
    color: #222222;
    text-align: left;
    margin: 0;
    margin-bottom: 0px;
    display: block;
    margin-bottom: 8px;
}

/* line 542, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.indvisual_form .input_wrap label {
    font-size: 12px;
    font-weight: 300;
    color: #222222;
    text-align: left;
    margin: 0;
    margin-bottom: 0px;
    display: block;
    margin-bottom: 8px;
}

/* line 552, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.indvisual_form .input_wrap textarea {
    height: 100px;
    padding: 0;
    line-height: 28px;
    padding: 13px 25px;
}

    /* line 557, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .indvisual_form .input_wrap textarea.max_textarea {
        height: 290px;
    }

/* line 563, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.indvisual_form .nice_Select, .indvisual_form input, .indvisual_form textarea {
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border: 1px solid #eee1e2;
    padding: 10px 25px;
    color: #7e7172;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    display: block;
    margin-bottom: 21px;
    font-weight: 300;
    border-radius: 3px;
}

    /* line 577, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .indvisual_form .nice_Select::placeholder, .indvisual_form input::placeholder, .indvisual_form textarea::placeholder {
        color: #7e7172;
        font-weight: 300;
        opacity: 1;
    }

/* line 583, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.indvisual_form .nice_Select {
    line-height: 30px;
}

    /* line 585, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .indvisual_form .nice_Select :after {
        left: 22px;
    }

/* line 589, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.indvisual_form .nice-select.nice_Select2 {
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #eee1e2;
    padding: 0 37px 0 20px;
    color: #7e7172;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    display: block;
    margin-bottom: 21px;
    font-weight: 300;
    border-radius: 3px;
    margin: 0;
    width: auto;
}

    /* line 605, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .indvisual_form .nice-select.nice_Select2::after {
        top: 20%;
    }

/* line 615, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.list_counter_wrapper .single_list_counter {
    border-bottom: 1px solid #F1F3F5;
    padding: 35px 0 26px 87px;
}

    /* line 618, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .list_counter_wrapper .single_list_counter:last-child {
        border: 0;
    }

    /* line 621, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .list_counter_wrapper .single_list_counter h3 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 0px;
    }

        /* line 625, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
        .list_counter_wrapper .single_list_counter h3 span {
            font-size: 30px;
            font-weight: 700;
        }

    /* line 630, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .list_counter_wrapper .single_list_counter p {
        font-size: 17px;
        color: #6F658D;
        margin-bottom: 0;
        padding-top: 15px;
    }

/* line 639, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.green_color {
    color: #01D874 !important;
}

/* line 642, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.blue_color {
    color: #20B1B9 !important;
}

/* line 645, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.deep_blue {
    color: #016DD8 !important;
}

/* line 648, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.deep_blue_2 {
    color: #4567EE !important;
}

/* line 651, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.red_color {
    color: #FF4409 !important;
}

/* line 657, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.activity_progressbar .single_progressbar {
    display: grid !important;
    grid-template-columns: 150px auto;
    margin-bottom: 25px;
    align-items: center;
}

    /* line 662, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .activity_progressbar .single_progressbar h6 {
        font-size: 16px;
        font-weight: 400;
        color: #2D1967;
    }

    /* line 667, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .activity_progressbar .single_progressbar .barfiller {
        margin-bottom: 0;
    }

        /* line 669, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
        .activity_progressbar .single_progressbar .barfiller .tip {
            color: #2D1967 !important;
            font-size: 12px;
        }

/* line 677, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.legend_style_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 25px;
    margin-top: 50px;
}

@media (max-width: 991px) {
    /* line 677, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .legend_style_grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* line 685, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
.legend_style_grid li {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 8px;
}

    /* line 689, G:/admin_project/6 admin/marketing/scss/_common_component.scss */
    .legend_style_grid li span {
        width: 18px;
        height: 18px;
        border-radius: 3px;
        display: inline-block;
    }

/* line 2, G:/admin_project/6 admin/marketing/scss/_projects.scss */
.assign_list li {
    display: inline-block;
    margin-right: 5px;
}

    /* line 5, G:/admin_project/6 admin/marketing/scss/_projects.scss */
    .assign_list li:last-child {
        margin-right: 0;
    }

    /* line 9, G:/admin_project/6 admin/marketing/scss/_projects.scss */
    .assign_list li a img {
        width: 100%;
        border-radius: 50%;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        width: 23px;
        height: 23px;
        transform: translateY(0px);
    }

        /* line 17, G:/admin_project/6 admin/marketing/scss/_projects.scss */
        .assign_list li a img:hover {
            transform: translateY(-2px);
        }

/* line 27, G:/admin_project/6 admin/marketing/scss/_projects.scss */
.dataTables_paginate {
    margin-top: 0;
    margin-top: 30px;
    /*border: 1px solid lightgray;*/
    /*font-size: 13px;*/
}

    /* line 30, G:/admin_project/6 admin/marketing/scss/_projects.scss */
    .dataTables_paginate a {
        /* width: 32px; */
        /*height: 32px;*/
        background: #FFFFFF !important;
        /* border-radius: 3px !important; */
        text-align: center !important;
        line-height: 27px;
        /*padding: 5px !important;*/
        margin: 0 !important;
        /*margin: 0 5px !important;*/
    }


        /* line 51, G:/admin_project/6 admin/marketing/scss/_projects.scss */
        .dataTables_paginate a:hover i {
            color: #fff !important;
        }

        /* line 55, G:/admin_project/6 admin/marketing/scss/_projects.scss */
        .dataTables_paginate a i {
            line-height: 32px;
            font-size: 12px;
            color: #415094;
        }

/* line 62, G:/admin_project/6 admin/marketing/scss/_projects.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    border: 0.5px solid lightgray;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 2.5em;
    border-radius: 0px;
    border: 0.5px solid lightgray;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 0px;
}
/* line 67, G:/admin_project/6 admin/marketing/scss/_projects.scss */
#DataTables_Table_0_info {
    font-size: 14px;
    color: #415094;
    font-weight: 400;
    margin-top: 35px;
    padding-top: 0;
}

/* line 74, G:/admin_project/6 admin/marketing/scss/_projects.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 0.5px solid #4C6EF8;
    background-color: #4C6EF8 !important;
}

/* line 46, G:/admin_project/6 admin/marketing/scss/_projects.scss */
.dataTables_paginate a:hover {
    background: #4C6EF8 !important;
    /*box-shadow: 0px 5px 10px rgba(59, 118, 239, 0.3);*/
    border: 0.5px solid lightgray;
    color: #fff !important;
}
/* line 40, G:/admin_project/6 admin/marketing/scss/_projects.scss */
.dataTables_paginate a.current {
    background: #4C6EF8 !important;
    /* box-shadow: 0px 5px 10px rgb(59 118 239 / 30%) !important; */
    border: 0.5px solid #4C6EF8 !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
}
/* line 1, G:/admin_project/6 admin/marketing/scss/_pie.scss */
.min_400 {
    min-height: 380px;
}

@media (min-width: 1900px) {
    /* line 1, G:/admin_project/6 admin/marketing/scss/_pie.scss */
    .min_400 {
        min-height: 450px;
    }
}

/* line 7, G:/admin_project/6 admin/marketing/scss/_pie.scss */
.min_430 {
    min-height: 430px;
}

@media (min-width: 1900px) {
    /* line 7, G:/admin_project/6 admin/marketing/scss/_pie.scss */
    .min_430 {
        min-height: 460px;
    }
}

/* line 13, G:/admin_project/6 admin/marketing/scss/_pie.scss */
.mb-55 {
    margin-bottom: 55px;
}

/* line 4, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.profile_box_1 {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

    /* line 11, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile_box_1 .profile-picture {
        position: absolute;
        top: 240px;
        left: 50%;
        margin-left: -55px;
    }

        /* line 17, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
        .profile_box_1 .profile-picture img {
            border: 5px solid #fff;
            border-radius: 100%;
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
            width: 100px;
            height: 100px;
        }

    /* line 25, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile_box_1 .profile-cover-image {
        height: 300px;
        overflow: hidden;
    }

        /* line 29, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
        .profile_box_1 .profile-cover-image img {
            width: 100%;
        }

    /* line 34, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile_box_1 .profile-content {
        padding: 40px 20px;
        text-align: center;
    }

        /* line 38, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
        .profile_box_1 .profile-content h1 {
            font-weight: normal;
            margin-bottom: 0.2em;
        }

        /* line 43, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
        .profile_box_1 .profile-content p {
            font-size: 1.1em;
            line-height: 1.6;
            color: #d2d2d2;
        }

        /* line 50, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
        .profile_box_1 .profile-content .socials a {
            color: #d2d2d2;
            margin: 0 15px;
            font-size: 1.6em;
            transform: translateY(4px);
        }

            /* line 56, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
            .profile_box_1 .profile-content .socials a:hover {
                color: #aaa;
                transform: translateY(0);
            }

/* line 74, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.card-profile {
    background-color: #e6e5e1;
    border-radius: 0;
    border: 0;
    box-shadow: 1em 1em 2em rgba(0, 0, 0, 0.2);
}

    /* line 80, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .card-profile .card-img-top {
        border-radius: 0;
    }

    /* line 84, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .card-profile .card-img-profile {
        max-width: 100%;
        border-radius: 50%;
        margin-top: -95px;
        margin-bottom: 35px;
        border: 5px solid #e6e5e1;
    }

    /* line 92, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .card-profile .card-title {
        margin-bottom: 50px;
    }

        /* line 95, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
        .card-profile .card-title small {
            display: block;
            font-size: .6em;
            margin-top: .2em;
        }

    /* line 102, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .card-profile .card-links {
        margin-bottom: 25px;
    }

        /* line 105, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
        .card-profile .card-links .fa {
            margin: 0 1em;
            font-size: 1.6em;
        }

            /* line 109, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
            .card-profile .card-links .fa:focus, .card-profile .card-links .fa:hover {
                text-decoration: none;
            }

            /* line 114, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
            .card-profile .card-links .fa.fa-dribbble {
                color: #ea4b89;
                font-weight: bold;
            }

                /* line 118, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
                .card-profile .card-links .fa.fa-dribbble:hover {
                    color: #e51d6b;
                }

            /* line 123, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
            .card-profile .card-links .fa.fa-twitter {
                color: #68aade;
            }

                /* line 126, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
                .card-profile .card-links .fa.fa-twitter:hover {
                    color: #3e92d5;
                }

            /* line 131, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
            .card-profile .card-links .fa.fa-facebook {
                color: #3b5999;
            }

                /* line 134, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
                .card-profile .card-links .fa.fa-facebook:hover {
                    color: #2d4474;
                }

/* line 142, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.profile-card-4 {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0px 2px 3px #222;
}

    /* line 148, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-card-4:hover .profile-img img {
        transform: scale(1.2);
    }

    /* line 152, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-card-4 .profile-img img {
        width: 100%;
        height: auto;
        transition: transform 1s;
    }

    /* line 157, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-card-4 .profile-content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 40%;
        border: 3px solid #333;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        transform: scale(1, 1);
        transition: all 0.50s linear;
    }

    /* line 170, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-card-4 .profile-content::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 40%;
        border: 3px solid #222;
        border-left: 3px solid transparent;
        border-top: 3px solid transparent;
        transition: all 0.50s linear;
    }

    /* line 183, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-card-4:hover .profile-content:before {
        top: 20px;
        left: 20px;
    }

    /* line 187, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-card-4:hover .profile-content:after {
        bottom: 20px;
        right: 20px;
    }

    /* line 192, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-card-4 .profile-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 50% 4%;
        text-align: center;
    }

        /* line 202, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
        .profile-card-4 .profile-content:hover {
            background-color: rgba(255, 43, 131, 0.5);
        }

        /* line 205, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
        .profile-card-4 .profile-content .title {
            font-size: 24px;
            color: #333;
            opacity: 0;
            letter-spacing: 2px;
            text-transform: uppercase;
            transform: translateY(-100px);
            transition: all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
        }

    /* line 214, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-card-4:hover .title {
        opacity: 1;
        transform: translateY(0);
    }

        /* line 218, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
        .profile-card-4:hover .title::after {
            content: "";
            display: block;
            width: 50%;
            margin: 10px auto;
            border-bottom: 2px solid #222;
        }

    /* line 225, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-card-4 .profile-content .title > span {
        display: block;
        margin: 5px 0;
        font-size: 14px;
        text-transform: capitalize;
    }

    /* line 231, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-card-4 .profile-content .social-link {
        margin: 20px 0;
        padding: 0;
        opacity: 0;
        transform: translateY(100px);
        transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
    }

    /* line 238, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-card-4:hover .social-link {
        opacity: 1;
        transform: translateY(0);
    }

    /* line 242, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-card-4 .profile-content .social-link li {
        display: inline-block;
        list-style: none;
        margin: 0 4px;
    }

        /* line 247, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
        .profile-card-4 .profile-content .social-link li a {
            color: #333;
            width: 30px;
            height: 25px;
            line-height: 24px;
            text-align: center;
            border-radius: 5px;
            background-color: #fff;
        }

/* line 261, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_card {
    height: 615px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    background-color: #f6fcfe;
    -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -ms-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -o-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    position: relative;
    overflow: hidden;
}

    /****************
  Back
  ****************/
    /* line 282, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .pCard_card .pCard_back {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin-top: -139px;
        font-weight: 600;
        z-index: 1;
    }

        /* line 292, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
        .pCard_card .pCard_back a {
            text-decoration: none;
        }

    /****************
  UP
  ****************/
    /* line 300, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .pCard_card .pCard_up {
        position: absolute;
        width: 100%;
        height: 437px;
        background-image: url(../img/card2.jpg);
        background-position: 50%;
        background-size: cover;
        z-index: 3;
        text-align: center;
        -webkit-border-top-left-radius: 30px;
        -moz-border-top-left-radius: 30px;
        -ms-border-top-left-radius: 30px;
        -o-border-top-left-radius: 30px;
        border-top-left-radius: 30px;
        -webkit-border-top-right-radius: 30px;
        -moz-border-top-right-radius: 30px;
        -ms-border-top-right-radius: 30px;
        -o-border-top-right-radius: 30px;
        border-top-right-radius: 30px;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

/* line 326, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_on .pCard_up {
    height: 100px;
    box-shadow: 0 0 30px #cfd8dc;
}

/* line 331, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_card .pCard_up .pCard_text {
    position: absolute;
    top: 319px;
    left: 0;
    right: 0;
    color: #f1f7f9;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

/* line 344, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_on .pCard_up .pCard_text {
    top: 20px;
}

/* line 348, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_card .pCard_up .pCard_text h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

/* line 355, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_card .pCard_up .pCard_text p {
    margin: 0;
    font-size: 16px;
    color: #e3f1f5;
}

/* line 361, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_card .pCard_up .pCard_add {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #4567EE;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
    -ms-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
    -o-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
    position: absolute;
    top: 392px;
    left: 0;
    right: 0;
    margin: auto;
    width: 88px;
    height: 88px;
    cursor: pointer;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

/* line 388, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_on .pCard_up .pCard_add {
    -webkit-transform: rotate(360deg) scale(0.5);
    -moz-transform: rotate(360deg) scale(0.5);
    -ms-transform: rotate(360deg) scale(0.5);
    -o-transform: rotate(360deg) scale(0.5);
    transform: rotate(360deg) scale(0.5);
    top: 470px;
}

/****************
  Down
  ****************/
/* line 401, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_card .pCard_down {
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 178px;
    z-index: 2;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    -ms-border-bottom-left-radius: 30px;
    -o-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    -ms-border-bottom-right-radius: 30px;
    -o-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

/* line 425, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_on .pCard_down {
    height: 100px;
    -webkit-box-shadow: 0 0 30px #cfd8dc;
    -moz-box-shadow: 0 0 30px #cfd8dc;
    -ms-box-shadow: 0 0 30px #cfd8dc;
    -o-box-shadow: 0 0 30px #cfd8dc;
    box-shadow: 0 0 30px #cfd8dc;
}

/* line 434, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_card .pCard_down div {
    width: 33.333%;
    float: left;
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

/* line 447, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_on .pCard_down div {
    margin-top: 10px;
}

/* line 451, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_card .pCard_down div p:first-of-type {
    color: #68818c;
    margin-bottom: 5px;
}

/* line 456, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_card .pCard_down div p:last-of-type {
    color: #334750;
    font-weight: 700;
    margin-top: 0;
}

/* line 461, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_card .pCard_back a i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin: 10px;
    display: inline-block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 15px;
}

    /* line 481, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .pCard_card .pCard_back a i:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

/* line 489, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_card .pCard_back a:nth-of-type(1) i {
    color: #3b5998;
    border: 2px solid #3b5998;
}

/* line 494, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_card .pCard_back a:nth-of-type(2) i {
    color: #0077b5;
    border: 2px solid #0077b5;
}

/* line 499, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_card .pCard_back a:nth-of-type(3) i {
    color: #1769ff;
    border: 2px solid #1769ff;
}

/* line 504, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_card .pCard_back a:nth-of-type(4) i {
    color: #000000;
    border: 2px solid #000000;
}

/* line 509, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_card .pCard_back a:nth-of-type(5) i {
    color: #eb5e95;
    border: 2px solid #eb5e95;
}

/* line 514, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_card .pCard_back a:nth-of-type(6) i {
    color: #3f729b;
    border: 2px solid #3f729b;
}

/* line 519, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.pCard_card .pCard_up .pCard_add i {
    color: white;
    font-size: 38px;
    line-height: 88px;
}

/* line 528, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.profile-cart_2 {
    min-height: 500px;
    box-shadow: 0 0 5px 1px rgba(52, 52, 52, 0.224);
    position: relative;
    border-radius: 20px;
    transition: 2s;
}

    /* line 534, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-cart_2:hover {
        box-shadow: 0 0 15px 1px rgba(52, 52, 52, 0.25);
    }

    /* line 537, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-cart_2::after {
        content: " ";
        background-image: linear-gradient(135deg, #4567EE 10%, #4567EE 100%);
        clip-path: circle(50% at 50% 1%);
        display: block;
        min-height: 500px;
        transition: 2s;
        border-radius: 20px;
    }

    /* line 546, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-cart_2:hover::after {
        content: " ";
        clip-path: circle(100% at 50% 170%);
        transition: 2s;
        display: block;
        min-height: 500px;
        transition: 2s;
        border-radius: 20px;
    }

    /* line 556, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-cart_2 img {
        width: 100px !important;
        height: 100px !important;
        position: absolute;
        top: 78px;
        left: 37%;
        z-index: 99999999;
        transition: 2s;
        border-radius: 100%;
    }

    /* line 567, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-cart_2 :hover img {
        transform: scale(1.3) translateY(20px);
        transition: 2s;
    }

    /* line 574, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-cart_2 h1 {
        z-index: 999;
        position: absolute;
        justify-content: center;
        display: flex;
        width: 100%;
        font-family: "poppins bold";
        color: rgba(30, 29, 29, 0.85);
        letter-spacing: 2px;
    }

    /* line 585, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-cart_2 p {
        position: absolute;
        z-index: 999;
        display: flex;
        align-items: center;
        text-align: center;
        top: 50%;
        font-family: "poppins";
        font-weight: 500;
        margin: 0 20px;
        color: rgba(30, 29, 29, 0.85);
    }

    /* line 598, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-cart_2 .social-area {
        position: absolute;
        bottom: 30px;
        z-index: 999;
        justify-content: center;
        display: flex;
        width: 100%;
    }

        /* line 607, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
        .profile-cart_2 .social-area a {
            color: rgba(30, 29, 29, 0.85);
        }

        /* line 611, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
        .profile-cart_2 .social-area a {
            margin: 15px 15px 0 15px;
            font-size: 20px;
            transition: 4s;
        }

    /* line 617, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-cart_2 :hover .social-area svg {
        color: white;
        transition: 1s;
    }

    /* line 622, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile-cart_2 .social-area svg:hover {
        transform: scale(1.5);
    }

/* line 631, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.profile_card_5 .cover-photo {
    background: url(https://images.unsplash.com/photo-1540228232483-1b64a7024923?ixlib=rb-1.2.1&auto=format&fit=crop&w=967&q=80);
    height: 160px;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

/* line 637, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.profile_card_5 .profile {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #1f1a32;
    padding: 7px;
    background: #292343;
    margin-top: 80px;
    margin-left: 10px;
}

/* line 648, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.profile_card_5 .profile-name {
    font-size: 25px;
    font-weight: bold;
    margin: 27px 0 0 120px;
}

/* line 653, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.profile_card_5 .about {
    margin-top: 35px;
    line-height: 21px;
}

/* line 657, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.profile_card_5 button {
    margin: 10px 0 40px 0;
}

/* line 660, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.profile_card_5 .msg-btn, .profile_card_5 .follow-btn {
    background: #4567EE;
    border: 1px solid #4567EE;
    padding: 10px 25px;
    color: #231e39;
    border-radius: 3px;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
}

/* line 669, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.profile_card_5 .follow-btn {
    margin-left: 10px;
    background: transparent;
    color: #02899c;
}

    /* line 674, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile_card_5 .follow-btn:hover {
        color: #231e39;
        background: #4567EE;
        transition: .5s;
    }

/* line 679, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
.profile_card_5 i {
    padding-left: 20px;
    font-size: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: .5s;
}

    /* line 686, G:/admin_project/6 admin/marketing/scss/_profilebox.scss */
    .profile_card_5 i:hover {
        color: #4567EE;
    }

/* line 1, G:/admin_project/6 admin/marketing/scss/_chart_box.scss */
.widget-chart {
    text-align: center;
    padding: 1rem;
    position: relative;
}

    /* line 5, G:/admin_project/6 admin/marketing/scss/_chart_box.scss */
    .widget-chart .rounded {
        border-radius: .25rem !important;
    }

    /* line 8, G:/admin_project/6 admin/marketing/scss/_chart_box.scss */
    .widget-chart .icon-wrapper {
        width: 54px;
        height: 54px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

        /* line 14, G:/admin_project/6 admin/marketing/scss/_chart_box.scss */
        .widget-chart .icon-wrapper .icon-wrapper-bg {
            position: absolute;
            height: 100%;
            width: 100%;
            z-index: 3;
            opacity: .2;
        }

        /* line 21, G:/admin_project/6 admin/marketing/scss/_chart_box.scss */
        .widget-chart .icon-wrapper i {
            margin: 0 auto;
            font-size: 1.7rem;
            position: relative;
            z-index: 5;
            line-height: 54px;
        }

    /* line 30, G:/admin_project/6 admin/marketing/scss/_chart_box.scss */
    .widget-chart .widget-numbers {
        font-weight: bold;
        font-size: 2.5rem;
        display: block;
        line-height: 1;
        margin: 1rem auto;
    }

        /* line 36, G:/admin_project/6 admin/marketing/scss/_chart_box.scss */
        .widget-chart .widget-numbers span {
            font-weight: bold;
            font-size: 2.5rem;
        }

    /* line 41, G:/admin_project/6 admin/marketing/scss/_chart_box.scss */
    .widget-chart .widget-subheading {
        margin-top: -.5rem;
    }

    /* line 44, G:/admin_project/6 admin/marketing/scss/_chart_box.scss */
    .widget-chart .widget-description {
        margin: 1rem 0 0;
    }

/* line 49, G:/admin_project/6 admin/marketing/scss/_chart_box.scss */
.bg-light {
    background-color: #eee !important;
}

/* line 52, G:/admin_project/6 admin/marketing/scss/_chart_box.scss */
.icon-wrapper .icon-wrapper-bg.bg-light {
    opacity: .08;
}

/* line 55, G:/admin_project/6 admin/marketing/scss/_chart_box.scss */
.bg-focus {
    background-color: #444054 !important;
}

/* line 58, G:/admin_project/6 admin/marketing/scss/_chart_box.scss */
.bg-primary {
    background-color: #3f6ad8 !important;
}

/* line 2, G:/admin_project/6 admin/marketing/scss/_faq.scss */
.accordion_custom h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}

/* line 7, G:/admin_project/6 admin/marketing/scss/_faq.scss */
.accordion_custom .card {
    margin-bottom: 15px;
    border: 0;
    overflow: visible;
}

    /* line 11, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .accordion_custom .card .card-header {
        border: 0;
        padding: 0;
        border-radius: 10px !important;
    }

        /* line 15, G:/admin_project/6 admin/marketing/scss/_faq.scss */
        .accordion_custom .card .card-header h2 {
            padding: 0;
        }

            /* line 18, G:/admin_project/6 admin/marketing/scss/_faq.scss */
            .accordion_custom .card .card-header h2 a {
                padding: 0;
                font-size: 14px;
                font-weight: 500;
                width: 100%;
                text-align: left;
                position: relative;
                position: relative;
                padding: 13px 20px;
                background: #4C6EF8;
                box-shadow: 0px 5px 10px rgba(76, 110, 248, 0.3);
                color: #fff;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                border: 0;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                border-radius: 10px;
            }

                /* line 36, G:/admin_project/6 admin/marketing/scss/_faq.scss */
                .accordion_custom .card .card-header h2 a::before {
                    content: "\e64b";
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    font-family: 'themify';
                    font-size: 14px;
                    right: 30px;
                    color: #fff;
                }

                /* line 47, G:/admin_project/6 admin/marketing/scss/_faq.scss */
                .accordion_custom .card .card-header h2 a.collapsed {
                    background: #F5F6FF;
                    color: #415094;
                    box-shadow: none;
                    -webkit-border-radius: 10px;
                    -moz-border-radius: 10px;
                    border-radius: 10px;
                }

                    /* line 52, G:/admin_project/6 admin/marketing/scss/_faq.scss */
                    .accordion_custom .card .card-header h2 a.collapsed::before {
                        content: "\e648";
                        color: #415094;
                    }

                /* line 57, G:/admin_project/6 admin/marketing/scss/_faq.scss */
                .accordion_custom .card .card-header h2 a:focus {
                    text-decoration: none;
                }

    /* line 63, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .accordion_custom .card .card-body {
        padding: 24px 20px 30px 20px;
    }

@media (max-width: 575.98px) {
    /* line 63, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .accordion_custom .card .card-body {
        padding: 15px;
    }
}

/* line 68, G:/admin_project/6 admin/marketing/scss/_faq.scss */
.accordion_custom .card .card-body p {
    font-size: 14px;
    line-height: 26px;
    color: #555555;
    font-weight: 300;
    margin-bottom: 28px;
}

    /* line 74, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .accordion_custom .card .card-body p:last-child {
        margin-bottom: 0;
    }

/* line 82, G:/admin_project/6 admin/marketing/scss/_faq.scss */
.accordion_custom2 h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}

/* line 87, G:/admin_project/6 admin/marketing/scss/_faq.scss */
.accordion_custom2 .card {
    margin-bottom: 15px;
    border: 0;
    overflow: visible;
}

    /* line 91, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .accordion_custom2 .card .card-header {
        border: 0;
        padding: 0;
        border-radius: 0px !important;
    }

        /* line 95, G:/admin_project/6 admin/marketing/scss/_faq.scss */
        .accordion_custom2 .card .card-header h2 {
            padding: 0;
        }

            /* line 98, G:/admin_project/6 admin/marketing/scss/_faq.scss */
            .accordion_custom2 .card .card-header h2 a {
                padding: 0;
                font-size: 14px;
                font-weight: 500;
                width: 100%;
                text-align: left;
                position: relative;
                position: relative;
                padding: 13px 20px;
                background: #4C6EF8;
                box-shadow: 0px 5px 10px rgba(76, 110, 248, 0.3);
                color: #fff;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                border: 0;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                border-radius: 0px;
            }

                /* line 116, G:/admin_project/6 admin/marketing/scss/_faq.scss */
                .accordion_custom2 .card .card-header h2 a::before {
                    content: "\e627";
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    font-family: 'themify';
                    font-size: 14px;
                    right: 30px;
                    color: #fff;
                }

                /* line 127, G:/admin_project/6 admin/marketing/scss/_faq.scss */
                .accordion_custom2 .card .card-header h2 a.collapsed {
                    background: #F5F6FF;
                    color: #415094;
                    box-shadow: none;
                    -webkit-border-radius: 0px;
                    -moz-border-radius: 0px;
                    border-radius: 0px;
                }

                    /* line 132, G:/admin_project/6 admin/marketing/scss/_faq.scss */
                    .accordion_custom2 .card .card-header h2 a.collapsed::before {
                        content: "\e62a";
                        color: #415094;
                    }

                /* line 137, G:/admin_project/6 admin/marketing/scss/_faq.scss */
                .accordion_custom2 .card .card-header h2 a:focus {
                    text-decoration: none;
                }

    /* line 143, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .accordion_custom2 .card .card-body {
        padding: 24px 20px 30px 20px;
        background: #F5F6FF;
    }

        /* line 149, G:/admin_project/6 admin/marketing/scss/_faq.scss */
        .accordion_custom2 .card .card-body p {
            font-size: 14px;
            line-height: 26px;
            color: #555555;
            font-weight: 300;
            margin-bottom: 28px;
        }

            /* line 155, G:/admin_project/6 admin/marketing/scss/_faq.scss */
            .accordion_custom2 .card .card-body p:last-child {
                margin-bottom: 0;
            }

/* line 164, G:/admin_project/6 admin/marketing/scss/_faq.scss */
.messages_box_area {
    display: grid;
    grid-template-columns: 4fr 8fr;
    grid-gap: 30px;
}

@media (max-width: 575.98px) {
    /* line 164, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    /* line 164, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 164, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    /* line 164, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area {
        grid-template-columns: 6fr 6fr;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    /* line 164, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area {
        grid-template-columns: 5fr 7fr;
    }
}

/* line 184, G:/admin_project/6 admin/marketing/scss/_faq.scss */
.messages_box_area .messages_list .serach_field_2 {
    width: 100%;
}

/* line 187, G:/admin_project/6 admin/marketing/scss/_faq.scss */
.messages_box_area .messages_list ul {
    margin-top: 30px;
    margin-bottom: 30px;
}

    /* line 191, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area .messages_list ul li a {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        border-bottom: 1px solid #eee1e2;
        padding: 20px 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        /* line 198, G:/admin_project/6 admin/marketing/scss/_faq.scss */
        .messages_box_area .messages_list ul li a .message_pre_left {
            display: flex;
            align-items: center;
        }

            /* line 204, G:/admin_project/6 admin/marketing/scss/_faq.scss */
            .messages_box_area .messages_list ul li a .message_pre_left .message_preview_thumb img {
                width: 50px;
                height: 50px;
            }

            /* line 209, G:/admin_project/6 admin/marketing/scss/_faq.scss */
            .messages_box_area .messages_list ul li a .message_pre_left .messges_info {
                padding-left: 20px;
            }

            /* line 212, G:/admin_project/6 admin/marketing/scss/_faq.scss */
            .messages_box_area .messages_list ul li a .message_pre_left h4 {
                font-size: 14px;
                font-weight: 500;
                color: #222222;
                margin-bottom: 6px;
            }

            /* line 218, G:/admin_project/6 admin/marketing/scss/_faq.scss */
            .messages_box_area .messages_list ul li a .message_pre_left p {
                font-size: 13px;
                font-weight: 300;
                color: #676B84;
                margin-bottom: 0;
            }

        /* line 226, G:/admin_project/6 admin/marketing/scss/_faq.scss */
        .messages_box_area .messages_list ul li a .messge_time span {
            font-size: 12px;
            font-weight: 300;
            color: #cec1c2;
            white-space: nowrap;
        }

    /* line 234, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area .messages_list ul li:hover a {
        padding-left: 10px;
        padding-right: 10px;
        background: rgba(255, 247, 248, 0.6);
    }

/* line 244, G:/admin_project/6 admin/marketing/scss/_faq.scss */
.messages_box_area .messages_chat .messge_time span {
    white-space: nowrap;
}

/* line 248, G:/admin_project/6 admin/marketing/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat {
    margin-bottom: 50px;
    padding-right: 20%;
}

@media (max-width: 575.98px) {
    /* line 248, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area .messages_chat .single_message_chat {
        padding-right: 0%;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    /* line 248, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area .messages_chat .single_message_chat {
        padding-right: 0%;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    /* line 248, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area .messages_chat .single_message_chat {
        padding-right: 0%;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 248, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area .messages_chat .single_message_chat {
        padding-right: 0%;
        margin-bottom: 30px;
    }
}

/* line 267, G:/admin_project/6 admin/marketing/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_content_view {
    background: #F5F6FF;
    border-radius: 10px;
    padding: 30px;
}

    /* line 271, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area .messages_chat .single_message_chat .message_content_view.red_border {
        border: 1px solid #4C6EF8;
        background: #4C6EF8;
    }

        /* line 274, G:/admin_project/6 admin/marketing/scss/_faq.scss */
        .messages_box_area .messages_chat .single_message_chat .message_content_view.red_border span, .messages_box_area .messages_chat .single_message_chat .message_content_view.red_border p {
            color: #fff;
        }

    /* line 278, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area .messages_chat .single_message_chat .message_content_view span {
        display: block;
        margin: 17px 0 17px 0;
    }

    /* line 282, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area .messages_chat .single_message_chat .message_content_view p {
        font-size: 13px;
        font-weight: 300;
        color: #676B84;
        line-height: 26px;
    }

/* line 289, G:/admin_project/6 admin/marketing/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_pre_left {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

    /* line 295, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area .messages_chat .single_message_chat .message_pre_left .message_preview_thumb img {
        width: 50px;
        height: 50px;
    }

    /* line 300, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area .messages_chat .single_message_chat .message_pre_left .messges_info {
        padding-left: 20px;
    }

    /* line 303, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area .messages_chat .single_message_chat .message_pre_left h4 {
        font-size: 16px;
        font-weight: 500;
        color: #222222;
        margin-bottom: 2px;
    }

    /* line 309, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area .messages_chat .single_message_chat .message_pre_left p {
        font-size: 12px;
        font-weight: 300;
        color: #676B84;
        margin-bottom: 0;
    }

/* line 316, G:/admin_project/6 admin/marketing/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat.sender_message {
    padding-right: 0%;
    padding-left: 20%;
}

@media (max-width: 575.98px) {
    /* line 316, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area .messages_chat .single_message_chat.sender_message {
        padding-right: 0%;
        padding-left: 0%;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    /* line 316, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area .messages_chat .single_message_chat.sender_message {
        padding-right: 0%;
        padding-left: 0%;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    /* line 316, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area .messages_chat .single_message_chat.sender_message {
        padding-right: 0%;
        padding-left: 0%;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 316, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area .messages_chat .single_message_chat.sender_message {
        padding-right: 0%;
        padding-left: 0%;
        margin-bottom: 30px;
    }
}

/* line 339, G:/admin_project/6 admin/marketing/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat.sender_message .message_pre_left {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* line 345, G:/admin_project/6 admin/marketing/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat.sender_message .messges_info {
    padding-left: 0px;
    padding-right: 20px;
    text-align: right;
}

/* line 352, G:/admin_project/6 admin/marketing/scss/_faq.scss */
.messages_box_area .messages_chat .message_send_field {
    padding-top: 50px;
    display: grid;
    grid-template-columns: auto 110px;
    grid-gap: 10px;
}

@media (max-width: 575.98px) {
    /* line 352, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area .messages_chat .message_send_field {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }
}

/* line 361, G:/admin_project/6 admin/marketing/scss/_faq.scss */
.messages_box_area .messages_chat .message_send_field input {
    color: #676B84;
    font-size: 13px;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    padding-left: 25px;
    border: 1px solid #eee1e2;
    padding-right: 15px;
}

    /* line 370, G:/admin_project/6 admin/marketing/scss/_faq.scss */
    .messages_box_area .messages_chat .message_send_field input::placeholder {
        color: #676B84;
        font-weight: 300;
        opacity: 1;
    }

/* line 1, G:/admin_project/6 admin/marketing/scss/_mailbox.scss */
.email-sidebar {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 6;
    padding: 15px;
    height: calc(100% - 3.9375rem);
}

    /* line 8, G:/admin_project/6 admin/marketing/scss/_mailbox.scss */
    .email-sidebar h4 {
        font-weight: 600;
        font-size: .875rem;
        color: #333;
        padding: 2.5rem 0 3.125rem 1.5625rem;
    }

    /* line 14, G:/admin_project/6 admin/marketing/scss/_mailbox.scss */
    .email-sidebar ul {
        margin-bottom: 3.125rem;
    }

        /* line 16, G:/admin_project/6 admin/marketing/scss/_mailbox.scss */
        .email-sidebar ul li {
            display: block;
        }

            /* line 26, G:/admin_project/6 admin/marketing/scss/_mailbox.scss */
            .email-sidebar ul li a {
                display: block;
                padding: 10px 0;
                transition: all .5s ease-in-out;
                font-weight: 600;
                font-size: .875rem;
                color: #333;
            }

                /* line 37, G:/admin_project/6 admin/marketing/scss/_mailbox.scss */
                .email-sidebar ul li a:hover i {
                    color: #4C6EF8;
                }

                /* line 41, G:/admin_project/6 admin/marketing/scss/_mailbox.scss */
                .email-sidebar ul li a i {
                    margin-right: .7rem;
                }

/* line 1, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 51, G:/admin_project/6 admin/marketing/scss/_mailbox.scss */
.primary_checkbox {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0;
    flex: 18px 0 0;
    line-height: 18px;
}

    /* line 9, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
    /* line 62, G:/admin_project/6 admin/marketing/scss/_mailbox.scss */
    .primary_checkbox .checkmark {
        position: relative;
        width: 18px;
        height: 18px;
        top: 0;
        left: 0;
        display: block;
        cursor: pointer;
        line-height: 18px;
        flex: 18px 0 0;
        border-radius: 50%;
    }

    /* line 26, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
    /* line 76, G:/admin_project/6 admin/marketing/scss/_mailbox.scss */
    .primary_checkbox input {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
    }

        /* line 35, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
        /* line 87, G:/admin_project/6 admin/marketing/scss/_mailbox.scss */
        .primary_checkbox input:checked ~ .checkmark:after {
            width: 100%;
            height: 100%;
            border: 0;
            transition: .3s;
            transform: scale(0);
        }

        /* line 44, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
        /* line 96, G:/admin_project/6 admin/marketing/scss/_mailbox.scss */
        .primary_checkbox input:checked ~ .checkmark {
            background: #4C6EF8 !important;
            box-shadow: 0px 5px 10px rgba(59, 118, 239, 0.3) !important;
            transition: .3s;
        }

            /* line 52, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
            /* line 103, G:/admin_project/6 admin/marketing/scss/_mailbox.scss */
            .primary_checkbox input:checked ~ .checkmark::before {
                content: "\e64c";
                font-family: "themify";
                position: absolute;
                display: block;
                top: 0px;
                left: 3px;
                text-indent: 1px;
                color: #828BB2;
                background-color: transparent;
                border: 0px;
                -webkit-transform: rotate(8deg);
                -moz-transform: rotate(8deg);
                -ms-transform: rotate(8deg);
                -o-transform: rotate(8deg);
                transform: rotate(8deg);
                font-size: 10px;
                font-weight: 600;
                line-height: 18px;
                z-index: 99;
                color: #fff;
                transition: .3s;
            }

    /* line 76, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
    /* line 128, G:/admin_project/6 admin/marketing/scss/_mailbox.scss */
    .primary_checkbox .checkmark:after {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        content: "";
        width: 18px;
        height: 18px;
        background: transparent;
        border-radius: 50px;
        border: 1px solid #828BB2;
        transition: .3s;
        transform: scale(1);
    }

/* line 2, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.bayer_table tr {
    margin-bottom: 18px;
}

    /* line 7, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .bayer_table tr td {
        padding-left: 0;
        padding-right: 0;
        vertical-align: middle;
        padding: 0;
        padding-bottom: 18px;
    }

        /* line 14, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .bayer_table tr td:first-child {
            width: 100px;
        }

        /* line 17, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .bayer_table tr td .byder_thumb {
            width: 81px;
            height: 81px;
            border-radius: 50%;
        }

            /* line 21, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
            .bayer_table tr td .byder_thumb.wh_56 {
                width: 56px;
                height: 56px;
                border-radius: 50%;
            }

        /* line 27, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .bayer_table tr td .byer_name {
            margin-bottom: 0;
            white-space: nowrap;
        }

/* line 39, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.bayer_table2 tr td {
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    padding: 0;
    padding-bottom: 25px;
}

    /* line 46, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .bayer_table2 tr td:first-child {
        width: 70px !important;
    }

    /* line 50, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .bayer_table2 tr td .byder_thumb {
        width: 56px;
        height: 56px;
        border-radius: 50%;
    }

    /* line 55, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .bayer_table2 tr td .byer_name {
        margin-bottom: 0;
    }

/* line 62, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.blue_button {
    font-size: 12px;
    font-weight: 600;
    color: #2F90F7;
    background: #E7F3FE;
    display: inline-block;
    padding: 4px 16px;
    border-radius: 30px;
}

/* line 71, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.notification_btn {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    background: #508FF4;
    display: inline-block;
    border-radius: 3px;
    padding: 4px 14px;
}

    /* line 79, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .notification_btn:hover {
        color: #fff;
    }

    /* line 82, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .notification_btn.yellow_btn {
        background: #FFBF43;
        color: #fff;
    }

    /* line 86, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .notification_btn.green_btn {
        background: #4BE69D;
        color: #fff;
    }

    /* line 90, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .notification_btn.violate_btn {
        background: #9267FF;
        color: #fff;
    }

/* line 97, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.f_w_100 {
    font-weight: 100;
}

/* line 100, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.f_w_200 {
    font-weight: 200;
}

/* line 103, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.f_w_300 {
    font-weight: 300;
}

/* line 106, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.f_w_400 {
    font-weight: 400;
}

/* line 109, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.f_w_500 {
    font-weight: 500;
}

/* line 112, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.f_w_600 {
    font-weight: 600;
}

/* line 115, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.f_w_700 {
    font-weight: 700;
}

/* line 118, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.f_w_800 {
    font-weight: 800;
}

/* line 121, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.f_w_900 {
    font-weight: 900;
}

/* line 125, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.f_15 {
    font-size: 15px;
}

/* line 128, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.f_16 {
    font-size: 16px;
}

/* line 132, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.color_blue {
    color: #2F90F7;
}

/* line 135, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.color_blue2 {
    color: #8AC6FB;
}

/* line 138, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.color_parpel {
    color: #833CDF;
}

/* line 141, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.color_pink {
    color: #FE80B2;
}

/* line 144, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.color_yellow {
    color: #FFCB24;
}

/* line 148, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.theme_bg_1 {
    background: #2D1967 !important;
}

/* line 151, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.theme_color_1 {
    color: #2D1967 !important;
}

/* line 154, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.theme_color_2 {
    color: #833CDF !important;
}

/* line 157, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.theme_color_3 {
    color: #FE80B2 !important;
}

/* line 160, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.theme_color_4 {
    color: #FE80B2 !important;
}

/* line 163, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.theme_color_5 {
    color: #2FF0F7 !important;
}

/* line 166, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.mb_40 {
    margin-bottom: 40px;
}

/* line 170, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.box_shadow {
    box-shadow: 0 12px 30px rgba(46, 71, 101, 0.1);
}

/* line 176, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.primary-color ul li {
    padding: 10px 15px;
}

    /* line 178, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .primary-color ul li:nth-child(1) {
        background-color: #8a75dd;
    }

        /* line 180, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .primary-color ul li:nth-child(1)::before {
            content: "#8a75dd";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 187, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .primary-color ul li:nth-child(2) {
        background-color: #846edb;
    }

        /* line 189, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .primary-color ul li:nth-child(2)::before {
            content: "#8a75dd";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 196, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .primary-color ul li:nth-child(3) {
        background-color: #7f68da;
    }

        /* line 198, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .primary-color ul li:nth-child(3)::before {
            content: "#7f68da";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 205, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .primary-color ul li:nth-child(4) {
        background-color: #7a62d8;
    }

        /* line 207, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .primary-color ul li:nth-child(4)::before {
            content: "#7a62d8";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 214, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .primary-color ul li:nth-child(5) {
        background-color: #755cd7;
    }

        /* line 216, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .primary-color ul li:nth-child(5)::before {
            content: "#755cd7";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 223, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .primary-color ul li:nth-child(6) {
        background-color: #7056d5;
    }

        /* line 225, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .primary-color ul li:nth-child(6)::before {
            content: "#7056d5";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 232, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .primary-color ul li:nth-child(7) {
        background-color: #6a50d4;
    }

        /* line 234, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .primary-color ul li:nth-child(7)::before {
            content: "#6a50d4";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 241, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .primary-color ul li:nth-child(8) {
        background-color: #654ad2;
    }

        /* line 243, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .primary-color ul li:nth-child(8)::before {
            content: "#654ad2";
            display: block;
            color: #fff;
            text-align: center;
        }

/* line 253, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.secondary-color ul li {
    padding: 10px 15px;
}

    /* line 255, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .secondary-color ul li:nth-child(1) {
        background-color: #69b9ec;
    }

        /* line 257, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .secondary-color ul li:nth-child(1)::before {
            content: "#69b9ec";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 264, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .secondary-color ul li:nth-child(2) {
        background-color: #64b6eb;
    }

        /* line 266, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .secondary-color ul li:nth-child(2)::before {
            content: "#64b6eb";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 273, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .secondary-color ul li:nth-child(3) {
        background-color: #60b4ea;
    }

        /* line 275, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .secondary-color ul li:nth-child(3)::before {
            content: "#60b4ea";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 282, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .secondary-color ul li:nth-child(4) {
        background-color: #5bb2ea;
    }

        /* line 284, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .secondary-color ul li:nth-child(4)::before {
            content: "#5bb2ea";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 291, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .secondary-color ul li:nth-child(5) {
        background-color: #57b0e9;
    }

        /* line 293, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .secondary-color ul li:nth-child(5)::before {
            content: "#57b0e9";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 300, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .secondary-color ul li:nth-child(6) {
        background-color: #52aee9;
    }

        /* line 302, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .secondary-color ul li:nth-child(6)::before {
            content: "#52aee9";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 309, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .secondary-color ul li:nth-child(7) {
        background-color: #4eace8;
    }

        /* line 311, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .secondary-color ul li:nth-child(7)::before {
            content: "#4eace8";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 318, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .secondary-color ul li:nth-child(8) {
        background-color: #49aae8;
    }

        /* line 320, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .secondary-color ul li:nth-child(8)::before {
            content: "#49aae8";
            display: block;
            color: #fff;
            text-align: center;
        }

/* line 329, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.success-color ul li {
    padding: 10px 15px;
}

    /* line 331, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .success-color ul li:nth-child(1) {
        background-color: #d7ff97;
    }

        /* line 333, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .success-color ul li:nth-child(1)::before {
            content: "#d7ff97";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 340, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .success-color ul li:nth-child(2) {
        background-color: #d1ff88;
    }

        /* line 342, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .success-color ul li:nth-child(2)::before {
            content: "#d1ff88";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 349, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .success-color ul li:nth-child(3) {
        background-color: #ccff78;
    }

        /* line 351, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .success-color ul li:nth-child(3)::before {
            content: "#ccff78";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 358, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .success-color ul li:nth-child(4) {
        background-color: #c6ff69;
    }

        /* line 360, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .success-color ul li:nth-child(4)::before {
            content: "#c6ff69";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 367, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .success-color ul li:nth-child(5) {
        background-color: #c0ff5a;
    }

        /* line 369, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .success-color ul li:nth-child(5)::before {
            content: "#c0ff5a";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 376, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .success-color ul li:nth-child(6) {
        background-color: #b4ff3b;
    }

        /* line 378, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .success-color ul li:nth-child(6)::before {
            content: "#b4ff3b";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 385, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .success-color ul li:nth-child(7) {
        background-color: #aeff2c;
    }

        /* line 387, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .success-color ul li:nth-child(7)::before {
            content: "#aeff2c";
            display: block;
            color: #fff;
            text-align: center;
        }

    /* line 394, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
    .success-color ul li:nth-child(8) {
        background-color: #a9ff1d;
    }

        /* line 396, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
        .success-color ul li:nth-child(8)::before {
            content: "#a9ff1d";
            display: block;
            color: #fff;
            text-align: center;
        }

/* line 405, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.ui-sortable-handle {
    cursor: move;
}

/* line 408, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.chart_height_300px {
    height: 400px;
}

/* line 411, G:/admin_project/6 admin/marketing/scss/_byer_table.scss */
.amcharts-export-menu.amcharts-export-menu-top-right.amExportButton {
    display: none;
}

/* line 2, G:/admin_project/6 admin/marketing/scss/_notification.scss */
.notification_wrapper .single_notification {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

    /* line 8, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .notification_wrapper .single_notification .notification_info h4 {
        color: #2E4765;
        margin-bottom: 0;
    }

    /* line 12, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .notification_wrapper .single_notification .notification_info p {
        font-size: 13px;
        font-weight: 400;
        color: #7F8B9F;
    }

/* line 21, G:/admin_project/6 admin/marketing/scss/_notification.scss */
.color_bg {
    width: 27px;
    height: 28px;
    border-radius: 5px;
    background: #C9F7F5;
    flex: 27px 0 0;
}

    /* line 27, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .color_bg.color_lite_pink {
        background: #FFE2E5;
    }

    /* line 30, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .color_bg.color_lite_violate {
        background: #E2E4FF;
    }

    /* line 33, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .color_bg.color_lite_green {
        background: #E2FFF0;
    }

    /* line 36, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .color_bg.color_lite_yellow {
        background: #FDFFE2;
    }

/* line 40, G:/admin_project/6 admin/marketing/scss/_notification.scss */
.mr_15 {
    margin-right: 15px;
    margin-top: 7px;
}

/* line 46, G:/admin_project/6 admin/marketing/scss/_notification.scss */
.property_wrapper .single_property {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

@media (max-width: 575.98px) {
    /* line 46, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .property_wrapper .single_property {
        flex-wrap: wrap;
    }
}

/* line 54, G:/admin_project/6 admin/marketing/scss/_notification.scss */
.property_wrapper .single_property .property_thumb {
    margin-right: 40px;
    position: relative;
}

    /* line 57, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .property_wrapper .single_property .property_thumb .img_up {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        cursor: pointer;
    }

    /* line 66, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .property_wrapper .single_property .property_thumb img {
        width: 190px;
        height: 173px;
        border-radius: 5px;
    }

/* line 72, G:/admin_project/6 admin/marketing/scss/_notification.scss */
.property_wrapper .single_property .property_content {
    margin: 10px 0;
}

    /* line 75, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .property_wrapper .single_property .property_content a h4 {
        font-size: 29px;
        color: #2E4765;
        font-weight: 700;
        margin-bottom: 0;
    }

@media (max-width: 575.98px) {
    /* line 75, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .property_wrapper .single_property .property_content a h4 {
        font-size: 20px;
    }
}

/* line 83, G:/admin_project/6 admin/marketing/scss/_notification.scss */
.property_wrapper .single_property .property_content a h4.Up_name {
    color: #D1D1D1;
}

/* line 87, G:/admin_project/6 admin/marketing/scss/_notification.scss */
.property_wrapper .single_property .property_content a.property_location {
    font-size: 14px;
    color: #2F90F7;
    background: #E7F3FE;
    display: inline-block;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 10px;
    border-radius: 5px;
}

    /* line 98, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .property_wrapper .single_property .property_content a.property_location img {
        margin-right: 10px;
    }

/* line 103, G:/admin_project/6 admin/marketing/scss/_notification.scss */
.property_wrapper .single_property .property_content p {
    font-size: 14px;
    color: #7F8B9F;
    font-weight: 400;
}

    /* line 107, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .property_wrapper .single_property .property_content p span {
        margin-right: 30px;
    }

        /* line 109, G:/admin_project/6 admin/marketing/scss/_notification.scss */
        .property_wrapper .single_property .property_content p span:last-child {
            margin: 0;
        }

/* line 117, G:/admin_project/6 admin/marketing/scss/_notification.scss */
.weather_box {
    background: #0090FF;
}

    /* line 119, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .weather_box .weather_header {
        display: flex;
        position: relative;
        justify-content: space-between;
        align-items: center;
    }

        /* line 124, G:/admin_project/6 admin/marketing/scss/_notification.scss */
        .weather_box .weather_header .thumb {
            top: 0;
            right: 0;
        }

            /* line 127, G:/admin_project/6 admin/marketing/scss/_notification.scss */
            .weather_box .weather_header .thumb img {
                width: 160px;
            }

@media (max-width: 575.98px) {
    /* line 127, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .weather_box .weather_header .thumb img {
        width: 100%;
    }
}

/* line 134, G:/admin_project/6 admin/marketing/scss/_notification.scss */
.weather_box .weather_header .weather_info {
    display: inline-block;
}

    /* line 136, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .weather_box .weather_header .weather_info h4 {
        font-size: 22px;
        color: #fff;
        font-weight: 700;
        margin-right: 25px;
        display: inline-block;
        vertical-align: top;
    }

    /* line 144, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .weather_box .weather_header .weather_info p {
        font-size: 22px;
        display: inline-block;
        color: #FFFFFF;
        vertical-align: top;
        font-weight: 400;
    }

/* line 154, G:/admin_project/6 admin/marketing/scss/_notification.scss */
.weather_box .weather_content ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

@media (max-width: 575.98px) {
    /* line 154, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .weather_box .weather_content ul {
        margin-top: 10px;
    }
}

/* line 163, G:/admin_project/6 admin/marketing/scss/_notification.scss */
.weather_box .weather_content ul li span.selcias {
    font-size: 71px;
    font-weight: 700;
    color: #FFDC7B;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    /* line 163, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .weather_box .weather_content ul li span.selcias {
        font-size: 30px;
    }
}

/* line 172, G:/admin_project/6 admin/marketing/scss/_notification.scss */
.weather_box .weather_content ul li.weather_percent {
    font-size: 37px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    /* line 172, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .weather_box .weather_content ul li.weather_percent {
        font-size: 28px;
    }
}

/* line 181, G:/admin_project/6 admin/marketing/scss/_notification.scss */
.weather_box .weather_content ul li.weather_percent .thumb {
    margin-right: 22px;
}

/* line 187, G:/admin_project/6 admin/marketing/scss/_notification.scss */
.weather_box .weather_content p {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
}

@media (max-width: 991px) {
    /* line 187, G:/admin_project/6 admin/marketing/scss/_notification.scss */
    .weather_box .weather_content p {
        font-size: 18px;
    }
}

/* line 194, G:/admin_project/6 admin/marketing/scss/_notification.scss */
.weather_box .weather_content p .eql {
    display: inline-block;
}

/* line 198, G:/admin_project/6 admin/marketing/scss/_notification.scss */
.weather_box .weather_content p span span {
    font-size: 21px;
}

/* line 206, G:/admin_project/6 admin/marketing/scss/_notification.scss */
.option_icon {
    cursor: pointer;
}

/* line 5, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
.default-datepicker .datepicker-inline .datepicker .datepicker--nav .datepicker--nav-action {
    display: none;
}

/* line 8, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
.default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names {
    margin: 33px 0 20px;
    padding: 15px 0;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.05)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.05), transparent);
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.01);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.01);
}

/* line 16, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
.default-datepicker .datepicker-inline .datepicker {
    width: auto;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

    /* line 22, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
    .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names .datepicker--day-name {
        color: rgba(255, 255, 255, 0.6);
        font-size: 14px;
        font-family: "Comfortaa", cursive;
    }

    /* line 27, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
    .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day.-other-month- {
        color: rgba(255, 255, 255, 0.6);
    }

    /* line 30, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
    .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell {
        font-weight: 700;
    }

    /* line 33, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
    .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day {
        height: 51px;
        color: #fff;
    }

    /* line 37, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
    .default-datepicker .datepicker-inline .datepicker .datepicker--nav-title {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        font-family: "Comfortaa", cursive;
    }

    /* line 43, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
    .default-datepicker .datepicker-inline .datepicker .datepicker--nav-title {
        border-radius: 8px;
        padding: 0 8px;
    }

    /* line 47, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
    .default-datepicker .datepicker-inline .datepicker .datepicker--nav {
        border-bottom: none;
        padding: 0;
        text-transform: capitalize;
        margin-top: -12px;
    }

    /* line 53, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
    .default-datepicker .datepicker-inline .datepicker .datepicker--nav-title i {
        color: #fff;
        margin-left: 30px;
        font-weight: 100;
        font-size: 30px;
        font-family: "Comfortaa", cursive;
    }

    /* line 60, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
    .default-datepicker .datepicker-inline .datepicker .datepicker--day-name {
        color: #000;
        font-weight: bold;
    }

/* line 66, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
.default-datepicker .datepicker--days-names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px;
}

/* line 74, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
.default-datepicker .datepicker--cells {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 81, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
.default-datepicker .datepicker--cell-day {
    width: 14.28571%;
    height: 34px;
}

/* line 85, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
.default-datepicker .datepicker--cell {
    border-radius: 38%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1;
}

/* line 103, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
.default-datepicker .datepicker--nav-title, .default-datepicker .datepicker--nav-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* line 116, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
.default-datepicker .datepicker--cell.-current- {
    color: #000;
    border-radius: 38%;
    font-weight: bold;
    border: 2px solid #fff;
}

/* line 122, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
.default-datepicker .datepicker--cell.-focus- {
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid #fff;
}

/* line 128, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
}

/* line 132, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
.date_picker_wrapper {
    padding: 0;
    padding: 45px 50px;
    box-shadow: 0 12px 30px rgba(46, 71, 101, 0.1);
    border-radius: 15px;
    background: #FF4409;
}

/* line 140, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
.datepicker--cell.-selected- {
    color: #000 !important;
    border: none;
    background: #fff;
}

    /* line 145, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
    .datepicker--cell.-selected-.-current- {
        color: #000 !important;
        border: none;
        background: #fff;
    }

/* line 151, G:/admin_project/6 admin/marketing/scss/_datepicker.scss */
.default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell.-selected- {
    background: #fff;
    color: #7e37d8;
    border-radius: 38%;
    position: relative;
}

/* line 2, G:/admin_project/6 admin/marketing/scss/_error_page.scss */
.erroe_page_wrapper .errow_wrap {
    display: flex;
    padding: 40px 0;
    align-items: center;
    justify-content: center;
}

    /* line 7, G:/admin_project/6 admin/marketing/scss/_error_page.scss */
    .erroe_page_wrapper .errow_wrap img {
        width: 100px;
        margin: auto;
    }

    /* line 11, G:/admin_project/6 admin/marketing/scss/_error_page.scss */
    .erroe_page_wrapper .errow_wrap .error_heading {
        margin-top: 60px;
    }

        /* line 14, G:/admin_project/6 admin/marketing/scss/_error_page.scss */
        .erroe_page_wrapper .errow_wrap .error_heading h3.headline {
            font-size: 200px;
            font-weight: 800;
            line-height: 1;
        }

@media (max-width: 991px) {
    /* line 14, G:/admin_project/6 admin/marketing/scss/_error_page.scss */
    .erroe_page_wrapper .errow_wrap .error_heading h3.headline {
        font-size: 120px;
    }
}

/* line 24, G:/admin_project/6 admin/marketing/scss/_error_page.scss */
.erroe_page_wrapper .errow_wrap p {
    font-size: 18px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 400;
    margin-top: 30px;
    line-height: 35px;
    margin-bottom: 30px;
}

/* line 1, G:/admin_project/6 admin/marketing/scss/_accordian_box.scss */
.card_box {
    border-radius: 15px;
}

    /* line 3, G:/admin_project/6 admin/marketing/scss/_accordian_box.scss */
    .card_box .white_box_tittle {
        background-color: #fff;
        padding: 50px;
        border-bottom: 1px solid #f2f4ff;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        position: relative;
        overflow: hidden;
    }

    /* line 12, G:/admin_project/6 admin/marketing/scss/_accordian_box.scss */
    .card_box .box_body {
        padding: 50px;
    }

        /* line 14, G:/admin_project/6 admin/marketing/scss/_accordian_box.scss */
        .card_box .box_body .card {
            margin-bottom: 40px;
            border: 0px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            letter-spacing: 0.5px;
            border-radius: 40px;
            -webkit-box-shadow: 0px 0px 25px 0px rgba(126, 55, 216, 0.05);
            box-shadow: 0px 0px 25px 0px rgba(126, 55, 216, 0.05);
        }

            /* line 23, G:/admin_project/6 admin/marketing/scss/_accordian_box.scss */
            .card_box .box_body .card:last-child {
                margin-bottom: 0;
            }

            /* line 26, G:/admin_project/6 admin/marketing/scss/_accordian_box.scss */
            .card_box .box_body .card .card-header {
                background-color: #fff;
                padding: 50px;
                border-bottom: 1px solid #f2f4ff;
                border-top-left-radius: 40px;
                border-top-right-radius: 40px;
                position: relative;
                overflow: hidden;
                padding: 0.75rem 1.25rem;
            }

                /* line 35, G:/admin_project/6 admin/marketing/scss/_accordian_box.scss */
                .card_box .box_body .card .card-header h5 {
                    margin-bottom: 0;
                    text-transform: capitalize;
                    font-weight: 800;
                    line-height: 1;
                    margin-bottom: 2px;
                }

                    /* line 41, G:/admin_project/6 admin/marketing/scss/_accordian_box.scss */
                    .card_box .box_body .card .card-header h5 button {
                        font-weight: 600;
                        color: #1b3155;
                    }

            /* line 47, G:/admin_project/6 admin/marketing/scss/_accordian_box.scss */
            .card_box .box_body .card .card-body {
                padding: 50px;
                background-color: rgba(0, 0, 0, 0);
            }

/* line 55, G:/admin_project/6 admin/marketing/scss/_accordian_box.scss */
.default-according.arrow_style .collapseicon::before {
    right: 25px;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    content: "\e648";
    font-family: 'themify';
    font-size: 14px;
}

.default-according.arrow_style .collapseicon-neartitle span::before {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    content: "\e648";
    font-family: 'themify';
    font-size: 14px;
    padding-left: 10px;
}

/* line 64, G:/admin_project/6 admin/marketing/scss/_accordian_box.scss */
.default-according.arrow_style .collapseicon.collapsed::before {
    right: 25px;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    content: "\e64b";
    font-family: 'themify';
    font-size: 14px;
}
.default-according.arrow_style .collapseicon-neartitle.collapsed span::before {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    content: "\e64b";
    font-family: 'themify';
    font-size: 14px;
    padding-left: 10px;
}

/* line 75, G:/admin_project/6 admin/marketing/scss/_accordian_box.scss */
.typography small {
    padding-left: 10px;
    color: #2c323f;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/* line 3, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    /* line 23, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .pswp__button:focus,
    .pswp__button:hover {
        opacity: 1;
    }

    /* line 28, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .pswp__button:active {
        outline: 0;
        opacity: .9;
    }

    /* line 33, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .pswp__button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

/* line 38, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

/* line 42, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../img/default-skin/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
    /* line 55, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../img/default-skin/default-skin.svg);
    }
    /* line 60, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0;
    }
}

/* line 66, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__button--close {
    background-position: 0 -44px;
}

/* line 70, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__button--share {
    background-position: -44px -44px;
}

/* line 74, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__button--fs {
    display: none;
}

/* line 78, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp--supports-fs .pswp__button--fs {
    display: block;
}

/* line 82, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

/* line 86, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

/* line 91, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

/* line 95, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}

/* line 99, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

/* line 104, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}

/* line 114, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__button--arrow--left {
    left: 0;
}

/* line 118, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__button--arrow--right {
    right: 0;
}

    /* line 122, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .pswp__button--arrow--left:before,
    .pswp__button--arrow--right:before {
        content: '';
        top: 35px;
        background-color: rgba(0, 0, 0, 0.3);
        height: 30px;
        width: 32px;
        position: absolute;
    }

/* line 132, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}

/* line 137, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}

/* line 142, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* line 150, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

/* line 167, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__share-modal--hidden {
    display: none;
}

/* line 171, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

    /* line 192, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .pswp__share-tooltip a {
        display: block;
        padding: 8px 12px;
        color: #000;
        text-decoration: none;
        font-size: 14px;
        line-height: 18px;
    }

        /* line 201, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
        .pswp__share-tooltip a:hover {
            text-decoration: none;
            color: #000;
        }

        /* line 206, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
        .pswp__share-tooltip a:first-child {
            border-radius: 2px 2px 0 0;
        }

        /* line 210, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
        .pswp__share-tooltip a:last-child {
            border-radius: 0 0 2px 2px;
        }

/* line 214, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__share-modal--fade-in {
    opacity: 1;
}

    /* line 218, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .pswp__share-modal--fade-in .pswp__share-tooltip {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

/* line 223, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

/* line 227, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

/* line 242, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #FFF;
}

    /* line 247, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    a.pswp__share--facebook:hover:before {
        border-bottom-color: #3e5c9a;
    }

/* line 251, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
a.pswp__share--twitter:hover {
    background: #55acee;
    color: #FFF;
}

/* line 256, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #ce272d;
}

/* line 261, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
a.pswp__share--download:hover {
    background: #DDD;
}

/* line 265, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: .75;
    padding: 0 10px;
}

/* line 277, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}

    /* line 285, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .pswp__caption small {
        font-size: 11px;
        color: #BBB;
    }

/* line 290, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__caption__center {
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
}

/* line 300, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__caption--empty {
    display: none;
}

/* line 304, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__caption--fake {
    visibility: hidden;
}

/* line 308, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr;
}

/* line 322, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

/* line 328, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__preloader--active {
    opacity: 1;
}

    /* line 332, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .pswp__preloader--active .pswp__preloader__icn {
        background: url(preloader.gif) 0 0 no-repeat;
    }

/* line 336, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}

    /* line 340, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
        -webkit-animation: clockwise 500ms linear infinite;
        animation: clockwise 500ms linear infinite;
    }

    /* line 345, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
        -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
        animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    }

/* line 350, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp--css_animation .pswp__preloader__icn {
    background: 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}

/* line 361, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

/* line 368, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    /* line 385, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/* line 446, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}

/* line 453, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}

/* line 461, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 471, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

/* line 476, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5);
}

/* line 481, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3);
}

/* line 486, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}

/* line 490, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}

/* line 495, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: .001;
}

/* line 502, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}

/* line 508, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__element--disabled {
    display: none !important;
}

/* line 512, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp--minimal--dark .pswp__top-bar {
    background: 0;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/* line 518, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0;
}

    /* line 534, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .pswp * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* line 539, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .pswp img {
        max-width: none;
    }

/* line 543, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 550, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp--open {
    display: block;
}

/* line 554, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

/* line 559, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: grab;
}

/* line 564, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* line 569, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

/* line 581, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* line 590, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* line 601, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

/* line 611, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 622, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 628, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none;
}

/* line 634, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}

/* line 639, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

/* line 648, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}

/* line 656, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}

/* line 660, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__img--placeholder--blank {
    background: #222;
}

/* line 664, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}

/* line 671, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC;
}

    /* line 683, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .pswp__error-msg a {
        color: #CCC;
        text-decoration: underline;
    }

/* line 688, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.my-gallery {
    padding-right: 0;
}

    /* line 692, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .my-gallery img {
        width: 100%;
    }

    /* line 696, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .my-gallery figure {
        margin-bottom: 30px;
    }

    /* line 700, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .my-gallery figcaption {
        display: none;
    }

    /* line 704, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .my-gallery.gallery-with-description img {
        padding: 10px !important;
        border: 1px solid #ddd !important;
        border-bottom: none !important;
        border-radius: 15px 15px 0 0 !important;
    }

    /* line 711, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .my-gallery.gallery-with-description a > div {
        border-top: none !important;
        margin-bottom: 0;
        padding: 5px 10px 10px 10px;
    }

    /* line 717, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .my-gallery.gallery-with-description h4 {
        margin-top: 0px;
    }

    /* line 721, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .my-gallery.gallery figure.img-hover a > div {
        overflow: hidden;
        border-radius: 15px;
    }

    /* line 726, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
    .my-gallery.gallery figure.img-hover.hover-12 a > div {
        background: #7e37d8;
    }

        /* line 730, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
        .my-gallery.gallery figure.img-hover.hover-12 a > div:hover img {
            opacity: .7;
        }

/* line 734, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
#aniimated-thumbnials figure:nth-child(12),
#aniimated-thumbnials figure:nth-child(11),
#aniimated-thumbnials figure:nth-child(10),
#aniimated-thumbnials figure:nth-child(9) {
    margin-bottom: 30px;
}

/* line 741, G:/admin_project/6 admin/marketing/scss/_photoswip.scss */
.photo_gallery img {
    border-radius: 10px;
}

/*# sourceMappingURL=photoswipe.css.map */
/* line 2, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
.Menu_NOtification_Wrap {
    background: #FFFFFF;
    box-shadow: 0px 10px 15px rgba(6, 0, 8, 0.22);
    border-radius: 10px;
    position: absolute;
    right: 0;
    width: 350px;
    transform: translateY(30px) translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

@media (max-width: 575.98px) {
    /* line 2, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
    .Menu_NOtification_Wrap {
        width: 300px;
        transform: translateY(30px) translateX(55px);
    }
}

/* line 17, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
.Menu_NOtification_Wrap.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(20px) translateX(20px);
}

@media (max-width: 575.98px) {
    /* line 17, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
    .Menu_NOtification_Wrap.active {
        transform: translateY(16px) translateX(55px);
    }
}

/* line 25, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
.Menu_NOtification_Wrap .notification_Header {
    padding: 15px 20px;
    border-radius: 10px 10px 0px 0px;
    background: #14256A;
}

    /* line 29, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
    .Menu_NOtification_Wrap .notification_Header h4 {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0;
    }

/* line 36, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
.Menu_NOtification_Wrap .Notification_body {
    padding: 20px 20px;
    height: 300px;
    overflow: auto;
}

    /* line 40, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
    .Menu_NOtification_Wrap .Notification_body .single_notify {
        margin-bottom: 10px;
    }

        /* line 42, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
        .Menu_NOtification_Wrap .Notification_body .single_notify:last-child {
            margin-bottom: 0;
        }

        /* line 45, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
        .Menu_NOtification_Wrap .Notification_body .single_notify .notify_thumb {
            margin-right: 15px;
        }

            /* line 47, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
            .Menu_NOtification_Wrap .Notification_body .single_notify .notify_thumb img {
                width: 40px;
                height: 40px;
                border-radius: 5px;
            }

        /* line 55, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
        .Menu_NOtification_Wrap .Notification_body .single_notify .notify_content a h5 {
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 500;
        }

        /* line 61, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
        .Menu_NOtification_Wrap .Notification_body .single_notify .notify_content p {
            font-size: 13px;
            font-weight: 400;
            margin-bottom: 0;
        }

/* line 70, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
.Menu_NOtification_Wrap .nofity_footer {
    padding: 13px 20px;
    background: #F5F7F9;
    border-radius: 0 0 10px 10px;
}

    /* line 75, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
    .Menu_NOtification_Wrap .nofity_footer .submit_button a {
        font-size: 12px;
    }

/* line 84, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX {
    width: 360px;
    background: #FFFFFF;
    border-radius: 5px;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transform: translateX(50%);
    transition: .5s;
}

    /* line 97, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
    .CHAT_MESSAGE_POPUPBOX.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0%);
    }

@media (max-width: 575.98px) {
    /* line 84, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
    .CHAT_MESSAGE_POPUPBOX {
        width: 300px;
        right: 15px;
        bottom: 15px;
    }
}

/* line 107, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER {
    background: #14256A;
    border-radius: 5px 5px 0px 0px;
    padding: 27px 20px;
    position: relative;
}

    /* line 112, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
    .CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER .MSEESAGE_CHATBOX_CLOSE {
        position: absolute;
        right: 20px;
        top: 25px;
        cursor: pointer;
    }

    /* line 118, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
    .CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER h3 {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 12px;
    }

    /* line 124, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
    .CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul {
        display: flex;
        align-items: center;
    }

        /* line 127, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
        .CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li {
            margin-right: 5.5px;
        }

            /* line 131, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
            .CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li a .member_thumb img {
                width: 27px;
                height: 27px;
                transition: .3s;
                border-radius: 50%;
            }

            /* line 137, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
            .CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li a .member_thumb .more_member_count {
                background: rgba(255, 255, 255, 0.2);
                width: 27px;
                height: 27px;
                border-radius: 50%;
                text-align: center;
                line-height: 27px;
            }

                /* line 144, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
                .CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li a .member_thumb .more_member_count span {
                    font-size: 12px;
                    font-weight: 400;
                    color: #fff;
                }

            /* line 152, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
            .CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li a:hover img {
                transform: translateY(-5px);
            }

/* line 160, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .chat_input_box {
    background: #F5F7FB;
    border-radius: 0px 0px 5px 5px;
    padding-right: 10px;
}

    /* line 164, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
    .CHAT_MESSAGE_POPUPBOX .chat_input_box input {
        background: #F5F7FB;
        height: 50px;
        border: 0;
        padding-left: 20px;
        font-size: 13px;
    }

        /* line 170, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
        .CHAT_MESSAGE_POPUPBOX .chat_input_box input::placeholder {
            color: #707DB7;
            font-size: 13px;
            font-weight: 400;
        }

    /* line 176, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
    .CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append {
        border-radius: 0 0 10px 10px;
    }

        /* line 177, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
        .CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn {
            background: #F5F7FB;
            font-size: 20px;
            color: #A0A7C9;
            padding: 0;
            line-height: 40px;
            position: relative;
            height: 50px;
        }

            /* line 185, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
            .CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn input {
                position: absolute;
                height: 100%;
                width: 100%;
                right: 0;
                top: 0;
                left: 0;
                bottom: 0;
                opacity: 0;
                cursor: pointer;
            }

                /* line 195, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
                .CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn input::placeholder {
                    color: #707DB7;
                    font-size: 13px;
                    font-weight: 400;
                }

            /* line 201, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
            .CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn i {
                font-size: 20px;
            }

            /* line 204, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
            .CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn:last-child {
                padding-right: 11px;
                padding-left: 11px;
                border-radius: 0px 10px 10px 0px;
            }

/* line 213, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY {
    padding: 20px;
    height: 354px;
    overflow: auto;
}

    /* line 217, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
    .CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .mesaged_send_date {
        font-size: 13px;
        font-weight: 400;
        color: #415094;
        text-align: center;
        margin-bottom: 12px;
        line-height: 1;
    }

    /* line 225, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
    .CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER {
        display: flex;
        align-items: flex-end;
        margin-bottom: 20px;
        padding-right: 70px;
    }

        /* line 230, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
        .CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER.CHATING_RECEIVEr {
            justify-content: flex-end;
            padding-right: 0px;
            padding-left: 60px;
        }

            /* line 234, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
            .CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER.CHATING_RECEIVEr .SMS_thumb {
                margin-right: 0;
                margin-left: 9.55px;
            }

            /* line 238, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
            .CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER.CHATING_RECEIVEr .SEND_SMS_VIEW {
                background: #FF606D;
            }

        /* line 242, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
        .CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER .SMS_thumb {
            margin-right: 9.55px;
        }

            /* line 244, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
            .CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER .SMS_thumb img {
                width: 30px;
                height: 30px;
                border-radius: 50%;
            }

        /* line 250, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
        .CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER .SEND_SMS_VIEW {
            background: #4567EE;
            border-radius: 5px;
            padding: 10px 15px;
        }

            /* line 254, G:/admin_project/6 admin/marketing/scss/_notification_menu.scss */
            .CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER .SEND_SMS_VIEW p {
                font-size: 13px;
                color: #FFFFFF;
                font-weight: 400;
                line-height: 23px;
            }

/* Spinner */
/* line 3, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.theme_loder_1 div::after {
    background: #2D1967 !important;
}

/* line 6, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.blue_loder div::after {
    background: #2F90F7 !important;
}

/* line 9, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.perpel_loder div::after {
    background: #833CDF !important;
}

/* line 12, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.pink_loder div::after {
    background: #FE80B2 !important;
}

/* line 15, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.yellow_loder div::after {
    background: #FFCB24 !important;
}

/* line 19, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.green_loder div::after {
    background: #2FF0F7 !important;
}

/* line 23, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.Ring_1 div {
    border-color: #2D1967 transparent transparent transparent !important;
}

/* line 26, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.Ring_2 div {
    border-color: #2F90F7 transparent transparent transparent !important;
}

/* line 29, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.Ring_3 div {
    border-color: #833CDF transparent transparent transparent !important;
}

/* line 32, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.Ring_4 div {
    border-color: #FE80B2 transparent transparent transparent !important;
}

/* line 35, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.Ring_5 div {
    border-color: #FFCB24 transparent transparent transparent !important;
}

/* line 39, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.Ring_6 div {
    border-color: #2FF0F7 transparent transparent transparent !important;
}

/* line 44, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.colord_bg_1 div {
    background-color: #2D1967 !important;
}

/* line 47, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.colord_bg_2 div {
    background-color: #2F90F7 !important;
}

/* line 50, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.colord_bg_3 div {
    background-color: #833CDF !important;
}

/* line 53, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.colord_bg_4 div {
    background-color: #FE80B2 !important;
}

/* line 56, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.colord_bg_5 div {
    background-color: #FFCB24 !important;
}

/* line 59, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.colord_bg_6 div {
    background-color: #2FF0F7 !important;
}

/* line 68, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.loader--spinner {
    display: inline-block;
    position: relative;
    color: official;
    height: 60px;
    width: 60px;
}

    /* line 76, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
    .loader--spinner div {
        animation: loader--spinner 1.2s linear infinite;
        transform-origin: 30px 30px;
    }

        /* line 81, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--spinner div:after {
            display: block;
            position: absolute;
            top: 3px;
            left: 27px;
            border-radius: 20%;
            content: " ";
            height: 10px;
            width: 5px;
        }

        /* line 92, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--spinner div:nth-child(1) {
            animation-delay: -1.1s;
            transform: rotate(0deg);
        }

        /* line 97, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--spinner div:nth-child(2) {
            animation-delay: -1s;
            transform: rotate(30deg);
        }

        /* line 102, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--spinner div:nth-child(3) {
            animation-delay: -0.9s;
            transform: rotate(60deg);
        }

        /* line 107, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--spinner div:nth-child(4) {
            animation-delay: -0.8s;
            transform: rotate(90deg);
        }

        /* line 112, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--spinner div:nth-child(5) {
            animation-delay: -0.7s;
            transform: rotate(120deg);
        }

        /* line 117, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--spinner div:nth-child(6) {
            animation-delay: -0.6s;
            transform: rotate(150deg);
        }

        /* line 122, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--spinner div:nth-child(7) {
            animation-delay: -0.5s;
            transform: rotate(180deg);
        }

        /* line 127, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--spinner div:nth-child(8) {
            animation-delay: -0.4s;
            transform: rotate(210deg);
        }

        /* line 132, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--spinner div:nth-child(9) {
            animation-delay: -0.3s;
            transform: rotate(240deg);
        }

        /* line 137, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--spinner div:nth-child(10) {
            animation-delay: -0.2s;
            transform: rotate(270deg);
        }

        /* line 142, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--spinner div:nth-child(11) {
            animation-delay: -0.1s;
            transform: rotate(300deg);
        }

        /* line 147, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--spinner div:nth-child(12) {
            animation-delay: 0s;
            transform: rotate(330deg);
        }

@keyframes loader--spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Ring */
/* line 164, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.loader--ring {
    display: inline-block;
    position: relative;
    height: 64px;
    width: 64px;
}

    /* line 171, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
    .loader--ring div {
        display: block;
        position: absolute;
        animation: loader--ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border: 6px solid #fff;
        border-radius: 50%;
        box-sizing: border-box;
        margin: 6px;
        height: 51px;
        width: 51px;
    }

        /* line 183, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        /* line 187, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        /* line 191, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes loader--ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Roller */
/* line 208, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.loader--roller {
    display: inline-block;
    position: relative;
    height: 64px;
    width: 64px;
}

    /* line 215, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
    .loader--roller div {
        animation: loader--roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 32px 32px;
    }

        /* line 220, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--roller div:after {
            display: block;
            position: absolute;
            border-radius: 50%;
            content: " ";
            margin: -3px 0 0 -3px;
            height: 6px;
            width: 6px;
        }

        /* line 230, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            /* line 234, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
            .loader--roller div:nth-child(1):after {
                top: 50px;
                left: 50px;
            }

        /* line 239, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            /* line 243, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
            .loader--roller div:nth-child(2):after {
                top: 54px;
                left: 45px;
            }

        /* line 248, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            /* line 252, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
            .loader--roller div:nth-child(3):after {
                top: 57px;
                left: 39px;
            }

        /* line 257, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            /* line 261, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
            .loader--roller div:nth-child(4):after {
                top: 58px;
                left: 32px;
            }

        /* line 266, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            /* line 270, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
            .loader--roller div:nth-child(5):after {
                top: 57px;
                left: 25px;
            }

        /* line 275, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            /* line 279, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
            .loader--roller div:nth-child(6):after {
                top: 54px;
                left: 19px;
            }

        /* line 284, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            /* line 288, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
            .loader--roller div:nth-child(7):after {
                top: 50px;
                left: 14px;
            }

        /* line 293, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            /* line 297, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
            .loader--roller div:nth-child(8):after {
                top: 45px;
                left: 10px;
            }

@keyframes loader--roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Spinner default */
/* line 315, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.loader--default {
    display: inline-block;
    position: relative;
    height: 64px;
    width: 64px;
}

    /* line 322, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
    .loader--default div {
        position: absolute;
        animation: loader--default 1.2s linear infinite;
        border-radius: 50%;
        height: 5px;
        width: 5px;
    }

        /* line 330, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--default div:nth-child(1) {
            animation-delay: 0s;
            top: 29px;
            left: 53px;
        }

        /* line 336, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--default div:nth-child(2) {
            animation-delay: -0.1s;
            top: 18px;
            left: 50px;
        }

        /* line 342, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--default div:nth-child(3) {
            animation-delay: -0.2s;
            top: 9px;
            left: 41px;
        }

        /* line 348, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--default div:nth-child(4) {
            animation-delay: -0.3s;
            top: 6px;
            left: 29px;
        }

        /* line 354, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--default div:nth-child(5) {
            animation-delay: -0.4s;
            top: 9px;
            left: 18px;
        }

        /* line 360, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--default div:nth-child(6) {
            animation-delay: -0.5s;
            top: 18px;
            left: 9px;
        }

        /* line 366, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--default div:nth-child(7) {
            animation-delay: -0.6s;
            top: 29px;
            left: 6px;
        }

        /* line 372, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--default div:nth-child(8) {
            animation-delay: -0.7s;
            top: 41px;
            left: 9px;
        }

        /* line 378, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--default div:nth-child(9) {
            animation-delay: -0.8s;
            top: 50px;
            left: 18px;
        }

        /* line 384, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--default div:nth-child(10) {
            animation-delay: -0.9s;
            top: 53px;
            left: 29px;
        }

        /* line 390, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--default div:nth-child(11) {
            animation-delay: -1s;
            top: 50px;
            left: 41px;
        }

        /* line 396, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--default div:nth-child(12) {
            animation-delay: -1.1s;
            top: 41px;
            left: 50px;
        }

@keyframes loader--default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

/* Spinner elipses */
/* line 418, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.loader--ellipsis {
    display: inline-block;
    position: relative;
    height: 64px;
    width: 64px;
}

    /* line 425, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
    .loader--ellipsis div {
        position: absolute;
        top: 27px;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
        border-radius: 50%;
        height: 11px;
        width: 11px;
    }

        /* line 434, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--ellipsis div:nth-child(1) {
            left: 6px;
            animation: loader--ellipsis1 0.6s infinite;
        }

        /* line 439, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--ellipsis div:nth-child(2) {
            left: 6px;
            animation: loader--ellipsis2 0.6s infinite;
        }

        /* line 444, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--ellipsis div:nth-child(3) {
            left: 26px;
            animation: loader--ellipsis2 0.6s infinite;
        }

        /* line 449, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--ellipsis div:nth-child(4) {
            left: 45px;
            animation: loader--ellipsis3 0.6s infinite;
        }

@keyframes loader--ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes loader--ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes loader--ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

/* Spinner grid */
/* line 487, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.loader--grid {
    display: inline-block;
    position: relative;
    height: 64px;
    width: 64px;
}

    /* line 494, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
    .loader--grid div {
        position: absolute;
        animation: loader--grid 1.2s linear infinite;
        border-radius: 50%;
        height: 13px;
        width: 13px;
    }

        /* line 502, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--grid div:nth-child(1) {
            top: 6px;
            left: 6px;
            animation-delay: 0s;
        }

        /* line 508, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--grid div:nth-child(2) {
            top: 6px;
            left: 26px;
            animation-delay: -0.4s;
        }

        /* line 514, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--grid div:nth-child(3) {
            top: 6px;
            left: 45px;
            animation-delay: -0.8s;
        }

        /* line 520, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--grid div:nth-child(4) {
            top: 26px;
            left: 6px;
            animation-delay: -0.4s;
        }

        /* line 526, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--grid div:nth-child(5) {
            top: 26px;
            left: 26px;
            animation-delay: -0.8s;
        }

        /* line 532, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--grid div:nth-child(6) {
            top: 26px;
            left: 45px;
            animation-delay: -1.2s;
        }

        /* line 538, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--grid div:nth-child(7) {
            top: 45px;
            left: 6px;
            animation-delay: -0.8s;
        }

        /* line 544, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--grid div:nth-child(8) {
            top: 45px;
            left: 26px;
            animation-delay: -1.2s;
        }

        /* line 550, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--grid div:nth-child(9) {
            top: 45px;
            left: 45px;
            animation-delay: -1.6s;
        }

@keyframes loader--grid {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* Spinner ripple */
/* line 570, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.loader--ripple {
    display: inline-block;
    position: relative;
    height: 64px;
    width: 64px;
}

    /* line 577, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
    .loader--ripple div {
        position: absolute;
        animation: loader--ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
        border: 4px solid;
        border-radius: 50%;
        opacity: 1;
    }

        /* line 585, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes loader--ripple {
    0% {
        top: 28px;
        left: 28px;
        opacity: 1;
        height: 0;
        width: 0;
    }

    100% {
        top: -1px;
        left: -1px;
        opacity: 0;
        height: 58px;
        width: 58px;
    }
}

/* Spinner dual ring */
/* line 610, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.loader--dual-ring {
    display: inline-block;
    height: 64px;
    width: 64px;
}

    /* line 616, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
    .loader--dual-ring:after {
        display: block;
        animation: loader--dual-ring 1.2s linear infinite;
        border: 5px solid #fff;
        border-radius: 50%;
        content: " ";
        margin: 1px;
        height: 46px;
        width: 46px;
    }

@keyframes loader--dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Spinner facebook */
/* line 640, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.loader--facebook {
    display: inline-block;
    position: relative;
    height: 64px;
    width: 64px;
}

    /* line 647, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
    .loader--facebook div {
        display: inline-block;
        position: absolute;
        left: 6px;
        animation: loader--facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
        width: 13px;
    }

        /* line 655, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--facebook div:nth-child(1) {
            left: 6px;
            animation-delay: -0.24s;
        }

        /* line 660, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--facebook div:nth-child(2) {
            left: 26px;
            animation-delay: -0.12s;
        }

        /* line 665, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
        .loader--facebook div:nth-child(3) {
            left: 45px;
            animation-delay: 0;
        }

@keyframes loader--facebook {
    0% {
        top: 6px;
        height: 51px;
    }

    50%, 100% {
        top: 19px;
        height: 26px;
    }
}

/**
 * Spinners colours
 * ---------------------------------------------------------
 */
/* Blue loaders in white background */
/* line 692, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.section--white {
    color: #00539f;
    background: #fff;
}

    /* line 697, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
    .section--white .loader--spinner div:after,
    .section--white .loader--roller div:after,
    .section--white .loader--default div,
    .section--white .loader--ellipsis div,
    .section--white .loader--grid div,
    .section--white .loader--facebook div {
        background: #00539f;
    }

    /* line 706, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
    .section--white .loader--ripple div {
        border-color: #00539f;
    }

    /* line 710, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
    .section--white .loader--ring div {
        border-color: #00539f transparent transparent transparent;
    }

    /* line 714, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
    .section--white .loader--dual-ring:after {
        border-color: #00539f transparent #00539f transparent;
    }

/* White loaders in blue background */
/* line 721, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
.section--blue {
    color: #fff;
    background: #00539f;
}

    /* line 726, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
    .section--blue .loader--spinner div:after,
    .section--blue .loader--roller div:after,
    .section--blue .loader--default div,
    .section--blue .loader--ellipsis div,
    .section--blue .loader--grid div,
    .section--blue .loader--facebook div {
        background: #fff;
    }

    /* line 735, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
    .section--blue .loader--ripple div {
        border-color: #fff;
    }

    /* line 739, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
    .section--blue .loader--ring div {
        border-color: #fff transparent transparent transparent;
    }

    /* line 743, G:/admin_project/6 admin/marketing/scss/_loadsers.scss */
    .section--blue .loader--dual-ring:after {
        border-color: #fff transparent #fff transparent;
    }

/* line 1, G:/admin_project/6 admin/marketing/scss/_typographi.scss */
.btn-outline-light {
    color: #ddd !important;
    border-color: #ddd !important;
}

/* line 7, G:/admin_project/6 admin/marketing/scss/_typographi.scss */
.icon-lists div {
    cursor: pointer;
    line-height: 60px;
    white-space: nowrap;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    /* line 18, G:/admin_project/6 admin/marketing/scss/_typographi.scss */
    .icon-lists div i {
        margin: 0 15px 0 10px;
        font-size: 24px;
    }

/*# sourceMappingURL=style.css.map */

.modal-backdrop {
    z-index: -1;
}

table.dataTable thead th, table.dataTable thead td {
    border: 1px solid lightgray;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid lightgray;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid lightgray;
}


.bootstrap-select .dropdown-item.active {
    background-color: #ececec
}

.dropdown-menu > a:hover {
    background-color: #ececec
}

.dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #ececec
}

.bootstrap-select .dropdown-menu .inner {
    overflow-y: overlay !important
}

.custom-control-label:before {
    background-color: red;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: black;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='red' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-control-input:active ~ .custom-control-label::before {
    background-color: green;
}

/** focus shadow pinkish **/
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 247, 0.25);
}


.checkboxgroup {
    display: inline-block;
    text-align: center;
}

    .checkboxgroup label {
        display: block;
    }




.queueradiogroup {
    display: inline-block;
    text-align: center;
    padding: 10px;
}

    .queueradiogroup label {
        display: block;
    }

.popuppanel {
    border-radius: 10px !important;
    box-shadow: 0px 10px 15px rgb(6 0 8 / 22%);
}

.dataTables_length label {
    font-weight: bold;
}

.dataTables_length select {
    padding: 3px;
    border-radius: 8px;
}

.dataTables_filter label {
    font-weight: bold;
}

.dataTables_filter input {
    padding: 3px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 9px 12px 9px 12px !important;
}

.dataTable th {
    font-weight: bold !important;
}

.dropdown .dropdown-item-rounded .dropdown-item {
    border-radius: 8px;
}

.datepicker {
    position: inherit;
    opacity: 100;
}

/* AdminLTE Ln:63 */
.content-wrapper,
.right-side,
.main-footer {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    margin-left: 280px;
    z-index: 820;
}
/* AdminLTE Ln:85 */
@media (max-width: 767px) {
    .sidebar-open .content-wrapper,
    .sidebar-open .right-side,
    .sidebar-open .main-footer {
        -webkit-transform: translate(280px, 0);
        -ms-transform: translate(280px, 0);
        -o-transform: translate(280px, 0);
        transform: translate(280px, 0);
    }
}
/* AdminLTE Ln:197 */
.main-header .navbar {
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    margin-left: 280px;
    border: none;
    min-height: 50px;
    border-radius: 0;
}
/* AdminLTE Ln:286 */
.main-header .logo {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 280px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
}

/* Component: Sidebar 
/* AdminLTE Ln:412 */
.main-sidebar,
.left-side {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 50px;
    min-height: 100%;
    width: 280px;
    z-index: 810;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .main-sidebar,
    .left-side {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .main-sidebar,
    .left-side {
        -webkit-transform: translate(-280px, 0);
        -ms-transform: translate(-280px, 0);
        -o-transform: translate(-280px, 0);
        transform: translate(-280px, 0);
    }
}

@media (max-width: 767px) {
    .content-wrapper {
        margin-left: 0px;
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .main-sidebar,
    .sidebar-collapse .left-side {
        -webkit-transform: translate(-280px, 0);
        -ms-transform: translate(-280px, 0);
        -o-transform: translate(-280px, 0);
        transform: translate(-280px, 0);
    }
}
/* AdminLTE Ln:593 */
@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        z-index: 840;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        z-index: 850;
    }
}
/* AdminLTE Ln:709 */
.control-sidebar-bg,
.control-sidebar {
    top: 0;
    right: -280px;
    width: 280px;
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}


.content {
    min-height: 600px;
}

/*
table.dataTable thead .sorting {
    background-image: url("../img/custom_sort_icons/sort_both_2.png") !important;
}

table.dataTable thead .sorting_asc {
    background-image: url("../img/custom_sort_icons/sort_asc_2.png") !important;
}

table.dataTable thead .sorting_desc {
    background-image: url("../img/custom_sort_icons/sort_desc_2.png") !important;
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../img/custom_sort_icons/sort_asc_disabled_2.png") !important;
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../img/custom_sort_icons/sort_desc_disabled_2.png") !important;
}*/