@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");

/** BANNER TOP **/
* {
    box-sizing: border-box;
}

.ui-dialog-titlebar {
    box-sizing: unset !important;
}

.arrow-up,
.bg,
.s1 ul {
    display: none;
}

.scbanner.open .arrow-up {
    position: absolute;
    bottom: -5px;
    width: 100%;
    color: white;
    text-align: center;
    filter: invert(1);
    display: block;
}

.scbanner a.text {
    margin: 2px 10px;
    top: -15px;
    position: relative;
    background: #8236ee;
    color: #ffffff;
    border-radius: 5px;
}

.scbanner .cta2 {
    padding: 14px 10px;
    background: #E13434;
    margin-top: -13px;
    margin-right: 15px;
    border-radius: 5px;
    right: 0;
    position: absolute;
    color: white;
}

.scbanner p.title {
    width: 100%;
    margin: 0;
    background: none !important;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: 500;
}

.scbanner a.text:hover {
    background: #7e5396;
    /* color: red; */
    text-decoration: none;
}

.scbanner a.cta2:hover {
    background: #cb3c3c;
    color: #f3f3f3;
}

.scbanner {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: 20px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: .02rem;
    z-index: 9999;
    transition: all 0.2s;
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.5);
    overflow: hidden;
    color: white;
    background-color: #0B0547 !important;
    background-image: url(https://www.scriptcase.net/black-friday/img/BG.png);
    background-size: cover !important;
    background-position: center;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    display: flex;
}

.scbanner .highlight {
    margin: 0 .75rem;
    padding: .75rem;
    font-size: 80%;
    text-align: center;
    text-shadow:0 0 4px #fff, 0 0 8px #fff;
    background: #0B0547;
}

.blackfriday .scbanner .highlight {
    margin: 0 .75rem;
    padding: .75rem;
    border-radius: 0 20px;
    color: #eae9ff;
    font-size: 80%;
    text-shadow: 
        0 0 10px #ffffff,
        0 0 4px #8f00ff, 
        0 0 8px #f8bfff;
    background: #1e0547;
}

/* #scbanner a {
    flex: 1;
} */

#scbanner a:hover {
    text-decoration: none !important;
}

.mobile-none {
    color: white;
    background: #01333B !important;
    padding: 1px 10px;
    border-radius: 3px;
    font-size: 13px;
}


.scbanner.scroll {
    transform: translateY(-100%);
}

.scbanner.open .s1 {
    text-align: left;
    color: white;
}

