b,.bold{}
.light{}
.font-small{font-size:13px;}
.content{box-sizing:border-box;padding:20px;color:white;width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.page{box-sizing:border-box;width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.border-top{border-top:solid;border-top-width:1px;}
.confirmDialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding-bottom:100px;}
.confirmDialog.darkAlphaBg{background-color:rgba(12,48,81,0.91);//background-color:#0c3051e8;}
.confirmDialog .title{font-size:30px;font-family:'Helvetica';max-width:400px;}
.confirmDialog .close{font-size:30px;}
.titAgenda{color:var(--textHighlightColor);margin-top:40px;}
.agenda-container{box-sizing:border-box;background-color:#e0e0e042;padding:20px;color:white;width:100%;max-width:920px;}
.agendaLine{display:flex;font-size:13px;margin-top:20px;}
.agendaTime{width:200px;}
.agendaDetail{width:100%;font-weight:bold;}
.agendaPlace{font-style:italic;font-weight:normal;}
.partecipoBt{font-size:30px;color:var(--textHighlightColor);width:100%;align-self:center;cursor:pointer;}

