@font-face {
    font-family: 'MS Gloriola II Std Reg';
    src: url('fonts/MS Gloriola II Std Reg.eot');
    src: url('fonts/MS Gloriola II Std Reg.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MSGloriolaIIStd';
    src: url('fonts/MSGloriolaIIStd.svg#MSGloriolaIIStd') format('svg'),
        url('fonts/MSGloriolaIIStd.ttf') format('truetype'),
        url('fonts/MSGloriolaIIStd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MS Gloriola II Std Bold';
    src: url('fonts/MS Gloriola II Std Bold.eot');
    src: url('fonts/MS Gloriola II Std Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MSGloriolaIIStdMedium-Bold';
    src: url('fonts/MSGloriolaIIStdMedium-Bold.svg#MSGloriolaIIStdMedium-Bold') format('svg'),
        url('fonts/MSGloriolaIIStdMedium-Bold.ttf') format('truetype'),
        url('fonts/MSGloriolaIIStdMedium-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'MSGloriolaIIStd';
}

html, body{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

html{
    scroll-behavior: smooth;
}

.div-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/bg-pattern-maggio.jpg) top left no-repeat;
    background-size: cover;
    z-index: -1;
}

.clear{
    clear: both;
}

.container-all{
    width: 100vw;
    height: 100vh;
    padding: 0;
    position: relative;
}

.sidebarfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 22%;
    height: 100vh;
    z-index: 999;
    padding: 0;
    overflow-y: auto;
    background-color: #005aa4;
}

.sidebar-content {
    width: 100%;
    padding: 3em 2em 5em 2em;
    position: relative;
}

.sidebar-content img{
    width: 100%;
}

.logo-ms{
    width: 100%;
    margin-bottom: 20%;
}

.triangolo{
    width: 100%;
}

a.linksidebar{
    color: #FFFFFF;
    margin-bottom: 0.5em;
    display: block;
}

a.linksidebar:hover{
    text-decoration: none;
    color: #FFFFFF;
}

a.linksidebarsub{
    color: #FFFFFF;
    margin-bottom: 0.85em;
    display: inline-block;
    font-size: .8em;
}

a.linksidebarsub:hover{
    text-decoration: none;
    color: #FFFFFF;
}
ul.submenu {
    list-style: none; /* Remove default bullets */
}

ul.submenu li::before {
    content: "■"; 
    color: #00a1e2; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
}

.div-container {
    width: 78%;
    margin-left: 22%;
    overflow-y: auto;
    padding-bottom: 6%;
}

.footer{
    height: 13%;
    width: 78%;
    background: rgba(0,30,50,1);
    position: fixed;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
    padding: 1rem 0;
    font-size: .85em;
    z-index: 3;
}

.w-100{
    width: 100%;
}

.p-rel{
    position: relative;
}

.div-line {
    height: 1px;
    margin-bottom: 1.5em;
}
.w-10 {
    width: 10%;
}
.w-20 {
    width: 20%;
}
.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-50 {
    width: 50%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}

.bg-blu{
    background: #022f6e;
}

.bg-white{
    background: white;
}

.bg-azzurro{
    background: #00a1e2;
}

.bg-azzurro-dark{
    background: #005aa4;
}

.bg-cover{
    background-image: url(../../img/header_domande.jpg?v=2026.2);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-cover-live{

    /*background-image: linear-gradient(to bottom, rgba(0,30,50,0.4) 0%,rgba(0,30,50,0.4) 100%),url(../../img/bg2.jpg);
    background-size: cover;*/

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#022f6d+0,011933+80 */
    background: rgb(2,47,109); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(2,47,109,1) 0%, rgba(1,25,51,1) 80%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(2,47,109,1) 0%,rgba(1,25,51,1) 80%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(2,47,109,1) 0%,rgba(1,25,51,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022f6d', endColorstr='#011933',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */




    min-height: 65vh;
}

.bg-celeste{
    background: #bae6ff;
}

.bg-speaker{
    background: rgba(0, 43, 81, 1);

}

.bg-trapezio{
    background: url(../../img/trapezio_agenda.png) top left no-repeat;
    background-size: cover;
}

.txt-blu{
    color: #022f6e;
}

.txt-celeste{
    color: #bae6ff;
}

.txt-azzurro{
    color: #00a1e2;
}

.txt-white{
    color: white;
}

.txt-white a{
    color: white;
}

.shadow-dark{
    text-shadow: 3px 3px 2px rgba(2, 47, 109, 1);
}

.border-celeste{
    border: 1px solid #bae6ff !important;
}

.pad-1{
    padding: 1em;
}

.pad-2{
    padding: 2em;
}

.pad-3{
    padding: 3em;
}

.pad-4{
    padding: 4em;
}

.pad-5{
    padding: 5em;
}

.strong{
    font-family: 'MSGloriolaIIStdMedium-Bold';
}

h1{
    font-size: 3.5em;
}

h1.subtitle{
    font-size: 1.7rem;
}

h3.titlelive{
    font-size: 1.1rem;
    margin-top: .5em;
}

h2{
    font-size: 2.5em;
}

h3{
    font-size: 1.8em;
}


h4{
    font-size: 1.3em;
}

p.banner{
    font-size: 1.1em;
    padding: 1rem 0;
    color: white;
    /* background: #001e32; */
    background: #022f6e;
    line-height: .8rem;
    margin-bottom: 2rem;
    margin-top: -.6rem;
    /* margin-left: 14%; */
}

p.banner-light{
    font-size: 1.1em;
    padding: 1rem 0;
    color: #022f6e;
    line-height: .8rem;
    margin-bottom: 2rem;
    margin-top: -.6rem;
    /* margin-left: 14%; */
}

a.bt-registrati{
    background: white;
    padding: 0.5em 2em;
    border-radius: 2em;
    color: #022f6e;
    font-size: 1.3em;
    margin-top: -5%;
    display: inline-block;
    margin: -5% auto;
}

.footer a{
    /*font-family: 'MSGloriolaIIStdMedium-Bold';*/
    color: white;
}

.boxdata{
    margin-bottom: 1em;
    border-right: 2px solid #022f6d;
    text-align: right;
}

.citta{
    font-size: 2.3em;
    color: white;
}

.data{
    font-size: 1.8em;
    color: #bae6ff;
}

.boxlocation{
    padding-top: 1.6em;
}

.location{
    font-size: 1.2em;
    color: #022f6d;
}

.div-agenda{
    padding: 4em 1.5em 4em 1.5em;
    font-size: 1.1em;
}

.moderatore{
    margin-top: 1.7em;
}

.content-agenda{
    /* border-left: 2px solid #022f6d; */
    color: #022f6d;
    padding: 0 1em;
    margin-bottom: 1.5em;
}

.content-agenda p{
    margin-bottom: .9em;
}

.box-speaker{
    color: #bae6ff;
    padding: 1em;
    /*border-bottom: 2px solid #00a1e2;*/

}

.nomerel{
    font-size: 1.3em;
    color: white !important;
}

.img-rel {
    border: 5px solid #00a1e2;
    border-radius: 50%;
}

.affiliazione{
    padding-top: 1em;
    color: white;
    font-size: .75em;
}

.biografia{
    padding-top: 1.2em;
}
.biografia-small{
    padding-top: 1.2em;
    font-size: .75em;
}

.div-link-strategie{
    border-left: 1px solid #022f6d;
    padding: 0 2em 2em 1em;
}

.linkstrategia{
    padding: .2em .5em;
    background: white;
    border-radius: 20px;
    margin: 5px;
    display: inline-block;
    color: #022f6d;
    font-size: .8em;
}

.square{
    width: .5em;
    height: .5em;
    display: inline-block;
    margin: 0 5px 0 10px;
    background: #bae6ff;
}
.square-neg{
    width: .5em;
    height: .5em;
    display: inline-block;
    margin: 0 5px 0 30px;
    border: 1px solid #bae6ff;
}

.squaretit{
    width: 0.5em;
    height: 0.5em;
    display: inline-block;
    margin: 0.2rem 15px 0 10px;
    background: #bae6ff;
    vertical-align: top;
}

.squaremenu{
    width: .3em;
    height: .3em;
    display: inline-block;
    margin: .2rem 5px 0 0;
    background: #bae6ff;
    vertical-align: top;
}

.titolostrategia{
    color: white;
    font-size: 1.2em;
}

.has-feedback .form-control {
    padding-left: 48px;
}

.form-custom{
    border-radius: 10px;
    height: 40px;
    background: #fff;
    color: #000;
}

.form-control-feedback {
    left: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #081f2e;
    /*background: #034a79;*/

    background: #03557f; /* Old browsers */
    background: -moz-linear-gradient(top,  #03557f 0%, #083e5c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #03557f 0%,#083e5c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #03557f 0%,#083e5c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03557f', endColorstr='#083e5c',GradientType=0 ); /* IE6-9 */


    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.feedback-email {
    background: #a20200; /* Old browsers */
    background: -moz-linear-gradient(top,  #a20200 0%, #750203 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a20200 0%,#750203 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a20200 0%,#750203 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a20200', endColorstr='#750203',GradientType=0 ); /* IE6-9 */
}

.form-group{
    margin-bottom: 15px;
}

select:invalid {
    color: #999999;
}

.btn-custom{
    border-radius: 40px;
    background: #FFF;
    padding: 0.5em 2em;
    font-size: 1.2em;
    width: 280px;
}

.btn-custom-live{
    border-radius: 40px;
    background: #FFF;
    margin: 1em 0;
    padding: 0.5em 2em;
    font-size: 1.2em;
}

.btn-custom-login{
    border-radius: 20px;
    background: #022f6d;
    color: white;
    padding: 0.5em 2em;
    font-size: 1em;
    height: 40px;
}

.btn-custom-login:hover{
    color: white;
    text-decoration: none;
}

/* .link-accedi{
    color: #022f6d;
    background: #bae6ff;
    border-radius: 40px;
    padding: 0.5em 2em;
    font-size: 1.2em;
    display: inline-block;
    width: 280px;
} */

.link-accedi{
    color: #022f6d;
    background: #bae6ff;
    padding: 0.5em 2em;
    border-radius: 2em;
    font-size: 1.3em;
    margin-top: -5%;
    display: inline-block;
    margin: 1rem auto 2rem auto;
}


.link-registrati{
    color: #022f6d;
    background: white;
    border-radius: 20px;
    padding: 0.5em 2em;
    font-size: 1em;
    display: inline-block;
}

.link-registrati-neg{
    color: white;
    background: #022f6d;
    border-radius: 20px;
    padding: 0.5em 2em;
    font-size: 1em;
    display: inline-block;
}

.link-registrati-neg:hover{
    color: white;
    background: #022f6d;
}

.div-live-container{
    margin-top: -5%;
}

.error-bg{
    background: rgb(221,44,0) !important;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */

    /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
    animation: fadein 0.5s, fadeout 0.5s 3.5s;
}


#snackbar-container {
    position: relative;
    width: 20rem;
    margin: 0 auto;
}
#snackbar, #snackbar-live {
    position: fixed;
    bottom: -10rem;
    z-index: 2;
    box-sizing: border-box;
    width: inherit;
    padding: 1rem;
    box-shadow: 0 0 1rem black;
    color: white;
    background-color: #005aa4;
    text-align: center;
    transition-property: bottom;
    transition-duration: .5s;
    font-size: 1.1rem;
    font-weight: 700;
}

#snackbar.active{
    bottom:5rem;
}
#snackbar-live.active{
    bottom:10rem;
}


/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}


#streaming-link{
    float: right;
    font-size: 1.5rem;
    margin: .5rem .5rem;
    margin-bottom: 3rem;
    list-style: none;
    display: block;
    position: relative;
    -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#streaming-link > li {
    display: inline-block;
    font-size: .9rem;
    /*font-weight: 700;*/
    position: relative;
    cursor: pointer;
    color: #FFFFFF;
    line-height: .5em;
    padding: .5rem;
    float: left;
}

#streaming-link > li.link-attivo {
    /*display: none;
    visibility: hidden;*/

    /*background: #002c50;*/
    /*color: #8baddc;*/
    color: #fff;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 8px 0px rgba(255,255,255,1);
}

