.ajax_loader {
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    width: 120px;
    height: 120px;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    opacity: 1;
    background-color: #fff;
    z-index: 1000000;
    margin-left: -25px;
}

.m-secondary ._hidden {
    display: none;
}

.widget-loader {
    text-align: center;
}

.widget-loader img {
    max-width: 80px;
    display: inline-block;
    margin: 40px 0;
}

.ajax_loader img {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
    display: inline;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.6em 0;
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 2.4em;
}

h6 {
    font-size: 1.4em;
}

.text-md {
    font-size: 15px;
}

.text-lg {
    font-size: 17px;
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 300;
}

.text-lg-bold {
    font-size: 18px;
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 500;
}

.text-xl {
    color: #FAAA5B;
    font-size: 24px;
    font-weight: bold;
}

.text-gray {
    color: #798c9c;
}

.text-green {
    color: #75C99D;
}

.text-orange {
    color: #FAAA5B;
}

.text-red {
    color: #e20000;
}

/*.text-gray2 {*/
/*color: #7A8D9A;*/
/*}*/

.page-header {
    text-align: center;
    margin: 60px 0;
}

.page-header h1 {
    margin-bottom: 10px;
}

.page-header p {
    margin-top: 10px;
}

.page-header2 {
    text-align: center;
    margin: 60px 0 40px;
}

.wblock-wrap {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.wblock {
    padding: 20px 20px 25px;
    border-bottom: 1px #f2f2f2 solid;
}

.wblock-green {
    padding: 15px 20px;
    color: #fff;
    background: #75C99D;
}

.wblock-footer {
    padding: 15px 20px 15px;
}

.wblock-footer .btn {
    margin: 5px 20px 5px 0;
    min-width: 90px;
}

.wblock-form {
    padding: 20px 20px 15px;
}

.wblock:last-child {
    border-bottom: none;
}

.wblock-wrap {
    margin: 20px 0;
}

.wblock-features .wblock {
    padding: 15px 40px;
}

.wblock-features .orange-value {
    color: #FAAA5B;
}

.wblock-plans .row > div:last-child {
    text-align: right;
}

.working-time {
    text-align: center;
    margin: 40px 0 0;
}

/*.wblock-pricing .row > div:nth-of-type(2) {*/
/*    text-align: right;*/
/*}*/

.wblock-pricing .row > div:nth-of-type(3) {
    text-align: right;
}

.suggest-plan {
    /*background: #FAF7ED;*/
}

.wblock-no-bottom {
    padding-bottom: 0;
    border-bottom: none;
}

@media (max-width: 767px) {
    .wblock,
    .wblock-features .wblock {
        /*.wblock-pricing .wblock {*/
        padding: 15px 20px;
    }

    .wblock-form {
        padding: 30px 20px 20px;
    }

    .free-plan-button {
        text-align: right !important;
    }

    .wblock-shop-data .wblock:first-child {
        display: none;
    }

    .wblock-plans .align-self-center {
        align-self: normal !important;
    }

    /*.wblock-plans .align-self-center:nth-child(1),*/
    /*.wblock-plans .align-self-center:nth-child(2) {*/
    /*    padding-bottom: 20px;*/
    /*}*/

    .wblock-plans .row > div:last-child {
        text-align: left;
    }

    .wblock-plans .bg-yellow {
        display: none;
    }

    .wblock-plans .text-md {
        font-size: 13px;
    }
    .wblock-no-bottom {
        padding-bottom: 0;
        border-bottom: none;
    }
}

@media (max-width: 320px) {
    .wblock,
    .wblock-features .wblock {
        padding: 15px 10px;
    }

    .wblock-form {
        padding: 25px 10px 15px;
    }
    .wblock-no-bottom {
        padding-bottom: 0;
        border-bottom: none;
    }
}

.btn-sm {
    font-size: 0.8rem;
    padding: .25rem .8rem;
}

.btn-primary {
    color: #fff;
    background: #FAAA5B;
    border-color: #FAAA5B;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #454e57;
    border-color: #454e57;
    cursor: pointer;
}

.btn-light {
    color: #FAAA5B;
    background: transparent;
    border-color: #FAAA5B;
}

.btn-light:hover, .btn-light:active, .btn-light:focus,
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #454e57;
    background-color: transparent;
    border-color: #454e57;
    cursor: pointer;
}


