.hundred {
    width:100%;
    height:100%;
}
.centerdiv {
    display:flex;
    height:100%;
    width:100%;
    justify-content: center;
    align-items: center;
}
.centerdiv2 {
    display:flex;
    justify-content: center;
    align-items: center;
}
.rilievo {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.rilievo-table {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2), 0 18px 20px 0 rgba(0, 0, 0, 0.19);
}

.rilievo-header {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    
}

.head{
    width:100%;
    background-color: white;
}

.divPw {
    display:flex;
    justify-content: left;
    align-items: center;
}

.hide {
    display:none;
}
.show{
    display:block;
}
.passwordControl {
    display:inline-block;
    background-color: rgb(255, 122, 122);
    border-style: solid;
    border-color:rgb(255, 107, 107);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-width: 1px;
    width:100%;

}

.sfondo {
    background-image: url("/immagini/sfondo.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.sfondoAmm {
    background-image: url("/immagini/background.jpg") !important;
    background-size: cover;
    background-repeat: repeat;
}

.rowmio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.logo {
    height: 100px;
    width: auto;
}

html{
    height:100% !important;
    width:100% !important;
}
body{
    height:100% !important;
    width:100% !important;
}

.mr-1{
    margin-right: 10px;
}

@media (max-width: 576px) { 
    .col-xs-0 {
      display: none;
    }
}
@media (max-width: 991px) { 
    .flex-alignment {
        flex-direction: column;
        align-items: end !important;
    }
}
.justify-content-end-n-i{
    justify-content: end;
}

.justify-content-start-n-i{
    justify-content: start;
}
@media (max-width: 991px){
    .navbar .dropdown-menu {
        position: static;
    }
    .justify-content-between-sm{
        justify-content: space-between !important;
    }
}

.rounded-left{
    border-radius:0.375rem 0rem 0rem 0.375rem !important;
}

.rounded-right{
    border-radius:0rem 0.375rem 0.375rem 0rem !important;
}



.d-show-bar{
    animation-name:searchBarReturnAn; 
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards ;
  }

@keyframes searchBarReturnAn {
    from {width:100%;
        opacity: 1;}
    to {width:0%;
        opacity: 0;}
  }

.d-show-bar.active {
    animation-name:searchBarAn; 
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards ;
}

@keyframes searchBarAn {
    from {width:0%;
        opacity: 0;}
    to {width:100%;
        opacity: 1;}
  }


.d-none-ni{
    opacity:0;
}

.d-none-ni-menu{
    display: flex !important;
    animation-name:menuAnRewind; 
    animation-duration: 0.1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards ;
}

@keyframes menuAnRewind {
    from {
        height:80px;
        opacity: 1;}
    to {
        height:0px;
        opacity: 0;}
}

@media (min-width: 992px) { 
    .showMenu {
        display:none;
    }
}

.btnMenu{
    height:40px;
    background-color: white;
    z-index:10;
    border: none;
}

.btnMenu:hover{

    border-width: 2px;

}


.break {
    flex-basis: 100%;
    height: 0;
  }

.full-line {
    width:100%;
}

.height-80{
    height:80px;
}

.d-flex-menu{
    display: flex !important;
    animation-name:menuAn; 
    animation-duration: 0.1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards ;

}
@keyframes menuAn {
    from {
        height:0px;
        opacity: 0;}
    to {
        height:80px;
        opacity: 1;}
}

@media (min-width: 992px) { 
    .d-flex-menu {
        display: none !important;;
    }
}

.underline {
    display: block;
    position: relative;
    padding: 0.2em 0;
  }
  
  /* Fade in */
  .underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.15em;
    background-color: #26b3fb;
    opacity: 1;
    transition: opacity 300ms, transform 300ms;
    transform: scale(0);
    transform-origin: center;
  }

.underline:hover::after,
.underline:focus::after {
    transform: scale(1);
}

#searchBar:disabled{
    background-color: white !important;
}

.title{
    font-weight: bold;
    color : black;
}

.w-form{
    width : 93% !important;
}

.penButton{
    height: 24px;

}

.penButton:active{
    background-color: rgb(214, 212, 212);
    border-radius: 30px;
}

.d-show{
    display: block !important;
}
.cross{
    height: 24px;
    width: 24px;
}

