@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/SpicyVisionUi/Components/Admin/Pages/ProjectAdmin/AgreementGenerator.razor.rz.scp.css */
.terms-container[b-c4hbkukciw] {
    max-width: 600px;
}

.term-item[b-c4hbkukciw] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

    .term-item input[type="checkbox"][b-c4hbkukciw] {
        margin-right: 10px;
        margin-top: 2px; /* Vertically aligns the checkbox with the label */
    }

    .term-item label[b-c4hbkukciw] {
        flex: 1;
        word-break: break-word;
    }
/* _content/SpicyVisionUi/Components/Admin/Pages/ProjectAdmin/InvoiceGenerator.razor.rz.scp.css */
/* _content/SpicyVisionUi/Components/Admin/Pages/ProjectAdmin/ProjectDisplay.razor.rz.scp.css */
.custom-table[b-dgd0emo208] {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    width: 100%;
}

    .custom-table thead th[b-dgd0emo208] {
        background-color: #f8f9fa;
        border-bottom: 2px solid #dee2e6;
        padding: 12px 15px;
        font-weight: 600;
        color: #495057;
    }

    .custom-table tbody tr[b-dgd0emo208] {
        transition: all 0.2s ease;
    }

        .custom-table tbody tr:hover[b-dgd0emo208] {
            background-color: rgba(0,123,255,0.05);
        }

    .custom-table td[b-dgd0emo208] {
        padding: 12px 15px;
        vertical-align: middle;
        border-top: 1px solid #dee2e6;
    }

.draggable-row[b-dgd0emo208] {
    cursor: grab;
}

    .draggable-row:active[b-dgd0emo208] {
        cursor: grabbing;
    }

.dragging[b-dgd0emo208] {
    opacity: 0.5;
    background-color: #f8f9fa;
}

.custom-action-button[b-dgd0emo208] {
    background: transparent;
    border: none;
    color: #6c757d;
    transition: color 0.2s;
}

    .custom-action-button:hover[b-dgd0emo208] {
        color: #0d6efd;
    }
/* _content/SpicyVisionUi/Components/Admin/Pages/ProjectAdmin/ProjectManager.razor.rz.scp.css */
/* Custom styles for the project tabs */
.project-tabs .nav-tabs .nav-link[b-ktui8pbt3s] {
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

    .project-tabs .nav-tabs .nav-link.active[b-ktui8pbt3s] {
        background-color: #f8f9fa;
        border-bottom-color: transparent;
        color: #007bff;
    }

    .project-tabs .nav-tabs .nav-link:not(.active):hover[b-ktui8pbt3s] {
        background-color: rgba(0, 123, 255, 0.05);
    }

.tab-content[b-ktui8pbt3s] {
    padding-top: 20px;
}
/* _content/SpicyVisionUi/Components/Admin/Pages/ProjectAdmin/ReadingView/ProjectViewer.razor.rz.scp.css */
@media print {
    .row[b-gwyytbg5hh] {
        display: flex !important; /* Force the row to use flexbox during printing */
        flex-wrap: nowrap; /* Prevent wrapping onto multiple lines */
    }

    .col-lg-4[b-gwyytbg5hh], .col-lg-2[b-gwyytbg5hh] {
        flex: 1; /* Ensure columns take up equal space */
    }

    .d-print-none[b-gwyytbg5hh] {
        display: none !important; /* Hide elements you don’t want in print */
    }
}

.status-badge[b-gwyytbg5hh] {
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.small-font[b-gwyytbg5hh] {
    font-size: 0.85rem;
}

.strikethrough[b-gwyytbg5hh] {
    text-decoration: line-through;
}

.print-friendly[b-gwyytbg5hh] {
    /* Print-specific styles can go here */
}

/* Improved responsive styling */
@media (max-width: 992px) {
    .status-badge[b-gwyytbg5hh] {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
}

/* Improved card styling */
.card[b-gwyytbg5hh] {
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.125);
    overflow: hidden;
}

.card-header[b-gwyytbg5hh] {
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0,0,0,0.125);
}

/* Custom badge styling */
.badge[b-gwyytbg5hh] {
    font-weight: normal;
    padding: 0.4em 0.6em;
}
/* _content/SpicyVisionUi/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wlic8i6cft] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wlic8i6cft] {
    flex: 1;
}

.sidebar[b-wlic8i6cft] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wlic8i6cft] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wlic8i6cft]  a, .top-row[b-wlic8i6cft]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wlic8i6cft]  a:hover, .top-row[b-wlic8i6cft]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wlic8i6cft]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wlic8i6cft] {
        justify-content: space-between;
    }

    .top-row[b-wlic8i6cft]  a, .top-row[b-wlic8i6cft]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wlic8i6cft] {
        flex-direction: row;
    }

    .sidebar[b-wlic8i6cft] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wlic8i6cft] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wlic8i6cft]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wlic8i6cft], article[b-wlic8i6cft] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/SpicyVisionUi/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8r6sc53sv9] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    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, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-8r6sc53sv9] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-8r6sc53sv9] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8r6sc53sv9] {
    font-size: 1.1rem;
}

.bi[b-8r6sc53sv9] {
    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-8r6sc53sv9] {
    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-8r6sc53sv9] {
    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-8r6sc53sv9] {
    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");
}

.bi-lock-nav-menu[b-8r6sc53sv9] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-8r6sc53sv9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-8r6sc53sv9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-8r6sc53sv9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-8r6sc53sv9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-8r6sc53sv9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8r6sc53sv9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8r6sc53sv9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8r6sc53sv9]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-8r6sc53sv9]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-8r6sc53sv9]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-8r6sc53sv9] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-8r6sc53sv9] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8r6sc53sv9] {
        display: none;
    }

    .nav-scrollable[b-8r6sc53sv9] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/SpicyVisionUi/Components/Layout/PublicFacingLayout.razor.rz.scp.css */
#hero-image[b-edhrtm65uj] {
    background-image: url('/images/cover-stripe.jpg');
    height: 400px; /* Adjust height as needed */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* Media query for mobile devices */
@media only screen and (max-width: 768px) {
    #hero-image[b-edhrtm65uj] {
        background-image: url('/images/cover-mobile.jpg');
    }
}