.btn-info {
    border-color: #75C99D;
    color: #75C99D;
    background: none;
}

.btn-info:hover, .btn-info:active, .btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #454e57;
    border-color: #454e57;
    cursor: pointer;
    background: none;
}

.btn-black {
    border-color: #000000;
    background: #000000;
    color: #fff;
}

.btn-black:hover {
    border-color: #454e57;
    background: #454e57;
    color: #fff;
}

.btn-white {
    /*border-color: #333;*/
    background: #fff;
    color: #333;
}

.btn-white:hover {
    /*border-color: #454e57;*/
    background: #454e57;
    color: #fff;
}

.badge {
    font-size: 90%;
    /*margin-bottom: 2px;*/
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #454e57;
    background-color: #fff;
    border-color: #454e57;
    cursor: pointer;
}


.mob-only {
    display: none;
}

@media (max-width: 767px) {
    .mob-only {
        display: inline-block;
        font-weight: bold;
    }
}

.form-control {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif !important;
    display: block;
    padding: 8px 10px 9px;
    width: 100%;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 26px;
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
    padding-right: 40px;
    height: 40px;
}

.form-group label {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    margin-right: 6px;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 3px;
    color: #000;
}

.form-check label {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    padding-left: 10px;
    position: relative;
    margin-bottom: 2px;
}

.modal-body {
    padding: 0;
}

.modal-content {
    border: 0;
}

.modal-title {
    font-size: 24px;
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 500;
    line-height: 1em;
    margin: 5px 0 0 0;
}

.close {
    margin-right: 5px;
    font-size: 2.5rem;
    font-weight: 500;
}

.invalid-feedback {
    font-family: 'Poppins', 'Nunito Sans', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #FF8465;
}

.form-control.is-invalid {
    border-color: #FF8465;
    background: transparent !important;
}

.popup-checkbox-fix .form-check label {
    padding-left: 15px;
}

.popup-checkbox-fix .icheckbox, .popup-checkbox-fix .iradio {
    top: 1px;
}

.form-inline-custom .form-group {
    display: inline-block;
    margin-right: 20px;
}

.line-h-md {
    line-height: 1.5;
}

.with-icon i {
    color: #FAAA5B;
    font-size: 18px;
    margin-right: 5px;
    font-weight: bold;
}

.counter_str {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    float: right;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #798c99;
}

.form-group label.disabled {
    color: #798c99;
}

.add-filter-button {
    margin: 5px;
}

.bg-yellow {
    background: #FAF7ED;
}

.bg-red {
    background: #e20000;
    border-radius: 5px;
}

.recipient-stats > div {
    display: inline-block;
    margin: 5px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .recipient-stats > div {
        display: block;
        margin: 5px;
    }
}

.cam-filter-wrap {
    text-align: right;
}

.cam-filter-wrap .form-group:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .cam-filter-wrap {
        text-align: left;
        margin-top: 20px;
    }
}

.with-icon {
    font-weight: bold;
}

.b-radius-bottom {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.b-radius-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.form-group .badge {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif !important;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 300;
    margin-right: 4px;
    margin-left: 4px;
    display: inline-block;
    transition: all 0.2s ease-out;
}

.form-group .badge:hover {
    color: #000 !important;
    background-color: #fff;
    border-color: #000 !important;
}

.wblock-plans .btn {
    min-width: 100px;
}

.nav-pills-fp a {
    color: #333;
    border-bottom: 1px #ccc solid;
    font-size: 16px;
}

.nav-pills-fp .nav-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 5px 30px;
}

.nav-pills-fp .nav-link:hover {
    border-bottom: 2px #FAAA5B solid;
}

.nav-pills-fp .nav-link.active, .nav-pills-fp .show > .nav-link {
    background: none;
    color: #333;
    border-bottom: 2px #FAAA5B solid;
}

