﻿/*Imported fonts------------------------------------------------------------------------------*/
/*@font-face {
    font-family: 'proxima_nova_ltlight';
    src: url('../fonts/mark_simonson_-_proxima_nova_light-webfont.eot');
    src: url('../fonts/mark_simonson_-_proxima_nova_light-webfont.eot') format('embedded-opentype'),
    url('../fonts/mark_simonson_-_proxima_nova_light-webfont.woff2') format('woff2'),
    url('../fonts/mark_simonson_-_proxima_nova_light-webfont.woff') format('woff'),
    url('../fonts/mark_simonson_-_proxima_nova_light-webfont.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
    url('../fonts/ProximaNova-Bold.woff') format('woff'),
    url('../fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}*/


@font-face {
    src: url("../fonts/Poppins-Regular.woff") format("woff");
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: url("../fonts/Poppins-Light.woff") format("woff");
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: url("../fonts/Poppins-Medium.woff") format("woff");
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: url("../fonts/Poppins-Bold.woff") format("woff");
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: url("../fonts/Roboto-Regular.woff") format("woff");
    font-family: 'Proxima Nova';
    font-weight: 400;
    font-style: normal;
}

@font-face {
    src: url("../fonts/Roboto-Light.woff") format("woff");
    font-family: 'Proxima Nova';
    font-weight: 300;
    font-style: normal;
}

@font-face {
    src: url("../fonts/Roboto-Medium.woff") format("woff");
    font-family: 'Proxima Nova';
    font-weight: 500;
    font-style: normal;
}

@font-face {
    src: url("../fonts/Roboto-Bold.woff") format("woff");
    font-family: 'Proxima Nova';
    font-weight: 700;
    font-style: normal;
}

/*Box model set*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/*Font declarations*/
button,
input,
select,
textarea,
body,
.ui-widget {
    font-weight: 400;
    font-size: 13px;
}

.statistic-item .fp-block .title,
.title-text,
.ui-widget .title,
.wizard-title,
.page-title h2,
.page-title h3,
h1,
.popup-header,
.notifications-popup .popup-content {
    font-weight: 300;
}

/*Default elements, resets-------------------------------------------------------------*/
html {
    position: relative;
    height: 100%;
}

body {
    min-height: 100%;
    position: relative;
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-focus-ring-color: rgba(255,255,255,0);
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
    color: #000;
}

button {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
}

a {
    text-decoration: none;
}

a:focus,
a:hover {
    color: #000;
    text-decoration: none;
}

p {
    line-height: 1.5em;
    margin: 0.5em 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1em 0;
    font-weight: normal;
}

/*Placeholders*/
.placeholder {
    color: #798c99;
}

::-webkit-input-placeholder {
    color: #798c99;
}

:-moz-placeholder {
    color: #798c99;
}

::-moz-placeholder {
    color: #798c99;
    opacity: 1;
}

:focus {
    outline: none;
}

/*region Helpers--------------------------------------------------------- */
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu {
    background: #000;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.date {
    color: #ccc;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.full-width {
    width: 100%;
}

.inherit-width {
    width: inherit !important;
}


/*endregion Helpers--------------------------------------------------------- */

/*region ---------------- Bootstrap addins ---------------- */
.gutters-0 > .row,
.form-horizontal .gutters-0 > .form-group {
    margin-left: 0;
    margin-right: 0;
}

.gutters-0 > .row > [class*="col-"],
.form-horizontal .gutters-0 > .form-group > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.gutters-xs > .row,
.form-horizontal .gutters-xs > .form-group {
    margin-left: -5px;
    margin-right: -5px;
}

.gutters-xs > .row > [class*="col-"],
.form-horizontal .gutters-xs > .form-group > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.gutters-sm > .row,
.form-horizontal .gutters-sm > .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

.gutters-sm > .row > [class*="col-"],
.form-horizontal .gutters-sm > .form-group > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

/*endregion ---------------- Bootstrap addins ---------------- */

/*Clearfix*/
.clearfix:before,
.clearfix:after,
.form-row:before,
.form-row:after {
    content: "";
    display: table;
}

.clearfix:after,
.form-row:after {
    clear: both;
}

.clearfix,
.form-row {
    zoom: 1;
}

/*Columns*/
.title-text {
    margin: 0 auto;
    margin-top: 11px;
    font-size: 18px;
    color: #333;
    line-height: 21px;
}

.title-text .col-1-of-4,
.title-text .col-1-of-3,
.title-text .col-1-of-2 {
    width: 50%;
    float: left;
    padding: 0 20px;
}

.title-text .col-1-of-4 {
    width: 25%;
}

.title-text .col-1-of-3 {
    width: 33.3333%;
}

.title-text.items-2 {
    max-width: 520px;
}

.title-text.items-3 {
    max-width: 720px;
}

.title-text.items-4 {
    max-width: 1100px;
}

/*.row {*/
/*margin: 0 -20px;*/
/*}*/

.row .col-1-of-1,
.row .col-1-of-3,
.row .col-1-of-4,
.row .col-1-of-5,
.row .col-2-of-3,
.row .col-1-of-2 {
    padding: 0 20px;
    float: left;
}

.row .col-1-of-1 {
    width: 100%;
}

.row .col-1-of-3 {
    width: 33.333%;
}

.row .col-2-of-3 {
    width: 66.666%;
}

.row .col-1-of-2 {
    width: 50%;
}

.row .col-1-of-4 {
    width: 25%;
}

.row .col-1-of-5 {
    width: 20%;
}

/*Common objects ---------------------------------------------------*/
.button-orange-border,
.button-green-border,
.button-orange,
.button-blue,
.button-black,
.button-white,
.button-gray {
    display: inline-block;
    border-radius: 5px;
    color: #fff !important;
    background: #FAAA5B;
    font-size: 15px;
    padding: 0 26px;
    line-height: 34px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.button-popup {
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    background: #FAAA5B;
    font-size: 15px;
    padding: 0 26px;
    line-height: 34px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.button-orange-border {
    border: 1px solid #fee0c8;
    background: #fff;
    color: #FAAA5B;
    cursor: pointer;
}

.button-green-border {
    border: 1px solid #cfebc7;
    background: #fff;
    color: #75C99D;
}

.button-white {
    border: 1px solid #fff;
    background: none;
    color: #fff;
}

.button-gray {
    border: 1px solid #c0c1c2;
    background: #c0c1c2;
    color: #fff;
}

.button-black {
    border: 1px solid #000000;
    background: #000000;
    color: #fff;
}

.button-orange-border,
.button-green-border {
    line-height: 32px;
}

.button-small-1 {
    font-size: 12px;
    padding: 0 13px;
    line-height: 24px;
    text-align: center;
}

h1 .button-orange-border,
h1 .button-orange,
h1 .button-green-border {
    margin-left: 15px;
    position: absolute;
    left: 100%;
    top: -4px;
    white-space: nowrap;
}

.button-blue {
    background: #2ca0b7;
}

.button-black:active,
.button-white:active,
.button-blue:active,
.button-orange:active,
.button-black:hover,
.button-white:hover,
.button-blue:hover,
.button-orange:hover,
.button-white:focus,
.button-blue:focus,
.button-orange:focus,
.button-black:focus,
.button-gray:hover,
.button-gray:active,
.button-gray:focus {
    background: #454e57;
    color: #fff;
    text-decoration: none;
}

.button-black:hover,
.button-black:active,
.button-black:focus {
    border-color: #454e57;
}

.button-orange-border:active,
.button-green-border:active,
.button-orange-border:hover,
.button-green-border:hover,
.button-orange-border:focus,
.button-green-border:focus {
    color: #454e57;
    border-color: #454e57;
}

.button-popup {
    background: #7acec3;
}

.button-popup:hover,
.button-popup:focus,
.button-popup:active {
    background: #454e57;
}

/*Global notification*/
.global-notification {
    position: fixed;
    right: 20px;
    bottom: 68px;
    background: #fff;
    border: 4px solid #fff;
    border-radius: 6px;
    z-index: 10;
    width: 270px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    display: none;
}

.notification-in {
    border: 1px solid #e2e6e9;
    border-radius: 6px;
    padding: 17px 25px;
    min-height: 74px;
    position: relative;
    padding-left: 80px;
    font-size: 15px;
    line-height: 21px;
    color: #798c99;
}


.notification-in .icon-check {
    color: #a7dc72;
    font-size: 40px;
    position: absolute;
    left: 20px;
    top: 18px;
}

.close-notification {
    position: absolute;
    font-size: 10px;
    color: #FAAA5B;
    right: 8px;
    top: 8px;
}

.system-message .icon-close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 12px;
    z-index: 10;
}

.system-message .icon-close:hover,
.system-message .icon-close:focus,
.system-message .icon-close:active {
    opacity: 0.8;
}

/*-----------------Custom site style-------------------------------------------------------*/
.site-block,
.site {
    margin: 0 auto;
    width: 980px;
}

.btn:focus,
.btn.focus,
.btn.active {
    outline: none !important;
    box-shadow: none !important;
}

.app {
    background: #fff;
    padding-bottom: 60px;
}

.app-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    width: 230px;
}

.app-sidebar .button-white {
    display: none;
}

/*Side menu---------------------------------------*/
.sidebar-top {
    background: #25292e;
    padding: 16px;
}

.main-logo {
    display: block;
    border-bottom: 1px solid #3c4248;
    margin: 0 auto;
    margin-bottom: 17px;
    padding: 12px;
    padding-top: 0;
    width: 142px;
}

.sidebar-top .back-link {
    color: #ccc;
    display: inline-block;
    padding-left: 25px;
    position: relative;
    margin-right: 10px;
    transition: all 0.2s linear;

}

.sidebar-top .back-link:active,
.sidebar-top .back-link:focus,
.sidebar-top .back-link:hover {
    color: #fff;
}

.back-link:before {
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 8px;
    background: #FAAA5B;
    color: #262a2e;
    border-radius: 100%;
    left: 0;
    top: 0;
}

.back-link:active:before,
.back-link:focus:before,
.back-link:hover:before {
    background: #fff;
}

/*Main menu*/
.main-menu a {
    display: block;
    color: #ccc;
    font-size: 13px;
    transition: all 0.2s linear;

}

.main-menu a span {
    /*padding-left: 47px;*/
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    position: relative;
    display: block;
}

.main-menu a:hover,
.main-menu a:active,
.main-menu a:focus,
.main-menu .active a {
    color: #fff;
}

.menu_child a {
    transition: all 0.2s linear;
}

.menu_child a:hover {
    text-decoration: underline;
}

.main-menu .opened i.fa {
    color: #fff;
}

.main-menu .opened span {
    color: #fff;
}

.main-menu .opened {
    background: #3E000B;
}

.main-menu .li_child a {
    background: #454E57;
}

.main-menu .active a {
    background: #3E000B;
}

.main-menu .active_child a {
    background: #626971;
    border-bottom: 1px solid #626971;
}

/*.main-menu a span:before {*/
/*position: absolute;*/
/*font-size: 15px;*/
/*left: 20px;*/
/*top: 13px;*/
/*color: #FAAA5B;*/
/*}*/

.main-menu .active span:before,
.main-menu a:hover span:before,
.main-menu a:active span:before,
.main-menu a:focus span:before {
    color: #fff;
}

/*Wizard menu*/
.wizard-title {
    text-align: center;
    color: #cccccc;
    font-size: 24px;
    padding-top: 20px;
}

.wizard-menu {
    border: 1px solid #454e57;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px 20px;
}

.wizard-menu a {
    display: block;
    line-height: 41px;
    position: relative;
    padding-left: 38px;
    padding-right: 12px;
    color: #ccc;
}

.wizard-menu a:hover,
.wizard-menu a:active,
.wizard-menu a:focus {
    color: #fff;
}

.wizard-menu .count {
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #000;
    border-radius: 100%;
    font-size: 12px;
    background: #FAAA5B;
    left: 10px;
    top: 10px;
}

.wizard-menu .active {
    background: #454e57;
}

/*Header ------------------------------------------*/

.app-main {
    padding: 15px 30px;
    overflow: hidden;
    flex-grow: 1;
}

@media (max-width: 1024px) {
    .app-main {
        padding: 15px 20px;
    }
}


.app-top {
    padding: 15px 20px 13px 20px;
    background: #fff;
    border-bottom: 1px solid #ced1d3;
    margin-bottom: 30px
}

.app-top h1 {
    margin: 0;
    font-size: 18px;
    color: #000;
    position: relative;
    /*padding-left: 33px;*/
}

.app-top h1 i.fa {
    margin-right: 10px;
    float: left;
}

/*.app-top h1:before {*/
/*position: absolute;*/
/*left: 0;*/
/*top: 2px;*/
/*color: #25292e;*/
/*font-size: 22px;*/
/*}*/

h1 a {
    color: #798c99;
}

h1 .color-red {
    color: #ff3f00;
}

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

.app-top .subscribers {
    font-size: 15px;
    font-weight: bold;
    color: #202528;
    /*padding-top: 1px;*/
    /*margin-top: 3px;*/
    margin-top: 0;
    padding-top: 0;
}

.top_status {
    display: inline-block;
}

.top_status_con {
    display: inline-block;
    margin-right: 20px;
}

.toggle-main-menu {
    display: inline-block;
    border: 1px solid #fee0c8;
    width: 35px;
    height: 32px;
    border-radius: 2px;
    position: absolute;
    left: 10px;
    top: 10px;
    display: none;
}

.toggle-main-menu span {
    font-size: 20px;
    color: #FAAA5B;
    position: absolute;
    left: 6px;
    top: 4px;
}

/*Visual title*/
.visual-title {
    background: url(../images/pattern-2.png) repeat center top;
    padding-top: 28px;
    padding-bottom: 15px;
}

/*region Notification box TODO Deprecated. See also @media (max-width: 640px) */

.notification-box {
    position: relative;
    padding: 24px;
    text-align: center;
    background: #eae2c6 url(../images/pattern-1.png);
}

.notification-box-danger .button-orange {
    /*margin-top: 10px;*/
    margin-left: 20px;
}

.notification-box-danger,
.notification-box-succecss,
.notification-box-info {
    padding: 24px 24px 24px 24px;
}

.notification-box-danger {
    background: #FF8465;
}

.notification-box-success {
    background: #75C99D;
    padding: 24px 24px 24px 24px;
}

.notification-box-info {
    background: #FAAA5B;
    padding: 24px 24px 24px 24px;
}

.notification-box .text {
    /*display: inline-block;*/
    /*line-height: 37px;*/
    font-size: 18px;
    color: #202528;
}

.notification-box-danger .button-orange,
.notification-box-info .button-orange,
.notification-box-success .button-orange {
    color: #202528;
    background: #fff;
}

.notification-box-danger .button-orange:hover,
.notification-box-info .button-orange:hover,
.notification-box-success .button-orange:hover {
    color: #fff;
    background: #202528;
}

.notification-box-danger .text,
.notification-box-info .text,
.notification-box-success .text {
    color: #fff;
}

.notification-box-danger .text3,
.notification-box-info .text3,
.notification-box-success .text3 {
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: -8px;
}

.notification-box .btn {
    margin: 5px;
}

.notification-box .status-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

@media screen and (max-width: 360px) {
    .notification-box .status-close {
        top: 2px;
        right: 2px;
    }
}

.notification-box .status-close .svgfill_1 {
    fill: #FFFFFF;
}

.notification-box .status-close:hover .svgfill_1 {
    fill: #7d7e90;
}

#import_notification_importing {
    padding-top: 20px;
}

/*endregion Notification box */

/*Page title*/
.page-title {
    text-align: center;
    padding: 40px 20px;
    padding-top: 60px;
    border-bottom: 1px solid #d3dbe2;
    padding-bottom: 70px;
}

.wizard_step3 .page-title {
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-title.no-border {
    border-bottom: none;
}

.no-border1 {
    border-bottom: none !important;
}

.page-title h2 {
    font-size: 32px;
    color: #000;
    margin: 0;
    font-weight: normal;
    margin-bottom: 11px;
}

.page-title h3 {
    font-size: 20px;
    color: #798c9c;
    margin: 0;
    font-weight: normal;
}

/*Center -------------------------------------------*/
.site-center {
}

/*Settings group*/
.toggle-settings-group {
    display: block;
    padding-left: 46px;
    position: relative;
    font-size: 18px;
    color: #000;
}

.toggle-settings-group:before {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.toggle-settings-group span {
    color: #798c99;
}

.no-border {
    border-top: none;
}

.settings-group.can-toggle {
    position: relative;
    padding-top: 78px;
}

.settings-group.last {
    border-bottom: none;
}
.settings-group:first-child {
    border-top: none;
}

.settings-group .group-comment,
.settings-group .group-comment p {
    color: #798C99;

}

.settings-group .group-comment {
    margin-bottom: 10px;
}

.can-toggle .group-description {
    top: 72px;
}

.group-description h4 {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 8px;
}

.group-description p {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #000;
}

.group-description p a {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}

.group-description > ul {
    border-left: 4px solid #798c99;
    margin: 18px 0;
    padding-left: 18px;
    font-size: 15px;
    line-height: 21px;
    color: #798c9c;
}

.group-description ul li {
    list-style-type: none;
}

.group-description ul li::before {
    content: "-";
    position: absolute;
    margin-left: -8px;
}

.group-description ul ul {
    padding-left: 20px;
}

.notes-block {
    display: none !important;
    border-left: 4px solid #798c99;
    /*margin: 42px 0;*/
    margin: 21px 0;
    padding-left: 18px;
}

.notes-block a {
    color: #FAAA5B;
}

.notes-block a:active,
.notes-block a:focus,
.notes-block a:hover {
    color: #454e57;
}

.toggle-settings-group {
    position: absolute;
    left: 58px;
    top: 37px;
    padding-left: 46px;
}

.toggle-settings-group:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 3px;
    background: #fff;
    color: #FAAA5B;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
}

.content-visible .toggle-settings-group:before {
    content: 'g';
}

.toggle-settings-group .color-green {
    color: #75C99D;
}

/*Setting item*/
.setting-item {
    border-radius: 5px;
    padding: 30px;
    background: #fff;
    margin-bottom: 20px;
    padding-right: 290px;
    position: relative;
    min-height: 200px;
    padding-bottom: 82px;
}

.setting-item.no-padding {
    padding: 0;
}

.setting-lefter {
    margin-right: 70px;
    max-width: 570px;
    min-width: 570px;
    width: 100%;
}
.setting-lefter {
    max-width: 705px;
    min-width: 705px;

}
.setting-righter {
    /*width: 66%;*/
}

/*.user-settings {*/
/*font-size: 15px;*/
/*}*/

/*.user-settings label {*/
/*font-size: 13px;*/
/*}*/

.user-settings .setting-item {
    min-height: 100px;
}

.user-settings .setting-item.setting-item-mailchimp-import {
    min-height: 0;
}

.setting-content,
.setting-content-bootstrap {
    padding: 30px 30px 18px;
    border-bottom: 1px solid #ebeef0;
}

.setting-content-no-bottom-border {
    border-bottom: 0;
    padding-bottom: 0;
}

.setting-content:last-child,
.setting-content-bootstrap:last-child {
    border-bottom: none;
}

.setting-bottom {
    padding: 20px 30px;
}

.setting-bottom .button-orange-border,
.setting-bottom .button-green-border,
.setting-bottom .button-orange {
    float: left;
    margin-right: 20px;
    margin-bottom: 4px;
}

.setting-bottom .button-orange-border,
.setting-bottom .button-green-border,
.setting-bottom .button-orange {
    margin-right: 10px;
}

.setting-bottom .button-orange-border:last-child,
.setting-bottom .button-green-border:last-child,
.setting-bottom .button-orange:last-child {
    margin-right: 0;
}

.setting-bottom .button-orange:active,
.setting-bottom .button-orange:focus,
.setting-bottom .button-orange:hover {
    color: #fff;
}

.setting-bottom .explainer {
    margin: 0;
    margin-top: 13px;
    clear: left;
    float: left;
    color: #798c99;
}

.settings-countdown-pushes .button-small-1,
.setting-content.countdown .button-small-1 {
    display: inline-block;
    margin-left: 10px;
}

.setting-content.row-separated {
    position: relative;
}

.row-separated:before {
    display: inline-block;
    position: absolute;
    left: 33.333%;
    top: 0;
    bottom: 0;
    border-left: 1px solid #ebeef0;
    content: '';
    margin-left: -20px;
}

.setting-item:last-child {
    margin-bottom: 0;
}

.setting-item .decoration {
    position: absolute;
    right: 19px;
    top: 50%;
    width: 290px;
    text-align: center;
    margin-top: -75px;
}

.setting-item .decoration img {
    width: 150px;
}

.setting-item h5 {
    margin-top: 0;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-bottom: 9px;
}

.setting-item .status-active {
    color: #75C99D;
}

/*.setting-item p {*/
/*font-size: 15px;*/
/*color: #666666;*/
/*line-height: 18px;*/
/*!*margin-top: 9px;*!*/
/*margin-bottom: 36px;*/
/*}*/

.setting-item .controls {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.controls .button-orange-border {
    float: left;
    margin-right: 14px;
}

.upload-wrap img {
    float: left;
    margin-right: 15px;
}

.upload-wrap .button-orange-border {
    float: left;
    margin-top: 20px;
}

.upload-container {
    white-space: nowrap;
    position: relative;
}

.upload-container:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.3em;
}

.upload-container img,
.upload-container .button-orange-border {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.upload-container img {
    margin-right: 15px;
    width: 80px;
}

.upload-hero-image .upload-container img {
    height: 80px;
    width: auto;
}

.hero-image-inner[style^="background-image"] {
    height: 165px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15px;
}

/*User settings*/
/*.user-settings p {*/
/*margin-bottom: 0;*/
/*}*/

.user-settings .user-info {
    line-height: 18px;
    margin-bottom: 8px;
}

/*.user-settings a:hover,*/
/*.user-settings a:active,*/
/*.user-settings a:focus {*/
/*color: #454e57;*/
/*}*/

.user-settings h3 {
    margin-top: 0;
    font-size: 18px;
    color: #81939f;
    font-weight: normal;
}

.user-settings .separator {
    display: inline-block;
    padding-right: 4px;
    color: #81939f;
    font-size: 19px;
}

/*Billing*/
.billing-left a,
.billing-right a {
    color: #FAAA5B;
}

/*Data table*/

.data-table td {
    padding-right: 21px;
    padding-left: 19px;
    padding-top: 10px;
}

.data-table td:last-child {
    border-right: none;
}

/*.data-table td:first-child {*/
/*    padding-left: 0;*/
/*}*/

.data-table p {
    margin: 0;
    font-size: 13px;
    color: #999;
}

.data-table strong {
    font-size: 30px;
    color: #000;
    font-weight: 500;
}

.digit-count-8 .data-table strong {
    font-size: 27px;
}

.digit-count-7 .data-table strong {
    font-size: 29px;
}

/*Form items*/
.form-row {
    margin-bottom: 14px;
}

.form-row label {
    display: block;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-row .comment {
    color: #798c99;
}

.error label {

}

.error-explain {
    margin-top: -7px;
    color: #ea0c00;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 4px;
    clear: both;
}

#upload-popup .error-explain {
    margin-top: 0;
}

.form-row label span {
    font-weight: normal;
    color: #798c99;
    display: inline-block;
    float: right;
}

.form-row label span.optional {
    float: none;
}

.form-row label a {
    color: #FAAA5B;
    font-weight: normal;
    margin-left: 20px;
    float: right;
}

.form-row label a:hover,
.form-row label a:active,
.form-row label a:focus {
    color: #454e57;
}

.form-row input[type="text"],
.form-row input[type="number"],
.form-row input[type="email"],
.form-row input[type="tel"],
.form-row input[type="password"],
.form-row textarea {
    border: 1px solid #d3dbe2;
    border-radius: 3px;
    background: #fff;
    padding: 8px 8px;
    width: 100%;
    font-size: 15px;
}

.form-row input[type="text"]:focus,
.form-row input[type="number"]:focus,
.form-row input[type="email"]:focus,
.form-row input[type="tel"]:focus,
.form-row input[type="password"]:focus,
.form-row textarea:focus {
    border-color: #454e57;
}

.error input[type="text"],
.error input[type="email"],
.error input[type="number"],
.error input[type="tel"],
.error input[type="password"],
.error textarea,
.error input[type="text"]:focus,
.error input[type="email"]:focus,
.error input[type="number"]:focus,
.error input[type="tel"]:focus,
.error input[type="password"]:focus,
.error textarea:focus {
    border-color: #ffc9b7;
}

.form-row textarea {
    resize: none;
    height: 75px;
    vertical-align: top;
}

.form-row textarea.ta-rows6 {
    height: 145px;
}


.form-row textarea:disabled {
    cursor: not-allowed;
    background-color: #f7f7f7;
    color: #a0a0a0;
}

.form-row input[type="number"].small-input,
.form-row input[type="text"].small-input {
    width: 50px;
    height: 24px;
    padding: 2px 6px;
    margin-left: 3px;
    margin-right: 8px;
}

.form-row input[type="number"].middlesized-input,
.form-row input[type="text"].middlesized-input {
    max-width: 290px;
}

@media screen and (max-width: 480px) {
    .form-row input[type="number"].middlesized-input,
    .form-row input[type="text"].middlesized-input {
        max-width: none;
        width: 100%;
    }
}

.form-row input[type="text"].input-cvv,
.form-row input[type="text"].input-month,
.form-row input[type="text"].input-year {
    text-align: center;
}

.form-row input[type="text"].input-month,
.form-row input[type="text"].input-cvv {
    width: 50px;
    margin-right: 8px;
}

.form-row input[type="text"].input-year {
    width: 66px;
}

.form-row input[type="text"].input-card {
    width: calc(50% - 20px);
    float: left;
    min-width: 200px;
}

.readonly-input {
    color: #333333;
    height: 35px;
    text-decoration: none solid #333333;
    column-rule-color: #333333;
    caret-color: #333333;
    border: 1px solid #D3DBE2;
    border-radius: 3px 3px 3px 3px;
    outline: #333333 none 0px;
    padding: 8px;
    white-space: nowrap;
}

/*.readonly-input:active {
    border-color: #454e57;
}*/

.cards-img {
    float: left;
    margin-left: 24px;
    margin-top: 3px;
}

.form-row input[type="text"].input-zip {
    width: 80px;
}

.form-row .for-checkbox {
    position: relative;
    padding-left: 29px;
    cursor: pointer;
    font-weight: normal;
    color: #798c99;
    line-height: 27px;
}

.multiple-checkbox .for-checkbox:not(:last-child) {
    margin-right: 24px;
}

.form-row .for-checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 2px;
}

.iradio,
.icheckbox {
    position: absolute;
    width: 24px;
    height: 21px;
    left: -20px;
    top: 0;
}

.iradio:before {
    content: "p";
    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;
}

.icheckbox: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;
    background-color: #fff;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.icheckbox: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);
}

.icheckbox.checked:before {
    border-color: #000;
    background-color: #fff;
}

.icheckbox.checked:after {
    opacity: 1;
}

.iradio.checked:before {
    border-color: #7dd599;
    background-color: #7dd599;
}

.iradio:before {
    content: "n";
}

.iradio.checked:before {
    content: "o";
}

.popup-content .custom-radio,
.popup-content .custom-checkbox,
.popup-content .custom-checkbox2 {
    position: relative;
    display: block;
    padding: 14px 24px;
    padding-right: 50px;
    border-bottom: 1px solid #ebeef0;
    margin: 0 -25px;
    width: auto;
    max-width: none;
    cursor: pointer;
}

.popup-content .custom-radio:first-child,
.popup-content .custom-checkbox:first-child,
.popup-content .custom-checkbox2:first-child {
    border-top: 1px solid #ebeef0;
}

.popup-content .iradio,
.popup-content .icheckbox {
    left: auto;
    right: 13px;
    top: 22px;
}

.popup-content .iradio {
    top: 12px;
}

.popup-content .iradio.checked {
    top: 12px;
    right: 15px;
}

.notifications-popup {
    max-width: 400px;
}

.custom-radio .title,
.custom-checkbox .title,
.custom-checkbox2 .title {
    font-weight: normal;
    font-size: 18px;
    color: #000;
    margin: 0;
}

.custom-checkbox .subtitle,
.custom-checkbox2 .subtitle {
    font-weight: normal;
    font-size: 15px;
    color: #798c99;
    margin: 0;
}

.theme-popup {
    width: 100%;
}

.theme-popup .themes-menu {
    text-align: center;
}

.theme-popup .themes-menu li {
    float: none;
    margin: 2px;
    width: 60px;
    display: inline-block;
}

.form-row .for-radio {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-weight: normal;
}

.form-row .for-radio input[type="radio"] {
    position: absolute;
    left: 0;
    top: 2px;
}

.form-row .for-radio span {
    margin-left: 0;
    color: #333;
}

.form-row .for-radio .explain {
    color: #798c99;
    margin-left: 5px;
}

.multiple-radio .for-radio {
    padding-left: 27px;
    padding-top: 4px;
}

.multiple-radio .for-radio:not(:last-child) {
    margin-right: 24px;
}

.custom-select {
    width: 100%;
    width: calc(100% - 2px);
}

.default-styled-select {
    width: 100%;
    color: #333333;
    height: 35px;
    text-decoration: none solid #333333;
    column-rule-color: #333333;
    border: 1px solid #D3DBE2;
    border-radius: 3px;
    outline: #333333 none 0px;
    padding: 8px;
    white-space: nowrap;
}

.ui-selectmenu .ui-selectmenu-icon {
    text-indent: 0;
    color: #FAAA5B;
}

.ui-selectmenu .ui-selectmenu-icon:before {
    position: absolute;
    left: 1px;
    top: 9px;
}

/*Color picker*/
.selected-color {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    left: 0;
    top: 0;
    border: 1px solid #cdcdcd;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.selected-color span {
    display: none;
    position: absolute;
    font-size: 14px;
    left: 10px;
    top: 9px;
}

.colorpicker-wrap {
    position: relative;
    padding-left: 40px;
}

.colorpicker-wrap input[type="text"] {
    background: #fff !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-group.gdpr_popup_info {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 300;
}

