/*C24*/
/*Big Screen Responsive*/
@media only screen and (min-width: 1981px) {
    .wizard-text h4 {
      font-size: 25px !important;
    }
    .wizard-text h3 {
      font-size: 35px !important;
    }
    .wizard-text {
      padding-bottom: 0 !important;
    }
    .wizard-dashboard, .wizard-telegram, .wizard-messenger, .wizard-email {
      padding: 3% !important;
    }
    }
/*Big Screen Responsive*/

body.auth-page.auth.login-page {
    background: url(/images/customerbe-sfondo-login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 99vh !important;
}

.auth img {
    display: none !important;
}

.auth .client-pannel, .auth .login-container {
    background-color: transparent;
    padding: 0;
    height: 84vh;
}

.auth .panel-body button.btn.btn-primary {
    width: 100%;
}

.auth .panel-body {
    background-color: transparent;
    margin-top: 15vh;
    border: 0px;
    max-width: 400px;
}

.auth .login-container input, body.login-page input {
    border-color: #12b1ff !important;
}

.auth .login-container .btn-primary {
    background-color: #e20315;
    border-color: #e30514;
    height: 50px;
    text-transform: uppercase;
}

.auth input {
    height: 50px;
}

.auth .panel-body .text-center {
    background: url(/images/dm-logo.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
    height: 75px;
}

.auth .panel-body h2.text-center {
    color: transparent;
}

.auth .login-container a {
    color: #dc3545;
    margin-left: -5px;
}

.auth input#remember {
    margin-top: -5px;
}

.auth footer .text-dark {
    display: none;
}

.auth .card {
    background: transparent;
    border: 0;
    margin-top: 15vh;
}

.auth .row.justify-content-center {
    margin: 0;
}

.navbar .dashbord-icon {
    background: #fff !important;
}

.wizard-dashboard {
    float: right;
    padding: 5%;
}

.customDashboard {
    height: 100vh;
}

/* .section-wizard-dashboard {
    height: 40vh !important;
    margin-bottom: 5%;
} */

.row.section-wizard-dashboard {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

/*.single-wizard-box .col-md-12 {*/
/*    height: 30vh;*/
/*    display: flex;*/
/*    align-items: flex-end;*/
/*    border-radius: 20%;*/
/*}*/

/*.single-wizard-box {*/
/*    padding: 0;*/
/*    text-align: center;*/
/*}*/

/*.single-wizard-box:hover h4, .single-wizard-box:hover h3 {*/
/*    text-shadow: 1px 1px 5px #000;*/
/*}*/

.wizard-text {
    flex: 0 0 100%;
    max-width: 100%;
}

.wizard-dashboard h3 {
    font-weight: bold;
    color: #fff;
}

.wizard-dashboard p {
    font-size: 1.5rem;
    color: #fff;
}

.wizard-dashboard a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
    /* background: red;
    color: #fff;
    padding: 10px 50px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
}*/

.wizard-dashboard a:hover {
    text-decoration: none;
}

.wizard-dashboard {
    background: url(/images/chatbotWizard.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8%;
}

.wizard-dashboard, .banner {
    display: inline-block;
}


/* Telegram */
.wizard-telegram {
    float: right;
    padding: 5%;
}

.wizard-telegram h3 {
    font-weight: bold;
    color: #fff;
}

.wizard-telegram p {
    font-size: 1.5rem;
    color: #fff;
}

.wizard-telegram a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.wizard-telegram a:hover {
    text-decoration: none;
}

.wizard-telegram {
    background: url(/images/telegramWizard.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8%;
}

.wizard-telegram, .banner {
    display: inline-block;
}

/* Messenger */
.wizard-messenger {
    float: right;
    padding: 5%;
}

.wizard-messenger h3 {
    font-weight: bold;
    color: #fff;
}

.wizard-messenger p {
    font-size: 1.5rem;
    color: #fff;
}

.wizard-messenger a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.wizard-messenger a:hover {
    text-decoration: none;
}

.wizard-messenger {
    background: url(/images/messengerWizard.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8%;
}

.wizard-messenger, .banner {
    display: inline-block;
}

/* Whatsapp */
.wizard-whatsapp {
    float: right;
    padding: 5%;
}

.wizard-whatsapp h3 {
    font-weight: bold;
    color: #fff;
}

.wizard-whatsapp p {
    font-size: 1.5rem;
    color: #fff;
}

.wizard-whatsapp a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.wizard-whatsapp a:hover {
    text-decoration: none;
}

.wizard-whatsapp {
    background: url(/images/whatsappWizard.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8%;
}

.wizard-whatsapp, .banner {
    display: inline-block;
}


.banner {
    background: url(/images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

img.main-image {
    max-height: 190px;
}

.wizard-text hr {
    border: 3px solid #fff;
    width: 15%;
    margin: 6% 0;
}

.col-md-6.wizard-text {
    float: initial;
    float: none;
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
}

.wizard-text h4 {
    color: #fff;
}

.wizard-text h4, .wizard-text h3 {
    font-size: 1.5rem;
}

/*.single-wizard-box:hover {*/
/*    opacity: 0.8;*/
/*}*/

.stepNumbers {
    display: contents;
}

.stepNumbers hr {
    border: 1px solid #ade1fe;
    width: 25px;
    margin-left: -10px;
}

.step.active {
    background: #0aa2f9;
    color: #fff;
    font-size: 10px;
}

.step {
    font-size: 10px;
}

.wizard-form h1 {
    font-size: 3rem;
}

.wizard-form h3 {
    font-size: 1.4rem;
}

#regForm {
    background: linear-gradient(to right, white 50%, #e1f5ff 50%);
    background-color: #ffffff;
    margin: 50px auto;
    padding: 10% 0;
    padding-top: 0px !important;
    width: 90%;
    min-width: 321px;
    border-radius: 10px;
    height: 100%;
}

.chatsteps-pages #regForm {
    background: linear-gradient(to right, white 50%, #e1f5ff 50%);
    background-color: #ffffff;
    margin: 50px auto;
    padding: 10% 5%;
    padding-top: 0px !important;
    width: 100%;
    min-width: 321px;
    border-radius: 10px;
    height: 100%;
}


#editTwilioForm {
    background: linear-gradient(to right, white 50%, #e1f5ff 50%);
    background-color: #ffffff;
    margin: 50px auto;
    padding: 10% 0;
    padding-top: 0px !important;
    width: 90%;
    min-width: 321px;
    border-radius: 10px;
    height: 100%;
}

.chatsteps-pages #editTwilioForm {
    background: linear-gradient(to right, white 50%, #e1f5ff 50%);
    background-color: #ffffff;
    margin: 50px auto;
    padding: 10% 5%;
    padding-top: 0px !important;
    width: 100%;
    min-width: 321px;
    border-radius: 10px;
    height: 100%;
}
.questionNumbers {
    margin-top: -15px;
    margin-right: 10px;
}

.wizard-form .questionNumbers div {
    width: 38px;
    height: 38px;
}

.chatbot .data img {
    width: 100%;
    margin: 0 auto;
    float: none;
    display: block;
    margin-top: -16px;
}

    /* .data{
        background-color: #fff;
    } */

img#imgchat2 {
    margin-bottom: 20%;
}

button.closee-modal {
    background: #4891e0;
    border: 0;
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    text-align: left;
    color: white;
    float: inline-end;
}

.step.finish {
    color: #fff;
}

.http img {
    width: 50%;
    margin-left: 25%;
}

.heading h6 {
    display: none;
}/*HIDE-ACTUAL-TITLE-SECTION-CHATBOT*/

.section-buttons {
    width: 50%;
    margin-top: 12%;
}

button#nextBtn, button#prevBtn {
    height: 65px;
    font-size: 22px;
}

button#nextBtn {
    width: 70% !important;
    margin: 0 5px;
    border-radius: 5px;
}

button#prevBtn {
    width: 30% !important;
    margin: 0 5px;
    border-radius: 5px;
    background: #e1f6ff;
    color: #000;
}

.button-steps {
    width: 85%;
    display: flex;
}

img#blah[src="#"], img#blah1[src="#"] {
    opacity: 0;
}

.wizard-form textarea#messagioBenvenuto {
    padding: 5px;
    border-radius: 5px;
    border-color: #dee2e6;
    width: 100%;
}

.wizard-form  button.btn-copy {
    float: right;
    margin-top: 5px;
    background: #e9ecef;
    color: #000;
    border: 1px solid #8e8e8e;
}

.wizard-form textarea#myInput1 {
    height: 100px;
}

    .wizard-hype {
        background: url(/images/sfondo-hype-solo-background.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 98vh;
    }

    .col-md-6.wizard-text-hype {
        float: right;
        padding-top: 5%;
        width: 100% !important;
    }

    .wizard-text-hype .container {
    text-align: center;
    height: 100%;
    background: #12b1ff;
    padding: 10% 5%;
    border-radius: 10px;
    margin-top: 15%;
    width: 75%;
    }

    .wizard-text-hype h3 {
        color: #0353a4;
        font-size: 2.5rem;
        font-weight: bold;
    }

    .wizard-text-hype p {
        color: #0353a4;
        font-size: 1.5rem;
    }

    .wizard-text-hype a {
        background: red;
        color: #fff;
        padding: 15px 15%;
        border-radius: 5px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 1.5rem;
    }

    .wizard-text-hype a:hover {
        text-decoration: none;
    }

    .wizard-thank-you {
        background: url(/images/sfondo-thank-box-Solo-background.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 98vh;
    }

    .col-md-6.wizard-text-thankyou {
        float: none;
        padding-top: 10%;
        width: 50%;
        margin: 0 auto;
    }

    .wizard-text-thankyou .container {
    text-align: center;
    max-height: 550px;
    height: 100%;
    background: #12b1ff;
    padding: 10% 5%;
    border-radius: 10px;
    margin-top: 15%;
    width: 50%;
    margin: 0 auto;
    }

    .wizard-text-thankyou h3 {
        color: #0353a4;
        font-size: 3.5rem;
        font-weight: 800;
    }

    .wizard-text-thankyou p {
        color: #0353a4;
        font-size: 1.5rem;
    }

    .wizard-text-thankyou a {
        background: red;
        color: #fff;
        padding: 10px 50px;
        border-radius: 5px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }


    /*.col-lg-2.col-md-4.single-wizard-box {*/
    /*    height: 30%;*/
    /*}*/

    .col-md-12.customSectionStyle {
        padding-top: 0% !important;
    }

@media screen and (max-width: 1680px) {
    .wizard-form .questionNumbers div,.wizard-form input[type="radio"] {
        width: 35px !important;
        height: 35px !important;
    }

    .button-steps {
        width: 100%;
        display: flex;
    }

    button#nextBtn, button#prevBtn {
        height: 60px;
        font-size: 18px;
    }
}

@media screen and (max-width: 1440px) {
    .wizard-form h1 {
        font-size: 2rem;
    }

    .wizard-form h3 {
        font-size: 1rem;
    }

    #regForm {
        width: 100%;
        background: linear-gradient(to right, white 65%, #e1f5ff 35%);
    }

    .wizard-text h4, .wizard-text h3 {
        font-size: 1.5rem;
    }

    .chatsteps-pages #regForm {
        width: 100%;
        background: linear-gradient(to right, white 65%, #e1f5ff 35%);
    }

    .chatbot {
        width: 35%;
        margin-left: 45%;
        margin-top: 0;
    }

    .wizard-form .questionNumbers div,.wizard-form input[type="radio"] {
        width: 35px !important;
        height: 35px !important;
    }

    .content-step {
        width: 65%;
    }

    .stepNumbers hr {
        width: 10px;
        margin-left: 5px;
    }

    ul.mobi.customNavTabs.nav.nav-tabs.tab-basic {
        margin-top: -10%;
    }
    .mobi.tab-content.tab-content-basic.tab-content-basic-scripts {
        margin-top: -7%;
    }



}

@media only screen and (max-width: 1440px) and (min-width: 1024px) {
    .col-md-12.customSectionStyle {
        padding-top: 5% !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .col-md-6.wizard-text-hype {
        width: 100% !important;
        max-width: 100%;
    }

    .wizard-text-hype h3 {
        font-size: 2rem;
    }

    .wizard-text-thankyou .container {
        width: 100%;
    }

    .col-md-6.wizard-text-thankyou {
        width: 75%;
    }

    /*.single-wizard-box .col-md-12 {*/
    /*    height: 20vh;*/
    /*    display: flex;*/
    /*    align-items: flex-end;*/
    /*}*/
    .section-wizard-dashboard {
        height: 15vh !important;
        margin-bottom: 5%;
    }


}

@media screen and (max-width: 991px) {
    body.auth-page.auth.login-page {
        background: url(/images/immagini-sfondo-login_mobile.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
    }
    .wizard-text h4, .wizard-text h3 {
        font-size: 25px;
    }
}
@media screen and (max-width: 1024px) {
    ul.mobi.customNavTabs.nav.nav-tabs.tab-basic {
        margin-top: -23%;
    }
    .mobi.tab-content.tab-content-basic.tab-content-basic-scripts {
        margin-top: -18%;
    }
    }


@media screen and (max-width: 768px) {
    /*.col-lg-2.col-md-4.single-wizard-box {*/
    /*    height: 133%;*/
    /*}*/

    .col-md-12.customSectionStyle {
        padding-top: 39% !important;
    }

ul.mobi.customNavTabs.nav.nav-tabs.tab-basic {
    margin-top: -25%;
}
.mobi.tab-content.tab-content-basic.tab-content-basic-scripts {
    margin-top: -18%;
}
/*.single-wizard-box .col-md-12 {*/
/*    height: 20vh;*/
/*    display: flex;*/
/*    align-items: flex-end;*/
/*  }*/
}
@media screen and (max-width: 767px) {
    .wizard-text h4, .wizard-text h3 {
        font-size: 25px;
        line-height: 25px;
    }

    .col-md-6.wizard-text {
        bottom: 0;
    }

    /*.single-wizard-box {*/
    /*    margin: 5px 0;*/
    /*}*/

    ul.customNavTabs.nav.nav-tabs.tab-basic {
        margin-top: 350%;
    }

    ul.mobi.customNavTabs.nav.nav-tabs.tab-basic {
        margin-top: -70%;
    }
    .mobi.tab-content.tab-content-basic.tab-content-basic-scripts {
        margin-top: -56%;
    }
}


/* multistep messenger install  step1 elvira */

/* ----wizard messenger first step --- */

  .fs-title-msg {
    margin-bottom:2rem;
    color: #11b1ff;
    font-size: 3.2rem !important;
    font-weight: 900 !important;
    text-align:left;
    line-height:3.2rem;
}
.text-muted
{
    font-size: 22px;
    margin-bottom:2rem;
}

.mid video
{
   width:100%;
   height:100%;
   object-fit: cover;
   position: absolute;
   left:3%;
   border:6px solid #11b1ff;
   border-radius: 8px;
   min-height:400px;
}

@media screen and (max-width: 767px)
{
.content-step {
    width: 100%;
}
.button-messenger
{
    margin-top:10%;
}

}

@media screen and (min-width: 1441px)
{
    .mid video
    {
        top:30%;
    }
}

@media screen and (max-width: 1100px)
{
    .fs-title-msg
    {
        font-size: 2.6rem !important;
    }

    .subtitle-text
    {
        font-size: 2.6rem;
    }

    .text-muted
    {
        font-size: 20px !important;
    }
}

/* ---graficha 2 su wizard messenger */
 .link-addres
{
    background-color: #fff;
}

.button-messenger #prevBtn:focus,
.button-messenger #nextBtn:focus
{
    outline: none;
}

.messenger-chatbot
{
    width:100% !important;
    height:auto !important;
    margin-left:0 !important;

}

.messenger-chatbot .img-fluid
{
    border-radius: 8px;
}

@media screen and (min-width: 1441px)
{
    .messenger-chatbot .img-fluid
    {
        margin-top: 15% !important;
    }
}


@media screen and (max-width: 767px)
{
    .section-buttons
    {
        width:100%;
    }
}

/* style for messenger step 3 */

.subtitle-text
{
    color:#11b1ff;
    font-size: 3rem !important;
    text-transform: capitalize;
}
.mobile-chat
{
    margin-top:2rem;
}

@media screen and (max-width: 767px)
{
.mobile-messenger
{
min-height:400px;
margin-bottom: 80px;
}
.mobile-chat
{
    margin-top:6rem;
    margin-bottom: 6rem;
}
}

/* wizard messnger step 4 */
.smile-img
{
    width:200px;
    height:200px;
    margin-top:20%;

}

.success-msg
{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.messenger-chatbot .img-fluid
{
    border-radius:8px;
}

@media screen and (max-width: 991px)
{
    .text-left
{
    margin-left: 0px !important;
}

}

/* finit le wizard messenger */


/* ----wizard email step 1------------ */

.configurazione
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.configurazione-email
{
    border:1px solid #e1f5ff;
    border-radius:8px;
    background-color: #e1f5ff;
    min-height:140px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.img-config
{
    max-width:50px;
    max-height:50px;
    display: block;
    margin: auto;
}

.title-msg
{
    font-size: 12px !important;
    font-weight: 900 !important;
    text-align: center;
    line-height: 1rem;
}

.email-step1
{
    border-radius: 8px;
}

@media screen and (max-width: 1440px)
{
.messenger-chatbot {
    width: 100% !important;
    margin-left: 0 !important;
}
}

@media screen and (max-width: 767px)
{
    .email-step1
    {
        margin-top:4rem !important;
    }
}

/* ---wizard email -step-2  */


@media screen and (max-width: 767px)
{
    .email-step2
    {
        margin-top:4rem !important;
    }
}

.email-step2
{
    border-radius: 8px;
}

input#email-addres
{
    background-color: #fff;
}
input#password-addres
{
    background-color: #fff;
}

/* ---wizard email -step-2.1  */


@media screen and (max-width: 767px)
{
    .email-step2-1
    {
        margin-top:4rem !important;
    }
}

.email-step2-1
{
    border-radius: 8px;
}

/* ---wizard email -step-2.2  */

input#port-addres
{
    background-color: #fff;
}

input#mail-addres
{
    background-color: #fff;
}

input#password-encryption
{
    background-color: #fff;
}

.icon-provider {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #11b1ff;
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin-left: 20px;
    padding: 0 14;
}


/* ---wizard email -step-2.3  */
.icon-provider1
{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #11b1ff;
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin-left: 20px;
    padding: 0 14;
}

/* ---wizard email -step-2.3  */
.smile-img1
{
    margin-top:20%;
}

/* wizard email step 2.4 */
.modal-dialog
{
    max-width: 600px;
}
.modal-paragraph
{
    font-size: 1rem !important;
}

.modal.show .modal-dialog
{
    top:20%;
}
.modal-title
{
    padding-left: 6%;
    font-size: 2.6rem;
    font-weight: 900;
}

.modal-button {
    margin-top: -6% !important;
    background-color: #11b1ff;
    border: 1px solid #11b1ff;
    padding: 10px 32px;
    margin-bottom: 1rem;
}
.modal-button:focus
{
    outline: none;
}

.modal-button:hover
{
    color:#11b1ff;
    background-color: #fff;
    border: 1px solid #11b1ff;
}

@media screen and (max-width: 991px)
{
    .button-messenger #prevBtn
    {
        width:40% !important;
    }
    .button-messenger #nextBtn
    {
        width:60% !important;
    }
}


.content-step-first
{
    width:35% !important;
}

@media screen and (max-width: 991px)
{
    .content-step-first
{
    width:50% !important;
}

}


@media screen and (max-width: 767px)
{
    .content-step-first
{
    width:80% !important;
}

}

.wizard-email
{
    background: url(/images/email-wizard.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8%;
}

.wizard-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 2%;
}


@media screen and (max-width: 425px){
.wizard-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 22%;
}

/*.col-lg-2.col-md-4.single-wizard-box {*/
/*    height: 30%;*/
/*}*/
.section-wizard-dashboard {
    height: 112vh !important;
    margin-bottom: 174% !important;
}
/*.single-wizard-box .col-md-12 {*/
/*    height: 40vh;*/
/*    display: flex;*/
/*    align-items: flex-end;*/
/*}*/
}

@media screen and (max-width: 375px)
{
ul.customNavTabs.nav.nav-tabs.tab-basic
{
    margin-top: 200%;
}
/*.single-wizard-box .col-md-12 {*/
/*    height: 20vh;*/
/*    display: flex;*/
/*    align-items: flex-end;*/
/*}*/
.section-wizard-dashboard {
    height: 20vh;
    margin-bottom: 5%;
}
.wizard-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 5%;
}
}

/*img inside installazione*/
/* .chatbot .data img {
    width: 50%;
    float: none;
    display: block;
    align-items: center;
    margin: auto;
    border-radius: 15px;
} */
/* .chatbot {
    background-color: #fff;
    width: 100%;
    align-items: center;
    margin-top: 0;
} */

img#imgchat {
    width: 50%;
    margin: auto;
    display: block;
    margin-top: 16%;
    border-radius: 15px;
}

.messenger-chatbot .img-fluid {
    border-radius: 8px;
    width: 50% !important;
}

.fs-title {
    margin: 0 0 5px;
    line-height: 1;
    color: #0AA2F9;
    font-size: 25px;
    font-weight: 400;
    text-align: left;
    padding-top: 3%;
}
.content-step {
    position: relative;
    width: 50%;
    padding: 15px;
    padding-left: 0px;
    padding-top: 2%;
}

/*Script page*/
h1.title_script {
    color: #17a2b8;
    font-size: 1.5rem;
}
    .text-wiz {
        padding: 2% 0;
    }
    .row.paragraph {
        display: block;
    }
    ul.conf-list {
        padding-top: 1%;
    }
    p.frm-txt {
        padding-top: 1%;
    }
    p.form-boldd {
        padding-top: 1%;
    }


    /*Thank you page*/
    .admin-page.customDesignPage.thank-you {
        background: white;
        padding: 0;
        display: flex;
        align-items: center;
        height: 100vh;
    }

    .col-md-7.thanks {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    h2.thank-u-page {
        font-size: 3em;
        font-weight: 900;
        color: #09b0fb;
    }

    img.img-fluid.smilee {
        width: 40%;
    }

    .container.mt-5.thank-you {
        display: flex;
        justify-content: space-around;
        width: 100%;
        max-width: 1200px;
    }

    h3.thanku-page {
        padding-top: 1%;
        padding-bottom: 2%;
    }


    /* Instant */
.wizard-instant {
    float: right;
    padding: 5%;
}

.wizard-instant h3 {
    font-weight: bold;
    color: #fff;
}

.wizard-instant p {
    font-size: 1.5rem;
    color: #fff;
}

.wizard-instant a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.wizard-instant a:hover {
    text-decoration: none;
}

.wizard-instant {
    background: url(/images/Instant-chat.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8%;
}

.wizard-instant, .banner {
    display: inline-block;
}

    /* Chatbot */
    .wizard-chhatbot {
        float: right;
        padding: 5%;
    }

    .wizard-chhatbot h3 {
        font-weight: bold;
        color: #fff;
    }

    .wizard-chhatbot p {
        font-size: 1.5rem;
        color: #fff;
    }

    .wizard-chhatbot a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }

    .wizard-chhatbot a:hover {
        text-decoration: none;
    }

    .wizard-chhatbot {
        background: url(/images/Chatbot.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 8%;
    }

    .wizard-chhatbot, .banner {
        display: inline-block;
    }



    /* Pop Up */
    .wizard-popupp {
        float: right;
        padding: 5%;
    }

    .wizard-popupp h3 {
        font-weight: bold;
        color: #fff;
    }

    .wizard-popupp p {
        font-size: 1.5rem;
        color: #fff;
    }

    .wizard-popupp a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }

    .wizard-popupp a:hover {
        text-decoration: none;
    }

    .wizard-popupp {
        background: url(/images/popup.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 8%;
    }

    .wizard-popupp, .banner {
        display: inline-block;
    }

    /* Exit Intent */
    .wizard-Exit-Intent {
        float: right;
        padding: 5%;
    }

    .wizard-Exit-Intent h3 {
        font-weight: bold;
        color: #fff;
    }

    .wizard-Exit-Intent p {
        font-size: 1.5rem;
        color: #fff;
    }

    .wizard-Exit-Intent a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }

    .wizard-Exit-Intent a:hover {
        text-decoration: none;
    }

    .wizard-Exit-Intent {
        background: url(/images/exit-intent.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 8%;
    }

    .wizard-Exit-Intent, .banner {
        display: inline-block;
    }


      /* Form */
      .wizard-forma {
        float: right;
        padding: 5%;
    }

    .wizard-forma h3 {
        font-weight: bold;
        color: #fff;
    }

    .wizard-forma p {
        font-size: 1.5rem;
        color: #fff;
    }

    .wizard-forma a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }

    .wizard-forma a:hover {
        text-decoration: none;
    }

    .wizard-forma {
        background: url(/images/form.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 8%;
    }

    .wizard-forma, .banner {
        display: inline-block;
    }


      /* Survey */
      .wizard-survei {
        float: right;
        padding: 5%;
    }

    .wizard-survei h3 {
        font-weight: bold;
        color: #fff;
    }

    .wizard-survei p {
        font-size: 1.5rem;
        color: #fff;
    }

    .wizard-survei a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }

    .wizard-survei a:hover {
        text-decoration: none;
    }

    .wizard-survei {
        background: url(/images/survey.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 8%;
    }

    .wizard-survei, .banner {
        display: inline-block;
    }

    .row.strumenti {
        padding: 30px;
    }

.single-wizard-box-tool {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.single-wizard-box-tool > a {
    padding: 8px !important;
}

.wizard-tile {
    background: url('/images/tools/tools_bckg.png') no-repeat center center;
    background-size: cover;
    border-radius: 24px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 30px 10px 20px; /* adjust padding as needed */
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

.wizard-tile:hover {
    transform: scale(1.05);
}

.wizard-tile img {
    padding-top: 50px;
    width: 75px;
    height: auto;
    margin-bottom: auto; /* push text down */
}

.wizard-text {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-style: italic;
    color: white;
    font-weight: 400;
    line-height: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}


@media (max-width: 576px) {
    .single-wizard-box-tool {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wizard-tile {
        height: 240px;
    }

    .wizard-text {
        font-size: 18px;
    }
}

/* 577px to 768px — 2 per row */
@media (min-width: 577px) and (max-width: 768px) {
    .single-wizard-box-tool {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .wizard-tile {
        height: 260px;
    }

    .wizard-text {
        font-size: 25px;
    }
}

/* 769px to 999px — 3 per row */
@media (min-width: 769px) and (max-width: 999px) {
    .single-wizard-box-tool {
        width: 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .wizard-tile {
        height: 260px;
    }

    .wizard-text {
        font-size: 25px;
    }
}

/* ≥1000px — 4 per row */
@media (min-width: 1000px) {
    .single-wizard-box-tool {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .wizard-tile {
        height: 260px;
    }

    .wizard-text {
        font-size: 25px;
    }
}

.section-wizard-dashboard {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 40px 0;
    max-width: 880px;
    margin: 0 auto;
}

.config-box {
    width: 30%; /* ✅ roughly 3 per row with margin */
    min-width: 200px; /* ensures tiles don’t shrink too small on smaller screens */
    flex-grow: 1;
}

.config-box a {
    text-decoration: none;
}

.config-box a:hover {
    text-decoration: none;
}

.config-tile {
    aspect-ratio: 1 / 1; /* ✅ keeps square shape */
    border-radius: 25px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);*/
    /*transition: transform 0.2s ease;*/

    /* Soft bottom shadow */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background-size: cover;
    background-position: center;
}

.config-tile img {
    width: 110px;
    height: 110px;
    margin-bottom: 15px;
    object-fit: contain; /* ensures image doesn't distort */
}

.config-label {
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-size: 26px;
    color: white;
    text-align: center;
    margin: 0;
    line-height: 1.2;
}

.config-tile:hover {
    transform: translateY(-5px);
}

.config-label strong {
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    display: block;
    font-size: 38px;
    font-weight: bold;
}

/* Backgrounds */
.config-telegram  { background: url('/images/installs/telegram_bckg.png') no-repeat center center; }
.config-facebook  { background: url('/images/installs/meta_bckg.png') no-repeat center center; }
.config-chatbot   { background: url('/images/installs/chatbot_bckg.png') no-repeat center center; }
.config-whatsapp  { background: url('/images/installs/wsp_bckg.png') no-repeat center center; }
.config-email     { background: url('/images/installs/email_bckg.png') no-repeat center center; }
.config-ai        { background: url('/images/installs/ai_bckg.png') no-repeat center center; }


.ai-content-wrapper {
    background-color: #ffffff;
    padding: 22px 40px;
    min-height: 580px; /* or whatever fits your use case */
    border: 1px solid #000000;
    width: 100%;
    margin-left: -30px;
}

.navbar-ai {
    padding: 3rem 0 0 0 !important;
}

.navbar-ai li {
    border-top: 1px solid #000000;
    border-bottom: none;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

@media (min-width: 769px) {
    .navbar-ai li:nth-child(2) {
        border-top: 1px solid #000000;
        border-bottom: none;
        border-left: none;
        border-right: 1px solid #000000;
    }
    .ai-content-wrapper {
        /* rounded corners except top-left */
        border-radius: 0 16px 16px 16px;
    }


}

@media (max-width: 768px) {
    .ai-row {
        margin-left :0.8rem !important;
    }
}

.navbar-ai a:hover {
    text-decoration: none;
}


.navbar-ai li.active-custom {
    border: 1px solid #000000 !important;
    border-top: 2px solid #00b5fc !important;
    border-bottom: none !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
}

.navbar-ai li.active-custom a,
.navbar-ai li.active-custom a span,
.navbar-ai li.active-custom a i {
    color: #00b5fc;
}

.advisor-block {
    display: flex;
    align-items: center;
    gap: 15px;
}

.advisor-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
}

.advisor-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*transform: translate(2px, 2px); !* Adjust as needed *!*/
}

.advisor-details {
    display: flex;
    flex-direction: column;
}

.advisor-title {
    font-weight: 600;
    font-size: 16px;
}

.advisor-status {
    font-size: 13px;
    color: #777;
    display: flex;
    align-items: center;
    gap: 6px;
}

.status-dot {
    width: 8px;
    height: 8px;
    background-color: #33cc33;
    border-radius: 50%;
}

.create-button {
    background-color: #17BF9A;
    color: #FFFFFF;
    border-color: #17BF9A;
}

.create-button:hover {
    background-color: #15a284;
    color: #FFFFFF;
    border-color: #15a284;
}

/*.btn-dot {*/
/*    border: 1px solid #878485;*/
/*}*/

.advisor-topbar {
    margin-left: -55px;
    margin-right: -55px;
    padding: 0 30px 20px;
    border-bottom: 1px solid #000000;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.advisor-actions {
    display: flex;
    gap: 10px;
}

.centered-content {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    font-family: 'Open Sans', sans-serif;
}

.advisor-content {
    background-color: #F7F6F9;
    border-radius: 0 0 16px 16px;
    margin: 0 -55px -22px -55px;
}

.centered-content > div {
    width: 100%;
    max-width: 720px; /* Adjust to control form width */
}

.centered-content .form-control {
    background-color: #ffffff !important; /* or whatever color you want */
}

.centered-content label {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

.centered-content input::placeholder,
.centered-content textarea::placeholder,
.centered-content .section-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.advisor-col {
    margin-bottom: 50px;
}

.upload-section {
    font-family: 'Open Sans', sans-serif;
    margin-top: 30px;
}

.upload-section .section-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.upload-section .section-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    max-width: 600px;
}

.custom-upload-btn {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #999;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    background-color: white;
    transition: background 0.2s;
    width: 130px;
}

.custom-upload-btn:hover {
    background-color: #f0f0f0;
}

.upload-section .existing-file {
    margin-top: 15px;
    font-size: 13px;
    color: #555;
}

.file-name-display {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 14px;
    color: #333;
}

/* Shared message row structure */
.message-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    font-family: 'Open Sans', sans-serif;
}

/* User avatar */
.user-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #00c292;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    margin-right: 16px;
    flex-shrink: 0;
}

/* AI avatar with logo */
.ai-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #00c292;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    flex-shrink: 0;
}

.ai-avatar img.ai-icon {
    width: 24px;
    height: 24px;
}

/* Message content shared */
.message-content {
    max-width: 650px;
}

/* Author name */
.message-author {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 16px;
}

/* Actual text */
.message-text {
    font-size: 15px;
    color: #222;
    line-height: 1.6;
}

.ai-chat-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 14px;
    padding-right: 50px;
    background-color: white;
    height: 56px;
}

.ai-chat-input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}


.ai-chat-input {
    flex: 1;
    border: none;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 16px 20px;
    border-radius: 14px;
    background-color: transparent;
}

.up-icon-btn {
    position: absolute;
    right: 10px;
    background-color: #f0f0f0;
    border: none;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.up-icon-btn i {
    color: #666;
    font-size: 16px;
}

/* Optional hover effect */
.up-icon-btn:hover {
    background-color: #e0e0e0;
}

.assistant-header {
    padding: 0 20px 40px 20px;
    background-color: #F7F6F9;
    font-family: 'Open Sans', sans-serif;
}

.assistant-avatar {
    margin: 0 auto 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ccc;
}

.assistant-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*transform: translate(3px, 3px); !* Adjust as needed *!*/
}

.assistant-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color: #111;
}

.assistant-description {
    font-size: 18px;
    color: #444;
    max-width: 600px;
    margin: 0 auto;
}

.assistant-button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-top: 30px;
}

.assistant-button {
    background: white;
    border: 1px solid #ccc;
    padding: 14px 20px;
    font-size: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    max-width: 300px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.assistant-button:hover {
    background: #f0f0f0;
}

.advisor-chat-box {
    background-color: #FFFFFF;
}

.advisor-chat-box {
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;               /* Firefox */
    scrollbar-color: #ccc transparent;   /* Firefox thumb & track */
}

/* Optional: Chrome/Safari styling */
.advisor-chat-box::-webkit-scrollbar {
    width: 8px;
}

.advisor-chat-box::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.advisor-chat-box::-webkit-scrollbar-track {
    background: transparent;
}