.draft-header th:first-child {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

.draft-header th:last-child {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

.report-table th:first-child {
    text-align: left;
    padding-left: 30px;
}

.report-table-drafts td {
    width: auto;
}

.report-table-drafts td:nth-child(1) {
    width: 65px;
}

.report-table-drafts td:nth-child(2) {
    width: auto;
}

.report-table-drafts td:nth-child(3) {
    width: 220px;
}

@media (max-width: 900px) {
    .report-table-drafts td:nth-child(1), .report-table-drafts td:nth-child(2), .report-table-drafts td:nth-child(3) {
        display: inline-block;
        width: auto;
        padding: 10px;
    }
}

/* campaign table */
.campaign-table {
    text-align: center;
}

.campaign-table-body {

}

.campaign-table-header > .row > div:first-child,
.campaign-table-body > .row > div:first-child {
    text-align: left;
}

.campaign-table-body > .row {
    border-bottom: 1px solid #ebeef0;
    padding: 20px;
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    color: #000;
}

.campaign-table-header {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    text-align: center;
    background: #F9F9F9;
    font-weight: 300;
    padding: 15px 10px 16px;
    padding-left: 20px;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    line-height: 19px;
    border-bottom: 1px solid #E9ECEC;
}

.top-radius {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.campaign-img-email-sent {
    width: 40px;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

.campaign-img-email-draft {
    width: 30px;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

.mob-label {
    display: none;
}

@media (max-width: 767px) {
    .mob-label {
        display: inline-block;
        /*font-weight: bold;*/
        color: #999;
    }

    .campaign-table-header {
        display: none;
    }

    .campaign-table {
        text-align: left;
        font-weight: bold;
    }

    .campaign-table-body .camp-actions-wrap {
        margin-bottom: 20px;
    }


}

@media (max-width: 640px) {
    .report-totals {
        margin: -20px -20px 0 -20px;
        width: calc(100% + 40px);
    }
}

@media (max-width: 400px) {
    .cam-filter-wrap .form-group {
        margin: 10px;
        display: inline-block;
    }
}

@media (max-width: 320px) {
    .report-totals {
        margin: -15px -10px 0 -10px;
        width: calc(100% + 20px);
    }
}

.no-campaigns {
    text-align: center;
}

.no-campaigns img {
    max-width: 100px;
    width: 100%;
}

.no-campaigns-first {
    max-width: 700px;
    margin: 60px auto;
    text-align: center;
}

.no-campaigns-first img {
    max-width: 120px;
    width: 100%;
    margin: 30px 0;
    display: inline-block;
}

.no-campaigns-first .btn {
    margin: 10px 0;
    display: inline-block;
}

/* campaign table end */

.template-type {

}

.fp-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    text-align: center;
    padding-top: 20px;

}


.fp-card-title {
    font-size: 18px;
    color: #31373d;
    padding: 4px 15px 7px;
    margin: 0;
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 400;
}

.fp-card-text {
    margin: 0 auto;
    padding-bottom: 25px;
    color: #666666;
    font-size: 13px;
    line-height: 19px;
    max-width: 80%;
}

.fp-card-img {
    margin-bottom: 20px;
    max-width: 120px;
    width: 100%;
}

.fp-card-buttons {
    border-top: 1px #ebeef0 solid;
    margin-top: 10px;
}

.fp-card-buttons > .row {
    margin: 0;
}

.fp-card-buttons > .row > div {
    border-right: 1px #ebeef0 solid;
}

.fp-card-buttons > .row > div:last-child {
    border-right: none;
}

.fp-card-buttons .btn {
    width: 100%;
    border: none;
    padding: .675rem 0.1rem;
}

.preview-popup-footer .btn {
    margin-top: 50px;
    margin-bottom: 12px;
}


.new-template-wrap .form-group {
    padding: 0 10px;
    font-size: 12px;
    margin: 0 0 5px;
}

.app-top h1 i.fa.path-sep {
    float: none;
    margin: 0 5px;
}

.border-underline {
    border-bottom: 1px #333 solid;
}

.dropup .dropdown-toggle::after,
.dropdown-toggle::after {
    margin-left: .6em;
}

.dropdown-menu {
    font-size: 13px;
}
.pricing_list_public {
    background:#fff;
}

.is-invalid~.invalid-feedback{
    display: block;
}

.no-campaign-data {
    margin: 0.6em 0;
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 300;
    font-size: 1.6em;
}
.no-campaign-data-title {
    /*margin-right: 10px;*/
}

.no-campaign-data span:not(:last-child) {
    margin-right: 10px;
}

/* -----------  New styles ----------------- */

._pt-10 {
    padding-top: 10px;
}
._pt-20 {
    padding-top: 20px;
}
._pt-45 {
    padding-top: 45px;
}
._mt-5 {
    margin-top: 5px;
}
._mt-10 {
    margin-top: 10px;
}

._mt-20 {
    margin-top: 20px;
}
._mt-30 {
    margin-top: 30px;
}
._mb-0 {
     margin-bottom: 0;
}
._mb-5 {
     margin-bottom: 5px;
}
._mb-10 {
    margin-bottom: 10px;
}
._mb-20 {
    margin-bottom: 20px;
}
._mb-30 {
    margin-bottom: 30px;
}
._mb-35 {
    margin-bottom: 35px;
}
._fs-sm {
    font-size: 16px;
}
._block .wblock {
    display: block;
}
.wblock-footer._mt-15 {
    margin-top: 15px;
}
.wblock-footer._mt-40 {
    margin-top: 40px !important;
}
.form-group label._mb0 {
    margin-bottom: 0;
}
.group-description h1 {
    font-family: 'Poppins', 'Nunito Sans', 'Helvetica', 'Arial', sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 8px;
}
._upgrade .text-lg {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}
._upgrade .text-md {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-size: 16px;
    margin-right: 5px;
    color: #798c99;
    margin-bottom: 12px;
    line-height: 20px;
    font-weight: 300;
}
._upgrade .text-gray {
    font-size: inherit;
    color: #202528;
    font-weight: 500;
    line-height: 20px;
}
._upgrade .text-green {
    color: #75c99d;
}
._upgrade .row {
    margin: 0 -40px;
    width: 100%;
}
._upgrade .row > div {
    padding: 0 40px;
    flex-basis: auto;
    max-width: none;
    width: auto;
}
._upgrade .row p {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.container._wide {
    max-width: 1303px;
    width: auto;
    padding: 0;
}
._table-header .row,
._table-row .row {
    margin: 0;
    padding: 0 10px;
    justify-content: space-between;
}
._table-row .text-xl {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}
._table-header .row > div,
._table-row .row > div{
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    color: #000;
}

._table-row .row > div i {
    color: #75c99d;
}
._table-row .row > div img {
    display: inline-block;
}
.wblock.wblock-footer._table-header._fw-500 .row > div {
    font-weight: 500;
}
.wblock.wblock-footer._table-header .row > div {
    border-bottom: 0;
}
.wblock.wblock-footer._table-header .row {
    border-bottom: 1px solid #E9ECEC;
}
._table-row .row > div{
    padding: 25px 10px;
    text-align: center;
    line-height: 19px;
    font-weight: 300;
}
._table-row .row {
    border-bottom: 1px solid #ebeef0;
    word-break: break-word;
}
.wblock.wblock-footer._table-header .row > div:last-child,
._table-row .row > div:last-child {
    text-align: right;
}

.wblock.wblock-footer._table-header .row > div._center:last-child,
._table-row .row > div._center:last-child {
    text-align: center;
}

._table-row .row > div:first-child {
    font-size: 16px;
    text-align: left;
}
._table-row .row > div:not(:first-child) {
    font-size: 14px;
}
._table-row .text-lg,
._table-row .text-md {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.custom-checkbox.mb-2 {
    margin-bottom: .5rem !important;
}
.form-group._mb-0 {
    margin-bottom: 0 !important;
}
.for-checkbox.custom-checkbox._pl-0 {
    padding-left: 0 !important;
}
.btn._wide {
    padding-left: 1.05rem;
    padding-right: 1.05rem;
}
.description-in-inner .ah3 {
    display: block;
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 13px;
    color: #000;
    font-weight: 500;
    padding: 0;
}
.description-in-inner .ah3:hover {
    color: #000;
    text-decoration: underline;
}
.btn._edit {
    display: inline-flex !important;
    align-items: center;
    width: auto !important;
    min-width: 110px;
    height: 40px;
    line-height: 1 !important;
    color: #798C9B;
    border: 1px solid #CDCDCD !important;
    border-radius: 5px !important;
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
}
.btn._edit:hover {
    color: #fff !important;
    background-color: #000000;
}
.fp-cb input {
    -webkit-appearance: auto;
}
.radio-steps._upgrade-radio .for-radio:hover {
    color: #7dd599;
}
._upgrade-radio label {
    padding-left: 40px !important;
    position: relative;
}
.radio-view {
    left: 12px;
    top: 13px;
    position: absolute;
    width: 20px;
    height: 20px;
}
.radio-view:before{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 20px;
    color: transparent;
    text-align: left;
    width: 16px;
    height: 16px;
    border: 2px solid #e2e4e5;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
[type=radio]:checked + .radio-view:before {
    border-color: #7dd599;
    background-color: #7dd599;
}

._upgrade-radio .form-check {
    padding-left: 8px;
}

.wrapper__main._upgrade-form {
    max-width: 1342px;
    display: block;
}
._upgrade-form .b-wizard{
    display: block;
    padding-top: 45px;
}
._upgrade-form .b-wizard__inner {
    margin: 0;
    padding: 0;
}
._upgrade-form .b-wizard__form-row {
    max-width: 570px;
}
._upgrade-form .b-wizard__form-row._wide {
    max-width: 100%;
}
._upgrade-form .b-wizard__title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
}
._upgrade-form .b-wizard__text {
    line-height: 1.1;
}
._upgrade-form .f-default__label-text {
    font-size: 15px;
    line-height: 1;
}
.b-wizard__form-top {
    margin-bottom: 25px;
}
._upgrade-form .b-wizard__form .f-default__select-wrapper:after {
   content: none;
}
._upgrade-form .b-wizard__form .f-default__checkbox-label {
    font-weight: 300;
    font-size: 16px !important;
}
._upgrade-form .b-wizard__list {
    max-width: none;
}
._upgrade-form .b-wizard__list-item {
    margin: 0;
    padding: 20px 0;
    position: relative;
}
._upgrade-form .b-wizard__list-item:before {
    display: block;
    content: '';
    border-bottom: 1px solid #E9ECEC;
    position: absolute;
    left: -40px;
    right: -40px;
    bottom: 0;
}
._upgrade-form .b-wizard__channel {
    padding: 0;
    border: 0;
    border-radius: 0;
    transition: none;
}
.b-wizard__channel-info {
    max-width: 580px;
}
._upgrade-form .b-wizard__channel-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    width: 100px;
    height: 100px;
}
.b-wizard__channel-icon._p-10 {
    padding: 10px;
}
._upgrade-form .b-wizard__channel-icon img {
    width: 100%;
    height: auto;
    display: block;
}
._upgrade-form .b-wizard__channel-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 500;
}
._upgrade-form .b-wizard__channel-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
.btn-df {
    border-radius: 5px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 0 20px;
    min-width: 90px;
    height: 40px;
    border: 1px solid;
    cursor: pointer !important;
    transition: color .2s, background-color .2s, border-color .2s;
}
.btn-df._green {
    border-color: #75C99D;
    color: #75C99D;
}
.btn-df._black {
    border-color: #000;
    color: #000;
}
.b-wizard__btn {
    border-color: #CDCDCD;
    color: #798C99;
    margin-left: auto;
}
._upgrade-form .b-wizard__channels-btn,
._upgrade-form .b-wizard__form-button {
    background: #75C99D;
    color: #fff;
    width: auto;
}
.btn-df:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    text-decoration: none;
}
.btn-df._green:hover {
    border-color: #000;
    color: #000;
    background-color: transparent;
}
._upgrade-form .b-wizard__channels-actions {
    max-width: none;
    margin: 35px 0 0;
    display: flex;
    justify-content: flex-end;
}
[class*=sms_sender_] {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    border-bottom: 1px solid #E9ECEC !important;
    padding: 10px !important;
    margin: 0 -10px;
}
[class*=sms_sender_] .sender_default,
[class*=sms_sender_] span {
    color: inherit;
}
#mailchimp_lists_wrap .custom-checkbox span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
#mailchimp_lists_wrap .custom-checkbox span:before {
    content: '';
    position: absolute;
    font-size: 20px;
    text-align: left;
    color: transparent;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
}
#mailchimp_lists_wrap .custom-checkbox span:after {
    position: absolute;
    top: 5px;
    left: 7px;
    width: 6px;
    height: 11px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#mailchimp_lists_wrap [type=checkbox]:checked + span:before {
    border-color: #000;
}
#mailchimp_lists_wrap [type=checkbox]:checked + span:after {
    opacity: 1;
}
#mailchimp_lists_wrap [type=checkbox] {
    display: none;
}
#mailchimp_success_wrap .b-notification,
#block_recipient_filters .b-notification {
    padding-bottom: 12px;
    margin-bottom: 0;
}
#mailchimp_success_wrap .b-notification__inner,
#block_recipient_filters .b-notification__inner {
    min-height: 26px;
}
#mailchimp_success_wrap .b-notification__text {
    font-size: 14px;
    line-height: 19px;
}
#mailchimp_success_wrap .b-notification__icon {
    width: 25px;
}
.page-sms #block_recipient_filters {
    width: 100%;
}