.cross:active{
    background-color: rgb(214, 212, 212);
    border-radius: 30px;
}

.popup{
    position:absolute;
    background-color: white;
    z-index: 10;
    top: 90px;
    border-radius: 5px;
    
}
.spanpopup{
    display: inline-block;
    font-size:25px; 
    font-weight:bold;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
}

.btn-popup{
    width:95px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
}

.d-none{
    display: none!important;
}

.blur{
    filter: blur(20px);
    pointer-events: none;
    user-select: none;
}

.flex-direction-column{
    flex-direction: column!important;
}

.d-flex-navbar{
    display: flex!important;
}

@media (max-width: 991px) { 
    .d-flex-navbar {
        display: none !important;;
    }
}

.fw-boldest {
    font-weight: 900 !important;
  }

.text-border{
    -webkit-text-stroke: 1px #26b3fb; 
    color:white;
}

.rilievo-text{
    text-shadow: 2px 2px 4px #000000;
}

.btn-corsi{
    height:80px; 
    background: rgb(90,199,255);
    background: radial-gradient(circle, rgba(90,199,255,1) 0%, rgba(110,206,255,1) 43%, rgba(133,214,255,1) 70%);
    border-radius: 10px;
    margin-top:20px;
}
.btn-accessi{
    background-color: #26b3fb;
    border-radius: 10px;
    margin-top:20px;
    padding: 5px;
}

.btn-corsi:hover{
    background-color: #00aaff;
    box-shadow: inset 0 -4px 8px 0px rgba(83, 83, 83, 0.2),inset 0 -6px 20px 0 rgba(83, 83, 83, 0.19);
}

.videoCorsi{
    position: relative;
    width : 100%;
    background: rgb(90,199,255);
    background: radial-gradient(circle, rgba(90,199,255,1) 0%, rgba(110,206,255,1) 43%, rgba(133,214,255,1) 70%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 10 !important;
    border-width: 0px;
}
.videoCorsi:hover{
    background-color: #00aaff;
}

.videoCorsiElearning{
    position: relative;
    width : 100%;
    background: rgb(90,199,255);
    background: radial-gradient(circle, rgba(90,199,255,1) 0%, rgba(110,206,255,1) 43%, rgba(133,214,255,1) 70%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 10 !important;
    border-width: 0px;
}

.textCorsi{
    font-size:24px;
}

.divTable{
    margin-top:30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 12 !important;
}

.tableLine{
    color:white;
}
.firstTable{
    position: relative;
    height:0px;
    margin-top: -35px;
    z-index: 0;
}
.tableAn{
    display: none;
    position: relative;
    height:0px;
    margin-top: 0px;
    z-index: 0;
    /*animation-name:deshowTab; 
    animation-duration: 0.1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards ;
    opacity: 1;*/
}

.tableAn.active{
    height: 10px!important;
    display:table !important;
    animation-name:showTab; 
    animation-duration: 0.1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards ;
    opacity: 0;
    z-index: 0 !important;
}
@keyframes showTab {
    from {
        margin-top:-35px;
        opacity: 0;}
    to {
        margin-top: 0px;
        opacity: 1;}
}

@keyframes deshowTab {
    from {
        margin-top: 0px;
        opacity: 1;}
    to {
        max-height:0px!important;
        margin-top: -35px;
        opacity: 0;}
}

.svgAn {
    transform: rotate(-180deg);
}

.btn-toView {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6ea8ff;
    --bs-btn-border-color: #6da7ff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5d8acc;
    --bs-btn-hover-border-color: #678ec9;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6e90c2;
    --bs-btn-active-border-color: #6d8cbb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #70a9ff;
    --bs-btn-disabled-border-color: #7bb0ff;
  }

  .input100 {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
  
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px;
  }

  .nuvola{
    position:absolute; 
    right:0; 
    left:0; 
    margin-left:auto; 
    margin-right:auto; 
    z-index:0;
  }

  .divNuv{
    width:400px;
  }

  @media (max-width: 550px) { 
    .nuvola {
        display: none;
    }
    .divNuv{
        display: none;
      }
}

.btnCorsi{
    background-color: white;
}
.btnCorsi:hover{
    background-color: whitesmoke;
}

.btnCorsi:after{
    background-color: whitesmoke;
}