#wpdatatables-logo {
    width: 191px;
}

#header {
    background-color: #ffffff;
    top: 0 !important;
}

#wpdt-footer-logo {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    height: 20px;
}

.wdt-blog-bottom-block {
    overflow: hidden;
}

a.blog-post-image {
    background-color: #f7f7f7;
}

a.blog-post-image img {
    margin: 0 auto;
}

div.card-body img.size-full {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 14px;
    text-align: justify;
}

.affix {
    position: fixed;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    width: 150px;
    top: 80px;
}

.card {
    font-size: 14px;
}

#purchase-top {
    background: #091D70;
    border-radius: 28px;
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    color: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(122, 122, 122, 0.5);
    width: 185px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
}

@media only screen and (max-width: 400px) {
    #purchase-top {
        width: 140px;
    }
}

#purchase-top .zmdi {
    margin-right: 10px;
    color: #5DD3FF;
}

#wdt-search-preloader {
    position: absolute;
    right: 43px;
    top: 10px;
}

ul.typeahead > li {
    overflow: hidden;
}

ul.typeahead > li > a {
    overflow: hidden;
    text-overflow: ellipsis;
}

#video > div.card-body.card-padding > div > div,
#videoversion > div.card-body.card-padding > div > div,
#video-version > div.card-body.card-padding > div > div {
    float: none;
    margin: 0 auto;
}

i.wpcf7-submit {
    background-color: #2196F3 !important;
    font-style: normal;
    text-transform: uppercase;
}

.affix {
    margin-right: 15px;
    width: auto;
}

.nocomments {
    display: none !important;
}

@media (max-width: 767px) {
    ul.affix {
        display: none;
    }
}

@media (min-width: 320px) {
    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .wpb_content_element .btn {

        width: 100%;
        float: right;
        margin-top: 10px;
    }

    .wpb_content_element h1 {

        float: left;
    }

    .wpb_content_element {

        margin-bottom: 25px;
        overflow: hidden;
    }

    #video {
        margin-top: 0px;
    }
}

@media (min-width: 600px) {
    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .wpb_content_element .btn {
        margin-top: 10px;
        width: auto;
    }

}

@media (min-width: 890px) {

    .wpb_content_element .btn {
        margin-top: 18px;

    }

}

cc-revoke {
    display: none;
}

.cc-floating {
    transition: all 0.3s;
    position: fixed;
    left: 40px;
    bottom: 40px;
    z-index: 9000;
    background: #323648;
    padding: 2rem 2.25rem 2rem 2rem;
    border-radius: 8px;
    padding: 2rem;
}

@media only screen and ( max-width: 959px ) {
    .cc-floating {
        bottom: 30px;
        left: 30px;
    }
}

@media only screen and ( max-width: 639px ) {
    .cc-floating {
        left: 0;
        bottom: 0;
        border-radius: 0;
    }
}

.cc-floating .cc-message {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    max-width: 390px;
    margin-bottom: 0;
}

.cc-floating .cc-message:nth-of-type(1):before {
    content: url("https://wpdatatables.com/wp-content/themes/wpdatatables-theme/assets/img/food-eat-cookie-chocolatte-svg.svg");
    display: inline;
    margin-right: 0.5rem;
}

.cc-floating a {
    color: #fff;
    text-decoration: underline;
}

.cc-floating .cc-highlight a {
    display: inline-block;
    font-weight: 400;
    position: relative;
    margin-right: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.35s;
    font-size: 15px;
    background: #4B4F5E;
    color: #fff;
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 1rem 1.25rem 1rem 5rem;;
    margin-left: 73% !important;
}

.cc-floating .cc-highlight a:nth-of-type(2):before {
    max-width: 28px;
    height: auto;
    display: inline-block;
    position: absolute;
    left: 14px;
    content: url("https://wpdatatables.com/wp-content/themes/wpdatatables-theme/assets/img/thumbs-up.png");
}