@media (max-width: 1420px) {
    ._upgrade-form .b-wizard__channel-icon {
        display: none;
    }
}
@media (max-width: 1350px) {
    ._upgrade-form .b-wizard__list-item:before {
        left: 0;
        right: 0;
    }
}

@media (max-width: 1200px) {
    ._upgrade-table ._desktop-wide {
        padding: 0 !important;
    }
    ._upgrade-table ._desktop-wide div {
        display: none;
    }
}

@media (max-width: 1024px) {
    ._upgrade-form .b-wizard__channel {
        display: block;
    }
    .b-wizard__btn {
        margin-top: 20px;
    }
}

@media (max-width: 900px) {
    ._upgrade-table tr {
        display: flex;
        flex-wrap: wrap;
    }
    ._upgrade-table td._desktop,
    ._upgrade-table thead {
        display: none;
    }
    ._upgrade-table td._mobile {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .wblock-pricing ._table-header:not(._mobile) {
        display: none;
    }
    ._table-row:not(._mobile) .row > div{
        padding: 10px;
    }
    ._table-header:not(._mobile) .row,
    ._table-row:not(._mobile) .row {
        display: block;
        padding: 10px 0;
    }
    ._table-header:not(._mobile) .row > div,
    ._table-row:not(._mobile) .row > div {
        max-width: 100%;
        text-align: left !important;
    }
    .wblock-footer._table-header._mobile {
        margin: 0;
    }
}

.modal-cancellation {
    bottom: auto !important;
    padding: 0 !important;
    height: 100vh !important;
    background-color: #fff !important;
}

.modal-cancellation:after {
    height: 0 !important
}

.modal-cancellation__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 40px 15px 30px;
    border-bottom: 1px solid #e9ecec
}

