html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}



html {
    position: relative;
    min-height: 100%;
}



/* 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 {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.fadeInStart {
    display: none;
}

.hidden {
    display: none;
}

/* Ombreggiatura right per servizi e chi siamo */
.shadow-right {
    -webkit-box-shadow: 14px 0px 18px -15px #3D3D3D;
    -moz-box-shadow: 14px 0px 18px -15px #3D3D3D;
    box-shadow: 14px 0px 18px -15px #3D3D3D;
}

/*Classi per sidebar e toggle button*/
.toggle-btn {
    position: relative;
    top: 50vh;
    transform: translateY(-50%);
}

/* Ensure the sidebar is scrollable */
#sidebarContainer {
    max-height: 100vh;
    overflow-y: auto;
    position: sticky;
    top: 0;
}
    /* Hide scrollbar for WebKit-based browsers (Chrome, Safari) */
    #sidebarContainer::-webkit-scrollbar {
        width: 0px; /* Remove scrollbar space */
        background: transparent; /* Optional: Just to be safe */
    }

/* For Firefox */
#sidebarContainer {
    scrollbar-width: none; /* Hide scrollbar */
}

/* For Internet Explorer, Edge */
#sidebarContainer {
    -ms-overflow-style: none; /* Hide scrollbar */
}

/* Main content should scroll independently */
.main-content {
    overflow-y: auto;
}

/* Ensure the sidebar's parent doesn't overflow */
.full-height {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

/*colore table attiva*/
.active {
    background-color: #76cbe8 !important;
}

.watermark {
    position: fixed;
    bottom: 0;
    right: 0;
    width: auto;
    margin: 0;
}
