﻿.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.box_avviso {
    background-color: #ffffff;
    width: 650px;
    margin: 0 auto;
    border-radius: 25px;
    padding: 25px;
    line-height: 1.3rem;
    margin: 25px;
}

.btn_avviso {
    background-color: #1c8ec7;
    padding: 15px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-radius: 10px;
}

    .btn_avviso:hover {
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

.main-content {
    pointer-events: none;
    filter: blur(2px);
}

.hidden {
    display: none;
}

.no-blur {
    filter: none;
    pointer-events: auto;
}

.mb5 {
    margin-bottom: 5px;
}

span {
    display: inline-block;
}