.modal-cancellation__logo {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
}

.modal-cancellation__logo img {
    display: block;
    max-width: 100%;
    width: 100%
}

.modal-cancellation__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-cancellation__menu-item {
    position: relative;
    padding: 0 30px;
}

.modal-cancellation__menu-item:not(:last-child):after {
    position: absolute;
    top: 7px;
    right: -3px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #75c99d;
    border-bottom: 2px solid #75c99d;
    content: '';
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal-cancellation__menu-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
}

._active .modal-cancellation__menu-text {
    font-weight: 700
}

.modal-cancellation__close {
    margin-left: auto;
    padding: 0;
    outline: none;
    border: none;
    background: transparent;
    color: #75c99d;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    cursor: pointer;
}

.modal-cancellation__close:hover {
    text-decoration: underline
}

.modal-cancellation__heading {
    margin-bottom: 45px;
    padding: 40px 100px 0 90px;
    text-align: left
}

.modal-cancellation__title {
    margin-bottom: 17px;
    color: #000;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px
}

.modal-cancellation__text {
    margin-bottom: 20px;
    color: #000;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px
}

.modal-cancellation__features {
    padding: 0 100px 0 75px;
}

.modal-cancellation__features .l-features__item:last-child:after {
    display: none
}

.modal-cancellation__reason {
    padding: 0 100px 55px 90px;
}