.cc-floating .cc-highlight a:nth-of-type(1):before {
    display: inline-block;
    position: absolute;
    top: 30%;
    left: 14px;
    content: url("https://wpdatatables.com/wp-content/themes/wpdatatables-theme/assets/img/thumbs-down.png");
}

.cc-floating .cc-highlight a:hover {
    transform: translate3d(0, -2px, 0);
    transition: all 0.35s;
}

@media only screen and ( max-width: 639px ) {
    .cc-floating .cc-highlight a {
        margin-top: 1rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.grecaptcha-badge {
    visibility: hidden !important;
}

i.wpcf7-form-control.wpcf7-submit {
    float: left !important;
}

a.cc-btn.cc-deny{
    display: none;
}

.cc-window.cc-floating.cc-type-opt-out.cc-theme-classic.cc-bottom.cc-left{
    padding: .2rem;
}
/*.sidebar {*/
/*    top: 142px !important;*/
/*}*/
/*.banner-card .right {*/
/*    height: fit-content;*/
/*}*/

/*.word-camp {*/
/*    padding-bottom: 72px;*/
/*}*/
/*@media only screen and ( max-width: 959px ) {*/
/*    .word-camp {*/
/*        display: none;*/
/*    }*/
/*}*/
#wpdatatables-logo {
    width: 191px;
}

#header {
    background-color: #ffffff;
}

#wpdt-footer-logo {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    height: 20px;
}

.wdt-blog-bottom-block {
    overflow: hidden;
}

a.blog-post-image {
    background-color: #f7f7f7;
}

a.blog-post-image img {
    margin: 0 auto;
}

div.card-body img.size-full {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 14px;
    text-align: justify;
}


@media only screen and ( min-width: 1200px ) {
    #main {
        padding-top: 133px;
    }
}
@media only screen and ( max-width: 1199px ) {
    #main {
        padding-top: 146px;
    }
}
@media only screen and ( max-width: 1024px ) {
    #main {
        padding-top: 233px;
    }
}

@media only screen and ( max-width: 768px ) {
    #main {
        padding-top: 11px;
    }
}

/*For BF and NY promo*/
/*#main #content .container{*/
/*    margin-top: 72px;*/
/*}*/

.affix {
    position: fixed;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    width: 150px;
    top: 80px;
}

.card {
    font-size: 14px;
}

#purchase-top {
    background: #091D70;
    border-radius: 28px;
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    color: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(122, 122, 122, 0.5);
    width: 185px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
}

@media only screen and (max-width: 400px) {
    #purchase-top {
        width: 140px;
    }
}

#purchase-top .zmdi {
    margin-right: 10px;
    color: #5DD3FF;
}

#wdt-search-preloader {
    position: absolute;
    right: 43px;
    top: 10px;
}

ul.typeahead > li {
    overflow: hidden;
}

ul.typeahead > li > a {
    overflow: hidden;
    text-overflow: ellipsis;
}

#video > div.card-body.card-padding > div > div,
#videoversion > div.card-body.card-padding > div > div,
#video-version > div.card-body.card-padding > div > div {
    float: none;
    margin: 0 auto;
}

i.wpcf7-submit {
    background-color: #2196F3 !important;
    font-style: normal;
    text-transform: uppercase;
}

.affix {
    margin-right: 15px;
    width: auto;
}

.nocomments {
    display: none !important;
}

@media (max-width: 767px) {
    ul.affix {
        display: none;
    }
}

@media (min-width: 320px) {
    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .wpb_content_element .btn {

        width: 100%;
        float: right;
        margin-top: 10px;
    }

    .wpb_content_element h1 {

        float: left;
    }

    .wpb_content_element {

        margin-bottom: 25px;
        overflow: hidden;
    }

    #video {
        margin-top: 0px;
    }
}

@media (min-width: 600px) {
    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .wpb_content_element .btn {
        margin-top: 10px;
        width: auto;
    }

}

