html {
    height: 100%
}
body {
    height: 100%;
    margin: 0px;
    padding: 0px
}
#over_map {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}
#under_map {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 99;
}
#botright_map {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 99;
}

#reunionTreggo {
    text-align: center;
    vertical-align: middle;
}
#reunionTreggo a {
    width: auto;
    background: #00BAFF;
    border-color: #00BAFF;
    color: #ffffff;
    border-radius: 30px;
    text-transform: none;
    padding: 18px 30px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    box-shadow: 0px 8px 22px rgb(0 0 0 / 50%);
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: normal;

}

.animated-btn{
    transition: all .25s ease-in-out;
}
.animated-btn:hover{
    transform: scale(1) translateY(-4px) translateZ(20px);
    background: transparent !important;
    color: #002C42 !important;
}

.angular-google-map-container {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.radio-group-column {
    column-gap: 10px;
    row-gap: 5px;
    display: flex;
    flex-wrap: wrap;
    width: 100vh;
}

.color-secondary{
   color: #17A6E9 !important ; 
   font-size: 1rem;
    letter-spacing: 0.1px;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
}