.modal-cancellation__reason-row {
    margin-top: 25px
}

.modal-cancellation__reason-subrow {
    display: none;
    padding-left: 25px;
}

.modal-cancellation__reason-subrow._textarea {
    margin-top: 15px;
}

.modal-cancellation__reason-subrow._textarea .f-default__label-text {
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px
}

.modal-cancellation__reason-subrow .f-default__radio-inner {
    margin-top: 15px
}

.modal-cancellation__reason-subrow .f-default__checkbox-inner {
    margin-top: 15px
}

.modal-cancellation__reason-question {
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left
}

.modal-cancellation__reason-text {
    margin-top: 15px;
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px
}

.modal-cancellation__reason-title {
    margin-top: 20px;
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px
}

.modal-cancellation__reason .f-default__checkbox {
    display: block;
}

.modal-cancellation__reason .f-default__checkbox-button {
    width: 16px;
    height: 16px;
}

.modal-cancellation__reason .f-default__checkbox-button:after {
    top: 0;
    left: 4px
}

.modal-cancellation__reason .f-default__checkbox-label {
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px
}

.modal-cancellation__reason .f-default__checkbox-inner {
    margin-right: 0
}

.modal-cancellation__reason .f-default__radio {
    display: block;
}

.modal-cancellation__reason .f-default__radio-label {
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px
}

