/* Reset default browser css*/
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/*Widget listing page*/

#wpcontent {
    background-color: #fff;
}

.cx-widget-listing, .select2-results__options li, .select2-search__field {
    font-family: "Poppins", Open Sans Hebrew !important;
}

.new-widget {
    background: #fff;
    line-height: 38px;
    color: #605DEC;
    font-weight: 500;
    outline: none;
    padding: 0 25px;
    border-radius: 25px;
    border: 1px solid #605DEC;
    display: inline-block;
    cursor: pointer;
    margin-top: 20px;
    margin-left: 15px;
    transition: all ease-in-out 0.3s;
    text-decoration: none;
}

.new-widget:hover {
    color: #fff;
    background: #605DEC;
}

.create-widget {
    font-family: "Poppins", Open Sans Hebrew;
    font-size: 14px;
}

.widget-listing {
    width: 98%;
    margin: 20px auto;
    border-collapse: collapse;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    box-shadow: 0px 2px #e8e8e8;
}

.widget-listing th {
    background-color: #605DEC;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    font-size: 14px;
    border-bottom: 1px solid #605DEC;
}

.widget-listing td {
    text-align: center;
    border-bottom: 0px solid #AEAEAE;
    padding: 15px 10px;
}

.widget-listing th .dashicons {
    color: #fff !important;
}

.widget-listing td .dashicons {
    color: #D4D4D4 !important;
}

/*WC missing popup css*/
.webcomepopup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.empty-widget-wrapper {
    position: relative;
    width: 100%;

}

.empty-widget {

    width: 100%;
    height: 100%;
    margin: 40px auto;
    z-index: 10001;
    display: none;
}

.empty-widget-rate-box {
    background: #fff;
    text-align: center;
    width: 640px;
    padding-bottom: 20px;
    margin: auto;
    box-shadow: 0px 18px 16px -18px rgba(0, 0, 0, 0.24), 0px 40px 48px -16px rgba(35, 35, 35, 0.25);
    border-radius: 16px;
    z-index: 99999;

}

.main-chaty-rate-box {
    background: #fff;
    text-align: center;
    left: 0;
    right: 0;
    top: 8%;
    width: 640px;
    padding-bottom: 20px;
    margin: auto;
    box-shadow: 0px 18px 16px -18px rgba(0, 0, 0, 0.24), 0px 40px 48px -16px rgba(35, 35, 35, 0.25);
    border-radius: 16px;
    z-index: 99999;
    position: absolute;
}

.webcomepopup h4, .empty-widget h4 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #181749;
    text-align: center;
    font-family: Poppins;
    margin: 10px 0 0 0;
}

.main-chaty-rate-box p, .empty-widget-rate-box p {
    padding: 15px 10px 7px 10px;
    margin: 0;
    text-align: center;
    font-family: Poppins;
}

.rate-popup-content-footer {
    text-align: center;
}

.rate-popup-content-footer svg {
    vertical-align: bottom;
    border: 1px solid #656BE8;
    border-radius: 24px;
}

.rate-popup-content img {
    width: 500px;
    height: 295px;
}

.rate-popup-content-wrapper {
    text-align: center;
}

.rate-popup-content-wrapper p {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #181749;
    width: 75%;
    margin: auto;
    font-family: Poppins;
}

.welcompopupbtn {
    background: #656BE8;
    border-radius: 200px;
    box-shadow: 0px 12px 12px -6px rgba(101, 107, 232, 0.25);
    border-radius: 200px;
    color: #fff;
    height: 48px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #656BE8;
    padding: 0 15px;
    cursor: pointer;
    margin-top: 10px;

}

.welcompopupbtn:hover {
    color: #656BE8;
    background: #fff;
}

.close-popup-button a {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    color: #333;
    padding: 2px;
    box-sizing: border-box;
}

.close-popup-button a span {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    transition: all .2s linear;
}

.close-popup-button a span:after, .close-popup-button a span:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #333;
    display: block;
    border-radius: 2px;
    transform: rotate(
            45deg
    );
    top: 7px;
    left: 2px;
}

.close-popup-button a span:after {
    transform: rotate(
            -45deg
    );
}

.close-popup-button a:hover span {
    transform: rotate(
            180deg
    );
}

.close-popup-button {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
}

/*Create Coupon*/
.create-widget {
    padding-bottom: 30px;
}

.coupon-tabs {
    background-color: #fff !important;
    z-index: 99;
    text-align: center;
    width: 100%;
    max-width: 100%;
    left: 0px;
    padding: 50px 0 30px 0px !important;
    border: 0;
    position: sticky;
    top: 0;

}

.coupon-tabs li {
    display: inline-block;
    vertical-align: top;
    float: none !important;
    background-color: transparent !important;
    border: 0 !important;
}

.tabs, .screen-tab {
    border: 0 !important;
}

.coupon-tabs li a {
    font-size: 16px;
    color: #1E1E1E !important;
    line-height: 1.4;
    padding: 8px 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-family: "Poppins", Open Sans Hebrew !important;
}

.coupon-tab:focus, .select-wp-exisitng-coupon:focus {
    box-shadow: unset !important;
}

.coupon-tabs li.ui-tabs-active a {
    font-weight: bold;
}

.coupon-tabs li a:hover {
    color: #605DEC;
}

.select-wp-exisitng-coupon, .custom-coupon-code {
    padding: 0 !important;
}

ul.coupon-tabs li.ui-state-active a.coupon-tab:before {
    background-color: #605DEC;
    border-color: #605DEC;
    color: #fff;
    opacity: 1;
}

ul.coupon-tabs a.coupon-tab:hover {
    color: #605DEC !important;
}


ul.widget-tabs li:nth-child(1) a:before {
    content: "01";
}

ul.coupon-tabs li a.coupon-tab:before {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
    text-align: center;
    border: 1px solid #000;
    border-radius: 30px;
    position: absolute;
    left: -24px;
    top: calc(50% - 15px);
    display: block;
    opacity: 0.3;
}

ul.widget-tabs li:nth-child(2) a:before {
    content: "02";
}

ul.widget-tabs li:nth-child(3) a:before {
    content: "03";
}

ul.widget-tabs li:nth-child(4) a:before {
    content: "04";
}

.ui-tabs .ui-tabs-nav.screen-tabs .ui-tabs-anchor {
    float: left;
    padding: .5em 0 .5em 0;
    text-decoration: none;
    margin: 0 1em 0 0;
}
.coupon-tabs li.ui-tabs-active a:after {
    background-color: #605DEC;
    height: 2px;
    content: "";
    border-radius: 4px;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
}
.ui-tabs .ui-tabs-nav.screen-tabs li.ui-tabs-active a:after {
    left: 0;
    right: 0;
}

ul.widget-tabs li a, ul.coupon-code-email-option-tabs li a {
    display: block;
    font-size: 16px;
    color: #1E1E1E;
    line-height: 1.4;
    padding: 8px 16px;
    position: relative;
    margin-right: 25px;
}

.tab-settings, .popup-settings {
    flex: 1;
}

.tab-preview, .popup-preview {
    position: relative;
    flex: 0 0 600px;
}

.row-elements {
    max-width: 440px;
    margin-bottom: 30px;

}

.row-elements.full {
    width: 100%;
}

.row-elements.half {
    width: 50%;
    position: relative;
}

.cx-tab h3, .cx-tab-rule h3 {
    font-family: "Poppins", Open Sans Hebrew;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.cx-tab label, .cx-tab-rule label {
    font-size: 15px;
    color: #1E1E37;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    font-family: "Poppins", Open Sans Hebrew;
    line-height: 38px;
}

.cx-tab .input-element, .cx-tab-rule .input-element {
    border: 1px solid #AEAEAE;
    background-color: #fff;
    color: #1E1E1E;
    line-height: 38px;
    padding: 0 12px;
    outline: 0;
    border-radius: 4px;
    transition: 50ms border-color ease-in-out;
    font-family: "Poppins", Open Sans Hebrew;
}

.cx-tab option, .cx-tab-rule option {
    font-family: "Poppins", Open Sans Hebrew;
}

.fonts-input + .select2 .select2-selection__rendered,
.tab-shape + .select2 .select2-selection__rendered,
.animation-effect + .select2 .select2-selection__rendered,
.country-dropdown + .select2 .select2-selection__rendered,
.cart-type + .select2 .select2-selection__rendered,
.day-timezone + .select2 .select2-selection__rendered,
.desktop-dropdown + .select2 .select2-selection__rendered,
.mobile-dropdown + .select2 .select2-selection__rendered,
.desktop-browser-dropdown + .select2 .select2-selection__rendered,
.mobile-browser-dropdown + .select2 .select2-selection__rendered {
    line-height: 38px;
    font-family: "Poppins", Open Sans Hebrew;

}

.cart-in-product + .select2 .select2-selection__rendered li,
.cart-collection + .select2 .select2-selection__rendered li,
.order-collection + .select2 .select2-selection__rendered li,
.order-product + .select2 .select2-selection__rendered li,
.country-dropdown + .select2 .select2-selection__rendered li,
.desktop-dropdown + .select2 .select2-selection__rendered li,
.mobile-dropdown + .select2 .select2-selection__rendered li,
.desktop-browser-dropdown + .select2 .select2-selection__rendered li,
.mobile-browser-dropdown + .select2 .select2-selection__rendered li {
    line-height: 20px !important;
    font-family: "Poppins", Open Sans Hebrew;
}

.country-dropdown + .select2 {
    min-width: 60%
}

.fonts-input + .select2 .select2-selection--single,
.tab-shape + .select2 .select2-selection--single,
.animation-effect + .select2 .select2-selection--single,
.country-dropdown + .select2 .select2-selection--single,
.cart-type + .select2 .select2-selection--single,
.day-timezone + .select2 .select2-selection--single {
    height: 38px;
}

li.select2-selection__choice {
    padding: 4px 20px !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    padding: 5px 4px !important
}

.row-elements.full .input-element {
    width: 70%;
}

.row-elements.full textarea.input-element {
    line-height: normal;
}

.row-elements.half .input-element {
    width: 90%;
}

.cx-tab-icon, .custom-list {
    display: flex;
}

.custom-list li {
    margin-right: 12px;
    vertical-align: top;
}

.custom-list input[type='radio'] {
    margin-right: 2px;
    line-height: 20px;
    border: 1px solid #AEAEAE;
    width: 20px;
    height: 20px;
}

.custom-list input[type='radio']:before {
    content: "";
    text-indent: -9999px;
    border-radius: 6px;
    font-size: 24px;
    width: 12px;
    height: 12px;
    margin: 3px;
    line-height: 20px;
    background-color: #605DEC;
}

.custom-list input[type='radio']:checked:before {
    display: inline-flex;
}

.custom-list input[type='radio']:focus {
    outline: none;
    box-shadow: none;
}

.cx-tab-icon svg {
    fill: #AEAEAE;
}

.cx-tab-icon svg:hover {
    fill: #605DEC;
}

.cx-tab-icon li {
    margin-right: 16px;
}

.cx-tab-icon li input[type='radio'], .cx-tab-icon li input[type='file'] {
    display: none;
}

.cx-tab .seperator, .cx-tab-rule .seperator {
    background-color: #AEAEAE;
    width: 1px;
    height: 32px;
    display: block;
}

ul.cx-tab-icon li label input[type=radio]:checked ~ span svg {
    fill: #605DEC;
}

.cx-tab .row, .devices-list {
    display: flex;
}

.cx-tab .row {
    max-width: 480px;

}

.devices-list li {
    margin-right: 12px;
}

.jsspan, .jsspantext {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0px 2px 12px rgb(103 103 103 / 25%);
}

.hide-input {
    height: 0px;
    border: 0 !important;
}

.sp-preview {

    width: 35px !important;
    height: 35px !important;
    border: 0 !important;
    margin-right: 0px !important;

}

.sp-replacer {
    padding: 0px !important;
    border: 0 !important;
    margin-right: 20px;
    border-radius: 8px;
    box-shadow: 0 0 15px 0 #eaeaea;
    vertical-align: middle;
    /*float: right;*/
    margin-left: 3px;
}

.sp-dd {
    display: none;
}

.extra .lbl {
    width: 50%;
    display: inline-block;
    line-height: 20px !important;

}

.extra .sp-replacer {
    vertical-align: top !important;
}

#no_color, #no_bgcolor {
    width: 40%;
}