#hero-overlay[b-edhrtm65uj] {
    height: 400px;
    background-color: rgba(0, 0, 0, .75);
}

.align-items-center[b-edhrtm65uj] {
    align-items: center;
    display: flex;
    justify-content: center;
}
/* _content/SpicyVisionUi/Components/Pages/ClientAlbumIndex.razor.rz.scp.css */
h3[b-e02gxe5e7q] {
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* Allows wrapping of content on smaller screens */
}

.horizontal-list[b-e02gxe5e7q] {
    list-style-type: disc; /* Use disc bullets */
    margin: 0;
    padding: 0;
    display: flex;
    margin-left: 20px; /* Space between "Client Albums" and the first bullet */
    flex-wrap: wrap; /* Allows wrapping of list items */
    align-items: center; /* Align items in the center */
}

    .horizontal-list li[b-e02gxe5e7q] {
        margin-left: 15px; /* Space between items */
        list-style-position: outside; /* Keep bullets outside */
        padding-left: 0; /* Remove extra padding */
        display: flex;
        align-items: center; /* Align bullet and text vertically */
    }

        .horizontal-list li:first-child[b-e02gxe5e7q] {
            margin-left: 0; /* Remove left margin for the first item */
        }

        .horizontal-list li a[b-e02gxe5e7q] {
            text-decoration: none; /* Remove underline from links */
            color: #007bff; /* Link color */
        }

            .horizontal-list li a:hover[b-e02gxe5e7q] {
                text-decoration: underline; /* Add underline on hover */
            }

/* Media query for mobile optimization */
@media (max-width: 600px) {
    h3[b-e02gxe5e7q] {
        flex-direction: column; /* Stack heading and list vertically */
        align-items: flex-start; /* Align items to the left */
        font-size: 1.2em; /* Adjust font size for the heading on mobile */
    }

    .horizontal-list[b-e02gxe5e7q] {
        margin-left: 0; /* Remove left margin on smaller screens */
        flex-direction: row; /* Keep list items in a row */
        flex-wrap: wrap; /* Allow wrapping if they don't fit */
    }

        .horizontal-list li[b-e02gxe5e7q] {
            margin-left: 10px; /* Reduce space between items */
            margin-top: 5px; /* Add slight space between wrapped lines */
        }

            .horizontal-list li a[b-e02gxe5e7q] {
                font-size: 0.9em; /* Reduce font size of links on mobile */
            }
}
/* _content/SpicyVisionUi/Components/Pages/ServicePricing/PricingCardPartial.razor.rz.scp.css */
.hover-lift[b-i504tarqca] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .hover-lift:hover[b-i504tarqca] {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
    }

.transition-all[b-i504tarqca] {
    transition: all 0.3s ease;
}

.fw-medium[b-i504tarqca] {
    font-weight: 500;
}
/* _content/SpicyVisionUi/Components/Pages/TermsAndConditions.razor.rz.scp.css */
.terms-container[b-bsv990l5c2] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
    color: #333;
    padding: 20px;
}

.terms-content[b-bsv990l5c2] {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

    .terms-content h1[b-bsv990l5c2], .terms-content h2[b-bsv990l5c2] {
        text-align: center;
        color: #222;
    }

    .terms-content h2[b-bsv990l5c2] {
        font-size: 1.6em;
        color: #007bff;
        border-bottom: 2px solid #007bff;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

.term-item[b-bsv990l5c2] {
    margin-bottom: 25px;
}

    .term-item h3[b-bsv990l5c2] {
        font-size: 1.3em;
        color: #444;
        margin-bottom: 8px;
        border-left: 4px solid #007bff;
        padding-left: 12px;
    }

    .term-item p[b-bsv990l5c2] {
        margin: 0;
        padding-left: 10px;
        text-indent: 0; /* Remove indent */
    }

.terms-separator[b-bsv990l5c2] {
    border-top: 1px solid #ddd;
    margin: 20px 0;
}

.highlight[b-bsv990l5c2] {
    color: #007bff;
    font-weight: bold;
}

.terms-footer-note[b-bsv990l5c2] {
    font-size: 0.9em;
    color: #777;
    text-align: center;
    margin-top: 30px;
}
/* _content/SpicyVisionUi/Components/Shared/DropDownMenu.razor.rz.scp.css */
.dropbtn[b-axz2q6dr2w] {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown[b-axz2q6dr2w] {
    position: relative;
    display: inline-block;
}

.dropdown-content[b-axz2q6dr2w] {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a[b-axz2q6dr2w] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover[b-axz2q6dr2w] {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content[b-axz2q6dr2w] {
    display: block;
}

.dropdown:hover .dropbtn[b-axz2q6dr2w] {
    background-color: #3e8e41;
}
