@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* _content/BlazorService/Components/Layout/AdminNavMenu.razor.rz.scp.css */
.navbar-toggler[b-usoxk4lhvq] {
    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-usoxk4lhvq] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-usoxk4lhvq] {
    height: 3.5rem;
    background-color: rgba(0,71,137,141);
}

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

.bi[b-usoxk4lhvq] {
    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-usoxk4lhvq] {
    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-usoxk4lhvq] {
    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-usoxk4lhvq] {
    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-usoxk4lhvq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-usoxk4lhvq]  .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-usoxk4lhvq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

.nav-scrollable[b-usoxk4lhvq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-usoxk4lhvq] {
    display: block;
}

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

    .nav-scrollable[b-usoxk4lhvq] {
        /* 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/BlazorService/Components/Layout/Footer.razor.rz.scp.css */
.page[b-swgra3b5eo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-swgra3b5eo] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-swgra3b5eo] {
    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-swgra3b5eo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BlazorService/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3axebysqa7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3axebysqa7] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-3axebysqa7] {
    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-3axebysqa7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BlazorService/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6b1oxfmz7p] {
    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-6b1oxfmz7p] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-6b1oxfmz7p] {
    height: 3.5rem;
    background-color: rgba(0,71,137,141);
}

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

.bi[b-6b1oxfmz7p] {
    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-6b1oxfmz7p] {
    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-6b1oxfmz7p] {
    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-6b1oxfmz7p] {
    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-6b1oxfmz7p] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-6b1oxfmz7p]  .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-6b1oxfmz7p]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

.nav-scrollable[b-6b1oxfmz7p] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6b1oxfmz7p] {
    display: block;
}

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

    .nav-scrollable[b-6b1oxfmz7p] {
        /* 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/BlazorService/Components/Pages/Builder.razor.rz.scp.css */
.custom-container[b-bpxtip0uve] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px; /* Adjust as needed */
}

.header[b-bpxtip0uve] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px; /* Adjust spacing between header and user-details */
}

.logo[b-bpxtip0uve] {
    margin-right: 1px; /* Adjust distance between logo and time */
}

.form-group[b-bpxtip0uve] {
    margin-bottom: 15px; /* Adjust vertical spacing between form groups */
}

    /* Example of making sure the form elements align horizontally */
    .form-group label[b-bpxtip0uve] {
        display: inline-block;
        width: 120px; /* Adjust label width as needed */
        margin-right: 10px; /* Adjust spacing between label and value */
    }

row[b-bpxtip0uve] {
    display: flex;
    justify-content: space-between; /* Adjust space between the select boxes */
    gap: 15px;
}

.col-md-6[b-bpxtip0uve] {
    flex: 1;
}

.row .col-md-3[b-bpxtip0uve] {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust as needed */
}

.form-check[b-bpxtip0uve] {
    display: flex;
    align-items: center;
}
.red-text[b-bpxtip0uve] {
    color: red;
}
/* _content/BlazorService/Components/Pages/CollectionNotes.razor.rz.scp.css */
.discount[b-fq9hvz2mnz], .sales-rep[b-fq9hvz2mnz], .payment-method[b-fq9hvz2mnz], .class-field[b-fq9hvz2mnz] {
    font-size: 0.7rem; /* Make font even smaller */
    height: 25px; /* Further reduce height */
    padding: 0.2rem; /* Reduced padding */
    margin-bottom: 0.2rem; /* Reduced spacing between fields */
    width: 100%; /* Ensure input takes the full width of the column */
}

/* Smaller labels for the targeted fields */
.discount-label[b-fq9hvz2mnz], .sales-rep-label[b-fq9hvz2mnz], .payment-method-label[b-fq9hvz2mnz], .class-label[b-fq9hvz2mnz] {
    font-size: 0.7rem; /* Smaller font size for labels */
    margin-bottom: 0.2rem; /* Reduced spacing for labels */
}

/* Specific adjustments to other fields like Contact Info */
.form-control-sm[b-fq9hvz2mnz] {
    font-size: 0.7rem; /* Smaller text size for contact info fields */
    height: 28px; /* Smaller height */
    padding: 0.3rem; /* Reduced padding */
}

/* Small adjustments to row spacing */
.row[b-fq9hvz2mnz] {
    margin-bottom: 0.5rem; /* Reduced row spacing */
}

.ar-summary-title[b-fq9hvz2mnz] {
    font-size: 1rem; /* Reduced title size */
    font-weight: bold;
    margin-bottom: 10px; /* Reduced space around the title */
}

.ar-summary[b-fq9hvz2mnz] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem; /* Smaller gap between items */
    margin-bottom: 1rem;
}

.ar-item[b-fq9hvz2mnz] {
    flex: 1;
    min-width: 120px; /* Reduced min-width */
    max-width: 200px; /* Reduced max-width */
    display: flex;
    flex-direction: column;
    font-size: 0.85rem; /* Smaller font size */
}

    .ar-item label[b-fq9hvz2mnz] {
        font-size: 0.9rem; /* Slightly smaller label font */
        margin-bottom: 5px; /* Reduced label spacing */
    }

.form-control[b-fq9hvz2mnz] {
    margin-top: 0.3rem; /* Smaller spacing between label and input */
    font-size: 0.85rem; /* Smaller input font */
    height: 30px; /* Smaller input height */
}


.filter-container[b-fq9hvz2mnz] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.filter-item[b-fq9hvz2mnz] {
    flex: 1;
    min-width: 150px;
}


.card-list[b-fq9hvz2mnz] {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 20px;
}