.cx-tab input[type=number], .cx-tab-rule input[type=number] {
    max-width: 60px;
    width: 100%;
    padding-right: 1px;
}

.hide {
    display: none !important;
}

.cx-tab .wp-picker-input-wrap, .cx-tab .wp-color-result-text {
    display: none !important;
}

.cx-tab .wp-color-result {
    border: 0px;
    border-radius: 15px;
    box-shadow: 0px 2px 12px rgb(103 103 103 / 25%);
}

.cx-tab .wp-picker-container {
    position: absolute;
    margin-left: -43px;
    padding-top: 5px;
    padding-left: 5px;
    border-left: 1px solid #ccc;

}

.couponapp-switch input:checked + .cx-slider .on {
    display: block;
    top: 50%;
    left: 8%;
}

.couponapp-switch .cx-slider .on, .couponapp-switch .cx-slider .off {
    color: white;
    position: absolute;
    transform: translate(0%, -50%);
    font-size: 12px;
}

.couponapp-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}

.couponapp-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.couponapp-switch .cx-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.couponapp-switch .cx-slider:before {
    position: absolute;
    content: "";
    font-size: 10px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
    font-weight: 400;
}

.couponapp-switch input:checked + .cx-slider {
    background-color: #605DEC;
}

.couponapp-switch input:focus + .cx-slider {
    box-shadow: 0 0 1px #605DEC;
}

.couponapp-switch input:checked + .cx-slider:before {
    content: "";
    font-size: 10px;
    line-height: 20px;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded cx-sliders */
.couponapp-switch .cx-slider.round {
    border-radius: 34px;
}

.couponapp-switch .cx-slider.round:before {
    border-radius: 50%;
}

/*------ ADDED CSS ---------*/
.couponapp-switch .cx-slider .on {
    display: none;
}

.couponapp-switch .cx-slider .on,
.couponapp-switch .cx-slider .off {
    color: white;
    position: absolute;
    transform: translate(0%, -50%);
    font-size: 12px;
}

.couponapp-switch .cx-slider .off {
    top: 50%;
    right: 12%;
    color: #000000;
}

.couponapp-switch input:checked + .cx-slider .on {
    display: block;
    top: 50%;
    left: 10%;
}

.couponapp-switch input:checked + .cx-slider .off {
    display: none;
}

.display-flex {
    display: flex;
}

.display-flex div {
    margin-left: 10px;
}

.consent-text label.inline {
    display: inline-block;
    margin-left: 10px;
}

.row-elements textarea {
    width: 70%;
    height: 100px;
    padding: 5px 45px 5px 5px
}

textarea ~ .sp-replacer {

    margin-top: 10px;
    display: inline-block;
    border-left: 1px solid #ccc;
    position: absolute;
    margin-left: -42px;

}


.cx-tab .wp-picker-container.wp-picker-active {
    z-index: 99999 !important;
    border-left: 0px;
}

.half:nth-child(2) {
    margin-left: 10px;
}

.preview-box {
    min-height: 350px;
    border-radius: 4px;
    position: relative;
    margin: 0 0 0 auto;
    background-color: #fff;
}

.preview-containter {
    position: sticky;
    top: 16%;
    right: 0;
}


.mobile-preview-btn {
    position: fixed;
    top: calc(50% - 50px);
    right: 0;
    transform: translateX(39px) rotate(-90deg);
}

.mobile-preview-btn .btn-previewbtn,
.mobile-preview-btn .btn-popup-previewbtn {

    font-family: "Poppins", Open Sans Hebrew;
    font-weight: 500;
    padding: 0 25px;
    border: 1px solid #605DEC;
    display: inline-block;
    cursor: pointer;
    outline: 0 !important;
    background: #605DEC;
    color: #fff;
    border-color: #605DEC;
    text-decoration: none;
}

@media only screen and (min-width: 1001px) {
    .mobile-preview-btn {
        display: none;
    }
}
@media only screen and (min-width: 1240px) {
    .tab-preview, .popup-preview {
        display: block !important;
    }
}
@media only screen and (max-width: 1240px) {
    .mobile-preview-btn {
        display: block !important;
        z-index: 999;
    }

    .tab-preview, .popup-preview {
        display: none;
    }

    .tab-settings, .popup-settings {
        width: 100%;
    }

}

.mobile-preview-btn .btn-previewbtn, .mobile-preview-btn .btn-popup-previewbtn {
    border-radius: 8px 8px 0 0;
    line-height: 25px;
}

.mobile-preview-btn .btn-previewbtn:hover, .mobile-preview-btn .btn-previewbtn:active,
.mobile-preview-btn .btn-popup-previewbtn:hover, .mobile-preview-btn .btn-popup-previewbtn:active {
    background-color: #fff;
    color: #605DEC;
}

.mobile-preview {
    position: fixed !important;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100vh;
    flex: 1;
    background: rgba(0,0,0,0.2);
}

.mobile-preview .preview-containter {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0, -50%);
}
.mobile-preview .preview-box {
    width: 450px;
    margin: 0 auto;
    position: relative;
}

.mobile-preview .preview-containter label {
    margin: 0 auto;
}

.mobile-preview .form-wrap {
    height: 32px !important;
}

@media only screen and (max-width: 1000px) {
    .mobile-preview-bg {
        display: none;
        z-index: 99999;
        opacity: 0.5;
        background: #000;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
}


/*Popup Design css*/
.cx-popup .popup-type {
    padding-right: 20px;
}

.cx-tab li.popup-type label {
    position: relative;
}

.cx-tab li.popup-type label img {

    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 100%;
    height: auto;
    border: 2px solid transparent;
    display: block;
    margin-bottom: 10px;
}

.cx-tab li.slide-in-popup label img {
    background-image: url(../img/slide_in_popup.svg);
}

.cx-tab li.lightbox-popup label img {
    background-image: url(../img/light_box.svg);
}

.cx-tab li.floating-bar label img {
    background-image: url(../img/Floatingbar.svg);
}

.cx-popup input[type='radio'] {
    display: none;
}

.popup-settings svg {
    fill: #AEAEAE;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.cx-popup input[type=radio]:checked ~ svg {
    fill: #605DEC;
}
.coupon-widget-style label {
    width: 100%;
    display: block;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #AEAEAE;
    cursor: pointer !important;
    max-width: 100%;
    box-sizing: border-box;
}

.coupon-widget-style label:hover {
    border-color: #605DEC;
}

.required-lbl {
    vertical-align: baseline;
}

#tab-custom-icon svg {
    fill: #605DEC;
}

.cx-tab-icon {
    margin: 0;
}

.cx-tab-icon li {
    margin-bottom: 0;
}

/*Button colors*/
.nav-links {
    text-align: center;
    margin-bottom: 60px;
}

.btn-rule {
    max-width: 150px !important;
}

.prev-step, .next-step, .save, .go-to-dashboard, .btn-cancel, .btn-red, .buttons-csv, #btn-delete, .btn-rule {
    cursor: pointer;
    max-width: 100px;
    width: 100%;
    padding: 10px 25px !important;
    line-height: 21px !important;
    font-family: "Poppins", Open Sans Hebrew !important;
    font-weight: 500;
    border-radius: 25px !important;
    cursor: pointer;
    margin: 0 5px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid;
}

.btn-selected {
    background: #605DEC !important;
    color: #fff !important;
    max-width: 100px;
    width: 100%;
    line-height: 21px !important;
    font-family: "Poppins", Open Sans Hebrew !important;
    font-weight: 500;
    border-radius: 25px !important;
    cursor: pointer;
    margin: 0 5px;
    text-decoration: none;
    border: 0 !important;
    display: none;
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.btn-selected-style, .btn-select-layout {
    background: #605DEC !important;
    color: #fff !important;
    max-width: 60px;
    width: 100%;
    line-height: 21px !important;
    font-family: "Poppins", Open Sans Hebrew !important;
    font-weight: 500;
    border-radius: 25px !important;
    cursor: pointer;
    margin: 0 5px;
    text-decoration: none;
    border: 0 !important;
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 10px !important;
}

.active-type .btn-selected {
    display: block;
}

.active-type .btn-selected {
    display: block;
}

.active-type .svg-icon svg {
    display: none;
}

.svg-icon {
    height: 50px;
    display: block;
}

.svg-icon svg {

    position: absolute;
    bottom: 0;
    right: 15px;
}

.prev-step, .btn-cancel, .buttons-csv, .btn-rule {
    background: #fff !important;
    color: #605DEC !important;
    border: 1px solid #605DEC !important;
}

.prev-step:hover, .btn-cancel:hover, .buttons-csv:hover, .btn-rule:hover {
    background: #605DEC !important;
    color: #fff !important;
}

.btn-red, #btn-delete {
    background: #c00 !important;
    color: #fff !important;
    border-color: #c00 !important;
}

.btn-red:hover, #btn-delete:hover {
    color: #c00 !important;
    background-color: #fff !important;
}

.btn-cancel, .btn-red {
    display: inline;
}

.ui-dialog-buttonset {
    width: 100% !important;
    text-align: center;
}

.next-step {
    background: #605DEC;
    color: #fff !important;
    border: 1px solid #605DEC;
}

.next-step:hover {
    background: #fff;
    color: #605DEC !important;
}

.dt-buttons {
    width: 50%;
    margin-bottom: 15px;
}

.listing input[type="search"] {
    border-radius: 25px;
}

.save {
    background: #6aade0;
    color: #fff !important;
    border: 1px solid #6aade0;
}

.go-to-dashboard {
    max-width: 180px;
    background: #6bc38a;
    color: #fff !important;
    border: 1px solid #6bc38a;
}

.btn-red, .btn-cancel {
    max-width: 150px;
}

.select-coupon a,
.close-popup,
.save-coupon,
.choose-coupon,
.select-coupon-btn,
.select-layout,
.keep-editing,
.select-trigger {
    font-family: "Poppins", Open Sans Hebrew !important;
    padding: 10px 25px;
    line-height: 21px;
    margin: 0 10px;
    border-radius: 25px;
    border: 1px solid #605DEC;
    display: inline-block;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    max-width: 180px !important;
    width: 100%;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    font-size: 1em !important;
}

.select-coupon-btn, .keep-editing, .select-layout {
    max-width: 150px !important;
}

.select-coupon-btn, .select-layout {
    background: #605DEC !important;
    color: #fff;
    border-color: #605DEC;
}

.select-coupon-btn:hover, .select-layout:hover {
    background: #fff !important;
    color: #605DEC;
}

.keep-editing, .select-trigger {
    background-color: #fff !important;
    color: #605DEC;
    border-color: #605DEC !important;
}

.keep-editing:hover, .select-trigger:hover {
    background-color: #605DEC !important;
    color: #fff;
}

.keep-editing:focus {
    outline: 0;
}

.close-popup {
    background-color: #fff !important;
    color: #605DEC;
    font-weight: bold;
}

.save-coupon, .choose-coupon {
    font-weight: bold;
}

.prev-step, .next-step, .save, .go-to-dashboard, .select-coupon a {
    text-transform: uppercase;
}

.select-coupon a,
.save-coupon, .choose-coupon {
    background: #605DEC;
    color: #fff !important;
    border-color: #605DEC;
}

.gray-bg .row-elements {
    margin-bottom: 0px;
}

.gray-bg {
    background-color: #F4F3FA;
    padding: 20px;

}

.trigger-settings .gray-bg.first {
    border-radius: 6px 6px 0 0;
}

.trigger-settings .gray-bg.last {
    border-radius: 0 0 6px 6px
}

.cx-tab hr {
    margin: 0;
}

.row-elements span {
    font-weight: 500;
}

.custom-position {
    background-color: #F4F3FA;
    /*padding: 20px;*/
}

.custom-position, .popup-custom-position {
    background-color: #F4F3FA;
    /*padding: 20px;*/
    padding-left: 20px;
    padding-top: 20px;
}

.custom-position .row-elements {
    margin-bottom: 0px;
    padding-bottom: 15px;

}

.custom-position.last {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 0 0 6px 6px;
}

.custom-position.first {

    border-radius: 6px 6px 0 0;
}

