
@font-face {
    font-family: 'Digibeat'; /* Il nome del tuo font personalizzato */
    src: url('../fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype'); /* Percorso del file TTF rispetto al file CSS */
}

/** GENERAL SETTINGS **/
html {
    width: auto !important;
    overflow-x: hidden !important;
}


.navbar {
    z-index: 99999;
}

.header-font {
    font-family: 'Digibeat', sans-serif;
    font-size: 1.1rem;
    font-weight: 100;
    letter-spacing: 0.1rem;
}

.menu-mobile {
    position: fixed;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    z-index: 99999999;
    transition: right 1s;
}

.link-mobile-active a {
    color: #3c7a98 !important;
    text-decoration: none !important;
}


.link-mobile-active a:hover {
    color: #58b3de;
}

.opacity {
    position: absolute;
    width: 100%;
    height: 60px;
    background: rgba(255,255,255,0.5);
}

.cookie-privacy {
    position: relative;
    width: 200px;
    height: 45px;
    padding: 10px 10px 10px 10px;
    left: 50px;
    bottom: 0px;
    background: #5397CC;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}

.cookie-privacy a {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}

.cookie-privacy a:hover {
    color: #c4c4c4;
    font-size: 15px;
    text-decoration: underline;
}

.cookie-banner {
    position: fixed;
    width: 350px;
    height: 350px;
    padding: 10px 10px 10px 10px;
    right: 50px;
    bottom: 50px;
    background-image: linear-gradient(to top right, #23a9e0, #23a9e0);
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    box-shadow: 5px 5px 8px #909090;
    color: white;
}

.cookie-banner a {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}

.cookie-banner a:hover {
    color: #c4c4c4;
    font-size: 15px;
    text-decoration: underline;
}

.padding-bottom-footer {
    padding-bottom: 0px !important;
}

.login-background {
    background: url('../images/Login-page-img.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
}

.bkg-white-login {
    background-color: rgba(255,255,255,0.8);
    padding: 70px 60px 60px 60px;
}