@media (min-width: 890px) {

    .wpb_content_element .btn {
        margin-top: 18px;

    }

}

cc-revoke {
    display: none;
}

.cc-floating {
    transition: all 0.3s;
    position: fixed;
    left: 40px;
    bottom: 40px;
    z-index: 9000;
    background: #323648;
    padding: 2rem 2.25rem 2rem 2rem;
    border-radius: 8px;
    padding: 2rem;
}

@media only screen and ( max-width: 959px ) {
    .cc-floating {
        bottom: 30px;
        left: 30px;
    }
}

@media only screen and ( max-width: 639px ) {
    .cc-floating {
        left: 0;
        bottom: 0;
        border-radius: 0;
    }
}

.cc-floating .cc-message {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    max-width: 390px;
    margin-bottom: 0;
}

.cc-floating .cc-message:nth-of-type(1):before {
    content: url("https://wpdatatables.com/wp-content/themes/wpdatatables-theme/assets/img/food-eat-cookie-chocolatte-svg.svg");
    display: inline;
    margin-right: 0.5rem;
}

.cc-floating a {
    color: #fff;
    text-decoration: underline;
}

.cc-floating .cc-highlight a {
    display: inline-block;
    font-weight: 400;
    position: relative;
    margin-right: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.35s;
    font-size: 15px;
    background: #4B4F5E;
    color: #fff;
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 1rem 1.25rem 1rem 5rem;;
    margin-left: 73% !important;
}

.cc-floating .cc-highlight a:nth-of-type(2):before {
    max-width: 28px;
    height: auto;
    display: inline-block;
    position: absolute;
    left: 14px;
    content: url("https://wpdatatables.com/wp-content/themes/wpdatatables-theme/assets/img/thumbs-up.png");
}

.cc-floating .cc-highlight a:nth-of-type(1):before {
    display: inline-block;
    position: absolute;
    top: 30%;
    left: 14px;
    content: url("https://wpdatatables.com/wp-content/themes/wpdatatables-theme/assets/img/thumbs-down.png");
}

.cc-floating .cc-highlight a:hover {
    transform: translate3d(0, -2px, 0);
    transition: all 0.35s;
}