/*Tab preview*/

.tab-text {
    transition: all ease-in-out .3s
}

.tab-box {
    margin: 20px;
    position: absolute;
    bottom: 0
}

.tab-box.tab-front-box {
    position: fixed;
    display: none;
    z-index: 9999
}

.tab-box.couponapp-position-right {
    right: 0;
}

.tab-box.couponapp-position-right .tab-box-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.preview-box .tab-box.couponapp-position-right .tab-text:after {
    border-left-color: #605DEC;
    border-right-color: transparent;
}

.tab-box.couponapp-position-right .tab-text:after {
    right: -20px;
    border-left-color: #d4d4d4;
    border-right-color: transparent;
}

.tab-text {
    background-color: #d4d4d4;
    min-width: 50px;
    font-size: 16px;
    line-height: 46px;
    font-weight: 500;
    padding: 0 20px;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgb(52 52 52 / 15%);
}

.tab-text:after {
    width: 0;
    right: 0;
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    border: 10px solid;
    border-bottom-color: transparent;
    border-top-color: transparent;
}

.tab-box.couponapp-position-right .tab-text {
    float: left;
    margin: 2px 15px 0 0;
}

.tab-box:not(.couponapp-tab-shape-hexagon) .tab-icon {
    box-shadow: 0 2px 5px rgb(52 52 52 / 15%);
}

.tab-box.couponapp-tab-shape-circle .tab-icon {
    border-radius: 60%;
}

.tab-box.couponapp-tab-shape-leaf .tab-icon {
    border-radius: 2px 50%;
}

.tab-box.couponapp-tab-shape-hexagon .tab-icon {
    height: 29px;
    line-height: 29px;
    padding: 0 9px;
    position: relative;
    z-index: 0;
}

.tab-box.couponapp-position-left {
    left: 0;
}

.tab-icon {
    background-color: #ffc700;
    width: 50px;
    height: 50px;
    /*padding: 9px;*/
}

.coupon-pending-message {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 11px;
    font-size: 11.5px;
    border-radius: 50%;
    background: #d00;
    color: #fff;
    min-width: 20px;
    min-height: 20px;
    text-align: center;
    line-height: 20px;
}

@keyframes flash {
    0%,
    15%,
    35%,
    50%,
    65%,
    85%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes shakeY {
    0%,
    to {
        transform: translateZ(0)
    }
    10%,
    40%,
    60%,
    90% {
        transform: translate3d(0, -12px, 0)
    }
    20%,
    30%,
    50%,
    70%,
    80% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    to {
        transform: rotate(0)
    }
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        transform: scaleX(1)
    }
}

@keyframes heartBeat {
    0% {
        transform: scale(1)
    }
    14% {
        transform: scale(1.3)
    }
    28% {
        transform: scale(1)
    }
    42% {
        transform: scale(1.3)
    }
    70% {
        transform: scale(1)
    }
}

@keyframes wobble {
    0% {
        transform: translateZ(0)
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.couponapp-flash-animation .tab-icon {
    animation-name: flash;
    animation-duration: 3s;
    animation-iteration-count: infinite
}

.couponapp-shake-animation .tab-icon {
    animation-name: shakeY;
    animation-duration: 2s;
    animation-iteration-count: infinite
}

.couponapp-swing-animation .tab-icon {
    animation-name: swing;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: top center
}

.couponapp-tada-animation .tab-icon {
    animation-name: tada;
    animation-duration: 2s;
    animation-iteration-count: infinite
}

.couponapp-heartbeat-animation .tab-icon {
    animation-name: heartBeat;
    animation-duration: 1.33s;
    animation-iteration-count: infinite
}

.couponapp-wobble-animation .tab-icon {
    animation-name: wobble;
    animation-duration: 2s;
    animation-iteration-count: infinite
}

img.custom-tab-img {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.icon-img {
    border-radius: 50%;
}

.tab-box.couponapp-position-left {
    left: 0
}

.tab-box.couponapp-position-left .tab-text {
    float: right;
    margin: 2px 0 0 15px
}

.tab-box.couponapp-position-left .tab-text:after {
    left: -20px;
    border-right-color: #d4d4d4;
    border-left-color: transparent
}

.tab-box.couponapp-position-left .tab-icon {
    float: left
}

.tab-box.couponapp-position-left .tab-box-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end
}

.tab-box.couponapp-position-right {
    right: 0
}

@media screen and (max-width: 480px) {
    .tab-box.couponapp-position-right {
        right: 0 !important
    }
}

.tab-box.couponapp-position-right .tab-text {
    float: left;
    margin: 2px 15px 0 0
}

.tab-box.couponapp-position-right .tab-text:after {
    right: -20px;
    border-left-color: #d4d4d4;
    border-right-color: transparent
}

.tab-box.couponapp-position-right .tab-icon {
    float: right
}

.tab-box.couponapp-position-right .tab-box-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end
}

/*Popup preview*/
.clear,
.tab-box,
.tab-box .tab-box-wrap {
    clear: both;
    visibility: visible;
    width: auto;
    height: auto;
    overflow: unset
}

.clear:after,
.clear:before,
.tab-box .tab-box-wrap:after,
.tab-box .tab-box-wrap:before,
.tab-box:after,
.tab-box:before {
    content: " ";
    display: table
}

.clear:after,
.tab-box .tab-box-wrap:after,
.tab-box:after {
    clear: both
}

.smooth,
.tab-box .tab-icon img.custom-tab-img,
.tab-box .tab-icon svg,
.tab-box.tab-front-box .tab-box-content a.coupon-tab-close,
.tab-text {
    transition: all ease-in-out .3s
}

.tab-box {
    margin: 20px;
    position: absolute;
    bottom: 0
}

.tab-box.tab-front-box {
    position: fixed;
    display: none;
    z-index: 9999
}

@media only screen and (max-width: 600px) {
    .tab-box.tab-front-box {
        max-width: calc(100% - 40px)
    }
    .page-rule-flex-2 {
        flex-wrap: wrap;
    }
}

.tab-box.tab-front-box.couponapp-open-click-hover .tab-box-content {
    display: none;
    opacity: 0
}

.tab-box.tab-front-box.couponapp-open-click-hover:hover .tab-box-content {
    display: block
}

.tab-box.tab-front-box .tab-icon {
    pointer-events: all
}

.tab-box.tab-front-box:not(.couonapp-active) {
    pointer-events: none
}

.tab-box.tab-front-box:not(.couonapp-active) .tab-box-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px)
}

.tab-box.tab-front-box.couonapp-active {
    pointer-events: all;
    z-index: 999999
}

.tab-box.tab-front-box.couonapp-active .tab-box-wrap .tab-text {
    opacity: 0;
    visibility: hidden
}

.tab-box.tab-front-box.couonapp-active .tab-icon-svg {
    opacity: 0;
    visibility: hidden;
    transform: rotate(-180deg)
}

.tab-box.tab-front-box.couonapp-active svg.tab-icon-close {
    opacity: 1;
    visibility: visible;
    transform: rotate(-180deg)
}

