.custom-message-container {
    display: table;
    height: 50%;
    width: 100%;
    text-align: center;
}

.custom-message-text {
    color: #3A3B3F;
    font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin: 2px auto;
    display: table-cell;
    vertical-align: middle;
}

#sec-if-cpt-container {
    padding: 0;
    margin: 0;
}

/* Custom Text*/
#sec-if-customtext-container {
    text-align: center;
    font: 14px arial, sans-serif;
    line-height: 1.6;
}

#sec-if-customtext-container img {
    position: relative;
    max-width: 200px;
}

/*Whiteshadow*/
#sec-if-cpt-container input {
    border: none;
    border-radius: 8px;
    color: white;
    padding: 16px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.2s;
    /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
}

#sec-if-cpt-container input:hover {
    background-color: white;
    color: black;

}

#sec-if-cpt-container button {
    background-color: #FFA500;
    border: none;
    border-radius: 8px;
    color: #FFFFFF;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.2s;
    /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
}

#sec-if-cpt-container button:hover {
    border: 2px solid #FFA500;
}

#sec-if-cpt-container button:disabled,
#sec-if-cpt-container button[disabled] {
    background-color: #808080;
    border: none;
    border-radius: 8px;
    color: #FFFFFF;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.2s;
    /* Safari */
    transition-duration: 0.2s;
    cursor: none;
}

;

#sec-if-cpt-container .timer-container {
    display: none;
}

#sec-if-cpt-container #sec-if-behaviours-parent {
    height: 70px;
}

#sec-if-cpt-container #sec-if-behaviours {
    margin-left: auto;
    width: 182px;
    margin-right: auto;
}

#sec-if-cpt-container .behavioral-content {
    font-family: 'Nunito Sans', sans-serif;
    margin-top: 24px;
}

#sec-if-cpt-container .behavioral-checkbox-text {
    padding-left: 5px;
}

#sec-if-cpt-container #robot-checkbox {
    height: 42px;
    width: 25px;
}

#sec-if-cpt-container #robot-checkbox-message {
    position: relative;
    top: -14px;
    padding-left: 5px;
}

#sec-if-cpt-container .behavioral-button-parent {
    padding-top: 5px;
    font-weight: bold;
}

#sec-if-cpt-container .adaptive-button-parent {
    margin-left: auto;
    margin-right: auto;
    width: 80px;
}

#sec-if-cpt-container .behavioral-button {
    float: right;
}

#sec-if-cpt-message {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

#sec-if-cpt-message .message-text {
    color: #3A3B3F;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 2px auto;
    display: table-cell;
    vertical-align: middle;
}

#sec-if-cpt-container .progress-btn-disabled {
    border-radius: 0px;
    position: relative;
    width: 117px;
    height: 45px;
    display: inline-block;
    /*  background: #808080;*/
    background-color: rgba(8, 114, 231, .6);
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.4s ease;
}

#sec-if-cpt-container .progress-btn {
    border-radius: 0px;
    position: relative;
    width: 117px;
    height: 45px;
    display: inline-block;
    /* background: #FFA500;*/
    background-color: rgba(8, 114, 231, 1.0);
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
    /* transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);*/
}

#sec-if-cpt-container .progress-btn:not(.active) {
    cursor: pointer;
}

#sec-if-cpt-container .progress-btn .btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 46px;
    text-align: center;
    z-index: 10;
    opacity: 1;
}

#sec-if-cpt-container .progress-btn-disabled .btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 46px;
    text-align: center;
    z-index: 10;
    opacity: 1;
}


#sec-if-cpt-container .progress-btn .progress {
    border-radius: 0px;
    width: 0%;
    z-index: 5;
    /* background: #ff8000;*/
    background: #00499A;
    opacity: 0;
    transition: all 0.15s ease;
}

#sec-if-cpt-container .progress-btn.active .progress {
    border-radius: 0px;
    opacity: 1;
    animation: sec-if-cpt-anim 10s ease 0s;
}



#sec-if-cpt-container .progress-btn .progress {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

@keyframes sec-if-cpt-anim {
    0% {
        width: 2%;
    }

    5% {
        width: 5%;
    }

    10% {
        width: 15%;
    }

    30% {
        width: 40%;
    }

    50% {
        width: 55%;
    }

    80% {
        width: 100%;
    }

    95% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}

/**
** CUSTOM CSS BY FACILE 
**
** Tutta la pagina buildata viene messa dentro un <iframe>. Tale ifram ha margin: 8px da browser agent, quindi dobbiamo fixare i nostri stili in modo tale che il bordo bianco appaia anche di lato.
**/

body,
[data-i="Footer"] {
    width: calc(100% - 8px);
}

[data-i="Header"] {
    width: calc(100% - 16px);
}