@media only screen and ( max-width: 639px ) {
    .cc-floating .cc-highlight a {
        margin-top: 1rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.grecaptcha-badge {
    visibility: hidden !important;
}

i.wpcf7-form-control.wpcf7-submit {
    float: left !important;
}

a.cc-btn.cc-deny{
    display: none;
}

.cc-window.cc-floating.cc-type-opt-out.cc-theme-classic.cc-bottom.cc-left{
    padding: .2rem;
}

.bf {
    margin-top: -79px !important;
    padding: 0;
    z-index: 201;
    position: fixed;
    width: 100%;
}

@media (max-width: 1199px) {
    .bf {
        margin-top: -34px !important;
    }
}

@media (max-width: 1024px) {
    .bf {
        margin-top: -104px !important;
    }
}
@media (max-width: 768px) {
    .bf {
        margin-top: 119px !important;
    }
}

.bf-banner {
    display: flex;
    margin-top: 16px;
    max-height: 68px;
    height: 118px;
    background-repeat: no-repeat !important;
    background: linear-gradient(90deg, #2A2323 41.51%, #C26929 60.06%, #121821 85.72%);
    background-position: center;
    background-size: cover;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .bf-banner {
        margin-top: -41px;
    }
}

@media (max-width: 1024px) {
    .bf-banner {
        background: linear-gradient(90deg, #121821 0%, #A45C27 50%, #121821 100%);
        background-size: cover;
        max-height: 147px;
        margin-top: -59px;
        height: 147px;
    }
}

@media (max-width: 500px) {
    .bf-banner {
        overflow: hidden;
    }
}

.bats {
    position: absolute;
    left: 86%;
    top: -42px;
    transform-origin: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 459px;
    height: auto;
    opacity: 0;
    pointer-events: none;
    max-width: 459px;
}

.bats-closed {
    transform: translateX(-50%) scale(0);
    opacity: 0;
}

.bats-expanded {
    transform: translateX(-50%) scale(1);
    opacity: 1;
}

.branch-moon {
    position: absolute;
    left: 0;
}

@media (max-width: 1450px) {
    .branch-moon {
        left: -65px;
    }
}

@media (max-width: 1300px) {
    .branch-moon {
        left: -116px;
    }
}

@media (max-width: 1180px) {
    .branch-moon {
        left: -150px;
    }
}

@media (max-width: 1120px) {
    .branch-moon {
        left: -205px;
    }
}

@media (max-width: 1024px) {
    .branch-moon {
        display: none;
    }
}

.branch-moon-res {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 1024px) {
    .branch-moon-res {
        display: flex;
    }
}

@media (max-width: 500px) {
    .branch-moon-res {
        left: -41px;
        width: 100px;
    }
}

.headline {
    display: flex;
}

@media (max-width: 1024px) {
    .headline {
        display: none;
    }
}

.headline-res {
    display: none;
}

@media (max-width: 1024px) {
    .headline-res {
        display: flex;
    }
}

.bats-res {
    display: none;
    position: absolute;
    right: 0;
    top: 10px;
}

@media (max-width: 1024px) {
    .bats-res {
        display: flex;
    }
}

@media (max-width: 640px) {
    .bats-res {
        right: -104px;
    }
}

.content {
    display: flex;
    gap: 50px;
    align-items: center;
    margin: 0 auto;
    height: 68px;
}

@media (max-width: 1500px) {
    .content {
        gap: 18px;
    }
}

@media (max-width: 1024px) {
    .content {
        flex-direction: column;
        gap: 6px;
        margin: 0 auto;
        height: 100px;
    }
}

@media (max-width: 500px) {
    .content {
        width: 100%;
        margin: 0 auto;
    }
}


@media (max-width: 500px) {
    .save-img {
        max-width: 240px;
    }
}

.b2s-img {
}

@media (max-width: 500px) {
    .b2s-img {
        max-width: 153px;
    }
}

.bf .bf-banner .content .timer-and-button {
    align-items: center;
    display: flex;
    position: relative;
    gap: 40px;
}

@media (max-width: 1500px) {
    .bf .bf-banner .content .timer-and-button {
        gap: 18px;
    }
}

@media (max-width: 1024px) {
    .bf .bf-banner .content .timer-and-button {
        margin-top: 10px;
        align-items: center;
    }
}

@media (max-width: 500px) {
    .bf .bf-banner .content .timer-and-button {
        padding: 5px;
        gap: 16px;
        width: 100%;
        margin-top: 8px;
        justify-content: center;
    }
}

.bf .bf-banner #banner-live-counter,
.bf .bf-banner #banner-live-counter-bf {
    z-index: 2;
    color: #ffffff;
    text-align: center;
    font-family: Avenir, graphik-regular, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    width: auto;
    max-width: 170px;
    padding: 0;
    border-radius: 6px;
    height: 30px;
}


.bf .bf-banner #banner-live-counter .wpdt-count-numbers,
.bf .bf-banner #banner-live-counter-bf .wpdt-count-numbers,
.bf .bf-banner #banner-live-counter .wpdt-count-numbers-string,
.bf .bf-banner #banner-live-counter-bf .wpdt-count-numbers-string {
    display: flex;
    width: 100%;
    line-height: 1.1;
    gap: 8px;
}

.bf .bf-banner #banner-live-counter .wpdt-count-numbers-string {
    display: none;
}

.bf .bf-banner #banner-live-counter .wpdt-count-numbers span,
.bf .bf-banner #banner-live-counter-bf .wpdt-count-numbers span {
    border-radius: 6px;
    padding: 8px 7px;
    background: rgba(255, 255, 255, 0.1);
    font-family: Avenir, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 14px;
    letter-spacing: -0.14px;
    color: white;
    text-transform: uppercase;
}