.tab-box.tab-front-box.couonapp-active.couponapp-style-2 .tab-box-couponcode-content {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.tab-box.tab-front-box.couonapp-active.couponapp-style-2.couponapp-email-coupon-code-show .tab-box-couponcode-content {
    display: block;
    visibility: visible;
    opacity: 1;
    pointer-events: all
}

.tab-box.tab-front-box.couonapp-active.couponapp-style-2.couponapp-email-coupon-code-show .tab-box-email-content {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.tab-box.tab-front-box svg.tab-icon-close {
    opacity: 0;
    visibility: hidden;
    padding: 5px
}

.tab-box.tab-front-box .tab-box-content {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all ease-in-out .3s
}

.tab-box.tab-front-box .tab-box-content a.coupon-tab-close {
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 1;
    opacity: .75
}

.tab-box.tab-front-box .tab-box-content a.coupon-tab-close:active,
.tab-box.tab-front-box .tab-box-content a.coupon-tab-close:hover {
    transform: rotate(-180deg)
}

.tab-box.tab-front-box .coupon-code-style {
    display: none
}

.tab-box.tab-front-box .coupon-email-style .coupon-code-email-text {
    max-width: 140px;
    margin-right: 20px
}

.tab-box.tab-front-box .coupon-email-style .coupon-code-email-text input {
    min-width: 140px;
    padding: 11px 16px;
    margin: 0;
    border: 1px dashed #aeaeae
}

.tab-box.tab-front-box .coupon-code-style,
.tab-box.tab-front-box .coupon-email-style {
    text-align: center
}

.tab-box.tab-front-box .coupon-code-style > button,
.tab-box.tab-front-box .coupon-code-style > p,
.tab-box.tab-front-box .coupon-email-style > button,
.tab-box.tab-front-box .coupon-email-style > p {
    display: inline-block;
    vertical-align: middle
}

.tab-box.tab-front-box form.tab-box-front-0 {
    margin: 0
}

.tab-box.tab-front-box form.tab-box-front-0 .form-wrap {
    align-items: start
}

.tab-box .coupon-code-text {
    font-size: 14px
}

.formappownerpopup .tab-box.tab-front-box button.coupon_upgradenow,
.tab-box.tab-front-box .formappownerpopup button.coupon_upgradenow,
.tab-box.tab-front-box button.cx-btn {
    max-height: 38px;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 40px;
    padding: 0 25px
}


.tab-box .tab-icon {
    position: relative
}

/*.tab-box .tab-icon img.custom-tab-img,*/
.tab-box .tab-icon svg {
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px)
}

.tab-box:not(.couponapp-tab-shape-hexagon) .tab-icon {
    box-shadow: 0 2px 5px rgba(52, 52, 52, .15)
}

.tab-box.couponapp-tab-shape-circle .tab-icon {
    border-radius: 60%
}

.tab-box.couponapp-tab-shape-square .tab-icon {
    border-radius: 2px
}

.tab-box.couponapp-tab-shape-leaf .tab-icon {
    border-radius: 2px 50%
}

.tab-box.couponapp-tab-shape-hexagon .tab-icon {
    height: 29px;
    line-height: 29px;
    padding: 0 9px;
    position: relative;
    z-index: 0
}

.tab-box.couponapp-tab-shape-hexagon .tab-icon .after,
.tab-box.couponapp-tab-shape-hexagon .tab-icon .before {
    background-color: inherit;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.tab-box.couponapp-tab-shape-hexagon .tab-icon .before {
    transform: rotate(60deg)
}

.tab-box.couponapp-tab-shape-hexagon .tab-icon .after {
    transform: rotate(-60deg)
}

.tab-box-content.couponapp-email-code-option .form-wrap,
.tab-box-content.couponapp-scratch-code-option .form-wrap,
.tab-box.couponapp-style-1 .tab-box-couponcode-content .form-wrap,
.tab-box.couponapp-style-2 .tab-box-couponcode-content .form-wrap {
    /*height: 44px;*/
    background: #fff;
    padding: 4px;
    border-radius: 5px;
    border: 2px dashed #605dec;
    position: relative;
    display: block
}

.tab-box-content.couponapp-email-code-option .form-wrap .vector,
.tab-box.couponapp-style-1 .tab-box-couponcode-content .form-wrap .vector,
.tab-box.couponapp-style-2 .tab-box-couponcode-content .form-wrap .vector {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 10px;
    top: -7px;
    display: block
}

.tab-box-content.couponapp-email-code-option .form-wrap .coupon-code-text,
.tab-box-content.couponapp-scratch-code-option .form-wrap .coupon-code-text,
.tab-box.couponapp-style-1 .tab-box-couponcode-content .form-wrap .coupon-code-text,
.tab-box.couponapp-style-2 .tab-box-couponcode-content .form-wrap .coupon-code-text,
.couponapp-email-option .form-wrap .coupon-code-text,
.couponapp-email-option .form-wrap .customer-name-text {
    min-height: 32px;
    color: #a7a8cd;
    line-height: 32px;
    padding: 0 5px;
    border: 0;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    float: left;
    width: auto
}

.tab-box-content.couponapp-email-code-option .form-wrap button.coupon-button,
.tab-box-content.couponapp-scratch-code-option .form-wrap button.coupon-button,
.tab-box-content.couponapp-email-option .form-wrap button.coupon-button,
.tab-box-content.couponapp-link-option .form-wrap button.coupon-button,
.tab-box-content.couponapp-no-coupon-option .form-wrap button.announcement-button {
    background-image: url(images/button-bg.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    width: auto !important;
    max-height: 32px;
    height: 32px;
    min-height: 32px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    padding: 0 22px;
    float: right;
    border: 0
}

.tab-text {
    background-color: #d4d4d4;
    min-width: 50px;
    font-size: 16px;
    line-height: 46px;
    font-weight: 500;
    padding: 0 20px;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(52, 52, 52, .15)
}

.tab-text:after {
    width: 0;
    right: 0;
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    border: 10px solid;
    border-bottom-color: transparent;
    border-top-color: transparent
}

.tab-icon {
    background-color: #ffc700;
    width: 50px;
    height: 50px;
    /*padding: 9px*/

}

.cx-tab-icon span {
    cursor: pointer;
}

.tab-icon svg {
    width: 32px;
    height: 32px;
    fill: #605dec;

}

.tab-box-content {
    background-color: #e0e6ec;
    text-align: center;
    padding: 30px;
    margin-bottom: 15px;
    border-radius: 6px
}

@media screen and (max-width: 480px) {
    .tab-box-content {
        padding: 30px 20px
    }
}

.tab-box-content .form-wrap {
    margin: 10px -10px 15px -10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.tab-box-content .form-wrap input {
    text-align: center;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    line-height: 40px
}

.tab-box-content .form-wrap input[type=text] {
    background: #fff;
    border: 1px dashed #aeaeae;
    border-radius: 4px
}

.tab-box-content .form-wrap button.coupon-button {
    border-radius: 4px;
    margin: 0
}

.tab-box-content h4, .tab-box-content h4 p {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px
}

.tab-box-content p {
    margin: 0
}

.couponapp-code-option .coupon-code-text,
.couponapp-link-option .coupon-code-text {
    background: #fff;
    min-height: 39px;
    border: 1px dashed #aeaeae;
    border-radius: 4px;
    padding: 9px 5px
}

.couponapp-link-option #coupon-buttonn {
    position: relative;
}

.coupon-code-text {
    position: relative
}

.coupon-code-text span.label-tooltip {
    width: auto;
    height: auto
}

.coupon-code-text span.label-tooltip.tooltip-show:after {
    text-align: center;
    content: "" attr(data-title) "";
    font-size: 11px;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    transform: translate(0, calc(-100% - 6px));
    padding: 0 12px;
    line-height: 23px;
    height: auto;
    white-space: nowrap;
    background-color: #333;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    border-radius: 6px;
    opacity: 1
}

.coupon-code-text span.label-tooltip.tooltip-show:before {
    content: "";
    position: absolute;
    top: -12px;
    left: calc(50% - 5px);
    height: 10px;
    width: 10px;
    border-width: 8px 5px 0;
    border-style: solid;
    border-color: #333 transparent transparent
}

.tab-box-content.couponapp-email-code-option .form-wrap,
.tab-box-content.couponapp-email-option .form-wrap,
.tab-box-content.tab-box-couponcode-content .form-wrap,
.tab-box-content.tab-box-email-content .form-wrap {
    margin: 15px 0 15px 0
}

.tab-box-content.couponapp-email-code-option .form-wrap .coupon-code-email-text,
.tab-box-content.couponapp-email-code-option .form-wrap button.coupon-button,
.tab-box-content.couponapp-email-code-option .form-wrap button.coupon-email-button,
.tab-box-content.couponapp-email-option .form-wrap .coupon-code-email-text,
.tab-box-content.couponapp-email-option .form-wrap button.coupon-button,
.tab-box-content.couponapp-email-option .form-wrap button.coupon-email-button,
.tab-box-content.tab-box-couponcode-content .form-wrap .coupon-code-email-text,
.tab-box-content.tab-box-couponcode-content .form-wrap button.coupon-button,
.tab-box-content.tab-box-couponcode-content .form-wrap button.coupon-email-button,
.tab-box-content.tab-box-email-content .form-wrap .coupon-code-email-text,
.tab-box-content.tab-box-email-content .form-wrap button.coupon-button,
.tab-box-content.tab-box-email-content .form-wrap button.coupon-email-button {
    width: 50%
}

.tab-box-content.couponapp-email-code-option .email-content-checkbox,
.tab-box-content.couponapp-email-option .email-content-checkbox,
.tab-box-content.tab-box-couponcode-content .email-content-checkbox,
.tab-box-content.tab-box-email-content .email-content-checkbox {
    text-align: left
}

.tab-box-content.tab-box-couponcode-content,
.tab-box-content.tab-box-email-content {
    width: 380px
}

.tab-box-content.tab-box-email-content p.coupon-code-email-text {
    margin-right: 20px;
    padding: 0
}

.coupon_content.coupon_reskmoreevents {
    display: none
}

.coupon_ownerremind {
    margin-top: 15px;
    display: block
}

.coupon_ownerremind a {
    text-decoration: none;
    background: #7473d8;
    color: #fff;
    padding: 10px;
    border-radius: 30px;
    line-height: 1;
    font-weight: 700;
    font-family: Poppins
}

.coupon_ownerremind a.coupon_dontremind {
    background: #ff0047;
    margin-left: 5px
}

@media only screen and (max-width: 480px) {
    .formappownerpopup {
        width: 90%;
        padding: 10px
    }

    .formappownerpopup .coupon_reskmoreevents {
        font-size: 13px
    }

    .tab-box-content.tab-box-couponcode-content,
    .tab-box-content.tab-box-email-content {
        width: 100%
    }
}

span.coupon-pending-message {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 11px;
    font-size: 11.5px;
    border-radius: 50%;
    background: #d00;
    color: #fff;
    min-width: 20px;
    min-height: 20px;
    text-align: center;
    line-height: 20px
}

@media only screen and (max-width: 480px) {
    .tab-box-content.tab-box-couponcode-content,
    .tab-box-content.tab-box-email-content {
        width: 100%
    }
}

.coupon-button.coupon-code-link,
.coupon-email-button,
.preview-box button.coupon-button {
    background-image: url(images/button-bg.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    border: 0
}

.tab-box.tab-front-box.open-coupon-code.couonapp-active .tab-box-couponcode-content {
    position: relative;
    display: block !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all ease-in-out .3s;
    pointer-events: unset
}

.tab-box-email-content .form-wrap {
    height: 44px;
    background: #fff;
    padding: 4px;
    border-radius: 5px;
    border: 1px solid #605dec;
    position: relative;
    display: block
}

.tab-box-content.tab-box-email-content .form-wrap .coupon-code-email-text {
    float: left;
    margin-right: 0
}

.tab-box-content.tab-box-email-content .form-wrap button.coupon-email-button {
    width: auto;
    max-height: 34px;
    min-height: 34px;
    line-height: 34px;
    float: right;
    font-size: 16px;
    letter-spacing: 1px
}

.tab-box-content .form-wrap input,
.tab-box-content .form-wrap input:focus {
    text-align: left;
    border-radius: 0;
    border: none;
    width: 100%;
    height: 34px;
    line-height: 34px;
    outline: 0;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 5px
}


.tab-box.couponapp-style-1 .tab-box-couponcode-content .form-wrap .coupon-code-text {
    width: auto
}

.tab-box-content .form-wrap button.coupon-button {
    z-index: 9999;
    position: absolute;
    right: 3px;
    float: none
}


#popup-overlay-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 99999999999
}

.tab-box.couponapp-style-1 .tab-box-couponcode-content .form-wrap .coupon-code-text {
    width: auto
}

.cx-tab hr {
    margin: 0;
    max-width: 500px;
}

/*Tooltips*/
.dashicons-editor-help {
    vertical-align: middle;
}

.create-widget .dashicons-editor-help:before {
    color: #9e9e9e !important;
    margin-right: 5px;
}


.cx-tab .html-tooltip {
    display: inline;
}

.cx-tab .html-tooltip .tooltip-text, .cx-tab-rule .html-tooltip .tooltip-text {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1201;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 18px;

}


.couponapp-inner-text {

    font-size: 12px;

    margin-right: 37px;
    background-color: #fff !important;
    color: #1E1E1E !important;
    line-height: 38px !important;
    padding: 0 12px;
    outline: 0;
    border-radius: 4px;
    transition: 50ms border-color ease-in-out;
}

div.ui-dialog .ui-dialog-titlebar {
    padding: 10px;
    font-size: 14px;


}

div.ui-widget-header {
    background-color: #605DEC;
    border: none !important;
    border-radius: 6px 6px 0 0;
    color: #ffffff !important;
    font-weight: bold;

}

div.ui-dialog {
    text-align: center;
    font-family: "Poppins", Open Sans Hebrew;
}

#search-wp-coupon-codes-data {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid #676060;
}

#search-wp-coupon-codes-text {
    margin: 0 auto;
    border: none;
    flex: 1;
}

.existing-coupon-form p {
    font-family: 'Poppins';
    font-size: 14px;

}

#search-wp-coupon-codes-text:focus {
    box-shadow: unset;
}

a.backto-couponcode-type {
    width: 30px;
    height: 30px;
    float: left;
    background: #fff;
    border-radius: 50%;
    text-align: center;

}

a.backto-couponcode-type svg {
    fill: #605DEC !important;
    float: unset !important;
    margin-right: unset !important;
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.search-svg svg {
    width: 20px;
    vertical-align: middle;
    margin-left: 10px;
}

.unique-coupon-code-wrap {
    text-align: left;
    padding-left: 10px;
    font-family: 'Poppins';
}

.unique-coupon-code-wrap .active_start_date,
.unique-coupon-code-wrap .active_end_date {
    width: 80% !important;
}

.unique-coupon-code-wrap input[type='text'], .unique-coupon-code-wrap select {
    width: 45%;
}

#search-wp-coupon-codes-data {
    font-size: 1.1em;
    line-height: 38px;
}

.ui-dialog-content {
    overflow: hidden !important;
}

.unique-coupon-div, .existing-inner-wrap {
    /* height: 300px;
    overflow-y: scroll; */
    margin: 25px
}

.existing-coupon-form {
    width: 99%;
    margin: 0 auto;
    max-height: 400px;
    overflow-y: auto;
}

.fixPosition {
    position: fixed;
}
.not-trigger-dialog .ui-dialog-buttonset{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.not-trigger-dialog .ui-dialog-buttonset button{
     max-width: 150px !important;
}
.unique-coupon-form a:focus {
    box-shadow: unset;
}

.ui-tabs .ui-tabs-panel {
    padding: 0 !important;
}

#couponapp-wp-unique-coupon-code label {
    display: block;
    margin-bottom: 6px;
    font-size: 1.1em;
}

#couponapp-wp-unique-coupon-code input[type='radio'] {
    line-height: 20px;
}

#couponapp-wp-unique-coupon-code input[type='number'],
#couponapp-wp-unique-coupon-code input[type='text'],
#couponapp-wp-unique-coupon-code select {
    border: 1px solid #AEAEAE;
    background-color: #fff;
    color: #1E1E1E;
    line-height: 38px;
    padding: 0 12px;
    outline: 0;
    border-radius: 4px;
    transition: 50ms border-color ease-in-out;
    display: block;

}

#couponapp-wp-unique-coupon-code input[type='number'] {
    padding-right: 0px !important;
}

.unique-coupon-code-start-dates {
    display: flex;
}

.ui-timepicker-container {
    z-index: 99999 !important;
}

#couponapp-wp-unique-coupon-code .select2-container {
    width: 75% !important;
    line-height: 20px;
    /*padding: 0 12px;*/
    outline: 0;
    border-radius: 4px;
    border-color: #AEAEAE;
}

.actions {
    text-align: center;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 14px 1em 0.5em 0.4em;
    border-top: 1px solid #eeeeee;
    background: #ffffff;
    color: #333333;
}

.actions input[type='button'] {
    cursor: pointer;
}

.widget-listing a {
    text-decoration: none;
}

.widget-listing td {
    font-size: 14px;
    font-family: "Poppins", Open Sans Hebrew !important;
}

.tbl-coupons {
    width: 100%;
    border-radius: 0;
    margin-top: 10px;
    font-family: 'Poppins';
}

