@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /V1/Components/MainFooter.razor.rz.scp.css */
/* Main Footer */
.main-footer[b-hcqd9m2v33] {
    /*    background-color: #111;*/
    /*    color: white;*/
    /*background-image: url('brush-texture.png');*/ /* Optional: Add texture file */
    color: black;
    text-align: center;
    padding: 2px 0;
}

    .main-footer hr[b-hcqd9m2v33] {
        margin-bottom: 20px;
        border-color: #fff; /* Lighter than footer background for subtle contrast */
    }

.footer-content img.footer-logo[b-hcqd9m2v33] {
    max-width: 100px; /* Adjust size as needed */
    margin-bottom: 20px;
}

.footer-content h2[b-hcqd9m2v33] {
    margin-bottom: 20px;
    font-size: 1.5rem; /* Adjust size as needed */
    font-family: "Caveat Brush", system-ui;
/*    color: white;*/
    color: BLACK;
    /*text-shadow: 2px 2px 4px #00EA0C;*/
}

.social-links a[b-hcqd9m2v33] {
    display: inline-block;
    margin: 0 5px;
    /*margin-bottom: 5px;*/
}

.social-links img[b-hcqd9m2v33] {
    width: 30px; /* Adjust size as needed */
    height: auto;
}

.footer-content p[b-hcqd9m2v33] {
    margin: 10px 0;
    font-size: 0.8rem; /* Smaller font size for legal text */
}

.mendev-full[b-hcqd9m2v33] {
    font-family: 'Rock Salt', cursive;
    font-size: 0.7rem; /* Smaller font size for legal text */
    text-decoration: none;
}

.mendev-mendoza[b-hcqd9m2v33] {
    color: #00EA0C;
}

.mendev-development[b-hcqd9m2v33] {
    color: #ff6d00;
}
/* /V1/Layout/AdminLayout.razor.rz.scp.css */
/* Global layout styles */
.page[b-2k0f9c2jyg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2k0f9c2jyg] {
    flex: 1;
}

.sidebar[b-2k0f9c2jyg] {
    background-image: linear-gradient(0deg, #00DD00 0%, #000000 50%);
}

/* Top-row styles */
.top-row[b-2k0f9c2jyg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .top-row a[b-2k0f9c2jyg],
    .top-row .btn-link[b-2k0f9c2jyg] {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row a:hover[b-2k0f9c2jyg],
        .top-row .btn-link:hover[b-2k0f9c2jyg] {
            text-decoration: underline;
        }

        .top-row a:first-child[b-2k0f9c2jyg] {
            overflow: hidden;
            text-overflow: ellipsis;
        }

/* Responsive styles */
@media (max-width: 640.98px) {
    .top-row[b-2k0f9c2jyg] {
        justify-content: space-between;
    }

        .top-row a[b-2k0f9c2jyg],
        .top-row .btn-link[b-2k0f9c2jyg] {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-2k0f9c2jyg] {
        flex-direction: row;
    }

    .sidebar[b-2k0f9c2jyg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2k0f9c2jyg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth a:first-child[b-2k0f9c2jyg] {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-2k0f9c2jyg],
    article[b-2k0f9c2jyg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Article styles */
article.content[b-2k0f9c2jyg] {
    padding: 1rem;
}
/* /V1/Layout/AdminNavMenu.razor.rz.scp.css */
/* Navbar styles */
.navbar-toggler[b-gv4ebkp8u1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-gv4ebkp8u1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-gv4ebkp8u1] {
    font-size: 1.1rem;
}

/* Icon styles */
.bi[b-gv4ebkp8u1] {
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
    padding-right: 10px;
}

/* Nav item styles */
.nav-item[b-gv4ebkp8u1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gv4ebkp8u1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gv4ebkp8u1] {
        padding-bottom: 1rem;
    }

    /* Link styles */
    .nav-item[b-gv4ebkp8u1]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-gv4ebkp8u1]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-gv4ebkp8u1]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

/* Responsive styles */
@media (min-width: 641px) {
    .navbar-toggler[b-gv4ebkp8u1] {
        display: none;
    }

    .collapse[b-gv4ebkp8u1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-gv4ebkp8u1] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /V1/Layout/MainLayout.razor.rz.scp.css */
.page[b-7v5tk77oh4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7v5tk77oh4] {
    flex: 1;
}

.sidebar[b-7v5tk77oh4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7v5tk77oh4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7v5tk77oh4]  a, .top-row[b-7v5tk77oh4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7v5tk77oh4]  a:hover, .top-row[b-7v5tk77oh4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7v5tk77oh4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-7v5tk77oh4] {
        justify-content: space-between;
    }

    .top-row[b-7v5tk77oh4]  a, .top-row[b-7v5tk77oh4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7v5tk77oh4] {
        flex-direction: row;
    }

    .sidebar[b-7v5tk77oh4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7v5tk77oh4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7v5tk77oh4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7v5tk77oh4], article[b-7v5tk77oh4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /V1/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-l4q4o6qwox] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-l4q4o6qwox] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-l4q4o6qwox] {
    font-size: 1.1rem;
}

.bi[b-l4q4o6qwox] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-l4q4o6qwox] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-l4q4o6qwox] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-l4q4o6qwox] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-l4q4o6qwox] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l4q4o6qwox] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l4q4o6qwox] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l4q4o6qwox]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-l4q4o6qwox]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-l4q4o6qwox]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-l4q4o6qwox] {
        display: none;
    }

    .collapse[b-l4q4o6qwox] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-l4q4o6qwox] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /V1/Pages/Home.razor.rz.scp.css */
.home-container[b-lvorzglipf] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    text-align: center;
    padding: 2rem;
    /*background-image: url('brush-texture.png');*/ /* Optional: Add texture file */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

    .home-container h1[b-lvorzglipf],
    .home-container h4[b-lvorzglipf] {
        font-family: 'Caveat Brush', cursive;
        color: indigo;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .home-container h1[b-lvorzglipf] {
        font-size: clamp(2.5rem, 5vw, 4rem);
        margin-bottom: 1rem;
        animation: slideFadeIn-b-lvorzglipf 1.5s ease-out;
    }

    .home-container h4[b-lvorzglipf] {
        font-size: clamp(1.2rem, 3vw, 2rem);
        font-weight: normal;
        animation: slideFadeIn-b-lvorzglipf 2s ease-out;
    }

.fade-in[b-lvorzglipf] {
    opacity: 0;
    animation: fadeIn-b-lvorzglipf 1.5s ease-out forwards;
}

@keyframes fadeIn-b-lvorzglipf {
    to {
        opacity: 1;
    }
}

@keyframes slideFadeIn-b-lvorzglipf {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 641px) {
    .home-container[b-lvorzglipf] {
        min-height: 40vh;
    }
}