.bf .bf-banner #banner-live-counter .wpdt-count-numbers-string span,
.bf .bf-banner #banner-live-counter-bf .wpdt-count-numbers-string span {
    font-family: DIN-Medium, sans-serif;
    font-size: 10px;
    font-weight: 400;
    margin-top: 0;
    line-height: 15px;
    letter-spacing: 0.03em;
}

.bf .bf-banner #banner-live-counter .wpdt-count-numbers span,
.bf .bf-banner #banner-live-counter-bf .wpdt-count-numbers span,
.bf .bf-banner #banner-live-counter .wpdt-count-numbers-string span,
.bf .bf-banner #banner-live-counter-bf .wpdt-count-numbers-string span {
    display: inline-block;
    width: 25%;
    text-align: center;
}

.grab-btn {
    display: inline-flex;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 9px;
    background: #F48A00;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 24px;
}

.grab-btn:hover {
    background: transparent;
    transition: .3s;
    color: #FFF;
}

.pricing-grab-btn {
    display: none;
}

#form-acm_50703 .bee-form-row-1 .bee-col-1 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
#form-acm_50703 .bee-form-row-1 .bee-col-1 .bee-block-1 {
    padding: 0 !important;
}
#form-acm_50703 .bee-form-row-1 .bee-col-1 .bee-block-1 button {
    padding: 10px 20px !important;
}
#form-acm_50703 .bee-form .bee-form-row .bee-field {
    margin-bottom: 15px;
}

.dialog-download-lite {
    display: none;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    z-index: 11006;
    background: rgba(26, 44, 55, 0.4);
    user-select: auto;
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
}
.dialog-download-lite-popup-wrapper {
    animation-duration: 0.5s;
    background-color: #1a2c3766;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
    width: auto;
    overflow: visible;
    max-width: 100%;
    max-height: 100%;
    pointer-events: all;
    position: relative;
}

.dialog-download-lite-popup-close-btn {
    display: flex;
    font-size: 20px;
    top: 20px;
    margin-top: 0;
    right: 20px;
    opacity: 1;
    z-index: 9999;
    pointer-events: all;
    cursor: pointer;
    position: absolute;
    color: #515962;
    line-height: 1;
    transition: all .3s;
}

.eicon-close::before {
    content: url(../img/icons/close.svg);
    position: relative;
    left: 63px;
    top: -13px;
}

