/*noinspection CssUnknownTarget*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');

:root {
    --background-color: #ebebeb;
    --background-color-box-riepilogo-sponsor: #2b275f;
    --background-color-btn-principale: #003d8d;
    --background-color-btn-menu: #003d8d;
    --background-color-btn-menu-hover: #8bbe57;
    --background-color-btn-onetoone : #0b81c5;

    --colore-h1-h2-h3-h4-h5: #000;
    --colore-nome-relatore-paginarelatore: #2a2966;

    --colore-titolo-programma:#71a231;
    --colore-ora-programma: #0e7abf;
    --colore-sezione-programma: #0e7abf;
    --colore-relatore-programma: #2b275f;
}


body {
    font-family: 'Rubik', sans-serif;
    color: #000;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: var(--background-color);
}

.upload-container {
    position: relative;
}
.upload-container input {
    border: 1px solid #92b0b3;
    background: #f1f1f1;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    padding: 10px 0px 10px 25px;
    text-align: center !important;
    width: 100%;
}
.upload-container input:hover {
    background: #ddd;
}
.upload-container:before {
    position: absolute;
    top: 50px;
    content: " (or) Drag and Drop files here. ";
    color: rgba(0,0,0,.5);
    font-weight: 400;
}
.progress
{
    display:none;
    position:relative;
    height: 25px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
}
.bar
{
    background-color: #B4F5B4;
    width:0%;
    height: 30px;
    border-radius: 3px;
}
.percent
{
    position: absolute;
    display: inline-block;
    top: 8px;
    left: 48%;
}

.footer-mybg {
 background-color: var(--background-color-btn-principale);

}
.progress-bar {
    background-color: #12CC1A;
    color: #FFFFFF;
    width: 0%;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    border-radius: 5px;
}

.targetLayer {
    width: 100%;
    text-align: center;
}


.bg1 {
    background-color: #dee2e6;
}
.bg0{
    background-color: #fff;
}

/*.header_logo {
    background-image: url("/assets/img/header.png");
    background-position: center center;
    background-size: 100% 100%;
    height:auto;
}*/

.header_logo {
    width: 100%;
    height: auto;
    display: block;
}

.header_logo_mb {
    width: 100%;
    height: auto;
    display: none;
}


.sponsor_bg {
    background-color: var(--background-color);
}

.bg_opaco {
    background-color: var(--background-color-box-riepilogo-sponsor);
    color: #fff;
    border-radius: 25px;
    margin-top: -40px;
    height: 300px;
    padding: 70px 30px 30px 30px;
    /*
    border: 5px solid #0b81c5;
    box-shadow: 6px 6px 6px #8da88b;
     */
}

hr {
    border-top-color: #cccccc;
}

h1, h2, h3, h4, h5{
    color: var(--colore-h1-h2-h3-h4-h5);
}

h1 {
    font-size: 50px;
    font-weight: normal;
}

h2 {
    font-size: 40px !important;
    font-weight: normal;
    text-align: center;
     /* margin: 1rem 0 1rem !important; */
}

h3 {
    font-size: 35px;
    font-weight: normal;
}

h4 {
    font-size: 25px;
    font-weight: normal;
}

h5 {
    font-size: 18px;
    font-weight: normal;
}


.header_text {
    font-size: 70px;
    font-weight: 1200;
    text-align: center;
    margin: 15px;
}

form {
    margin: 0 auto;
}

.form-control {
    /* border-radius: 10px; */
    color: #003764;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.form-control::placeholder {
    color: #003764;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

textarea.form-control::placeholder {
    color: #999999;
    text-align: left;
}




.countdown_title {
    color: #727677 !important;
}

.countdown {
    text-align: center;
    margin: 20px 0 0 0;
}

.container_countdown_page {
    margin-top: 10px;
    margin-bottom: 50px;
}

.live_link {
    text-align: center;
    margin: 60px 0 0 0;
}

.container_count {
    min-width: 60px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    color: #727677;
}

.container_count.last {
    margin-right: 0;
}

#countdown_wp {
    text-align: center;
    margin: 30px 0 20px 0;
    width: 100%
}

#days,
#hours,
#minutes,
#seconds {
    /*
    border: 2px solid #ffb200!important;
    */
    border: 2px solid ;
    background: white;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    min-width: 60px;
    min-height: 60px;
}


.countdown .container_count div {
    background-color: transparent !important;
    font-size: 65px;
    line-height: 120px !important;
    width: 120px !important;
    height: 120px !important;
}

.countdown .container_count span {
    font-size: 13px;
}

.btn-project {
    background-color: var(--background-color-btn-principale);
    color: #ffffff !important;
    /*
    text-transform: uppercase;
     */
    font-weight: 500;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    min-width: 200px;
    border:1px solid white;
}

.btn-call-onetoone {
    background-color: var(--background-color-btn-onetoone);
    color: #fff !important;
    /*
    text-transform: uppercase;
     */
    font-weight: 500;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    min-width: 200px;
    border:1px solid white;
}

.btn-project-menu {
    background-color: var(--background-color-btn-menu);
    color: #ffffff;
    border: 2px solid #ffffff;
    /*
    text-transform: uppercase;
     */
    font-weight: 500;
    font-size: 16px;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 0px 00px 20px 20px;
    min-width: 180px;
    margin-right:30px;
}
.btn-project-menu:hover {
    background-color: var(--background-color-btn-menu-hover);
    color: #ffffff;
    border:1px solid white;
}