.card[b-fq9hvz2mnz] {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.card-title[b-fq9hvz2mnz] {
    font-size: 1.2rem;
    font-weight: bold;
}

.card-text[b-fq9hvz2mnz] {
    font-size: 0.9rem;
    color: #555;
}

.card-body[b-fq9hvz2mnz] {
    padding: 1rem;
}

.card .badge[b-fq9hvz2mnz] {
    font-size: 0.8rem;
}

.text-muted[b-fq9hvz2mnz] {
    font-size: 0.8rem;
}
/* _content/BlazorService/Components/Pages/components/SignPdf.razor.rz.scp.css */
.custom-container[b-nm06n5m7wx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px; /* Adjust as needed */
}

.header[b-nm06n5m7wx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px; /* Adjust spacing between header and user-details */
}

.logo[b-nm06n5m7wx] {
    margin-right: 1px; /* Adjust distance between logo and time */
}

.form-group[b-nm06n5m7wx] {
    margin-bottom: 15px; /* Adjust vertical spacing between form groups */
}

    /* Example of making sure the form elements align horizontally */
    .form-group label[b-nm06n5m7wx] {
        display: inline-block;
        width: 120px; /* Adjust label width as needed */
        margin-right: 10px; /* Adjust spacing between label and value */
    }

row[b-nm06n5m7wx] {
    display: flex;
    justify-content: space-between; /* Adjust space between the select boxes */
    gap: 15px;
}

.col-md-6[b-nm06n5m7wx] {
    flex: 1;
}

.row .col-md-3[b-nm06n5m7wx] {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust as needed */
}

.form-check[b-nm06n5m7wx] {
    display: flex;
    align-items: center;
}
.red-text[b-nm06n5m7wx] {
    color: red;
}
/* _content/BlazorService/Components/Pages/ConversionEdit.razor.rz.scp.css */
/* ---- Container to allow horizontal scroll if needed ---- */

.top-row[b-1h1olmkpeu] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 1030;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    height: 80px; /* or adjust as needed */
    display: flex;
    align-items: center;
}


.table-container[b-1h1olmkpeu] {
    width: 100%;
    overflow-x: auto;
    margin-top: 1rem;
}


/* ---- Styled Table ---- */
.styled-table[b-1h1olmkpeu] {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 0.9rem;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    /* Fix column widths to the classes you define below */
    table-layout: fixed;
}

    /* ---- Table Header (Dark Blue) ---- */
    .styled-table thead[b-1h1olmkpeu] {
        background-color: #003366; /* Dark Blue */
        color: #ffffff;
    }

        .styled-table thead th[b-1h1olmkpeu] {
            /* Slight padding so text is readable */
            padding: 8px 10px;
            font-weight: bold;
            text-align: left;
            /* Let the header text wrap if it’s too wide */
            white-space: normal;
            word-wrap: break-word;
            overflow: visible;
        }

    /* ---- Table Body Cells ---- */
    .styled-table tbody tr td[b-1h1olmkpeu] {
        /* Remove or reduce padding so input can fill the cell */
        padding: 0;
        border: 1px solid #ddd;
        vertical-align: middle;
        /* For multi-line content in cells, allow wrapping */
        white-space: normal;
        word-wrap: break-word;
        overflow: visible;
    }

    /* ---- Alternating Row Colors ---- */
    .styled-table tbody tr:nth-child(even)[b-1h1olmkpeu] {
        background-color: #f9f9f9;
    }

    /* ---- Hover Effect ---- */
    .styled-table tbody tr:hover[b-1h1olmkpeu] {
        background-color: #e2e8f0; /* a soft grayish-blue */
    }

    /* ---- Inputs inside Table ---- */
    .styled-table input[type="text"][b-1h1olmkpeu],
    .styled-table input[type="number"][b-1h1olmkpeu],
    .styled-table input[type="date"][b-1h1olmkpeu],
    .styled-table select[b-1h1olmkpeu] {
        display: block;
        width: 100%;
        box-sizing: border-box; /* includes padding & border in total width */
        padding: 8px;
        margin: 0;
        border: 1px solid #ccc;
        border-radius: 0;
        font-size: 0.9rem;
    }

    /* ---- Button Styling ---- */
    .styled-table button[b-1h1olmkpeu] {
        background-color: #007bff;
        color: #ffffff;
        border: none;
        padding: 6px 12px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 0.85rem;
        transition: background-color 0.3s;
        margin: 2px;
    }

        .styled-table button:hover[b-1h1olmkpeu] {
            background-color: #0056b3;
        }

/* ---- Column Width Classes ---- */
/* Adjust these to your preference. They apply to both <th> and <td>. */
.item-code[b-1h1olmkpeu] {
    width: 95px; /* narrower for item codes */
}

.description[b-1h1olmkpeu] {
    width: 310px; /* bigger for descriptions */
}

.comp-notes[b-1h1olmkpeu] {
    width: 265px; /* bigger for comp notes */
}

.prod-group[b-1h1olmkpeu] {
    width: 70px;
}

.quantity[b-1h1olmkpeu] {
    width: 50px; /* quite narrow for quantity */
}

.price[b-1h1olmkpeu] {
    width: 70px;
}

.competitor[b-1h1olmkpeu] {
    width: 40px;
}

.status[b-1h1olmkpeu] {
    width: 85px;
}

.actions[b-1h1olmkpeu] {
    width: 60px;
}
.search-row[b-1h1olmkpeu] {
    margin-top: 20px; /* pushes search box down from header */
    margin-bottom: 10px; /* spacing before the table */
}

    /* Align search input and codes nicely */
    .search-row input[b-1h1olmkpeu] {
        height: 38px; /* match Bootstrap inputs/buttons */
    }

    .search-row span[b-1h1olmkpeu] {
        display: inline-block;
        line-height: 38px; /* vertically center with the input */
    }

.row-green[b-1h1olmkpeu] {
    border-left: 6px solid #2e7d32;
}

.row-yellow[b-1h1olmkpeu] {
    border-left: 6px solid #f9a825;
}

.row-red[b-1h1olmkpeu] {
    border-left: 6px solid #c62828;
}

.row-white[b-1h1olmkpeu] {
    border-left: 6px solid #ccc;
}