.dialog-download-lite-popup-content {
    position: relative;
    display: flex;
    background-color: #ffffff;
    width: 680px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 4px 18px -12px rgba(14, 25, 32, 0.05), 0 1px 2px -1px rgba(14, 25, 32, 0.29);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    height: fit-content;
    max-width: 850px;
}
.dialog-download-lite-popup-content-text-blue {
    text-align: center;
    color: #265cf2;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 8px;
}
.dialog-download-lite-popup-content-title {
    color: #000000;
    font-family: "gil-sans" !important;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    line-height: 33px;
    margin-bottom: 40px !important;
}
.dialog-download-lite-popup-content-subtitle {
    text-align: left;
    color: #33434c;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 8px;
}
.dialog-download-lite-popup-content-left {
    width: 58%;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    text-align: justify;
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0;
    --e-column-margin-left: 0;
    padding: 32px 32px 32px 32px;
}
.dialog-download-lite-popup-content-left-form {
    background: white;
    min-width: 340px !important;
    margin: 0 !important;
}
.dialog-download-lite-popup-content-left-form form {
    display: block !important;
    margin: 0 !important;
}
.dialog-download-lite-popup-content-left-form input {
    border-radius: 100px !important;
    border: 1px solid #e0e2e4 !important;
    height: 48px !important;
    padding: 12px 14px 12px 41px !important;
}
.dialog-download-lite-popup-content-left-form .forminator-edit-module {
    display: none;
}
.dialog-download-lite-popup-content-left-form .forminator-row-last {
    margin-bottom: 0 !important;
}
.dialog-download-lite-popup-content-left-form .forminator-ui {
    display: none;
}
.dialog-download-lite-popup-content-left-form button {
    background: #265cf2 !important;
    border-radius: 100px !important;
    width: 100% !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    margin-top: -24px !important;
}
.dialog-download-lite-popup-content-right {
    width: 42%;
}
.dialog-download-lite-popup-content-right img {
    height: 100%;
    width: auto;
    border-radius: 0 8px 8px 0;
}
.dialog-download-lite-popup-content-terms {
    margin: 0px 0px 0px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
}
.dialog-download-lite-popup-content-terms span {
    white-space-collapse: unset !important;
}
.dialog-purchase-aborted,
.dialog-purchase-aborted-thanks,
.dialog-download-lite-thanks {
    display: none;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    z-index: 11006;
    background: rgba(26, 44, 55, 0.4);
    user-select: auto;
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
}
.dialog-purchase-aborted-popup-wrapper,
.dialog-purchase-aborted-thanks-popup-wrapper,
.dialog-download-lite-thanks-popup-wrapper {
    animation-duration: 0.5s;
    background-color: #1a2c3766;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
    width: auto;
    overflow: visible;
    max-width: 100%;
    max-height: 100%;
    pointer-events: all;
}
.dialog-purchase-aborted-popup-content,
.dialog-purchase-aborted-thanks-popup-content,
.dialog-download-lite-thanks-popup-content {
    position: relative;
    display: flex;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 4px 18px -12px rgba(14, 25, 32, 0.05), 0 1px 2px -1px rgba(14, 25, 32, 0.29);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    height: fit-content;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 420px;
    margin: auto;
}
.dialog-purchase-aborted-popup-content-thanks,
.dialog-purchase-aborted-thanks-popup-content-thanks,
.dialog-download-lite-thanks-popup-content-thanks {
    padding: 0 24px 24px;
}
.dialog-purchase-aborted-popup-content-image-holder,
.dialog-purchase-aborted-thanks-popup-content-image-holder,
.dialog-download-lite-thanks-popup-content-image-holder {
    width: 256px;
    margin: 68px auto 16px;
}
.dialog-purchase-aborted-popup-content-image-holder-thanks,
.dialog-purchase-aborted-thanks-popup-content-image-holder-thanks,
.dialog-download-lite-thanks-popup-content-image-holder-thanks {
    width: 160px;
    margin: 52px auto 0;
}
.dialog-purchase-aborted-popup-content-text-red,
.dialog-purchase-aborted-thanks-popup-content-text-red,
.dialog-download-lite-thanks-popup-content-text-red {
    text-align: center;
    color: #e3463c;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 8px;
}
.dialog-purchase-aborted-popup-content-title,
.dialog-purchase-aborted-thanks-popup-content-title,
.dialog-download-lite-thanks-popup-content-title {
    color: #000000;
    font-family: "gil-sans" !important;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    line-height: 33px;
    margin-bottom: 32px !important;
}
.dialog-purchase-aborted-popup-content-title-thanks,
.dialog-purchase-aborted-thanks-popup-content-title-thanks,
.dialog-download-lite-thanks-popup-content-title-thanks {
    color: #000;
    text-align: center;
    font-family: "gil-sans" !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.dialog-purchase-aborted-popup-content-subtitle,
.dialog-purchase-aborted-thanks-popup-content-subtitle,
.dialog-download-lite-thanks-popup-content-subtitle {
    color: #1a2c37;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
}
.dialog-purchase-aborted-popup-content-done-btn,
.dialog-purchase-aborted-thanks-popup-content-done-btn,
.dialog-download-lite-thanks-popup-content-done-btn {
    background: #265cf2;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    border-radius: 9px;
    border: 1px solid #1246d6;
    color: #ffffff;
    padding: 8px 24px;
    cursor: pointer;
}
.dialog-purchase-aborted-popup-content-form,
.dialog-purchase-aborted-thanks-popup-content-form,
.dialog-download-lite-thanks-popup-content-form {
    background: white;
    min-width: 340px !important;
    margin: 0 0 24px !important;
}
.dialog-purchase-aborted-popup-content-form form,
.dialog-purchase-aborted-thanks-popup-content-form form,
.dialog-download-lite-thanks-popup-content-form form {
    display: block !important;
    margin: 0 !important;
}
.dialog-purchase-aborted-popup-content-form input,
.dialog-purchase-aborted-thanks-popup-content-form input,
.dialog-download-lite-thanks-popup-content-form input {
    border-radius: 100px !important;
    border: 1px solid #e0e2e4 !important;
    height: 48px !important;
    padding: 12px 14px 12px 41px !important;
}
.dialog-purchase-aborted-popup-content-form .forminator-edit-module,
.dialog-purchase-aborted-thanks-popup-content-form .forminator-edit-module,
.dialog-download-lite-thanks-popup-content-form .forminator-edit-module {
    display: none;
}
.dialog-purchase-aborted-popup-content-form .forminator-row-last,
.dialog-purchase-aborted-thanks-popup-content-form .forminator-row-last,
.dialog-download-lite-thanks-popup-content-form .forminator-row-last {
    margin-bottom: 0 !important;
}
.dialog-purchase-aborted-popup-content-form .forminator-ui,
.dialog-purchase-aborted-thanks-popup-content-form .forminator-ui,
.dialog-download-lite-thanks-popup-content-form .forminator-ui {
    display: none;
}
.dialog-purchase-aborted-popup-content-form .forminator-error-message,
.dialog-purchase-aborted-thanks-popup-content-form .forminator-error-message,
.dialog-download-lite-thanks-popup-content-form .forminator-error-message {
    line-height: 14px !important;
    font-size: 12px !important;
    color: red !important;
}
.dialog-purchase-aborted-popup-content-form .forminator-button-submit,
.dialog-purchase-aborted-thanks-popup-content-form .forminator-button-submit,
.dialog-download-lite-thanks-popup-content-form .forminator-button-submit {
    color: #fff !important;
}
.dialog-purchase-aborted-popup-content-form .forminator-textarea,
.dialog-purchase-aborted-thanks-popup-content-form .forminator-textarea,
.dialog-download-lite-thanks-popup-content-form .forminator-textarea {
    height: 64px;
    border-color: #d1d5d7 !important;
    background-color: #ffffff !important;
    border-radius: 6px;
}
.dialog-purchase-aborted-popup-content-form .forminator-radio-bullet,
.dialog-purchase-aborted-thanks-popup-content-form .forminator-radio-bullet,
.dialog-download-lite-thanks-popup-content-form .forminator-radio-bullet {
    border-color: #b3b9bd !important;
    background-color: #ffffff !important;
}
.dialog-purchase-aborted-popup-content-form .forminator-radio-bullet:before,
.dialog-purchase-aborted-thanks-popup-content-form .forminator-radio-bullet:before,
.dialog-download-lite-thanks-popup-content-form .forminator-radio-bullet:before {
    background-color: #265cf2 !important;
}
.dialog-purchase-aborted-popup-content-form button,
.dialog-purchase-aborted-thanks-popup-content-form button,
.dialog-download-lite-thanks-popup-content-form button {
    background: #265cf2 !important;
    border-radius: 100px !important;
    width: 100% !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    margin-top: -24px !important;
}
.dialog-purchase-aborted-popup-close-btn,
.dialog-purchase-aborted-thanks-popup-close-btn,
.dialog-download-lite-thanks-popup-close-btn {
    display: flex;
    font-size: 20px;
    top: 20px;
    margin-top: 0;
    right: 20px;
    opacity: 1;
    z-index: 9999;
    pointer-events: all;
    cursor: pointer;
    position: absolute;
    color: #515962;
    line-height: 1;
    transition: all 0.3s;
}
