@import '_content/EPComponents/EPComponents.tmlze1vf3x.bundle.scp.css';

/* _content/BIGART-VET/Pages/Index.razor.rz.scp.css */
.image-container[b-kkldrvzm6d] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Styles for the footer container */
.footer[b-kkldrvzm6d] {
    background-color: #f8f9fa; /* Light gray background color for the footer */
    padding: 20px; /* Add padding to the footer for spacing */
    text-align: center; /* Center-align text inside the footer */
    border-top: 1px solid #dee2e6; /* Optional: Add a top border for separation */
}

/* Styles for the background class */
.bg[b-kkldrvzm6d] {
    background-color: indigo; /* Dark background color for the footer */
    color: #ffffff; /* White text color for contrast */
    padding: 20px; /* Padding to ensure content does not touch the edges */
    text-align: center; /* Center-align text */
    border-top: 1px solid #495057; /* Slightly lighter border color for the top */
}

/* Optional: Style for the footer text */
.footer p[b-kkldrvzm6d] {
    margin: 0; /* Remove default margin */
    font-size: 14px; /* Adjust font size as needed */
}
/* _content/BIGART-VET/Shared/MainLayout.razor.rz.scp.css */
.page[b-95xyb9o3bl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-95xyb9o3bl] {
    flex: 1;
}

.sidebar[b-95xyb9o3bl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-95xyb9o3bl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-95xyb9o3bl]  a, .top-row .btn-link[b-95xyb9o3bl] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-95xyb9o3bl] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-95xyb9o3bl] {
        display: none;
    }

    .top-row.auth[b-95xyb9o3bl] {
        justify-content: space-between;
    }

    .top-row a[b-95xyb9o3bl], .top-row .btn-link[b-95xyb9o3bl] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-95xyb9o3bl] {
        flex-direction: row;
    }

    .sidebar[b-95xyb9o3bl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-95xyb9o3bl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-95xyb9o3bl], article[b-95xyb9o3bl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/BIGART-VET/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ub9rexoy42] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ub9rexoy42] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ub9rexoy42] {
    font-size: 1.1rem;
}

.oi[b-ub9rexoy42] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ub9rexoy42] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ub9rexoy42] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ub9rexoy42] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ub9rexoy42]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ub9rexoy42]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ub9rexoy42]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
.img-center[b-ub9rexoy42] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.navbar-brand img[b-ub9rexoy42] {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .img-center[b-ub9rexoy42] {
        justify-content: center;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-ub9rexoy42] {
        display: none;
    }

    .collapse[b-ub9rexoy42] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-ub9rexoy42] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