/* Keep text & inputs legible on tinted rows */
.styled-table tr.row-green  input[b-1h1olmkpeu],
.styled-table tr.row-yellow input[b-1h1olmkpeu],
.styled-table tr.row-red    input[b-1h1olmkpeu] {
  background-color: #ffffff;
}
/* _content/BlazorService/Components/Pages/ConversionHub.razor.rz.scp.css */
/* ---- Container to allow horizontal scroll if needed ---- */

.table-container[b-ozysxfrkat] {
    width: 100%;
    overflow-x: auto;
    margin-top: 1rem;
}


/* ---- Styled Table ---- */
.styled-table[b-ozysxfrkat] {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 0.9rem;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    /* Fix column widths to the classes you define below */
    table-layout: fixed;
}

    /* ---- Table Header (Dark Blue) ---- */
    .styled-table thead[b-ozysxfrkat] {
        background-color: #003366; /* Dark Blue */
        color: #ffffff;
    }

        .styled-table thead th[b-ozysxfrkat] {
            /* Slight padding so text is readable */
            padding: 8px 10px;
            font-weight: bold;
            text-align: left;
            /* Let the header text wrap if it’s too wide */
            white-space: normal;
            word-wrap: break-word;
            overflow: visible;
        }

    /* ---- Table Body Cells ---- */
    .styled-table tbody tr td[b-ozysxfrkat] {
        /* Remove or reduce padding so input can fill the cell */
        padding: 0;
        border: 1px solid #ddd;
        vertical-align: middle;
        /* For multi-line content in cells, allow wrapping */
        white-space: normal;
        word-wrap: break-word;
        overflow: visible;
    }

    /* ---- Alternating Row Colors ---- */
    .styled-table tbody tr:nth-child(even)[b-ozysxfrkat] {
        background-color: #f9f9f9;
    }

    /* ---- Hover Effect ---- */
    .styled-table tbody tr:hover[b-ozysxfrkat] {
        background-color: #e2e8f0; /* a soft grayish-blue */
    }

    /* ---- Inputs inside Table ---- */
    .styled-table input[type="text"][b-ozysxfrkat],
    .styled-table input[type="number"][b-ozysxfrkat],
    .styled-table input[type="date"][b-ozysxfrkat],
    .styled-table select[b-ozysxfrkat] {
        display: block;
        width: 100%;
        box-sizing: border-box; /* includes padding & border in total width */
        padding: 8px;
        margin: 0;
        border: 1px solid #ccc;
        border-radius: 0;
        font-size: 0.9rem;
    }

    /* ---- Button Styling ---- */
    .styled-table button[b-ozysxfrkat] {
        background-color: #007bff;
        color: #ffffff;
        border: none;
        padding: 6px 12px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 0.85rem;
        transition: background-color 0.3s;
        margin: 2px;
    }

        .styled-table button:hover[b-ozysxfrkat] {
            background-color: #0056b3;
        }

/* ---- Column Width Classes ---- */
/* Adjust these to your preference. They apply to both <th> and <td>. */
.item-code[b-ozysxfrkat] {
    width: 95px; /* narrower for item codes */
}

.description[b-ozysxfrkat] {
    width: 310px; /* bigger for descriptions */
}

.comp-notes[b-ozysxfrkat] {
    width: 265px; /* bigger for comp notes */
}

.prod-group[b-ozysxfrkat] {
    width: 70px;
}

.quantity[b-ozysxfrkat] {
    width: 50px; /* quite narrow for quantity */
}

.price[b-ozysxfrkat] {
    width: 70px;
}

.competitor[b-ozysxfrkat] {
    width: 40px;
}

.status[b-ozysxfrkat] {
    width: 85px;
}

.actions[b-ozysxfrkat] {
    width: 60px;
}
/* _content/BlazorService/Components/Pages/CustomPrices.razor.rz.scp.css */
.top-row[b-1fx2p5qm36] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* responsive for smaller screens */
    margin-bottom: 1rem;
}

.button-group button[b-1fx2p5qm36],
.button-group input[b-1fx2p5qm36] {
    margin-right: 0.5rem;
}

.dropdown-group label[b-1fx2p5qm36] {
    min-width: 80px;
}
/* _content/BlazorService/Components/Pages/EditFinalConverted.razor.rz.scp.css */
/* ---- Container to allow horizontal scroll if needed ---- */

.top-row[b-d92j3grc2o] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 1030;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    height: 80px; /* or adjust as needed */
    display: flex;
    align-items: center;
}


.table-container[b-d92j3grc2o] {
    width: 100%;
    overflow-x: auto;
    margin-top: 1rem;
}


/* ---- Styled Table ---- */
.styled-table[b-d92j3grc2o] {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 0.9rem;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    /* Fix column widths to the classes you define below */
    table-layout: fixed;
}

    /* ---- Table Header (Dark Blue) ---- */
    .styled-table thead[b-d92j3grc2o] {
        background-color: #003366; /* Dark Blue */
        color: #ffffff;
    }

        .styled-table thead th[b-d92j3grc2o] {
            /* Slight padding so text is readable */
            padding: 8px 10px;
            font-weight: bold;
            text-align: left;
            /* Let the header text wrap if it’s too wide */
            white-space: normal;
            word-wrap: break-word;
            overflow: visible;
        }

    /* ---- Table Body Cells ---- */
    .styled-table tbody tr td[b-d92j3grc2o] {
        /* Remove or reduce padding so input can fill the cell */
        padding: 0;
        border: 1px solid #ddd;
        vertical-align: middle;
        /* For multi-line content in cells, allow wrapping */
        white-space: normal;
        word-wrap: break-word;
        overflow: visible;
    }

    /* ---- Alternating Row Colors ---- */
    .styled-table tbody tr:nth-child(even)[b-d92j3grc2o] {
        background-color: #f9f9f9;
    }

    /* ---- Hover Effect ---- */
    .styled-table tbody tr:hover[b-d92j3grc2o] {
        background-color: #e2e8f0; /* a soft grayish-blue */
    }

    /* ---- Inputs inside Table ---- */
    .styled-table input[type="text"][b-d92j3grc2o],
    .styled-table input[type="number"][b-d92j3grc2o],
    .styled-table input[type="date"][b-d92j3grc2o],
    .styled-table select[b-d92j3grc2o] {
        display: block;
        width: 100%;
        box-sizing: border-box; /* includes padding & border in total width */
        padding: 8px;
        margin: 0;
        border: 1px solid #ccc;
        border-radius: 0;
        font-size: 0.9rem;
    }

    /* ---- Button Styling ---- */
    .styled-table button[b-d92j3grc2o] {
        background-color: #007bff;
        color: #ffffff;
        border: none;
        padding: 6px 12px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 0.85rem;
        transition: background-color 0.3s;
        margin: 2px;
    }

        .styled-table button:hover[b-d92j3grc2o] {
            background-color: #0056b3;
        }

