@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/InstantDocuments.Client/Components/Content/HomePageCarousel.Razor.rz.scp.css */
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body[b-qqzngoec0u] {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/* Declare heights because of positioning of img element */
.carousel-item[b-qqzngoec0u] {
    height: 24rem;
}

    .carousel-item > img[b-qqzngoec0u] {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 32rem;
    }




/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p[b-qqzngoec0u] {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading[b-qqzngoec0u] {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading[b-qqzngoec0u] {
        margin-top: 7rem;
    }
}
/* _content/InstantDocuments.Client/Components/Content/Infographic.razor.rz.scp.css */
/* -------------------------
   4-Step Legal Document Banner
   ------------------------- */

.steps-banner .step-item[b-lbv4wzfe2i] {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp-b-lbv4wzfe2i 0.8s ease forwards;
}

    .steps-banner .step-item:nth-child(1)[b-lbv4wzfe2i] {
        animation-delay: 0s;
    }

    .steps-banner .step-item:nth-child(2)[b-lbv4wzfe2i] {
        animation-delay: 0.2s;
    }

    .steps-banner .step-item:nth-child(3)[b-lbv4wzfe2i] {
        animation-delay: 0.4s;
    }

    .steps-banner .step-item:nth-child(4)[b-lbv4wzfe2i] {
        animation-delay: 0.6s;
    }

/* Fade-up animation */
@keyframes fadeUp-b-lbv4wzfe2i {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Icon pulse on hover */
.steps-banner .step-item:hover .step-icon[b-lbv4wzfe2i] {
    animation: pulse-b-lbv4wzfe2i 1s ease-in-out;
}

/* Pulse keyframes */
@keyframes pulse-b-lbv4wzfe2i {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }
}

/* Optional: text spacing for small screens */
.steps-banner .step-item p[b-lbv4wzfe2i] {
    margin-top: 0.5rem;
    margin-bottom: 0;
}
/* _content/InstantDocuments.Client/Components/Layout/MainLayout.razor.rz.scp.css */
html[b-kw0s91yuwt], body[b-kw0s91yuwt] {
    height: 100%;
    margin: 0;
    padding: 0;
}

main[b-kw0s91yuwt] {
    height: auto !important;
}

.main-layout[b-kw0s91yuwt] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.top-bar[b-kw0s91yuwt] {
    height: 56px;
    background: var(--color-primary);
    background: linear-gradient(90deg, var(--color-primary-dark) 50%, var(--color-primary) 70%);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.site-name-link[b-kw0s91yuwt] {
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
}

.layout-body[b-kw0s91yuwt] {
    margin-top: 56px;
    flex: 1;
    overflow: hidden;
}

.main-content[b-kw0s91yuwt] {
    padding: 1rem;
    height: auto;
}

footer[b-kw0s91yuwt] {
    margin-top: auto;
}
/* _content/InstantDocuments.Client/Components/Layout/MenuLeft.razor.rz.scp.css */
.sidebar-menu-item[b-0id38te0pr],
.sidebar-menu-item i[b-0id38te0pr],
.sidebar-menu-item a[b-0id38te0pr],
.sidebar-menu-item span[b-0id38te0pr] {
    color: white;
}

.sidebar-menu-item span[b-0id38te0pr] {
    display: block; /* or inline-block, depending on layout */
    white-space: nowrap; /* prevent wrapping to a new line */
    overflow: hidden; /* hides overflow */
    text-overflow: ellipsis; /* shows "…" when text overflows */
}
    .sidebar-menu-item i[b-0id38te0pr] {
        margin-left: 6px;
        margin-right: 6px;
        font-size: 1.5em;
    }
    .sidebar-menu-item a[b-0id38te0pr] {
        text-decoration: none;
    }
    .sidebar-menu-item a:hover[b-0id38te0pr] {
        color:antiquewhite;
    }

.sidebar.collapsed .sidebar-menu-item span[b-0id38te0pr] {
    display: none;
}
/* _content/InstantDocuments.Client/Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard[b-e4frq9jxya] {
    padding: 0;
}

.admin-tile[b-e4frq9jxya] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.admin-tile:hover[b-e4frq9jxya] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(-0.25rem);
    border-color: var(--color-primary);
}

.admin-tile-icon[b-e4frq9jxya] {
    font-size: 3rem;
    color: var(--color-primary);
    margin-bottom: 1rem;
}

.admin-tile-title[b-e4frq9jxya] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #212529;
}

.admin-tile-description[b-e4frq9jxya] {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.admin-tile .btn[b-e4frq9jxya] {
    margin-top: auto;
}

@media (max-width: 768px) {
    .admin-tile[b-e4frq9jxya] {
        padding: 1.5rem 1rem;
    }

    .admin-tile-icon[b-e4frq9jxya] {
        font-size: 2.5rem;
    }

    .admin-tile-title[b-e4frq9jxya] {
        font-size: 1.25rem;
    }
}
/* _content/InstantDocuments.Client/Components/Pages/Index.razor.rz.scp.css */
/* _content/InstantDocuments.Client/Components/Shared/ContentCard.razor.rz.scp.css */

.content-icon[b-e30ugmkun6] {
    font-size: 2em;
    margin-right: 0.5em;
}
/* _content/InstantDocuments.Client/Components/Shared/DebugComponents/CheatSheet.razor.rz.scp.css */
.bd-example button[b-ghav5oshxz] {
    margin-bottom: 2em;
}

h2[b-ghav5oshxz], h3[b-ghav5oshxz] {
    margin-top: 2em;
}
/* _content/InstantDocuments.Client/Components/Shared/ProductCard.razor.rz.scp.css */
.product-card[b-5ezhf7h38b] {
    transition: transform 0.2s ease-in-out;
    border-radius: 0.5rem;
    padding: 1rem;
}

.product-card:hover[b-5ezhf7h38b] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.product-price[b-5ezhf7h38b] {
    font-weight: bold;
    color: var(--color-primary);
}

.product-icon[b-5ezhf7h38b] {
    font-size: 2rem;
}