.tbl-coupons thead th {
    background-color: #605DEC;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    border-bottom: 1px solid #605DEC;
}

.tbl-coupons tbody td {

    text-align: center;
    border-right: 0px solid #AEAEAE;
    border-bottom: 0px solid #AEAEAE;
    padding: 15px 10px;

}

.email-popup .coupon-code-text,
.email-popup svg {
    display: none !important;
}

.email-popup button {
    position: relative !important;
    float: none !important;
}

.email-popup {
    border: 0 !important;
    background-color: transparent !important;
}

.tab-box-content.couponapp-email-option .form-wrap {
    /*height: 44px;*/
    background: white;
    padding: 4px;
    border-radius: 5px;
    border: 1px solid #605DEC;
    position: relative;
    display: block;
}

.couponapp-widget-design .preview-box .tab-box .tab-box-content.couponapp-email-option .form-wrap .coupon-code-text {
    width: auto;
    text-align: left;
    float: left;
    margin-right: 0px;
    padding: 0 5px;
    border: none;
    min-height: 35px;
    color: #A7A8CD;
    line-height: 35px;
    border: 0;
    font-size: 16px;
    letter-spacing: 1px;
}

.close-design-popup {
    /* float: right;
    margin-top: 8px;
    margin-right: 8px; */
    float: right;
    right: 0;
    top: 1px;
    position: absolute;
    z-index: 1;
}

.preview-box {
    width: 450px
}

.couponapp-code-option, .couponapp-email-option, .couponapp-link-option, .couponapp-no-coupon-option, .couponapp-scratch-code-option {
    min-width: 300px !important;
    width: 100%;
}

.preview-box .tab-box:not(.couponx-floating-bar) .couponapp-code-option,
.preview-box .tab-box:not(.couponx-floating-bar) .couponapp-email-option,
.preview-box .tab-box:not(.couponx-floating-bar) .couponapp-link-option,
.preview-box .tab-box:not(.couponx-floating-bar) .couponapp-no-coupon-option,
.preview-box .tab-box:not(.couponx-floating-bar) .couponapp-scratch-code-option {
    min-height: 120px !important;
    height: 120px !important;
    display: table;
}

.preview-box .tab-box:not(.couponx-floating-bar) .couponx-preview-notfloating-bar,
.preview-box .tab-box:not(.couponx-floating-bar) .couponx-preview-notfloating-bar,
.preview-box .tab-box:not(.couponx-floating-bar) .couponx-preview-notfloating-bar,
.preview-box .tab-box:not(.couponx-floating-bar) .couponx-preview-notfloating-bar {
    display: table-cell;
    vertical-align: middle;
}

/*Coupon type*/


.coupon-type {
    border: 1px solid #cbd5de;
    padding: 0 11px !important;
    flex: 1;
    top: 0px;
    vertical-align: top;
}

.coupon-code-option-titlebox {
    display: flex;
    margin: 20px 0;
    font-family: 'Poppins';
    color: #404d59;
}

.coupon-code-option-titlebox span {
    width: 50px;
    margin-right: 10px;
}

.coupon-code-option-titlebox span img {
    width: 80%;
    height: auto;
}

.coupon-code-option1 .coupon-code-option-titlebox h4 {
    padding: 0 76px 0 5px;
}

.coupon-type p {
    text-align: left;
    padding: 0 9px;
    color: #808f9d;
    font-family: 'Poppins';
}

.coupon-choose-dialogbox svg {
    width: 35px;
    float: right;
}

.wp-coupon-types-wrap {
    display: flex;
    flex-wrap: wrap;
}

.ex-error {
    color: #FF0000;
    text-align: center
}

.coupon-type:not(.disable):hover, .active-type {
    border-color: #605DEC;
    cursor: pointer;
}

.coupon-type:not(.disable):hover svg circle, .active-type svg circle {
    fill: #605DEC;

}

.couponapp-code-text-box {
    position: relative;
    display: flex;
    width: 380px;
    height: 170px;
}

.couponapp-code-text-box:before {
    right: 0;
    border-radius: 13px 0 0 13px;
    border: 2px;
    border-style: dashed;
    border-color: #B9B9B8;
    border-right: 0;
    content: '';
    position: absolute;
    top: 50%;
    width: 7px;
    height: 14px;
    background: #fff;
}

.couponapp-code-title {
    display: inline-block;
    background: #605CE9;
    writing-mode: tb-rl;
    width: 35px;
    color: #fff;
    text-align: center;
    padding-right: 7px;
    border-radius: 0 10px 10px 0;
    transform: rotate(180deg);
}

.couponapp-code-detail {
    width: 92%;
    padding: 20px 15px;
    display: inline-block;
    border: 2px;
    border-left: 0;
    border-style: dashed;
    border-color: #B9B9B8;
    border-radius: 0 10px 10px 0;
    background: #F2F1F9;
}

.couponapp-code-detail h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.couponapp-code-detail input {
    height: 45px;
    color: #AEB7B7;
    margin: 12px 0;
}

.couponapp-wp-coupon-codes form,
.couponapp-wp-unique-coupon-code form {
    width: 100%;
}

.unique-coupon-description, .unique-coupon-description a {
    color: #e8833a;
    font-family: "Poppins";
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
    margin: 1em 0;
    padding-left: 10px;
    padding-right: 10px;

}

.sticky {
    padding: 15px 0 !important;
    position: fixed;
    top: 20px;
    background: #ffffff;
    z-index: 9999;
    border-bottom: 1px solid #ccc;
}

.no-sticky {
    width: 100%;
    background: #ffffff;
    z-index: 9999
}

#loader svg {
    top: 40%;
    left: 45%;
    z-index: 99999;
    position: absolute;
    width: 150px;
    height: 150px;
}

#loader {
    display: none;
    z-index: 99999;
    opacity: 0.5;
    background: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.main-popup-couponx-bg {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 69%;
    max-height: 600px;
    max-width: 789px;
    z-index: 999;
    box-shadow: 0px 18px 16px -18px rgba(0, 0, 0, 0.24), 0px 40px 48px -16px rgba(35, 35, 35, 0.25);
}

.main-popup-couponx-bg.first-widget-popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
}

/*maxvisitorpopup */


/*First widget popup*/

.couponx_container_popupbox {
    width: 81%;
    top: 45%;
}

.maxvisit-popup-contain {
    min-height: 380px;
    text-align: center;
    font-family: "Poppins", Open Sans Hebrew !important;
}

.couponx_container_popupbox {
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 15px 25px 15px;
}

.main-popup-couponx-bg {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -40%);
    max-height: 600px;
    max-width: 789px;
    z-index: 999;
    box-shadow: 0px 18px 16px -18px rgb(0 0 0 / 24%), 0px 40px 48px -16px rgb(35 35 35 / 25%);
}

.first-widget-popup h4 {
    margin: 23px 15px 0px 15px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #181749;
}

.first-widget-popup p {
    margin: 23px 50px 44px 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #181749;
}

.first-widget-popup span {
    font-size: 16px;
    font-weight: 400;
}

.first-widget-popup a.help-center {
    text-decoration: none;
    color: #181749;
}

.btn-back-dashboard {
    font-weight: 600;
    align-items: center;
    color: #fff;
    padding: 9px 32px;
    background: #656BE8;
    box-shadow: 0px 12px 12px -6px rgb(101 107 232 / 25%);
    border-radius: 200px;
    border: none;
    cursor: pointer;
    margin-top: 13px;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.6s;
    text-decoration: none;
}

.welcome-modul-close-btn {
    position: absolute;
    right: 18px;
    top: 20px;
    transform: translate(50%, -50%);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    z-index: 1;

    cursor: pointer;
}

.popup-overlayout-cls {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.btn-black:hover {
    color: #fff;
    background: #4146AE;
    box-shadow: 0px 16px 28px -6px rgb(101 107 232 / 55%);
}

#go-dashboard {
    color: #fff !important;
}

#go-dashboard:hover, .close_flash_popup:hover {
    color: #fff !important;

}

#wp_flash_message {
    min-width: 180px;
    background-color: #00C67C;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 16px;
    position: fixed;
    z-index: 1000;
    bottom: 30px;
    font-size: 17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: max-content;
    width: auto;
}

#wp_flash_message span, #wp_error_flash_message span {
    color: #fff;
    margin-left: 10px;
    float: right;
}

#wp_error_flash_message {
    min-width: 180px;

    background-color: #c00;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 16px;
    position: fixed;
    z-index: 1000;
    left: 30%;
    bottom: 30px;
    font-size: 17px;
}

.close_flash_popup {
    color: #fff;
    text-decoration: none;
}

.coupon-preview-close, .popup-preview-close {
    position: absolute;
    fill: white;

    right: 2px;
    transform: translate(50%, -50%);
    background: linear-gradient(0deg, #333, #333), linear-gradient(153.18deg, #6371DB 7.07%, #FF89C4 90.47%);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    z-index: 1;
    box-shadow: 0 4px 14px rgb(0 0 0 / 15%);
    cursor: pointer;
}

.coupon-preview-close {
    top: 0px;

}

.popup-preview-close {
    top: 0px;
}

.coupon-code-option-titlebox h4 {
    margin-top: 0px;
    font-weight: 600;
}

.cx-widget-listing {
    max-width: 1020px;
    padding: 30px 0 120px;
    margin: 0 auto;
}

.custom-back-link {
    float: left;
    text-decoration: none;
    margin-top: 10px;
    margin-left: 25px;
    color: #000 !important
}

.custom-back-link svg {
    vertical-align: bottom;
}

.listing {
    max-width: 1020px;
    padding: 30px 10px 120px;
    margin: 0 auto;
    font-family: "Poppins", Open Sans Hebrew !important;
}

#wpwrap {
    background-color: #fff;
}

.leads-listing th {
    background-color: #605DEC;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    font-size: 14px;
    border-bottom: 1px solid #605DEC;

}

.leads-listing td {
    text-align: center;
    border-bottom: 0px solid #AEAEAE;
    padding: 15px 10px !important;
}

.listing .dashicons {
    color: #9e9e9e !important;
    text-decoration: none;
}

textarea + input {
    display: none;
}

.preview-lbl {
    width: 450px;
    margin: 0 0 0 auto;
}

a {
    cursor: pointer;
}

.screen-tabs, .email-screen-tabs {
    position: sticky !important;
    top: 120px !important;
    z-index: 98;
    padding-top: 0px !important;
    /*border-bottom: 1px solid #ccc;*/
}

.screen-tabs li, .email-screen-tabs li {
    padding-top: 10px !important;
    cursor: pointer;
}

.accordion-btn {
    background: #605DEC;
    color: #fff !important;
    font-family: "Poppins", Open Sans Hebrew !important;
    padding: 10px;
    line-height: 21px;
    border-radius: 25px;
    border: 1px solid #605DEC;
    display: inline-block;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    max-width: 180px !important;
    width: 100%;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    font-size: 1em !important;
}

.advanced-panel {
    margin-top: 20px;
    display: none;
}

span.tab-tooltip {
    width: auto;
    height: auto;
    position: absolute;
    top: 0px;
    right: 46px;
}

span.tab-tooltip.tooltip-show:after {
    text-align: center;
    content: "" attr(data-title) "";
    font-size: 11px;
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    transform: translate(calc(-80% - 6px), calc(-100% - 6px));
    padding: 0 12px;
    line-height: 23px;
    white-space: nowrap;
    background-color: #333;
    color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
    border-radius: 6px;
    opacity: 1;
    width: 250px !important;
    height: 50px;
    white-space: initial;
}

span.tab-tooltip.tooltip-show:before {
    position: absolute;
    top: -17px;
    left: 15px;
    content: "";
    height: 0px;
    width: 0px;
    border: none;
    border-top: 10px solid #333;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0)
}

label.ctype.checked {
    border-color: #605DEC;
}

.leads-url {
    cursor: pointer;
}

#cx_widget label {
    cursor: default;
}

button.ui-button.ui-corner-all.ui-dialog-titlebar-close {
    background-color: transparent;
    padding: 0;
    border: 1px solid #605DEC;
    margin-right: 6px;
    transition: all ease-in-out .3s;
}

button.ui-button.ui-corner-all.ui-dialog-titlebar-close:hover, button.ui-button.ui-corner-all.ui-dialog-titlebar-close:active {
    transform: rotate(-180deg) !important;

}