/* .scbanner .s2 {
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
    line-height: 0px;
    position: relative;
    display: block;
    top: -1px;
    font-size: 16px;
    text-align: center;
    display: inline-flex;

} */
.scbanner.open {
    display: flex;
    cursor: initial;
    height: 617px !important;
    line-height: 30px;
    background-color: #0050EF;
    background: linear-gradient(180deg, #0D6EFB 0%, #0B6CF9 5.64%, #0C66F8 17.21%, #0B65F7 28.43%, #0B63F8 36.35%, #0A64F8 47.78%, #0A62F7 59.92%, #0B63F8 74.49%, #0C62F5 89.28%, #0C5FF1 98.43%);
}

.scbanner.open .s1 {
    margin-left: 20%;
    top: 40px;
    display: inline-block;
}

.scbanner.open .s1 .title {
    font-size: 3rem;
    margin-top: 40%;
    padding-bottom: 5px;
    font-weight: bold;
}

.scbanner.open .s1 .text {
    margin: 40px 0 0 0;
    background: #3C83F9;
    color: white;
    border-radius: 4px;
    padding: 5px 15px;
    width: fit-content;
    line-height: initial;
}

.scbanner.open .s1 ul {
    display: block;
    line-height: normal;
    list-style: none;
    padding: 15px;
    margin: 0;
}

.scbanner .s2 button {
    background: white;
    color: #e13434;
    padding: 0 10px;
    border-radius: 0.25rem;
    margin-top: -15px;
    font-weight: bolder;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}

.scbanner.open .s1 a {
    background: white;
    color: #000C9C;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: unset;
    padding: 0.75rem 1.5rem;
    border-radius: 0.3rem;
}

.scbanner.open .bg {
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url(https://www.scriptcase.net/lp/assets/scriptcase-97/subscribe/img/bg.png) no-repeat right bottom;
    background-size: contain;
    display: block;
}

.scbanner.open span.text .sm {
    background: #000C9C;
    color: white;
    border-radius: 3px;
    padding: 1px 8px;
    margin-left: 15px;
    font-size: 14px;
}

.scbanner b {
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
}

.scmodal .s1 {
    display: none;
}

.scbanner .s2 {
    width: 100%;
    color: #fff;
    font-weight: bolder;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
    display: flex;
}

.scbanner .s3 {
    margin: 0 5px;
}

.scbanner .s4 {
    background: transparent;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    border-radius: 10px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    margin: 0 5px;
    text-transform: uppercase;
    border: 1px solid #e3eaef;
    border-radius: 0.25rem;
    background-color: #e3eaef;
    border-color: #e3eaef;
    color: #313a46;
    -webkit-box-shadow: 0 0px 3px 0 rgba(227, 234, 239, 0.5);
    box-shadow: 0 0px 3px 0 rgba(227, 234, 239, 0.5);
}

.scbanner span.s3.s4 {
    display: none;
}

.scbanner .s4:hover {
    background-color: #cbd8e1;
    border-color: #c3d2dc;
}

.caret {
    display: inline-block;
    width: 6px;
    height: 6px;
    line-height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: relative;
    top: -2px;
    margin-left: 3px;
    border-color: white !important;
}

.scbanner.open .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    cursor: pointer;
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-5px);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.scbanner.open .bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.modal-content-bf {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content-bf img,
.modal-content-bf .modal-form-bf {
    flex: 1;
}

.modal-content-bf .modal-form-bf {
    padding: 0 30px;
}

.modal-form-bf input:not([type="submit"]):not([type="checkbox"]) {
    border: none;
    box-shadow: none;
    border: 2px solid #ffd532;
    margin: 5px 0;
    width: 100%;
    max-width: 300px;
    height: 40px;
    background: transparent;
    padding: 0 0 0 15px;
    color: #fefef5;
}

.modal-form-bf input::placeholder {
    color: #fefef5;
}

.modal-form-bf input[type="submit"] {
    border-radius: 0;
    border: none;
    background: #ffd532;
    margin-top: 5px;
    width: 100%;
    max-width: 300px;
    cursor: pointer;
    height: 40px;
    letter-spacing: 1px;
}

.modal-form-bf input[type="checkbox"]~label {
    color: #fefef5;
    position: relative;
    top: -2px;
}

.modal-form-bf input[type="submit"]:hover {
    background: #fefef5;
    color: #cca50a;
}

.modal-form-bf {
    border-left: 2px solid #ffd532;
    margin-left: 15px;
}

.checkbox-field {
    position: relative;
    left: -80px;
    margin-top: 10px;
}

.scbanner .modal-content-bf {
    display: none !important;
}

.scmodal .modal-content-bf {
    display: flex !important;
}

.bf-bg-featured {
    background: #d9534f;
    color: white;
    padding: 0 5px;
}

.error-validate {
    font-size: 14px;
    color: red;
    padding: 5px 0;
    margin: 0;
    font-weight: bold;
}

@media (max-width: 768px) {
    .scmodal {
        height: auto !important;
        width: 400px !important;
        left: calc(50% - 200px);
        top: 20px;
        padding: 50px 0;
        text-align: center;
    }

    .modal-form-bf {
        border-left: 0;
        margin-left: 0;
    }

    .scmodal .modal-content-bf {
        flex-direction: column;
    }    
}

@media (max-width: 410px) {
    .scmodal {
        height: auto !important;
        width: 300px !important;
        left: calc(50% - 150px);
        top: 20px;
        padding: 50px 0;
        text-align: center;
    }

    .scmodal img {
        width: 300px;
    }

    .scbanner .s1 {
        font-size: 1rem;
    }
}


/** FIM BANNER TOP **/


/* CSS BLOGS */

body.scriptcase-blog a.version-legend.active {
    left: 250px;
}

body.scriptcase-blog header .logo {
    display: inline-grid;
}

body.scriptcase-blog header.fixed,
body.scriptcase-blog header.fixed .button_container {
    margin-top: 0px !important;
}


/*BANNER OFF
body.scriptcase-blog .scbanner.scroll {
    transform: none;
}
body.scriptcase-blog header {
    top: 33px;
}
body.scriptcase-blog .button_container {
    top: 51px;
}
*/


/* FIM CSS BLOGS */


/* CSS LPs */

.scriptcase-landing-page a#version-legend {
    white-space: nowrap;
    left: 196px;
    top: 5px;
}


/* FIM CSS LPs */

@media (max-width: 768px) {
    .scbanner .sb strong {
        display: none;
    }

    .scbanner .sb a {
        letter-spacing: 0;
    }

    .scbanner .sm {
        display: inline-block;
        display: none;
    }

    .scbanner .s1,
    .scbanner .s3 {
        /* display: none; */
    }
}


/** fim version legend **/


/*Banners*/

.scmodal .close-banner {
    width: 30px;
    height: 30px;
    background: #ffd532;
    border-radius: 50%;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    transition: all 0.5s;
    color: #17191b;
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 999999999999999999;
    cursor: pointer;
    transition: all 0.15s;
    border: #e3eaef;
    padding-left: 3px;
}

.scbanner .banner-button {
    background-color: white;
    color: #777b92 !important;
    padding: 2px 8px;
    margin-left: 5px;
    font-size: 0.8rem;
    border-radius: 5px;
}


/* .scmodal:hover .close-banner {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 36px;
  top: 15px;
} */

.lighbox-content .lead {
    color: #fefef5;
}

.scmodal .close-banner:hover {
    background: #fefef5;
    color: #cca50a;
}

.scbanner .d-none {
    display: none !important;
}

.lighbox-content .column {
    width: 50%;
}

@media screen and (max-width: 425px) {
    .scbanner p.title {
        font-size: .875rem !important;
    }

    .scbanner p.title:nth-child(2) {
        display: none;
    }

    .scbanner .highlight,
    .blackfriday .scbanner .highlight {
        border-radius: 0;
        font-size: .765rem;
        transform: translateX(12px);
    }
}

@media screen and (max-width: 768px) {
    .lightbox .lightbox-img {
        min-width: 90%;
    }

    .lightbox h2 {
        font-size: 2.1rem;
    }

    .lighbox-content .lead {
        font-size: 1rem !important;
    }

    .lightbox .lightbox-img .lighbox-content {
        padding: 30px;
    }

    .scbanner span.s3.s4 {
        /* display:block;
        display: inline-block; */
        width: auto;
        padding: 0 5px;
    }

    .scbanner .s2 {
        display: block;
        float: left;
        margin-left: 15px;
    }

    /* .scbanner .s1 {
        display:none
    } */

    .scbanner .s4,
    span.text {
        display: none;
    }

    .scbanner {
        font-size: 11px;
        letter-spacing: 0px;
    }

    .lighbox-content .column {
        width: 100%;
    }

    .lighbox-content .column.column-2 {
        display: none;
    }
}

#mc_embed_signup div.mce_inline_error,
.mce_inline_error {
    color: #6b0505 !important;
    background: transparent !important;
    margin: 0px 0 4px 0 !important;
}

#mce-success-response.response {
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    border: none;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
    position: absolute;
    background: #e3eaef;
    max-width: 600px;
    border-radius: 0.25rem;
    font-size: 2rem;
    padding-top: 10rem;
    display: none;
}

