/* _content/MRamirezConstruction/Shared/AdminLayout.razor.rz.scp.css */
.page[b-19l1duttu0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-19l1duttu0] {
    flex: 1;
}

.sidebar[b-19l1duttu0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-19l1duttu0] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 10.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle farthest-corner at 10% 20%, #1f3367 0%, #0a1a33 100%);
    cursor: pointer !important;
}

    .top-row[b-19l1duttu0]  a, .top-row[b-19l1duttu0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-19l1duttu0]  a:hover, .top-row[b-19l1duttu0]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-19l1duttu0]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.banner-logo[b-19l1duttu0] {
    height: 20vh;
    width: 100%;
}

.nav-row[b-19l1duttu0] {
    border-bottom: 1px solid #d6d5d5;
    height: 2.78rem;
    display: flex;
    align-items: center;
    background: #0a1a33;
}

.nav-icon[b-19l1duttu0] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.nav-row-text[b-19l1duttu0] {
    color: #fff !important;
}

    .nav-row-text:hover[b-19l1duttu0] {
        color: var(--theme-green) !important;
    }

.vertical-divider[b-19l1duttu0] {
    width: 1px;
    height: 24px;
    background-color: #d6d5d5;
    margin-left: 16px;
}

.footer[b-19l1duttu0] {
    background-color: #e6ebf0;
    padding: 20px 0;
    text-align: center;
    margin-top: 20px;
}

    .footer .container[b-19l1duttu0] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer p[b-19l1duttu0] {
        margin: 0;
        color: #6c757d;
    }

    .footer nav[b-19l1duttu0] {
        margin-top: 10px;
    }

    .footer .footer-link[b-19l1duttu0] {
        margin: 0 10px;
        color: #007bff;
        text-decoration: none;
    }

        .footer .footer-link:hover[b-19l1duttu0] {
            text-decoration: underline;
        }

.social-icons[b-19l1duttu0] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.social-icon[b-19l1duttu0] {
    width: 24px;
    height: 24px;
}



/* fade-in animation */
@keyframes fadeIn-b-19l1duttu0 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-in[b-19l1duttu0] {
    animation: fadeIn-b-19l1duttu0 1s ease-out;
}

@media (max-width: 640.98px) {
    .top-row[b-19l1duttu0] {
        justify-content: space-between;
    }

        .top-row[b-19l1duttu0]  a, .top-row[b-19l1duttu0]  .btn-link {
            margin-left: 0;
        }

    .nav-item[b-19l1duttu0] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 641px) {
    .page[b-19l1duttu0] {
        flex-direction: row;
    }

    .sidebar[b-19l1duttu0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-19l1duttu0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-19l1duttu0]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-19l1duttu0], article[b-19l1duttu0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


#blazor-error-ui[b-19l1duttu0] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-19l1duttu0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/MRamirezConstruction/Shared/MainLayout.razor.rz.scp.css */
.page[b-dkn6tslmrd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dkn6tslmrd] {
    flex: 1;
}

.sidebar[b-dkn6tslmrd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dkn6tslmrd] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 10.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle farthest-corner at 10% 20%, #1f3367 0%, #0a1a33 100%);
    cursor: pointer !important;
}

    .top-row[b-dkn6tslmrd]  a, .top-row[b-dkn6tslmrd]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-dkn6tslmrd]  a:hover, .top-row[b-dkn6tslmrd]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-dkn6tslmrd]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.banner-logo[b-dkn6tslmrd] {
    height: 20vh;
    width: 100%;
}

.nav-row[b-dkn6tslmrd] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a1a33;
}

.nav-icon[b-dkn6tslmrd] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.nav-row-text[b-dkn6tslmrd] {
    color: #fff !important;
}

    .nav-row-text:hover[b-dkn6tslmrd] {
        color: var(--theme-green) !important;
    }

.vertical-divider[b-dkn6tslmrd] {
    width: 1px;
    height: 24px;
    background-color: #d6d5d5;
    margin-left: 16px;
}

.footer[b-dkn6tslmrd] {
    background-color: #e6ebf0;
    padding: 20px 0;
    text-align: center;
    margin-top: 20px;
}

    .footer .container[b-dkn6tslmrd] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer p[b-dkn6tslmrd] {
        margin: 0;
        color: #6c757d;
    }

    .footer nav[b-dkn6tslmrd] {
        margin-top: 10px;
    }

    .footer .footer-link[b-dkn6tslmrd] {
        margin: 0 10px;
        color: #007bff;
        text-decoration: none;
    }

        .footer .footer-link:hover[b-dkn6tslmrd] {
            text-decoration: underline;
        }

.social-icons[b-dkn6tslmrd] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.social-icon[b-dkn6tslmrd] {
    width: 24px;
    height: 24px;
}



/* fade-in animation */
@keyframes fadeIn-b-dkn6tslmrd {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-in[b-dkn6tslmrd] {
    animation: fadeIn-b-dkn6tslmrd 1s ease-out;
}

@media (max-width: 640.98px) {
    .top-row[b-dkn6tslmrd] {
        justify-content: space-between;
    }

        .top-row[b-dkn6tslmrd]  a, .top-row[b-dkn6tslmrd]  .btn-link {
            margin-left: 0;
        }

    .nav-item[b-dkn6tslmrd] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 641px) {
    .page[b-dkn6tslmrd] {
        flex-direction: row;
    }

    .sidebar[b-dkn6tslmrd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dkn6tslmrd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-dkn6tslmrd]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-dkn6tslmrd], article[b-dkn6tslmrd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


#blazor-error-ui[b-dkn6tslmrd] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-dkn6tslmrd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