button.ui-button.ui-corner-all.ui-dialog-titlebar-close span.ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
    display: block;
}

.widget-tabs {
    box-shadow: 0 8px 6px -6px #ccc
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

.dashicons-edit::before, .dashicons-trash::before, .dashicons-admin-page::before {
    color: #333;
}

.dashicons-edit:hover:before, .dashicons-trash:hover:before, .dashicons-admin-page:hover:before {
    color: #605DEC;
}

.delay-time:disabled, .scroll-page:disabled {
    background-color: #eee;
}

/* help form */
 


a:focus {
    box-shadow: none !important;
}

@font-face {
    font-family: 'Lato';
    src: url('Lato-Regular.woff');
}

.starts-testimonials-updates-form {
    width: 768px;
    padding: 0px 30px 0px 0px;
    box-shadow: 0px 20px 25px rgb(0 0 0 / 10%), 0px 10px 10px rgb(0 0 0 / 4%);
    display: flex;
    margin: 100px auto 0;
    font-family: Lato, sans-serif;
    border-radius: 18.42px 0px 0px 18.419px;
    background: #fff;
}

.update-title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    align-items: center;
    color: #334155;
    position: relative;
    line-height: 36px;
    font-family: Lato;
}

.update-title:after {
    content: '';
    background: #605DEC;
    width: 19%;
    height: 2px;
    position: absolute;
    bottom: -16px;
    left: 0;
}

.updates-form-form-left {
    padding: 25px 0px 50px 0px;
    background: linear-gradient(180deg, #3C139A 25.79%, #2A0D76 72.72%);
    border-radius: 14.42px 0px 0px 14.419px;
    text-align: center;
    width: 70%;
}

.updates-form-form-left p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #fff;
    padding: 0px 36px;
    font-family: Lato;
}

.updates-form-form-left span {
    color: #fff;
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
    font-size: 20px;
    line-height: 0.5;
    font-family: Lato;
}

.updates-form-form-left-text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    padding-left: 30px;
    font-family: Lato;
}

.updates-form-form-right {
    margin-left: 16px;
    padding: 70px 47px 70px 45px;
}

.updates-form-form-right p {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    position: relative;
    color: #475569;
    margin: 32px 0px 20px 0px;
    font-family: Lato;
    padding: 0 0 20px 0;

}

.updates-form-form-right p:after {
    content: "";
    border: 1px solid #3c85f7;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 90px;
}

.update-form-input {
    position: relative;
}

.update-form-input input {
    width: 385px;
    background: #F4F4F5;
    border: 1px solid #F4F4F5;
    box-sizing: border-box;
    border-radius: 8px;
    height: 42px;
    line-height: 40px;
    padding: 0 50px 0 40px;
    font-size: 13px;
    box-sizing: border-box;
    color: #334155;
}

.update-form-input .form-submit-btn {
    background: #5A00F0;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    height: 36px;
    padding: 0 10px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 100px;
    font-family: Lato;
}

.update-form-input #starts_testimonials_update_email:hover {
    border-bottom: 1px solid #5A00F0;
    border-radius: 8px 8px 0px 0px;
}

.update-form-input #starts_testimonials_update_email:focus-visible {
    border: 1px solid #5A00F0 !important;
    outline: 1px !important;
    border-radius: 8px;
}

.update-form-input .form-submit-btn:hover {
    background: #5A00F0;
}

.updates-form .form-cancel-btn.no {
    margin: 0 0 0 3px;
    background: transparent;
    border: none;
    color: #64748B;
    font-size: 13px;
    line-height: 40px;
    padding: 0 0 0 5px;
}

.updates-form .form-cancel-btn.no:hover {
    color: #334155;
}

.mail-icon {
    position: absolute;
    top: 8px;
    left: 10px;
}

.update-notice {
    margin: 50px 22px 0 0px;
    font-size: 16px;
    line-height: 150%;
    color: #28375A;
    text-align: center;
    font-family: Lato;
    padding: 0;
}

.update-notice-latter {
    margin: 20px 0px;
    width: 100%;
    text-align: center;
    color: #28375A;
}

.update-notice-latter span a {
    text-decoration: underline;
    cursor: pointer;
    color: #28375A;
}

/*Cart rules*/
.trigger-settings .cx-tab {
    display: block;
}

.rule-row {
    max-width: 900px;
    background: #fff;
}

.gray-bg.last {
    margin-bottom: 30px;

}

.rule-row-elements {
    margin-bottom: 30px;
}

.rule-row-elements select {
    width: 22%;
}

.order-rule select {
    width: 28% !important
}

.btn-rule + div {
    /* display: none; */
}

.day-buttons {
    width: 38px;
    display: inline-block;
    text-align: right;
    float: right;
    padding-right: 35px;
}

.day-buttons a {
    color: #fff;
    background-color: #666;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 4px;
    font-size: 22px;
    line-height: 37px;
}

.rule-box .row {
    display: flex;
}

.one-third {
    width: 30%;
}

.one-third select {
    width: 100%;
}

.country-dropdown {
    display: block
}

.page-type span {
    padding: 0 10px
}

.remove-cart-targeting:hover,
.remove-order-targeting:hover,
.remove-page-targeting:hover {
    background-color: #605DEC;
}

div.page-rule {
    margin: 5px 0;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.page-rule-flex {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 5px;
}
.page-rule-flex .cart-type + .select2 {
    width: 48% !important;
}

.layout-list {
    display: flex;
}

.cart-type + .select2 {
    width: 22% !important;

}

.custom-margin {
    margin-left: 4px !important;
}

.activate-key {
    display: none;
    text-decoration: none !important;
    font-family: "Poppins", Open Sans Hebrew !important;
    color: #2271b1 !important;
    margin-left: 10px
}

.timer-type-div select {
    width: 50% !important;
    margin-left: 15px;
}

.timer-div input {
    /* width: 60% !important; */
    /* margin-left: 15px; */
    display: block
}

.timer-date select {
    margin-left: 15px;

}

.popup-type img, .popup-type .popup-style-lable {
    cursor: pointer !important;
    display: block;
    line-height: 20px;
}

optgroup[label='Manual Offsets'] {
    display: none
}

.popup-preview .preview-box .tab-box.couponx-lightbox-popup {
    bottom: auto;
    top: 50%;
    transform: translateY(-60%);
}

.popup-preview .preview-box .tab-box.couponx-floating-bar {
    width: 100%;
}

.popup-preview .preview-box .tab-box.couponx-floating-bar {
    margin: 0;
    left: 0;
}

.popup-preview .preview-box .tab-box.couponx-floating-bar {
    margin: 0;
    left: 0;
}

.popup-preview .preview-box .tab-box.couponx-floating-bar-top {
    bottom: auto;
    top: 0;
}

.popup-preview .preview-box .tab-box.couponx-floating-bar .tab-box-content {
    padding: 12px;
    margin-bottom: 0;
    border-radius: 4px;
}

.popup-preview .preview-box .tab-box.couponx-floating-bar .tab-box-content .couponx-preview-floating-bar.couponx-preview-timer-on div.couponx-left {
    width: 140px;
    flex: 1;
}

.popup-preview .preview-box .tab-box.couponx-floating-bar .tab-box-content .couponx-preview-floating-bar.couponx-preview-timer-on {
    display: flex;
}

.popup-preview .preview-box .tab-box.couponx-floating-bar .tab-box-content .couponx-preview-floating-bar.couponx-preview-timer-on div.couponx-right {
    width: 36%;
    flex: 0 0 36%;
}

.popup-preview .preview-box .tab-box.couponx-floating-bar .tab-box-content .couponx-preview-floating-bar.couponx-preview-timer-on div.couponx-right .form-wrap button.coupon-button {
    padding: 0 6px;
}

.popup-preview .preview-box .tab-box.couponx-floating-bar .tab-box-content .couponx-left {
    float: left;
    text-align: left;
}

.popup-preview .preview-box .tab-box.couponx-floating-bar .tab-box-content.couponapp-code-option:not(.couponapp-email-code-option) .form-wrap {
    margin: 0;
}

.popup-preview .preview-box .tab-box.couponx-floating-bar .tab-box-content.couponapp-email-code-option.couponapp-code-option .form-wrap {
    /* height: 50px; */
    margin-bottom: 0;
    position: relative;
    /*overflow: hidden;*/
}

/*comment of floating bar vector class issues*/

.popup-preview .preview-box .tab-box.couponx-floating-bar .tab-box-content.couponapp-email-code-option.couponapp-code-option .form-wrap button.button {
    min-height: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    padding: 0 10px;
    position: absolute;
    right: 4px;
    transition: none;
}

.popup-preview .preview-box .tab-box.couponx-floating-bar .tab-box-content.couponapp-email-code-option.couponapp-code-option .form-wrap .coupon-code-text {
    min-height: 28px;
    font-size: 13px;
    line-height: 26px;
}

.popup-preview .preview-box .tab-box.couponx-floating-bar .tab-box-content.couponapp-email-code-option.couponapp-code-option .couponx-left,
.popup-preview .preview-box .tab-box.couponx-floating-bar .tab-box-content.couponapp-email-code-option.couponapp-code-option .couponx-right {
    width: 50%;
}

.popup-preview .preview-box .tab-box.couponx-floating-bar .tab-box-content.couponapp-email-code-option.couponapp-code-option .couponx-right {
    margin-top: 5px;
}

.popup-preview .preview-box .tab-box.couponx-floating-bar .tab-box-content.couponapp-email-option .email-content-checkbox {
    margin: 8px 0 0 0;
}

.popup-preview .preview-box .tab-box.couponx-floating-bar .tab-box-content.couponapp-email-option .form-wrap {
    margin-bottom: 0;
}

.popup-preview .preview-box .tab-box.couponx-floating-bar .tab-box-content.couponapp-email-option .couponx-preview-floating-bar .couponx-right {
    width: 60%;
}

.popup-preview .preview-box .tab-box.couponx-floating-bar .tab-box-content .couponx-right {
    float: right;
}

.popup-preview .preview-box .tab-box.couponx-floating-bar .tab-box-content h4 {
    font-size: 13px;
    margin-bottom: 3px;
}

.popup-preview .preview-box .tab-box.couponx-floating-bar .tab-box-content p.coupon-description {
    font-size: 11px;
}

.tab-box-content .form-wrap button.coupon-button {
    transition: none;
}


.popup-preview .preview-box .tab-box.couponx-floating-bar {
    width: 100%;
}


.popup-preview .preview-box .tab-box.couponx-floating-bar .coupon-code-text {
    width: 95%;
    overflow: hidden;
}

.couponx-preview-floating-bar .coupon-button {
    font-size: 13px !important
}

.floating-div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cx-wc-missing {
    background-color: #fff;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}

div.coupon-type {
    position: relative;
}

.cx-wc-msg {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;

}

.cx-wc-msg span {
    font-family: "Poppins", Open Sans Hebrew !important;

}

.cx-wc-msg a {
    color: #605DEC !important;
    text-decoration: none !important;
    font-weight: bold;
    display: block;
}

.couponapp-switch {
    display: inline-block !important;
    margin: 5px 10px;
    vertical-align: baseline;
}

.cpn-data {
    /* width: 47%; */
}

/* Countdown timer  */

.cx-count-down-timer-box,
.cx_show_countdown_timer_box {
    font-weight: 700;
    /* line-height: 30px */
}

.dots {
    line-height: 30px;
}

@media only screen and (max-width: 420px) {

    .cx-count-down-timer-box,
    .cx_show_countdown_timer_box {
        line-height: 28px
    }
}

.cx-count-down-timer-box .counter-timer,
.cx_show_countdown_timer_box .counter-timer {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    margin: 0 3px;
    width: 15%;
}


.cx_show_countdown_timer_box .counter-timer span:not(.txt) {
    background-color: #403474;
    color: #fff;
    min-width: 25px;
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    display: block;
    border-radius: 6px;
    padding: 0px;
    box-shadow: 0 5px 10px -5px rgb(0 0 0 / 50%);
    position: relative;
    overflow: hidden;
    margin: 0 auto
}

.cx_show_countdown_timer_box .counter-timer .txt {
    display: block;
    position: relative;

}

@media only screen and (max-width: 420px) {

    .cx-count-down-timer-box .counter-timer span,
    .cx_show_countdown_timer_box .counter-timer span {
        min-width: 28px;
        height: 28px;
        font-size: 18px;
        line-height: 28px
    }
}


.cx-count-down-timer-box .counter-timer label,
.cx_show_countdown_timer_box .counter-timer label {
    font-size: 11px;
    line-height: 1.6;
    display: block;
    margin: 5px 0 5px;
    text-align: center;
    color: #fff;
}

.couponx-preview-floating-bar .cx_show_countdown_timer_box {
    line-height: 22px;
    width: 88%;
    text-align: center;
    align-self: center;
    /* display: flex; */
}

.couponx-preview-floating-bar .cx_show_countdown_timer_box.temp-2:not([data-template='3']),
.couponx-preview-floating-bar .cx_show_countdown_timer_box.temp-1 {
    display: flex;
    padding: 10px 0;
}

.couponx-preview-floating-bar .cx_show_countdown_timer_box .counter-timer {
    margin: 2px
}

.couponx-preview-floating-bar .cx_show_countdown_timer_box .counter-timer span {
    /* background-color: #fff; */
    min-width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    display: block;
    border-radius: 6px;
    padding: 0 0
}

.couponx-preview-floating-bar .cx_show_countdown_timer_box.temp-2:not([data-template='3']) .days,
.couponx-preview-floating-bar .cx_show_countdown_timer_box.temp-2:not([data-template='3']) .hrs,
.couponx-preview-floating-bar .cx_show_countdown_timer_box.temp-2:not([data-template='3']) .mnt,
.couponx-preview-floating-bar .cx_show_countdown_timer_box.temp-2:not([data-template='3']) .sec {
    width: 20px;
}

.couponx-preview-floating-bar .cx_show_countdown_timer_box .counter-timer label {
    font-size: 8px
}

.couponx-popup-box .cx-count-down-timer-box .counter-timer span,
.couponx-popup-box .cx_show_countdown_timer_box .counter-timer span {
    min-width: 65px;
    height: 70px;
    font-size: 34px;
    line-height: 70px
}

.couponx-popup-box .cx-count-down-timer-box,
.couponx-popup-box .cx_show_countdown_timer_box {
    font-weight: 700;
    line-height: 68px
}

#ui-datepicker-div, #ui-timepicker-div {
    z-index: 999 !important;
}

.couponx-preview-floating-bar #email-content-checkbox {
    line-height: 15px !important;
    font-size: 12px !important;
}