#mce-success-response button {
    color: #fff;
    line-height: 35px;
    background-color: #727cf4;
    border-color: #737df5;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 2px 6px 0 rgba(114, 124, 245, 0.5);
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, 0.5);
    font-size: 1rem;
    clear: both;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    margin-top: 85px;
    padding: 10px 20px;
}

div#mce-error-response {
    font-size: 1rem;
    margin: 25px auto;
    color: #1e5b6d;
    background: #d7eff6;
    border-color: #c8e9f2;
    padding: 11px;
    width: 100%;
    border-radius: 0.25rem;
}

.button-lightbox {
    background: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    color: #727cf5;
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 1.5rem;
}

#scbanner_lb a:hover span.button-lightbox {
    background: #efefef;
}

#scbanner_lb a:focus,
#scbanner_lb a:hover {
    text-decoration: none;
}

.bg-black {
    background: black;
}


/***--BF--***/

.scbanner {
    background-size: 15px;
    box-shadow: 0 3px 4px rgb(0 0 0 / 20%);
}


/* .sh:before {
    background: url(https://cdn1.scriptcase.com.br/lib/img/black-friday/2020/blackfriday-pattern-21.png) repeat;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 80px;
    background-position-y: -50px;
    top: 0px;
    left: 0px;
}

.blackfriday.page-store .sh:before {
    height: 64px;
}

.fixed,
.sh {
    background: linear-gradient( 90deg, #000002 40%, #1C1340 100%);
}
.sh {
    background: linear-gradient( 90deg, #000002 40%, #1C1340 100%) !important;
}


.sf {
    background: linear-gradient( 90deg, #000002 40%, #1C1340 100%) !important;
    box-shadow: 0 3px 4px #1C1340, 0 1px 3px #cad5e4 !important;
}

.sf a {
    color: #1cffff;
}

.sf .sf-button {
    border: 1px solid #1cffff;
    color: #1cffff;
}

.sf .sf-button.btn-primary {
    background: #1cffff;
    color: black !important;
    font-weight: 600;
}

.sf .sf-headline {
    color: #ffffff99;
}

.sf-col.sf-social,
.sf .sf-links {
    opacity: .8;
}

a.whatsapp {
    color: #67c15e !important;
}

.sf {
    color: #ffffff99
}
*/

