html{
    height:100%;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Rounded", "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "Roboto", "Helvetica", sans-serif !important;
    /*display: flex;*/
    /*justify-content: center;
    align-items: center;/*
    /*height: 100vh;*/
    margin: 0;
    background: #f0f2f5;
    /*padding: calc((100vh - 790px ) /2 ) 0 100px 0; /*50px 0 100px 0;
    text-align: center;*/
    /*width:100vw;
    display: table;*/
    height:auto;
    padding: 20px 0;
}
.controls{
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Rounded", "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "Roboto", "Helvetica", sans-serif !important;
}
.inner-body{
    /*display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;*/
    text-align: center;
    /*position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
    overflow-x: hidden;
    overflow-y: auto;
   /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 360px;
    margin: 0 auto;
    border-radius: 20px;*/
    /*height:90vh;*/
    margin-top:50px;
    /*width: 380px;*/
    margin: 0 auto;
    padding: 20px 0;
}
@media screen and (max-width:480px) and (orientation:portrait){
    .inner-body{
        height:100% !important;
    }
}

#registrationPage{
    padding: 20px 0 100px 0;
    box-sizing: border-box;
    text-align: center;
}

#dropdown-menu{
    /*overflow-y: auto;*/
    max-height: 200px; /* o l’altezza che vuoi */
    -webkit-overflow-scrolling: touch; /* per lo scroll fluido su iOS */    
    overscroll-behavior: contain; /* previene lo scroll oltre il bordo */
    touch-action: pan-y; /* consente solo lo scroll verticale */
    top:0;
    position: absolute;
    z-index: 10001;
    left: 0;
    right: 0;    
}
@media screen and (max-width:480px) and (orientation:portrait){
    /*.gofixed #dropdown-menu, .gofixed #dropdown-menu-nazioni, .gofixed #dropdown-menu-comuni  {
        top:54px !important;
    }*/
}

.mt-1 {
    margin-top: 0.25rem!important;
}
.py-1{
    padding:10px 20px;
    color:#4a4a4a;
    transition: color 0.1s, background-color 0.1s;
}
.py-1:hover{
    background-color: #4a4a4a;
    color:#fff;
}

.box {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
    color: #4a4a4a;
    padding-left:0;
    display: block;
    position: absolute;
    z-index:10;
    max-height: 200px;
    overflow:auto;
    text-align: left;
    top: 0px;
    z-index: 10002;
    width:100%;
    /*min-height:200px;*/
    background-color: #eeeeee;
}

ul {
    list-style: none;
}

/*.input, .textarea {
    box-shadow: inset 0 0.0625em 0.125em rgb(10 10 10 / 5%);
    max-width: 100%;
    width: 100%;
}*/

.control.is-loading::after {
 position:absolute!important;
 right:.625em;
 top:.625em;
 z-index:4
}
.error-messages{ display: none;}
.hidden { visibility: hidden}