/*Tabs on page*/
.ui-tabs .ui-tabs-nav {
    margin-bottom: 20px !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav,
.ui-tabs .ui-tabs-nav li,
.ui-tabs,
.ui-tabs .ui-tabs-panel {
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    background: none;
}

.ui-tabs .ui-tabs-panel {
    border: none;
    padding: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor  {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial', sans-serif;
    width: 100%;
    border-bottom: 2px solid transparent;
    background-color: #fff;
    color: #000;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}


.ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover,
.ui-tabs .ui-tabs-nav .ui-tabs-anchor:active,
.ui-tabs .ui-tabs-nav .ui-tabs-anchor:focus {
    color: #000;
}

.ui-tabs .ui-tabs-nav li {
    margin-right: 30px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-color: #d4dbe2;
    background: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    color: #000;
    outline: none;
}

.ui-tabs .ui-tabs-nav li:not(.ui-tabs-active) .ui-tabs-anchor:hover {
    border-color: #ccc;
}

.style-tabs .ui-tabs-panel {
    padding: 0;
}

.style-tabs .ui-tabs-panel .form-row:last-child {
    margin-bottom: 0;
}

/*Design block*/
.design-block {
    position: relative;
}

.design-block.countdown-preview {
    height: 190px;
}

.design-mobile3 {
    width: 330px;
    bottom: -9px;
}

.design-mobile4 {
    width: 370px;
}

.design-small-popup {
    height: 510px;
    max-width: 520px;
    min-width: 520px;
    background-color: #f8f8f8;
    overflow: hidden;
    border-radius: 5px;
}

@media (max-width: 1320px) {
    .design-block.countdown-preview {
        max-width: 520px;
        min-width: 520px;
    }
}

@media (max-width: 1230px) {
    .design-small-popup {
        max-width: 480px;
        min-width: 480px;
    }
}

.design-autoheight-popup {
    height: inherit;
}

/*Subscribe popup*/
.design-subscribe-popup {
    height: auto;
}

.subscribe-popup {
    max-width: 550px;
    margin: 0 auto;
    background: #d2e4f6;
    padding: 25px;
    border-radius: 12px;
    position: relative;
    margin-top: 15px;
}

.subscribe-popup .close-popup {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #2ca0b7;
    font-size: 16px;
}

.subscribe-popup .close-popup:active,
.subscribe-popup .close-popup:focus,
.subscribe-popup .close-popup:hover {
    text-decoration: none;
}

.subscribe-popup .popup-title {
    text-align: center;
    font-size: 34px;
    color: #e55077;
    font-weight: bold;
    margin-bottom: 15px;
}

.subscribe-popup .popup-content {
    text-align: center;
}

.subscribe-popup .popup-content p {
    color: #0c3250;
    font-size: 15px;
    margin-bottom: 15px;
}

.subscribe-popup .app-info {
    padding-top: 15px;
    font-size: 12px;
    color: #999;
}

.app-info img {
    margin-left: 15px;
    vertical-align: top;
}

/*Fp block*/

.design-desktop .fp-block2 {
    width: 370px;
}

.fp-block {
    background: #2D5C80;
    padding-right: 25px;
    /*min-height: 100px;*/
    min-height: 95px;
    padding-left: 102px;
    padding-top: 2px;
    /*width: 400px;*/
}

.fp-block > a {
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 7px;
    color: #FAAA5B;
    font-size: 10px;
}

.fp-block .image-wrap {
    /*width: 100px;*/
    /*height: 100px;*/
    width: 50px;
    height: 50px;
    position: absolute;
    left: 20px;
    top: 22px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    /*-ms-background-position-y: 14px;*/
    /*background-position-y: 14px;*/
}

.push-display-2 {
    -ms-background-position-x: 10px;
    background-position-x: 10px;
}

.push-display-1 {
    -ms-background-position-y: 14px;
    background-position-y: 14px;
}

.fp-block .image-wrap img {
    height: 100%;
    /*width: 100%;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*-webkit-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    display: none;
}

.hero-image-block {
    background-color: #FFFFFF;

}

.design-desktop .hero-image-block.set {
    /*min-width: 360px;*/
    padding: 10px;
    height: 240px;
}

.design-desktop .hero-image-block > div {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
}

.hero-image-block img {
    display: none !important;
}

.hero-image-block img {
    width: 100%;
}

.design-mobile.cta-count0 .hero-image-block {
    display: none;
}

.push_20 .design-mobile.cta-count0 .hero-image-block,
.push_21 .design-mobile.cta-count0 .hero-image-block {
    display: block;
}

/*.design-mobile .hero-image-block {*/
/*height: 35px;*/
/*}*/

.push_20 .design-mobile .hero-image-block,
.push_21 .design-mobile .hero-image-block {
    height: 165px;
    margin: 0 20px 20px;
}

.push_20 .design-mobile .fp-block,
.push_21 .design-mobile .fp-block {
    padding-bottom: 20px;
}

.push_21 .schedule-con .form-row {
    width: 46%;
}

.design-mobile .hero-image-block > div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.design-mobile .preview_cta_title {
    padding: 0 20px 10px;
    margin: 0 -10px 0;
}

/*.design-mobile .hero-image-block img {
    display: none !important;
}*/

.design-mobile .preview_cta_title > div {

}

.info-comment {
    padding: 10px 0px;
    color: #798c99;
}

.details.preview_domain {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.details.preview_domain a {
    margin: 0 5px;
}

.preview_cta1_title, .preview_cta2_title {
    font-family: Arial, Tahoma, Geneva, Kalimati, sans-serif !important;
    background: #2D5C80 url("../images/cta3.png") top 15px center no-repeat;
    background-size: 17px;
    position: relative;
    padding: 10px 0;
    min-width: 65px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    padding-top: 40px;
    flex-basis: 50%;
    width: 50%;
    min-height: 83px;
    color: #fff;
    transition: background-color 0.2s ease-out;
    overflow: hidden;
    white-space: nowrap;
}

.preview_cta1_title {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.design-desktop ._one .preview_cta1_title,
.design-desktop ._one .preview_cta2_title {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.preview_cta2_title {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.design-desktop .preview_cta1_title,
.design-desktop .preview_cta2_title {
    flex-grow: 1;
}

.design-mobile .preview_cta1_title {
    border: none;
}

.design-mobile .preview_cta2_title {
    border: none;
}

.design-mobile .preview_cta_title {
    justify-content: flex-start;
}

.design-mobile .preview_cta1_title,
.design-mobile .preview_cta2_title,
.design-mobile .preview_cta3_title {
    font-family: Arial, Tahoma, Geneva, Kalimati, sans-serif !important;
    min-height: 0 !important;
    background: #fff !important;
    position: relative;
    padding: 0 10px 5px !important;
    min-width: 65px;
    color: #0682a0;
    text-align: center !important;
    font-size: 14px !important;
    line-height: 20px !important;
    cursor: pointer;
    width: auto !important;
    max-width: 100% !important;
    flex-basis: auto !important;
}

.fp-block div.details {
    overflow: hidden;
}

.fp-block._relative {
    position: relative;
}

.fp-block .title {
    font-family: Arial, Tahoma, Geneva, Kalimati, sans-serif !important;
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    min-height: 16px;
    color: #fff;
}

.fp-block p.details {
    font-family: Arial, Tahoma, Geneva, Kalimati, sans-serif !important;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
    font-weight: 300;
    color: #ABBDCB;
}

.fp-block .details a {
    font-family: Arial, Tahoma, Geneva, Kalimati, sans-serif !important;
    color: #ABBDCB;
    font-size: 12px;
    line-height: 20px;
    display: block;
}

/*Mobile tab*/
.design-mobile .fp-block2 {
    position: absolute;
    width: 240px;
    top: 135px;
    left: 28px;
    bottom: auto;
    right: auto;
    overflow: hidden;
}

.design-mobile .fp-block {
    padding-right: 85px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 60px;
    background-color: #fff;
}

.design-mobile .preview_cta1_title, .design-mobile .preview_cta2_title, .design-mobile .preview_cta3_title {
    font-family: 'Roboto', sans-serif !important;
    float: left;
    white-space: nowrap;
    padding-left: 20px;
    background: none;
}

.cta-count1 .preview_cta1_title, .cta-count1 .preview_cta2_title {
    width: 100%;
}

.cta-count2 .preview_cta1_title, .cta-count2 .preview_cta2_title {
    width: 50%;
}

.design-mobile .image-wrap {
    height: 50px;
    width: 50px;
    left: auto;
    right: 20px;
    top: 50px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}


.design-mobile .image-wrap img {
    width: 100%;
    /*display: block;*/
}

.design-mobile .title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    line-height: 26px;
    color: #191919;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}

.design-mobile .fp-block .title a {
    font-family: 'Roboto', sans-serif !important;
    color: #FAAA5B;
}

.design-mobile p.details {
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px;
    line-height: 20px;
    color: #727272;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.design-mobile div.details {
    padding: 3px 0 0;
}

/*Designed popup*/
.designed-popup {
    font-family: Arial, Tahoma, Geneva, Kalimati, sans-serif !important;
    min-width: 220px;
    max-width: 300px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.designed-popup .logo {
    font-size: 13px;
}


.designed-popup .logo a {
    color: #7acec3 !important;
}

.designed-popup .logo a:hover {
    text-decoration: underline;
}

.content-hidden .designed-content {
    display: none;
}

.designed-popup-2 {
    left: auto;
    right: 50px;
}

.designed-top {
    background: #7acec3;
    border-radius: 5px 5px 0 0;
    padding: 7px;
    padding-left: 49px;
    position: relative;
    line-height: 26px;
    font-size: 18px;
    white-space: nowrap;
    padding-right: 10px;
}

.designed-top a {
    display: block;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}

.designed-top a span {
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 7px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 2px;
    color: #7acec3;
}

.designed-top span:before {
    position: absolute;
    left: 5px;
    top: 6px;
    font-size: 15px;
    content: 'i';
}

.popup-visible .designed-top span:before {
    content: 'g';
}

.designed-popup .image-wrap {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 5px;
    display: inline-block;
}

.designed-popup .image-wrap img {
    max-width: 100px;
}

.designed-popup .details {
    line-height: 16px;
    text-align: center;
    margin-bottom: 18px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 12px;
    font-size: 13px;
}

.designed-popup .button-popup {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    transition: opacity 0.2s ease-out;
}

.designed-popup .button-popup:hover {
    opacity: 0.6;
}

.designed-content {
    border-left: 1px solid #7acec3;
    border-right: 1px solid #7acec3;
    text-align: center;
}

.designed-content .content {
    padding-bottom: 13px;
}

.button-settings {
    padding-left: 20px;
    position: relative;
    color: #000;
}

.button-settings span {
    position: absolute;
    left: 0;
    top: 0;
    color: #7acec3;
    font-size: 15px;
}

.designed-bottom {
    padding: 10px;
}

.mobile-show {
    display: none;
}

.mobile-embed-info {
    display: none;
}

/*.change-email-popup {*/
/*max-width: 600px;*/
/*}*/

/*Rate us popup*/
.rate-us-popup {
    max-width: 400px;
}

.rate-us-popup p {
    font-size: 15px;
    line-height: 1.3em;
    color: #798c99;
    text-align: center;
}

.rateit {
    width: 250px;
    margin: 0 auto;
    margin-top: 15px;
    display: block;
}

/*Themes menu*/
.themes-menu {

}

.themes-menu li {
    float: left;
    border: 1px solid #fff;
    border-radius: 2px;
    margin-right: 14px;
}

.themes-menu li.active {
    border-color: #000;
}

.themes-menu a {
    width: 46px;
    height: 46px;
    display: inline-block;
    vertical-align: top;
}

.themes-menu li:hover {
    border-color: #000;
}

.themes-menu a div {
    width: 46px;
    height: 46px;
}

.theme-1 {
    background: -moz-linear-gradient(
            -45deg,
            #ffffff 20%, #f6f6f6 20%,
            #f6f6f6 40%, #f5851f 40%,
            #f5851f 60%, #000000 60%,
            #000000 80%, #cccccc 80%,
            #cccccc 100%
    );
    background: -webkit-linear-gradient(
            -45deg,
            #ffffff 20%, #f6f6f6 20%,
            #f6f6f6 40%, #f5851f 40%,
            #f5851f 60%, #000000 60%,
            #000000 80%, #cccccc 80%,
            #cccccc 100%
    );
    background: linear-gradient(
            -45deg,
            #ffffff 20%, #f6f6f6 20%,
            #f6f6f6 40%, #f5851f 40%,
            #f5851f 60%, #000000 60%,
            #000000 80%, #cccccc 80%,
            #cccccc 100%
    );
}

.theme-2 {
    background: -moz-linear-gradient(
            -45deg,
            #ffffff 25%, #e7ede0 25%,
            #e7ede0 50%, #e48a43 50%,
            #e48a43 75%, #364a5e 75%,
            #364a5e 100%
    );
    background: -webkit-linear-gradient(
            -45deg,
            #ffffff 25%, #e7ede0 25%,
            #e7ede0 50%, #e48a43 50%,
            #e48a43 75%, #364a5e 75%,
            #364a5e 100%
    );
    background: linear-gradient(
            -45deg,
            #ffffff 25%, #e7ede0 25%,
            #e7ede0 50%, #e48a43 50%,
            #e48a43 75%, #364a5e 75%,
            #364a5e 100%
    );
}

.theme-3 {
    background: -moz-linear-gradient(
            -44deg,
            #ffffff 25%, #c53a29 25%,
            #c53a29 50%, #992357 50%,
            #992357 75%, #e19100 75%,
            #e19100 100%
    );
    background: -webkit-linear-gradient(
            -44deg,
            #ffffff 25%, #c53a29 25%,
            #c53a29 50%, #992357 50%,
            #992357 75%, #e19100 75%,
            #e19100 100%
    );
    background: linear-gradient(
            -44deg,
            #ffffff 25%, #c53a29 25%,
            #c53a29 50%, #992357 50%,
            #992357 75%, #e19100 75%,
            #e19100 100%
    );
}

/*Plans page*/

.pricing-promocode {
    float: right;
    width: 250px;
    text-align: right;

    position: absolute;
    right: 0;
    top: -67px;
}

.pricing-promocode-content-active {
    margin-top: 10px;
}

.promocode-wrap {
    max-width: 1010px;
    margin: 0 auto;
    position: relative;
}

.pricing-promocode-content {
    display: inline-flex;
}

.pricing-promocode-input {
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 4px;
}

.pricing-promocode-label {
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 4px;
    text-align: right;
}

.pricing-promocode a.button-orange {
    flex-shrink: 0;
}

.pricing-promocode button {
    border: 0;
}

.pricing-promocode-error {
    color: #E15B2B;
    text-align: right;
    margin-top: 5px;
}

.pricing-promocode-button-remove {
    padding-left: 10px;
}

@media (max-width: 640px) {
    .pricing-promocode {
        position: relative;
        right: auto;
        top: auto;
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .pricing-promocode-error {
        text-align: center;
    }
}

.select-plan-content {
    width: 1010px;
    margin: 0 auto;
    position: relative;
}

.select-plan-content td {
    padding: 8px 24px;
    text-align: center;
    width: 20%;
}

.select-plan-content .no-padding {
    padding: 0;
}

.select-plan-content td.tal {
    text-align: left;
}

.bg-white {
    background-color: #fff;
}

.bg-yellow {
    background-color: #faf7ed;
}

.bg-green {
    background-color: #f5fbf4;
}

.bg-orange {
    background-color: #faf7ed;
}

.borders {
    border: 1px solid #d3dbe2;
}

td.no-top {
    border-top: none;
}

td.f-medium {
    font-size: 15px;
}

td.f-big {
    font-size: 18px;
}

td.orange {
    color: #FAAA5B;
}

.plan-table {
    color: #000;
    /*margin-top: 50px;*/
}

.plan-table h4 {
    font-weight: normal;
    color: #000;
    font-size: 18px;
}

.plan-table p {
    color: #798c99;
}

.plan-table .price {
    margin-bottom: 25px;
}

.plan-table .price span {
    font-size: 24px;
    font-weight: bold;
    color: #FAAA5B;
}

.plan-table .button-orange {
    margin-bottom: 5px;
    color: #fff;
}

.plan-tabs .icon-check,
.select-plan-content .icon-check {
    color: #FAAA5B;
    line-height: normal;
    font-size: 16px;
}

.tab-green {
    background: #3fb021;
    color: #fff;
    border-radius: 4px 4px 0 0;
    line-height: 31px;
    font-weight: bold;
    font-size: 15px;
}

.tab-orange {
    background: #FAAA5B;
    color: #fff;
    border-radius: 4px 4px 0 0;
    line-height: 31px;
    font-weight: bold;
    font-size: 15px;
}

.explain-plans {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 0;
    color: #798c99;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 1.5em;
}

.spacer-cell {
    height: 50px;
}

/*Mobile tabs*/
.plan-tabs {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    display: none;
}

.plan-tabs .plan-table {
    width: 100%;
    border: 1px solid #d3dbe2;
}

.plan-tabs td {
    padding: 8px 3px;
}

.plan-tabs .no-padding {
    padding: 0;
}

.plan-tabs td.borders {
    border-left: none;
    border-right: none;
}

.plan-tabs .price {
    font-size: 24px;
}

.plan-tabs .price span {
    font-size: 45px;
}

.plan-tabs {
    position: relative;
}

.plan-tabs .ui-tabs-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.plan-tabs .ui-tabs-panel {
    border: none;
    padding: 10px;
    padding-bottom: 20px;
}

.plan-tabs .ui-tabs-nav li {
    width: 25%;
    border: none;
    background: #FAAA5B;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    border-bottom: 2px solid transparent;
}

.plan-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #fff;
    color: #000;
    border-color: #000;
}

.ui-tabs-nav .ui-tabs-anchor {
    color: #fff;
    text-align: center;
    display: block;
    float: none;
    padding: 0 10px;
    line-height: 60px;
    border-bottom: 2px solid transparent;
}

.ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    background: #fff;
    color: #000;
    border-color: #000;
}

.check-title {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

.select-users {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 25px;
    max-width: 400px;
    padding: 0 10px;
}

.select-users li {
    float: left;
    width: 25%;
}

.select-users li a {
    display: block;
    line-height: 38px;
    text-align: center;
    color: #FAAA5B;
    border: 1px solid #f0d3bc;
    border-right: none;
}

.select-users li:first-child a {
    border-radius: 3px 0 0 3px;
}

.select-users li:last-child a {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #f0d3bc;
}

.select-users .selected a {
    background: #fff;
    color: #333;
}

/*Wizard steps*/
.notification-preview {
    width: 602px;
    border: 1px solid #ebeef0;
    border-radius: 6px;
    background: #fff;
    padding: 10px;
    text-align: left;
    margin: 0 auto 50px;
}

.wizard-step-content > .image-wrap {
    margin-bottom: 25px;
    margin-left: 15px;
    margin-right: 15px;
}

.wizard-step-content > .image-wrap img {
    max-width: 100%;
}

/*Page bottom ----------------------------------------*/
.page-bottom {
    padding: 10px;
    background: #fff;
    margin-top: 40px;
    position: fixed;
    left: 230px;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 100;
    display: none;
}

.allow-page .page-bottom {
    left: 0;
}

.page-bottom a {
    margin: 0 10px;
}

/*Popups*/
.fancybox-overlay-fixed {
    background: rgba(49, 55, 61, 0.9);
}

.fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    background: none;
}

.default-popup {
    max-width: 600px;
    padding: 25px;
    background: #fff;
    padding-top: 16px;
}

.default-popup p {
    margin-bottom: 3px;
}

.settings-popup {
    max-width: 1000px;
    /*padding: 45px;*/
    /*padding-top: 22px;*/
    /*padding-bottom: 34px;*/

    padding: 25px 0 30px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.settings-popup .popup-header,
.settings-popup .popup-content,
.settings-popup .popup-footer {
    padding-left: 30px;
    padding-right: 30px;
}

.change-sender-popup .popup-content {
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 600px) {

    .settings-popup .popup-header,
    .settings-popup .popup-content,
    .settings-popup .popup-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .change-sender-popup .popup-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .popup-content .custom-radio, .popup-content .custom-checkbox, .popup-content .custom-checkbox2 {
        padding: 10px;
    }
}

.fancybox-settings-popup .fancybox-close {
    right: 12px;
}

.fancybox-settings-popup .fancybox-close:before {
    font-size: 18px;
}

.settings-popup .popup-footer {
    margin-top: 50px;
}

.change-sender-popup .popup-footer {
    margin-top: 30px;
}

.settings-popup.sender-type-popup .popup-footer {
    margin-top: 40px;
}

/*@media screen and (max-width: 400px) {*/
/*.settings-popup {*/
/*padding: 23px;*/
/*padding-top: 19px;*/
/*}*/
/*}*/

@media screen and (max-width: 600px) {
    /*.settings-popup .popup-footer {*/
    /*margin-top: 15px;*/
    /*}*/
    /*.settings-popup .popup-footer a {*/
    /*width: 100%;*/
    /*margin: 0 0 5px 0;*/
    /*text-align: center;*/
    /*}*/
}

.content-description {
    color: #798c99;
    font-size: 16px;
    margin-bottom: 16px;
}

.settings-popup .input-description {
    margin-bottom: 13px;
    font-weight: 400;
    letter-spacing: 0.05rem;
    font-size: 14px;
    color: #798c99;
    display: block;
    width: 100%;
}

.settings-popup.sender-type-popup .input-description {
    margin-bottom: 7px;
    margin-top: 0px;
    line-height: 16px;
}

.settings-popup .form-row label {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 3px;
}

/*.settings-popup .custom-select-ondemand {*/
/*width: 50%;*/
/*margin-bottom: 6px;*/
/*}*/

.settings-popup .popup-content .custom-checkbox {
    /*padding-right: 25px;*/
    padding: 4px 22px 0 2px;
    margin: 0;
}

.settings-popup .popup-content .iradio {
    left: 2px;
    right: auto;
    top: 9px;
}

.settings-popup .popup-content .iradio.checked {
    top: 9px;
}

.settings-popup .popup-content .iradio {

}

.settings-popup .radio_con label {
    padding-left: 34px !important;
}

.settings-popup .popup-content .custom-radio {
    border: 0;
    margin: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

@media screen and (max-width: 1024px) {
    /*.settings-popup .custom-select-ondemand {*/
    /*width: 100%;*/
    /*}*/
    .setting-bottom {
        padding: 20px 30px;
    }
}

.fancybox-close {
    background: none;
    width: 24px;
    height: 24px;
    right: 5px;
    top: 5px;
    transition: all 0.2s linear;
}

.fancybox-close:before {
    color: #FAAA5B;
    font-size: 15px;
    position: absolute;
    right: 5px;
    top: 9px;
}

@media (max-width: 768px) {
    .fancybox-close:before {
        font-size: 20px;
    }
}

.fancybox-close:active:before,
.fancybox-close:focus:before,
.fancybox-close:hover:before {
    color: #333;
}

.popup-header {
    font-size: 24px;
    color: #1f2527;
    margin-bottom: 14px;
    line-height: 1.2em;
    padding-right: 15px;
}

.settings-popup .popup-header {
    font-size: 26px;
    color: #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1.2em;
    padding-right: 15px;
    font-weight: 400;
    letter-spacing: -0.016em;
    border-bottom: 1px solid #ebeef0;
}

.settings-popup .popup-footer {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ebeef0;
}

/*.settings-popup.sender-type-popup .popup-header {*/
/*margin-bottom: 30px;*/
/*}*/

/*#sender-type-phone-content .popup-header {*/
/*margin-bottom: 35px;*/
/*}*/

/*#sender-type-phone-content .content-description {*/
/*!*margin-left: 5px;*!*/
/*}*/

/*#sender-type-phone-content .phone-row {*/
/*margin-bottom: 25px;*/
/*}*/

/*#sender-type-phone-content .additional-description {*/
/*!*margin-left: 7px;*!*/
/*font-size: 14px;*/
/*letter-spacing: 0.012rem;*/
/*}*/

/*#sender-type-phone-content .popup-footer {*/
/*margin-top: 51px;*/
/*!*margin-left: -17px;*!*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*#sender-type-phone-content .popup-footer {*/
/*margin-left: 0;*/
/*}*/
/*}*/

/*@media screen and (min-width: 601px) {*/
/*#enter-pin-content {*/
/*width: 389px;*/
/*}*/
/*}*/

/*@media screen and (min-width: 801px) {*/
/*#enter-pin-content {*/
/*width: 500px;*/
/*}*/
/*}*/

/*@media screen and (min-width: 1200px) {*/
/*#enter-pin-content {*/
/*width: 910px;*/
/*}*/
/*}*/

/*#enter-pin-content .popup-footer {*/
/*margin-top: 40px;*/
/*!*margin-left: -18px;*!*/
/*}*/

/*#enter-pin-content .content-description {*/
/*margin-bottom: 22px;*/
/*}*/

/*#enter-pin-content .input-description {*/
/*!*margin-left: 5px;*!*/
/*}*/

.form-row-smaller {
    margin-bottom: 10px;
}

/*#enter-pin-content .phone_verification_code {*/
/*margin-bottom: 15px;*/
/*}*/

/*#enter-pin-content .popup-header {*/
/*margin-bottom: 33px;*/
/*}*/

/*@media screen and (max-width: 400px) {*/
/*.settings-popup .popup-header {*/
/*margin-bottom: 14px;*/
/*}*/
/*}*/

/*.upload-in-popup {*/
/*position: relative;*/
/*padding-left: 139px;*/
/*min-height: 36px;*/
/*margin-bottom: 30px;*/
/*}*/

.upload-in-popup .button-orange {
    position: absolute;
    left: 0;
    width: 120px;
    text-align: center;
    top: 0;
}

.upload-in-popup p {
    margin: 0;
    color: #798c9a;
    font-size: 13px;
    line-height: 18px;
}

.popup-footer {
    margin-top: 22px;
}

.popup-footer a {
    margin: 0 10px;
}

.popup-footer a:first-of-type {
    margin-left: 0;
}

@media screen and (max-width: 480px) {
    #permissions-popup .popup-footer {
        margin-top: 12px;
    }

    #permissions-popup .popup-footer a {
        margin: 0;
        width: 100%;
        margin-top: 10px;
    }
}

/*Search popup*/
.search-popup {
    padding: 0;
    width: 280px;
}

.search-popup .popup-footer {
    padding-bottom: 22px;
}

.form-popup-search {
    position: relative;
    padding-left: 40px;
}

.form-popup-search .icon-search {
    position: absolute;
    left: 8px;
    top: 8px;
    font-size: 24px;
    color: #798c99;
}

.form-popup-search input[type="text"] {
    width: 100%;
    border: none;
    padding: 15px 10px;
    font-size: 15px;
}

.search-suggest {
    overflow: auto;
    max-height: 300px;
}

.search-suggest li {
    border-bottom: 1px solid #d3dbe2;
    font-size: 15px;
}

.search-suggest span,
.search-suggest a {
    display: block;
    padding: 12px 15px;
    color: #333;
}

.search-suggest .group-name {
    font-weight: bold;
    background: #f4f6f8;
}

.search-suggest a:hover,
.search-suggest a:active,
.search-suggest a:focus,
.search-suggest .active {
    background: #FAAA5B;
    color: #fff;
}

/*Logo slider*/
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    display: inline-block;
    border-radius: 12px;
    color: #fff;
    background: #FAAA5B;
    border: none;
    margin: 0;
    padding: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    opacity: 1;
    margin-top: -12px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:before {
    position: absolute;
    left: 4px;
    top: 6px;
    font-size: 13px;
}

.owl-theme .owl-controls .owl-nav .owl-next:before {
    left: 6px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-].disabled {
    background: #ddd;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -37px;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
    right: -37px;
}

.logo-slider img {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #fff;
    max-width: 100%;
    width: 80px;
}

.popup-type-icon .logo-slider img {
    width: 80px;
}

/*#upload_popup .popup-content .tab-content {
    overflow-y: scroll;
    height: 380px;
}*/

.nav-tabs.tabs-style-orange {
    border-bottom: none;
}

.nav.tabs-style-orange > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs.tabs-style-orange > li > a {
    color: #75c99d;
    line-height: 50%;
    border: 1px solid #75c99d;
    border-radius: 9999px;
    margin-right: 6px;
    margin-bottom: 6px;
    transition: all 0.2s ease-out;
}

.nav-tabs.tabs-style-orange > li > a:hover {
    border-color: #000;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}


.nav-tabs.tabs-style-orange > li.active > a,
.nav-tabs.tabs-style-orange > li.active > a:focus,
.nav-tabs.tabs-style-orange > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #75c99d;
    border: 1px solid #75c99d;
    /*border-bottom-color: #FAAA5B;*/
}

.logo-slider {
    overflow: hidden;
}

.logo-slide {
    text-align: center;
    display: inline-block;
    max-width: 33.333%;
    float: left;
}


@media (max-width: 400px) {
    .popup-type-hero .logo-slide {
        max-width: 100%;
    }
}

.popup-type-hero .logo-slide {
    /*padding: 3px;*/
}

.logo-slide a {
    color: #7dd599;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

#logo-slider1-con {
    width: 100%;
    margin-bottom: 25px;
}

.popup-type-mms #logo-slider1-con {
    margin-bottom: 18px;
}

.logo-slide a:hover {
    color: #7dd599 !important;
    text-decoration: underline !important;
}

.logo-slide a:active,
.logo-slide a:focus,
.logo-slide a:hover {
    color: #333;
}

.logo-slider {
    margin: 0 -8px;
}

.logo-slide .image-wrap {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding: 0 8px;
    border-radius: 3px;
    display: block;
}

.logo-slide.active .image-wrap img,
.logo-slide.active .image-wrap {
    border-color: #d4dbe2;
    background: #d4dbe2;
}

.image-wrap img:hover {
    border-color: #454e57;
}

.big_title {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 35px;
}

/*Subscribe in modal*/
.fancybox-inner .subscribe-popup {
    margin-top: 0;
}

.preview-popup .fancybox-close:before {
    font-size: 16px;
    left: 3px;
    top: 5px;
    color: #2ca0b7;
}

.preview-popup .fancybox-close:active:before,
.preview-popup .fancybox-close:focus:before,
.preview-popup .fancybox-close:hover:before {
    color: #333;
}

/*System message*/
.system-message {
    position: fixed;
    right: 0;
    bottom: 0;
    /*left: 220px;*/
    left: 0;
    background: #000;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 21px;
    z-index: 8100;
}

.system-message .error-message,
.system-message .success-message {
    display: inline-block;
    padding-left: 60px;
    position: relative;
}

.system-message .error-message {
    padding-left: 0px;
}

.system-message span.span-icon {
    position: absolute;
    left: 0;
    top: -7px;
    font-size: 42px;
}

.success-message span {
    color: #a7dc72
}

.error-message span {
    color: #fcd12e
}

/*Sliceview*/
#sliceview {
    left: 3px;
    bottom: 3px;
    top: auto;
    position: fixed;
    opacity: 0.2;
    overflow: hidden;
    width: 50px;
    transition: width 0.1s, opacity 0.1s;
    -webkit-transition: width 0.1s, opacity 0.1s;
    white-space: nowrap;
    overflow: auto;
    max-height: 100%;
}

#sliceview:hover {
    opacity: 1;
    width: 180px;
}

/*Allow page*/
.allow-page {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.allow-page-allow {
    position: relative;
    margin-top: 120px;
    padding-top: 85px;
}

.allow-page-allow .arrow_top {
    position: absolute;
    left: 60px;
    top: 30px;
    width: 40px
}

.allow-page-allow .video {
    width: 100%;
}

.allow-page-blocked span, .allow-page-allow span {
    color: #000;
}

.allow-page-subscribe {
    margin-top: 140px;
}

.supported_on {
    text-transform: uppercase;
    margin-top: 30px;
    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
}

.allow-page-not-supported p {
    max-width: 500px;
    margin: 0 auto;
}

.allow-page-not-supported .google_chrome {
    margin-bottom: 5px;
}

.allow-page-not-supported .button-orange {
    margin-top: 40px;
}

.allow-page-not-supported2 {
    padding-top: 80px;
}

.allow-page-not-supported2 .button-orange {
    margin-top: 40px;
}

.allow-page-not-supported .install_chrome {
    color: #FAAA5B;
    font-size: 16px;
}

.allow-page.type-1 {
    margin: 0;
}

.allow-page.type-3 {
    padding-bottom: 40px;
    padding-top: 55px;
}

.allow-page.type-4 {
    padding-bottom: 56px;
    padding-top: 25px;

}

.allow-page h2 {
    font-weight: normal;
    font-size: 32px;
    color: #000;
    margin: 0 0 6px;
}

.allow-page p {
    color: #798c99;
    font-size: 18px;
    margin-top: 9px;
    line-height: 25px;
    margin-bottom: 18px;
}

.allow-page p a {
    color: #FAAA5B;
    position: relative;
}

.allow-page p a:before {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    border-bottom: 1px solid #FAAA5B;
    content: '';
}

.allow-page p a:active:before,
.allow-page p a:focus:before,
.allow-page p a:hover:before {
    border: none;
}

.allow-page .tal img {
    margin-left: 40px;
}

.allow-thanx {
    margin-top: 54px;
    margin-bottom: 77px;
}

/*Shop name*/
.shop-name {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    text-align: center;
    padding: 4px 20px;
    font-size: 20px;
    color: #000;
    display: none;
}

.hide-shop-name {
    position: absolute;
    right: 11px;
    top: 11px;
    color: #FAAA5B;
    font-size: 12px;
}

.hide-shop-name:active,
.hide-shop-name:focus,
.hide-shop-name:hover {
    color: #333;
}

.type-5 {
    min-height: 290px;
}

.type-5 .stick-bottom {
    position: absolute;
    right: 25px;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.type-5 p a {
    color: #798c99;
}

.type-5 p a:before {
    border-color: #798c99;
}

.type-5 p span {
    color: #000;
}

.type-5 .button-orange-border {
    background: transparent;
    padding: 0 8px;
}

/*Popup settings*/
.popup-settings-block {
    text-align: left;
    max-width: 650px;
    margin: 0 auto;
}

.popup-settings-bottom a {
    margin: 0 10px;
}

.popup-settings-bottom {
    margin-top: 67px;
}

.popup-settings-block .for-checkbox {
    margin-bottom: 0;
    line-height: 19px;
    padding-top: 4px;
}

.popup-settings-block .form-row {
    margin-bottom: 17px;
}

.designed-popup-pop {
    max-width: 400px;
    text-align: center;
}

.designed-popup-pop .design-small-popup {
    position: relative;
    border: none;
    height: 300px;
}

.price-slider {
    margin-bottom: 30px;
    margin-top: 20px;
}

.noUi-pips-horizontal {
    padding: 4px 0;
}

.noUi-connect {
    background: #fb8120;
}

.noUi-handle {
    box-shadow: none;
    background: #dc6f03;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 7px;
}

.noUi-value-horizontal {
    padding-top: 7px;
    font-size: 10px;
}

.mobile-price-slider {
    display: none;
    margin: 0 20px;
    margin-bottom: 30px;
}

.mobile-price-slider p {
    font-size: 16px;
}

/* Countdown block*/
.countdown-block {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #7acec3;
    padding: 5px;
    padding-bottom: 12px;
    color: #fff;
    text-align: center;
    z-index: 100;
}

.countdown-block .block-1,
.countdown-block .block-2,
.countdown-block .block-3 {
    display: inline-block;
    vertical-align: middle;
}

.countdown-block .block-1 {
    font-size: 18px;
    padding-top: 9px;
}

.countdown-block .block-3 {
    padding-top: 7px;
}

/*Flip clock*/

.flip-clock-wrapper {
    width: 184px;
    margin: 0 12px;
}

.flip-clock-wrapper ul {
    width: 23px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    background: #fff;
    margin: 0 2px;
}

.flip-clock-divider {
    width: 11px;
}

.flip-clock-dot {
    background: #fff;
    box-shadow: none;
    left: 3px;
}

.flip-clock-wrapper .flip {
    box-shadow: none;
}

.flip-clock-wrapper ul li {
    line-height: 36px;
}

.flip-clock-wrapper ul li a div,
.flip-clock-wrapper ul li a div div.inn {
    font-size: 30px;
}

.flip-clock-wrapper ul li a div div.inn {
    background: #fff;
    color: #000;
    text-shadow: none;
}

.flip-clock-wrapper ul li a div .shadow {
    display: none;
}

.flip-clock-wrapper a {
    color: #000;
}

.flip-clock-divider {
    height: 36px;
}

.flip-clock-dot {
    width: 5px;
    height: 5px;
}

.flip-clock-dot.top {
    top: 23px;
}

.flip-clock-dot.bottom {
    bottom: 21px;
}

.flip-clock-divider .flip-clock-label {
    top: auto;
    bottom: -13px;
    color: #fff;
    font-size: 10px;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -46px;
}

.flip-clock-divider .flip-clock-label {
    right: -42px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -48px;
}

/*Statistics*/
.setting-title {
    padding: 15px 30px;
    font-weight: bold;
    font-size: 15px;
    color: #000;
}

.statistic-item .fp-block {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    padding-right: 0;
}

.statistic-item {
    padding: 20px 30px;
    border-top: 1px solid #ebeef0;
}

.statistic-item .fp-block .title {
    font-weight: normal;
    font-size: 21px;
    line-height: 21px;
}

.statistic-item .fp-block div.details {
    padding-top: 2px;
    padding-bottom: 0;
}

.statistic-item a.button-orange-border {
    color: #FAAA5B;
    font-size: 15px;
}

.statistic-item a.button-orange-border:active,
.statistic-item a.button-orange-border:focus,
.statistic-item a.button-orange-border:hover {
    color: #212121;
}

/*Reports page*/
.reports-list.no-padding {
    padding: 1px 0;
}

.report-totals {
    display: none;
    /*margin: 15px 30px;*/
}

.report-totals div.fl {
    padding-top: 7px;
}

/*.reports-list .paginator {*/
/*margin: 15px 30px;*/
/*}*/

.reports-list .col-1,
.reports-list .col-2,
.reports-list .col-3 {
    float: left;
}

.reports-list .col-1 {
    width: 67%;
}

.reports-list .col-2,
.reports-list .col-3 {
    width: 15%;
    text-align: right;
}

.reports-list .col-3 {
    width: 18%;
}

.report-title {
    padding: 15px 30px;
    background: #faf7ed;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    border-top: 1px solid #ebeef0;
}

.report-list-item {
    padding: 20px 30px;
    border-bottom: 1px solid #ebeef0;
}

.report-list-item .image-wrap {
    width: 80px;
    height: 80px;
    border: 1px solid #dddddd;
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 21px;
}

.report-list-item .image-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 98%;
    max-height: 98%;
}

.report-list-item .col-1 {
    position: relative;
    padding-left: 101px;
    padding-top: 17px;
    min-height: 80px;
}

.report-list-item .col-1 p {
    margin: 0;
    margin-bottom: 7px;
}

.report-list-item .col-2,
.report-list-item .col-3 {
    padding-top: 32px;
    color: #666666;
}

.report-totals img {
    width: 65px;
    margin-right: 35px;
}

.prod-details a {
    color: #FAAA5B;
}

.prod-details a:before {
    padding-right: 5px;
}

.prod-details a:hover {
    color: #000;
}

.radio-steps {
    border-top: 1px solid #d4dbe2;
    /*margin-top: -3px;*/
    margin-top: 20px;
}

.radio-steps .form-group {
    border-bottom: 1px solid #d4dbe2;
    margin: 0;
}


.radio-steps .active {
    background: #fff;
}

.radio-steps .form-row {
    border-bottom: 1px solid #d4dbe2;
    margin-bottom: 0;
}

.radio-steps .for-radio {
    padding-left: 47px;
    line-height: 50px;
    margin-bottom: 0;
    font-size: 15px;
}

.radio-steps .for-radio:hover {
    /*background: #fff;*/
    color: #FAAA5B;
}

.radio-steps a {
    position: absolute;
    display: inline-block;
    right: 14px;
    top: 18px;
    line-height: normal;
    font-size: 13px;
    display: none
}

.radio-steps .active a {
    display: inline-block;
}

.radio-steps a:before {
    padding-right: 4px;
}

.radio-steps .iradio {
    left: 12px;
    top: 13px;
}

/*Report no data*/
.report-no-data {
    border-bottom: none;
}

.report-no-data h1 {
    margin-bottom: 11px;
    font-size: 32px;
    margin-top: 28px;
}

.report-no-data h3 {
    font-size: 18px;
}

.report-no-data .button-orange {
    margin-top: 61px;
}

.mobile-report-details {
    display: none;
}

.mobile-report-filtering {
    position: relative;
    padding-right: 108px;
    text-align: left;
    display: none;
}

.mobile-report-filtering .button-orange-border {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 2px;
    border-color: #fff;
}

/* Settings list boxed */

.settings-list-title {
    font-size: 21px;
    margin-bottom: 20px;
}

.settings-list-in {
    margin: 0 -10px;
    padding-bottom: 90px;
}

.settings-list-item {
    position: relative;
    padding: 30px 10px;
}

.settings-list-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -30px;
    right: -30px;
    height: 1px;
    background-color: #e9ecec;
}

@media (max-width: 1350px) {
    .settings-list-item:after {
        left: 0;
        right: 0;
    }
}

.settings-list-item .list-item-in {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

@media (max-width: 1420px) {
    .settings-list-item .list-item-in .decoration {
        display: none;
    }
}

@media (max-width: 1020px) {
    .settings-list-item .list-item-in {
        flex-wrap: wrap;
    }

    .settings-list-item .list-item-in .controls {
        width: 100%;
        text-align: left;
        margin-top: 30px;
    }

    .settings-list-item .data-table {
        display: none;
    }

    .description-in-inner {
        margin-right: 0 !important;
    }

    .settings-list-item .description-in {
        display: block;
        text-align: left;
    }

    .settings-list-item .data-table {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 30px;
    }

    .settings-list-item .data-table td {
        padding: 0 20px 0 0 !important;
    }

    .settings-list-item .data-table td:last-child {
        padding-right: 0 !important;
    }

    .description-in-inner {
        max-width: 100% !important;
    }

    .settings-list-item .onoff-block {
        display: inline-block;
        margin-right: 0;
        margin-top: 20px;
    }

    .settings-list-item .onoff-block.onoff-block-not-active {
        display: none !important;
    }

    .settings-list-item {
        padding: 10px 10px 30px !important;
    }
}

.settings-list-item .decoration {
    margin-right: 30px;
}

.settings-list-item .decoration a {
    display: block;
    width: 100px;
}

.settings-list-item .decoration img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.app-partners-apps .settings-list-item .decoration img {
    width: 100%;
    height: auto;
    max-width: 300px;
    /*margin-top: 20px;*/
    /*margin-bottom: 20px;*/
}

.settings-list-item .description {
    display: table;
    width: 100%;
}

.list-item-in._wa .description {
    width: auto;
    margin-right: auto;
}
.list-item-in._wa {
    justify-content: space-between;
}

.settings-list-item .description-wrap {
    display: table-row;
}

.list-item-in._wa .data-table {
    margin: 0 50px;
}

.settings-list-item.no-statistics .description-in {
    display: table-cell;
    vertical-align: middle;
}

.settings-list-item h3 {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 13px;
    color: #000;
    font-weight: 500;
}

.settings-list-item .link_title {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 13px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.settings-list-item p {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
}

.edit-button {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 90px;
    height: 40px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer;
    font-weight: 300;
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    border-color: #CDCDCD;
    background-color: #fff;
    color: #798C99;
}

.edit-button__dropdown {
    position: absolute;
    opacity: 0;
    display: none;
    pointer-events: none;
    right: 0;
    min-width: 100%;
    top: calc(100% + 5px);
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.edit-button__dropdown .btn {
    display: block;
    padding: 0;
}

.edit-button__dropdown-current {
    display: flex;
    position: relative;
    width: 100%;
    min-width: 110px;
    text-align: center;
    overflow: hidden;
    border-radius: 5px !important;
    padding: 0 !important;
    border: none;
}

.edit-button__dropdown-current a {
    padding: 0 10px !important;
    flex-grow: 1 !important;
    text-align: center !important;
    color: #798C99 !important;
    line-height: 40px !important;
    transition: all 0.2s ease-out;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 5px !important;
}

.edit-button__dropdown-current a:hover {
    color: #fff !important;
    background-color: #000000;
    text-decoration: none !important;
}

.edit-button__arrow {
    position: relative;
    width: 40px;
    height: 40px;
    border-left: 1px solid #cdcdcd;
    transition: background-color 0.2s ease-out;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    overflow: hidden;
}

.edit-button__arrow:hover {
    background-color: #000;
}

.edit-button__arrow:hover:after {
    border-color: #fff;
}

.edit-button__arrow:after {
    position: absolute;
    top: 13px;
    right: 16px;
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #75C99D;
    border-bottom: 2px solid #75C99D;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

._open .edit-button__dropdown {
    display: block;
    opacity: 1;
    pointer-events: all;
}

.edit-button__dropdown-item:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}

.edit-button__dropdown-item a {
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #798C99 !important;
    padding: 9px 15px !important;
    margin: 0 !important;
    text-align: center !important;
    display: block !important;
    border-radius: 0 !important;
    border: none !important;
}

.edit-button__dropdown-item:hover {
    background-color: #f6f6f6 !important;
}

.edit-button__dropdown-item .btn-light:hover {
    color: #798C99 !important;
    background: transparent !important;
    border-color: transparent !important;
}

.settings-list-item .description-in > p {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    margin: 0 15px;
    padding-bottom: 15px;
    color: #666666;
    font-size: 13px;
    line-height: 19px;
}

.settings-list-item .onoff-block {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    background: #EBEBEB;
    border-radius: 25px;
    color: #000;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 15px;
    min-width: 70px;
    cursor: auto;
    pointer-events: none !important;
}
.settings-list-item .onoff-block:hover {
    text-decoration: underline;
}

.settings-list-item .onoff-block.disabled {
    cursor: default;
}
.settings-list-item .onoff-block.disabled:hover {
    text-decoration: none;
}

.settings-list-item .onoff-block:before {
    background-color: #c3c3c3;
    content: '';
    display: none;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: -2px;
}

.settings-list-item .onoff-block.onoff-block-active {
    background: #BEEACC;
    border-radius: 25px;
    color: #000;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 15px;
}
.settings-list-item .onoff-block.onoff-block-active:before {
    display: none;
}


.settings-list-item .state-block {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 80px 0 14px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-align: left;
    height: 60px;
    z-index: 5;
}

.settings-list-item .state-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5
}

.state-block span {
    display: inline-block;
    color: #c1e6b6;
}

.state-block p {
    margin: 0;
}

.settings-list-item .state-block:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 285px 0 0;
    border-color: #aeb5bb transparent transparent transparent;
    z-index: 1;
}

.settings-list-item .state-active:before {
    border-color: #75C99D transparent transparent transparent;
}

.settings-list-item .state-partialy-active:before {
    border-color: #75C99D transparent transparent transparent;
}

.settings-list-item .state-new:before {
    border-color: #dc5643 transparent transparent transparent;
}

.settings-list-item .data-table {
    background: #fff;
    table-layout: fixed;
    margin-left: auto;
    margin-right: 50px;
}

.settings-list-item .data-table td {
    padding: 0 20px;
}

.settings-list-item .data-table p,
.data-table p {
    color: #798C99;
    margin: 3px 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 0;
    text-align: left;
    white-space: nowrap;
}

.settings-list-item .data-table strong,
.settings-list-item .data-table .goal_amount_str
.data-table strong {
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
}

.digit-count-5 .settings-list-item .data-table strong {
    font-size: 18px;
}

.digit-count-6 .settings-list-item .data-table strong {
    font-size: 15px;
}

.digit-count-7 .settings-list-item .data-table strong {
    font-size: 18px;
}

.digit-count-8 .settings-list-item .data-table strong {
    font-size: 14px;
}

.bold {
    font-weight: bold;
}
.settings-list-item .controls {
    position: relative;
    z-index: 1;
}
.settings-list-item .controls a {
    /*display: block;*/
    border: none;
    /*width: 50%;*/
    /*float: left;*/
    font-size: 16px;
    margin: 0;
    text-align: center !important;
    display: block;
    border-radius: 0;
    line-height: 40px;
    transition: all 0.2s ease-out;
    /*border-top: 1px solid #ecf0f3;*/
    /*border-right: 1px solid #dce2e9;*/
}

.settings-list-item .controls a:hover {
    text-decoration: none;
}

.settings-list-item .upgrade-contols {
    padding: 6px 5px;
    font-size: 16px;
}

.settings-list-item .upgrade-contols .upgrade-icon {
    vertical-align:-5px;
    margin-right: 5px;
    width: 19px;
    height: 19px;
}
.settings-list-item .upgrade-contols .upgrade-text {
    vertical-align:middle;
}
.settings-list-item .upgrade-contols .upgrade-action {
    vertical-align:middle;
}

.settings-list-item .controls a:last-child {
    border-right: none;
}

.settings-list-item .controls a:first-child:last-child {
    width: 100%;
}

/* ------ Paginator ------ */
.paginator {
    font-size: 15px;
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.ssl-popup {
    min-width: 550px;
}

.ssl-popup .popup-header {
    margin-top: 32px;
}

.ssl-popup .popup-content {
    margin-bottom: 30px;
}

.ssl-popup .ssl_image {
    float: left;
    margin-right: 20px;
}

.embed3_image {
    width: 100%;
    /*margin-top: 10px;*/
    /* border: 1px solid #d4dbe2; */
    max-width: 800px;
}

.prompt-popup-browser-prompt-image {
    width: 100%;
    max-width: 600px;
    text-align: left;
}

.flyout-example-image {
    width: 100%;
    max-width: 856px;
    text-align: left;
}

.autoprompt-preview {
    /*text-align: center;*/
    position: relative;
}

.mobile_embed3_image {
    display: none;
}

.auto_prompt_info {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

.auto_prompt_info p {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 10px 0;
    font-weight: 300;
}

.radio_con .custom-radio {
    margin-bottom: 7px;
}

.countdown-wrap .comment {
    margin-bottom: 8px;
}

@media (max-width: 1024px) {
    .mobile_embed3_image {
        display: block;
    }
}

@media (max-width: 640px) {
    .ssl-popup .ssl_image {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .ssl-popup {
        text-align: center;
        min-width: 100%;
    }

    .ssl-popup .popup-header {
        padding-right: 0;
        margin-top: 0;
    }
}

@media (max-width: 640px) {
    /*.paginator {*/
    /*margin-top: 5px;*/
    /*}*/
}

.paginator a {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    display: inline-block;
    line-height: 42px;
    padding: 0 16px;
    color: #000;
    font-weight: 300;
    -moz-transition: color 0.2s, border-color 0.2s, background 0.2s;
    -o-transition: color 0.2s, border-color 0.2s, background 0.2s;
    -webkit-transition: color 0.2s, border-color 0.2s, background 0.2s;
    transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.paginator a:hover {
    text-decoration: none;
}

.paginator a:not(.prev):not(.next):active,
.paginator a:not(.prev):not(.next):focus,
.paginator a:not(.prev):not(.next):hover {
    color: #fff;
    background: #000;
}

.paginator .active {
    color: #fff;
    background: #7dd599;
}

.paginator .prev,
.paginator .next {
    border: 1px solid #c8cbcc;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    width: 102px;
    border-radius: 5px;
}

@media (max-width: 640px) {
    .paginator .prev,
    .paginator .next {
        overflow: hidden;
        text-indent: -999px;
        width: 32px;
    }
}

.paginator .prev span,
.paginator .next span {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    color: #7dd599;
}

@media (max-width: 640px) {
    .paginator .prev span,
    .paginator .next span {
        text-indent: 0;
    }
}

.paginator .prev span:before,
.paginator .next span:before {
    vertical-align: top;
}

.paginator .prev {
    padding-right: 8px;
    padding-left: 22px;
    left: 0;
}

.paginator .prev span {
    left: 5px;
}

@media (max-width: 640px) {
    .paginator .prev span {
        left: 8px;
    }
}

.paginator .next {
    padding-right: 22px;
    padding-left: 8px;
    right: 0;
}

.paginator .next span {
    right: 5px;
}

@media (max-width: 640px) {
    .paginator .next span {
        right: 8px;
    }
}

.paginator .disabled {
    cursor: default;
    color: #c8cbcc;
}

.paginator .disabled span {
    color: #c8cbcc;
}

.paginator .prev:active,
.paginator .next:active,
.paginator .prev:focus,
.paginator .next:focus,
.paginator .prev:hover,
.paginator .next:hover {
    color: #000;
    border-color: #000;
}

.data-table-dashboard {

}

.description-in {
    position: relative;
    display: flex;
    align-items: center;
}

.description-in-inner {
    max-width: 500px;
    margin-right: 100px;
    text-align: left;
}

@media (max-width: 1450px) {
    .description-in-inner {
        margin-right: 65px;
    }
}

.data-table-inside {
    width: 100%;
}

.data-table-inside td {
    width: 25%;
}

.no_wrap {
    white-space: nowrap !important;
}

.prn {
    border-right: none !important;
}

.padding-fix.col-1-of-2 {
    padding-left: 0;
}

.promo-cats-wrap .for-checkbox {
    color: #000;
    display: inline-block;
}

.promo-cats-wrap label {
    margin-bottom: 7px;
}

.promo-cats-wrap .for-checkbox {
    line-height: 30px;
}

.pre-text {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: monospace, monospace;
    font-size: 1em;
    width: 100%;
}

.form-row input[type="text"]:disabled {
    background-color: #f7f7f7;
    color: #a0a0a0;
    cursor: not-allowed;
}

.login-bg {
    /*background: #eae2c6 url(../images/pattern-1.png);*/
}

.login-bg .system-message {
    left: 0;
}

.button-bar {
    border-radius: 3px;
    font-size: 16px;
    padding: 10px;
    text-align: left;
    color: #000000;
    width: 100%;
    display: block;
    max-width: 342px;
    margin: 0 auto;
    background-color: #fff;
    /*background-size: 30px;*/
    margin-top: 20px;
    padding-left: 105px;
}

.button-bar:hover {
    background-color: #000000;
    color: #fff;
}

.button-bar.button-shopify {
    background-repeat: no-repeat;
    background-position: left 25px center;
    background-image: url('../images/shopify-bag.png');
    background-size: 30px;
}

.button-bar.button-facebook {
    background-repeat: no-repeat;
    background-position: left 25px center;
    background-image: url('../images/facebook.png');
    background-size: 30px;
}

.button-bar.button-google {
    background-repeat: no-repeat;
    background-position: left 25px center;
    background-image: url('../images/google-plus.png');
    background-size: 30px;
}

.login-or {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}

.firepush-code-wrap {
    position: relative;
}

.firepush-code-wrap a {
    position: absolute;
    right: 8px;
    top: 4px;
}

.firepush-code-wrap input {
    max-width: 100% !important;
    padding-right: 110px;
    margin-top: 5px;
}

.plans-select {
    text-align: center;
    margin-bottom: 40px;
    margin-top: -20px;
    font-size: 16px;
}

.plans-select a {
    cursor: pointer;
    padding: 0 10px;
}

.plans-select a:hover {
    text-decoration: underline;
}

.plans-select .active {
    text-decoration: underline;
}

.category-countdown-themes .row .col-1-of-2 {
    width: 100%;
}

.category-countdown-themes .colorpicker-wrap {
    margin-right: 0;
}

.create-coupon-popup {
    min-width: 500px;
}

.create-coupon-popup .form-row label {
    margin-top: 7px;
}

.preview-countdown-tabs .tab-content,
.preview-countdown-tabs-promo .tab-content {
    /*background: url('../images/countdown_bg2.png') no-repeat;*/
    /*background-size: 100%;*/
}

.countdown-comment {
    margin-top: 15px;
    margin-bottom: 10px;
}

.popup-comment {
    margin-top: 25px;
}

.top-push-icons-wrap img {
    max-width: 120px;
}

.reward-time-left {
    font-size: 26px;
    font-weight: 500;
    color: #333;
    /*margin-top: 10px;*/
    margin-bottom: 5px;
}

.reward-time-left span {
    font-size: 20px;
}

.reward-time-text {
    font-weight: bold;
    margin-top: 3px;
}

@media (max-width: 700px) {
    .status-panel.rewards-panel .list-item-in {
        padding: 30px 15px 20px;
    }

    .full-panel.status-panel.rewards-panel .list-item-in {
        display: block;
        text-align: center;
    }

    .status-panel.rewards-panel .status-content {
        display: block;
        margin-top: 20px;
    }

    .status-panel.rewards-panel .status-image {
        margin: 0 auto;
    }
}

.platform-step, .registration-step {
    max-width: 640px;
}

.registration-step .form-row label a {
    float: none;
    margin-left: 0;
}

.form-row-bottom0 {
    margin-bottom: 0;
}

.platform-item {
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
    padding: 30px 10px;
    cursor: pointer;
    border: 1px transparent solid;
}

.platform-item:hover {
    border: 1px #FAAA5B solid;
}

.platform-item img {
    width: 100%;
    max-width: 160px;
}

.platform-items {
    margin-top: 30px;
}

.form-row-checkbox {
    margin-bottom: 0;
}

.form-row-checkbox .error-explain {
    margin-bottom: -2px;
}

.terms-wrap {
    padding-left: 25px;
    padding-top: 6px;
    display: block;
}

.form-row-checkbox .error-explain,
.form-row-checkbox2 .error-explain {
    margin-top: 0;
}

.install-script-popup {
    /*width: 100%;*/
    width: 800px;
    max-width: 800px;
}

@media (max-width: 800px) {

    .install-script-popup {
        /*width: 100%;*/
        width: auto;
        max-width: none;
    }
}

/*.change-email-popup {*/
/*width: 400px;*/
/*}*/

.install-wrap h3 {
    margin-top: 0;
    margin-bottom: 40px;
}

.install-wrap p {
    color: #798c9c;
    margin: 0;
    margin-bottom: 15px;
}

.install-wrap .install-step {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.install-wrap .code-block-inside {
    background: #fff;
    padding: 20px;
    color: #798c99;
    font-weight: 400;
    font-size: 11px;
    position: relative;
}

.install-wrap .text-float p {
    float: left;
}

.install-wrap .text-float xmp {
    float: left;
    /*margin: -1px 5px 0;*/
    margin: 0;
    margin-top: -1px;
    margin-left: 5px;
    margin-right: 5px;
}

.install-wrap .vertify-button {
    padding-top: 55px;
}

.install-wrap .code-block {
    background: #f5f7f8;
    padding: 20px;
}

.install-wrap .verify-error {
    color: #ea0c00;
}

.install-wrap .verify-success {
    color: #75C99D;
}

.install-wrap .verify-status {
    display: inline-block;
    margin-left: 20px;
}

.website-script-copy {
    position: absolute;
    width: 100%;
    height: 70px;
    background: #e6bb17;
    opacity: 0.8;
    top: 0;
    left: 0;
    color: #fff;
    display: none;
    padding: 25px 20px 15px 20px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

@media (max-width: 375px) {
    .website-script-copy {
        height: 100px;
    }

    .install-wrap .code-block-inside {
        overflow: auto;
    }
}

.website-script-copied {
    background: #2db200;
}

.code-block-inside-copy:hover .website-script-copy {
    display: block;
}

.website-script-input {
    width: 10px;
    height: 1px;
    /*visibility: hidden;*/
    position: absolute;
    left: -10000px;
}

.main-menu i.fa {
    color: #cccccc;
    margin-right: 10px;
}

.main-menu .active i.fa {
    color: #ccc;
}

.debug_table {
    z-index: 99999999;
    position: absolute;
    width: 100%;
    background: #f2f2f2;
}

.debug_table td {
    padding: 3px;
}

.main-menu a span.badge {
    display: inline-block;
    padding: 4px 5px;
    font-size: 8px;
    position: absolute;
    top: 7px;
    margin-left: 5px;
    background: #FAAA5B;
    color: #fff;
    width: auto;
}

.main-menu li.active a span.badge {
    background: #fff;
    color: #FAAA5B;
}

.sender-type-popup ul {
    padding-left: 20px;
}

.sender-type-popup .additional-description {
    font-size: 14px;
}

.sender-type-popup .content-success1 {
    margin-bottom: 10px;
}

.sender-type-popup .content-success2 {
    font-weight: bold;
}

.sender-type-popup .popup-content {
    font-size: 16px;
}

.sender-type-popup .content-description2 {
    font-size: 18px;
}

/*.popup_sms_senders {*/
/*margin-left: -45px;*/
/*margin-right: -45px;*/
/*width: calc(100% + 90px);*/
/*width: 100%;*/
/*min-width: 480px;*/
/*margin-top: -15px;*/
/*width: 100%;*/

/*}*/

/*@media (max-width: 640px) {*/
/*.popup_sms_senders {*/
/*min-width: auto;*/
/*}*/
/*}*/

/*@media (max-width: 600px) {*/
/*.popup_sms_senders {*/
/*margin-left: -20px;*/
/*margin-right: -20px;*/
/*width: calc(100% + 40px);*/
/*}*/
/*}*/

/*.popup_sms_senders tr:hover {*/
/*background: #ebeef0;*/
/*}*/

/*.popup_sms_senders td {*/
/*padding: 18px 45px;*/
/*font-size: 16px;*/
/*}*/

/*@media (max-width: 550px) {*/
/*.popup_sms_senders td {*/
/*padding: 18px 25px;*/
/*}*/
/*}*/

/*.change-phone-popup {*/
/*padding-left: 0;*/
/*padding-right: 0;*/
/*}*/

/*.popup_sms_senders td {*/
/*border-bottom: 1px #ebeef0 solid;*/
/*}*/

/*.popup_sms_senders td:last-child {*/
/*text-align: right;*/
/*font-size: 14px;*/
/*}*/

.add-sender-button {
    max-height: 40px;
}

.fp-sms-sender {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif !important;
    color: #cfcfcf;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    overflow-wrap: break-word;
}

.fp-push-text-wrap {
    border: 1px solid #cdcdcd;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.push-20 .design-block.design-desktop .fp-block2 .image-wrap,
.push-21 .design-block.design-desktop .fp-block2 .image-wrap {
    top: 205px;
}

._promo .design-block.design-desktop .fp-block2 {
    display: flex;
    flex-direction: column;
}

._promo .design-block.design-desktop .fp-block2 .hero-image-block.set {
    order: -1;
    padding: 0;
    height: 180px;
}

._promo .design-block.design-desktop .hero-image-block > div {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
    height: 100%;
}

.fp-push-text-wrap2 {
    padding: 10px 10px 10px 0;
}

.fp-sms-text {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-size: 14px;
    line-height: 20px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.fp-sms-text a {
    color: #3972fd;
}

.label_orange {
    line-height: 36px;
    color: #FAAA5B;
    font-size: 13px;
}

.comment2 {
    color: #798c99;
    font-size: 13px;
    margin-top: -5px;
    margin-bottom: 5px;
    display: block;
}

.js-variables {
    margin-bottom: 14px;
    margin-top: -5px;
}

.add-variables {
    font-weight: normal;
    color: #798c99;
    font-size: 13px;
}

label.add-variables {
    margin: 0;
}

.js-variables a {
    font-size: 13px;
}

.sms_from_wrap {
    width: calc(100% - 150px);
}

.sms-from-con {
    display: flex;
    justify-content: space-between;
}

.sms-from-con .sms_from_wrap {
    margin-right: 20px;
    flex-grow: 1;
}

.sms-from-con .in-button {
    display: block;
    height: 40px;
}

.sms-simple .design-block {
    height: 386px;
}

.sms-promo .design-block {
    height: 280px;
}

.menu_child {
    background: #454e57;
}

.sender_default {
    color: #798c99;
}

.ssl-popup p {
    font-size: 14px;
    line-height: 1.5;
}

.email_change_form {
    min-width: 400px;
}

@media (max-width: 640px) {
    .email_change_form {
        min-width: 0;
    }
}

.additional-credit-info {
    font-size: 14px;
    background: #75C99D;
    color: #fff;
    /*padding: 13px 35px;*/
    /*margin-top: 16px;*/
    /*margin-bottom: -30px;*/
}

.notification-box .close-icon {
    font-size: 20px;
    color: #fff;
    float: right;
    margin-top: -20px;
    margin-right: -10px;
}

.popup_sms_senders tr:last-of-type td {
    border-bottom: none;
}

.settings-popup.change-sender-popup .popup-footer {
    margin-top: 0;
}

#capped-amount-content .popup-content strong {
    font-weight: normal;
}

.sms_recipient_stats .sms_estimate_stats {
    float: left;
    margin-right: 15px;
}

/*.sms_recipient_stats {*/
/*background: #faf7ed;*/
/*!*display: block;*!*/
/*!*padding: 20px 40px;*!*/
/*!*border-bottom: 1px solid #ebeef0;*!*/
/*!*margin-top: 10px;*!*/
/*}*/

.no-border-bottom .setting-content {
    border-bottom: none;
}

.preview_manage {
    color: #3972fd;
    position: absolute;
    top: 89px;
    right: 30px;
}

.preview_back {
    color: #3972fd;
    position: absolute;
    top: 89px;
    left: 48px;
}

.plan-block.plan-block-custom {
    margin-bottom: 20px;
}

.plan-block .nav-tabs > li.active > a, .plan-block .nav-tabs > li.active > a:focus, .plan-block .nav-tabs > li.active > a:hover {
    background: none;
    border: none;
}

.plan-block .nav-tabs li.active a {
    color: #FAAA5B;
    font-size: 18px;
}

.plan-block .nav-tabs {
    /*margin: 0 -15px;*/
    margin-top: 40px;
    border-bottom: 2px solid #FAAA5B;
}

.plan-block .tab-content {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.plans-wrap .plan-item:first-of-type {
    -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;
}

.plans-wrap .plan-item:last-of-type,
.plans-wrap .plan-item.last {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.plan-item .block-title, .plan-item .block-header-title {
    font-size: 18px;
    font-weight: 300;
}

.plans-wrap .block-desc, .plans-wrap .block-desc2 {
    color: #798c9c;
}

.plans-wrap .block-desc2, .forever-free {
    line-height: 40px;

}

.plans-wrap .my-current-plan {
    font-size: 16px;
    line-height: 40px;
}

.plans-wrap .plan-price {
    color: #FAAA5B;
    font-size: 24px;
    font-weight: bold;
}

.plans-wrap .plan-item {
    text-align: center;
}

.plans-wrap .plan-item > div:first-of-type {
    text-align: left;
}

.plans-wrap .plan-item > div:last-of-type {
    text-align: right;
}

.plans-wrap .plan-item.first-item > div {
    text-align: left;
}

.plans-wrap .plan-item {
    border-bottom: 1px #f2f2f2 solid;
    padding: 25px;
}

.plan-block .high-volume-controls {
    margin-top: 10px;
}

.pricing-description {
    font-size: 18px;
    color: #798c9c;
    font-weight: 300;
    margin-bottom: 40px;
}

.features-wrap table {
    margin: 0 auto;
    border-radius: 5px;
    max-width: 600px;
}

.features-wrap table .icon-check {
    color: #FAAA5B;
}

.features-wrap table th {
    font-size: 18px;
    font-weight: normal;
}

.features-wrap table td, .features-wrap table th {
    padding: 10px 25px !important;
    text-align: center;
}

.features-wrap table td:first-child, .features-wrap table th:first-child {
    text-align: left;
}

.plan-block-free {
    margin: 0 15px;
}

.page-title2 {
    padding: 0;
    margin-top: 80px;
    margin-bottom: 40px;
}

.buttons-sep {
    border-top: 1px solid #ebeef0;
    margin-top: 20px;
}

.notification-box .button-orange {
    margin: 0 10px;
}

/*Responsive styles -----------------------*/

@media (max-width: 1500px) {
    .container {
        width: 970px;
    }

    /*.text2 {*/
    /*    margin-bottom: 40px;*/
    /*}*/
    .top-stats {
        margin-bottom: 10px;
    }
}

@media (max-width: 970px) {
    .container {
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 991px) {

    .plans-wrap .plan-item > div:first-of-type {
        text-align: center;
    }

    .plans-wrap .plan-item > div:last-of-type {
        text-align: center;
    }

    .plans-wrap .plan-item > div {
        margin-bottom: 10px;
    }
}

@media (max-width: 640px) {

    /*.additional-credit-info {*/
    /*padding: 13px 20px;*/
    /*}*/
    .sms_recipient_stats .sms_estimate_stats {
        width: 100%;
        margin-bottom: 10px;
    }

    .sms_recipient_stats .sms_estimate_stats:nth-last-child(2) {
        margin-bottom: 0;
    }

    .notification-box-danger .text3,
    .notification-box-info .text3,
    .notification-box-success .text3 {
        margin-top: 0px;
    }

    .notification-box-danger .button-orange {
        margin-left: 0;
        margin-top: 5px;
    }

    #import_notification_importing {
        padding-top: 15px;
    }
}

@media (max-width: 550px) {
    .default-popup .button-orange-border,
    .default-popup .button-orange {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

    .button-orange.copy-btn {
        margin-top: 10px;
    }

}

/* recapcha */
#rc-imageselect, .g-recaptcha {
    transform: scale(0.96);
    -webkit-transform: scale(0.96);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

@media (max-width: 500px) {
    .create-coupon-popup {
        min-width: 100%;
    }
}

@media screen and (max-width: 490px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (max-width: 1800px) {
    .settings-tabs .col-1-of-3,
    .settings-tabs .col-1-of-5,
    .settings-content .col-1-of-3,
    .settings-content .col-1-of-5 {
        width: 50%;
        margin-bottom: 15px;
    }

    .billing-right .col-1-of-4 {
        width: 50%;
    }
}

@media screen and (max-width: 1640px) {
    .countdown-block .block-1 {
        width: 100%;
        margin-bottom: 7px;
        vertical-align: top;
    }

    .countdown-block .block-2 {
        margin: 0;
        margin-bottom: 10px;
        vertical-align: top;
    }

    .countdown-block .block-3 {
        padding-top: 0;
        vertical-align: top;
    }

}

@media screen and (max-width: 1750px) {
    .data-table-inside strong {
        font-size: 25px;
    }

    .data-table-inside td {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (max-width: 1550px) {
    .data-table-inside strong {
        font-size: 23px;
    }

    .data-table-inside td {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 1440px) {

    .data-table-inside strong {
        font-size: 21px;
    }

    .setting-item {
        padding-right: 150px;
    }

    .setting-item .decoration {
        width: 120px;
    }

    .setting-item .decoration img {
        width: 120px;
    }

    .toggle-settings-group {
        left: 25px;
    }
}

@media screen and (max-width: 1024px) {
    .app-sidebar {
        width: 30%;
        transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        transition: transform .3s ease-in-out;
        -ms-transition: transform .3s ease-in-out;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        z-index: 200;
        position: fixed;
        height: 100%;
    }

    .menu-visible .app-sidebar {
        transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }

    .app {
        padding-left: 0;
    }

    .main-menu a span {
        width: 100%;
        margin: 0 auto;
    }

    .push_side_menu {
        padding: 8px 20px 8px 47px !important;
    }

    .toggle-main-menu {
        display: inline-block;
    }

    .app-sidebar .button-white {
        position: absolute;
        width: 120px;
        left: 50%;
        margin-left: -60px;
        bottom: 40px;
        text-align: center;
        display: inline-block;
    }

    .app-sidebar .close-mobile-menu {
        position: absolute;
        right: 20px;
        text-align: center;
        display: inline-block;
        top: 20px;
        border: none;
        padding: 0;
        color: #ccc;
        width: auto;
        margin: 0;
    }

    .app-top h1 {
        margin-left: 38px;
    }

    .page-bottom {
        left: 0;
    }

    .system-message {
        left: 0;
    }
}

@media screen and (max-width: 1200px) {
    .row .billing-left,
    .row .billing-right {
        width: 100%;
        float: none;
    }

    .row-separated:before {
        display: none;
    }

    .biling-block .col-1-of-3 {
        width: 100%;
    }

    .select-plan-content {
        width: auto;
    }
}

@media screen and (max-width: 1024px) {
    .padding-fix.col-1-of-2 {
        padding-left: 20px !important;
    }

    .data-table-inside td {
        padding-left: 20px;
        padding-right: 20px;
    }

    .data-table-inside strong {
        font-size: 25px;
    }

    .visual-title,
    .notes-block {
        display: none;
    }

    .setting-lefter {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .setting-righter, .sms-simple .setting-righter {
        display: none;
    }

    /*.app-top h1 a {*/
    /*display: none;*/
    /*}*/
    .path-first {
        display: none;
    }

    .app-top .subscribers {
        display: none;
    }

    .setting-content .col-2-of-3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .setting-content .col-1-of-3 {
        width: 100%;
        margin-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .setting-content .col-2-of-3 {
        width: 100%;
    }

    .setting-content .row .col-1-of-2 {
        width: 100%;
    }

    .setting-content .row {
        margin: 0 -15px;
    }

    .setting-content .col-1-of-3:last-child {
        margin-bottom: 0;
    }

    .setting-content .billing-left {
        border-bottom: 1px solid #ebeef0;
    }

    .statistic-item .col-1-of-2 {
        width: 100%;
    }

    .statistic-item .col-1-of-2:not(:first-child) {
        margin-top: 15px;
    }

    .mobile-embed-info {
        display: block;
    }
}

.close-mobile-menu {
    display: none;
}

.b-notification {
    position: relative;
}

.b-notification-container .b-notification:first-child {
    margin-top: 25px;
}

.b-notification .modal-default__close {
    top: 50%;
    transform: translateY(-50%);
}

.modal-default__close,
.modal-default__close:focus,
.modal-default__close:active {
    outline: none !important;
}

.modal-default__close {
    transition: opacity 0.2s ease-out;
}


.modal-default__close:hover {
    opacity: 0.5;
}

.b-notification._mt-35 {
    margin-top: 35px;
}

.recipient-stats .row._no-margin {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

@media screen and (max-width: 768px) {
    .settings-group.can-toggle {
        padding-top: 17px;
    }

    .wizard-step-content .notification-preview {
        display: none;
    }

    .toggle-settings-group {
        position: relative;
        top: auto;
        left: auto;
    }

    .app-sidebar {
        width: 100%;
    }

    .main-menu a span {
        font-size: 15px;
    }

    .sidebar-top .back-link {
        font-size: 15px;
    }

    .mobile-report-filtering {
        display: block;
        margin-bottom: -7px;
    }

    /*.radio-steps {*/
    /*display: none;*/
    /*}*/

}

@media screen and (min-width: 767px) {
    .settings-group .website-script-field {
        max-width: 70%;
    }
}

@media screen and (max-width: 700px) {
    .settings-list-item {
        width: 100%;
    }

    h1 .button-orange-border,
    h1 .button-orange,
    h1 .button-green-border {
        display: none;
    }

}

@media screen and (max-width: 640px) {
    .plans-select {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .payment_info .info_span2 {
        display: block;
    }

    .notification-box .text {
        line-height: 24px;
    }

    .statistic-item,
    .setting-title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .allow-page-allow {
        padding-top: 125px;
    }

    .shop-name {
        display: block;
    }

    .notification-box .text {
        display: block;
        margin: 0;
    }

    .page-title {
        padding: 17px;
    }

    .page-title h3 br {
        display: none;
    }

    .setting-item {
        padding: 15px;
        padding-right: 125px;
        padding-bottom: 60px;
        min-height: 130px;
    }

    .setting-item .decoration {
        right: 15px;
        width: 100px;
        margin-top: -50px;
    }

    .setting-item .decoration img {
        width: 100px;
    }

    .setting-item .data-table {
        display: none;
    }

    .report-totals .data-table,
    .statistic-item .data-table {
        display: block;
    }

    .setting-item .controls {
        left: 15px;
        bottom: 15px;
    }

    .setting-bottom .explainer {
        margin-top: 8px;
    }

    /*.setting-item p {*/
    /*margin-bottom: 0;*/
    /*}*/
    .setting-content,
    .setting-content-bootstrap {
        padding: 15px;
    }

    .setting-bottom {
        padding: 10px 15px;
    }

    .page-bottom a {
        margin: 0 5px;
    }

    .settings-tabs .col-1-of-3,
    .settings-tabs .col-1-of-5,
    .settings-content .col-1-of-3,
    .settings-content .col-1-of-5 {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .billing-right .col-1-of-4 {
        width: 100%;
        margin-bottom: 15px;
    }

    .select-plan-content {
        display: none;
    }

    .plan-tabs {
        display: block;
    }

    .app-top h1 {
        font-size: 18px;
        /*padding-left: 21px;*/
        margin-top: 3px;
        margin-bottom: 3px;
    }

    /*.app-top h1:before {*/
    /*font-size: 15px;*/
    /*}*/
    .page-title h2 {
        font-size: 26px;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .app-top .subscribers {
        position: relative;
    }

    .notification-box {
        padding: 15px;
    }

    .setting-bottom .button-orange-border,
    .setting-bottom .button-green-border,
    .setting-bottom .button-orange {
        margin-right: 10px;
    }

    .setting-bottom .button-orange-border:last-child,
    .setting-bottom .button-green-border:last-child,
    .setting-bottom .button-orange:last-child {
        margin-right: 0;
    }

    .upload-in-popup {
        padding-left: 0;
    }

    .upload-in-popup .button-orange {
        position: static;
        margin-bottom: 10px;
    }

    .popup-settings-block .col-1-of-2 {
        width: 100%;
        float: none;
    }

    .popup-settings-block .row {
        margin: 0;
    }

    .popup-settings-bottom {
        margin-top: 30px;
    }

    .allow-page.type-3,
    .allow-page.type-4,
    .allow-page {
        padding-left: 40px;
        padding-right: 40px;
    }

    .allow-thanx {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .system-message {
        padding: 20px 10px;
        font-size: 15px;
    }

    .system-message span {
        font-size: 29px;
    }

    .system-message .error-message,
    .system-message .success-message {
        padding-left: 20px;
        padding-right: 20px;
    }

    .toggle-settings-group span {
        display: block;
        font-size: 13px;
    }

    .allow-page h2 {
        font-size: 29px;
    }

    .type-5 h2 {
        margin-bottom: 23px;
        margin-top: 38px;
    }

    .form-row input[type="text"].input-card {
        width: 100%;
    }

    .billing-right {
        position: relative;
    }

    .cards-img {
        position: absolute;
        right: 13px;
        top: 2px;
        margin: 0;
        width: 85px;
    }

    .type-4 h2,
    .type-4 p {
        font-weight: 400;
    }

    .type-4 h2 {
        font-size: 18px;
        line-height: 1.3em;
    }

    .type-4 p {
        font-size: 15px;
        line-height: 18px;
    }

    .zopim {
        display: none !important;
    }

    .system-message span.span-icon {
        /*left: 7px;*/
        top: -7px;
        font-size: 30px;
    }

    /*#push-list-popup .button-orange-border,*/
    /*#push-list-popup .button-green-border,*/
    /*#admin-push-list-popup .button-orange-border,*/
    /*#admin-push-list-popup .button-green-border {*/
    /*padding: 0 20px;*/
    /*margin: 0 2px;*/
    /*width: 100%;*/
    /*}*/
    /*.group-description {*/
    /*    display: none;*/
    /*}*/
    .toggle-settings-group {
        margin-bottom: 15px;
    }

    /*.radio-steps-wrap {*/
    /*display: block;*/
    /*}*/
    .report-title {
        display: none;
    }

    .report-totals {
        margin: 0;
        position: relative;
    }

    .report-totals img {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 40px;
        margin-left: -20px;
        margin-top: -20px;
    }

    .report-totals .data-table,
    .report-totals .data-table tr,
    .report-totals .data-table td,
    .report-totals .data-table tbody {
        display: block;
    }

    .report-totals .data-table td {
        width: 50%;
        height: 72px;
        padding-top: 18px;
        float: left;
        text-align: center;
        border-right: 1px solid #eef0f2;
        border-bottom: 1px solid #eef0f2;
    }

    .settings-list-item .data-table td {
        height: auto;
    }

    .report-totals div.fl {
        padding-top: 0;
        float: none;
    }

    .report-list-item .col-2, .report-list-item .col-3 {
        display: none;
    }

    .report-list-item .col-1 {
        width: auto;
        float: none;
        padding-top: 0;
        padding-left: 90px;
    }

    .report-list-item .col-1 p {
        color: #000;
    }

    /*.reports-list .paginator {*/
    /*margin: 10px 15px;*/
    /*}*/
    .report-list-item {
        padding: 10px 15px;
    }

    .report-no-data {
        padding-top: 50px;
    }

    .report-no-data img {
        width: 100px;
    }

    .report-no-data h1 {
        font-size: 19px;
        margin-top: 28px;
    }

    .report-no-data h3 {
        font-size: 13px;
    }

    .report-no-data .button-orange {
        margin-top: 35px;
    }

    .push_21 .schedule-con .form-row {
        width: 100%;
    }

}

@media screen and (max-width: 550px) {
    .data-table-inside td {
        width: 50%;
        display: inline-block;
        margin-bottom: 10px;
    }

    .data-table-inside td:first-child {
        padding-left: 20px;
    }

    .data-table-inside td:nth-child(2) {
        border-right: none;
    }
}

@media screen and (max-width: 480px) {
    .settings-list-item .decoration img {
        width: 80px;
        height: 80px;
        margin-top: 18px;
    }

    .settings-list-item .controls a {
        padding-left: 5px;
        padding-right: 5px;
    }

    /*.radio-steps .for-radio {*/
    /*text-align: left;*/
    /*}*/
    .setting-item .decoration {
        display: none;
    }

    .setting-item {
        padding-right: 15px;
    }

    .popup-settings-bottom a {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .setting-bottom .button-orange-border,
    .setting-bottom .button-green-border,
    .setting-bottom .button-orange {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .setting-bottom .explainer {
        margin-top: 0;
    }

    .settings-countdown-pushes .button-small-1,
    .setting-content.countdown .button-small-1 {
        width: 100%;
        display: block;
        margin-left: 0;
        line-height: 32px;
    }

    .settings-countdown-pushes .push-list .push-list-item {
        margin-bottom: 14px;
    }

    .colorpicker-wrap {
        padding-left: 40px;
        margin-right: 0;
    }

    .selected-color {
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 3px;
        left: 0;
        top: 0;
    }

    .selected-color span {
        position: absolute;
        font-size: 14px;
        left: 50%;
        top: 9px;
        margin-left: -8px;
    }

    .mobile_button_fix {
        margin-top: 10px !important;
    }

}

.popup_title {
    margin: 0;
    font-weight: normal;
    font-size: 32px;
    color: #000;
    margin-top: 27px;
    margin-bottom: 6px;
}

.popup_text {
    color: #798c99;
    font-size: 18px;
    margin-top: 9px;
    line-height: 25px;
    margin-bottom: 18px;
}

.cp {
    cursor: pointer;
}

.cb {
    clear: both;
}

.setting-item .status-not-active {
    color: #ff3f00;
}

.error_input {
    border-color: #ffc9b7 !important;
}

.designed-top {
    font-size: 17px;
}

.button-settings {
    padding-left: 0;
}

.upload-wrap img {
    width: 80px;
}

.error-explain2 {
    margin-top: 20px;
    text-align: center;
    display: none;
}

.ah3 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    padding: 4px 15px;
    padding-bottom: 7px;
    margin: 0;
}

.link_title {
    cursor: pointer;
}

.link_title:hover {
    text-decoration: underline;
}

.link_title a {
    color: #000;
}

.install_app {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding-top: 60px;
}

.install_img {
    margin-bottom: 40px;
    width: 150px;
}

.install_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;
}

.text-center.mt-20 {
    margin-top: 20px;
}

.install_text {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    margin: 10px 0;
}

.install_text2 {
    font-size: 24px;
    color: #000;
    font-weight: 300;
    margin: 10px 0;
}

.install_text3 {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    margin: 5px 0;
}

.install_text3 strong {
    margin-bottom: 5px;
    display: block;
}

/*.confirmation_sent {*/
/*display: none;*/
/*}*/

.install_app .email_exists {
    display: none;
}

.install_text2 {
    margin-top: 30px;
}

.install_form {
    width: 100%;
    max-width: 342px;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 15px;
    text-align: left;
    padding: 10px 25px 20px 25px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.install_form .button-orange {
    width: 100%;
    text-align: center;
    /*margin-top: 10px;*/
}

.second-action {
    /*margin-top: 30px;*/
    text-align: center;
    margin-bottom: 40px;
}

.second_link {
    padding-top: 15px;
    display: inline-block;
}

.registration_form {
    width: 304px;
    margin: 0 auto;
}

.registration_form .g-recaptcha {
    height: 74px;
}

.text_module {
    padding: 20px 30px;
}

.text_module p {
    line-height: 1.5;

}

.str_error {
    color: #ea0c00;
    margin-bottom: 10px;
    display: none;
}

.subscribers {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 300;
}

.subscribers a {
    color: #FAAA5B;
    text-decoration: underline;
}

.subscribers a:hover {
    text-decoration: none;
}

.error404_text {
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #000;
    font-weight: 300;
}

.dn {
    display: none !important;
}

.w100 {
    width: 100%;
    margin-top: 10px;
}

.push_side_menu {
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 18px center;
    padding-left: 21px !important;
}

.push_side_menu strong {
    font-weight: normal;
    color: #FAAA5B;
    padding-right: 5px;

}

.last_campaign {
    color: #777;
    font-size: 12px;
    padding-top: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}

.embed_info {
    margin-bottom: 22px;
    color: #000;
    font-size: 13px;
    line-height: 13px;
}

@media screen and (max-width: 1024px) {
    .embed_info {
        margin-right: 0;
    }
}

.mobile-embed-info {
    margin-top: 0;
    margin-bottom: 10px;
}

.embed_info3 a {
    color: #7dd599;
}

.embed_info3 a:hover {
    text-decoration: underline;
}

.embed_info1 {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    color: #000;
    font-weight: 500;
}

.embed_info2 {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    margin-bottom: 10px;
    color: #798c99;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.embed_info3 {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    color: #798c99;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin-top: 10px;
}

.embed_info3 p {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    color: #798c99;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.embed_info4 .form-row {
    margin: 0;
}

.embed_info4 .form-group {
    display: flex;
    align-items: center;
}

.embed_info4 .form-group input {
    margin-right: 20px;
    background-color: #fff !important;
}

.embed_info4 .form-group .btn {
    margin-top: 0 !important;
    min-width: 95px;
}

.radio_con label {
    line-height: 30px;
    padding-left: 25px !important;
    float: left;
    margin-right: 30px;
}

.radio_con label:last-child {
    margin-right: 0;
}

.radio_con label.disabled {
    color: #bac6ce;
}

.embed_info .form-row input {
    max-width: 70%;
    float: left;
    margin-right: 5px;
    border: none;
    background: #fcfbf6;
    font-size: 14px;
}

.embed_info .copy-btn {
    /*height: 35px;*/
    /*float: right;*/
    margin-top: 5px;
}


.embed_info4 {
    text-align: center;

}

.custom-checkbox {
    margin-bottom: 0 !important;
}

.row-checkbox-fix {
    padding-top: 5px;
}

.select-plan-mobile {
    display: none;
}

.select-plan-mobile .plan-table td:first-child {
    width: 40%;
}

.mob_td1 {
    text-align: right;
    padding-right: 20px;
}

.mob_td2 {
    text-align: left;
}

@media screen and (max-width: 640px) {
    .select-plan-mobile {
        display: block;
    }
}

.explain-plans a {
    color: #FAAA5B;
}

.explain-plans a:hover {
    text-decoration: underline;
}

.button-yellow-small {
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    background: #FAAA5B;
    font-size: 15px;
    padding: 0 26px;
    line-height: 34px;
}

.button-yellow-small {
    -moz-transition: border-color 0.2s, color 0.2s, background 0.2s;
    -o-transition: border-color 0.2s, color 0.2s, background 0.2s;
    -webkit-transition: border-color 0.2s, color 0.2s, background 0.2s;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.button-yellow-small:active,
.button-yellow-small:focus,
.button-yellow-small:hover {
    background: #000;
    color: #fff;
}

.text_module a {
    color: #FAAA5B;
}

.text_module a:hover {
    text-decoration: underline;
}

td.vat {
    vertical-align: top !important;
}

.embed_for_premium {
    margin: 0 !important;
}

.embed_for_premium a {
    color: #FAAA5B;
}

.embed_for_premium a:hover {
    text-decoration: underline;
}

.payment_info .info_span3 {
    display: inline-block;
    margin-top: 10px;
}

.payment_info .info_span1 {
    color: #000;
}

.payment_info .info_span4, .payment_info .info_span5, .payment_info .info_span6 {
    display: block;
}

.payment_info .info_span5, .payment_info .info_span3, .payment_info .info_span1 {
    color: #798c9c !important;
}

.payment_info .info_span5 {
    margin-top: 10px;
}

.payment_info a {
    color: #FAAA5B;
}

.payment-description {
    color: #798c9c;
}

.payment-description-line {
    margin-top: 20px;
}

.payment-description-line:last-child {
    margin-bottom: 10px;
}

.plan-td-inside {
    position: relative;
    background-clip: padding-box; /* hack for FF to avoid background overlaping over border when td positioned relatively */
}

.plan-td-inside .button-yellow-small {
    width: 93px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
    cursor: pointer;
}

.plan-td-inside .stripe-button-el, .plan-table-inside .stripe-button-el {
    display: none;
}

.plan-table .plan-td-inside .price {
    /*margin-top: 0;*/
    margin-bottom: 50px;
}

.plan-table .plan-td-inside .free_text {
    /*margin-bottom: 43px;*/
}

.mb0 {
    margin-bottom: 0 !important;
}

.link {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    color: #75c99d;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    cursor: pointer;
}

.link-green {
    color: #75C99D !important;
    transition: all 0.2s linear;
}

.link:hover {
    color: #75c99d !important;
    text-decoration: underline !important;
}

.error_text {
    color: #ea0c00 !important;
}

.rating_con {
    position: absolute;
    z-index: 1;
}

.rating_con a {
    display: inline-block;
    width: 49px;
    height: 40px;
    background: url("../images/star.png") no-repeat;
    float: left;
}

.rat_hover {
    background-position: 0 -40px !important;
}

.table-condensed {
    color: #798c99 !important;
}

.table-condensed .active {
    background: #FAAA5B !important;
}

.plan-table {
    width: 100%;
}

.other-pricing {
    margin-top: 40px;
    background: #fff;
    border: 1px solid #d3dbe2;
    border-top: none;
    width: 100%;
}

.other-pricing td span.price {
    font-size: 24px;
    font-weight: bold;
    color: #FAAA5B;
}

.other-pricing td span {
    color: #798c99;
    font-size: 13px;
}

.other-pricing td {
    text-align: left;
    border-top: 1px solid #d3dbe2;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 24px 12px 24px;
}

.other-pricing td.other-plan5 {
    text-align: center;
}

.bg-orange2 {
    background: #faf7ed;
}

.other-pricing td.other-plan1 {
    width: 35%;
}

.other_plan_title {
    float: left;
    margin-right: 10px;
}

.current_plan {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff !important;
    padding: 5px 10px;
    background: #FAAA5B;
    float: left;
}

.w100p {
    width: 100% !important;
}

.select-plan-mobile-fix {
    padding-bottom: 130px;
}

.stats-info {
    font-size: 13px;
    color: #999;
    margin-top: 10px;
}

.text2 {
    color: #202528;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    float: left;
}

.top-stats {
    float: right;
    margin-top: 5px;
}

.top-stats td {
    text-align: right;
    padding-right: 30px;
    font-size: 13px;
    font-weight: 300;
}

.top-stats td:last-child {
    padding: 0;
}

.top-stats strong {
    font-weight: 500;
    font-size: 25px;
    /*line-height: 30px;*/
    white-space: nowrap;
}

.top-stats .bold {
    font-weight: 500;
}

@media (max-width: 480px) {
    .top-stats strong {
        font-size: 20px;
    }

    /*.top-stats .goal_amount_str {*/
    /*font-size: 24px;*/
    /*}*/
}

.top-stats .stats-filter-list-wrap {
    position: relative;
}

.top-stats .stats-filter-list {
    position: absolute;
    right: 0;
    bottom: 12px;
}

.top-stats .stats-filter-item {
    cursor: pointer;
    text-decoration: none;
    /*font-weight: bold;*/
}

.top-stats .stats-filter-item:hover {
    text-decoration: underline;
}

.top-stats .stats-filter-item.filter-active {

    font-weight: bold;
    cursor: default;
    text-decoration: underline;
}

@media (max-width: 980px) {
    .top-stats {
        float: none;
        margin: 38px auto 0;
    }

    .text2 {
        width: 100%;
        float: none;
        text-align: center;
    }

    /*.app-main {*/
    /*padding-bottom: 0;*/
    /*}*/
}

/* custom calendar */
.ui-datepicker {
    background: #fff;
    font-weight: 400;
    color: #798c99;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;;
    width: 600px !important;
    padding: 0;
    border: none;
    -webkit-box-shadow: 1px 6px 40px 11px rgba(166, 161, 166, 1);
    -moz-box-shadow: 1px 6px 40px 11px rgba(166, 161, 166, 1);
    box-shadow: 1px 6px 40px 11px rgba(166, 161, 166, 1);
}

@media (max-width: 500px) {
    .is-mobile .ui-datepicker {
        width: 300px !important;
    }
}

@media (max-width: 400px) {
    .is-mobile .ui-datepicker {
        width: 250px !important;
    }
}

.ui-datepicker .ui-widget-header {
    background: none;
    border: none;
    color: #798c99;
    font-size: 15px;
    text-transform: uppercase;
}

.ui-datepicker td {
    text-align: center;
    padding: 0;
}

.ui-datepicker .ui-datepicker-group {
    padding: 5px;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 13px;
}

.ui-datepicker th {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 12px;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
    text-align: center;
}

.ui-datepicker .ui-datepicker-today a {
    background: #75c99d;
    color: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 0;
}

.ui-datepicker .ui-datepicker-unselectable.ui-state-disabled .ui-state-default:hover {
    border: 1px solid #fff !important;
}

.ui-datepicker  .ui-state-default.ui-state-active {
    color: #fff !important;
}

.ui-datepicker .ui-datepicker-current-day a {
    background: #75c99d;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
    border: none;
    background: none;
    color: #FAAA5B;
    font-weight: normal;
    font-size: 14px;
}

.ui-datepicker .ui-state-default {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 0;
    border: 1px #fff solid;
}

.ui-datepicker .ui-state-default:hover,
.ui-datepicker .ui-widget-content .ui-state-default:hover {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 0;
    border: 1px #FAAA5B solid;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active {
    background: #FAAA5B;
    color: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 0;
}

.ui-datepicker .ui-state-disabled,
.ui-datepicker .ui-widget-content .ui-state-disabled span {
    color: #798c99;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled:hover span,
.ui-datepicker .ui-widget-content .ui-state-disabled:hover span {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 0;
    border: 1px #fff solid;
}

.ui-datepicker .ui-datepicker-group-first {
    border-right: 1px #ebeef0 solid;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: 8px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background: #FAAA5B;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    opacity: 0.8;
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled:hover,
.ui-datepicker .ui-datepicker-next.ui-state-disabled:hover {
    opacity: 0.35;
}

.ui-datepicker .ui-datepicker-next span {
    background: url("../images/arrow-right.svg") no-repeat left 4px center;
}

.ui-datepicker .ui-datepicker-prev span {
    background: url("../images/arrow_left.svg") no-repeat left 2px center;
}

.ui-datepicker .ui-widget-header .ui-state-hover {
    border: none;
    padding: 0;
    margin: 0;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 0;
    top: 0;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 0;
    top: 0;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0;
    top: 0;
}

.ui-datepicker .ui-datepicker-next {
    right: 0;
    top: 0;
}

.ui-selectmenu-menu li a, .ui-selectmenu-status {
    line-height: 27px;
}

.ui-tabs .ui-selectmenu, .ui-selectmenu {
    border: 1px solid #d3dbe2;
}

.form-row .hasDatepicker {
    background: #fff url("../images/calendar.png") center right 5px no-repeat !important;
    background-size: 20px !important;
}

.boost_text {
    /*background: url("../images/boost.png") no-repeat center left;*/
    /*padding-left: 20px;*/
    line-height: 23px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}

.schedule_text {
    /*background: url("../images/schedule.png") no-repeat center left;*/
    /*padding-left: 25px;*/
    line-height: 23px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}

.users_text {
    /*background: url("../images/schedule.png") no-repeat center left;*/
    /*padding-left: 25px;*/
    line-height: 23px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}

.countdown_text {
    /*background: url("../images/boost.png") no-repeat center left;*/
    /*padding-left: 25px;*/
    line-height: 23px;
    color: #000;
    font-weight: bold;
    margin-bottom: 8px;
}

.boost_text i, .schedule_text i, .countdown_text i, .users_text i {
    margin-right: 5px;
    color: #FAAA5B;
    font-size: 20px;
}

.send_on_con {
    max-width: 400px;
}

.send_on_con .form-row,
.valid_until_con .form-row {
    float: left;
    margin-right: 20px;
    width: 130px;
}

.send_on_con .form-row.half_margin,
.valid_until_con .form-row.half_margin {
    margin-right: 10px;
}

@media screen and (max-width: 520px) {
    .send_on_con .form-row,
    .valid_until_con .form-row {
        width: 100%;
        margin-right: 0;
    }

    .send_on_con .form-row.half_margin,
    .valid_until_con .form-row.half_margin {
        margin-right: 0;
    }

}

/* report table */
.report-table {
    width: 100%;
    font-size: 14px;
    margin-top: 30px;
}

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

.report-table th:last-child {
    border-right: none;
}

.report-table td {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    border-bottom: 1px solid #ebeef0;
    padding: 10px;
    text-align: center;
    width: 10%;
    vertical-align: middle;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    color: #000;
}

.report-table th:first-child {
    padding-left: 20px !important;
}

.report-table tr:last-child td {
    border: none;
}

.report-table td:nth-child(2) {
    width: 40%;
}

.report-table td:nth-child(1) {
    width: 100px;
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.report-table td:nth-child(2) {
    text-align: left;
}

.report-table td:last-child, .report-table th:last-child {
    padding-right: 25px;
}

.camp-push-details {
    float: left;
}

.report-table .image-wrap {
    width: 80px;
    height: 80px;
    border: 1px solid #dddddd;
    margin-right: 20px;
    float: left;
}

.report-table .image-wrap img {
    width: 100%;
}

.camp-push-message {
    margin-top: 5px;
}

.camp-push-url {
    color: #8c8a8a;
    margin-top: 7px;
    max-width: 400px;
    word-wrap: break-word;
    word-break: break-all;
}

.report-table .quiet_hours_bar {
    text-align: left;
    padding: 13px 25px !important;
    background-color: #f7f7f7;
}

@media (max-width: 900px) {
    .report-table .quiet_hours_bar {
        padding: 13px 10px !important;
    }

}

.camp-push-img {
    width: 90px;
    height: 90px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.camp-email-img-sent {
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.camp-email-img-draft {
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.top-stats .goal_amount_str {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
}

@media (max-width: 480px) {
    .top-stats .goal_amount_str {
        font-size: 24px;
    }
}

.top-stats .currency_after {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}

.data-table-dashboard .goal_amount_str {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 19px;
    color: #000 !important;
    margin: 3px 0;
}

.is-mobile .digit-count-6 .top-stats .goal_amount_str,
.is-mobile .digit-count-6 .top-stats strong {
    font-size: 28px;
}

.is-mobile .digit-count-7 .top-stats .goal_amount_str,
.is-mobile .digit-count-7 .top-stats strong {
    font-size: 26px;
}

.is-mobile .digit-count-8 .top-stats .goal_amount_str,
.is-mobile .digit-count-8 .top-stats strong {
    font-size: 24px;
}

.digit-count-6 .data-table-dashboard .goal_amount_str {
    font-size: 15px;
}

.digit-count-7 .data-table-dashboard .goal_amount_str {
    font-size: 14px;
}

.digit-count-8 .data-table-dashboard .goal_amount_str {
    font-size: 13px;
}

.data-table-dashboard .currency_after {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}

.data-table-inside-top .currency_after {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}

.sms-promo .setting-lefter,
.settings-group.push_17 .setting-lefter,
.settings-group.push_20 .setting-lefter,
.settings-group.push_21 .setting-lefter {
    width: 46%;
}

.sms-promo .setting-righter,
.settings-group.push_17 .setting-righter,
.settings-group.push_20 .setting-righter,
.settings-group.push_21 .setting-righter {
    width: 52%;
}

@media (max-width: 1024px) {
    .sms-promo .setting-lefter,
    .settings-group.push_17 .setting-lefter,
    .settings-group.push_20 .setting-lefter,
    .settings-group.push_21 .setting-lefter {
        width: 100%;
    }
}

.camp-actions-wrap {
    margin-top: 10px;
}

.camp-actions-wrap a {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}

@media (max-width: 900px) {
    .report-table thead {
        display: none;
    }

    .report-table td {
        float: left;
        display: none;
        width: auto;
        border: none;
    }

    .report-table td:nth-child(1), .report-table td:nth-child(2), .report-table td:nth-child(3) {
        display: inline-block;
        width: auto;
        padding: 0;
    }

    .report-table td:nth-child(9) {
        display: block;
    }

    .report-table td:first-child {
        display: none;
    }

    .report-table td {
        padding: 0;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .report-table tr {
        border-bottom: 1px solid #ebeef0;
    }

    .report-table tr:last-child {
        border-bottom: none;
    }

    .camp-push-img {
        width: 75px;
        height: 75px;
    }

    .mobile-report-details {
        font-size: 14px;
        color: #999;
        line-height: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
        display: none;
        text-align: left;
    }

    .mobile-report-details > span {
        margin-right: 10px;
        white-space: nowrap;
        display: inline-block;
        margin-bottom: 5px;
    }

    .mobile-report-details strong {
        color: #000;
    }

    .hide-mobile-report {
        display: none;
    }
}

/*.promo-filter {*/
/*margin-top: 14px;*/
/*}*/

/*.promo-filter .radio_con label:last-child {*/
/*margin-right: 0;*/
/*}*/

.setting-content-filter {
    padding: 5px 30px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    margin-top: 12px;
}

.setting-content-filter .radio_con .custom-radio {
    margin-bottom: 0;
}

@media (max-width: 1000px) {
    .setting-content-filter {
        position: relative;
        right: auto;
        top: auto;
        border-top: 1px solid #ebeef0;
        margin-top: 0;
    }
}

@media (max-width: 980px) {
    .top-stats td {
        text-align: center;
    }
}

@media (max-width: 900px) {
    .setting-content-filter {
        border-bottom: 1px solid #ebeef0;
    }
}

@media (max-width: 700px) {
    .top-stats {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
    }

    .top-stats td {
        text-align: left;
        display: block;
        width: 50%;
        float: left;
        margin-bottom: 10px;
    }

    .top-stats .stats-filter-list-wrap {
        width: 100%;
    }

    .top-stats .stats-filter-list {
        right: auto;
        left: 0;
    }

    .app-dashboard .page-title {
        padding-bottom: 0;
    }
}

@media (max-width: 640px) {
    .setting-content-filter {
        border-top: none;
    }

    .report-totals .data-table td:nth-child(2), .report-totals .data-table td:nth-child(4) {
        border-right: none;
    }

}

@media (max-width: 450px) {
    .top-stats {
        width: 100%;
    }

    .ui-tabs .subscribe-tabs-count-3 li {
        width: 33.33%;
    }

    .ui-tabs .subscribe-tabs-count-2 li {
        width: 50%;
    }

    .ui-tabs #subscribe-type.ui-tabs-nav li {
        text-align: center;
    }

    .ui-tabs #subscribe-type.ui-tabs-nav li a {
        width: 100%;
        padding: 0;
    }

    .install_app {
        width: 95%;
    }
}

@media (max-width: 400px) {
    .mobile-report-details {
        padding-left: 0;
    }
}

@media (max-width: 600px) {
    /*.settings-popup {*/
    /*padding: 20px;*/
    /*}*/
    /*.settings-popup .popup-footer {*/
    /*margin-left: 0px;*/
    /*}*/
    .boost-con .radio_con label, .schedule-con .radio_con label {
        margin-right: 0;
        width: 50%;
    }

    .data-table-inside-top strong {
        font-size: 24px;
    }

    .digit-count-8 .data-table-inside-top strong {
        font-size: 20px;
    }

    .digit-count-7 .data-table-inside-top strong {
        font-size: 21px;
    }

    .digit-count-6 .data-table-inside-top strong {
        font-size: 22px;
    }

}

.settings-sep {
    /*margin-left: -30px;*/
    /*margin-right: -30px;*/
    margin-bottom: 20px;
}

.left-right-both {
    position: relative;
}

.link-p15 {
    padding-right: 10px;
}

.desktop-date-time {
    display: none;
}

.wizard_step2, .wizard_step3 {
    padding-bottom: 50px;
}

.form-row label a.inline_link {
    float: none;
    margin: 0;
    font-size: 13px;
}

.form-row label.custom-checkbox-branding {
    display: inline-block;
}

.button-orange-border-branding {
    line-height: 26px;
    margin-left: 10px;
}

/*region Discount code & countdown */
.setting-main-content {
    /*border-bottom: 0;*/
    /*padding-bottom: 0;*/
}

.setting-countdown .setting-content {
    padding-top: 0;
    padding-bottom: 0;
}

.setting-content.setting-countdown-texts {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.setting-countdown .setting-item {
    min-height: auto;
}

.settings-countdown-pushes label.for-checkbox {
    color: #000000;
    font-weight: bold;
    margin-bottom: 4px !important;
    display: inline-block;
}

.settings-countdown-pushes .push-list {
    padding-top: 15px;
}

.setting-content.countdown .form-row label.for-checkbox {
    color: #000000;
    font-weight: bold;
    display: inline-block;
}

.setting-content.countdown .form-row .comment {
    margin-bottom: 13px;
}

.settings-countdown-pushes label.for-checkbox.custom-checkbox-disabled {
    font-weight: normal;
    color: #798c99;
}

.discount-code-content .title-label {
    /*display: block;*/
    /*color: #000;*/
    /*font-weight: bold;*/
    margin-bottom: 8px;
}

.form-row0 {
    margin-bottom: 0;
}

/*.discount-code-content > .form-row {*/
/*margin-bottom: 0;*/
/*}*/

.discount-code-content .ui-selectmenu-dropdown {
    margin-bottom: 8px;
}

.discount-code-content .comment {
    margin-top: -3px;
    margin-bottom: 4px;
}

.push_22 .design-block {
    height: 150px;
}

.setting-countdown-texts .setting-content {
    padding-top: 0;
    padding-bottom: 0;
}

.setting-countdown-texts .setting-item {
    min-height: auto;
}

/*endregion*/

/*region website integration */

.verification-status {
    margin-bottom: 10px;
    white-space: nowrap;
}

/*.verification-status::before {
    content: '';
    vertical-align: middle;
}*/
.verification-status .verification-icon {
    margin-right: 10px;
    font-size: 26px;
    vertical-align: middle;
    display: inline-block;
}

.verification-status .verification-icon.icon-check {
    color: #a7dc72;
}

.verification-status .verification-icon.icon-close {
    color: #FAAA5B;
}

.verification-status .verification-text {
    font-size: 18px;
    white-space: normal;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 5px;
}

/*endregion website integration */

.input-button-inside {
    position: relative;
}

.input-button-inside input[type="text"] {
    max-width: 100% !important;
    margin-top: 5px;
    padding: 9.5px;
    padding-right: 110px;
    height: auto;
}

.input-button-inside .inside-button {
    position: absolute;
    right: 8px;
    top: 4px;
}

.shop-management-settings .website-list {
    border-radius: 10px;
    background-color: #efefef;
    padding: 20px;
}

.shop-management-settings .button-bar:first-child {
    margin-top: 0;
}

.input-button-inside .error-explain {
    margin-top: 7px;
}

@media screen and (min-width: 481px) {
    .shop-management-settings .website-list {
        max-width: 400px;
    }
}

.branded-loader-container {
    padding: 0 20px;
}

.branded-loader-img {
    width: 100%;
    max-width: 160px;
}

@media screen and (max-width: 480px) {
    .branded-loader-img {
        width: 40%;
    }
}

/*region rewards */

.status-panel .list-item-in {
    padding: 28px 6px 28px 24px;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
}

.game-panel .list-item-in {
    padding: 32px 6px 25px 24px;
}

.status-panel .list-item-in-simple {
    padding: 28px 24px 28px 24px;
    display: block !important;

}

.status-panel .list-item-in-game {
    padding: 28px 6px 28px 24px;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
}

.status-panel .status-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.status-panel .status-close .svgfill_1 {
    fill: #FAAA5B;
}

.status-panel .status-close:hover .svgfill_1 {
    fill: #DB911B;
}

.status-panel .status-image {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-right: 21px;
    flex-shrink: 0;
}

.status-panel .status-content {
    display: inline-block;
    white-space: normal;
    flex-grow: 1;
    /*padding-top: 13px;*/
}

.status-panel .status-content .status-title {
    font-size: 20px;
    color: #000;
    padding-left: 5px;
}

.status-panel .status-content a.status-title:hover {
    color: #FAAA5B;
}

.status-panel .status-content .status-description {
    font-weight: 300;
    font-size: 16px;
    color: #798C9B;
    padding-left: 5px;
    letter-spacing: -0.006em;
    margin-bottom: 12px;
}

.status-panel .status-content .status-progress {
    display: inline-flex;
}

.status-panel .status-content .status-progress .progress {
    width: 336px;
    flex-shrink: 1;
    margin-right: 16px;
}

.status-panel .status-content .status-progress .progress-text {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    flex-grow: 1;
    padding-top: 2px;
}

.main-menu .status-progress {
    display: flex;
    width: 100%;
    padding: 0 18px;
}

.main-menu .status-progress .progress {
    width: 100%;
    height: 14px;
    flex-shrink: 1;
    display: flex;
    padding: 0;
    margin: -8px 0 10px;
}

.main-menu .status-progress .progress-bar-zero {
    font-size: 12px;
}

.full-panel .settings-list-item {
    width: 100%;
}

.full-panel .list-item-in {
    display: flex;
    flex-wrap: nowrap;
}

.rewards-panel .settings-list-item {
    position: relative;
}

.rewards-panel .status-image {
    background-image: url('../images/rewards/reward_category_icon.png');
    background-size: 100% 100%;
}

#panel_recover_abandoned .status-content {
    padding-top: 12px;
}

#panel_recover_abandoned .action-buttons a {
    margin-right: 10px;
    margin-bottom: 5px;
}

.panel_recover_abandoned_inside .settings-list-item {
    margin-bottom: 0 !important;
}

#panel_recover_abandoned .rewards-panel .status-image {
    background-image: url('../images/8_activate_sms_abandoned_cart.opt.svg');
    background-size: 100% 100%;
}

@media screen and (max-width: 700px) {
    .status-panel .status-content .status-progress .progress {
        display: none;
    }

    .status-panel .list-item-in {
        white-space: normal;
    }

}

@media screen and (max-width: 375px) {

    .status-panel .list-item-in {
        padding: 28px 25px;
        flex-wrap: wrap;
    }

    .status-panel .status-image {
        display: block;
        margin: 0 auto;
        width: 80px;
        height: 80px;
    }

    .status-panel .status-content {
        display: block;
    }

    .status-panel .status-content .status-title {
        padding-left: 0;
        font-size: 18px;
        text-align: center;
        margin-bottom: 6px;
    }

    .status-panel .status-content .status-description {
        padding-left: 0;
    }
}

.rewards-list-panel .list-item-in {
    display: block;
}

.rewardlist {

}

.rewardlist-item {
    display: flex;
    border-bottom: solid 1px #DCE2E9;
    padding: 27px 17px 18px;
}

.rewardlist-item:last-child {
    border-bottom: none;
}

.rewardlist-item-icon {
    flex-grow: 0;
    margin-right: 21px;
}

.rewardlist-item-icon img {
    width: 40px;
}

.rewardlist-item-content {
    flex-grow: 1;
    margin-top: -3px;
}

.rewardlist-item-content-titlecontent {

}

.rewardlist-item-content-titlecontent-title {
    display: inline-block;
    font-size: 18px;
    color: #000;
}

a.rewardlist-item-content-titlecontent-title:hover {
    text-decoration: underline;
}

.rewardlist-item-content-titlecontent-subtitle {
    display: inline-block;
    font-size: 18px;
    color: #798C99;
}

.rewardlist-item-content-description {
    display: inline-block;
    font-size: 14px;
    color: #666666;
}

.rewardlist-item-content-description p {
    margin: 0;
    letter-spacing: 0.009em;
}

.rewardlist-item-button {
    flex-grow: 0;
    align-self: center;
    margin-left: 14px;
    white-space: nowrap;
}

.rewardlist-item-button a {
    min-width: 140px;
    text-align: center;
}

@media screen and (max-width: 640px) {

    .rewardlist-item {
        display: block;
    }

    .rewardlist-item-icon {
        display: block;
        margin: 0 0 14px;
        text-align: center;
    }

    .rewardlist-item-content {
        display: block;
    }

    .rewardlist-item-content-titlecontent {
        /*padding-left: 0;*/
        font-size: 18px;
        text-align: center;
        margin-bottom: 6px;
    }

    .rewardlist-item-content-titlecontent-title {
        font-size: 17px;
    }

    .rewardlist-item-content-titlecontent-subtitle {
        font-size: 15px;
    }

    .rewardlist-item-button {
        display: block;
        width: 100%;
        max-width: 200px;
        margin: 10px auto 0;
    }

    .rewardlist-item-button a {
        width: 100%;
        text-align: center;
    }

}

/*endregion rewards */

/*region tutorials */

.tutorial-panel {
    display: none;
}

.tutorial-panel .list-item-in {
    padding: 17px 6px 12px 0px;
    display: block;
}

.tutorial-panel .status-close {
    top: 19px;
}

.tutorials-header {
    border-bottom: 1px solid #DCE2E9;
}

.tutorials-header-title {
    font-size: 20px;
    color: #000;
    float: left;
    padding-left: 20px;
    margin-top: -5px;
}

.tutorials-header-subtitle {
    font-weight: 300;
    font-size: 16px;
    color: #798C9B;
    padding-left: 20px;
    letter-spacing: -0.006em;
    margin-top: -10px;
    margin-bottom: 5px;
}

.tutorials-header-progress {
    float: right;
    padding-right: 4px;
    margin-bottom: 17px;
}

.tutorials-header-progress.with-close {
    padding-right: 42px;
}

.tutorials-header-progress-bullets {
    display: inline-block;
    margin-right: 6px;
}

.tutorials-header-progress-bullets span {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 99999px;
    -moz-border-radius: 99999px;
    border-radius: 99999px;
    background-color: #DDDDDD;
}

.tutorials-header-progress-bullets span.tutorials-header-progress-bullet-completed {
    background-color: #75C99D;
}

.tutorials-header-progress-title {
    font-size: 14px;
    color: #798C9A;
    font-weight: 300;
    display: inline-block;
}

.tutorials-body {
    display: flex;
    flex-wrap: nowrap;
}

.tutorials-menu {
    flex-grow: 2;
}

.tutorials-menu-item {
    border-bottom: 1px solid #DCE2E9;
    padding: 8px 20px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .tutorials .tutorials-menu {
        padding-bottom: 10px;
        /*padding: 8px 10px;*/
    }
}

@media (max-width: 480px) {
    .tutorials-get-started .menuitem_1 .tutorials-menu-item-title,
    .tutorials-get-started .menuitem_3 .tutorials-menu-item-title,
    .tutorials-get-started .menuitem_4 .tutorials-menu-item-title {
        padding-top: 8px;
    }

    .tutorials a.tutorials-menu-item {
        white-space: normal;
    }

    .tutorials-menu-item-title {
        position: absolute;
    }

    .tutorials-header-subtitle {
        clear: both;
    }
}

.tutorials-menu-item-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.tutorials-menu-item-title {
    font-size: 16px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

.tutorials-get-started .tutorials-menu-item:hover {
    background: #f7f7f7 !important;
}

.tutorials-get-started .tutorials-menu-item {
    border-bottom: none;
}

.tutorials-get-started .tutorials-header {
    border-bottom: none;
}

.tutorials-get-started a.tutorials-menu-item {
    display: block;
}

.tutorials-content {
    flex-grow: 9;
    background: #000;
    width: 100%;
}

.tutorials-content-close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
}

.tutorials-content-close .svgfill_1 {
    fill: #FAAA5B;
}

.tutorials-content-close:hover .svgfill_1 {
    fill: #DB911B;
}

.tutorials-content-videoplayer {
    height: 100%;
    margin-top: 5px;
}

@media screen and (max-width: 1024px) {
    .tutorial-panel .list-item-in {
        padding-bottom: 0;
    }

    .tutorials-content {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 20;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 30px 14px 10px;
    }

    .tutorials-menu-item:last-child {
        border-bottom: none;
    }

    .tutorials-content-close {
        display: block;
    }
}

@media screen and (min-width: 1025px) {
    .tutorials-content {
        display: block !important;
    }

    .tutorials-content-videoplayer {
        min-height: 570px;
    }

    .tutorials-menu-item.active {
        background-color: #FAAA5B;
    }

    .tutorials-menu-item.active .tutorials-menu-item-title {
        color: #ffffff;
    }
}

@media screen and (max-width: 480px) {
    .tutorials-header-progress {
        display: none;
    }

    .tutorials-header-title {
        font-size: 19px;
        margin-bottom: 17px;
    }

    .tutorials-menu-item-title {
        font-size: 15px;
    }
}

@media screen and (max-width: 360px) {

    .tutorials-menu-item-icon img {
        width: 34px;
    }

    .tutorials-header-title {
        font-size: 19px;
    }

    .tutorials-menu-item-title {
        font-size: 13px;
    }
}

/*endregion tutorials */

/*region progressbar */

.progress {
    display: flex;
    height: 26px;
    overflow: hidden;
    font-size: 16px;
    background-color: #f3f4f5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.progress-bar,
.progress-bar-zero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    white-space: nowrap;
    padding: 0 7px;
}

.progress-bar {
    color: #ffffff;
    background-color: #75C99D;
}

.progress-bar-zero {
    color: #000;
    font-size: 14px;
}

/*endregion progressbar */

/*region facebook pixel */

.fbpixel .visual-title img {
    max-width: 140px;
}

.fbpixel .title-text {
    font-size: 24px;
}

.fbpixel .group-description p {
    font-size: 13px;
}

.fbpixel .notes-block strong {
    font-size: 13px;
    color: #798C99;
}

.fbpixel .user-settings label {
    font-size: 14px;
    display: inline-block;
    margin-right: 8px;
}

.status-label {
    display: inline-block;
    /*border-radius: 5px;*/
    font-size: 15px;
    padding: 0 26px;
    line-height: 34px;
    margin-right: 8px;
}

.status-label-small {
    padding: 0;
    line-height: 22px;
}

.status-label-active {
    /*border: 1px solid #cfebc7;*/
    background: #fff;
    color: #75C99D;
}

.status-label-inactive {
    /*border: 1px solid #fee0c8;*/
    background: #fff;
    color: #FAAA5B;
}

/*.fbpixel .setting-item p {*/
/*font-size: 14px;*/
/*}*/

@media screen and (max-width: 480px) {
    .fbpixel .button-orange-border {
        width: 100%;
        text-align: center;
    }
}

.pixel-url {
    display: inline-flex;
    width: 100%;
}

.pixel-url .readonly-input {
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 15px;
    overflow: hidden;
}

.pixel-url button {
    flex-shrink: 0;
}

@media screen and (max-width: 480px) {
    .pixel-url {
        display: block;
        width: 100%;
        /*padding: 10px 0;*/
    }

    .pixel-url .readonly-input {
        display: block;
        width: 100%;
        max-width: initial;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .pixel-url button {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

/*endregion facebook pixel */

/*region SMS */

.sms .visual-title img {
    max-width: 140px;
}

/*endregion SMS */

/*region Email */

.email-simple .settings-group {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.email-simple .title_block {
    margin-bottom: 15px;
}

.email-simple .title_block h2 {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 2px;
    font-weight: 400;
}

.email-simple .title_block p {
    /* reset */
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    background: transparent;
    vertical-align: baseline;

    color: #798c99;
    font-size: 14px;
    line-height: 18px;
    word-break: break-word;
    font-weight: 400;
}

.email-simple select {
    -webkit-appearance: none;
}

.b-email-preview {
    width: 100%;
}

.b-email-preview__wrapper {
    width: 100%;
    min-height: 365px;
    background: #f1f3f4;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 0 0;
    padding: 40px 20px 0
}

.b-email-preview__inner {
    height: 325px;
    overflow: hidden;
}

.b-email-preview__inner iframe {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;

    width: 100%;
    height: 365px
}

.b-email-preview__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -7px 10px
}

.b-email-preview__btn {
    /* reset */
    margin: 0;
    /*padding: 0;*/
    border: none;
    cursor: pointer;
    overflow: visible;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 7px;
    outline: none;
}

.b-email-preview__btn:focus,
.b-email-preview__btn:active {
    outline: none !important;
}

.b-email-preview__btn-image {
    width: 15px;
    margin-right: 5px;
}

.b-email-preview__btn-image img {
    display: block;
    width: 100%;
    max-width: 100%
}

.b-email-preview__btn-text {
    font-size: 14px;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7dd599;
}

.b-email-preview__btn:hover .b-email-preview__btn-text {
    text-decoration: underline
}

.modal-save-template__row {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    margin-top: 10px;
}

.modal-save-template__row {
    margin-top: 20px
}

.modal-save-template__row._hidden {
    opacity: 0;
    pointer-events: none
}

.modal-save-template__row._new-template {
    position: absolute;
    width: calc(100% - 40px)
}

#popup_email_template_save_dialog .modal-content {
    max-width: 600px;
}

.form-group .badge {
    margin-left: 0 !important;
    margin-right: 8px !important;
}

@media (min-width: 576px) {
    .modal-dialog.wide {
        max-width: 600px;
    }
}

.b-templates-menu {
    position: fixed;
    z-index: 3;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 4px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width:768px) {
    .b-templates-menu {
        display: none;
    }
}
@media (max-width: 1280px) {
    .b-templates-menu {
        width: 100%;
        left: 0;
    }
}

.b-templates-menu__inner {
    padding: 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.b-templates-menu__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 50px;
}

.b-templates-menu__info-text {
    font-size: 14px;
    line-height: 14px;
    color: #bdbdbd
}

.b-templates-menu__info-image {
    width: 20px;
    margin-right: 5px;
}

.b-templates-menu__info-image img {
    display: block;
    width: 100%;
    max-width: 100%
}

.b-templates-menu__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 100px;
}

.b-templates-menu__actions-item:not(:first-child) {
    margin-left: 20px
}

.b-templates-menu__actions-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #75C99D;
    border-radius: 5px;
    height: 40px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: relative;
}

.b-templates-menu__actions-btn:hover {
    border-color: #000;
}

.b-templates-menu__actions-btn:hover ._dropdown-wrapper {
    border-color: #000
}

.b-templates-menu__actions-btn:hover .b-templates-menu__actions-btn-text {
    color: #000;
}

.b-templates-menu__actions-btn-text {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif !important
}

.b-templates-menu__actions-btn-text,
.b-templates-menu__actions-btn-text:focus,
.b-templates-menu__actions-btn-text:active {
    outline: none;
}

.b-templates-menu__actions-btn:hover .b-templates-menu__actions-btn-arrow:after {
    border-color: #000;
}

.b-templates-menu__actions-btn._filled {
    background-color: #75C99D;
}

.b-templates-menu__actions-btn._filled .b-templates-menu__actions-btn-text {
    color: #fff
}

.b-templates-menu__actions-btn._filled .b-templates-menu__actions-btn-arrow:after {
    border-color: #fff
}

.b-templates-menu__actions-btn._filled ._dropdown-wrapper {
    border-color: #fff
}

.b-templates-menu__actions-btn._filled:hover {
    border-color: #000;
    background-color: #000;
}

.b-templates-menu__actions-btn-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 17px;
    min-width: 90px;
    outline: none;
    border: none;
    background-color: transparent;
    color: #75C99D;
    font-weight: 300;
    white-space: nowrap;
    font-size: 15px;
    font-family: inherit;
    line-height: 22px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer
}

.b-templates-menu__actions-btn--black {
    border-color: #000;
}

.b-templates-menu__actions-btn--black .b-templates-menu__actions-btn-text {
    color: #000;
}

.b-templates-menu__actions-btn--black:hover {
    background-color: #000;
}
.b-templates-menu__actions-btn--black:hover .b-templates-menu__actions-btn-text {
    color: #fff;
    text-decoration: none;
}

.b-templates-menu__actions-btn-arrow {
    /* reset */
    margin: 0;
    padding: 0;
    overflow: visible;
    background: transparent;

    position: relative;
    width: 30px;
    height: 40px;
    border: none;
    outline: none;
}

.b-templates-menu__actions-btn-arrow:focus,
.b-templates-menu__actions-btn-arrow:active {
    outline: none;
}

.b-templates-menu__actions-btn-arrow:after {
    display: block;
    position: absolute;
    left: 1px;
    top: 13px;
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #75C99D;
    border-left: 2px solid #75C99D;
    -webkit-transform: translateX(8px) rotate(-45deg);
    transform: translateX(8px) rotate(-45deg);
    -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;
}

._open .b-templates-menu__actions-btn-arrow:after {
    -webkit-transform: translateX(8px) rotate(-225deg);
    transform: translateX(8px) rotate(-225deg);
    top: 16px
}

.b-templates-menu__actions-btn ._dropdown-wrapper {
    border-left: 1px solid #75C99D;
}

.b-templates-menu__dropdown {
    position: absolute;
    left: 0;
    bottom: calc(100% + 10px);
    z-index: 2;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    pointer-events: none;
    min-width: 125px;
}
.b-templates-menu__dropdown-list {
    /* reset */
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
    list-style: none;
}
.b-templates-menu__dropdown-item {
    position: relative;
}

.b-templates-menu__dropdown-item:not(:last-child) {
    border-bottom: 1px solid #f1f1f1
}

.b-templates-menu__dropdown-link {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif !important;
    display: block;
    padding: 12px 20px;
    width: 100%;
    background-color: #fff;
    color: #000;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    white-space: nowrap;
}

.b-templates-menu__dropdown-link:hover {
    background-color: #f6f6f6
}

._open .b-templates-menu__dropdown {
    opacity: 1;
    pointer-events: all
}

.group-description._mb-20 {
    margin-bottom: 20px;
}

/*endregion Email */

/*region Modal */

.modal-default__head {
    padding: 11px 40px 13px 20px;
    text-align: left
}

.modal-default__head._p-0 {
    padding: 0;
    border-bottom: 0;
}

._flex-col._flex-center {
    justify-content: center;
}

.modal-default__head .close {
    position: absolute;
    top: 15px;
    right: 21px;
    padding: 0;
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 1rem;
}

.modal-default__head .close svg {
    fill: #cfcfcf;
    -webkit-transition: fill .2s ease-out;
    transition: fill .2s ease-out;
}

.modal-default__title {
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500 !important;
}

.modal-default__inner {
    padding: 15px 20px 30px;
    /*background-color: #fff;*/
    color: #000;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
}

.modal-default__inner._p-0 {
    padding: 0;
}

.modal-default__inner-row {
    margin: 20px 0;
}

.modal-default__inner-row.mt-15 {
    margin-top: 15px
}

.modal-default__inner-row:last-child {
    margin-bottom: 0
}

.modal-default__inner p {
    color: #000;
    font-size: 16px;
    line-height: 20px;
}

.modal-default__inner p:not(:last-child) {
    margin-bottom: 20px
}

.modal-default__inner p:first-child {
    margin-top: 5px
}

.modal-default__inner p._red {
    color: #e6543e
}

.modal-default__inner p._mb-0 {
    margin-bottom: 0
}

.modal-default__inner h3 {
    font-weight: 700
}

.modal-default__inner-disclamer {
    font-size: 14px !important;
    line-height: 16px !important
}

.modal-default__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-top: none !important;
}

.modal-default__actions._p-0 {
    padding: 30px 0 0;
}


@media (max-width:768px) {
    .modal-default__actions {
        /*margin-right: -20px*/
    }
}

.modal-default__actions-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 17px;
    min-width: 130px;
    min-height: 40px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: #faaa5b;
    border-radius: 5px;
    background-color: transparent;
    color: #faaa5b;
    white-space: nowrap;
    font-size: 15px;
    font-family: inherit;
    line-height: 22px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.modal-default__actions-btn:hover {
    border-color: #464e57;
    color: #464e57
}

.modal-default__actions-btn._filled {
    border-color: #faaa5b;
    background-color: #faaa5b;
    color: #fff;
}

.modal-default__actions-btn._filled:hover {
    border-color: #464e57;
    background-color: #464e57;
    color: #fff
}

.modal-default__actions-btn[disabled] {
    border-color: #d3dbe2 !important;
    background-color: #f8f8f8 !important;
    color: #c5cdd2 !important;
    opacity: .7
}

.modal-default__actions .btn:not(:last-child) {
    margin-right: 20px
}

@media (max-width:768px) {
    .modal-default__actions {
        flex-flow: column wrap;
    }
    .modal-default__actions .btn {
        width: 100%;

    }
    .modal-default__actions .btn:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}


@media (max-width:768px) {
    .modal-default__actions-btn {
        min-width: calc(50% - 20px);
        max-width: calc(50% - 20px);
        width: calc(50% - 20px)
    }
}

.modal-dialog__title {
    font-size: 31px;
    font-weight: 300;
}

/*endregion*/

/*region UI*/

.f-default__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.f-default__radio-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.f-default__radio-inner:not(:last-child) {
    margin-right: 34px
}

.f-default__radio-inner._col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 190px;
    width: 50%;
}

.f-default__radio-inner._col:not(:last-child) {
    margin-right: 20px
}

.col-md-9._flex-col {
    display: flex;
    align-items: center;
}

.f-default__radio-label {
    position: relative;
    padding-left: 30px;
    color: #000;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
}

.f-default__radio-label:hover .f-default__radio-button {
    border-color: #464e57
}

.f-default__radio-input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.f-default__radio-input:checked~.f-default__radio-button {
    border-color: #7dd599;
    background-color: #7dd599
}

.f-default__radio-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #e2e4e5;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.f-default__label {
    position: relative;
    display: block;
    width: 100%;
}

.f-default__label._pb-10 {
    padding-bottom: 10px
}

.f-default__label._validate {
    padding-bottom: 10px;
}

.f-default__label._validate._error .f-default__label-wrapper._textarea,
.f-default__label._validate._error .f-default__field {
    border-color: #e6543e
}

.f-default__label-wrapper._textarea {
    border: 1px solid #d3dbe2;
    border-radius: 5px
}

.f-default__label-wrapper._disabled {
    position: relative;
}

.f-default__label-wrapper._toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.f-default__label-wrapper._toggle .f-default__field {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.f-default__label-toggle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 13px;
    min-width: 50px;
    height: 40px;
    border: 1px solid #d3dbe2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    color: #b0b0b0;
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.f-default__label-toggle._on {
    color: #75c99d
}

.f-default__label-toggle:hover {
    border-color: #000;
    color: #000
}

.f-default__label-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 9px;
}

.f-default__label-head._mb-15 {
    margin-bottom: 15px
}

.f-default__label-text {
    margin-right: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
}

.f-default__label-text span {
    font-weight: 400
}

.f-default__label-text a:hover {
    text-decoration: underline
}

.f-default__label-subtitle {
    margin-top: -5px;
    margin-bottom: 9px;
    color: #798c99;
    font-size: 14px;
    line-height: 18px;
}

.f-default__label-subtitle._mb-15 {
    margin-bottom: 15px
}

.f-default__label._hidden {
    display: none
}

.f-default__label .f-default__field._error,
.f-default__label .f-default__field:focus._error,
.f-default__label .f-default__field:hover._error,
.f-default__label .f-default__textarea._error,
.f-default__label .f-default__textarea:focus._error,
.f-default__label .f-default__textarea:hover._error {
    border-color: #e6543e;
}

.f-default__label .f-default__field._error+._error,
.f-default__label .f-default__field:focus._error+._error,
.f-default__label .f-default__field:hover._error+._error,
.f-default__label .f-default__textarea._error+._error,
.f-default__label .f-default__textarea:focus._error+._error,
.f-default__label .f-default__textarea:hover._error+._error {
    position: absolute;
    bottom: -18px;
    left: 0;
    color: #e6543e;
}

.f-default__label-symbols {
    color: #798c99;
    font-size: 14px;
    line-height: 15px
}

.f-default__label-remove {
    margin-right: auto;
    color: #faaa5b;
    font-size: 14px;
    line-height: 14px
}


.f-default__field,
.f-default__textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid #d3dbe2;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    font-family: inherit;
    line-height: 22px;
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
}

.f-default__field._error,
.f-default__textarea._error {
    border-color: #e6543e
}

.f-default__field:focus,
.f-default__textarea:focus {
    border-color: #464e57
}

.f-default__field::-webkit-input-placeholder,
.f-default__textarea::-webkit-input-placeholder {
    color: #798c99;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px
}

.f-default__field::-moz-placeholder,
.f-default__textarea::-moz-placeholder {
    color: #798c99;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px
}

.f-default__field:-ms-input-placeholder,
.f-default__textarea:-ms-input-placeholder {
    color: #798c99;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px
}

.f-default__field::-ms-input-placeholder,
.f-default__textarea::-ms-input-placeholder {
    color: #798c99;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px
}

.f-default__field::placeholder,
.f-default__textarea::placeholder {
    color: #798c99;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px
}

.desktop .f-default__field,
.desktop .f-default__textarea {
    -webkit-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;
}

.desktop .f-default__field:focus,
.desktop .f-default__textarea:focus,
.desktop .f-default__field._focused,
.desktop .f-default__textarea._focused {
    border-color: #000
}

.f-default__field {
    padding-right: 40px;
    height: 40px;
}

.f-default__field._transparent {
    background-color: transparent
}

.f-default__field:disabled {
    background-color: #f7f7f7;
    color: #a0a0a0;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f7f7f7 !important;
    color: #a0a0a0 !important;
}

.f-default__select {
    display: block;
    padding: 8px 30px 9px 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
}

.form-control {
    line-height: 22px !important;
}

.form-group .select2-container--default .select2-selection--single,
.form-group .select2-results__option,
.select2-dropdown {
    border-color: #cdcdcd !important;
}

._mac .f-default__select-wrapper:after {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 9px;
    height: 9px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    pointer-events: none;
}

.btn.btn-primary._mr-15 {
    margin-right: 15px;
}

.modal-content h1._popup-title {
    margin-bottom: 25px !important;
}

.feature_title {
    cursor: pointer;
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 9px;
    color: #000;
    font-weight: 500;
    display: block;
}

a.feature_title:hover {
    text-decoration: underline !important;
    color: #000 !important;
}

.f-default__select-wrapper {
    position: relative;
    cursor: pointer;
}

.f-default__select-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.f-default__select-col:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px
}

.f-default__select-col:last-child {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.f-default__select-col .btn,
.f-default__select-col .f-default__select-wrapper {
    min-width: 130px
}

.f-default__select-info {
    margin-top: 2px;
}

.f-default__select-info-text {
    color: #798c99;
    font-size: 14px;
    line-height: 18px
}

.f-default__select-row {
    display: block;
}
.f-default__select-row._nowrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.f-default__select-col:first-child {
    margin-right: 0;
}
._nowrap .f-default__select-col:first-child {
    margin-right: 10px
}
.f-default__select-col:not(:first-child) {
    margin-top: 15px;
    width: 50%;
}
._nowrap .f-default__select-col:not(:first-child) {
    margin-top: 0
}
.f-default__select-col .btn {
    width: 100%
}

.f-default__error {
    position: absolute;
    bottom: -12px;
    left: 0;
    display: none;
    max-width: 100%;
    width: 100%;
}

.f-default__error-text {
    display: none;
    color: #e6543e;
    font-size: 14px;
    line-height: 22px;
}

._error-empty .f-default__error-text._empty {
    display: block
}

._error-variable .f-default__error-text._variable {
    display: block
}

._error-email .f-default__error-text._email {
    display: block
}

._error-url .f-default__error-text._url {
    display: block
}

._error .f-default__error {
    display: block
}

/*endregion*/

.list-table {
    width: 100%;
}

.list-table td {
    padding: 5px;
    border: 1px solid #d3dbe2;
}

/*.settings-shop-data .report-title > div,*/
/*.settings-shop-data .report-list-item > div {*/
/*float: left;*/
/*!*width:33.33%;*!*/
/*}*/

/*.settings-shop-data .report-title > div:nth-child(1),*/
/*.settings-shop-data .report-list-item > div:nth-child(1) {*/
/*!*text-align: right;*!*/
/*width: 30%;*/
/*padding-right: 5px;*/
/*}*/

/*.settings-shop-data .report-title > div:nth-child(2),*/
/*.settings-shop-data .report-list-item > div:nth-child(2) {*/
/*!*text-align: right;*!*/
/*width: 35%;*/
/*padding-right: 5px;*/
/*}*/

/*.settings-shop-data .report-title > div:nth-child(3),*/
/*.settings-shop-data .report-list-item > div:nth-child(3) {*/
/*!*text-align: right;*!*/
/*width: 35%;*/
/*}*/

/*.settings-shop-data .report-list-item .col-1 {*/
/*min-height: auto;*/
/*padding: 0;*/
/*}*/

/*.settings-shop-data .setting-item p {*/
/*margin: 0;*/
/*padding: 0;*/
/*}*/

/*.settings-shop-data .report-list-item .col-2,*/
/*.settings-shop-data .report-list-item .col-3 {*/
/*padding-top: 0;*/
/*}*/

/*.settings-shop-data .reports-list.no-padding {*/
/*padding: 0;*/
/*}*/

/*.settings-shop-data .report-title {*/
/*-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;*/
/*}*/

/*.settings-shop-data .report-list-item .mobile-only {*/
/*display: none;*/
/*}*/

/*@media (max-width: 900px) {*/
/*.settings-shop-data .report-title > div,*/
/*.settings-shop-data .report-list-item > div {*/
/*width: 100% !important;*/
/*}*/

/*.settings-shop-data .report-list-item .mobile-only {*/
/*display: inline-block;*/
/*margin-right: 10px;*/
/*font-weight: bold;*/
/*}*/

/*.settings-shop-data .report-title {*/
/*display: none;*/
/*}*/
/*}*/
.additional-prompt-step {
    color: transparent;
    height: 90px;
    position: relative;
}

.additional-prompt-step:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    border-right: 3px solid #C2C0C0;
    border-bottom: 3px solid #C2C0C0;
    content: '';
    transform: translate(-50%, -50%) rotate(45deg);
}


.additional-prompt-wrap {
    max-width: 500px;
    /*margin: 0 auto;*/
    width: 100%;
    text-align: left;
    color: #333;
    border: 1px solid #f2f2f2;
    padding: 20px;
    position: relative;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 0;
}

.additional-prompt-icon {
    width: 50px;
}

.additional-prompt-icon img {
    width: 100%;
    max-width: 50px;
    float: left;
    margin-right: 10px;
}

.additional-prompt-text1-preview {
    font-family: 'Roboto', sans-serif;
    margin-left: 60px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 500;
}

.additional-prompt-text2-preview {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 25px;
    margin-left: 60px;
}

.additional-prompt-buttons {
    display: flex;
    justify-content: flex-end;
    text-align: center;
}

.additional-prompt-close {
    color: #7d8084;
    float: right;
    font-size: 28px !important;
    line-height: 18px !important;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
}

.additional-prompt-logo {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.additional-prompt-logo a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.prompt-button {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    color: #000;
    background: #ffffff;
    font-size: 15px;
    padding: 0 26px;
    line-height: 34px;
    border-radius: 5px;
    white-space: nowrap;
    transition: opacity 0.2s ease-out;
}

.prompt-button:not(:last-child) {
    margin-right: 10px;
}

.additional-prompt-accept-text {
    float: none;
}

.prompt-button2 {
    cursor: pointer;
    color: #000;
    background: none;
    font-size: 15px;
    padding: 0 26px;
    line-height: 34px;
    border-radius: 5px;
    white-space: nowrap;
}

.additional-prompt-cancel-text {
    float: none;
}

.prompt-button:hover {
    opacity: 0.6;
}

.prompt-button2:hover {
    opacity: 0.6;
    text-decoration: none;
}

.inline-input-button {
    display: flex;
}

.inline-input-button .in-prefix {
    flex-shrink: 1;
    margin-right: 10px;
}

.inline-input-button .in-input {
    flex-shrink: 1;
}

#phone_change_form .in-prefix {
    width: 150px;
}

#phone_change_form .in-input {
    padding: 3px 8px;
}

.inline-input-button .in-button {
    margin-left: 10px;
}

.no-customers-danger.danger {
    color: #d80005 !important;
    font-size: 13px;
}

.sms_recipient_stats .no-customers-danger.danger {
    color: #333 !important;
}

.import_subscribers_link {
    display: inline-block;
    font-size: 13px;
}

.import_subscribers_link a {
    color: #d80005;
    text-decoration: underline;
}

.import_subscribers_link a:hover {
    text-decoration: none;
}

.sms_estimate_stats {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #798C99;
}

.sms_estimate_stats span {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

/*#increase_capped_amount {*/
/*display: none;*/
/*}*/

.conditional-content {
    display: none;
}

.countries-list-text {
    ont-family: Myriad Pro, Arial;
    letter-spacing: 0.05rem;
    font-size: 14px;
    color: #798c99;
    margin-left: 34px;
    margin-top: -10px;
    position: absolute;
}

.real-sms-warning {
    /*padding: 10px 35px;*/
    background-color: #e20000;
    font-weight: bold;
    color: #fff;
}

/*region tags */

.tag {
    font-size: 14px;
    padding: 7px 32px 8px 14px;
    margin: 5px;
    float: left;
    position: relative;
    cursor: pointer;
}

.recipient_lists_wrap {
    margin-left: -5px;
    margin-top: -5px;
}

.recipient_lists_wrap .button-orange-border {
    margin: 5px;
    float: left;
    /*border: none;*/
    /*padding: 0 10px;*/
    /*font-size: 13px;*/
    /*line-height: 33px;*/
    height: 36px;
}

.tag a {
    color: #bbb;
    cursor: pointer;
    opacity: 0.6;
}

.tag a:hover {
    opacity: 1.0
}

.tag .remove {
    vertical-align: bottom;
    top: 0;
}

.tag a {
    /*margin: 0 0 0 .3em;*/
}

.tag a .glyphicon-white {
    color: #798c9a;
    margin-bottom: 2px;
}

/*endregion tags */

.subscriber-filters .edit-subscriber-filter {
    display: none;
    /*width: 100%;*/
}

.subscriber-filters .form-group {
    margin-bottom: 0;
}

.subscriber-filters {
    margin-top: 0;
}

.recipient_lists_wrap {
    margin-top: 15px;
}

.form-group._mt--5 {
    margin-top: -5px;
}

.edit-subscriber-filter .input-group {
    width: 100%;
}

.edit-subscriber-filter .custom-select,
.edit-subscriber-filter .custom-input {
    width: 100%;
    display: none;
}

.edit-subscriber-filter .custom-select.key-select {
    display: block;
}

.label-default {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    background-color: #e8e8e8;
}

.label-default:hover {
    border: 1px #798c9a solid;
}

.label-default-unclickable {
    cursor: default;
    padding-right: 15px;
}

.label-default-unclickable:hover {
    border: 1px solid #e8e8e8;
}

.label-default i {
    color: #000;
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 16px;
    line-height: 14px;
    font-weight: 300;
}

.input-group-fix > span {
    width: 100%;
    display: block;
}

.edit-subscriber-filter .button-orange-border {
    border-color: #FAAA5B;
}

.edit-subscriber-filter .button-orange-border:hover {
    border-color: #454e57;
}

.edit-subscriber-filter .button-orange {
    line-height: 34px;
    height: 34px;
}

.edit-subscriber-filter .button-group {
    margin-top: 30px;
}

.edit-subscriber-filter .button-group .btn {
    margin-right: 10px;
}

.edit-subscriber-filter {
    background: #fff;
    margin-top: 20px;
}

.edit-subscriber-filter .new-filters .input-group > span:not(:first-child) {
    margin-top: 20px;
}

.edit-subscriber-filter .new-filters .input-group > input:not(:first-child) {
    margin-top: 20px;
    border-radius: 5px !important;
}

.sms-promo .subscriber-filters {
    width: 50%;
}

@media (max-width: 1024px) {
    .sms-promo .subscriber-filters {
        width: 100%;
    }
}

.verify-campaign-popup {

}

.icon-list {
    font-size: 18px;
    padding-left: 0;
    list-style-type: none;
}

.icon-list .icon-item {
    position: relative;
}

.icon-list .icon-item:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/task/common/task_completed.opt.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.icon-list-empty .icon-item:before {
    background-image: url('../images/check.svg');
    width: 34px;
    height: 40px;
    background-size: 34px;
    background-position: left center;
}

.icon-list .icon-item .icon-list-text {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    color: #798c99;
}

.upload-container {
    display: flex;
    align-items: center;
}

.upload-container a,
.upload-container .edit-button,
.upload-container .btn {
    flex-shrink: 0;
}

.hero_img_wrap {
    display: inline-block;
    min-width: 137px;
    height: 80px;
}

.hero_img_wrap._default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f9fafb;
    border: 1px dashed #d3dbe2;
    margin-right: 20px;
}

.hero_img_wrap._default:hover {
    border-color: #000;
    cursor: pointer;
}

.hero_img_wrap._default img {
    height: 31px;
    margin-right: 0;
}

.form-group._mt-20 {
    margin-top: 20px;
}

.form-group._mt-50 {
    margin-top: 50px;
}

.icon-list .icon-item .icon-list-value {
    color: #000;
}

.camp-push-title a {
    color: #FAAA5B;
}

.camp-push-title a:hover {
    color: #454e57;
}

/* loading placeholder */
.text-input__loading-wrap {
    width: 100%;
}

.text-input__loading {
    border-radius: 5px;
    background: #fff;
    margin: 17px;
    border: none;
    padding: 30px;
}

.text-input__loading--line {
    -webkit-animation: pulse 1s infinite ease-in-out;
    animation: pulse 1s infinite ease-in-out;
}

.text-input__loading--line.div_label {
    height: 15px;
    margin-bottom: 8px;
}

.text-input__loading--line.div_input {
    height: 35px;
    margin-bottom: 14px;
}

@-webkit-keyframes pulse {
    0% {
        background-color: rgba(165, 165, 165, 0.1);
    }
    50% {
        background-color: rgba(165, 165, 165, 0.3);
    }
    100% {
        background-color: rgba(165, 165, 165, 0.1);
    }
}

@keyframes pulse {
    0% {
        background-color: rgba(165, 165, 165, 0.1);
    }
    50% {
        background-color: rgba(165, 165, 165, 0.3);
    }
    100% {
        background-color: rgba(165, 165, 165, 0.1);
    }
}

/* verify popup */


.checkbox-fix .form-row {
    position: relative;
}

.checkbox-fix .form-row a {
    position: absolute;
    left: 213px;
    font-size: 18px;
    top: 5px;
    color: #FAAA5B;
}

.checkbox-fix .form-row a:hover {
    color: #000;
}

.checkbox-fix .custom-checkbox {
    border: none !important;
    padding-left: 35px !important;
}

.checkbox-fix .icheckbox {
    right: auto;
    left: 0;
    top: 5px;
}

.checkbox-fix .form-row label a {
    float: none;
}

#push-list-popup .checkbox-fix .form-row a {
    font-size: 13px;
    left: 163px;
    top: 5px;
}

#push-list-popup .checkbox-fix .icheckbox {
    top: 2px;
}

.verify-campaign-popup .additional-info {
    font-size: 18px;
    margin-bottom: 20px;
}

.verify-campaign-popup .icon-list {
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    margin: 0;
}

.verify-campaign-popup .icon-list .icon-item {
    margin-bottom: 15px;
}

/*.recover-abandoned-popup .popup-content {*/
/*font-size: 18px;*/
/*}*/

/*.recover-abandoned-popup .task-header-text {*/
/*margin-top: 20px;*/
/*margin-bottom: 10px;*/
/*font-size: 16px;*/
/*}*/

/*.recover-abandoned-popup .additional-credit-info {*/
/*margin-bottom: 15px;*/
/*background: #faf7ed;*/
/*color: #333;*/
/*}*/

.task-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.period-block {
    width: 100%;
}

.period-block.btn-default:hover {
    border-color: #333;
    color: #333;
    background: #fff;
}

.period-block.btn-default {
    border-color: #ddd;
    color: #FAAA5B;
    margin-bottom: 5px;
}

.period-block.btn-default.active {
    background: #FAAA5B;
    color: #fff;
}

/*.recover-abandoned-popup .form-row label span {*/
/*float: none;*/
/*}*/

.settings-list-title-custom, .settings-list-title-custom i {
    /*font-size: 18px;*/
    /*font-weight: bold;*/
    /*background-color: #333;*/
    /*color: transparent;*/
    /*text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5);*/
    /*-webkit-background-clip: text;*/
    /*margin-top: 30px;*/
    line-height: 1;
}

.red_bold {
    color: #e20000;
    font-weight: bold;
}

.settings-list-boxed-inside {
    margin-top: 20px;
    margin-bottom: -20px;

}

.settings-list-boxed-inside .settings-list-item .list-item-in {
    box-shadow: none;
}

.state-content > p, .state-content > span {
    float: left;
}

/*.button_fix {*/
/*margin: 0 -10px;*/
/*}*/

.popup_footer_error .error-explain {
    margin-bottom: 10px;
}

/* region elect */
.custom-select {
    position: relative;
    height: 35px;
    background: white;
    /*box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);*/
    border: 1px solid #d3dbe2;
    border-radius: 3px;
}

.custom-select:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    /*border-color: #a52c2c transparent transparent transparent;*/
    pointer-events: none;
}

.custom-select:before {
    width: 30px;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: whitesmoke;
    content: '';
    pointer-events: none;
}

.custom-select:hover:before {
    /*background: #ffcfcf;*/
}

.custom-select select {
    font-size: 14px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: none;
    padding-right: 35px;
    padding-left: 15px;
    /*border: 1px solid #a52c2c;*/
    -moz-appearance: none;
    -webkit-appearance: none;
}

.custom-select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.custom-select select::-ms-expand {
    display: none;
}

.custom-select select:focus {
    /*border-color: #63ffb4;*/
}

@media all and (min-width: 0\0
) and (min-resolution: 0.001dpcm) {
    .custom-select select {
        padding-right: 0;
    }

    .custom-select:after, .select:before {
        display: none;
    }
}

.row-remove-paddings {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.warning_text {
    color: #ea0c00 !important;
    font-weight: 500 !important;
}

.custom-checkbox-send_success_msg {
    margin-bottom: 4px !important;
}

.checkbox-fix-inline {
    /*margin-top: 20px;*/
    /*font-weight: normal;*/
    color: #798c99;
    /*line-height: 27px;*/
}

.checkbox-fix-inline label {
    display: inline-block !important;
    padding: 0 !important;
}

.checkbox-fix-inline .form-row a {
    position: relative;
    left: auto !important;
    top: auto !important;
}

.checkbox-fix-promo {
    font-size: 18px;
}

.checkbox-fix-promo .icheckbox {
    top: 1px;
}

.message-red-bg {
    background: #FF8465;
}

/*.checkbox-fix2 a {*/
/*color: #FAAA5B;*/
/*}*/

/*.checkbox-fix2 .form-row label a{*/
/*float: none;*/
/*margin: 0;*/
/*}*/
/*.checkbox-fix2 a:hover {*/
/*color: #000;*/
/*}*/

.new-filters select, .new-filters input {
    margin-bottom: 5px;
}

.page-bottom-controls {
    background: #fff;
    padding: 10px 20px;
    border-top: 1px solid #c7c7c7;
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    left: 0;
}

@media (max-width: 1024px) {
    .page-bottom-controls {
        width: 100%;
        left: 0;
    }
}

.page-bottom-controls .btn-group {
    margin: 0 10px 0 0;
}

.page-bottom-controls .btn-group:last-child {
    margin-right: 0px;
}


@media (max-width: 1023px) {
    .builder-content-desktop {
        display: none;
    }
}

@media (min-width: 1024px) {
    .builder-content-mobile {
        display: none;
    }
}

.text-lg strong {
    font-weight: 500;
}


/* top stats */
.top-stats-wrap {
    padding: 20px 0 40px;
}

.top-stats-wrap .status-title .stats-line1 {
    max-width: 50px;
    height: 20px;
}

.stats-reports-line1 {
    width: 100px;
    height: 23px;
}

.stats-reports-line2 {
    width: 60px;
    height: 20px;
    margin-bottom: 8px;
}

.b-stats {
    font-weight: 400;
}

.b-stats__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.b-stats__toggle-item:not(:last-child) {
    margin-right: 20px
}

.b-stats__toggle-item._active {
    border-bottom: 2px solid #FAAA5B
}

.b-stats__toggle-item:not(._active):hover {
    border-bottom: 2px solid #ccc
}

.b-stats__toggle-btn {
    color: #000;
    font-size: 14px;
    line-height: 26px
}

.b-stats__numbers {
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.b-stats__numbers._active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-stats__numbers-item {
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
}

.b-stats__numbers-item:not(:last-child) {
    margin-right: 20px
}

.b-stats__numbers-title {
    margin-bottom: 5px;
    color: #666;
    font-size: 14px;
    line-height: 18px
}

.b-stats__numbers-value {
    font-weight: 500;
    font-size: 24px;
    line-height: 26px
}

.b-stats__numbers-head {
    padding: 10px 10px 8px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    border-bottom: 1px solid #f0f1f3
}

.b-stats__numbers-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 13px 7px 12px;
}

.b-stats__numbers-body-item {
    padding: 0 13px
}

@media (max-width: 1100px) {
    .b-stats {
        display: none
    }
}

.b-stats__toggle li {
    list-style: none;
}

.b-stats__toggle-btn {
    background: transparent;
    border: none;
    outline: none !important;
}

/*.s-performance {*/
/*    padding: 40px;*/
/*}*/

.s-performance input, .s-performance textarea, .s-performance button {
    border-radius: 0;
    -webkit-appearance: none;
}

.footer-action-text-wrap {
    display: inline-block;
    vertical-align: middle;
}

.footer-action-text {
    max-width: 300px;
}

.top-user-menu {
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}

@media screen and (max-width: 1023px) {
    .top-user-menu {
        display: none;
    }
}
.top-user-menu-item {
    line-height: 16px;
    color: #202528;
}
.top-user-menu-item:hover {
    text-decoration: underline;
}

.top-user-menu-item:not(:last-child) {
    margin-right: 25px;
}

.top-user-menu-icon:hover svg {
    fill: #e6543e;
}

/*region flyout preview */

.flyout-preview {
    max-width: 600px;
    width: 600px;
}

.autoprompt-preview {
    max-width: 600px;
    width: 600px;
}

@media (max-width: 1320px) {
    .autoprompt-preview {
        max-width: 520px;
        width: 520px;
    }
}

@media (max-width: 1230px) {
    .autoprompt-preview,
    .flyout-preview {
        max-width: 480px;
        min-width: 480px;
    }
}

.b-fly-btn {
    overflow: visible;
    border: none;
    background: #0000;
}

.b-fly-preview {
    border-radius: 0 0 5px 5px;
    background-color: #f8f8f8;
    color: #000;
    font-size: 62.5%;
    font-weight: 400;
}

.b-fly-preview__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 9px 40px 7px;
    background-color: #f8f8f8;
}

.b-fly-preview__top-home {
    display: none;
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    max-width: 20px;
    width: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

.b-fly-preview__content {
    height: 190px;
    position: relative;
}

.b-fly-preview__top-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-fly-preview__top-refresh {
    -ms-flex-preferred-size: 22px;
    flex-basis: 22px;
    max-width: 22px;
    width: 22px;
    margin-right: 12px;
}

.b-fly-preview__top-address {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 2px;
    height: 28px;
    border-radius: 30px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(241, 243, 244);
}

.b-fly-preview__top-dots {
    display: none;
    -ms-flex-preferred-size: 6px;
    flex-basis: 6px;
    max-width: 6px;
    width: 6px;
    margin-left: 16px;
}

.b-fly-preview__content-modal {
    position: relative;
    /*margin: 45px auto 0;*/
    padding: 15px 0 15px 20px;
    max-width: 500px;
    border: 1px solid #dadce0;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
    box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
    border-image-source: initial;
    border-image-width: initial;
    border-image-repeat: initial;
}

.b-fly-preview__content-modal-align_tl {
    position:absolute;
    top: -20px;
    left: 20px;
}

.b-fly-preview__content-modal-align_tr {
    position:absolute;
    top: -20px;
    right: 20px;
}

.b-fly-preview__content-modal-align_br {
    position:absolute;
    bottom: 20px;
    right: 20px;
}

.b-fly-preview__content-modal-align_bl {
    position:absolute;
    bottom: 20px;
    left: 20px;
}

.b-fly-preview__content-modal:before {
    position: absolute;
    top: 0;
    right: 37px;
    bottom: 0;
    width: 1px;
    border-left: 1px dashed #dadce0;
    content: '';
}
.b-fly-preview__top-arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 7px;
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    max-width: 30px;
    width: 30px;
}

.b-fly-preview__top-arrow._right {
    margin-right: 12px;
    margin-bottom: -2px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.b-fly-preview__top-address-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 35px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #d1d3d3;
}

.b-fly-preview__content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-fly-preview__top-address-icon img  {
    max-width: 9px;
}

.b-fly-preview__content-info {
    margin-right: 20px;
}

.b-fly-preview__content-actions {
    margin-right: 20px;
    margin-left: auto;
}

.b-fly-preview__content-hide {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 37px;
    height: 37px;
}

.b-fly-preview__content-title {
    word-break: break-word;
    font-size: 14px;
    line-height: 18px;
}

.b-fly-preview__content-btn {
    color: #FAAA5B;
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px;
}

.b-fly-preview__content-close {
    position: absolute;
    top: 13px;
    right: 8px;
    width: 20px;
    height: 12px;
}

.b-fly-preview__content-close:before {
    position: absolute;
    top: 0;
    left: 8px;
    width: 2px;
    height: 12px;
    background-color: #dadce0;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.b-fly-preview__content-close:after {
    position: absolute;
    top: 0;
    right: 10px;
    width: 2px;
    height: 12px;
    background-color: #dadce0;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*endregion flyout preview */

/*region Survey styles */

.s-main-survey__inner {
    padding: 35px 16px;
    max-width: 830px;
    margin: 0 auto;
    position: relative;
    background-color: white;
    border-radius: 5px
}

@media (max-width: 575px) {
    .s-main-survey__inner {
        padding-top: 30px;
        padding-bottom: 20px
    }
}

@media (max-width: 575px) {
}

._survey {
    background-color: #F5F5F5
}

.s-main-survey {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 100px;
    background-color: #F5F5F5
}

@media (max-width: 575px) {
    .s-main-survey {
        text-align: left;
        padding-top: 20px;
        margin-bottom: 20px
    }
}

.s-main-survey__textarea {
    display: block;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #e0e0e0
}

.s-main-survey__textfield {
    display: flex;
    align-items: flex-start;
    width: 80%;
    border-radius: 10px;
    margin-right: 20px
}

@media (max-width: 575px) {
    .s-main-survey__textfield {
        margin: 0 auto
    }
}

.margin_center {
    margin: 0 auto
}

.mt-10 {
    margin-top: 10px
}

.s-main-survey__inner .body-image {
    text-align: center;
}
.s-main-survey__inner .body-text {
    text-align: center;
}



/****** NEW STYLES ********/

body {
    background-color: #fff !important;
    padding-right: 0 !important;
    overflow-x: hidden !important;
}

a {
    color: #75C99D;
}

a:hover {
    color: #75C99D;
    text-decoration: underline;
}

.disabled-section {
    position: relative;
    background: #F8F8F8;
    border-radius: 5px;
    padding: 15px 50px 15px 20px;
    margin-bottom: 25px;
    cursor: pointer;
    transition: background-color 0.2s;
}
.disabled-section:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.disabled-section:hover {
    background: #f5f5f5;
}

.disabled-section .form-check label {
    cursor: not-allowed;
}

.disabled-section .form-control:disabled {
    background: none;
}

.disabled-section .form-group {
    margin-bottom: 0;
}

.disabled-section .form-group {
    margin-bottom: 0;
}

.disabled-section .form-group label {
    color: #818283;
}

.disabled-section .iradio.checked:before {
    border-color: #E0E0E0;
    background-color: #E0E0E0;
}

.disabled-section .with-icon{
    color: #818283;
}

.disabled-section__btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    cursor: pointer;
    outline: none;
}

.disabled-section__btn:focus,
.disabled-section__btn:active {
    outline: none;
}

body._mac select.form-control {
    background-image: url(../images/arrow-down.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 12px auto !important;
    background-position: right 10px center !important;
}

.disabled-section__btn img {
    width: 100%;
    max-width: 100%;
}

.upload_wrap {
    display: flex;
    flex-wrap: wrap;
}

.upload-icon:not(:only-child) {
    margin-right: 40px;
}

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

._align-left {
    text-align: left !important;
}

.ui-widget-content .fp_widget_countdown_container.fp_widget_countdown_container_desktop {
    top: 49px !important;
}

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

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

.f-default__file-subtitle {
    margin-top: -5px;
    margin-bottom: 15px;
    color: #798c99;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.btn-tag-remove {
    position: absolute;
    width: 11px;
    top: 13px;
    right: 9px;
}

.btn-tag-remove,
.btn-tag-remove:active,
.btn-tag-remove:focus {
    outline: none;
}

.btn-tag-remove img {
    display: block;
    width: 100%;
    max-width: 100%;
}

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

input[type=number] {
    -moz-appearance: textfield;
}

.group-description._pt-15 {
    padding-top: 15px;
}

._fz-16 {
    font-size: 16px !important;
}

.b-notification .modal-default__close {
    position: absolute;
    top: 50%;
    right: 15px;
    padding: 0;
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 15px;
}

.b-notification .modal-default__close img {
    max-width: 100%;
    width: 100%;
}

.col-lg-6._pr-0 {
    padding-right: 0;
}

.text-lg.text-gray._mt-20 {
    margin-top: 20px;
}

.text-gray._black {
    color: #000;
}

.campaign-img-email-draft {
    width: 90px !important;
    margin-top: 0 !important;
}

.setting-righter._full {
    width: 100%;
}

.setting-righter._col {
    max-width: 570px;
    min-width: 570px;
    width: 100%;
}

.form-control:disabled {
    background-image: url("../images/lock.svg");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: right 15px center;
}

._tooltip .form-control:disabled {
    background-image: url("../images/read-only.svg");
    background-size: 16px auto;
}

._vars {
    margin-right: 6px;
}

.template-type .fp-card-img {
    margin-bottom: 0;
}

#popup_preview_template .modal-content {
    padding-top: 40px;
    padding-bottom: 18px;
}

#popup_preview_template .preview-popup-footer {
    text-align: left !important;
}

#popup_preview_template .preview-popup-footer .btn {
    margin-top: 30px;
}

#popup_preview_template .modal-content button.close {
    top: -37px;
}

.dropup .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 13px !important;
    overflow: hidden;
}

.email__step-title {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
}

.email__step-text{
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
}


.builder__btn {
    display: block !important;
    text-align: center;
    width: calc(100% - 20px);
    margin: 20px auto 0;
}

.block-grid.mixed-two-up > div {
    display: flex;
}

.flyout-autoprompt {
    margin-top: 50px;
}

.flyout-autoprompt img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.ui-datepicker .ui-state-default {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    border-radius: 16px;
    padding: 0;
    border: 1px #fff solid !important;
    text-align: center;
}

.ui-datepicker .ui-datepicker-current-day a {
    background: #75c99d;
}

.ui-datepicker .ui-widget-header {
    background: none;
    border: none;
    color: #798c99;
    font-size: 15px;
    text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background: #fff;
    border-radius: 15px;
    top: 2px;
    border: 1px solid #75c99d;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.ui-datepicker .ui-datepicker-next span:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 3px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #75c99d;
    border-right: 3px solid #75c99d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ui-datepicker .ui-datepicker-prev span:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 3px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #75c99d;
    border-right: 3px solid #75c99d;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    opacity: .7;
    border: 1px solid #75c99d !important;
}

.ui-datepicker .ui-state-default:hover, .ui-datepicker .ui-widget-content .ui-state-default:hover {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    border-radius: 16px;
    padding: 0;
    border: 1px #75c99d solid !important;
}

.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default {
    border: none;
    background: none;
    color: #000;
    font-weight: normal;
    font-size: 14px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    background: none;
    position: relative;
    cursor: pointer;
}

.recipient-stats > div.sms_estimate_stats {
    display: block !important;
    margin: 0 !important;
}

.recipient-stats > div:not(:first-child) {
    margin-top: 10px !important;
}

.campaign-table {
    width: 100%;
    margin-top: 30px;
}

._flex-col .edit-button {
    margin-left: auto;
}

@media (max-width: 1080px) {
    .campaign-table-header {
        display: none;
    }

    .campaign-table .row {
        display: block;
    }

    .campaign-table .row .campaign-img-email-sent,
    .campaign-table .row .campaign-img-email-draft {
        display: none;
    }

    .campaign-table .row ._flex-col {
        display: none;
        padding: 0;
    }

    .campaign-table .row ._flex-col .mob-label {
        display: none;
    }

    .campaign-table .row ._flex-col:not(:first-child) {
        margin-top: 15px;
    }

    .campaign-table .row ._flex-col:first-child,
    .campaign-table .row ._flex-col:nth-last-child(-n+2),
    .campaign-table .row ._flex-col:last-child {
        display: block;
        max-width: 100%;
        text-align: left;
    }

    ._flex-col .edit-button {
        margin-left: 0;
    }
}

.campaign__empty {
    margin-top: 100px;
}

.campaign__empty-inner {
    display: flex;
    justify-content: center;
}

.campaign__empty-image {
    margin-right: 60px;
    flex-shrink: 0;
}

.campaign__empty-image._push {
    max-width: 276px;
    flex-basis: 276px;
    width: 276px;
}

.campaign__empty-image._sms {
    max-width: 216px;
    flex-basis: 216px;
    width: 216px;
}

.campaign__empty-image._email {
    max-width: 247px;
    flex-basis: 247px;
    width: 247px;
}

.campaign__empty-info {
    max-width: 545px;
}

.campaign__empty-image img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.campaign__empty-title {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}

.campaign__empty-text {
    margin-top: 18px;
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.campaign__empty-actions {
    margin-top: 20px;
}

.camp-push-title {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.camp-push-message {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}

.camp-push-url {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    color: #798C99;
}

@media (max-width: 768px) {
    .campaign__empty-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .campaign__empty-image {
        margin-right: 0;
    }
}

.s-heading {
    margin-bottom: 65px;
    padding-top: 5px;
}

.s-heading__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1024px) {
    .s-heading__inner {
        display: block;
    }

    .s-heading__inner .btn {
        margin-top: 30px;
    }

    .s-heading .group-description {
        margin-right: 0 !important;
    }
}

.s-heading__inner .group-description {
    margin-right: 40px;
    margin-bottom: 0;
}

.b-filters {
    padding-bottom: 20px;
}

.b-filters__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

._campaign .b-filters__top {
    margin-bottom: 0
}

.b-filters__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-filters__selected-item {
    position: relative;
    margin-top: 3px;
    margin-right: 10px;
    margin-bottom: 3px;
}

.b-filters__selected-item:not(:last-child) {
    margin-right: 10px
}

.b-filters__label {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 20px;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    color: #798C99;
    font-weight: 300;
    cursor: pointer;
    min-width: 140px;
    position: relative;
    padding-right: 33px;
}

.edit-button._black {
    border-color: #000;
}

.edit-button._black .edit-button__dropdown-current a {
    color: #000 !important;
}

.edit-button._black .edit-button__dropdown-current a:hover {
    color: #fff !important;
}

.edit-button._black .edit-button__arrow {
    border-color: #000;
}

.b-filters__label:after {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 9px;
    height: 9px;
    border-right: 1px solid #798C99;
    border-bottom: 1px solid #798C99;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: white;
}

.form-group label._mr-1 {
    margin-right: 1px;
}

.logo-slider {
    max-height: 500px;
    overflow-y: auto;
}

.b-filters__label-ststus {
    margin-left: 5px;
    white-space: nowrap
}

.b-filters__dropdown {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 2;
    overflow: hidden;
    min-width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    pointer-events: none;
}

._open .b-filters__dropdown {
    opacity: 1;
    pointer-events: all
}

.b-filters__dropdown-item {
    border-bottom: 1px solid #f1f1f1
}

.b-filters__dropdown-link {
    display: block;
    padding: 7px 20px;
    width: 100%;
    background-color: #fff;
    text-align: left;
    white-space: nowrap;
    font-size: 16px;
    line-height: 24px;
    color: #798C99;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.b-filters__dropdown-link:hover {
    background-color: #f8f8f8 !important;
    color: #798C99 !important;
    text-decoration: none;
}

#logo-slider2-categories .b-filters__label-ststus {
    margin-left: 0 !important;
}

.b-filters__search {
    overflow: hidden;
    margin-left: auto;
}

.b-filters__search-label {
    position: relative;
    display: block
}

.b-filters__search-field {
    padding: 0 25px;
    width: 250px;
    height: 24px;
    border-bottom: 1px solid #bdbdbd;
    color: #31373d;
    font-size: 14px;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.b-filters__search-field::-webkit-input-placeholder {
    color: #bdbdbd;
    font-size: 14px
}

.b-filters__search-field::-moz-placeholder {
    color: #bdbdbd;
    font-size: 14px
}

.b-filters__search-field:-ms-input-placeholder {
    color: #bdbdbd;
    font-size: 14px
}

.b-filters__search-field::-ms-input-placeholder {
    color: #bdbdbd;
    font-size: 14px
}

.b-filters__search-field::placeholder {
    color: #bdbdbd;
    font-size: 14px
}

.b-filters__search-field:focus {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.b-filters__search-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    content: '';
    right: 0;
    z-index: 1;
    padding-left: 10px;
    height: 15px;
    background: #fff;
    pointer-events: none
}

.b-filters__search-icon {
    display: block;
    width: 15px;
    height: 15px
}

@media screen and (max-width:768px) {
    .b-filters__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .b-filters__selected {
        margin: 0;
        width: 100%;
    }
    .b-filters__selected-item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 100%;
    }
    .b-filters__selected-item:not(:last-child) {
        margin-right: 0;
        padding: 0 5px
    }
    .b-filters__selected-item:last-child {
        margin-right: 0;
        padding: 0
    }
    .b-filters__search {
        margin-left: 5px;
        width: 100%;
    }
    .b-filters__search-label {
        width: 100%
    }
    .b-filters__search-field {
        padding-left: 0;
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.js-subscribe-wrap {
    display: flex;
}

.description-in-inner._wide {
    max-width: 85%;
}

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

.group-description._pt-30 {
    padding-top: 30px;
}

.recipient-stats .increase_capped_amount {
    margin-bottom: 40px !important;
}

.b-notification-container {
    padding: 0 !important;
}

.wblock.wblock-footer._mt-20 {
    margin-top: 20px;
}

.wblock.wblock-footer._mt-35 {
    margin-top: 35px;
}

.wblock.wblock-footer._mt-3 {
    margin-top: 3px;
}

.wblock.wblock-footer._mt-25 {
    margin-top: 25px;
}

.wblock._mt-20 {
    margin-top: 20px;
}

.wblock._mt-30 {
    margin-top: 30px;
}

.wblock._mt-5 {
    margin-top: 5px;
}

.wblock.wblock-footer._table-header {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    text-align: center;
    background: #F9F9F9;
    font-weight: 300;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    line-height: 19px;
    border-bottom: 1px solid #E9ECEC;
}

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

.wblock.wblock-footer._table-header > .row div:first-child {
    text-align: left;
}

.popup_sender_add .custom-radio .text-lg {
    font-size: 18px;
    font-weight: 500;
}

.popup_sender_add .text-gray {
    color: #000;
}

.form-inline._delay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row nowrap;
}

.form-control {
    outline: none !important;
}

.form-control:focus {
    outline: none !important;
    color: #000 !important;
    background-color: transparent !important;
    border-color: #464e57 !important;
    outline: 0;
    box-shadow: none !important;
}

.dropdown-menu {
    padding: 0 !important;
    border: none !important;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.dropdown-item {
    display: block;
    padding: 12px 20px;
    width: 100%;
    background-color: #fff;
    color: #000;
    text-align: left;
    white-space: nowrap;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    -webkit-transition: opacity .2s ease-out;
    transition: all .2s ease-out;
}

.dropdown-item:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}

.new-template-wrap {
    padding: 10px;
}

.form-control._mr-20 {
    margin-right: 20px;
}

.b-sms-preview {
    margin-top: 20px;
    min-height: 300px;
    border-radius: 5px;
    background-color: #f1f3f4;
    border: 1px solid #cdcdcd;
}

.b-sms-preview__inner {
    overflow: hidden;
    margin: 0 auto;
    max-width: 330px;
    border-radius: 5px;
}

.b-sms-preview__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    background: #f9fafb;
}

.b-sms-preview__top-title {
    width: calc(100% - 50px);
    color: #cfcfcf;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    overflow-wrap: break-word
}

.b-sms-preview__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    min-height: 360px;
    background-color: #fff
}

.b-sms-preview__link {
    color: #147efb;
    text-decoration: none
}

.b-sms-preview__warning {
    margin-bottom: 40px;
    padding: 15px 10px;
    border-radius: 10px;
    background: #ffcfc2;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.b-sms-preview__warning-title {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px
}

.b-sms-preview__warning-text {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif !important;
    font-size: 14px;
    line-height: 16px
}

.b-sms-preview__warning._show {
    opacity: 1
}

.b-sms-preview__message {
    margin-top: auto;
}

.b-sms-preview__message-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.b-sms-preview__message-time {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif !important;
    margin-bottom: 5px;
    color: #c4c4c4;
    text-align: center;
    font-size: 10px;
    line-height: 20px
}

.b-sms-preview__message-day:after {
    display: inline-block;
    margin: 0 4px 1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c4c4c4;
    content: ''
}

.b-sms-preview__message-hours:after {
    display: inline;
    margin-right: 1px;
    color: #c4c4c4;
    content: '.'
}

.b-sms-preview__message-person {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.b-sms-preview__message-person img {
    display: block;
    max-width: 100%;
    width: 100%
}

.b-sms-preview__message-bubble {
    padding: 15px 10px;
    border-radius: 10px;
    background: #f1f1f2
}

.b-sms-preview__message-text {
    font-size: 14px;
    line-height: 20px
}

.b-sms-preview__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    background: #f8f8f8;
}

.b-sms-preview__bottom-icon {
    margin: 0 14px;
    width: 20px;
}

.b-sms-preview__bottom-icon._sm {
    width: 16px
}

.b-sms-preview__bottom-icon img {
    display: block;
    max-width: 100%;
    width: 100%
}

.badge-primary {
    color: #75C99D !important;
    background: #fff;
    border: 1px solid #75C99D !important;
    transition: all 0.2s linear;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.modal-open .modal {
    padding-right: 0 !important;
}

.modal-content {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    padding: 22px 30px 30px;
}

.modal-content .btn.btn-primary.upload_trigger {
    position: absolute;
    bottom: 0;
    left: 0;
}

.modal-content .btn.btn-primary.upload_trigger._top {
    position: static;
    margin-top: 10px;
}

.dropdown-toggle {
    padding-right: 30px;
}

.dropdown-toggle::after {
    position: absolute !important;
    top: 13px !important;
    right: 12px !important;
    display: block !important;
    width: 7px !important;
    height: 7px !important;
    border-right: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    content: '';
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    border-top: none !important;
    border-left: none !important;
}

.dropdown-toggle:hover:after {
    border-color: #fff !important;
}

.modal-content .wblock.wblock-footer:last-child {
    margin-top: 30px;
}

.modal-content .popup-type-mms .wblock.wblock-footer:last-child {
    margin-top: 11px;
}

.modal-content .wblock.wblock-footer:last-child .text-center {
    padding-left: 110px;
}

.modal-content .popup-type-mms .wblock.wblock-footer:last-child .text-center {
    padding-left: 141px;
}

@media (max-width: 768px) {
    .modal-content {
        font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
        padding: 20px 15px 30px;
    }

    .modal-content .wblock.wblock-footer:last-child .text-center {
        padding-left: 50%;
        width: 100%;
    }

    .modal-content .wblock.wblock-footer:last-child .text-center .btn {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
    .modal-content .popup-type-mms .wblock.wblock-footer:last-child .text-center {
        padding-left: calc(50%);
    }

    .modal-content .popup-type-mms .wblock.wblock-footer:last-child .text-center .btn {
        /*width: calc(50% - 20px);
        max-width: calc(50% - 20px);*/
        width: calc(100%);
    }


    .modal-content button.close {
        right: -12px !important;
    }

    .modal-content .wblock.wblock-footer {
        margin-right: 0;
    }

    .modal-content .wblock.wblock-footer:last-child {
        margin-right: -20px;
    }
}

.modal-content h1 {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.modal-content .popup-type-mms h1 {
    font-weight: 300;
}

.modal-content p.text-gray {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 300;
    margin-bottom: 5px;
}

.modal-content p.text-gray._mb-20 {
    margin-bottom: 20px;
}

.popup-type-icon p:not(.text-gray),
.popup-type-prompt_popup p:not(.text-gray) {
    display: none;
}

.modal-body .modal-default__close {
    position: absolute;
    top: -7px;
    right: -15px;
    padding: 0;
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 20px;
    z-index: 2;
}

.modal-body .modal-default__close img {
    max-width: 100%;
    width: 100%;
}

.modal-content button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 20px;
}

.modal-content button.close:hover {
    color: #000;
}



.modal-content button:hover,
.modal-content button:active,
.modal-content button:focus {
    outline: none;
}

.modal-dialog {
    max-width: 640px;
}

.a-back {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    position: relative;
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #75C99D;
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 30px;
}

.a-back:hover {
    text-decoration: underline;
    color: #75C99D !important;
}

.a-back:before {
    position: absolute;
    top: 8px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #75C99D;
    border-left: 1px solid #75C99D;
    content: '';
    transform: rotate(-45deg);
}

.form-text {
    margin-right: 30px !important;
    margin-top: 0.65rem !important;
}

.select2-selection__arrow {
    display: none
}

.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: #f6f6f6 !important;
}

.select2-selection__rendered {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    color: #000 !important;
    font-size: 16px;
    line-height: 22px !important;
    padding: 0 !important;
    font-weight: 300 !important
}

.select2-container .select2-selection--single {
    position: relative;
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    min-height: 40px;
    padding: 8px 30px 9px 10px
}

.select2-container .select2-selection--single:after {
    position: absolute;
    top: 13px;
    right: 15px;
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.select2-container .select2-selection--multiple {
    min-height: 40px;
    padding: 5px 30px 2px 10px
}

.select2-results__option {
    font-family: 'Poppins', 'Nunito Sans', 'Helvetica', 'Arial', sans-serif;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    padding: 8px 30px 9px 10px !important;
    font-weight: 300 !important;
}

.select2-results__option:not(:last-child) {
    border-bottom: 1px solid #cdcdcd
}

.select2-container--default .select2-selection--single {
    border-color: #cdcdcd
}

._error .select2-container--default .select2-selection--single {
    border-color: #ff8465
}

._transparent .select2-container--default .select2-selection--single {
    background-color: transparent
}

.select2-dropdown {
    border-color: #cdcdcd;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff !important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f6f6f6 !important
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #dbdee3 !important
}

.f-default__select-wrapper .select2-container {
    width: 100% !important
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #d3dbe2 !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0 !important
}

.select2-search.select2-search--dropdown .select2-search__field {
    height: 30px;
    color: #000 !important;
    font-size: 14px;
    line-height: 22px !important;
    border-radius: 4px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 2px 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: 10px;
    font-size: 25px;
    line-height: 22px !important
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    color: #798c99 !important;
    font-size: 14px;
    line-height: 22px !important
}

.select2-selection__clear {
    display: none !important
}

@media screen and (max-width:768px) {
    .b-recipients__select .select2-container .select2-selection--single {
        height: 60px;
    }
    .b-recipients__select .select2-container .select2-selection--single .b-recipients__values {
        display: block;
    }
    .b-recipients__select .select2-container .select2-selection--single .b-recipients__values-text,
    .b-recipients__select .select2-container .select2-selection--single .b-recipients__values-recipients {
        display: block;
        margin-right: 0
    }
    .select2-container .select2-results__option {
        height: 60px;
    }
    .select2-container .select2-results__option .b-recipients__values {
        display: block;
    }
    .select2-container .select2-results__option .b-recipients__values-text,
    .select2-container .select2-results__option .b-recipients__values-recipients {
        display: block;
        margin-right: 0
    }
}

.wblock-footer .btn {
    margin: 0 20px 0 0 !important;
}

.remove-cta {
    margin-top: -10px;
}

.wrapper__main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fff;
    min-height: 100vh;
    max-width: 1500px;
    /*max-width: 1303px;*/
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1290px) {
    .wblock.wblock-form._row {
        display: block;
    }
}

@media (max-width: 1230px) {
    .setting-lefter {
        margin-right: 30px !important;
    }
    .wrapper__main {
        max-width: 1130px
    }
}

@media (max-width: 1140px) {
    .subscribe-tabs.style-tabs {
        width: 100%;
    }

    .wblock,
    .wblock.wblock-form {
        display: block;
    }

    .setting-righter {
        display: none;
    }

    .setting-righter._col {
        display: block;
        margin-right: 0 !important;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .setting-lefter {
        margin-right: 0 !important;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}

.b-gdpr-preview {
    border-radius: 0 0 5px 5px;
    background-color: #f8f8f8;
}

.b-gdpr-preview__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 9px 40px 7px;
    background-color: #f8f8f8;
}

._mobile .b-gdpr-preview__top {
    padding-right: 19px
}

.b-gdpr-preview__top img {
    display: block;
    max-width: 100%;
    width: 100%
}

.b-gdpr-preview__top-home {
    display: none;
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    max-width: 20px;
    width: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

._mobile .b-gdpr-preview__top-home {
    display: block
}

.b-gdpr-preview__top-dots {
    display: none;
    -ms-flex-preferred-size: 6px;
    flex-basis: 6px;
    max-width: 6px;
    width: 6px;
    margin-left: 16px;
}

._mobile .b-gdpr-preview__top-dots {
    display: block
}

.b-gdpr-preview__top-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._mobile .b-gdpr-preview__top-arrows {
    display: none
}

.b-gdpr-preview__top-arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 7px;
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    max-width: 30px;
    width: 30px;
}

.b-gdpr-preview__top-arrow._right {
    margin-right: 12px;
    margin-bottom: -2px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

._mobile .b-gdpr-preview__top-arrow._right {
    display: none
}

.b-gdpr-preview__top-refresh {
    -ms-flex-preferred-size: 22px;
    flex-basis: 22px;
    max-width: 22px;
    width: 22px;
    margin-right: 12px;
}

._mobile .b-gdpr-preview__top-refresh {
    display: none
}

.b-gdpr-preview__top-address {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 2px;
    height: 28px;
    border-radius: 30px;
    background: #f1f3f4;
}

.b-gdpr-preview__top-address-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 35px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #d1d3d3;
}

._mobile .b-gdpr-preview__top-address-icon {
    background-color: transparent
}

.b-gdpr-preview__top-address-icon img {
    max-width: 9px
}

.b-gdpr-preview__content {
    padding-bottom: 40px;
}

.b-gdpr-preview__content-close {
    position: absolute;
    top: 8px;
    right: 5px;
    width: 20px;
    height: 20px;
}

.b-gdpr-preview__content-close span._left {
    position: absolute;
    top: 0;
    left: 8px;
    width: 2px;
    height: 12px;
    background-color: #7d8084;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.b-gdpr-preview__content-close span._right {
    position: absolute;
    top: 0;
    right: 10px;
    width: 2px;
    height: 12px;
    background-color: #7d8084;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.b-gdpr-preview__content-modal {
    position: relative;
    margin: 20px auto 0;
    padding: 20px;
    max-width: 500px;
    border: 1px solid #dadce0;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1)
}

.b-gdpr-preview__content-main {
    margin-top: -3px
}

.b-gdpr-preview__content-title {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px
}

.b-gdpr-preview__content-text,
.b-gdpr-preview__content-link {
    font-size: 14px;
    line-height: 22px
}

.b-gdpr-preview__content-link span {
    color: #000
}

.b-gdpr-preview__content-link:hover {
    text-decoration: underline
}

.b-gdpr-preview__content-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px
}

.b-gdpr-preview__content-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    max-width: 50px
}

.b-gdpr-preview__content-actions {
    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
}

.b-gdpr-preview__content-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 5px;
    min-width: 68px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    color: #2f80ed;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.b-gdpr-preview__content-btn:not(:last-child) {
    margin-right: 10px
}

.b-gdpr-preview__content-btn._hide {
    display: none
}

.b-gdpr-preview__content-note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -5px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

.b-gdpr-preview__content-note-text {
    margin-right: 5px
}

.b-gdpr-preview._mobile .b-sale .btn {
    min-height: 24px;
    font-size: 12px;
    line-height: 14px
}

.b-signup-preview-fp__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 9px 40px 7px;
    background-color: #f8f8f8;
}

._mobile .b-signup-preview-fp__top {
    padding-right: 19px
}

.b-signup-preview-fp__top img {
    display: block;
    max-width: 100%;
    width: 100%
}

.b-signup-preview-fp__top-home {
    display: none;
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    max-width: 20px;
    width: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

._mobile .b-signup-preview-fp__top-home {
    display: block
}

.b-signup-preview-fp__top-dots {
    display: none;
    -ms-flex-preferred-size: 6px;
    flex-basis: 6px;
    max-width: 6px;
    width: 6px;
    margin-left: 16px;
}

._mobile .b-signup-preview-fp__top-dots {
    display: block
}

.b-signup-preview-fp__top-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._mobile .b-signup-preview-fp__top-arrows {
    display: none
}

.b-signup-preview-fp__top-arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 7px;
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    max-width: 30px;
    width: 30px;
}

.b-signup-preview-fp__top-arrow._right {
    margin-right: 12px;
    margin-bottom: -2px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

._mobile .b-signup-preview-fp__top-arrow._right {
    display: none
}

.b-signup-preview-fp__top-refresh {
    -ms-flex-preferred-size: 22px;
    flex-basis: 22px;
    max-width: 22px;
    width: 22px;
    margin-right: 12px;
}

._mobile .b-signup-preview-fp__top-refresh {
    display: none
}

.b-signup-preview-fp__top-address {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 2px;
    height: 28px;
    border-radius: 30px;
    background: #f1f3f4;
}

.b-signup-preview-fp__top-address-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 35px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #d1d3d3;
}

._mobile .b-signup-preview-fp__top-address-icon {
    background-color: transparent
}

.b-signup-preview-fp__top-address-icon img {
    max-width: 9px
}

.b-button-preview {
    border-radius: 0 0 5px 5px;
    background-color: #f1f3f4;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
}

.b-button-preview__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 9px 40px 7px;
    background-color: #f8f8f8;
}

._mobile .b-button-preview__top {
    padding-right: 19px
}

.b-button-preview__top img {
    display: block;
    max-width: 100%;
    width: 100%
}

.b-button-preview__top-home {
    display: none;
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    max-width: 20px;
    width: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

._mobile .b-button-preview__top-home {
    display: block
}

.b-button-preview__top-dots {
    display: none;
    -ms-flex-preferred-size: 6px;
    flex-basis: 6px;
    max-width: 6px;
    width: 6px;
    margin-left: 16px;
}

._mobile .b-button-preview__top-dots {
    display: block
}

.b-button-preview__top-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._mobile .b-button-preview__top-arrows {
    display: none
}

.b-button-preview__top-arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 7px;
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    max-width: 30px;
    width: 30px;
}

.b-button-preview__top-arrow._right {
    margin-right: 12px;
    margin-bottom: -2px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

._mobile .b-button-preview__top-arrow._right {
    display: none
}

.b-button-preview__top-refresh {
    -ms-flex-preferred-size: 22px;
    flex-basis: 22px;
    max-width: 22px;
    width: 22px;
    margin-right: 12px;
}

._mobile .b-button-preview__top-refresh {
    display: none
}

.b-button-preview__top-address {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 2px;
    height: 28px;
    border-radius: 30px;
    background: #f1f3f4;
}

.b-button-preview__top-address-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 35px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #d1d3d3;
}

._mobile .b-button-preview__top-address-icon {
    background-color: transparent
}

.b-button-preview__top-address-icon img {
    max-width: 9px
}

.b-button-preview__content {
    overflow: hidden;
}

.b-button-preview__content-modal {
    position: relative;
    margin: 50px auto 80px;
}

.b-button-preview__content-modal._hide {
    -webkit-transform: translateY(calc(100% - 40px));
    transform: translateY(calc(100% - 40px))
}

.b-button-preview__content-main {
    padding: 20px 10px 10px
}

.b-button-preview__content-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 25px
}

.b-button-preview__content-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 5px 6px;
    min-width: 130px;
    height: 40px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    background: #75c99d;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all .2s ease-out !important;
    transition: all .2s ease-out !important;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.b-button-preview__content-btn:not(:last-child) {
    margin-right: 10px
}

.b-button-preview__content-btn._hide {
    display: none
}

.b-tools-preview {
    max-width: 520px;
    min-width: 520px;
    border-radius: 0 0 5px 5px;
    background-color: #f8f8f8;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1230px) {
    .b-tools-preview {
        max-width: 480px;
        min-width: 480px;
    }
}

.b-tools-preview__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 9px 40px 7px;
    background-color: #f8f8f8;
}

._mobile .b-tools-preview__top {
    padding-right: 19px
}

.b-tools-preview__top img {
    display: block;
    max-width: 100%;
    width: 100%
}

.b-tools-preview__top-home {
    display: none;
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    max-width: 20px;
    width: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

._mobile .b-tools-preview__top-home {
    display: block
}

.b-tools-preview__top-dots {
    display: none;
    -ms-flex-preferred-size: 6px;
    flex-basis: 6px;
    max-width: 6px;
    width: 6px;
    margin-left: 16px;
}

._mobile .b-tools-preview__top-dots {
    display: block
}

.b-tools-preview__top-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._mobile .b-tools-preview__top-arrows {
    display: none
}

.b-tools-preview__top-arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 7px;
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    max-width: 30px;
    width: 30px;
}

.b-tools-preview__top-arrow._right {
    margin-right: 12px;
    margin-bottom: -2px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

._mobile .b-tools-preview__top-arrow._right {
    display: none
}

.b-tools-preview__top-refresh {
    -ms-flex-preferred-size: 22px;
    flex-basis: 22px;
    max-width: 22px;
    width: 22px;
    margin-right: 12px;
}

._mobile .b-tools-preview__top-refresh {
    display: none
}

.b-tools-preview__top-address {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 2px;
    height: 28px;
    border-radius: 30px;
    background: #f1f3f4;
}

.b-tools-preview__top-address-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 35px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #d1d3d3;
}

._mobile .b-tools-preview__top-address-icon {
    background-color: transparent
}

.b-tools-preview__top-address-icon img {
    max-width: 9px
}

.b-tools-preview__content {
    height: 190px;
    background-color: #f8f8f8;
}

.b-tools-preview__content-close {
    position: absolute;
    top: 8px;
    right: 5px;
    width: 20px;
    height: 20px;
}

.b-tools-preview__content-close:before {
    position: absolute;
    top: 0;
    left: 8px;
    width: 2px;
    height: 12px;
    background-color: #7d8084;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.b-tools-preview__content-close:after {
    position: absolute;
    top: 0;
    right: 10px;
    width: 2px;
    height: 12px;
    background-color: #7d8084;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.b-tools-preview__content-modal {
    position: relative;
    margin: -35px auto 0 115px;
    padding: 20px 20px 20px 10px;
    max-width: 340px;
    border: 1px solid #dadce0;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1)
}

.b-tools-preview__content-title {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px
}

.b-tools-preview__content-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.b-tools-preview__content-icon {
    margin-right: 10px;
    max-width: 14px
}

.b-tools-preview__content-actions {
    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
}

.b-tools-preview__content-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 5px;
    min-width: 68px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    color: #2f80ed;
    text-align: center;
}

.b-tools-preview__content-btn._hide {
    display: none
}

.b-tools-preview__content-btn:not(:last-child) {
    margin-right: 10px
}

.b-tools-preview._mobile .b-sale .btn {
    min-height: 24px;
    font-size: 12px;
    line-height: 14px
}

.b-preview__android-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.b-preview__android-top-icon {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.b-preview__android-top-icon img {
    display: block;
    max-width: 100%;
    width: 100%
}

.b-preview__android-top-text {
    font-family: Arial, Tahoma, Geneva, Kalimati, sans-serif !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 20px;
    line-height: 20px;
}

.b-preview__android-top-text span {
    font-family: 'Roboto', sans-serif !important;
    margin: 0 5px;
    font-size: 12px;
    line-height: 20px;
}

.b-preview__android-top-now {
    position: relative;
}

.b-preview__android-top-now:after {
    position: absolute;
    top: 8px;
    right: -20px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.b-countdown-preview__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 9px 9px 7px;
    background-color: #f8f8f8;
}

._mobile .b-countdown-preview__top {
    padding-right: 19px
}

.b-countdown-preview__top img {
    display: block;
    max-width: 100%;
    width: 100%
}

.b-countdown-preview__top-home {
    display: none;
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    max-width: 20px;
    width: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

._mobile .b-countdown-preview__top-home {
    display: block
}

.b-countdown-preview__top-dots {
    display: none;
    -ms-flex-preferred-size: 6px;
    flex-basis: 6px;
    max-width: 6px;
    width: 6px;
    margin-left: 16px;
}

._mobile .b-countdown-preview__top-dots {
    display: block
}

.b-countdown-preview__top-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._mobile .b-countdown-preview__top-arrows {
    display: none
}

.b-countdown-preview__top-arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 7px;
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    max-width: 30px;
    width: 30px;
}

.b-countdown-preview__top-arrow._right {
    margin-right: 12px;
    margin-bottom: -2px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

._mobile .b-countdown-preview__top-arrow._right {
    display: none
}

.b-countdown-preview__top-refresh {
    -ms-flex-preferred-size: 22px;
    flex-basis: 22px;
    max-width: 22px;
    width: 22px;
    margin-right: 12px;
}

._mobile .b-countdown-preview__top-refresh {
    display: none
}

.b-countdown-preview__top-address {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 2px;
    height: 28px;
    border-radius: 30px;
    background: #f1f3f4;
}

.b-countdown-preview__top-address-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 35px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #d1d3d3;
}

._mobile .b-countdown-preview__top-address-icon {
    background-color: transparent
}

.b-countdown-preview__top-address-icon img {
    max-width: 9px
}

.fp_widget_close {
    display: none;
}

.preview_cta_title {
    display: flex;
    justify-content: space-around;
}

.design-block.design-desktop .preview_cta_title {
    background-color: #2D5C80;
}

/*.preview_cta1_title, .preview_cta2_title {*/
/*    border: none;*/
/*}*/

.design-block.design-desktop .icon-close {
    display: none;
}

.tab-content._desktop {
    display: none;
}

.design-block.design-desktop .fp-block2 {
    background-color: #2D5C80;
}

.fp-block {
    padding: 22px 20px 10px 85px;
    transition: background-color 0.2s ease-out;
}

.preview_cta1_title:hover,
.preview_cta2_title:hover {
    background-color: #3f698b;
}

.btn-light {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #000 !important;
    background: transparent;
    border-color: #000 !important;
    font-weight: 300;
    transition: all 0.2s ease-out;
}

.btn-light:hover {
    color: #fff !important;
    background: #000 !important;
    border-color: #000 !important;
}

.btn-primary {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    background: #7dd599 !important;
    border-color: #7dd599 !important;
    font-weight: 300;
    transition: all 0.2s ease-out;
}

.btn-primary:hover {
    color: #fff !important;
    background: #000 !important;
    border-color: #000 !important;
}

.settings-group {
    padding-bottom: 75px;
}

.settings-group._mb-40 .group-description {
    margin-bottom: 40px;
}

.group-description._mb-40 {
    margin-bottom: 40px;
}

.group-description._mt-50 {
    margin-top: 50px;
}

.group-description._mt-75 {
    margin-top: 75px;
}

.text-gray {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

.campaign-img-email-sent {
    width: 90px !important;
    margin-top: 0 !important;
}

.campaign-table-header > .row:first-child {
    font-weight: 500;
}

._flex-col {
    display: flex;
    align-items: center;
}

.with-icon {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    display: inline-block;
    font-weight: 500 !important;
    font-size: 15px;
    line-height: 26px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group._mb-35 {
    margin-bottom: 35px;
}

.form-group._mb-15 {
    margin-bottom: 15px;
}

.form-group._mt-25 {
    margin-top: 25px;
}

.form-group._mb-5 {
    margin-bottom: 5px;
}

.form-group._mb-3 {
    margin-bottom: 3px;
}

.form-group.flyout_info {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 300 !important;
    font-size: 16px;
    line-height: 26px;
}

.form-group.signup_info {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 300 !important;
    font-size: 16px;
    line-height: 26px;
}

.form-group.embed_info {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 300 !important;
    font-size: 16px;
    line-height: 26px;
}

.form-control.discount_code_input,
.form-control.discount_code {
    margin-bottom: 10px;
}

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

.form-check strong {
    font-weight: 300;
    font-size: 15px;
}

.for-checkbox.custom-checkbox {
    padding-left: 8px !important;
}

/*.category-countdown-themes .countdown-themes-block {*/
/*    padding-top: 15px !important;*/
/*}*/

.wblock {
    border: none !important;
}

.wblock-wrap {
    box-shadow: none !important;
}

.wblock, .wblock.wblock-form {
    display: flex;
    padding: 0 !important;
}

.wblock._block, .wblock.wblock-form._block {
    display: block;
    padding: 0 !important;
}

.design-block.countdown-preview {
    /*max-width: 600px;*/
    min-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 155px;
    background-color: #f8f8f8;
    border-radius: 5px;
    overflow: hidden;
}

.wblock.wblock-green {
    padding: 20px 20px 25px !important;
}

@media (max-width: 1320px) {
    .design-block.countdown-preview {
        max-width: 520px;
        min-width: 520px;
    }
}

@media (max-width: 1230px) {
    .design-block.countdown-preview {
        max-width: 480px;
        min-width: 480px;
    }
}

.wblock-footer {
    padding: 0 !important;
    margin-top: 10px;
}


@media (max-width: 768px) {
    .wblock-footer {
        display: flex;
        flex-wrap: wrap;
        margin-right: -20px;
    }

    .wblock-footer > .btn,
    .wblock-footer > .btn-group.dropdown {
        width: calc(50% - 20px);
        max-width: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        margin: 5px 0 !important;
        margin-right: 20px !important;
    }

    .wblock-footer > .btn-group.dropdown .btn {
        margin-right: 0 !important;
    }

    .form-inline-custom._boost {
        display: flex;
        flex-wrap: wrap;
        margin-right: -10px;
    }

    .form-inline-custom._boost .form-group {
        width: calc(50% - 10px);
        max-width: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        margin-right: 10px !important;
    }

    .form-inline-custom.subscribe-tabs-count-3 {
        display: flex;
        flex-wrap: wrap;
        margin-right: -10px;
    }

    .form-inline-custom.subscribe-tabs-count-3 .form-check.form-group {
        width: calc(50% - 10px);
        max-width: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        margin-right: 10px !important;
    }

    .modal-content .popup-type-mms .btn.btn-primary.upload_trigger {
        bottom: -5px;
    }
}

.group-description {
    margin-bottom: 65px;
}

.group-description._pt-5 {
    padding-top: 5px;
}

.group-description._pt-35 {
    padding-top: 35px;
}

.app-top {
    display: none;
}

.wrapper__main._sidebar {
    max-width: 1440px
}

.p-dashboard .wrapper__main {
    max-width: 1500px
}

.wrapper__main._pricing {
    max-width: 1270px
}

@media (max-width:1480px) {
    .wrapper__main._sidebar {
        max-width: 1130px
    }
}

.s-header {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    position: relative;
    z-index: 4;
    padding: 14px 0 15px;
    background-color: #fff;
    border-bottom: 1px solid #e9ecec;
}

.s-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px 0 30px
}

.s-header__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 50px
}

.s-header__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 13px;
    width: 19px;
    font-size: 18px;
}

.s-header__icon img {
    display: block;
    max-width: 100%;
    width: 100%
}

.s-header__logo {
    display: block;
    margin-right: 25px;
    width: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.s-header__logo img {
    display: block;
    width: 100%;
    max-width: 100%
}

.s-header__menu {
    margin-left: auto
}

.s-header__hamburger {
    display: none
}

@media screen and (max-width:1024px) {
    .s-header__inner {
        position: relative;
        padding: 0 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .s-header__menu {
        margin-left: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .s-header__logo {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .s-header__hamburger {
        position: relative;
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        outline: none;
    }
    .s-header__hamburger:focus {
        outline: none;
    }
    .s-header__hamburger-outer {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 30px;
        height: 20px;
    }
    .s-header__hamburger-outer:before,
    .s-header__hamburger-outer:after {
        display: block;
        height: 2px;
        border-radius: 5px;
        background-color: #000;
        content: '';
        -webkit-transition: -webkit-transform .35s ease-out;
        transition: -webkit-transform .35s ease-out;
        transition: transform .35s ease-out;
        transition: transform .35s ease-out, -webkit-transform .35s ease-out
    }
    .s-header__hamburger-inner {
        display: block;
        height: 2px;
        border-radius: 5px;
        background-color: #000;
        -webkit-transition: opacity .35s ease-out;
        transition: opacity .35s ease-out
    }
    .s-header__hamburger._open .s-header__hamburger-outer:before {
        -webkit-transform: rotate(45deg) translate3d(5px, 9px, 0);
        transform: rotate(45deg) translate3d(5px, 9px, 0)
    }
    .s-header__hamburger._open .s-header__hamburger-outer:after {
        -webkit-transform: rotate(-45deg) translate3d(4px, -7px, 0);
        transform: rotate(-45deg) translate3d(4px, -7px, 0)
    }
    .s-header__hamburger._open .s-header__hamburger-inner {
        opacity: 0
    }
}

.m-main {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
}

.m-main__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -14px;
}

.m-main__list-item {
    padding: 0 14px;
    cursor: pointer
}

.m-main__link {
    position: relative;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    outline: none;
}

.m-main__link:hover {
    color: #75C99D;
    text-decoration: underline;
}

.m-main__link:focus {
    outline: none;
}

._dropdown .m-main__link {
    padding-right: 14px;
}

._dropdown .m-main__link:after {
    position: absolute;
    top: 6px;
    right: 0;
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.m-main__dropdown {
    position: absolute;
    opacity: 0;
    display: none;
    pointer-events: none;
    width: 200px;
    top: calc(100% + 5px);
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.m-main__list-item._open .m-main__dropdown {
    display: block;
    opacity: 1;
    pointer-events: all
}

.m-main__dropdown-item:not(:last-child) {
    border-bottom: 1px solid #f1f1f1
}

.m-main__dropdown-link {
    display: block;
    padding: 12px 20px;
    width: 100%;
    background-color: #fff;
    color: #000;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    font-weight: 300;
}

.m-main__dropdown-link:hover {
    background-color: #f6f6f6;
    color: #000;
    text-decoration: none;
}

@media screen and (max-width:1024px) {
    .m-main {
        background-color: #fff;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        -webkit-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
        left: 0;
        right: 0;
        top: 60px;
        bottom: 0;
        padding: 35px 20px;
        overflow: auto;
    }
    .m-main__list {
        display: block;
    }
    .m-main__list-item:not(:first-child) {
        margin-top: 18px
    }
    .m-main__link {
        width: 100%;
        font-size: 20px;
        line-height: 30px;
        text-align: left;
    }
    ._dropdown .m-main__link:after {
        transition: transform 0.2s ease-out;
        transform: rotate(-45deg);
    }
    ._dropdown._open .m-main__link:after {
        transform: rotate(45deg);
    }
    ._dropdown .m-main__link {
        padding-right: 20px;
    }
    ._dropdown .m-main__link:after {
        width: 12px;
        height: 12px
    }
    .m-main__dropdown {
        display: none;
        position: static;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        pointer-events: all;
    }
    .m-main__dropdown-item {
        margin-top: 15px;
    }
    .m-main__dropdown-item:not(:last-child) {
        border: none
    }
    .m-main__dropdown-link {
        font-size: 20px;
        line-height: 30px;
        font-weight: 300;
        padding: 0 20px;
    }
    .m-main__dropdown-link:hover {
        background-color: #fff
    }
    .m-main._open {
        opacity: 1;
        pointer-events: all
    }
    .m-main__list-item._open .m-main__link {
        font-weight: 500;
    }
}

.m-secondary {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
}

.m-secondary__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.m-secondary__item {
    cursor: pointer;
}

.m-secondary__item._dropdown .m-secondary__link {
    position: relative;
    padding-right: 15px;
}

.m-secondary__item._dropdown .m-secondary__link:after {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.m-secondary__item:not(:last-child) {
    margin-right: 25px
}

.m-secondary__link {
    color: #202528;
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    display: flex;
    align-items: center;
}

.m-secondary__link div {
    position: relative;
    margin-right: 6px;
}

.m-secondary__link div:before {
    position: absolute;
    content: '';
    left: 0;
    right: 1px;
    top: 0;
    bottom: 2px;
    margin: auto;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FF704A;
    transition: background-color 0.2s;
}
.m-secondary__link img {
    width: 18px;
    height: 18px;
}  

.m-secondary__link:hover {
    text-decoration: underline
}

.m-secondary__link:hover div:before {
    background-color: #75C99D;
} 
    
.m-secondary__btn,
.m-secondary__btn:focus,
.m-secondary__btn:active {
    outline: none;
}

.m-secondary__btn svg {
    display: block;
    fill: #ff8465;
    -webkit-transition: fill .2s ease-out;
    transition: fill .2s ease-out
}

.m-secondary__btn:hover svg {
    fill: #202528;
}

.m-secondary__dropdown {
    cursor: auto;
    position: absolute;
    top: calc(100% + 10px);
    right: 20px;
    z-index: 2;
    overflow: hidden;
    width: 254px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.m-secondary__dropdown._left {
    right: auto;
    left: 0
}

.m-secondary__dropdown._small {
    max-width: 140px
}

._open .m-secondary__dropdown {
    opacity: 1;
    pointer-events: all
}

.m-secondary__dropdown-item {
    position: relative;
    padding: 15px 20px;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

.m-secondary__dropdown-item._sm {
    padding: 9px 20px
}

.m-secondary__dropdown-item._dropdown:after {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    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)
}

.m-secondary__dropdown-item._open:after {
    top: 17px;
    right: 20px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.m-secondary__dropdown-link {
    cursor: pointer;
}

.m-secondary__dropdown-link:not(._primary) {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.m-secondary__dropdown-link:not(._primary):not(:first-child) {
    margin-top: 7px
}

.m-secondary__dropdown-link:not(._primary):hover {
    text-decoration: underline
}

.m-secondary__dropdown-link._primary {
    color: #ababab;
    text-decoration: underline;
    font-size: 12px;
    line-height: 15px;
}

.m-secondary__dropdown-link._primary:hover {
    color: #75c99d;
    text-decoration: underline
}

.m-secondary__dropdown-divider {
    color: #ababab;
    font-size: 12px;
    line-height: 15px
}

.m-secondary__dropdown-submenu {
    display: none;
    padding: 0 20px 17px
}

.m-secondary__dropdown-subitem {
    background-color: #f8f8f8
}

.m-secondary__dropdown-sublink {
    display: block;
    padding: 10px 25px 10px 20px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
}

.m-secondary__dropdown-sublink:hover {
    text-decoration: underline
}

.m-secondary__row {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-secondary__row:not(:first-child) {
    margin-top: 7px
}

.m-secondary__row-field {
    color: #798c99;
    margin-right: 5px;
    font-weight: 300
}

.m-secondary__row-value {
    color: #000;
    font-weight: 400
}

.m-secondary__progress {
    padding: 0 20px 15px;
    margin: 0 -20px;
}
.m-secondary__progress+.m-secondary__progress {
    padding-top: 15px;
    border-top: 1px dashed #f1f1f1;
}

.m-secondary__progress [class*="_hidden-to-"] {
    display: none;
}

.m-secondary__progress-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #798c99;
    margin-bottom: 5px
}

.m-secondary__progress-title a,
.m-secondary__progress-title button {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #75c99d;
}

.m-secondary__progress-title a:hover,
.m-secondary__progress-title button:hover {
    text-decoration: underline;
}

.m-secondary__progress-bar {
    background: #ededed;
    border-radius: 5px;
    height: 10px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 4px
}

.m-secondary__progress-line {
    height: 10px;
    border-radius: 5px;
}

._green .m-secondary__progress-line {
    background: #75c99d
}

._yellow .m-secondary__progress-line {
    background-color: #ffba75
}

._red .m-secondary__progress-line {
    background-color: #ff8465
}

.m-secondary__progress-info {
    font-size: 12px;
    line-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #798c99;
    font-weight: 300;
}

.m-secondary__progress-info span {
    font-weight: 300;
    margin-right: 4px;
}

._red .m-secondary__progress-current {
    color: #ff8465
}

.m-secondary__progress-error {
    padding: 8px 20px;
    margin: 12px -20px 0;
    background: #fff7f7;
    font-size: 12px;
    line-height: 15px;
    display: none;
    color: #798c99
}
.m-secondary__progress._warn ._warn {
    display: block;
}
.m-secondary__progress._stop ._stop {
    display: block;
}

.m-secondary__upgrade {
    padding-top: 10px;
    margin-top: -5px;
    border-top: 1px dashed #f1f1f1;
}

.m-secondary__upgrade-text {
    font-size: 12px;
    line-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #798c99;
    margin-bottom: 7px;
    font-weight: 300
}

.m-secondary__upgrade-btn {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 300;
    height: 30px;
    border: 1px solid #75c99d;
    background: #75c99d;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

.m-secondary__upgrade-btn:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width:1180px) {
    .m-secondary__item:not(:last-child) {
        margin-right: 15px;
    }
    .m-secondary__link, 
    .m-main__link {
        font-size: 13px;
    }
    .m-secondary__link div:before {
        right: 0;
    }
    .m-main__list {
        margin: 0 -8px;
    }
    .m-main__list-item {
        padding: 0 8px
    }
    .m-secondary__item._dropdown  .m-secondary__link:after,
    ._dropdown .m-main__link:after {
        right: 1px;
        top: 6px;
        width: 6px;
        height: 6px;
    }
}

@media screen and (max-width:1024px) {
    .m-secondary__item._dropdown._open {
        position: relative;
    }
    .m-secondary__dropdown-item:first-child {
        padding-top: 7px;
    }
    .m-secondary__item._dropdown._open:before,
    .m-secondary__item._dropdown._open:after {
        position: absolute;
        display: block;
        height: 2px;
        top: 50%;
        right: -4px;
        width: 30px;
        border-radius: 5px;
        background-color: #000;
        content: '';
        -webkit-transition: -webkit-transform .35s ease-out;
        transition: -webkit-transform .35s ease-out;
        transition: transform .35s ease-out;
        transition: transform .35s ease-out, -webkit-transform .35s ease-out;
        pointer-events: none
    }
    .m-secondary__item._dropdown._open:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .m-secondary__item._dropdown._open:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .m-secondary__item._dropdown._open .m-secondary__link {
        opacity: 0
    }
    .m-secondary__item:not(._dropdown) {
        display: none
    }
    .m-secondary__item-link:hover {
        text-decoration: none
    }
    .m-secondary__row {
        font-size: 18px;
        line-height: 30px
    }

    .m-secondary__dropdown {
        position: fixed;
        top: 80px;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        overflow: auto;
    }
    .m-secondary__dropdown-link:not(._primary) {
        font-size: 18px;
        line-height: 30px;
    }
    .m-secondary__dropdown-link:not(._primary):not(:first-child) {
        margin-top: 2px
    }
    .m-secondary__progress {
        margin-top: 20px;
    }
    .m-secondary__progress-info {
        font-size: 14px;
        line-height: 21px
    }
    .m-secondary__upgrade {
        margin-top: 25px;
        margin-bottom: 13px;
    }
    .m-secondary__upgrade-btn {
        height: 40px
    }
    .m-secondary__upgrade-text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

@font-face {
    src: url("../fonts/Poppins-Regular.woff") format("woff");
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: url("../fonts/Poppins-Light.woff") format("woff");
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: url("../fonts/Poppins-Medium.woff") format("woff");
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: url("../fonts/Poppins-Bold.woff") format("woff");
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.p-dashboard {
    background-color: #fff;
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif !important;
}

.s-performance .container {
    padding: 0 30px 0 30px !important;
    min-width: 320px !important;
    max-width: 100% !important;
    width: 100% !important;
}

@media screen and (max-width: 1024px) {
    .s-performance .container {
        padding: 0 20px !important;
    }
}

.s-performance {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    padding: 5px 0 90px !important;
}

.s-performance table {
    width: 100%;
}

.s-performance table tr {
    border-bottom: 1px solid #e9e9e9;
}

.s-performance table tr:first-child {
    border-bottom: 1px solid #d3dbe2;
}

.s-performance table tr:last-child td {
    font-weight: 500;
}

.s-performance table th {
    background-color: #f8f8f8;
    padding: 10px 20px;
    text-align: left;
    font-size: 14px;
    line-height: 19px;
    color: #202528;
    font-weight: 500;
    white-space: nowrap;
}

@media (max-width: 1270px) {
    .s-performance table th {
        white-space: normal;
    }
}

.s-performance table th:first-child {
    width: 65%
}

.s-performance table td {
    background-color: #fff;
    padding: 10px 20px;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
}

.s-performance table td:first-child {
    width: 65%
}

.s-performance__top {
    margin-bottom: 25px
}

.s-performance__info {
    align-self: flex-end;
    margin-top: 30px;
    margin-right: 50px;
}

.s-performance__info._mb-15 {
    margin-bottom: 15px
}

.s-performance__info._mt-75 {
    margin-top: 75px;
}

.s-performance__info h2 {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 8px;
}

.s-performance__info h3 {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    max-width: calc(100% - 135px);
}

.s-performance__panel {
    position: relative;
}

.s-performance__panel-top {
    position: absolute;
    right: 0;
    bottom: calc(100% + 15px);
}

.s-performance__panel-top .f-default__label {
    width: 100%;
    min-width: 165px
}

.s-performance__panel-top .f-default__select-wrapper:after {
    border-color: #53467c
}

.s-performance__table {
    border-radius: 5px;
    overflow: hidden
}

.s-performance__features {
    margin-bottom: 75px;
    margin-top: 10px;
}

.l-features__item {
    position: relative;
}

.l-features__item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -30px;
    right: -30px;
    height: 1px;
    background-color: #e9ecec;
}

.b-feature {
    padding: 30px 0 30px 20px;
    background-color: #fff;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

.b-feature__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-feature__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 50px;
    max-width: 70%;
}

.b-feature__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px;
    width: 85px;
}

.b-feature__icon img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.b-feature__link {
    display: block;
    color: #000;
    text-decoration: none;
}

.b-feature__link:hover {
    text-decoration: none;
    color: #000;
}

.b-feature__title {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 13px;
    color: #000;
    font-weight: 500;
}

.b-feature__text {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #000;
}

.b-feature__status-text {
    font-size: 14px;
    line-height: 18px;
}

.b-feature__status-text._active {
    color: #75C99D
}

.b-feature__status-text._inactive {
    color: #666
}

.b-feature__status-text._edit {
    display: none
}

.b-feature__status-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 17px;
    min-width: 90px;
    height: 40px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer;
    font-weight: 300;
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    border-color: #7dd599;
    background-color: #fff;
    color: #7dd599;
}

.b-feature__dropdown {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    z-index: 2;
    display: none;
    min-width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
}

.wblock._block._mt-3 {
    margin-top: 3px;
}
.b-feature__status-wrapper {
    position: relative;
}

.b-feature__status-wrapper._dropdown .b-feature__btn {
    position: relative;
    padding-right: 35px;
    padding-left: 20px;
}

.b-feature__status-wrapper._dropdown .b-feature__btn._sm {
    padding-right: 20px;
}

.b-feature__status-wrapper._dropdown .b-feature__btn:after {
    position: absolute;
    top: 12px;
    right: 15px;
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #75C99D;
    border-bottom: 2px solid #75C99D;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.b-feature__status-wrapper._dropdown .b-feature__btn._no-arrow:after {
    display: none;
}

.b-feature__status-wrapper._dropdown .b-feature__btn:hover:after {
    border-color: #fff;
}

.b-feature__status-wrapper._open .b-feature__dropdown {
    display: block;
    opacity: 1;
    pointer-events: all;
}

.b-feature__btn,
.b-feature__btn:focus,
.b-feature__btn:active {
    outline: none;
}

.b-feature__btn._filled {
    border-color: #7dd599;
    background-color: #7dd599;
    color: #fff;
}

.b-feature__btn-icon {
    margin-right: 10px;
    font-size: 26px;
}

.b-feature__btn {
    border-color: #7dd599;
    background-color: #fff;
    color: #7dd599;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 17px;
    min-width: 110px;
    height: 40px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px !important;
    white-space: nowrap;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
}

.b-feature__btn._gray {
    border-color: #CDCDCD;
    color: #798C99;
}

.b-feature__btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.b-feature__dropdown-item:not(:last-child) {
    border-bottom: 1px solid #f1f1f1
}

.b-feature__dropdown-link {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    display: block;
    padding: 12px 20px;
    width: 100%;
    background-color: #fff;
    color: #000;
    text-align: left !important;
    font-size: 14px !important;
    line-height: 16px !important;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    white-space: nowrap;
    font-weight: 300;
}

.b-feature__status .b-feature__dropdown-item .b-feature__dropdown-link {
    text-align: left !important;
}

.b-feature__dropdown-link:hover {
    background-color: #f6f6f6;
    color: #000;
    text-decoration: none;
}

.b-feature__status-link._filled {
    border-color: #7dd599;
    background-color: #7dd599;
    color: #fff;
}

.b-feature__status-link._filled:hover {
    border-color: #464e57;
    background-color: #464e57;
    color: #fff;
}

.b-feature__status-link:hover {
    border-color: #464e57;
    background-color: #464e57;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .s-performance__top {
        margin-bottom: 0;
    }
}

@media screen and (max-width:768px) {
    .s-performance__info {
        margin-right: 0;
    }
    .s-performance__info h2,
    .s-performance__info h3 {
        max-width: 100%
    }
    .s-performance__panel-top {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 10px;
    }
    .s-performance__panel-top .f-default__label {
        width: 165px
    }
    .s-performance__table {
        width: 100%;
        overflow-x: scroll;
        overflow-y: visible;
        padding-bottom: 1px;
        padding-left: 50%;
    }
    .s-performance__table table tr {
        border-bottom: none;
    }
    .s-performance__table table tr:first-child {
        border-bottom: none
    }
    .s-performance__table table th,
    .s-performance__table table td {
        height: 58px;
        vertical-align: middle;
        margin: 0;
        padding: 10px;
        width: 100px
    }
    .s-performance__table table td,
    .s-performance__table table th {
        border-bottom: 1px solid #e9e9e9
    }
    .s-performance__table table th:first-child,
    .s-performance__table table td:first-child {
        width: 50%
    }
    .s-performance__table table th:first-child,
    .s-performance__table table td:first-child {
        position: absolute;
        z-index: 1;
        left: 0;
        top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .s-performance__table table td:first-child {
        margin-top: 1px
    }

    .s-performance__table table th:first-child {
        margin-top: 0;
        height: 59px;
    }
}

@media (max-width:380px) {
    .s-performance__table table {
        display: block;
        width: 300px
    }
}

.s-chart {
    padding: 25px 0 0;
    border-radius: 5px;
    background-color: #fff;
}

.s-chart__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

.s-chart__main .container {
    padding: 0 !important;
}

.s-chart__info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
}

.s-chart__info-top {
    margin-bottom: 30px
}

.s-chart__info-title {
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
}

.s-chart__info-title span {
    font-weight: 500;
}

.s-chart__info-badge {
    position: absolute;
    display: block;
    min-width: 44px;
    top: 5px;
    left: calc(100% + 8px);
    border-radius: 25px;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.s-chart__info-badge._red {
    background: rgba(230, 84, 62, 0.6)
}

.s-chart__info-badge._green {
    background: #bce3b1
}

.s-chart__info-subtitle {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.s-chart__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 340px;
    margin: 0 -15px;
}

.s-chart__data-item {
    padding: 0 15px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
    margin-bottom: 25px
}

.s-chart__data-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: -5px;
}

.s-chart__data-subtitle {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.s-chart__stats {
    position: relative;
    width: calc(100% - 340px);
}

.s-chart__stats .b-tabs__descriptions {
    margin-top: 0;
}

.s-chart__stats-wrapper {
    max-width: 1425px
}

.s-chart__stats-period {
    position: absolute;
    right: 6px;
    top: -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.s-chart__stats-period .f-default__label {
    width: 100%;
    min-width: 170px;
}

.s-chart__stats-period .f-default__select-wrapper:after {
    border-color: #53467c;
    pointer-events: none;
}

.s-chart__stats .b-tabs__btn {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #000;
    padding: 2px 0 !important;
}

.s-chart__stats .b-tabs__btn:focus {
    outline: none;
}

.s-chart__stats .b-tabs__btn._active {
    border-width: 2px;
    border-color: #000;
}

.s-chart__reminders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding-left: 0;
}

.s-chart__reminders-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
    padding: 0 8px
}

@media screen and (max-width:1280px) {
    .s-chart__main {
        display: block
    }
    .s-chart__info {
        margin-bottom: 40px
    }
    .s-chart__stats {
        width: calc(100% - 1px)
    }
}

@media screen and (max-width:1024px) {
    .s-chart__reminders-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        width: 50%;
        margin-bottom: 20px
    }

    .l-features__item {
        overflow: hidden;
    }
    .l-features__item:not(:last-child) {
        margin-bottom: 10px
    }
    .b-feature {
        padding: 40px 0;
    }
    .b-feature__inner {
        display: block
    }
    .b-feature__info {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 100%
    }
    .b-feature__icon {
        display: none
    }
    .b-feature__title {
        margin-bottom: 15px
    }
    .b-feature__status-text,
    .b-feature__status-link {
        font-size: 16px;
        line-height: 19px
    }
    .b-feature__status-text {
        font-weight: 500;
    }
    .b-feature__status-text._inactive {
        color: #000;
        font-weight: 500
    }
    .b-feature__status-text._edit {
        display: inline-block;
        margin-right: 30px;
        color: #FAAA5B
    }
}


@media screen and (max-width:768px) {
    .s-chart {
        position: relative;
    }
    .s-chart__stats {
        position: static;
    }
    .s-chart__data {
        max-width: 100%;
    }
    .s-chart__stats._pt-70 {
        padding-top: 0;
    }
    .s-chart__stats .b-tabs__descriptions {
        display: none;
    }
    .s-chart__stats-wrapper {
        display: none;
    }
    .s-chart__stats-period {
        top: 10px;
        right: auto;
        left: 0;
    }
    .s-chart__main {
        margin-bottom: 10px;
    }
    .s-chart__info {
        margin-bottom: 0;
        margin-right: 0;
        padding-top: 70px;
    }
    .s-chart__reminders-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%
    }
}

.b-reminder {
    padding: 20px 15px 20px 20px;
    background: #fff;
    border: 1px solid #EBEBEB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

.b-reminder:hover {
    background-color: #f6f6f6;
}

.b-reminder__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-reminder__icon {
    margin-right: 20px;
    margin-top: 5px;
    max-width: 19px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.b-reminder__icon img {
    display: block;
    width: 100%
}

.b-reminder__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

.b-reminder__text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #666;
}

.b-reminder__text span {
    color: #75c99d
}

.b-reminder__text a {
    color: #75c99d;
    text-decoration: none;
}

.b-reminder__text a:hover {
    text-decoration: underline
}

.b-tabs__descriptions {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 17px;
    margin-bottom: 20px;
}

.b-tabs__descriptions._underlined:after {
    position: absolute;
    right: -20px;
    bottom: 0;
    left: -20px;
    z-index: 0;
    height: 2px;
    background-color: #e9e9e9;
    content: ''
}

.b-tabs__descriptions._mt0 {
    margin-top: 0
}

.b-tabs__descriptions._mb0 {
    margin-bottom: 0
}

.b-tabs__description {
    position: relative;
}

.b-tabs__description:not(:last-child) {
    margin-right: 23px
}

.b-tabs__values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-tabs__value {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.b-tabs__value._active {
    display: block
}

.b-tabs__value._hidden {
    opacity: 0
}

.b-tabs__value._pt-20 {
    padding-top: 20px
}

.b-tabs__btn {
    width: 100%;
    border-bottom: 2px solid transparent;
    background-color: #fff;
    color: #000;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

._underlined .b-tabs__btn {
    padding-bottom: 15px
}

.b-tabs__btn._disabled {
    color: #bdbdbd
}

.b-tabs__btn._active {
    position: relative;
    z-index: 2;
    border-color: #FAAA5B;
    color: #000;
    cursor: default;
    pointer-events: none;
}

.b-tabs__btn._active._events {
    cursor: pointer;
    pointer-events: all
}

.b-tabs__btn:not(._active):not(._disabled):hover {
    border-color: #ccc !important;
}

.b-tabs__dropdown {
    position: absolute;
    top: calc(100% - 5px);
    right: 0;
    z-index: 2;
    overflow: hidden;
    width: 145px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
}

._open .b-tabs__dropdown {
    opacity: 1;
    pointer-events: all
}

.b-tabs__dropdown-item {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

.b-tabs__dropdown-item._sm {
    padding-top: 9px;
    padding-bottom: 9px
}

.b-tabs__dropdown-item._dropdown:after {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    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)
}

.b-tabs__dropdown-item._open:after {
    top: 17px;
    right: 20px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.b-tabs__dropdown-item:not(._open):hover {
    background: #f6f6f6
}

.b-tabs__dropdown-btn {
    display: block;
    padding: 14px 15px;
    width: 100%;
    color: #000;
    text-align: left;
    font-size: 14px;
    line-height: 17px
}

.b-tabs__dropdown-divider {
    color: #ababab;
    font-size: 12px;
    line-height: 15px
}

.b-tabs__menu {
    display: none;
}

.b-tabs__menu._open {
    display: block
}

@media screen and (max-width:768px) {
    .b-tabs__descriptions._underlined {
        margin-right: -8px;
        margin-left: -8px
    }
    .b-tabs__dropdown {
        display: block
    }
    .b-tabs__description:not(:last-child) {
        margin-right: 10px
    }
    .b-tabs__btn._hover {
        padding: 6px 8px !important
    }
}

.log_table_search_btn {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-left: 0;
    margin-left: -1px;
    z-index: 100;
    height: 36px;
}

.log_table_search_btn span{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAFz0lEQVR4Xu2aZahtRRSAv6dit4itKNjdimBggSh2dxc22AhiKygGNiYqgopdGD8EFVsUG1QUE7tbPlhbjufefc7es2efd+55b/2790ys+WbPzKpJTOEyaQpfP1MBDOALmBmYC5gN+Av4AfgK+GMAc/edIvcX4HgrAZsDGwLLA4uOo8WfwHvAy8ATwMPAx321baFBLgDu7gHA/rHouqr+AzwOXAXcBfxdd4DU9k0BTA8cAxwPzN2lxEfAS8C7wOfAT8A0cRQWBpYG1gTm6Or3JnAScE/qour0awJgXeA6YJmOCV8FbgLuBt4H3NleMi2wKrAjsCewQEfj+4CDgU/rLKhu2xQA9jkOOBdwAcpTwOlxnvstukxHv6Y9gNOAxaLRF8BucTzqrq1S+7oAXPAVwIEx+tfAkcCtFXa7kkKAr8YpwIlxZHw59osvq+oYldvVAeDibwZ2jdGfAXYGPOttyPrA7cD8MfghcUlmnasqANtdChwes98L7AL8klWbsYMtDjwCLBlfmHfFnTnnrArA5+3amPghYOsBGjILAU+HPfEzsAbgS5FFqgBYNp6zGYHXAG9/n7RBynLA83E/vB4QfsuhQD8A/v4ksAEg/dWBt3JMnDDG3sAN0c9L8uyEMcZ06Qdgp7iI7OitfF6OSRPHUNdHgU2AX4ElctgIvQBotWnYrAB8EJbb74nK5+rmUfAIqPeFYY80GrsXAB0anRTlsHj/G02WqfMdwPZxJH0i9S6TpReA2+Kp+xGYLyZMnihjR71M7yVl3457IWmKMgAzAN8AM4UF5gU0LOLR9EguAvgkb9FEsTIAnZQ1eLTIhkmuDnPc51gvNPluKgNwKnBGrHjBHLdtZno6TZrlylphIyRNUQbglvDCdHbmSRq53U6rRDTJWTyeuuBJUgbgWWDtICvhYZNZO25/v1Rd6CQpA6CtbaBDw8PncNhEvT330wGXAEelKlgG4MNwPozsbJs6eMv9vo1wmlEpnbUkKQPwNrBUjmcmSatqnXSGjCJdBhxRrcvYVmUAXgjHRzd0vdTBW+ynZ1rEInSKdI6SpAxAYW4akPQZHDbRRX8jlDoIuCZVwTIAZ3ZQ1dDQKhwm2a4jMmTozKBskpQB2BIwLK1sBdyfNHp7nS4Cjo6olBukv5IkZQBmBzSCDIQ2emaStOrdSZ11iXWN3Xm/gGTp5Q3qCmsDmNUxk2M+bxhkZeCVUORYwK8hWXoB0AnSJVZ2yB2NTdYYLgcOjUyzAVM3KFl6AdAlNoPr7r8YebzUrE+ygl0dTZ2ZclM3/RWdokbSLyaogeEdoDiZk05OuR7YJ3IEpt4bh8f7AdDSMi6oX+CntiLw5WQisFHkHp3e9JxhusbSD4ATdAZHjMD4RA4sfx8rnDc2wiPgRmgIZbFNqgBQh7OAk0OZi6MmYFD3wSzAY8A68elvmjNbXBWAbucDwGYB4ZywFNuGYOWJFSPmApTsNklVAE5uEMIyliJAcmM8R20lSK0RcPGrxeK/D1tEGNYWZZE6AJxwzihdKawvLbK9cioUSQ/T7l50zqd811FKo4WaDUJdACpjqNxiJktaFC9E/9YtbVrp5dflOBvH2Fqf7nx3/VE2CCkA1M1+JiU0Q/UbFOv+DJ8boDRxUdV09pxvE+P51BXyTkSmvXS7AdgmC4RUAIWSPkvnA7sHlOL/7pqOimfVhVjrYwpL58oFm9Qw4uTN7q57yRaiZ2cS9gLAqI9FVL4CrUBoCqBQWkPpBMBssjU+KfJJFGG44+5up7QGIReAQtnic/a51IDSjygT7w5NWV+WB2OXLYgqk1Yg5AbQrbxFkBZEmlzxrigutc+igNI8fx3JDqFtAHUWV7VtVggTEYCgskGYqACyQZjIALJAmOgAGkMYBQCNIIwKgGQIowQgCcKoAegH4bko/PjP5hhFAGUQDPHrbf7PZR9VAN0Qxl28jUYZQAHhyqgsHTdYM+oA+voXUwH0RTTiDab4L+Bf6ColULGOV0MAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 16px 18px;
    background-position: 50% 50%;
    cursor: pointer;
    padding: .375rem .75rem;

}

.log_table_search_btn:focus {
    outline: none;
    border: none;
}

#log-search-field:focus + .log_table_search_btn {
    border-color: #80bdff;
    box-shadow: none;
}

#log-search-field:focus {
    box-shadow: none;
}

.s-chart__empty {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 65px 50px 70px;
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    background-color: #fcfcfc;
}

.s-chart__empty-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    max-width: 760px;
    margin: 0 auto;
}

.s-chart__empty-image {
    margin-right: 50px;
    -ms-flex-preferred-size: 185px;
    flex-basis: 185px;
    max-width: 185px;
}

.s-chart__empty-image img {
    display: block;
    /*width: 100%;*/
    /*max-width: 100%;*/
}

.s-chart__empty-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    color: #000;
    margin-bottom: 15px;
}

.s-chart__empty-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 15px;
}
.s-chart__empty  ._bold {
    font-weight: 700;
}
.s-chart__empty-btn {
    cursor: pointer;
    background: #e8e8e8;
    border-radius: 5px;
    font-size: 14px;
    line-height: 26px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-weight: 300;
    padding: 7px 20px;
    transition: background 0.2s ease-out;
}

.s-chart__empty-btn:hover {
    background: #CFCFCF;
    color: #000;
    text-decoration: none;
}


@media screen and (max-width:768px) {
    .s-chart__empty {
        display: none;
    }
    .edit-button._dropdown._unlock + .btn {
        margin: 0 10px 0 0 !important;
    }
}

.install_label._mt-20 {
    margin-top: 20px;
}

.edit-button._dropdown._unlock {
    border: none;
}

.wblock-footer .edit-button._dropdown._unlock:not(:last-child) {
    margin-right: 10px;
}

.modal-default__label-head._mt-20 {
    margin-top: 20px;
}

._unlock a {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #000 !important;
}

._unlock .edit-button__icon {
    display: flex;
    align-items: center;
    padding-left: 12px;
}

._unlock .edit-button__dropdown-current {
    background-color: #E8E8E8 !important;
    border-color: #E8E8E8 !important;
    color: #000 !important;
    transition: all 0.2s ease-out;
}

._unlock .edit-button__dropdown-current:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

._unlock .edit-button__dropdown-current:hover a {
    color: #fff !important;
}

._unlock .edit-button__dropdown-current:hover .edit-button__icon svg path {
    fill: #fff !important;
}

._unlock a:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #000 !important;
}

a._unlock {
    background-color: #E8E8E8 !important;
    border-color: #E8E8E8 !important;
    color: #000 !important;
    padding-left: 40px !important;
}

a._unlock:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.b-feature__btn.btn.s-chart__empty-btn {
    background-color: #e8e8e8;
    border: none;
}

.b-feature__btn.btn.s-chart__empty-btn:after {
    border-color: #000 !important;
    top: 13px;
}

.s-chart__empty-info .b-feature__status {
    display: inline-block;
}

.b-feature__btn.btn.s-chart__empty-btn:hover {
    background: #CFCFCF !important;
    color: #000 !important;
    text-decoration: none !important;
}

.b-feature__btn.btn.s-chart__empty-btn:hover:after {
    border-color: #000 !important;
}
.fp-modal-content .select2-container {
    margin-bottom: 20px;
}
.fp-modal-content .select2-selection {
    border-color: #000;
}

/*endregion Survey styles */

/*region Feature unlock popups */

.feature-unlock {
    display: none;
}

.feature-unlock--flash-sale {

}
.feature-unlock--campaign-boost {

}
.feature-unlock--sms-sender-id {

}
.feature-unlock--segmentation {

}
.feature-unlock--countdown-with-discount-code {

}
.feature-unlock--power-web-push {

}
.feature-unlock--advanced-reports {

}

/*endregion Feature unlock popups */

/*.edit-button__dropdown-current.btn-unclickable a:hover {*/
/*    background-color: #E8E8E8 !important;*/
/*    border-color: #E8E8E8 !important;*/
/*    color: #000 !important;*/
/*    transform: none;*/
/*}*/

.btn-unclickable {
    display: flex;
    position: relative;
    width: 100%;
    min-width: 110px;
    text-align: center;
    overflow: hidden;
    border-radius: 5px !important;
    padding: 0 !important;
    border: none;
}

.btn-unclickable a {
    padding: 0 10px !important;
    flex-grow: 1 !important;
    text-align: center !important;
    /*color: #798C99 !important;*/
    line-height: 40px !important;
    transition: all 0.2s ease-out;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 5px !important;
    background-color: #E8E8E8 !important;
    border-color: #E8E8E8 !important;
    color: #000 !important;
}

.campaign-image {
    max-width: 90px;
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: top center;
    margin-right: 20px;
}

.s-pricing__tables-tip {
    position: absolute;
    top: 12px;
    left: 10px;
    display: inline-block;
    margin-bottom: -2px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #f3f3f3;
    text-align: center;
    cursor: pointer;
}
.s-pricing__tables-tip._static {
    position: relative;
    top: 0;
    left: 0;
}

.s-pricing__tables-tip:after, .s-pricing__tables-tip:before {
    position: absolute;
    display: block;
    content: '';
}
.s-pricing__tables-tip:before {
    top: -10px;
    left: -10px;
    width: 35px;
    height: 15px;
}

.s-pricing__tables-tip:after, .s-pricing__tables-tip:before {
    position: absolute;
    display: block;
    content: '';
}
.s-pricing__tables-tip:after {
    top: 0;
    left: 5px;
    color: #798c99;
    content: '?';
    font-size: 10px;
    line-height: 15px;
}