.float-msg {
    float: right;
    width: 400px;
    padding: 5px;
}

.date-row {
    display: flex;
}

.date-row div {
    width: 30%;
}

.day-rule .day-start-time, .day-rule .day-end-time {
    width: 80px !important;
    margin: 0 5px
}

div.day-rule {
    display: flex;
    margin: 10px 0;
}

.day-from, .day-to {
    width: 15%;
    margin: 0 2%;
}

.day-zone {
    width: 30%;
}

.day-zone label {
    display: inline !important;
}

.day-timezone + .select2 {
    width: 65% !important;
}

.os-row {
    display: flex;
    margin: 10px 0;
}

.os-row div:first-child {
    width: 15%;
}

.os-row div:not(:first-child) {
    width: 35%;
}

.os-row .day-buttons {
    width: 5% !important;
}

.desktop-dropdown + .select2,
.mobile-dropdown + .select2,
.desktop-browser-dropdown + .select2,
.mobile-browser-dropdown + .select2 {
    width: 98% !important;
}

.url-rule {
    display: flex;
    margin: 10px 0;
}

.url-select {
    width: 200px !important;
    margin: 0 10px
}

.url-val {
    width: 300px;
    margin: 0 10px
}

.tags-lbl {
    display: inline !important;
    vertical-align: baseline;
    padding: 0 10px;
}

.mailchimp-settings .row-elements {
    margin-bottom: 10px !important;
}

.popup-upgrade {
    text-align: center;
    background: #605DEC !important;
    color: #fff !important;
    max-width: 110px;
    width: 100%;
    line-height: 29px !important;
    font-family: "Poppins", Open Sans Hebrew !important;
    font-weight: 500;
    border-radius: 25px !important;
    cursor: pointer;
    margin: 0 5px;
    text-decoration: none;
    border: 0 !important;
    padding: 0px;
    font-size: 13px !important;
    right: 10px;
    position: absolute;
}

.popup-upgrade a {
    color: #fff !important;
    text-decoration: none !important;
}

.coundown-timer-template-box ul.timer-templates {
    display: flex;
    flex-wrap: wrap;
}

.coundown-timer-template-box ul.timer-templates li.timer-template-popup {
    display: inline-block;
    width: 48%;
    margin: 3px;
}