/* ---- Column Width Classes ---- */
/* Adjust these to your preference. They apply to both <th> and <td>. */
.item-code[b-d92j3grc2o] {
    width: 95px; /* narrower for item codes */
}

.description[b-d92j3grc2o] {
    width: 310px; /* bigger for descriptions */
}

.comp-notes[b-d92j3grc2o] {
    width: 265px; /* bigger for comp notes */
}

.prod-group[b-d92j3grc2o] {
    width: 70px;
}

.quantity[b-d92j3grc2o] {
    width: 50px; /* quite narrow for quantity */
}

.price[b-d92j3grc2o] {
    width: 70px;
}

.competitor[b-d92j3grc2o] {
    width: 40px;
}

.status[b-d92j3grc2o] {
    width: 85px;
}

.actions[b-d92j3grc2o] {
    width: 60px;
}
.search-row[b-d92j3grc2o] {
    margin-top: 20px; /* pushes search box down from header */
    margin-bottom: 10px; /* spacing before the table */
}

    /* Align search input and codes nicely */
    .search-row input[b-d92j3grc2o] {
        height: 38px; /* match Bootstrap inputs/buttons */
    }

    .search-row span[b-d92j3grc2o] {
        display: inline-block;
        line-height: 38px; /* vertically center with the input */
    }

.row-green[b-d92j3grc2o] {
    border-left: 6px solid #2e7d32;
}

.row-yellow[b-d92j3grc2o] {
    border-left: 6px solid #f9a825;
}

.row-red[b-d92j3grc2o] {
    border-left: 6px solid #c62828;
}

.row-white[b-d92j3grc2o] {
    border-left: 6px solid #ccc;
}

/* Keep text & inputs legible on tinted rows */
.styled-table tr.row-green  input[b-d92j3grc2o],
.styled-table tr.row-yellow input[b-d92j3grc2o],
.styled-table tr.row-red    input[b-d92j3grc2o] {
  background-color: #ffffff;
}
/* _content/BlazorService/Components/Pages/ForgotPassword.Razor.rz.scp.css */
.login-container[b-emz1vvjhmw] {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .login-container h3[b-emz1vvjhmw] {
        text-align: center;
        margin-bottom: 20px;
    }

.form-group[b-emz1vvjhmw] {
    margin-bottom: 15px;
}

.form-control[b-emz1vvjhmw] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    box-sizing: border-box;
}

.btn[b-emz1vvjhmw] {
    width: 100%;
    padding: 10px;
}
/* _content/BlazorService/Components/Pages/forms/Repair.razor.rz.scp.css */
/* Style for the form container */
form[b-xxn2n0y15m] {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
}

/* Style for each form group */
form div[b-xxn2n0y15m] {
    margin-bottom: 15px;
}

/* Style for form labels */
form label[b-xxn2n0y15m] {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

/* Style for input fields */
form input[type="text"][b-xxn2n0y15m],
form input[type="date"][b-xxn2n0y15m],
form textarea[b-xxn2n0y15m],
form select[b-xxn2n0y15m] {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Style for radio buttons and checkboxes */
form input[type="radio"][b-xxn2n0y15m],
form input[type="checkbox"][b-xxn2n0y15m] {
    margin-right: 10px;
}

/* Style for submit button */
form button[type="submit"][b-xxn2n0y15m] {
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

form button[type="submit"]:hover[b-xxn2n0y15m] {
    background-color: #45a049;
}

/* Style for horizontal radio buttons */
form div > div[b-xxn2n0y15m] {
    display: inline-block;
    margin-right: 20px;
}
/* _content/BlazorService/Components/Pages/Login.Razor.rz.scp.css */
.login-container[b-cz2kaxpejq] {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .login-container h3[b-cz2kaxpejq] {
        text-align: center;
        margin-bottom: 20px;
    }

.form-group[b-cz2kaxpejq] {
    margin-bottom: 15px;
}

.form-control[b-cz2kaxpejq] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    box-sizing: border-box;
}

.btn[b-cz2kaxpejq] {
    width: 100%;
    padding: 10px;
}
/* _content/BlazorService/Components/Pages/MyPlans.razor.rz.scp.css */
.custom-container[b-8l2h34yg08] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px; /* Adjust as needed */
}

.header[b-8l2h34yg08] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px; /* Adjust spacing between header and user-details */
}

.logo[b-8l2h34yg08] {
    margin-right: 1px; /* Adjust distance between logo and time */
}

.form-group[b-8l2h34yg08] {
    margin-bottom: 15px; /* Adjust vertical spacing between form groups */
}

    /* Example of making sure the form elements align horizontally */
    .form-group label[b-8l2h34yg08] {
        display: inline-block;
        width: 120px; /* Adjust label width as needed */
        margin-right: 10px; /* Adjust spacing between label and value */
    }

row[b-8l2h34yg08] {
    display: flex;
    justify-content: space-between; /* Adjust space between the select boxes */
    gap: 15px;
}

.col-md-6[b-8l2h34yg08] {
    flex: 1;
}

.row .col-md-3[b-8l2h34yg08] {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust as needed */
}

.form-check[b-8l2h34yg08] {
    display: flex;
    align-items: center;
}
.red-text[b-8l2h34yg08] {
    color: red;
}
/* _content/BlazorService/Components/Pages/POP.razor.rz.scp.css */
.discount[b-o127qa106j], .sales-rep[b-o127qa106j], .payment-method[b-o127qa106j], .class-field[b-o127qa106j] {
    font-size: 0.7rem; /* Make font even smaller */
    height: 25px; /* Further reduce height */
    padding: 0.2rem; /* Reduced padding */
    margin-bottom: 0.2rem; /* Reduced spacing between fields */
    width: 100%; /* Ensure input takes the full width of the column */
}

/* Smaller labels for the targeted fields */
.discount-label[b-o127qa106j], .sales-rep-label[b-o127qa106j], .payment-method-label[b-o127qa106j], .class-label[b-o127qa106j] {
    font-size: 0.7rem; /* Smaller font size for labels */
    margin-bottom: 0.2rem; /* Reduced spacing for labels */
}

/* Specific adjustments to other fields like Contact Info */
.form-control-sm[b-o127qa106j] {
    font-size: 0.7rem; /* Smaller text size for contact info fields */
    height: 28px; /* Smaller height */
    padding: 0.3rem; /* Reduced padding */
}

/* Small adjustments to row spacing */
.row[b-o127qa106j] {
    margin-bottom: 0.5rem; /* Reduced row spacing */
}

.ar-summary-title[b-o127qa106j] {
    font-size: 1rem; /* Reduced title size */
    font-weight: bold;
    margin-bottom: 10px; /* Reduced space around the title */
}

.ar-summary[b-o127qa106j] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem; /* Smaller gap between items */
    margin-bottom: 1rem;
}

