/* _content/AppConformità/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-v1v5pya5ni] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-v1v5pya5ni] {
    color: #0077cc;
}

.btn-primary[b-v1v5pya5ni] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-v1v5pya5ni], .nav-pills .show > .nav-link[b-v1v5pya5ni] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-v1v5pya5ni] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-v1v5pya5ni] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-v1v5pya5ni] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-v1v5pya5ni] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-v1v5pya5ni] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.cardHome[b-v1v5pya5ni] {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: white;
    text-align: center;
    margin-right: 10px;
    color: black; /* Colore del testo impostato a nero */
    text-decoration: none; /* Evita la sottolineatura */
}

.navbar[b-v1v5pya5ni] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #0058a2 !important; /* Colore di sfondo della navbar */
    height: 100px;
    transition: top 0.3s linear;
}

    .navbar.hide-navbar[b-v1v5pya5ni] {
        top: -120px;
        transition: top 0.3s ease-in-out;
    }

    .navbar.show-navbar[b-v1v5pya5ni] {
        top: 0;
        transition: top 1s ease-in-out;
    }