.coundown-timer-template-box ul.timer-templates li.timer-template-popup label {
    text-align: center;
    margin-bottom: 0px;
    border: 1px solid #AEAEAE;
    border-radius: 4px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.coundown-timer-template-box ul.timer-templates li.timer-template-popup img {
    width: 95%;
    height: fit-content;
    margin: 10px 0;
}

.timer-template-popup label:hover, .timer-template-popup.checked label {
    border-color: #605DEC !important
}

.temp-2 .days, .temp-2 .hrs, .temp-2 .mnt, .temp-2 .sec {
    display: inline-flex;

}

.temp-2 .counter-timer {
    width: 60px;
}

.temp-2[data-template='3'] .slide-down, .temp-2[data-template='2'] .slide-down {
    animation-name: slideDown;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.temp-2[data-template='4'] .slide-down {
    animation-name: blink;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.temp-2[data-template='3'] {
    background-color: #403474;
    padding: 5px 0;
    border-radius: 4px;
    margin-bottom: 5px
}

.temp-2[data-template='3'] .counter-timer span:not(.txt) {
    min-width: 11px;
    width: 15px;
    box-shadow: none;
    background-color: transparent !important
}

/* .temp-2:not([data-template='4']) {
    
    padding: 10px 0;
    margin-bottom: 10px;
} */
.temp-2:not([data-template='3']) {
    background-color: transparent !important;
}

.temp-2[data-template='3'] .counter-timer span:not(.txt):after {
    background-color: transparent !important
}

.cx_show_countdown_timer_box.temp-3 {
    line-height: 26px !important;
}

.couponx-preview-floating-bar .cx_show_countdown_timer_box.temp-3 .timer-title span,
.couponx-preview-floating-bar .cx_show_countdown_timer_box.temp-3 .countdown-timer-block span {
    font-size: 15px;
}

.couponx-preview-floating-bar .cx_show_countdown_timer_box.temp-3 div.countdown-bar {
    width: 160px;
}

.timer-content {
    display: flex;
}

.lefttimer {
    background-color: rgb(35, 31, 58);
    /* width: 380px; */
    padding-bottom: 10px;
    border-radius: 25px !important;
    margin: 10px 0;
}

.timer-title {
    /*display: inline-block;*/
    /*width: 34%;*/
    text-align: left;
    margin: 15px 0;
    flex: 1;
}

.countdown-timer-block {
    /*display: inline-block;*/
    /*width: 66%;*/
    /*text-align: end;*/
    margin: 15px 0;
}

.timer-title span, .countdown-timer-block span {
    color: #fff;
    width: fit-content;
    margin-left: 15px !important;
    font-size: 17px;
    font-weight: 700;
}

.countdown-timer-block span {
    color: #fff;
    margin-right: 20px;
    line-height: 24px;
    font-weight: 900;
    font-size: 17px;
}

div.countdown-bar {
    width: 250px;
    height: 6px;
    background-color: #ff006f;
    border-radius: 10px;
    margin: 0 auto 10px;
    border: 0px;
}

div.countdown-bar div {
    width: 0;
    height: 6px;
    border-radius: 10px;
    /* border: 1px solid #403e4d; */
    background: #3f3d4b;
}

.consent_text_preview p {
    display: inline-block;
}

.add-img-section {
    margin-bottom: 20px;
}

.add-img-section label {
    display: inline-block;
}

.add-img-section .couponapp-switch {
    vertical-align: middle;
}

.popup-bg-image-position input[type="radio"] {
    display: block;
}

.image-position {
    position: relative;
    flex: 0 0 80px;
    text-align: center;
}

.image-position img {
    height: auto;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.image-position .img-position {
    text-align: center;
    margin: 0px auto;
}

.image-position input + label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    width: 100%;
}

.popup-bg-image-position + .row {
    margin-top: 20px;
}

.image-position label {
    margin-bottom: 0;
    line-height: 20px;
}

.image-position .dashicons-editor-help {
    vertical-align: bottom;
}

.popup-bg-image-btn button {
    background-color: #605dec;
    border: 1px solid #605dec;
    border-radius: 4px;
    color: #ffffff;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.popup-bg-image-btn button span {
    vertical-align: bottom;
}

.img-preview {
    display: none;
}

.tab-box-content.has-image:not(.cover) .img-preview {
    display: block;
}

.tab-box-content.has-image {
    display: flex;
    padding: 15px;
    flex-direction: row;
}

.preview-box .tab-box-content {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.tab-box-content.has-image.right {
    flex-direction: row-reverse !important;
}

.tab-box-content.has-image.top {
    flex-direction: column !important;
}

.tab-box-content.has-image .img-preview {
    flex: 0 0 100px;
}

.tab-box-content.has-image .img-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.tab-box-content.has-image.top .img-preview img {
    height: 100px;
}

.tab-box-content.has-image .content-preview {
    flex: 1;
    padding-left: 15px;
}

.tab-box-content.has-image.top .content-preview {
    padding-left: 0;
    padding-top: 5px;
}

.tab-box-content.has-image.right .content-preview {
    padding-left: 0;
    padding-right: 15px;
}

.tab-box-content.has-image.cover .content-preview {
    padding: 5px;
}

.tab-box-content.has-image .content-preview .email-content-checkbox {
    display: flex;
    align-items: center;
}

.preview-box .tab-box:not(.couponx-floating-bar) .couponapp-code-option.has-image, .preview-box .tab-box:not(.couponx-floating-bar) .couponapp-email-option.has-image, .preview-box .tab-box:not(.couponx-floating-bar) .couponapp-link-option.has-image, .preview-box .tab-box:not(.couponx-floating-bar) .couponapp-no-coupon-option.has-image {
    min-height: 120px !important;
    height: 100% !important;
    display: flex;
}

.tab-box-content.has-image.cover .content-preview {
    /*background: #E0E6EC url("../img/coupon-x.svg") no-repeat 100%;*/
    background-image: "";
    /*background-repeat: no-repeat;*/
    background-origin: padding-box;
    background-size: 100%;
    background-position: center;
    border-radius: 8px;
}

.preview-box .tab-box:not(.couponx-floating-bar) .couponx-preview-notfloating-bar {
    display: block;
}

.preview-box .tab-box-content {
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.preview-box .tab-box.couponx-floating-bar .tab-box-content.has-image {
    padding: 0;
}

.preview-box .tab-box.couponx-floating-bar .tab-box-content.has-image .img-preview img {
    border-radius: 0;
}

.preview-box .tab-box.couponx-floating-bar .tab-box-content.has-image .content-preview {
    padding: 15px;
}

.content-bg-img-preview + .row {
    margin-top: 15px;
}

.preview-box.preview-box-floating-bar {
    width: 600px;
}

.no-coupon-found {
    text-align: center;
    padding: 30px 0;
    font-weight: 600;
    font-size: 17px;
    display: none;
}

.display-label {
    width: 145px;
}



.img-tooltip {
    position: relative;
    display: inline-block;
}
.img-tooltip .tooltiptext {
    display: none;
    position: absolute;
    left: -145px;
    right: 0;
    bottom: 100%;
    width: 380px;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    z-index: 99;
    border: solid 1px #e2e2e2;
}
.img-tooltip:hover span.tooltiptext {
    display: block;
}
.tooltiptext div.coupon-tooltip-image {
    margin: 5px 0 0 0;
}
.coupon-tooltip-image img {
    width: 100%;
    height: auto;
    display: block;
}
.img-tooltip .tooltiptext:after {
    top: 100%;
    left: 150px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 6px;
    margin: 0 auto;
}
.recommended-text {
    color: #ff0000;
}
.image-position .img-tooltip .tooltiptext {
    left: -50px;
    transform: translate(0px, -5px);
}
.image-position .img-tooltip .tooltiptext:after {
    left: 53px;
}
.d-i-block {
    display: inline-block !important;
}
.popup-bar .floating-left-img, .popup-bar .floating-right-img, .floating-bar .slide-right-img, .floating-bar .slide-left-img {
    display: none;
}
.floating-bar .top-img-position, .floating-bar .cover-img-position {
    display: none;
}
.popup-bar .top-img-position, .popup-bar .cover-img-position {
    display: block;
}
.mb-0 {
    margin-bottom: 0;
}
.text-left {
    text-align: left !important;
}
.expired-message {
    color: #dd0000;
    display: none;
}
.expired-message.active {
    display: block;
}
#mail_body_ifr {
    /*height: 280px !important;*/
}
.test-mail-box {
    position: relative;
}
.test-mail-box input {
    width: 100% !important;
}
.test-mail-box button {
    width: auto !important;
    max-height: 34px;
    height: 34px;
    min-height: 34px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    padding: 0 22px;
    float: right;
    border: 0;
    border-radius: 4px;
    background-color: #605dec;
    color: #ffffff;
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
}
.email-badge {
    background-color: #dbdbdb;
    padding: 3px 5px;
    margin-top: 5px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
}
#coupon_scratch_screen .sp-replacer {
    margin-right: 0;
}
#coupon_scratch_screen .image-position .gift-icon {
    display: block;
}
.show-gift-icons {
    height: 62px;
    width: 62px;
    border: 1px solid #cfd9e1;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.show-gift-icons svg {
    height: 50px;
    width: 50px;
    padding-top: 4px;
    padding-left: 5px;
}
.mt-5 {
    margin-top: 5px;
}
.not-an-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}
.show-gift-icons .dashicons {
    font-size: 40px;
    padding: 9px 0;
    margin-left: -17px;
}
.h-66 {
    height: 66px;
}
.mb-30 {
    margin-bottom: 30px;
}
.show-gift-icons img {
    height: 62px;
    width: 62px;
    border-radius: 50%;
}
.gift-image {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.gift-image img {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
}
.scratch-coupon-btn {
    min-height: 50px !important;
    width: 100%;
    border-radius: 25px !important;
    position: relative;
    border: none !important;
}
.scratch-coupon-btn:after {
    content: url(../img/crease.svg);
    position: absolute;
    right: 2px;
    top: 0;
}
.scratch-coupon-headline p {
    font-size: 16px;
    font-weight: 600;
}
.scratch-coupon-btn span {
    text-overflow: ellipsis;
    max-width: 210px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
}
.preview-box .tab-box.couponx-floating-bar .couponapp-scratch-code-option .content-preview {
    padding: 10px 15px !important;
}
.preview-box .tab-box.couponx-floating-bar .couponapp-scratch-code-option {
    padding: 0 !important;
}
.couponapp-scratch-code-option .couponx-preview-floating-bar .gift-image {
    flex: 0 0 100px;
    margin: 0;
}
.couponapp-scratch-code-option .couponx-preview-floating-bar .gift-image img {
    height: 100%;
    width: 100%;
    border-radius: 0;
    object-fit: cover;
}
.couponapp-scratch-code-option .couponx-preview-floating-bar .couponx-right {
    flex: 1 !important;
    display: flex;
    align-items: center;
    padding: 10px;
}
.couponapp-scratch-code-option .couponx-preview-floating-bar .couponx-right .cpn-data {
    flex: 1;
}
.couponapp-scratch-code-option .couponx-preview-floating-bar .couponx-right .scratch-coupon-btn {
    flex: 0 0 200px;
}
.couponapp-scratch-code-option .couponx-preview-floating-bar .couponx-right .scratch-coupon-btn span {
    max-width: 130px;
    margin: 0;
}
.align-center {
    margin: 0 auto !important;
    text-align: center !important;
}
.mb-40 {
    margin-bottom: 40px;
}
.flex-200 {
    flex: 0 0 200px;
}
.tab-box-content:before {
    content: '';
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain !important;
    pointer-events: none;
    z-index: 0;
}
.tab-box-content:after {
    content: '';
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: contain !important;
    pointer-events: none;
}
.tab-box-content {
    position: relative;
}
.tab-box-content.element-confetti:before {
    background: url("../img/confetti.svg") repeat-x top center;
}
.tab-box-content.element-nature:before {
    background: url("../img/nature_before.svg") no-repeat top center;
}
.tab-box-content.element-nature:after {
    background: url("../img/nature_after.svg") no-repeat bottom center;
}
.tab-box-content.element-discount:before {
    background: url("../img/discount_before.svg") no-repeat top center;
}
.tab-box-content.element-discount:after {
    background: url("../img/discount_after.svg") no-repeat bottom center;
}
.tab-box-content.element-bell:before {
    background: url("../img/notification_bell_before.svg") no-repeat top center;
}
.tab-box-content.element-bell:after {
    background: url("../img/notification_bell_after.svg") no-repeat bottom center;
}
.tab-box-content.element-gifts:before {
    background: url("../img/gifts_before.svg") no-repeat top center;
}
.tab-box-content.element-gifts:after {
    background: url("../img/gifts_after.svg") no-repeat bottom center;
}
.preview-box-floating-bar .tab-box-content.element-nature:before {
    background: url("../img/nature_floating_bar.svg") repeat-x top center;
}
.preview-box-floating-bar .tab-box-content.element-nature:after {
    background: none;
}
.preview-box-floating-bar .tab-box-content.element-discount:before {
    background: url("../img/discount_floationg_bar.svg") repeat-x top center;
}
.preview-box-floating-bar .tab-box-content.element-discount:after {
    background: none;
}
.preview-box-floating-bar .tab-box-content.element-bell:before {
    background: url("../img/bell_floating_bar.svg") repeat-x top center;
}
.preview-box-floating-bar .tab-box-content.element-bell:after {
    background: none;
}
.preview-box-floating-bar .tab-box-content.element-gifts:before {
    background: url("../img/gifts_floating_bar.svg") repeat-x top center;
}
.preview-box-floating-bar .tab-box-content.element-gifts:after {
    background: none;
}
.popup-bg-element-type, .popup-bg-image-position {
    flex-wrap: wrap;
}
.popup-bg-element-type {
    margin-bottom: 30px;
}
#couponapp-wp-unique-coupon-code label:not(.couponapp-switch) {
     width: fit-content;
}
.mx-height-110 {
    max-height: 110px;
}
.mx-height-50, .content-bg-elements-preview.announcement .row:first-child {
    max-height: 50px;
}
.content-bg-elements-preview.announcement .popup-bg-element-type {
     margin-bottom: 0;
}
.scratch-cp-clr {
    display: none !important;
}
.show-coupon-type {
    padding: 0 22px 0 12px !important;
}
.sp-container {
    z-index: 1;
}
.coupon-tabs.screen-tabs, .coupon-tabs.email-screen-tabs {
    z-index: 1;
}
.test-mail-box button:disabled {
    background-color: #b5b5b5;
}
/*.couponapp-scratch-code-option .couponx-preview-floating-bar .scratch-coupon-headline {*/
/*    font-size: 16px !important;*/
/*    font-weight: 600 !important;*/
/*}*/
.flex-1 {
    flex: 1;
}
.mt-10 {
    margin-top: 10px !important;
}
.preview-box .tab-box:not(.couponx-floating-bar) .couponapp-no-coupon-option.has-image, .preview-box .tab-box:not(.couponx-floating-bar) .couponapp-no-coupon-option {
    min-height: auto !important;
}
.test-mail-counter {
    padding: 5px 0 0;
    display: none;
}
.test-mail-counter.active {
    display: block;
}
#popup_design .sp-replacer {
    float: right;
}
.screen-tabs {
    text-align: left;
}
.consent_text_preview {
    font-size: 12px;
    font-weight: normal;
}
.content-preview {
    z-index: 10;
    position: relative;
}
.tab-box-content .email-content-checkbox {
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
    margin-bottom: 15px;
}
.mail-warning {
    display: inline-flex;
    align-items: center;
    background: #fffcec;
    border: solid 1px #f2ed9e;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 0 0 15px 0;
}
.mail-warning span.dashicons {
    width: 16px;
    height: 16px;
    font-size: 16px;
    margin-right: 8px;
    color: #e5e08d;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 18px;
}
.tab-box-content .couponx-preview-notfloating-bar .coupon-description {
    display: block;
}
.d-flex {
    display: flex;
    align-items: flex-start;
}
.custom-list input[type='radio'] {
    display: inline-block;
}
.tab-box.couponx-floating-bar.couponapp-position-top {
    top: 0;
}
.popup-fonts-input + .select2 {
    width: 308px !important;
    max-width: 100%;
}
.popup-fonts-input + .select2 .select2-selection__rendered {
    line-height: 38px;
    font-family: "Poppins", Open Sans Hebrew;
}
.popup-fonts-input + .select2 .select2-selection--single {
    height: 38px;
}
.ui-timepicker-table td span {
    width: auto;
}

/* Custom color UI */
.custom-color-box {
    position: relative;
    padding: 8px;
    border: 1px solid #EDEAF2;
    border-radius: 4px;
}
.custom-color-box .custom-color-info {
    display: grid;
    line-height: 30px;
}
.custom-color-box .field-color {
    line-height: 21px;
    font-size: 14px;
    font-weight: 400;
    max-width: 180px;
}
.custom-color-box .custom-color-val {
    color: #4A4A4A;
    font-weight: 400;
    font-size: 11px;
    line-height: 16.5px;
}
.custom-color-box .sp-replacer {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 8px;
}
.select2-container .select2-selection--multiple {
    min-height: 38px;
    padding-bottom: 0;
}
.select2-container .select2-search--inline .select2-search__field {
    height: 28px;
    line-height: 26px;
}
@media only screen and (min-width: 1240px) and (max-width: 1320px) {
    .show-tab-settings .custom-color-box .field-color {
        max-width: 150px;
    }
}
@media only screen and (max-width: 540px) {
    .show-tab-settings .custom-color-box .field-color {
        max-width: 150px;
    }
}
@media only screen and (min-width: 1340px) and (max-width: 1490px) {
    #cx-widget-tab {
      max-width: 1080px;
    }
}
@media only screen and (min-width: 1240px) and (max-width: 1369px) {
	#cx-widget-tab {
      max-width: 960px;
    }
}
.date-row .error-date-msg, .date-row .error-time-msg, .day-from .error-day-time-msg, .day-to .error-day-time-msg {
    color: #dd0000;
    font-size: 12px;
    width: 100%;
    display: none;
}
.error-date-msg.active, .error-time-msg.active, .error-day-time-msg.active {
    display: block;
}
.sp-replacer {
    border: 1px solid #d9d9d9 !important;
    margin-left: -48px;
}

td.mce-grid-cell:has( > div[title="Custom color"]) {
    display: none;
}
.show-icon-notice {
    box-shadow: 0px 0px 10px rgb(152 152 152 / 25%);
    margin: 10px 0 0 auto;
    background: #ffffff;
    padding: 10px;
    width: 450px;
    max-width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    display: none;
}
.show-icon-notice.active {
    display: block;
}
.show-icon-info {
    display: none;
    align-items: center;
    gap: 5px;
    color: #565d68;
    margin-top: -30px;
    margin-bottom: 20px;
}
.show-icon-info svg {
    height: 16px;
    width: 16px;
}
.show-icon-info svg path {
    stroke: #565d68;
}
.show-icon-info.active {
    display: flex;
}

.coupon-widget-style svg {
    display: inline-block;
    fill: #AEAEAE;
}

.ui-dialog .ui-dialog-content {
    width: 100% !important;
}

.cx-language-option select {
    width: 100%;
}
.page-rule-flex .wp-pages {
    display: flex;
    flex: 1;
}
.page-rule-flex .wp-pages .select2 {
    width: 100% !important;
}
.wp-pages > * {
    width: 100%;
    flex: 1;
}
.cx-language-option {
    border-bottom: solid 1px #e5e7eb;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.page-rule + .page-rule {
    border-top: solid 1px #e5e7eb;
    padding-top: 5px;
}