#streaming-link > li + li {
    margin-left: 2rem;
}

.loading{
    /*position: absolute;*/
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    /*height: 100%;
    background-color: rgba(255,255,255,.15);*/
}
.loader {
    margin: auto;
    border-top: 2px solid #022f6d;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #022f6d;
    border-right: 2px solid #ffffff;

    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.video-container {
    min-height: 40%;
    min-width: 100%;
    position: relative;
    display: flex;
}

.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: -1;
}

.video-container h1{
    margin: auto;
    width: 80rem;
    max-width: 100%;
}

.header-container {
    /* min-height: 40%; */
    min-width: 100%;
    position: relative;
    display: flex;
    /* background-image: url(../../img/header-maggio-2024.jpg);
    background-size: cover;
    background-position: top left; */
}

.header-container img{
    width: 100%;
}

.div-materiale-speaker{
    margin-top: 1rem;
    padding: 1rem 0;
    border-top: 1px solid white;
}

hr{
    /* width: 75rem;
    max-width: 100%; */
    margin: 1.5rem auto;
    border-top: 1px solid white;
    color: white;
}
.header-webapp{
    text-align: left;
    padding: 5rem 5rem 5rem .5rem;
}
.cookie{
    border-top: 1px solid #FFF;
    margin-top: .5rem;
    padding: .5rem;
    display: block;
}