.modal-cancellation__reason .f-default__radio-inner {
    margin-right: 0
}

.modal-cancellation__step {
    display: none;
}

.modal-cancellation__step._current {
    display: block
}

.modal-cancellation__actions {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 40px 35px;
}

.modal-cancellation__actions._mt-150 {
    margin-top: 150px
}

.modal-cancellation__actions:after {
    position: absolute;
    top: 0;
    right: 10px;
    left: 10px;
    height: 1px;
    background-color: #e9ecec;
    content: ''
}

.modal-cancellation__actions-link {
    margin-right: 35px;
    color: #75c99d;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px
}

@media screen and (max-width:1024px) {
    .modal-cancellation__top,
    .modal-cancellation__heading,
    .modal-cancellation__features,
    .modal-cancellation__reason,
    .modal-cancellation__actions {
        padding-right: 30px;
        padding-left: 30px
    }
    .modal-cancellation__menu-item {
        display: none;
    }
    .modal-cancellation__menu-item:not(:last-child):after {
        display: none
    }
    .modal-cancellation__menu-item._active {
        display: block
    }
}

@media screen and (max-width:768px) {
    .modal-cancellation__top,
    .modal-cancellation__heading,
    .modal-cancellation__features,
    .modal-cancellation__reason,
    .modal-cancellation__actions {
        padding-right: 20px;
        padding-left: 20px
    }
}