@media (max-width: 768px) {
    .column img {
        display: none;
    }

    #scbanner_lb.lightbox .lightbox-img .lighbox-content {
        padding: 0 !important;
    }

    .column {
        text-align: center !important;
    }

    .scbanner a.text,
    .scbanner .cta2 {
        display: none;
    }

    .scbanner p.title {
        font-size: 1rem;
    }
    #scbanner #s2 p.title {
        text-align: center;
    }

}


/*blog*/

.mc-field-group.input-group {
    display: none;
}

form#mc-embedded-subscribe-form input {
    width: 100% !important;
}

.scbanner span#countdown-banner {
    color: white;
    line-height: initial;
    font-size: 18px;
    padding: 0 0.4rem;
    font-weight: 600;
}

.scbanner [data-link="external"] {
    animation-duration: 1s;
    animation-delay: 100ms;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

/* .scbanner [data-link="external"]:hover,
.scbanner [data-link="external"]:focus {
    animation-name: rubberBand;
    text-decoration: none;
} */

/*---------------------------------------------------
    RELEASE PHP 8.1
    SCOPE: [ scbanner ]
---------------------------------------------------*/
.scbanner[data-event="releasePHP8.1"] {
    background-color: #000;
}

.scbanner[data-event="releasePHP8.1"].alter {
    background-color: #4F5B93;
}

.scbanner[data-event="releasePHP8.1"].corny {
    background-color: #ff6c00;
}

.scbanner[data-event="releasePHP8.1"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    transform: translateX(-100%);    
    mix-blend-mode: soft-light;
    animation: slide 5s infinite ease-in-out;
}

.scbanner .php81-logo {
    position: relative;
    width: 3.75rem;
    height: 1.125rem;
    margin: 0 .35rem;
    text-indent: -9999px;
    background-image: url(../../lib/img/third-party-logo/php8.1_logo.svg);
    /* background-image: url(../../lib/img/third-party-logo/php8.1_logo_negative.svg); */
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
}

/*---------------------------------------------------
    ANIMATIONS
    SCOPE: [ scbanner ]
---------------------------------------------------*/
.anim {
    animation-duration: 1s;
    animation-delay: 100ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both
}

.hardShake-x {
    transform-style: flat;
    transform-origin: center top;
    animation-name: hardShake-x;
    animation-delay: 500ms;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

@keyframes hardShake-x {

    10%,
    90% {
        transform: translateX(-1px)
    }

    20%,
    80% {
        transform: translateX(2px)
    }

    30%,
    50%,
    70% {
        transform: translateX(-4px)
    }

    40%,
    60% {
        transform: translateX(4px)
    }
}

.anim-rubberBand {
    animation-name: rubberBand;
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1);
    }

    30% {
        transform: scale3d(1.25, .75, 1);
    }

    40% {
        transform: scale3d(.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, .85, 1);
    }

    65% {
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, .95, 1);
    }

    to {
        transform: scaleX(1);
    }
}

.anim-slide {
    animation-name: slide;
    animation-delay: 100ms;
    animation-iteration-count: infinite;
}

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    20%,
    100% {
        transform: translateX(100%);
    }
}

/*lightbox*/
#scriptcase-99.modal.fade {
    z-index: 0 !important;
}

#scriptcase-99.modal.fade.in {
    z-index: 99999 !important;
    opacity: 1;
}
#scbanner{
    background: url(https://cdn2.scriptcase.net/black-friday/img/BG.png);
}

#scbanner .date {
    display: none;

    background-color: #fff;
    color: #0275d8;
    padding: 2px 8px;
    border-radius: 8px;
    margin: 0 6px;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 620px) {
    #scbanner .date {
        display: block;
    }
}

/* #scbanner span {
    display: none;
} */


.mobile-text {
    display: none;
}

.desktop-text {
    text-align: center;
}

.new-version-link {
    /*background: #0275d8;
    padding: 8px 15px;
    border-radius: 6px;
    color: white !important;*/
    text-decoration: none !important;
    display: inline-block;
    /* margin-left: 10px; */
    transition: filter 0.3s ease;
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    display: block;
}

.new-version-link:hover {
    filter: brightness(1.10);
}

.version-text {
    font-family: Merriweather, serif;
    font-weight: bolder;
}

@media screen and (max-width: 768px) {
    .desktop-text {
        display: none;
    }
    .mobile-text {
        display: inline;
    }
    .new-version-link {
        display: none;
    }
}