.btn-project-menu-active {
    background-color: var(--background-color-btn-menu-hover);
    color: #ffffff;
    border:1px solid white;
}

.btn-project-prenotazione-zoom {
    background-color: #7bb644;
    width: 200px;
    color: #ffffff;
    border: 2px solid #ffffff;
    /*
    text-transform: uppercase;
     */
    font-weight: 500;
    font-size: 16px;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 15px;
    min-width: 120px;
    margin-right:30px;
}

.menu-link {
    color: var(--background-color-btn-principale);
}

.menu-link:hover {
    color: #ffc107;
}

.text-underline {
    text-decoration: underline;
}

.color_text {
    color: #727677 !important;
}
.text_link {
    color: #1084c7 !important;
    /* text-decoration: underline; */
}

.sponsor-area-download {
    font-size: 35px !important;
    font-weight: bold;
    text-align: center;
    color: var(--background-color-btn-menu);
}

a.text_link_sponsor:link {
    color: #000;
    text-decoration: underline;
}

a.text_link_sponsor:hover {
    color: var(--background-color-btn-menu-hover);
}

.download-pdf {
    color: #000 !important;
}

.text-large {
    font-size: 44px;
}

.text-small {
    font-size: 16px;
}

.streaming-box {
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 20px 15px;
    height: 100%;
}

.streaming-box-video {
    border-radius: 0;
    padding: 2px;
}

.streaming-box h4 {
    padding: 0 0 20px;
}
.streaming-box textarea {
    height: 23vw;
    margin-bottom: 20px;
}

.mnw-150px {
    min-width: 150px;
}

.box_detail {
    padding: 25px 25px 15px 25px;
    border: 1px solid #ededed;
   /* background-color: #f8f8f8; */
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.box_detail h4 {
    color: black;
}


/*_*/

.policy_footer {
    position: relative;
    top: -30px;
    font-size:12px;
    text-align: right;
    padding-right:10px;
}

.my-fixed-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin-top: 30px;
}

input::placeholder {
    color: black;
    font-size: 1.2em;
    font-style: italic;
}


.textarea_qa_size {
    height: 300px !important;
}

.div_speaker_card {
    width: 700px;
    min-height:200px;
    padding: 10px;
}

.card-title{
    color: var(--colore-nome-relatore-paginarelatore);
}

.card-img-top {
    max-width: 350px;
    height: auto;
}

.card-text-custom {
    font-size: 15px;
    color: #000000;
}

.programma_titolo {
    color: var(--colore-titolo-programma);
    font-size: 24px;
    font-weight: bold;
}

.programma_titolo_sezione {
    color: var(--colore-sezione-programma);
    font-weight: bold;
    font-size: 20px;
}

.programma_titolo_sezione_2 {
    color: var(--colore-sezione-programma);
    font-size: 20px;
}


.programma_ora {
    color: var(--colore-ora-programma);
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.programma_moderatori {
    color: var(--colore-relatore-programma);
    font-weight: 600;
    font-size: 17px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    h1 {
        font-size: 43px;
    }

    h2 {
        font-size: 35px !important;
    }

    h4 {
        font-size: 27px !important;
    }
    .header_text {
        font-size: 50px;
        font-weight: 1200;
        text-align: center;
        margin: 15px;
    }

    .countdown .container_count div {
        background-color: transparent !important;
        font-size: 45px;
        line-height: 100px !important;
        width: 100px !important;
        height: 100px !important;
    }
    .btn-project-menu {
        min-width: 120px;
    }
}


@media (max-width: 767px) {

    .header_logo {
        display: none;
    }

    .header_logo_mb {
        display: block;
    }


    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px !important;
    }

    h4 {
        font-size: 23px !important;
    }

    .header_text {
        font-size: 45px;
        font-weight: 1200;
        text-align: center;
        margin: 15px;
    }
    .countdown {
        margin: 10px 0 0 0;
    }
    .container_countdown_page {
        margin-top: 44px;
    }

    .countdown .container_count div {
        background-color: transparent !important;
        font-size: 40px;
        line-height: 90px !important;
        width: 90px !important;
        height: 90px !important;
    }
    .btn-project-menu {
        min-width: 80px;
        margin-right:20px;
    }

    .policy_footer {
        position: relative;
        top: -20px;
        font-size:7px;
        text-align: right;
        padding-right:55px;
    }

}


/* Mobile portrait */

@media (max-width: 480px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px !important;
    }

    h4 {
        font-size: 20px !important;
    }

    .btn-project {
        font-weight: 400;
        font-size: 10px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 15px;
        min-width: 100px;
    }
    .countdown {
        margin: 10px 0 0 0;
    }

    .header_text {
        font-size: 35px;
        font-weight: 1200;
        text-align: center;
        margin: 15px;
    }
    .container_countdown_page {
        margin-top: 40px;
    }
    .countdown .container_count div {
        background-color: transparent !important;
        font-size: 30px;
        line-height: 60px !important;
        width: 60px !important;
        height: 60px !important;
    }
    .textarea_qa_size {
        height: 100px !important;
        font-size: 10px;
    }
    .box_detail {
        padding: 5px 5px 5px 5px;
        border: 1px solid #ededed;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .btn-project-menu {
        border: 2px solid #ffffff;
        /*
        text-transform: uppercase;
         */
        font-weight: 500;
        font-size: 13px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 20px 0px 20px 0px;
        min-width: 100px;
        margin-top:10px;
    }
}