.s-chart__stats-wrapper canvas {
    max-width: 100%;
}
body:not(._mac) .s-chart__stats-period select {
    display: none;
}
[id*=select2-filterkey] li:first-child {
    display: none;
}
.s-chart__empty-msg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    display: none;
    font-size: 30px;
    pointer-events: none;
    padding: 102px 0 30px;
}
._empty .s-chart__empty-msg {
    display: flex;
}
#reports-audience-wrap .s-chart__empty-msg {
    padding: 81px 0 16px;
}
.verify-campaign-popup .form-check .custom-checkbox {
    margin-right: 0;
}
.modal-locked__inner._flex {
    display: flex;
}
.modal-locked__inner{
    padding-top: 13px;
}
.modal-dialog.modal-locked {
    max-width: 800px;
}
.modal-locked__part._img {
    max-width: 280px;
    flex-basis: 280px;
    padding-right: 30px;
    flex-shrink: 0;
}
.modal-locked__part._img._wide {
    max-width: 320px;
    flex-basis: 320px;
}
.modal-locked__part._img._wide-max {
    max-width: 350px;
    flex-basis: 350px;
}
.modal-locked__img {
    width: 100%;
    height: auto;
    position: relative;
}
.modal-locked__img + p {
    margin-top: 20px;
}
.modal-locked p {
    font-size: 16px;
    font-weight: 300;
}
.modal-locked .btn {
    margin-top: 10px;
    min-width: 165px;
}
.modal-locked__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
}
.modal-locked__text {
    margin-bottom: 20px;
    line-height: 20px;
}
.modal-locked__top {
    margin-bottom: 5px;
    line-height: 28px;
}
.modal-locked__note {
    position: absolute;
    top: 0;
    left: 0;
}
.modal-locked__note img {
    margin-right: 10px;
}
.modal-locked p._flex {
    display: flex;
    align-items: center;
}
.modal-locked ._medium{
    font-weight: 500;
}
.modal-locked ._small{
    font-size: 14px;
}
.s-locked {
    padding: 80px 0;
}
.s-locked .container {
    max-width: 970px;
    margin: 0 auto;
}
.s-locked__inner {
    display: flex;
    justify-content: space-between;
}
.s-locked__part._img {
    max-width: 29%;
    flex-basis: 29%;
}
.s-locked__part._info {
    max-width: 61%;
    flex-basis: 61%;
}
.s-locked__img {
    width: 100%;
    height: auto;
}
.s-locked__title  {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 16px;
}
.s-locked__text  {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
.s-locked ._medium {
    font-weight: 500;
}
.s-locked .btn {
    min-width: 165px;
}
@media screen and (max-width: 740px) {
    .modal-locked__inner._flex,
    .s-locked__inner {
        display: block;
    }
    .modal-locked__part._img {
        margin-bottom: 30px;
        padding-right: 0;
    }
    .s-locked__part._img {
        max-width: 500px;
        margin-bottom: 30px;
    }
    .s-locked__part._img,
    .s-locked__part._info {
        max-width: 100%;
    }
}
.b-tooltip {
    position: absolute;
    bottom: calc(100% + 7px);
    left: 50%;
    z-index: 5;
    display: block;
    padding: 7px 10px 9px;
    width: 182px;
    background: #000;
    color: #fff;
    text-align: left;
    font-weight: 300;
    font-size: 12px;
    line-height: 13px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    font-family: 'Poppins', 'Nunito Sans', 'Helvetica', 'Arial', sans-serif;
}
.b-tooltip._right {
    top: -15px;
    bottom: auto;
    left: auto;
    right: 24px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.b-tooltip:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #000;
    content: '';
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
._tooltip._pr {
    position: relative;
}

._tooltip .form-control:disabled {
    cursor: default;
}
._tooltip .form-control:disabled:hover ~ .b-tooltip,
button:hover .b-tooltip{
    opacity: 1;
    pointer-events: all;
}
@media screen and (max-width: 1140px) {
    .b-tooltip._right {
        right: 0;
        -webkit-transform: none;
        transform: none;
    }
    .b-tooltip:after {
        left: auto;
        right: 14px;
    }
}

.b-campaign-details {
    font-family: 'Poppins', 'Nunito Sans', 'Helvetica', 'Arial', sans-serif;
}
.b-campaign-details__details {
    margin-top: 20px;
}

.b-campaign-details__details-row {
    display: flex;
    align-items: center;
}

.b-campaign-details__details-row:not(:first-child) {
    margin-top: 12px;
}

.b-campaign-details__details-field {
    margin-right: 5px;
    color: #798C99;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.b-campaign-details__details-value {
    margin-right: 5px;
    color: #000;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.b-campaign-details__details-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.b-campaign-details__details-text span {
    font-weight: 300;
}

.b-campaign-details__details-link {
    color: #75c99d;
}

.b-campaign-details__details-link:hover {
    text-decoration: underline;
}

.b-campaign-details__details-link span {
    color: #798c99;
}

.b-campaign-details__progress-text {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: #798C99;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.b-campaign-details__progress-bar {
    overflow: hidden;
    margin-bottom: 7px;
    max-width: 260px;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #ededed;
}

.b-campaign-details__progress-line {
    height: 15px;
    border-radius: 5px;
}

._green .b-campaign-details__progress-line {
    background: #75c99d;
}

._yellow .b-campaign-details__progress-line {
    background-color: #ffba75;
}

._red .b-campaign-details__progress-line {
    background: #ff8465;
}

.b-campaign-details__progress-info {
    display: flex;
    align-items: center;
    color: #798C99;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.b-campaign-details__progress-info span {
    font-weight: 300;
}

.b-campaign-details__progress-current {
    margin-right: 4px;
}

._red .b-campaign-details__progress-current {
    color: #ff8465;
}

.b-campaign-details__progress-max {
    margin-right: 4px;
    margin-left: 4px;
}

.b-campaign-details__progress-error {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
}

.b-campaign-details__progress-error span {
    margin-right: 5px;
    color: #FF8465;
    font-weight: 300;
}

.b-campaign-details__progress-error a {
    font-weight: 300;
}

.b-campaign-details__progress-error a:hover {
    text-decoration: underline;
}