/* _content/ArcCommercial/Pages/Shared/_Layout.cshtml.rz.scp.css */
.navbar[b-das86qar54] {
    background-color: #003a5c !important;
}

.navbar-brand[b-das86qar54] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    text-decoration: none;
}

    .navbar-brand:hover[b-das86qar54] {
        color: #ffffff;
        text-decoration: none;
    }

    .navbar-brand img[b-das86qar54] {
        max-height: 32px;
        height: auto;
        width: auto;
    }

header[b-das86qar54] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #00243f !important;
    border-top: 3px solid #007acc; 
    border-bottom: 3px solid #007acc; 
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
    box-shadow: 0 2px 10px #007acc;
}

.footer[b-das86qar54] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1030;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00243f !important;
    color: #ffffff;
}

.spinner-backdrop[b-das86qar54] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner[b-das86qar54] {
    width: 60px;
    height: 60px;
    border: 8px solid #ccc;
    border-top: 8px solid #003a5c !important;
    border-radius: 50%;
    animation: spin-b-das86qar54 0.8s linear infinite;
}

@keyframes spin-b-das86qar54 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