.ar-item[b-o127qa106j] {
    flex: 1;
    min-width: 120px; /* Reduced min-width */
    max-width: 200px; /* Reduced max-width */
    display: flex;
    flex-direction: column;
    font-size: 0.85rem; /* Smaller font size */
}

    .ar-item label[b-o127qa106j] {
        font-size: 0.9rem; /* Slightly smaller label font */
        margin-bottom: 5px; /* Reduced label spacing */
    }

.form-control[b-o127qa106j] {
    margin-top: 0.3rem; /* Smaller spacing between label and input */
    font-size: 0.85rem; /* Smaller input font */
    height: 30px; /* Smaller input height */
}


.filter-container[b-o127qa106j] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.filter-item[b-o127qa106j] {
    flex: 1;
    min-width: 150px;
}


.card-list[b-o127qa106j] {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 20px;
}

.card[b-o127qa106j] {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.card-title[b-o127qa106j] {
    font-size: 1.2rem;
    font-weight: bold;
}

.card-text[b-o127qa106j] {
    font-size: 0.9rem;
    color: #555;
}

.card-body[b-o127qa106j] {
    padding: 1rem;
}

.card .badge[b-o127qa106j] {
    font-size: 0.8rem;
}

.text-muted[b-o127qa106j] {
    font-size: 0.8rem;
}
/* _content/BlazorService/Components/Pages/RepConversions.razor.rz.scp.css */
/* ---- Container to allow horizontal scroll if needed ---- */

.table-container[b-fw97ga1ccc] {
    width: 100%;
    overflow-x: auto;
    margin-top: 1rem;
}


/* ---- Styled Table ---- */
.styled-table[b-fw97ga1ccc] {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 0.9rem;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    /* Fix column widths to the classes you define below */
    table-layout: fixed;
}

    /* ---- Table Header (Dark Blue) ---- */
    .styled-table thead[b-fw97ga1ccc] {
        background-color: #003366; /* Dark Blue */
        color: #ffffff;
    }

        .styled-table thead th[b-fw97ga1ccc] {
            /* Slight padding so text is readable */
            padding: 8px 10px;
            font-weight: bold;
            text-align: left;
            /* Let the header text wrap if it’s too wide */
            white-space: normal;
            word-wrap: break-word;
            overflow: visible;
        }

    /* ---- Table Body Cells ---- */
    .styled-table tbody tr td[b-fw97ga1ccc] {
        /* Remove or reduce padding so input can fill the cell */
        padding: 0;
        border: 1px solid #ddd;
        vertical-align: middle;
        /* For multi-line content in cells, allow wrapping */
        white-space: normal;
        word-wrap: break-word;
        overflow: visible;
    }

    /* ---- Alternating Row Colors ---- */
    .styled-table tbody tr:nth-child(even)[b-fw97ga1ccc] {
        background-color: #f9f9f9;
    }

    /* ---- Hover Effect ---- */
    .styled-table tbody tr:hover[b-fw97ga1ccc] {
        background-color: #e2e8f0; /* a soft grayish-blue */
    }

    /* ---- Inputs inside Table ---- */
    .styled-table input[type="text"][b-fw97ga1ccc],
    .styled-table input[type="number"][b-fw97ga1ccc],
    .styled-table input[type="date"][b-fw97ga1ccc],
    .styled-table select[b-fw97ga1ccc] {
        display: block;
        width: 100%;
        box-sizing: border-box; /* includes padding & border in total width */
        padding: 8px;
        margin: 0;
        border: 1px solid #ccc;
        border-radius: 0;
        font-size: 0.9rem;
    }

    /* ---- Button Styling ---- */
    .styled-table button[b-fw97ga1ccc] {
        background-color: #007bff;
        color: #ffffff;
        border: none;
        padding: 6px 12px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 0.85rem;
        transition: background-color 0.3s;
        margin: 2px;
    }

        .styled-table button:hover[b-fw97ga1ccc] {
            background-color: #0056b3;
        }

/* ---- Column Width Classes ---- */
/* Adjust these to your preference. They apply to both <th> and <td>. */
.item-code[b-fw97ga1ccc] {
    width: 95px; /* narrower for item codes */
}

.description[b-fw97ga1ccc] {
    width: 310px; /* bigger for descriptions */
}

.comp-notes[b-fw97ga1ccc] {
    width: 265px; /* bigger for comp notes */
}

.prod-group[b-fw97ga1ccc] {
    width: 70px;
}

.quantity[b-fw97ga1ccc] {
    width: 50px; /* quite narrow for quantity */
}

.price[b-fw97ga1ccc] {
    width: 70px;
}

.competitor[b-fw97ga1ccc] {
    width: 40px;
}

.status[b-fw97ga1ccc] {
    width: 85px;
}

.actions[b-fw97ga1ccc] {
    width: 60px;
}
/* _content/BlazorService/Components/Pages/Review.razor.rz.scp.css */
/* Center the form elements horizontally */
.fieldset-dark[b-p2bc71ce0p] {
    border: 1px solid #1c3d5a;
    background-color: #f4f6f8;
    border-radius: 6px;
    position: relative;
}

.legend-centered[b-p2bc71ce0p] {
    font-size: 1.25rem;
    color: #0d3b66;
    font-weight: 500;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

    .legend-centered i[b-p2bc71ce0p] {
        margin-right: 0.5rem;
        color: #0d3b66;
    }

fieldset.fieldset-dark legend[b-p2bc71ce0p] {
    border: none;
    padding: 0;
    margin: 0;
}
.fieldset-dark[b-p2bc71ce0p] {
    border: 1px solid #1c3d5a;
    background-color: #f4f6f8;
    border-radius: 6px;
    position: relative;
}

.legend-centered-green[b-p2bc71ce0p] {
    font-size: 1.25rem;
    color: #198754; /* Bootstrap's success green */
    font-weight: 500;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

    .legend-centered-green i[b-p2bc71ce0p] {
        margin-right: 0.5rem;
        color: #198754;
    }

fieldset.fieldset-dark legend[b-p2bc71ce0p] {
    border: none;
    padding: 0;
    margin: 0;
}

fieldset-dark[b-p2bc71ce0p] {
    border: 1px solid #1c3d5a;
    background-color: #f4f6f8;
    border-radius: 6px;
    position: relative;
}

.legend-centered-red[b-p2bc71ce0p] {
    font-size: 1.25rem;
    color: #dc3545; /* Bootstrap's danger red */
    font-weight: 500;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

    .legend-centered-red i[b-p2bc71ce0p] {
        margin-right: 0.5rem;
        color: #dc3545;
    }

.fieldset-dark[b-p2bc71ce0p] {
    border: 1px solid #1c3d5a;
    background-color: #f4f6f8;
    border-radius: 6px;
    position: relative;
}

.legend-centered-gray[b-p2bc71ce0p] {
    font-size: 1.25rem;
    color: #6c757d; /* Bootstrap's secondary gray */
    font-weight: 500;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

    .legend-centered-gray i[b-p2bc71ce0p] {
        margin-right: 0.5rem;
        color: #6c757d;
    }

fieldset.fieldset-dark legend[b-p2bc71ce0p] {
    border: none;
    padding: 0;
    margin: 0;
    .fieldset-dark

{
    border: 1px solid #1c3d5a;
    background-color: #f4f6f8;
    border-radius: 6px;
    position: relative;
}

.legend-centered-green[b-p2bc71ce0p] {
    font-size: 1.25rem;
    color: #198754; /* Bootstrap's success green */
    font-weight: 500;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

    .legend-centered-green i[b-p2bc71ce0p] {
        margin-right: 0.5rem;
        color: #198754;
    }
/* _content/BlazorService/Components/Pages/subforms/Access5.razor.rz.scp.css */
custom-container[b-nb3qqifpwl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px; /* Adjust as needed */
}

.header[b-nb3qqifpwl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px; /* Adjust spacing between header and user-details */
}

.logo[b-nb3qqifpwl] {
    margin-right: 1px; /* Adjust distance between logo and time */
}

.user-details[b-nb3qqifpwl] {
    width: 100%;
    max-width: 600px; /* Adjust maximum width of the form section */
}

.form-group[b-nb3qqifpwl] {
    margin-bottom: 15px; /* Adjust vertical spacing between form groups */
}

    /* Example of making sure the form elements align horizontally */
    .form-group label[b-nb3qqifpwl] {
        display: inline-block;
        width: 120px; /* Adjust label width as needed */
        margin-right: 10px; /* Adjust spacing between label and value */
    }

/* This overlay will cover the entire page */
#disable-overlay[b-nb3qqifpwl] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent */
    z-index: 9999; /* Make sure it's on top of everything */
    display: none; /* Hidden by default */
    pointer-events: none; /* Disable mouse events */
}

.row .col-md-3[b-nb3qqifpwl] {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust as needed */
}

.form-check[b-nb3qqifpwl] {
    display: flex;
    align-items: center;
}

.red-text[b-nb3qqifpwl] {
    color: red;
}

.grid-container[b-nb3qqifpwl] {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
    gap: 10px;
    align-items: center;
    margin-top: 10px;
    border: 2px solid #000; /* Adds a black border around the whole grid */
    padding: 10px; /* Adds spacing inside the border */
    border-radius: 8px; /* Optional: Rounds the corners for a cleaner look */
}

.column[b-nb3qqifpwl] {
    text-align: center;
    min-width: 150px;
}

.input-box[b-nb3qqifpwl] {
    width: 100%;
    padding: 5px;
}

.empty[b-nb3qqifpwl] {
    visibility: hidden; /* Hides empty columns for proper alignment */
}
/* _content/BlazorService/Components/Pages/subforms/ADG.razor.rz.scp.css */
custom-container[b-84x5lxycz9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px; /* Adjust as needed */
}

.header[b-84x5lxycz9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px; /* Adjust spacing between header and user-details */
}

.logo[b-84x5lxycz9] {
    margin-right: 1px; /* Adjust distance between logo and time */
}

.user-details[b-84x5lxycz9] {
    width: 100%;
    max-width: 600px; /* Adjust maximum width of the form section */
}

.form-group[b-84x5lxycz9] {
    margin-bottom: 15px; /* Adjust vertical spacing between form groups */
}

    /* Example of making sure the form elements align horizontally */
    .form-group label[b-84x5lxycz9] {
        display: inline-block;
        width: 120px; /* Adjust label width as needed */
        margin-right: 10px; /* Adjust spacing between label and value */
    }

/* This overlay will cover the entire page */
#disable-overlay[b-84x5lxycz9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent */
    z-index: 9999; /* Make sure it's on top of everything */
    display: none; /* Hidden by default */
    pointer-events: none; /* Disable mouse events */
}

.row .col-md-3[b-84x5lxycz9] {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust as needed */
}

.form-check[b-84x5lxycz9] {
    display: flex;
    align-items: center;
}

.red-text[b-84x5lxycz9] {
    color: red;
}

.grid-container[b-84x5lxycz9] {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
    gap: 10px;
    align-items: center;
    margin-top: 10px;
    border: 2px solid #000; /* Adds a black border around the whole grid */
    padding: 10px; /* Adds spacing inside the border */
    border-radius: 8px; /* Optional: Rounds the corners for a cleaner look */
}

.column[b-84x5lxycz9] {
    text-align: center;
    min-width: 150px;
}

.input-box[b-84x5lxycz9] {
    width: 100%;
    padding: 5px;
}

.empty[b-84x5lxycz9] {
    visibility: hidden; /* Hides empty columns for proper alignment */
}

.form-check-input[b-84x5lxycz9] {
    width: auto; /* Ensures the checkbox width adjusts to content */
    margin-right: 5px; /* Adjust spacing between checkbox and label */
    border-width: 2px; /* Increase border thickness */
    margin-left: auto; /* Centers the checkbox */
    margin-right: auto; /* Centers the checkbox */
}

/* _content/BlazorService/Components/Pages/subforms/AIDA.razor.rz.scp.css */
custom-container[b-m5wo9a50hv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px; /* Adjust as needed */
}

.header[b-m5wo9a50hv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px; /* Adjust spacing between header and user-details */
}

.logo[b-m5wo9a50hv] {
    margin-right: 1px; /* Adjust distance between logo and time */
}

.user-details[b-m5wo9a50hv] {
    width: 100%;
    max-width: 600px; /* Adjust maximum width of the form section */
}

.form-group[b-m5wo9a50hv] {
    margin-bottom: 15px; /* Adjust vertical spacing between form groups */
}

    /* Example of making sure the form elements align horizontally */
    .form-group label[b-m5wo9a50hv] {
        display: inline-block;
        width: 120px; /* Adjust label width as needed */
        margin-right: 10px; /* Adjust spacing between label and value */
    }

/* This overlay will cover the entire page */
#disable-overlay[b-m5wo9a50hv] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent */
    z-index: 9999; /* Make sure it's on top of everything */
    display: none; /* Hidden by default */
    pointer-events: none; /* Disable mouse events */
}

.row .col-md-3[b-m5wo9a50hv] {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust as needed */
}

.form-check[b-m5wo9a50hv] {
    display: flex;
    align-items: center;
}

.red-text[b-m5wo9a50hv] {
    color: red;
}

.grid-container[b-m5wo9a50hv] {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
    gap: 10px;
    align-items: center;
    margin-top: 10px;
    border: 2px solid #000; /* Adds a black border around the whole grid */
    padding: 10px; /* Adds spacing inside the border */
    border-radius: 8px; /* Optional: Rounds the corners for a cleaner look */
}

.column[b-m5wo9a50hv] {
    text-align: center;
    min-width: 150px;
}

.input-box[b-m5wo9a50hv] {
    width: 100%;
    padding: 5px;
}

.empty[b-m5wo9a50hv] {
    visibility: hidden; /* Hides empty columns for proper alignment */
}
/* _content/BlazorService/Components/Pages/subforms/Best.razor.rz.scp.css */
.custom-container[b-pi0eryo3j8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px; /* Adjust as needed */
}

.header[b-pi0eryo3j8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px; /* Adjust spacing between header and user-details */
}

.logo[b-pi0eryo3j8] {
    margin-right: 1px; /* Adjust distance between logo and time */
}

.user-details[b-pi0eryo3j8] {
    width: 100%;
    max-width: 600px; /* Adjust maximum width of the form section */
}

.form-group[b-pi0eryo3j8] {
    margin-bottom: 15px; /* Adjust vertical spacing between form groups */
}

    /* Example of making sure the form elements align horizontally */
    .form-group label[b-pi0eryo3j8] {
        display: inline-block;
        width: 120px; /* Adjust label width as needed */
        margin-right: 10px; /* Adjust spacing between label and value */
    }

/* This overlay will cover the entire page */
#disable-overlay[b-pi0eryo3j8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent */
    z-index: 9999; /* Make sure it's on top of everything */
    display: none; /* Hidden by default */
    pointer-events: none; /* Disable mouse events */
}

.row .col-md-3[b-pi0eryo3j8] {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust as needed */
}

.form-check[b-pi0eryo3j8] {
    display: flex;
    align-items: center;
}

.red-text[b-pi0eryo3j8] {
    color: red;
}
/* _content/BlazorService/Components/Pages/subforms/Prime.razor.rz.scp.css */
custom-container[b-uczad4669j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px; /* Adjust as needed */
}

.header[b-uczad4669j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px; /* Adjust spacing between header and user-details */
}

.logo[b-uczad4669j] {
    margin-right: 1px; /* Adjust distance between logo and time */
}

.user-details[b-uczad4669j] {
    width: 100%;
    max-width: 600px; /* Adjust maximum width of the form section */
}

.form-group[b-uczad4669j] {
    margin-bottom: 15px; /* Adjust vertical spacing between form groups */
}

    /* Example of making sure the form elements align horizontally */
    .form-group label[b-uczad4669j] {
        display: inline-block;
        width: 120px; /* Adjust label width as needed */
        margin-right: 10px; /* Adjust spacing between label and value */
    }

/* This overlay will cover the entire page */
#disable-overlay[b-uczad4669j] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent */
    z-index: 9999; /* Make sure it's on top of everything */
    display: none; /* Hidden by default */
    pointer-events: none; /* Disable mouse events */
}

.row .col-md-3[b-uczad4669j] {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust as needed */
}

.form-check[b-uczad4669j] {
    display: flex;
    align-items: center;
}

.red-text[b-uczad4669j] {
    color: red;
}

.grid-container[b-uczad4669j] {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
    gap: 10px;
    align-items: center;
    margin-top: 10px;
    border: 2px solid #000; /* Adds a black border around the whole grid */
    padding: 10px; /* Adds spacing inside the border */
    border-radius: 8px; /* Optional: Rounds the corners for a cleaner look */
}

.column[b-uczad4669j] {
    text-align: center;
    min-width: 150px;
}

.input-box[b-uczad4669j] {
    width: 100%;
    padding: 5px;
}

.empty[b-uczad4669j] {
    visibility: hidden; /* Hides empty columns for proper alignment */
}
/* _content/BlazorService/Components/Pages/subforms/SmileSource.razor.rz.scp.css */
.container[b-szd71bhey6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px; /* Adjust as needed */
}

.header[b-szd71bhey6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px; /* Adjust spacing between header and user-details */
}

.logo[b-szd71bhey6] {
    margin-right: 1px; /* Adjust distance between logo and time */
}

.user-details[b-szd71bhey6] {
    width: 100%;
    max-width: 600px; /* Adjust maximum width of the form section */
}

.form-group[b-szd71bhey6] {
    margin-bottom: 15px; /* Adjust vertical spacing between form groups */
}

    /* Example of making sure the form elements align horizontally */
    .form-group label[b-szd71bhey6] {
        display: inline-block;
        width: 120px; /* Adjust label width as needed */
        margin-right: 10px; /* Adjust spacing between label and value */
    }

/* This overlay will cover the entire page */
#disable-overlay[b-szd71bhey6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent */
    z-index: 9999; /* Make sure it's on top of everything */
    display: none; /* Hidden by default */
    pointer-events: none; /* Disable mouse events */
}
/* _content/BlazorService/Components/Pages/Tracker.razor.rz.scp.css */
.discount[b-e65u9l0cjv], .sales-rep[b-e65u9l0cjv], .payment-method[b-e65u9l0cjv], .class-field[b-e65u9l0cjv] {
    font-size: 0.7rem; /* Make font even smaller */
    height: 25px; /* Further reduce height */
    padding: 0.2rem; /* Reduced padding */
    margin-bottom: 0.2rem; /* Reduced spacing between fields */
    width: 100%; /* Ensure input takes the full width of the column */
}

/* Smaller labels for the targeted fields */
.discount-label[b-e65u9l0cjv], .sales-rep-label[b-e65u9l0cjv], .payment-method-label[b-e65u9l0cjv], .class-label[b-e65u9l0cjv] {
    font-size: 0.7rem; /* Smaller font size for labels */
    margin-bottom: 0.2rem; /* Reduced spacing for labels */
}

/* Specific adjustments to other fields like Contact Info */
.form-control-sm[b-e65u9l0cjv] {
    font-size: 0.7rem; /* Smaller text size for contact info fields */
    height: 28px; /* Smaller height */
    padding: 0.3rem; /* Reduced padding */
}

/* Small adjustments to row spacing */
.row[b-e65u9l0cjv] {
    margin-bottom: 0.5rem; /* Reduced row spacing */
}

.ar-summary-title[b-e65u9l0cjv] {
    font-size: 1rem; /* Reduced title size */
    font-weight: bold;
    margin-bottom: 10px; /* Reduced space around the title */
}

.ar-summary[b-e65u9l0cjv] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem; /* Smaller gap between items */
    margin-bottom: 1rem;
}

