@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/EcoImpulsa/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3bths988tp] {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

main[b-3bths988tp] {
    flex: 1;
}

.sidebar[b-3bths988tp] {
    background-color: #02833d;
    position: relative;
}

.content[b-3bths988tp] {
    overflow: auto;
}

.top-row[b-3bths988tp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-3bths988tp]  a, .top-row[b-3bths988tp]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-3bths988tp]  a:hover, .top-row[b-3bths988tp]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-3bths988tp]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer[b-3bths988tp] {
    background-color: #02833d;
    color: white;
    margin: 0;
}

.footer img[b-3bths988tp] {
    max-height: 193px;
    width: auto;
}

.footer a[b-3bths988tp] {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    transition: font-size 0.2s ease;
}

.footer a:hover[b-3bths988tp] {
    font-size: 1.5rem;
}

.footer a h6[b-3bths988tp] {
    transition: font-size 0.2s ease;
}

.footer a h6:hover[b-3bths988tp] {
    font-size: 1.2rem;
}

.social div[b-3bths988tp] {
    display: flex;
    height: 40px;
    width: 250px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.social-buttons div[b-3bths988tp] {
    width: 30px;
}

@media (max-width: 640.98px) {
    .top-row[b-3bths988tp] {
        justify-content: space-between;
    }

    .top-row[b-3bths988tp]  a, .top-row[b-3bths988tp]  .btn-link {
        margin-left: 0;
    }

    .sidebar[b-3bths988tp] {
        background-color: #02833d;
    }

    article[b-3bths988tp] {
        min-height: calc(100vh - 543px);
    }

    .social[b-3bths988tp] {
        height: 211px;
    }
}

@media (min-width: 641px) {
    .page[b-3bths988tp] {
        flex-direction: row;
    }

    .sidebar[b-3bths988tp] {
        width: 250px;
        min-height: calc(100vh - 220px);
        position: sticky;
        top: 0;
    }

    .top-row[b-3bths988tp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3bths988tp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3bths988tp], article[b-3bths988tp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
    
    .footer[b-3bths988tp] {
        background-image: linear-gradient(to right, #02833d, rgba(2, 131, 61, 0.9), #02833d);
    }
}

#blazor-error-ui[b-3bths988tp] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-3bths988tp] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/EcoImpulsa/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-a6d2jlyajs] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 46px;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(118, 183, 42);
}

.navbar-toggler:checked[b-a6d2jlyajs] {
    background-color: rgba(118, 183, 42, 0.5);
}

.top-row[b-a6d2jlyajs] {
    height: 5.8rem;
    background: #f7f7f7;
}

.top-row img[b-a6d2jlyajs] {
    height: 100%;
    width: auto;
}

.navbar-brand[b-a6d2jlyajs] {
    font-size: 1.1rem;
}

.nav-item[b-a6d2jlyajs] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-a6d2jlyajs] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-a6d2jlyajs] {
        padding-bottom: 1rem;
    }

    .nav-item[b-a6d2jlyajs]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.bi[b-a6d2jlyajs] {
    font-size: 1.8rem;
}

.nav-item[b-a6d2jlyajs]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-a6d2jlyajs]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-a6d2jlyajs] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-a6d2jlyajs] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-a6d2jlyajs] {
        display: none;
    }

    .nav-scrollable[b-a6d2jlyajs] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: 100%;
        overflow-y: auto;
    }
}
/* _content/EcoImpulsa/Components/Pages/Collections/Start.razor.rz.scp.css */
[b-ro4oaba1ia] .e-float-text{
    font-size: 1rem !important;
    line-height: 1 !important;
    font-weight: normal !important;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
    top: 15px !important;
}
