
:root {
    --body-font-color: #000;
    --background-color: #fff;

    --btn-color: #ffb128;
    --btn-color-hover: #ffb128;

    --color-text-title: #fff;
    --color-text-form: black;

    --countdown-font-color: var(--body-font-color);
    --countdown-label-color: #fff;
    --countdown-border-color: #fff;
    --countdown-digit-color: #fff;
}

body {
    color: var(--body-font-color);
    background: var(--background-color);
    width: 100%;
    height: 100%;
}
.body-background_ {
/*    width: 100%;
    height: 100%;
    background: #172f53 url(/assets/img/xx.jpg) no-repeat center center fixed;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    z-index: 1;*/
}

.img-lang {
    width: 250px;
}
.img-lang:hover {
    transform: scale(1.2);

}

.header_full {
    display: block;
}
.header_tablet {
    display: none;
    width: 100%;
}

.footer_full {
    display: block;
    width: 100%;
}
.footer_tablet {
    display: none;
    width: 100%;
}


.pos-page {
    margin-top: 50px;
    margin-bottom: 150px;
/*    position: absolute!important;
    transform: translate(-50%,-50%)!important;
    left: 50%!important;
    top: 50%!important;*/
}

@media(max-width:990px) {
    .body-background {
       /* background: #172f53;*/
    }
    #header_img_id {
        display: block;
    }
    #footer_img_id {
        display: block;
    }
    .pos-page {
/*        position: relative!important;
        transform: translate(0%,0%)!important;
        left: 0%!important;
        top: 0%!important;*/
    }
}

.div-mt-mb {
    margin-top: 100px;
    margin-bottom: 100px;
}

.text_link {
    color: var(--body-font-color)  !important;
    text-decoration: underline;
}

.blocco_centrato {
    margin-top: 50px;
    margin-bottom: 50px;
}

.btn-project {
    background-color: var(--btn-color);
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    min-width: 200px;
    padding: 10px;
    /* border:2px solid #00a19b; */
}
.btn-project:hover {
    background-color: var(--btn-color-hover);
    text-decoration: none;
}

.btn-send-qa {
    background-color: var(--btn-color);
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    min-width: 200px;
    padding: 3px;
    /* border:2px solid #00a19b; */
}
.btn-send-qa:hover {
    background-color: var(--btn-color-hover);
    text-decoration: none;
}

.title-streaming-page {
    color: #fff !important;
    font-size: 25px;
    font-weight: 600;
    border-radius: 5px;
    min-width: 200px;
    padding: 15px;
    border:2px solid var(--btn-color);
    margin-bottom: 20px;
}



.btn-streaming {
    margin-top: 35px;
    font-size: 25px;
    font-weight: 600;
    border-radius: 5px;
    padding: 15px;
    max-width: 800px;
}

.btn-streaming:hover {
    opacity: 0.5;
}

.btn-streaming-on {
    background-color: var(--btn-color);
    color: #fff !important;
    /*box-shadow: 0px 0px 7px 4px rgb(21 0 43 / 0.6);*/
}
.btn-streaming-on:hover {
    background: linear-gradient(#522E8E,var(--btn-color));
    box-shadow: 0px 0px 7px 4px rgb(208 110 171 / 0.6);
}


.btn-streaming-off {
    background: linear-gradient(#090007, #12032C);
    color: #fff !important;
    box-shadow: 0px 0px 7px 4px rgb(208 110 171 / 0.6);
    cursor: default;
}


.title-page {
    font-size: 24px;
    font-weight: bold;
    color: var(--color-text-title);
    text-align: center;
}

.form-check-label {
    margin-left: 15px;
    color: var(--color-text-title);
}

.form-control {
    border-radius: 5px;
    color: var(--color-text-form);
    font-size: 18px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 15px;
}

.form-control::placeholder {
    color: var(--color-text-form);
    background: none;
    font-size: 18px;
    text-align: left;
    /* text-transform: uppercase; */
}

.box_qa {
    padding: 10px 10px 10px 10px;
    border: 1px solid #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    /*margin-bottom: 10px;*/
}
.title_qa {
    /*height: 50px;*/
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 8px 8px 14px;
}

.textarea_qa_size {
    height: 220px !important;
}


.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    object-fit: cover;
    z-index: -1;
}

.background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

#play-button {
    width: 60px;
    height: 50px;
    border-radius: 15px;
    box-shadow: 2px 2px 2px #fff;
}/**/




.div-risposta {
    display: flex;
    /*flex-flow: row nowrap;*/
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    /*background-color: #f6f8f4;*/
    background-color: transparent;
    color: white;
    border-radius: 12px;
    padding: 0;
    margin-bottom: 15px;
    border: 2px solid white;
    accent-color: green;
    padding-left: 12px;
}

.div-risposta:hover {
    /*border: 1px solid green;*/
    transform: scale(1.05);
    background-color: #f09b2d;
    color: white;
}

.input-risposta:hover + .label-risposta {
    color: white; /* Cambia il colore del testo */
}

.div-risposta:has(input[type="radio"]:checked) {
    transform: scale(1.01);
    /*
    border: 2px solid #2fac4c;
    font-size: 19px;
    color: green;
    */
    background: #f09b2d;
}


.input-risposta:checked + .label-risposta {
    color: white; /* Cambia il colore del testo */
}

.input-risposta {
    /*flex: 0 0 50px;*/
    border: 1px solid #2bc10f;
    /* width: 30px;
     height: 30px;*/
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
}

.label-risposta {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    /*font-weight: 400;*/
    letter-spacing: -0.50px;
    text-align: left;
    padding: 15px 10px 15px 8px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 0rem;
}



@media(max-width:1200px) {
    .textarea_qa_size {
        height: 150px !important;
    }

    .header_full {
        display: none;
    }
    .header_tablet {
        display: block;
    }

    .footer_full {
        display: none;
    }
    .footer_tablet {
        display: block;
    }
}

@media(max-width:600px) {

    .btn-streaming {
        font-size: 18px;
        border-radius: 30px;
        padding: 12px;
        max-width: 600px;
    }
    .textarea_qa_size {
        height: 100px !important;
    }
}

@media(max-width:400px) {
    .btn-streaming {
        margin-top: 25px;
        font-size: 16px;
        border-radius: 30px;
        padding: 10px;
        max-width: 600px;
    }
}