.ar-item[b-e65u9l0cjv] {
    flex: 1;
    min-width: 120px; /* Reduced min-width */
    max-width: 200px; /* Reduced max-width */
    display: flex;
    flex-direction: column;
    font-size: 0.85rem; /* Smaller font size */
}

    .ar-item label[b-e65u9l0cjv] {
        font-size: 0.9rem; /* Slightly smaller label font */
        margin-bottom: 5px; /* Reduced label spacing */
    }

.form-control[b-e65u9l0cjv] {
    margin-top: 0.3rem; /* Smaller spacing between label and input */
    font-size: 0.85rem; /* Smaller input font */
    height: 30px; /* Smaller input height */
}


.filter-container[b-e65u9l0cjv] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.filter-item[b-e65u9l0cjv] {
    flex: 1;
    min-width: 150px;
}


.card-list[b-e65u9l0cjv] {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 20px;
}

.card[b-e65u9l0cjv] {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.card-title[b-e65u9l0cjv] {
    font-size: 1.2rem;
    font-weight: bold;
}

.card-text[b-e65u9l0cjv] {
    font-size: 0.9rem;
    color: #555;
}

.card-body[b-e65u9l0cjv] {
    padding: 1rem;
}

.card .badge[b-e65u9l0cjv] {
    font-size: 0.8rem;
}

.text-muted[b-e65u9l0cjv] {
    font-size: 0.8rem;
}
