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

/* _content/Lrb.Admin.UI/Modal/ActivityReport/ActivityReport.razor.rz.scp.css */
*[b-vms969oujm] {
    font-family: 'Lexend Deca', sans-serif;
}

.tenantmasterheader[b-vms969oujm] {
    display: flex;
}

.searchButton[b-vms969oujm] {
    display: none;
}

.headerText[b-vms969oujm] {
    width: 70%;
    margin-bottom: 1%;
}

.headername[b-vms969oujm] {
    font-weight: 500;
    font-size: 20px;
    color: #292A2B;
}

.headerbuttons[b-vms969oujm] {
    width: 30%;
    display: flex;
    margin-bottom: 1%;
    justify-content: flex-end;
    gap: 10px;
}

    .headerbuttons span[b-vms969oujm] {
        cursor: pointer;
    }

.TenantMasterTable[b-vms969oujm] {
    background-color: #ffffff;
    padding-top: 1%;
    padding-right: 1%;
    padding-left: 1%;
}

.TenantMasterTableHeader[b-vms969oujm] {
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    display: flex;
    padding: 5px;
}

.SearchBar[b-vms969oujm] {
    display: flex;
    width: 50%;
}

.searchicon[b-vms969oujm] {
    margin-top: 0.5%;
}

.SearchBar input[b-vms969oujm] {
    border: none;
    outline: none;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #292A2B;
}

    .SearchBar input:focus[b-vms969oujm], input:active[b-vms969oujm] {
        border: none;
        outline: none;
        font-weight: 400;
        font-size: 12px;
        color: #292A2B;
    }

.buttons[b-vms969oujm] {
    display: flex;
    font-weight: 500;
    font-size: 12px;
    align-items: center;
    justify-content: end;
    width: 49%;
    gap: 1%;
}

.buttonbutton[b-vms969oujm] {
    border-left: 1px solid #e0e0e0;
    padding-left: 1%;
}

    .buttonbutton:hover[b-vms969oujm] {
        cursor: pointer;
    }

.all-tables[b-vms969oujm] {
    margin-top: 2%;
    overflow: hidden;
}

/* Ensure the table container allows horizontal scrolling */
.table-container[b-vms969oujm] {
    max-height: 60vh; /* Set desired height */
    overflow-y: auto;
    overflow-x: auto; /* Enable horizontal scrolling */
    border: 1px solid #ddd;
    position: relative;
    scrollbar-color: #97959E #f1f1f1;
    scrollbar-width: thin;
}

    /* Table Styling */
    .table-container table[b-vms969oujm] {
        width: 100%;
        min-width: max-content; /* Prevent content from wrapping */
        border-collapse: collapse;
        white-space: nowrap; /* Prevent text wrapping */
    }

    /* Sticky Header */
    .table-container thead[b-vms969oujm] {
        position: sticky;
        top: 0;
        background-color: #f2f2f2;
        z-index: 2;
    }

    /* Header Styling */
    .table-container th[b-vms969oujm] {
        font-weight: 600 !important;
        font-size: 12px;
        padding: 15px 10px;
        text-align: left;
        border-bottom: 2px solid #ddd;
    }

    /* Table Data Styling */
    .table-container tbody td[b-vms969oujm] {
        padding: 12px 10px;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
        color: #292A2B;
        border-bottom: 1px solid #ddd;
        white-space: nowrap; /* Ensures no line breaks */
    }

    .table-container[b-vms969oujm]::-webkit-scrollbar {
        width: 10px; /* Width of the vertical scrollbar */
        height: 10px; /* Height of the horizontal scrollbar */
        padding: 5px; /* Padding around the scrollbar */
    }

    .table-container[b-vms969oujm]::-webkit-scrollbar-track {
        background: #f1f1f1; /* Light background for the track */
        border-radius: 10px;
    }

    .table-container[b-vms969oujm]::-webkit-scrollbar-thumb {
        background: #97959E; /* Scrollbar color */
        border-radius: 10px;
        border: 3px solid #f1f1f1; /* Creates padding effect */
    }



.tenantmasterfooter[b-vms969oujm] {
    display: flex;
    justify-content: end;
    gap: 3%;
    margin-right: 1%;
    font-weight: 400;
    font-size: 12px;
}

.pagesize[b-vms969oujm] {
    display: flex;
    justify-content: flex-end;
    gap: 1%;
    align-items: center;
    width: 100%
}

.showEntriesperPage[b-vms969oujm] {
}

.pagesizebox[b-vms969oujm] {
}

#pagesizeinput[b-vms969oujm] {
    height: 70%;
    font-weight: 400;
    font-size: 12px;
    margin-top: 2%;
}

.pagenumber[b-vms969oujm] {
    display: flex;
    justify-content: flex-end;
    gap: 1%;
    align-items: center;
}

#pagenumbercircle[b-vms969oujm] {
    border: 1px solid;
    padding: 5% 25%;
    border-radius: 50%;
    margin: 0% 10%;
}

.pagenumberbutton:hover[b-vms969oujm] {
    cursor: pointer;
}

.popupStyle[b-vms969oujm] {
    display: none;
    position: absolute;
    height: auto;
    width: 82%;
    margin: 2px;
    border: var(--rz-panel-border);
    background-color: var(--rz-panel-background-color);
    text-shadow: 1px 1px 1px #000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.table-container th.last-lead[b-vms969oujm]::after,
.table-container td.last-lead[b-vms969oujm]::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: black;
}

/* Make sure parent is relative */
.table-container th[b-vms969oujm],
.table-container td[b-vms969oujm] {
    position: relative;
}

@media only screen and (max-width: 700px) {
    .tenantmasterheader[b-vms969oujm] {
        display: flex;
        flex-direction: column;
    }

    .headerbuttons[b-vms969oujm] {
        width: 100%;
        display: flex;
        margin-bottom: 1%;
        justify-content: space-between;
        gap: 10px;
    }

    .TenantMasterTableHeader[b-vms969oujm] {
        border: 1px solid #DDDDDD;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
    }

    .buttons[b-vms969oujm] {
        display: flex;
        font-weight: 500;
        font-size: 12px;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 1%;
        padding-top: 2px;
    }

    .tenantmasterfooter[b-vms969oujm] {
        display: flex;
        gap: 3px;
        margin-right: 1%;
        font-weight: 400;
        font-size: 12px;
    }

    .pagesizebox[b-vms969oujm] {
        width: 100%;
    }

    .SearchBar[b-vms969oujm] {
        display: flex;
        width: 100%;
    }

    .searchButton[b-vms969oujm] {
        display: block;
        cursor: pointer;
        background-color: #343739;
        text-align: center;
        color: #FFFFFF;
        width: 100px;
        border: 1px solid;
        padding: 1px;
        border-radius: 5px;
    }

    .searchicon[b-vms969oujm] {
        margin-top: 1%;
    }
}
/* _content/Lrb.Admin.UI/Modal/ActivityReport/ActivityReportFilter.razor.rz.scp.css */
.filter-container[b-3wexl17rb2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    max-width: 400px;
    margin: auto;
    font-family: Arial, sans-serif;
}

/* Filter buttons group */
.filter-buttons[b-3wexl17rb2] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.btn[b-3wexl17rb2] {
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f8f9fa;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.9rem;
}

    .btn:hover[b-3wexl17rb2] {
        background-color: #333;
        color: white;
        border-color: #333;
    }

    .btn.active[b-3wexl17rb2] {
        background-color: #000; /* black when active */
        color: white;
        border-color: #000;
    }

/* Date range section */
.date-range[b-3wexl17rb2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .date-range label[b-3wexl17rb2] {
        font-size: 0.85rem;
        font-weight: bold;
    }

/* Status dropdown */
.status-filter[b-3wexl17rb2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .status-filter label[b-3wexl17rb2] {
        font-size: 0.85rem;
        font-weight: bold;
    }

select[b-3wexl17rb2] {
    padding: 0.4rem;
    border-radius: 6px;
    border: 1px solid #ccc;
}

/* Submit button */
.submit-filter[b-3wexl17rb2] {
    text-align: right;
}

.btn-primary[b-3wexl17rb2] {
    background-color: #000;
    color: white;
    border: 1px solid #000;
    font-weight: bold;
}

    .btn-primary:hover[b-3wexl17rb2] {
        background-color: #444;
        border-color: #444;
    }
/* _content/Lrb.Admin.UI/Modal/Integration/GetWaApiInfo.razor.rz.scp.css */
*[b-mtg1v653q5] {
    font-family: 'Lexend Deca', sans-serif;
}

.ActiveInactive-button[b-mtg1v653q5] {
    color: black;
    border-block-start-color: black;
    border-block-end-color: black;
    background-color: white;
    border-radius: 20px;
}

.Isdeleted[b-mtg1v653q5] {
    color: red;
}

.AddonButton[b-mtg1v653q5] {
    margin-left: 88%;
    margin-bottom: 1%;
    cursor: pointer;
}


.all-tables[b-mtg1v653q5] {
    padding-left: 15px;
    overflow-y: auto;
    white-space: nowrap;
}

    .all-tables table[b-mtg1v653q5] {
        width: 100%;
        border-collapse: collapse;
    }

    .all-tables th[b-mtg1v653q5] {
        font-weight: 600 !important;
        background-color: #f2f2f2;
        font-size: 12px;
    }

    .all-tables th[b-mtg1v653q5], .all-tables td[b-mtg1v653q5] {
        padding: 10px 50px 10px 20px;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
    }

    .all-tables td[b-mtg1v653q5] {
        border-bottom: 1px solid #ddd;
    }

@media only screen and (max-width: 700px) {
    .AddonButton[b-mtg1v653q5] {
        margin-left: 60%;
        margin-bottom: 1%;
        cursor: pointer;
    }
}
/* _content/Lrb.Admin.UI/Modal/Integration/GetWaTemplates.razor.rz.scp.css */
*[b-wbv99lxe7z] {
    font-family: 'Lexend Deca', sans-serif;
}

.ActiveInactive-button[b-wbv99lxe7z] {
    color: black;
    border-block-start-color: black;
    border-block-end-color: black;
    background-color: white;
    border-radius: 20px;
}

.Isdeleted[b-wbv99lxe7z] {
    color: red;
}

.AddonButton[b-wbv99lxe7z] {
    margin-left: 88%;
    margin-bottom: 1%;
    cursor: pointer;
}


.all-tables[b-wbv99lxe7z] {
    padding-left: 15px;
    overflow-y: auto;
    white-space: nowrap;
}

    .all-tables table[b-wbv99lxe7z] {
        width: 100%;
        border-collapse: collapse;
    }

    .all-tables th[b-wbv99lxe7z] {
        font-weight: 600 !important;
        background-color: #f2f2f2;
        font-size: 12px;
    }

    .all-tables th[b-wbv99lxe7z], .all-tables td[b-wbv99lxe7z] {
        padding: 10px 50px 10px 20px;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
    }

    .all-tables td[b-wbv99lxe7z] {
        border-bottom: 1px solid #ddd;
    }

@media only screen and (max-width: 700px) {
    .AddonButton[b-wbv99lxe7z] {
        margin-left: 60%;
        margin-bottom: 1%;
        cursor: pointer;
    }
}
/* _content/Lrb.Admin.UI/Modal/Integration/WAApiInfoSlider.razor.rz.scp.css */
.slider-overlay[b-44ahh1xq76] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

    .slider-overlay.active[b-44ahh1xq76] {
        opacity: 1;
        visibility: visible;
    }

.slider-panel[b-44ahh1xq76] {
    position: fixed;
    top: 0;
    right: -600px;
    width: 600px;
    height: 100vh;
    background-color: #ffffff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    transition: right 0.3s ease;
}

    .slider-panel.open[b-44ahh1xq76] {
        right: 0;
    }

.slider-header[b-44ahh1xq76] {
    padding: 20px 24px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
}

    .slider-header h3[b-44ahh1xq76] {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        color: #333;
    }

.close-btn[b-44ahh1xq76] {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

    .close-btn:hover[b-44ahh1xq76] {
        background-color: #e0e0e0;
    }

.slider-body[b-44ahh1xq76] {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
}

.form-group[b-44ahh1xq76] {
    margin-bottom: 20px;
}

    .form-group label[b-44ahh1xq76] {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        color: #333;
        font-size: 14px;
    }

    .form-group .required[b-44ahh1xq76] {
        color: #dc3545;
    }

.form-control[b-44ahh1xq76] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.2s ease;
}

    .form-control:focus[b-44ahh1xq76] {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }

.form-section[b-44ahh1xq76] {
    margin-bottom: 24px;
    padding: 16px;
    background-color: #f8f9fa;
    border-radius: 6px;
}

.section-header[b-44ahh1xq76] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

    .section-header label[b-44ahh1xq76] {
        font-weight: 600;
        color: #333;
        font-size: 15px;
        margin: 0;
    }

.btn-add[b-44ahh1xq76] {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: background-color 0.2s ease;
}

    .btn-add:hover[b-44ahh1xq76] {
        background-color: #218838;
    }

    .btn-add span[b-44ahh1xq76] {
        font-size: 16px;
        font-weight: bold;
    }

.key-value-pair[b-44ahh1xq76] {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 8px;
    margin-bottom: 12px;
    align-items: start;
}

    .key-value-pair:last-child[b-44ahh1xq76] {
        margin-bottom: 0;
    }

.key-input[b-44ahh1xq76],
.value-input[b-44ahh1xq76] {
    padding: 8px 10px;
    font-size: 13px;
}

.value-container[b-44ahh1xq76] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.variable-select[b-44ahh1xq76] {
    padding: 6px 8px;
    font-size: 12px;
    border: 1px dashed #6c757d;
    background-color: #fff;
}

.btn-remove[b-44ahh1xq76] {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

    .btn-remove:hover[b-44ahh1xq76] {
        background-color: #c82333;
    }

    .btn-remove span[b-44ahh1xq76] {
        font-size: 20px;
        line-height: 1;
    }

.slider-footer[b-44ahh1xq76] {
    padding: 16px 24px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    background-color: #f8f9fa;
}

.btn[b-44ahh1xq76] {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-secondary[b-44ahh1xq76] {
    background-color: #6c757d;
    color: white;
}

    .btn-secondary:hover[b-44ahh1xq76] {
        background-color: #5a6268;
    }

.btn-primary[b-44ahh1xq76] {
    background-color: #007bff;
    color: white;
}

    .btn-primary:hover[b-44ahh1xq76] {
        background-color: #0056b3;
    }

/* Scrollbar styling */
.slider-body[b-44ahh1xq76]::-webkit-scrollbar {
    width: 8px;
}

.slider-body[b-44ahh1xq76]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.slider-body[b-44ahh1xq76]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

    .slider-body[b-44ahh1xq76]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.variables-panel[b-44ahh1xq76] {
    background-color: #e7f3ff;
    border: 1px solid #b3d9ff;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 20px;
}

.variables-header[b-44ahh1xq76] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

    .variables-header label[b-44ahh1xq76] {
        font-weight: 600;
        color: #0056b3;
        margin: 0;
        font-size: 14px;
    }

    .variables-header small[b-44ahh1xq76] {
        font-size: 12px;
        color: #6c757d;
    }

.variables-list[b-44ahh1xq76] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.variable-chip[b-44ahh1xq76] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Courier New', monospace;
}

    .variable-chip:hover[b-44ahh1xq76] {
        background-color: #0056b3;
        transform: translateY(-2px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .variable-chip:active[b-44ahh1xq76] {
        transform: translateY(0);
    }
/* _content/Lrb.Admin.UI/Modal/Integration/WATemplateSlider.razor.rz.scp.css */
.slider-overlay[b-m5e95c7d4q] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

    .slider-overlay.active[b-m5e95c7d4q] {
        opacity: 1;
        visibility: visible;
    }

.slider-panel[b-m5e95c7d4q] {
    position: fixed;
    top: 0;
    right: -650px;
    width: 650px;
    height: 100vh;
    background-color: #ffffff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    transition: right 0.3s ease;
}

    .slider-panel.open[b-m5e95c7d4q] {
        right: 0;
    }

.slider-header[b-m5e95c7d4q] {
    padding: 20px 24px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
}

    .slider-header h3[b-m5e95c7d4q] {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        color: #333;
    }

.close-btn[b-m5e95c7d4q] {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

    .close-btn:hover[b-m5e95c7d4q] {
        background-color: #e0e0e0;
    }

.slider-body[b-m5e95c7d4q] {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
}

.form-group[b-m5e95c7d4q] {
    margin-bottom: 20px;
}

    .form-group label[b-m5e95c7d4q] {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        color: #333;
        font-size: 14px;
    }

    .form-group .required[b-m5e95c7d4q] {
        color: #dc3545;
    }

.form-control[b-m5e95c7d4q] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.2s ease;
}

    .form-control:focus[b-m5e95c7d4q] {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }

.textarea-small[b-m5e95c7d4q] {
    resize: vertical;
    min-height: 60px;
    font-family: inherit;
}

.textarea-medium[b-m5e95c7d4q] {
    resize: vertical;
    min-height: 80px;
    font-family: inherit;
}

.textarea-large[b-m5e95c7d4q] {
    resize: vertical;
    min-height: 150px;
    font-family: inherit;
}

.text-muted[b-m5e95c7d4q] {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #6c757d;
    font-style: italic;
}

.variables-panel[b-m5e95c7d4q] {
    background-color: #e7f3ff;
    border: 1px solid #b3d9ff;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 20px;
}

.variables-header[b-m5e95c7d4q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

    .variables-header label[b-m5e95c7d4q] {
        font-weight: 600;
        color: #0056b3;
        margin: 0;
        font-size: 14px;
    }

    .variables-header small[b-m5e95c7d4q] {
        font-size: 12px;
        color: #6c757d;
    }

.variables-list[b-m5e95c7d4q] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.variable-chip[b-m5e95c7d4q] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Courier New', monospace;
}

    .variable-chip:hover[b-m5e95c7d4q] {
        background-color: #0056b3;
        transform: translateY(-2px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .variable-chip:active[b-m5e95c7d4q] {
        transform: translateY(0);
    }

.form-section[b-m5e95c7d4q] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 20px;
}

    .form-section h4[b-m5e95c7d4q] {
        margin: 0 0 16px 0;
        font-size: 16px;
        font-weight: 600;
        color: #333;
    }

.mapping-group[b-m5e95c7d4q] {
    margin-bottom: 16px;
}

    .mapping-group:last-child[b-m5e95c7d4q] {
        margin-bottom: 0;
    }

    .mapping-group > label[b-m5e95c7d4q] {
        display: block;
        font-weight: 600;
        color: #495057;
        margin-bottom: 10px;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

.variable-mapping[b-m5e95c7d4q] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin-bottom: 8px;
}

    .variable-mapping:last-child[b-m5e95c7d4q] {
        margin-bottom: 0;
    }

.variable-name[b-m5e95c7d4q] {
    font-family: 'Courier New', monospace;
    font-weight: 600;
    color: #007bff;
    background-color: #e7f3ff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
}

.mapping-arrow[b-m5e95c7d4q] {
    color: #6c757d;
    font-weight: bold;
}

.variable-position[b-m5e95c7d4q] {
    font-size: 13px;
    color: #495057;
}

.slider-footer[b-m5e95c7d4q] {
    padding: 16px 24px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    background-color: #f8f9fa;
}

.btn[b-m5e95c7d4q] {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-secondary[b-m5e95c7d4q] {
    background-color: #6c757d;
    color: white;
}

    .btn-secondary:hover[b-m5e95c7d4q] {
        background-color: #5a6268;
    }

.btn-primary[b-m5e95c7d4q] {
    background-color: #007bff;
    color: white;
}

    .btn-primary:hover[b-m5e95c7d4q] {
        background-color: #0056b3;
    }

/* Scrollbar styling */
.slider-body[b-m5e95c7d4q]::-webkit-scrollbar {
    width: 8px;
}

.slider-body[b-m5e95c7d4q]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.slider-body[b-m5e95c7d4q]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

    .slider-body[b-m5e95c7d4q]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/* Add these new styles at the end of the file */

.toggle-arrow[b-m5e95c7d4q] {
    display: inline-block;
    margin-right: 8px;
    transition: transform 0.3s ease;
    font-size: 12px;
}

    .toggle-arrow.open[b-m5e95c7d4q] {
        transform: rotate(90deg);
    }

.variables-header[b-m5e95c7d4q] {
    user-select: none;
}

.variables-list[b-m5e95c7d4q] {
    margin-top: 12px;
    animation: slideDown-b-m5e95c7d4q 0.3s ease;
}

@keyframes slideDown-b-m5e95c7d4q {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/Lrb.Admin.UI/Modal/Subscription/AddPayments.razor.rz.scp.css */
.form-container[b-sd5vnwvoo7] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-sd5vnwvoo7] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-sd5vnwvoo7] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-sd5vnwvoo7],
    .form-group select[b-sd5vnwvoo7] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 200px;
    }

        .form-group input:disabled[b-sd5vnwvoo7] {
            background-color: #f0f0f0;
        }

        .form-group input[b-sd5vnwvoo7]::placeholder,
        .form-group select[b-sd5vnwvoo7]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.rupeessymbol[b-sd5vnwvoo7] {
    position: relative;
}

    .rupeessymbol span[b-sd5vnwvoo7] {
        position: absolute;
        left: 10px;
        top: 27px;
        font-size: 16px;
    }

    .rupeessymbol input[b-sd5vnwvoo7] {
        padding-left: 45px;
        width: 100%;
    }

.percentagesymbol[b-sd5vnwvoo7] {
    position: relative;
}

    .percentagesymbol span[b-sd5vnwvoo7] {
        position: absolute;
        left: 170px;
        top: 28px;
        font-size: 16px;
    }

.OrganizationInfo[b-sd5vnwvoo7] {
    margin-bottom: 1%;
}

.AdminInfo[b-sd5vnwvoo7] {
    margin-bottom: 1%;
}

.PlanFinance[b-sd5vnwvoo7] {
    margin-bottom: 1%;
}

.Miscellaneous[b-sd5vnwvoo7] {
    margin-bottom: 1%;
}

.footer[b-sd5vnwvoo7] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-sd5vnwvoo7] {
        cursor: pointer;
    }

@media only screen and (max-width: 700px) {
    .form-container[b-sd5vnwvoo7] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }
}
/* _content/Lrb.Admin.UI/Modal/Subscription/PaymentDetails.razor.rz.scp.css */
*[b-j5ei1pinr9] {
    font-family: 'Lexend Deca', sans-serif;
}

.ActiveInactive-button[b-j5ei1pinr9] {
    color: black;
    border-block-start-color: black;
    border-block-end-color: black;
    background-color: white;
    border-radius: 20px;
}

.AddonButton[b-j5ei1pinr9] {
    margin-left: 88%;
    margin-bottom: 1%;
    cursor: pointer;
}
.Isdeleted[b-j5ei1pinr9]{
    color:red;
}


.all-tables[b-j5ei1pinr9] {
    padding-left: 15px;
    overflow-y: auto;
    white-space: nowrap;
}

    .all-tables table[b-j5ei1pinr9] {
        width: 100%;
        border-collapse: collapse;
    }

    .all-tables th[b-j5ei1pinr9] {
        font-weight: 600 !important;
        background-color: #f2f2f2;
        font-size: 12px;
    }

    .all-tables th[b-j5ei1pinr9], .all-tables td[b-j5ei1pinr9] {
        padding: 10px 50px 10px 20px;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
    }

    .all-tables td[b-j5ei1pinr9] {
        border-bottom: 1px solid #ddd;
    }

@media only screen and (max-width: 700px){
    .AddonButton[b-j5ei1pinr9] {
        margin-left: 80%;
        margin-bottom: 1%;
        cursor: pointer;
    }

}
/* _content/Lrb.Admin.UI/Modal/Subscription/UpdatePayment.razor.rz.scp.css */
.form-container[b-4m0stxby8b] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-4m0stxby8b] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-4m0stxby8b] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-4m0stxby8b],
    .form-group select[b-4m0stxby8b] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 200px;
    }

        .form-group input:disabled[b-4m0stxby8b] {
            background-color: #f0f0f0;
        }

        .form-group input[b-4m0stxby8b]::placeholder,
        .form-group select[b-4m0stxby8b]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.rupeessymbol[b-4m0stxby8b] {
    position: relative;
}

    .rupeessymbol span[b-4m0stxby8b] {
        position: absolute;
        left: 10px;
        top: 27px;
        font-size: 16px;
    }

    .rupeessymbol input[b-4m0stxby8b] {
        padding-left: 45px;
        width: 100%;
    }

.percentagesymbol[b-4m0stxby8b] {
    position: relative;
}

    .percentagesymbol span[b-4m0stxby8b] {
        position: absolute;
        left: 170px;
        top: 28px;
        font-size: 16px;
    }

.OrganizationInfo[b-4m0stxby8b] {
    margin-bottom: 1%;
}

.AdminInfo[b-4m0stxby8b] {
    margin-bottom: 1%;
}

.PlanFinance[b-4m0stxby8b] {
    margin-bottom: 1%;
}

.Miscellaneous[b-4m0stxby8b] {
    margin-bottom: 1%;
}

.footer[b-4m0stxby8b] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-4m0stxby8b] {
        cursor: pointer;
    }

@media only screen and (max-width: 700px){
    .form-container[b-4m0stxby8b] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }
}
/* _content/Lrb.Admin.UI/Modal/SubStatus/CreateSubStatus.razor.rz.scp.css */
@media (min-width: 320px) and (max-width: 476px) {
    .status-create[b-1ppkpq9or8]{
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align:justify-all !important;
        text-size-adjust:auto !important;
    }
}
/* _content/Lrb.Admin.UI/Modal/TenantProfile/UpdateProfile.razor.rz.scp.css */
.form-container[b-bzdjqru3yx] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-bzdjqru3yx] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-bzdjqru3yx] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-bzdjqru3yx],
    .form-group select[b-bzdjqru3yx] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 210px;
    }

        .form-group input:disabled[b-bzdjqru3yx] {
            background-color: #f0f0f0;
        }

        .form-group input[b-bzdjqru3yx]::placeholder,
        .form-group select[b-bzdjqru3yx]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.footer[b-bzdjqru3yx] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-bzdjqru3yx] {
        cursor: pointer;
    }

@media only screen and (max-width: 700px) {
    .form-container[b-bzdjqru3yx] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }
}
/* _content/Lrb.Admin.UI/Pages/ActivityPage/Activity.razor.rz.scp.css */
*[b-u3e2dxi0eg] {
    font-family: 'Lexend Deca', sans-serif;
}

.tenantmasterheader[b-u3e2dxi0eg] {
    display: flex;
}

.headerText[b-u3e2dxi0eg] {
    width: 70%;
    margin-bottom: 1%;
}

.headername[b-u3e2dxi0eg] {
    font-weight: 500;
    font-size: 20px;
    color: #292A2B;
}

.headerbuttons[b-u3e2dxi0eg] {
    width: 30%;
    display: flex;
    margin-bottom: 1%;
    justify-content: flex-end;
    gap: 10px;
}

    .headerbuttons span[b-u3e2dxi0eg] {
        cursor: pointer;
    }

.TenantMasterTable[b-u3e2dxi0eg] {
    background-color: #ffffff;
    padding: 1%;
}

.TenantMasterTableHeader[b-u3e2dxi0eg] {
    display: flex;
}

.buttons[b-u3e2dxi0eg] {
    display: flex;
    font-weight: 500;
    font-size: 12px;
    padding-left: 1%;
    width: 100%;
    gap: 2%;
}

.buttonbutton[b-u3e2dxi0eg] {
    width: 10%;
    text-align: center;
    border: 1px solid #DDDDDD;
}

    .buttonbutton:hover[b-u3e2dxi0eg] {
        cursor: pointer;
    }

.filter-separator[b-u3e2dxi0eg] {
    color: #DDDDDD;
    font-size: 16px;
    user-select: none;
}

.filter-label[b-u3e2dxi0eg] {
    font-weight: 500;
    font-size: 12px;
    white-space: nowrap;
    align-self: center;
}

.tenantid-input[b-u3e2dxi0eg] {
    height: 26px;
    font-size: 12px;
    font-weight: 400;
    padding: 0 8px;
    border: 1px solid #DDDDDD;
    outline: none;
    font-family: 'Lexend Deca', sans-serif;
    width: 140px;
}

    .tenantid-input:focus[b-u3e2dxi0eg] {
        border-color: #292A2B;
    }

.user-dropdown[b-u3e2dxi0eg] {
    height: 28px;
    font-size: 12px;
    font-weight: 400;
    padding: 0 4px;
    border: 1px solid #DDDDDD;
    outline: none;
    font-family: 'Lexend Deca', sans-serif;
    background-color: #ffffff;
    cursor: pointer;
    min-width: 120px;
}

    .user-dropdown:focus[b-u3e2dxi0eg] {
        border-color: #292A2B;
    }

.search-bar-container[b-u3e2dxi0eg] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 1%;
}

.search-input[b-u3e2dxi0eg] {
    flex: 1;
    height: 28px;
    font-size: 12px;
    font-weight: 400;
    padding: 0 8px;
    border: 1px solid #DDDDDD;
    outline: none;
    font-family: 'Lexend Deca', sans-serif;
}

    .search-input:focus[b-u3e2dxi0eg] {
        border-color: #292A2B;
    }

.search-btn[b-u3e2dxi0eg] {
    width: auto !important;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
}

.all-tables[b-u3e2dxi0eg] {
    margin-top: 2%;
    overflow: hidden;
}

/* Ensure the table container allows horizontal scrolling */
.table-container[b-u3e2dxi0eg] {
    max-height: 60vh; /* Set desired height */
    overflow-y: auto;
    overflow-x: auto; /* Enable horizontal scrolling */
    border: 1px solid #ddd;
    position: relative;
}

    /* Table Styling */
    .table-container table[b-u3e2dxi0eg] {
        width: 100%;
        min-width: max-content; /* Prevent content from wrapping */
        border-collapse: collapse;
        white-space: nowrap; /* Prevent text wrapping */
    }

    /* Sticky Header */
    .table-container thead[b-u3e2dxi0eg] {
        position: sticky;
        top: 0;
        background-color: #f2f2f2;
        z-index: 2;
    }

    /* Header Styling */
    .table-container th[b-u3e2dxi0eg] {
        font-weight: 600 !important;
        font-size: 12px;
        padding: 15px 10px;
        text-align: left;
        border-bottom: 2px solid #ddd;
    }

    /* Table Data Styling */
    .table-container tbody td[b-u3e2dxi0eg] {
        padding: 12px 10px;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
        color: #292A2B;
        border-bottom: 1px solid #ddd;
        white-space: nowrap; /* Ensures no line breaks */
    }


.tenantmasterfooter[b-u3e2dxi0eg] {
    display: flex;
    justify-content: end;
    gap: 3%;
    margin-right: 1%;
    font-weight: 400;
    font-size: 12px;
}

.pagesize[b-u3e2dxi0eg] {
    display: flex;
    justify-content: flex-end;
    gap: 1%;
    align-items: center;
    width: 100%
}

.showEntriesperPage[b-u3e2dxi0eg] {
}

.pagesizebox[b-u3e2dxi0eg] {
}

#pagesizeinput[b-u3e2dxi0eg] {
    height: 90%;
    font-weight: 400;
    font-size: 12px;
    margin-top: 2%;
}

.pagenumber[b-u3e2dxi0eg] {
    display: flex;
    justify-content: flex-end;
    gap: 1%;
    align-items: center;
}

#pagenumbercircle[b-u3e2dxi0eg] {
    border: 1px solid;
    padding: 5% 25%;
    border-radius: 50%;
    margin: 0% 10%;
}

.pagenumberbutton:hover[b-u3e2dxi0eg] {
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .tenantmasterheader[b-u3e2dxi0eg] {
        display: flex;
        flex-direction: column;
    }

    .headerbuttons[b-u3e2dxi0eg] {
        width: 100%;
        display: flex;
        margin-bottom: 1%;
        justify-content: space-between;
        gap: 10px;
    }

    .TenantMasterTableHeader[b-u3e2dxi0eg] {
        border: 1px solid #DDDDDD;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
    }

    .buttons[b-u3e2dxi0eg] {
        display: flex;
        font-weight: 500;
        font-size: 12px;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 1%;
    }

    .tenantmasterfooter[b-u3e2dxi0eg] {
        display: flex;
        gap: 3%;
        margin-right: 1%;
        font-weight: 400;
        font-size: 12px;
    }

    .pagesizebox[b-u3e2dxi0eg] {
        width: 100%;
    }
}
/* _content/Lrb.Admin.UI/Pages/FeatureUpdates/AddNewFeature.razor.rz.scp.css */
*[b-r5znto5smj] {
    font-family: 'Lexend Deca', sans-serif;
}

.featuremasterheader[b-r5znto5smj] {
    display: flex;
}

.headerText[b-r5znto5smj] {
    width: 70%;
    margin-bottom: 1%;
}

.headername[b-r5znto5smj] {
    font-weight: 500;
    font-size: 20px;
    color: #292A2B;
}

.headerbuttons[b-r5znto5smj] {
    width: 30%;
    display: flex;
    margin-bottom: 1%;
    justify-content: flex-end;
    gap: 10px;
}

    .headerbuttons span[b-r5znto5smj] {
        cursor: pointer;
    }

.Body[b-r5znto5smj] {
    margin-top: 1%;
}

.SectionHeaderText[b-r5znto5smj] {
    text-decoration: underline;
    font-weight: 400;
    font-size: 15px;
}

.form-container[b-r5znto5smj] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-container-full[b-r5znto5smj] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-r5znto5smj] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-r5znto5smj] {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .form-group input[type="text"][b-r5znto5smj],
    .form-group input[type="date"][b-r5znto5smj],
    .form-group input[type="url"][b-r5znto5smj],
    .form-group input[type="file"][b-r5znto5smj],
    .form-group select[b-r5znto5smj],
    .form-group textarea[b-r5znto5smj] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        padding: 8px;
    }

    .form-group input[type="text"][b-r5znto5smj],
    .form-group input[type="date"][b-r5znto5smj],
    .form-group input[type="url"][b-r5znto5smj],
    .form-group select[b-r5znto5smj] {
        height: 35px;
        width: 100%;
    }

    .form-group textarea[b-r5znto5smj] {
        width: 100%;
        min-height: 100px;
        resize: vertical;
    }

        .form-group input[b-r5znto5smj]::placeholder,
        .form-group textarea[b-r5znto5smj]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

    .form-group input[type="checkbox"][b-r5znto5smj] {
        width: 16px;
        height: 16px;
        margin: 0;
        cursor: pointer;
        accent-color: #3b82f6;
    }

.checkboxContainer[b-r5znto5smj] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.checkboxItem[b-r5znto5smj] {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .checkboxItem input[b-r5znto5smj] {
        width: 16px;
        height: 16px;
        margin: 0;
        cursor: pointer;
        flex-shrink: 0;
    }

    .checkboxItem label[b-r5znto5smj] {
        white-space: nowrap;
        margin: 0;
        line-height: 1;
        cursor: pointer;
    }

.sectionEnd[b-r5znto5smj] {
    margin-bottom: 1%;
}

.pointer-list[b-r5znto5smj] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.pointer-item[b-r5znto5smj] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 4px;
}

    .pointer-item span[b-r5znto5smj] {
        flex: 1;
        font-size: 14px;
    }

    .pointer-item .remove-btn[b-r5znto5smj] {
        cursor: pointer;
        color: #dc2626;
        font-weight: 500;
        padding: 4px 8px;
        border-radius: 3px;
        background: white;
        border: 1px solid #dc2626;
        font-size: 12px;
    }

        .pointer-item .remove-btn:hover[b-r5znto5smj] {
            background: #dc2626;
            color: white;
        }

.add-pointer-section[b-r5znto5smj] {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

    .add-pointer-section input[b-r5znto5smj] {
        flex: 1;
    }

    .add-pointer-section button[b-r5znto5smj] {
        height: 35px;
        padding: 0 20px;
        background: #121212;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
        white-space: nowrap;
    }

        .add-pointer-section button:hover[b-r5znto5smj] {
            background: #333;
        }

.footer[b-r5znto5smj] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-r5znto5smj] {
        cursor: pointer;
    }

.video-input-wrapper[b-r5znto5smj] {
    display: flex;
    gap: 8px;
    align-items: center;
}

    .video-input-wrapper input[type="url"][b-r5znto5smj] {
        flex: 1;
    }

    .video-input-wrapper .upload-btn[b-r5znto5smj] {
        height: 35px;
        padding: 0 12px;
        background: #121212;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 5px;
        white-space: nowrap;
    }

        .video-input-wrapper .upload-btn:hover[b-r5znto5smj] {
            background: #333;
        }

        .video-input-wrapper .upload-btn svg[b-r5znto5smj] {
            width: 16px;
            height: 16px;
        }

@media only screen and (max-width: 700px) {
    .form-container[b-r5znto5smj] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }

    .checkboxContainer[b-r5znto5smj] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .add-pointer-section[b-r5znto5smj] {
        flex-direction: column;
        align-items: stretch;
    }

        .add-pointer-section button[b-r5znto5smj] {
            width: 100%;
        }
}
/* _content/Lrb.Admin.UI/Pages/FeatureUpdates/FeatureUpdates.razor.rz.scp.css */
*[b-5k9zyxtelo] {
    font-family: 'Lexend Deca', sans-serif;
}

.tenantmasterheader[b-5k9zyxtelo] {
    display: flex;
}

#heading[b-5k9zyxtelo] {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
}

.searchButton[b-5k9zyxtelo] {
    display: none;
}

.headerText[b-5k9zyxtelo] {
    width: 70%;
    margin-bottom: 1%;
}

.headername[b-5k9zyxtelo] {
    font-weight: 500;
    font-size: 20px;
    color: #292A2B;
}

.headerbuttons[b-5k9zyxtelo] {
    width: 30%;
    display: flex;
    margin-bottom: 1%;
    justify-content: flex-end;
    gap: 10px;
}

    .headerbuttons span[b-5k9zyxtelo] {
        cursor: pointer;
    }

.TenantMasterTable[b-5k9zyxtelo] {
    background-color: #ffffff;
    padding-top: 1%;
    padding-right: 1%;
    padding-left: 1%;
}

.TenantMasterTableHeader[b-5k9zyxtelo] {
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    display: flex;
    padding: 5px;
}

.SearchBar[b-5k9zyxtelo] {
    display: flex;
    width: 50%;
    align-items: center;
    position: relative;
}

/* Manage Columns Styles */
.manage-columns-container[b-5k9zyxtelo] {
    position: relative;
    margin-left: 10px;
}

.manage-columns-button[b-5k9zyxtelo] {
    padding: 5px 12px;
    font-weight: 500;
    font-size: 12px;
    color: #292A2B;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

    .manage-columns-button:hover[b-5k9zyxtelo] {
        background-color: #f5f5f5;
        border-radius: 4px;
    }

.manage-columns-dropdown[b-5k9zyxtelo] {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    min-width: 250px;
    max-width: 300px;
}

.manage-columns-header[b-5k9zyxtelo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #DDDDDD;
    font-weight: 500;
    font-size: 13px;
    color: #292A2B;
}

.close-dropdown[b-5k9zyxtelo] {
    cursor: pointer;
    font-size: 16px;
    color: #666;
    padding: 0 5px;
}

    .close-dropdown:hover[b-5k9zyxtelo] {
        color: #292A2B;
    }

.manage-columns-list[b-5k9zyxtelo] {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
}

.column-checkbox[b-5k9zyxtelo] {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    margin: 2px 0;
    cursor: pointer;
    font-size: 12px;
    color: #292A2B;
    border-radius: 4px;
    transition: background-color 0.2s;
}

    .column-checkbox:hover[b-5k9zyxtelo] {
        background-color: #f8f8f8;
    }

    .column-checkbox input[type="checkbox"][b-5k9zyxtelo] {
        margin-right: 8px;
        cursor: pointer;
    }

    .column-checkbox span[b-5k9zyxtelo] {
        user-select: none;
    }

/* Scrollbar for manage columns list */
.manage-columns-list[b-5k9zyxtelo]::-webkit-scrollbar {
    width: 8px;
}

.manage-columns-list[b-5k9zyxtelo]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.manage-columns-list[b-5k9zyxtelo]::-webkit-scrollbar-thumb {
    background: #97959E;
    border-radius: 4px;
}

    .manage-columns-list[b-5k9zyxtelo]::-webkit-scrollbar-thumb:hover {
        background: #666;
    }

/* End of Manage Columns Styles */

.searchicon[b-5k9zyxtelo] {
    margin-top: 0.5%;
}

.SearchBar input[b-5k9zyxtelo] {
    border: none;
    outline: none;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #292A2B;
}

    .SearchBar input:focus[b-5k9zyxtelo], input:active[b-5k9zyxtelo] {
        border: none;
        outline: none;
        font-weight: 400;
        font-size: 12px;
        color: #292A2B;
    }

.buttons[b-5k9zyxtelo] {
    display: flex;
    font-weight: 500;
    font-size: 12px;
    align-items: center;
    justify-content: end;
    width: 49%;
    gap: 1%;
}

.buttonbutton[b-5k9zyxtelo] {
    border-left: 1px solid #e0e0e0;
    padding-left: 1%;
}

    .buttonbutton:hover[b-5k9zyxtelo] {
        cursor: pointer;
    }

.all-tables[b-5k9zyxtelo] {
    margin-top: 2%;
    overflow: hidden;
}

/* Ensure the table container allows horizontal scrolling */
.table-container[b-5k9zyxtelo] {
    max-height: 60vh; /* Set desired height */
    overflow-y: auto;
    overflow-x: auto; /* Enable horizontal scrolling */
    border: 1px solid #ddd;
    position: relative;
    scrollbar-color: #97959E #f1f1f1;
    scrollbar-width: thin;
}

    /* Table Styling */
    .table-container table[b-5k9zyxtelo] {
        width: 100%;
        min-width: max-content; /* Prevent content from wrapping */
        border-collapse: collapse;
        white-space: nowrap; /* Prevent text wrapping */
    }

    /* Sticky Header */
    .table-container thead[b-5k9zyxtelo] {
        position: sticky;
        top: 0;
        background-color: #f2f2f2;
        z-index: 2;
    }

    /* Header Styling */
    .table-container th[b-5k9zyxtelo] {
        font-weight: 600 !important;
        font-size: 12px;
        padding: 15px 10px;
        text-align: left;
        border-bottom: 2px solid #ddd;
    }

    /* Table Data Styling */
    .table-container tbody td[b-5k9zyxtelo] {
        padding: 12px 10px;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
        color: #292A2B;
        border-bottom: 1px solid #ddd;
        white-space: nowrap; /* Ensures no line breaks */
    }

    .table-container[b-5k9zyxtelo]::-webkit-scrollbar {
        width: 10px; /* Width of the vertical scrollbar */
        height: 10px; /* Height of the horizontal scrollbar */
        padding: 5px; /* Padding around the scrollbar */
    }

    .table-container[b-5k9zyxtelo]::-webkit-scrollbar-track {
        background: #f1f1f1; /* Light background for the track */
        border-radius: 10px;
    }

    .table-container[b-5k9zyxtelo]::-webkit-scrollbar-thumb {
        background: #97959E; /* Scrollbar color */
        border-radius: 10px;
        border: 3px solid #f1f1f1; /* Creates padding effect */
    }



.tenantmasterfooter[b-5k9zyxtelo] {
    display: flex;
    justify-content: end;
    gap: 3%;
    margin-right: 1%;
    font-weight: 400;
    font-size: 12px;
}

.pagesize[b-5k9zyxtelo] {
    display: flex;
    justify-content: flex-end;
    gap: 1%;
    align-items: center;
    width: 100%
}

.showEntriesperPage[b-5k9zyxtelo] {
}

.pagesizebox[b-5k9zyxtelo] {
}

#pagesizeinput[b-5k9zyxtelo] {
    height: 70%;
    font-weight: 400;
    font-size: 12px;
    margin-top: 2%;
}

.pagenumber[b-5k9zyxtelo] {
    display: flex;
    justify-content: flex-end;
    gap: 1%;
    align-items: center;
}

#pagenumbercircle[b-5k9zyxtelo] {
    border: 1px solid;
    padding: 5% 25%;
    border-radius: 50%;
    margin: 0% 10%;
}

.pagenumberbutton:hover[b-5k9zyxtelo] {
    cursor: pointer;
}

.popupStyle[b-5k9zyxtelo] {
    display: none;
    position: absolute;
    height: auto;
    width: 82%;
    margin: 2px;
    border: var(--rz-panel-border);
    background-color: var(--rz-panel-background-color);
    text-shadow: 1px 1px 1px #000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media only screen and (max-width: 700px) {
    .tenantmasterheader[b-5k9zyxtelo] {
        display: flex;
        flex-direction: column;
    }

    .headerbuttons[b-5k9zyxtelo] {
        width: 100%;
        display: flex;
        margin-bottom: 1%;
        justify-content: space-between;
        gap: 10px;
    }

    .TenantMasterTableHeader[b-5k9zyxtelo] {
        border: 1px solid #DDDDDD;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
    }

    .buttons[b-5k9zyxtelo] {
        display: flex;
        font-weight: 500;
        font-size: 12px;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 1%;
        padding-top: 2px;
    }

    .tenantmasterfooter[b-5k9zyxtelo] {
        display: flex;
        gap: 3px;
        margin-right: 1%;
        font-weight: 400;
        font-size: 12px;
    }

    .pagesizebox[b-5k9zyxtelo] {
        width: 100%;
    }

    .SearchBar[b-5k9zyxtelo] {
        display: flex;
        width: 100%;
    }

    .searchButton[b-5k9zyxtelo] {
        display: block;
        cursor: pointer;
        background-color: #343739;
        text-align: center;
        color: #FFFFFF;
        width: 100px;
        border: 1px solid;
        padding: 1px;
        border-radius: 5px;
    }

    .searchicon[b-5k9zyxtelo] {
        margin-top: 1%;
    }

    /* Mobile responsive for Manage Columns */
    .manage-columns-button[b-5k9zyxtelo] {
        font-size: 11px;
        padding: 4px 8px;
    }

    .manage-columns-dropdown[b-5k9zyxtelo] {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 350px;
    }
}
/* _content/Lrb.Admin.UI/Pages/FeatureUpdates/FeatureUpdatesFilter.razor.rz.scp.css */
*[b-n4iw0f8z74] {
    font-family: 'Lexend Deca', sans-serif;
}

.form-container[b-n4iw0f8z74] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-n4iw0f8z74] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-n4iw0f8z74] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-n4iw0f8z74],
    .form-group select[b-n4iw0f8z74] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 210px;
    }

        .form-group input:disabled[b-n4iw0f8z74] {
            background-color: #f0f0f0;
        }

        .form-group input[b-n4iw0f8z74]::placeholder,
        .form-group select[b-n4iw0f8z74]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.footer[b-n4iw0f8z74] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-n4iw0f8z74] {
        cursor: pointer;
    }

@media only screen and (max-width: 700px) {
    .form-container[b-n4iw0f8z74] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }
}
/* _content/Lrb.Admin.UI/Pages/FeatureUpdates/UpdateFeature.razor.rz.scp.css */
*[b-209s9yrb3t] {
    font-family: 'Lexend Deca', sans-serif;
}

.featuremasterheader[b-209s9yrb3t] {
    display: flex;
}

.headerText[b-209s9yrb3t] {
    width: 70%;
    margin-bottom: 1%;
}

.headername[b-209s9yrb3t] {
    font-weight: 500;
    font-size: 20px;
    color: #292A2B;
}

.headerbuttons[b-209s9yrb3t] {
    width: 30%;
    display: flex;
    margin-bottom: 1%;
    justify-content: flex-end;
    gap: 10px;
}

    .headerbuttons span[b-209s9yrb3t] {
        cursor: pointer;
    }

.Body[b-209s9yrb3t] {
    margin-top: 1%;
}

.SectionHeaderText[b-209s9yrb3t] {
    text-decoration: underline;
    font-weight: 400;
    font-size: 15px;
}

.form-container[b-209s9yrb3t] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-container-full[b-209s9yrb3t] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-209s9yrb3t] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-209s9yrb3t] {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .form-group input[type="text"][b-209s9yrb3t],
    .form-group input[type="date"][b-209s9yrb3t],
    .form-group input[type="url"][b-209s9yrb3t],
    .form-group input[type="file"][b-209s9yrb3t],
    .form-group select[b-209s9yrb3t],
    .form-group textarea[b-209s9yrb3t] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        padding: 8px;
    }

    .form-group input[type="text"][b-209s9yrb3t],
    .form-group input[type="date"][b-209s9yrb3t],
    .form-group input[type="url"][b-209s9yrb3t],
    .form-group select[b-209s9yrb3t] {
        height: 35px;
        width: 100%;
    }

    .form-group textarea[b-209s9yrb3t] {
        width: 100%;
        min-height: 100px;
        resize: vertical;
    }

        .form-group input[b-209s9yrb3t]::placeholder,
        .form-group textarea[b-209s9yrb3t]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

    .form-group input[type="checkbox"][b-209s9yrb3t] {
        width: 16px;
        height: 16px;
        margin: 0;
        cursor: pointer;
        accent-color: #3b82f6;
    }

.checkboxContainer[b-209s9yrb3t] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.checkboxItem[b-209s9yrb3t] {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .checkboxItem input[b-209s9yrb3t] {
        width: 16px;
        height: 16px;
        margin: 0;
        cursor: pointer;
        flex-shrink: 0;
    }

    .checkboxItem label[b-209s9yrb3t] {
        white-space: nowrap;
        margin: 0;
        line-height: 1;
        cursor: pointer;
    }

.sectionEnd[b-209s9yrb3t] {
    margin-bottom: 1%;
}

.pointer-list[b-209s9yrb3t] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.pointer-item[b-209s9yrb3t] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 4px;
}

    .pointer-item span[b-209s9yrb3t] {
        flex: 1;
        font-size: 14px;
    }

    .pointer-item .remove-btn[b-209s9yrb3t] {
        cursor: pointer;
        color: #dc2626;
        font-weight: 500;
        padding: 4px 8px;
        border-radius: 3px;
        background: white;
        border: 1px solid #dc2626;
        font-size: 12px;
    }

        .pointer-item .remove-btn:hover[b-209s9yrb3t] {
            background: #dc2626;
            color: white;
        }

.add-pointer-section[b-209s9yrb3t] {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

    .add-pointer-section input[b-209s9yrb3t] {
        flex: 1;
    }

    .add-pointer-section button[b-209s9yrb3t] {
        height: 35px;
        padding: 0 20px;
        background: #121212;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
        white-space: nowrap;
    }

        .add-pointer-section button:hover[b-209s9yrb3t] {
            background: #333;
        }

.footer[b-209s9yrb3t] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-209s9yrb3t] {
        cursor: pointer;
    }

.video-input-wrapper[b-209s9yrb3t] {
    display: flex;
    gap: 8px;
    align-items: center;
}

    .video-input-wrapper input[type="url"][b-209s9yrb3t] {
        flex: 1;
    }

    .video-input-wrapper .upload-btn[b-209s9yrb3t] {
        height: 35px;
        padding: 0 12px;
        background: #121212;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 5px;
        white-space: nowrap;
    }

        .video-input-wrapper .upload-btn:hover[b-209s9yrb3t] {
            background: #333;
        }

        .video-input-wrapper .upload-btn svg[b-209s9yrb3t] {
            width: 16px;
            height: 16px;
        }

@media only screen and (max-width: 700px) {
    .form-container[b-209s9yrb3t] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }

    .checkboxContainer[b-209s9yrb3t] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .add-pointer-section[b-209s9yrb3t] {
        flex-direction: column;
        align-items: stretch;
    }

        .add-pointer-section button[b-209s9yrb3t] {
            width: 100%;
        }
}
/* _content/Lrb.Admin.UI/Pages/InvoiceGeneration/TaxInvoice.razor.rz.scp.css */

@media (min-width:794px)
{
    input[b-fo2nd8rrvk] {
        background-color: transparent;
        border: 0px solid;
        height: 20px;
        width: 160px;
        color: #CCC;
    }

    .invoice-design[b-fo2nd8rrvk] {
        display: flex;
        border: 1px solid black;
        margin: auto;
        width: 100%;
    }
    .billing-details[b-fo2nd8rrvk] {
        display: inline-grid;
       border-right: 1px solid black;
        width:61%;
    }
    .billing-details-right[b-fo2nd8rrvk]{
        width:39%;
        margin-bottom:10%;
        display:inline-grid;
    }
    .billing-from[b-fo2nd8rrvk] {
        border-bottom: 1px solid black;
        display: inline-grid;
        padding-left: 1%;
    }
    .billing-to[b-fo2nd8rrvk] {
        display: inline-grid;
        padding-left: 1%;
    }
    .gst-in[b-fo2nd8rrvk] {
        display: flex;
    }
    .invoice-logo[b-fo2nd8rrvk] {
        border-bottom: 0px solid black;
        display: flex;
        justify-content: center;
        background-color: #50bea7;
        padding:20px;
        width:100%;
    }
    .invoice-no[b-fo2nd8rrvk] {
        border-bottom: 1px solid black;
        padding: 2px;
    }
    .invoice-date[b-fo2nd8rrvk] {
        border-bottom: 1px solid black;
        padding:2px
    }
    .amount-due[b-fo2nd8rrvk] {
        border-bottom: 1px solid black;
        padding: 2px
    }
    .due-date[b-fo2nd8rrvk] {
        border-bottom: 1px solid black;
        padding: 2px
    }
    .license-date[b-fo2nd8rrvk] {
        padding: 2px;
        border-bottom: 1px solid black;
    }
    .tenant-subs[b-fo2nd8rrvk] {
        display: flex;
        border-left: 1px solid black;
        border-right: 1px solid black;
        width: 100%;
    }
    .subs-details[b-fo2nd8rrvk]{
        display:flex;
        width:100%;
        height:140px;
    }
    .description[b-fo2nd8rrvk] {
        display:inline-grid;
        border-right:1px solid black;
        align-self:center;
        height:100%;
        width:22%;
    }
    .payment-details[b-fo2nd8rrvk] {
        display: inline-grid;
        border-right: 1px solid black;
        width: 100%;
        align-self: center;
        height: 140px;
    }
    .hsn-no[b-fo2nd8rrvk] {
        display: inline-grid;
        border-right: 1px solid black;
        width: 15%;
    }
    .license-details[b-fo2nd8rrvk] {
        display: inline-grid;
        border-right: 1px solid black;
        width: 13%;
        align-self: center;
        height: 140px;
    }
    .license-validity[b-fo2nd8rrvk] {
        display: inline-grid;
        border-right: 1px solid black;
        width: 13%;
        align-self: center;
        height: 140px;
    }
    .subs-price[b-fo2nd8rrvk] {
        display: inline-grid;
        width: 13%;
        align-self: center;
        height: 140px;
    }
    .payment-date[b-fo2nd8rrvk] {
        display: inline-grid;
        border-right: 1px solid black;
        width: 13%;
        align-self: center;
        height: 140px;
        
    }
    .payment-details[b-fo2nd8rrvk] {
        display: flex;
        border: 1px solid black;
        width: 100%;
        height:144px;
    }
    .banking-details[b-fo2nd8rrvk] {
        display: inline-grid;
        padding-left: 8px;
        width: 60.9%;
        height:144px;
    }
    .payment-history[b-fo2nd8rrvk] {
        border-left: 1px solid black;
        width: 39.1%;
        display: flex;
    }
    .payment-type[b-fo2nd8rrvk] {
        display: inline-grid;
        border-right: 1px solid black;
        width: 66.66%;
    }
    .payment[b-fo2nd8rrvk] {
        width: 33.33%;
        display: inline-grid;
    }
    .amount-word[b-fo2nd8rrvk] {
        display: flex;
        border-right: 1px solid black;
        border-left: 1px solid black;
        width: 100%;
        padding-left: 8px;
    }
    .payment-mode[b-fo2nd8rrvk] {
        display: flex;
        border-right: 1px solid black;
        border-left: 1px solid black;
        border-top: 1px solid black;
        width: 100%;
        padding-left: 8px;
    }
    .payment-status[b-fo2nd8rrvk] {
        display: flex;
        border-right: 1px solid black;
        border-left: 1px solid black;
        border-top: 1px solid black;
        width: 100%;
        padding-left: 8px;
    }
    .note[b-fo2nd8rrvk] {
        display: flex;
        border: 1px solid black;
        width: 100%;
        padding-left: 8px;    
    }
    
    .terms-condotion[b-fo2nd8rrvk] {
        display: flex;
        border-left: 1px solid black;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        width: 100%;
        padding-left: 8px;
    }
    .download-pdf[b-fo2nd8rrvk]{
        display:flex;
        align-items:center;
        justify-content:center;
        padding-top:3%;
    }
    .bank-name[b-fo2nd8rrvk]{
        display:flex;
    }
    .account-name[b-fo2nd8rrvk]{
        display:flex;
    }
    .acc-no[b-fo2nd8rrvk]{
        display:flex;
    }
    .ifcs-code[b-fo2nd8rrvk]{
        display:flex;
    }
    .acc-type[b-fo2nd8rrvk]{
        display:flex;
    }
}
/* _content/Lrb.Admin.UI/Pages/InvoiceManagement/ExistingProformaInvoice.razor.rz.scp.css */
*[b-ajy1wizepg] {
    font-family: 'Lexend Deca', sans-serif;
}

.ActiveInactive-button[b-ajy1wizepg] {
    color: black;
    border-block-start-color: black;
    border-block-end-color: black;
    background-color: white;
    border-radius: 20px;
}

.Isdeleted[b-ajy1wizepg] {
    color: red;
}

.AddonButton[b-ajy1wizepg] {
    margin-left: 88%;
    margin-bottom: 1%;
    cursor: pointer;
}


.all-tables[b-ajy1wizepg] {
    padding-left: 15px;
    overflow-y: auto;
    white-space: nowrap;
}

    .all-tables table[b-ajy1wizepg] {
        width: 100%;
        border-collapse: collapse;
    }

    .all-tables th[b-ajy1wizepg] {
        font-weight: 600 !important;
        background-color: #f2f2f2;
        font-size: 12px;
    }

    .all-tables th[b-ajy1wizepg], .all-tables td[b-ajy1wizepg] {
        padding: 10px 50px 10px 20px;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
    }

    .all-tables td[b-ajy1wizepg] {
        border-bottom: 1px solid #ddd;
    }

@media only screen and (max-width: 700px) {
    .AddonButton[b-ajy1wizepg] {
        margin-left: 60%;
        margin-bottom: 1%;
        cursor: pointer;
    }
}
/* _content/Lrb.Admin.UI/Pages/InvoiceManagement/Invoice.razor.rz.scp.css */
*[b-sjw4am0363] {
    font-family: 'Lexend Deca', sans-serif;
}

.tenantmasterheader[b-sjw4am0363] {
    display: flex;
}

.headerText[b-sjw4am0363] {
    width: 30%;
    margin-bottom: 1%;
}
/* Manage Columns Styles */
.manage-columns-container[b-sjw4am0363] {
    position: relative;
    margin-left: 10px;
}

.manage-columns-button[b-sjw4am0363] {
    padding: 5px 12px;
    font-weight: 500;
    font-size: 12px;
    color: #292A2B;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

    .manage-columns-button:hover[b-sjw4am0363] {
        background-color: #f5f5f5;
        border-radius: 4px;
    }

.manage-columns-dropdown[b-sjw4am0363] {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    min-width: 250px;
    max-width: 300px;
}

.manage-columns-header[b-sjw4am0363] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #DDDDDD;
    font-weight: 500;
    font-size: 13px;
    color: #292A2B;
}

.close-dropdown[b-sjw4am0363] {
    cursor: pointer;
    font-size: 16px;
    color: #666;
    padding: 0 5px;
}

    .close-dropdown:hover[b-sjw4am0363] {
        color: #292A2B;
    }

.manage-columns-list[b-sjw4am0363] {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
}

.column-checkbox[b-sjw4am0363] {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    margin: 2px 0;
    cursor: pointer;
    font-size: 12px;
    color: #292A2B;
    border-radius: 4px;
    transition: background-color 0.2s;
}

    .column-checkbox:hover[b-sjw4am0363] {
        background-color: #f8f8f8;
    }

    .column-checkbox input[type="checkbox"][b-sjw4am0363] {
        margin-right: 8px;
        cursor: pointer;
    }

    .column-checkbox span[b-sjw4am0363] {
        user-select: none;
    }

/* Scrollbar for manage columns list */
.manage-columns-list[b-sjw4am0363]::-webkit-scrollbar {
    width: 8px;
}

.manage-columns-list[b-sjw4am0363]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.manage-columns-list[b-sjw4am0363]::-webkit-scrollbar-thumb {
    background: #97959E;
    border-radius: 4px;
}

    .manage-columns-list[b-sjw4am0363]::-webkit-scrollbar-thumb:hover {
        background: #666;
    }

/* End of Manage Columns Styles */
.searchButton[b-sjw4am0363] {
    display: none;
}
.headername[b-sjw4am0363] {
    font-weight: 500;
    font-size: 20px;
    color: #292A2B;
}

.headerbuttons[b-sjw4am0363] {
    width: 70%;
    display: flex;
    margin-bottom: 1%;
    justify-content: flex-end;
    gap: 10px;
}
    .headerbuttons svg[b-sjw4am0363] {
        cursor: pointer;
    }
.refreshButton[b-sjw4am0363]{
    margin-left:2%
}
.invoiceNumber[b-sjw4am0363] {
    display: flex;
    align-items: center; /* vertically center spans & inputs */
    gap: 8px; /* spacing between each element */
    font-size: 14px; /* uniform font size */
    font-weight: 400;
}

    .invoiceNumber span[b-sjw4am0363] {
        white-space: nowrap; /* keep text in one line */
        font-size: 14px;
    }
.invoice-value[b-sjw4am0363] {
    font-weight: 600; /* make it bolder */
    color: #292A2B; /* highlight color (blue) */
    background-color: #ffffff; /* subtle background */
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 15px; /* slightly larger */
    text-decoration:underline;
    cursor:pointer;
}
.TenantMasterTable[b-sjw4am0363] {
    background-color: #ffffff;
    padding: 1%;
}

.TenantMasterTableHeader[b-sjw4am0363] {
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    display: flex;
    padding:5px;
}

.SearchBar[b-sjw4am0363] {
    display: flex;
    width: 50%;
}

.searchicon[b-sjw4am0363] {
    margin-top: 0.5%;
}

.SearchBar input[b-sjw4am0363] {
    border: none;
    outline: none;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #292A2B;
}

    .SearchBar input:focus[b-sjw4am0363],
    .SearchBar input:active[b-sjw4am0363] {
        border: none;
        outline: none;
        font-weight: 400;
        font-size: 12px;
        color: #292A2B;
    }

.buttons[b-sjw4am0363] {
    display: flex;
    font-weight: 500;
    font-size: 12px;
    align-items: center;
    justify-content: end;
    width: 49%;
    gap: 1%;
}

.buttonbutton[b-sjw4am0363] {
    border-left: 1px solid #e0e0e0;
    padding-left: 1%;
}

    .buttonbutton:hover[b-sjw4am0363] {
        cursor: pointer;
    }

.all-tables[b-sjw4am0363] {
    margin-top: 2%;
    overflow: hidden;
}

/* Ensure the table container allows horizontal scrolling */
.table-container[b-sjw4am0363] {
    max-height: 60vh; /* Set desired height */
    overflow-y: auto;
    overflow-x: auto; /* Enable horizontal scrolling */
    border: 1px solid #ddd;
    position: relative;
}

    /* Table Styling */
    .table-container table[b-sjw4am0363] {
        width: 100%;
        min-width: max-content; /* Prevent content from wrapping */
        border-collapse: collapse;
        white-space: nowrap; /* Prevent text wrapping */
    }

    /* Sticky Header */
    .table-container thead[b-sjw4am0363] {
        position: sticky;
        top: 0;
        background-color: #f2f2f2;
        z-index: 2;
    }

    /* Header Styling */
    .table-container th[b-sjw4am0363] {
        font-weight: 600 !important;
        font-size: 12px;
        padding: 15px 10px;
        text-align: left;
        border-bottom: 2px solid #ddd;
    }

    /* Table Data Styling */
    .table-container tbody td[b-sjw4am0363] {
        padding: 12px 10px;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
        color: #292A2B;
        border-bottom: 1px solid #ddd;
        white-space: nowrap; /* Ensures no line breaks */
    }

.tenantmasterfooter[b-sjw4am0363] {
    display: flex;
    justify-content: end;
    gap: 3%;
    margin-right: 1%;
    font-weight: 400;
    font-size: 12px;
}

.pagesize[b-sjw4am0363] {
    display: flex;
    justify-content: flex-end;
    gap: 1%;
    align-items: center;
    width: 100%
}

.showEntriesperPage[b-sjw4am0363] {
}

.pagesizebox[b-sjw4am0363] {
}

#pagesizeinput[b-sjw4am0363] {
    height: 70%;
    font-weight: 400;
    font-size: 12px;
    margin-top: 2%;
}

.pagenumber[b-sjw4am0363] {
    display: flex;
    justify-content: flex-end;
    gap: 1%;
    align-items: center;
}

#pagenumbercircle[b-sjw4am0363] {
    border: 1px solid;
    padding: 5% 25%;
    border-radius: 50%;
    margin: 0% 10%;
}

.pagenumberbutton:hover[b-sjw4am0363] {
    cursor: pointer;
}
.editButton:hover[b-sjw4am0363]{
    cursor:pointer
}

@media only screen and (max-width: 700px) {
    .tenantmasterheader[b-sjw4am0363] {
        display: flex;
        flex-direction: column;
    }

    .headerbuttons[b-sjw4am0363] {
        width: 100%;
        display: flex;
        margin-bottom: 1%;
        justify-content: space-between;
        gap: 10px;
    }

    .TenantMasterTableHeader[b-sjw4am0363] {
        border: 1px solid #DDDDDD;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
    }

    .buttons[b-sjw4am0363] {
        display: flex;
        font-weight: 500;
        font-size: 12px;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 1%;
    }
    .SearchBar[b-sjw4am0363] {
        display: flex;
        width: 100%;
    }

    .searchButton[b-sjw4am0363] {
        display: block;
        cursor: pointer;
        background-color: #343739;
        text-align: center;
        color: #FFFFFF;
        width: 100px;
        border: 1px solid;
        padding: 1px;
        border-radius: 5px;
    }
    .tenantmasterfooter[b-sjw4am0363] {
        display: flex;
        gap: 3%;
        margin-right: 1%;
        font-weight: 400;
        font-size: 12px;
    }

    .pagesizebox[b-sjw4am0363] {
        width: 100%;
    }
    /* Mobile responsive for Manage Columns */
    .manage-columns-button[b-sjw4am0363] {
        font-size: 11px;
        padding: 4px 8px;
    }

    .manage-columns-dropdown[b-sjw4am0363] {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 350px;
    }
}
/* _content/Lrb.Admin.UI/Pages/InvoiceManagement/InvoiceFilterOptions.razor.rz.scp.css */
*[b-bz2luxytno] {
    font-family: 'Lexend Deca', sans-serif;
}

.form-container[b-bz2luxytno] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-bz2luxytno] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-bz2luxytno] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-bz2luxytno],
    .form-group select[b-bz2luxytno] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 210px;
    }

        .form-group input:disabled[b-bz2luxytno] {
            background-color: #f0f0f0;
        }

        .form-group input[b-bz2luxytno]::placeholder,
        .form-group select[b-bz2luxytno]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.footer[b-bz2luxytno] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-bz2luxytno] {
        cursor: pointer;
    }

@media only screen and (max-width: 700px){
    .form-container[b-bz2luxytno] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }
}
/* _content/Lrb.Admin.UI/Pages/InvoiceManagement/InvoiceNoUpdate.razor.rz.scp.css */
*[b-ji7tmzs0sg] {
    font-family: 'Lexend Deca', sans-serif;
}

.form-container[b-ji7tmzs0sg] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-ji7tmzs0sg] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-ji7tmzs0sg] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-ji7tmzs0sg],
    .form-group select[b-ji7tmzs0sg] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 210px;
    }

        .form-group input:disabled[b-ji7tmzs0sg] {
            background-color: #f0f0f0;
        }

        .form-group input[b-ji7tmzs0sg]::placeholder,
        .form-group select[b-ji7tmzs0sg]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.footer[b-ji7tmzs0sg] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-ji7tmzs0sg] {
        cursor: pointer;
    }

@media only screen and (max-width: 700px) {
    .form-container[b-ji7tmzs0sg] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }
}
/* _content/Lrb.Admin.UI/Pages/InvoiceManagement/InvoiceNumberSwap.razor.rz.scp.css */
body[b-4tj9xalwr8] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.form-group[b-4tj9xalwr8] {
    margin-bottom:1%;
}

label[b-4tj9xalwr8] {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 14px;
    color: #444;
}

select[b-4tj9xalwr8], input[type="text"][b-4tj9xalwr8] {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

input[disabled][b-4tj9xalwr8] {
    background: #f9f9f9;
    color: #777;
}

/* Subfields Layout */
.new-invoice-row[b-4tj9xalwr8] {
    display: flex;
    gap: 10px;
}

    .new-invoice-row div[b-4tj9xalwr8] {
        flex: 1;
    }

.fixed-label[b-4tj9xalwr8] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 2px;
    min-width: 50px; /* reduced width */
}

.new-invoice-row select[b-4tj9xalwr8] {
    width: 60px; /* increased dropdown width */
}

/* Button */
.submit-btn[b-4tj9xalwr8] {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    border: none;
    border-radius: 6px;
    background: #007bff;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

    .submit-btn:hover[b-4tj9xalwr8] {
        background: #0056b3;
    }

.footer[b-4tj9xalwr8] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-4tj9xalwr8] {
        cursor: pointer;
    }

/* Toggle Switch Styling */
.switch[b-4tj9xalwr8] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin-left: 10px;
}

    .switch input[b-4tj9xalwr8] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-4tj9xalwr8] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 24px;
}

    .slider[b-4tj9xalwr8]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: 0.4s;
        border-radius: 50%;
    }

input:checked + .slider[b-4tj9xalwr8] {
    background-color: #007bff;
}

    input:checked + .slider[b-4tj9xalwr8]:before {
        transform: translateX(26px);
    }
.prefix[b-4tj9xalwr8] {
    font-weight: bold;
    align-self: center;
}

form[disabled][b-4tj9xalwr8] {
    pointer-events: none;
    opacity: 0.6;
}
/* _content/Lrb.Admin.UI/Pages/InvoiceManagement/ProformaInvoice.razor.rz.scp.css */
*[b-51h9dpm8xk] {
    font-family: 'Lexend Deca', sans-serif;
}

.Header[b-51h9dpm8xk] {
    display: flex;
}

.headerText[b-51h9dpm8xk] {
    width: 70%;
    margin-bottom: 1%;
}
.headername[b-51h9dpm8xk] {
    font-weight: 500;
    font-size: 20px;
    color: #292A2B;
}
.Body[b-51h9dpm8xk] {
    margin-top: 1%;
}
#heading[b-51h9dpm8xk] {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
}
.headerbuttons[b-51h9dpm8xk] {
    width: 30%;
    display: flex;
    margin-bottom: 1%;
    justify-content: flex-end;
    gap: 10px;
}

    .headerbuttons span[b-51h9dpm8xk] {
        cursor: pointer;
    }
.DomainName[b-51h9dpm8xk] {
    margin-bottom: 1%;
}

.DomainNameHeadertext[b-51h9dpm8xk] {
    text-decoration: underline;
    font-weight: 400;
    font-size: 14px;
}

.DomainName input[b-51h9dpm8xk] {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    height: 30px;
}

.DomainName select[b-51h9dpm8xk] {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    height: 30px;
    width: 175px;
}

.disabled[b-51h9dpm8xk] {
    pointer-events: none; /* Prevents any interaction */
    opacity: 0.5; /* Makes it look disabled */
    filter: grayscale(50%); /* Optional: Slightly grays out the section */
}


.DomainNameHeaderinput[b-51h9dpm8xk] {
    font-weight: 400;
    font-size: 14px;
    padding-left: 1%;
}

    .DomainNameHeaderinput select[b-51h9dpm8xk] {
        cursor: pointer;
    }

.OrganizationInfoHeaderText[b-51h9dpm8xk] {
    text-decoration: underline;
    font-weight: 400;
    font-size: 15px;
}

.form-container[b-51h9dpm8xk] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-51h9dpm8xk] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-51h9dpm8xk] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-51h9dpm8xk],
    .form-group select[b-51h9dpm8xk] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 200px;
    }

        .form-group input:disabled[b-51h9dpm8xk] {
            background-color: #f0f0f0;
        }

        .form-group input[b-51h9dpm8xk]::placeholder,
        .form-group select[b-51h9dpm8xk]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.perusermonth[b-51h9dpm8xk] {
    display: flex;
}

    .perusermonth input[type="checkbox"][b-51h9dpm8xk] {
        width: 15px; /* Adjust width */
        height: 15px; /* Adjust height */
        transform: scale(0.8); /* Reduce size */
        margin-left: 8px; /* Add spacing between text and checkbox */
        cursor: pointer; /* Makes it clear it's clickable */
    }


.rupeessymbol[b-51h9dpm8xk] {
    position: relative;
}

    .rupeessymbol span[b-51h9dpm8xk] {
        position: absolute;
        left: 10px;
        top: 27px;
        font-size: 16px;
    }

    .rupeessymbol input[b-51h9dpm8xk] {
        padding-left: 45px;
        width: 100%;
    }

.percentagesymbol[b-51h9dpm8xk] {
    position: relative;
}

    .percentagesymbol span[b-51h9dpm8xk] {
        position: absolute;
        left: 170px;
        top: 28px;
        font-size: 16px;
    }

.OrganizationInfo[b-51h9dpm8xk] {
    margin-bottom: 1%;
}

.AdminInfo[b-51h9dpm8xk] {
    margin-bottom: 1%;
}

.PlanFinance[b-51h9dpm8xk] {
    margin-bottom: 1%;
}

.Miscellaneous[b-51h9dpm8xk] {
    margin-bottom: 1%;
}

.footer[b-51h9dpm8xk] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-51h9dpm8xk] {
        cursor: pointer;
    }

.vendor-list[b-51h9dpm8xk] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vendor-button[b-51h9dpm8xk] {
    border-radius: 12px;
    border-width: thin;
    font-size: medium;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
}

    .vendor-button .remove-icon[b-51h9dpm8xk] {
        cursor: pointer;
        color: black;
        margin-left: 10px;
    }

@media only screen and (max-width: 700px) {
    .form-container[b-51h9dpm8xk] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }
}
/* _content/Lrb.Admin.UI/Pages/InvoiceManagement/ProspectTenantOnboard.razor.rz.scp.css */
*[b-bp438qfkfn] {
    font-family: 'Lexend Deca', sans-serif;
}

.Header[b-bp438qfkfn] {
    display: flex;
}

.headerText[b-bp438qfkfn] {
    width: 70%;
    margin-bottom: 1%;
}

.headername[b-bp438qfkfn] {
    font-weight: 500;
    font-size: 20px;
    color: #292A2B;
}

.headerbuttons[b-bp438qfkfn] {
    width: 30%;
    display: flex;
    margin-bottom: 1%;
    justify-content: flex-end;
    gap: 10px;
}

    .headerbuttons span[b-bp438qfkfn] {
        cursor: pointer;
    }

#heading[b-bp438qfkfn] {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
}

.Body[b-bp438qfkfn] {
    margin-top: 1%;
}

.DomainName[b-bp438qfkfn] {
    margin-bottom: 1%;
}

.DomainNameHeadertext[b-bp438qfkfn] {
    text-decoration: underline;
    font-weight: 400;
    font-size: 14px;
}

.DomainName input[b-bp438qfkfn] {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    height: 30px;
}

.DomainName select[b-bp438qfkfn] {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    height: 30px;
    width: 175px;
}

.disabled[b-bp438qfkfn] {
    pointer-events: none; /* Prevents any interaction */
    opacity: 0.5; /* Makes it look disabled */
    filter: grayscale(50%); /* Optional: Slightly grays out the section */
}


.DomainNameHeaderinput[b-bp438qfkfn] {
    font-weight: 400;
    font-size: 14px;
    padding-left: 1%;
}

    .DomainNameHeaderinput select[b-bp438qfkfn] {
        cursor: pointer;
    }

.OrganizationInfoHeaderText[b-bp438qfkfn] {
    text-decoration: underline;
    font-weight: 400;
    font-size: 15px;
}

.form-container[b-bp438qfkfn] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-bp438qfkfn] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-bp438qfkfn] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-bp438qfkfn],
    .form-group select[b-bp438qfkfn] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 200px;
    }

        .form-group input:disabled[b-bp438qfkfn] {
            background-color: #f0f0f0;
        }

        .form-group input[b-bp438qfkfn]::placeholder,
        .form-group select[b-bp438qfkfn]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.perusermonth[b-bp438qfkfn] {
    display: flex;
}

    .perusermonth input[type="checkbox"][b-bp438qfkfn] {
        width: 15px; /* Adjust width */
        height: 15px; /* Adjust height */
        transform: scale(0.8); /* Reduce size */
        margin-left: 8px; /* Add spacing between text and checkbox */
        cursor: pointer; /* Makes it clear it's clickable */
    }


.rupeessymbol[b-bp438qfkfn] {
    position: relative;
}

    .rupeessymbol span[b-bp438qfkfn] {
        position: absolute;
        left: 10px;
        top: 27px;
        font-size: 16px;
    }

    .rupeessymbol input[b-bp438qfkfn] {
        padding-left: 45px;
        width: 100%;
    }

.percentagesymbol[b-bp438qfkfn] {
    position: relative;
}

    .percentagesymbol span[b-bp438qfkfn] {
        position: absolute;
        left: 170px;
        top: 28px;
        font-size: 16px;
    }

.OrganizationInfo[b-bp438qfkfn] {
    margin-bottom: 1%;
}

.AdminInfo[b-bp438qfkfn] {
    margin-bottom: 1%;
}

.PlanFinance[b-bp438qfkfn] {
    margin-bottom: 1%;
}

.Miscellaneous[b-bp438qfkfn] {
    margin-bottom: 1%;
}

.footer[b-bp438qfkfn] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-bp438qfkfn] {
        cursor: pointer;
    }

.vendor-list[b-bp438qfkfn] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vendor-button[b-bp438qfkfn] {
    border-radius: 12px;
    border-width: thin;
    font-size: medium;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
}

    .vendor-button .remove-icon[b-bp438qfkfn] {
        cursor: pointer;
        color: black;
        margin-left: 10px;
    }

@media only screen and (max-width: 700px) {
    .form-container[b-bp438qfkfn] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }
}
/* _content/Lrb.Admin.UI/Pages/Login/ChangeUserPassword.razor.rz.scp.css */
*[b-ayrmzx1kqe] {
    font-family: 'Lexend Deca', sans-serif;
}

.form-container[b-ayrmzx1kqe] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-ayrmzx1kqe] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-ayrmzx1kqe] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-ayrmzx1kqe],
    .form-group select[b-ayrmzx1kqe] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 200px;
    }

        .form-group input:disabled[b-ayrmzx1kqe] {
            background-color: #f0f0f0;
        }

        .form-group input[b-ayrmzx1kqe]::placeholder,
        .form-group select[b-ayrmzx1kqe]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.footer[b-ayrmzx1kqe] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-ayrmzx1kqe] {
        cursor: pointer;
    }

@media only screen and (max-width: 700px) {
    .form-container[b-ayrmzx1kqe] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }
}
/* _content/Lrb.Admin.UI/Pages/Login/LrbUsers.razor.rz.scp.css */
*[b-3vjunwd3ys] {
    font-family: 'Lexend Deca', sans-serif;
}

.tenantmasterheader[b-3vjunwd3ys] {
    display: flex;
}

.searchButton[b-3vjunwd3ys] {
    display: none;
}

.headerText[b-3vjunwd3ys] {
    width: 70%;
    margin-bottom: 1%;
}

.headername[b-3vjunwd3ys] {
    font-weight: 500;
    font-size: 20px;
    color: #292A2B;
}

.headerbuttons[b-3vjunwd3ys] {
    width: 30%;
    display: flex;
    margin-bottom: 1%;
    justify-content: flex-end;
    gap: 10px;
}

    .headerbuttons span[b-3vjunwd3ys] {
        cursor: pointer;
    }

.TenantMasterTable[b-3vjunwd3ys] {
    background-color: #ffffff;
    padding-top: 1%;
    padding-right: 1%;
    padding-left: 1%;
}

.TenantMasterTableHeader[b-3vjunwd3ys] {
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    display: flex;
    padding: 5px;
}

.SearchBar[b-3vjunwd3ys] {
    display: flex;
    width: 50%;
    align-items: center;
    position: relative;
}

/* Manage Columns Styles */
.manage-columns-container[b-3vjunwd3ys] {
    position: relative;
    margin-left: 10px;
}

.manage-columns-button[b-3vjunwd3ys] {
    padding: 5px 12px;
    font-weight: 500;
    font-size: 12px;
    color: #292A2B;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

    .manage-columns-button:hover[b-3vjunwd3ys] {
        background-color: #f5f5f5;
        border-radius: 4px;
    }

.manage-columns-dropdown[b-3vjunwd3ys] {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    min-width: 250px;
    max-width: 300px;
}

.manage-columns-header[b-3vjunwd3ys] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #DDDDDD;
    font-weight: 500;
    font-size: 13px;
    color: #292A2B;
}

.close-dropdown[b-3vjunwd3ys] {
    cursor: pointer;
    font-size: 16px;
    color: #666;
    padding: 0 5px;
}

    .close-dropdown:hover[b-3vjunwd3ys] {
        color: #292A2B;
    }

.manage-columns-list[b-3vjunwd3ys] {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
}

.column-checkbox[b-3vjunwd3ys] {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    margin: 2px 0;
    cursor: pointer;
    font-size: 12px;
    color: #292A2B;
    border-radius: 4px;
    transition: background-color 0.2s;
}

    .column-checkbox:hover[b-3vjunwd3ys] {
        background-color: #f8f8f8;
    }

    .column-checkbox input[type="checkbox"][b-3vjunwd3ys] {
        margin-right: 8px;
        cursor: pointer;
    }

    .column-checkbox span[b-3vjunwd3ys] {
        user-select: none;
    }

/* Scrollbar for manage columns list */
.manage-columns-list[b-3vjunwd3ys]::-webkit-scrollbar {
    width: 8px;
}

.manage-columns-list[b-3vjunwd3ys]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.manage-columns-list[b-3vjunwd3ys]::-webkit-scrollbar-thumb {
    background: #97959E;
    border-radius: 4px;
}

    .manage-columns-list[b-3vjunwd3ys]::-webkit-scrollbar-thumb:hover {
        background: #666;
    }

/* End of Manage Columns Styles */

.searchicon[b-3vjunwd3ys] {
    margin-top: 0.5%;
}

.SearchBar input[b-3vjunwd3ys] {
    border: none;
    outline: none;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #292A2B;
}

    .SearchBar input:focus[b-3vjunwd3ys], input:active[b-3vjunwd3ys] {
        border: none;
        outline: none;
        font-weight: 400;
        font-size: 12px;
        color: #292A2B;
    }

.buttons[b-3vjunwd3ys] {
    display: flex;
    font-weight: 500;
    font-size: 12px;
    align-items: center;
    justify-content: end;
    width: 49%;
    gap: 1%;
}

.buttonbutton[b-3vjunwd3ys] {
    border-left: 1px solid #e0e0e0;
    padding-left: 1%;
}

    .buttonbutton:hover[b-3vjunwd3ys] {
        cursor: pointer;
    }

.all-tables[b-3vjunwd3ys] {
    margin-top: 2%;
    overflow: hidden;
}

/* Ensure the table container allows horizontal scrolling */
.table-container[b-3vjunwd3ys] {
    max-height: 60vh; /* Set desired height */
    overflow-y: auto;
    overflow-x: auto; /* Enable horizontal scrolling */
    border: 1px solid #ddd;
    position: relative;
    scrollbar-color: #97959E #f1f1f1;
    scrollbar-width: thin;
}

    /* Table Styling */
    .table-container table[b-3vjunwd3ys] {
        width: 100%;
        min-width: max-content; /* Prevent content from wrapping */
        border-collapse: collapse;
        white-space: nowrap; /* Prevent text wrapping */
    }

    /* Sticky Header */
    .table-container thead[b-3vjunwd3ys] {
        position: sticky;
        top: 0;
        background-color: #f2f2f2;
        z-index: 2;
    }

    /* Header Styling */
    .table-container th[b-3vjunwd3ys] {
        font-weight: 600 !important;
        font-size: 12px;
        padding: 15px 10px;
        text-align: left;
        border-bottom: 2px solid #ddd;
    }

    /* Table Data Styling */
    .table-container tbody td[b-3vjunwd3ys] {
        padding: 12px 10px;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
        color: #292A2B;
        border-bottom: 1px solid #ddd;
        white-space: nowrap; /* Ensures no line breaks */
    }

    .table-container[b-3vjunwd3ys]::-webkit-scrollbar {
        width: 10px; /* Width of the vertical scrollbar */
        height: 10px; /* Height of the horizontal scrollbar */
        padding: 5px; /* Padding around the scrollbar */
    }

    .table-container[b-3vjunwd3ys]::-webkit-scrollbar-track {
        background: #f1f1f1; /* Light background for the track */
        border-radius: 10px;
    }

    .table-container[b-3vjunwd3ys]::-webkit-scrollbar-thumb {
        background: #97959E; /* Scrollbar color */
        border-radius: 10px;
        border: 3px solid #f1f1f1; /* Creates padding effect */
    }



.tenantmasterfooter[b-3vjunwd3ys] {
    display: flex;
    justify-content: end;
    gap: 3%;
    margin-right: 1%;
    font-weight: 400;
    font-size: 12px;
}

.pagesize[b-3vjunwd3ys] {
    display: flex;
    justify-content: flex-end;
    gap: 1%;
    align-items: center;
    width: 100%
}

.showEntriesperPage[b-3vjunwd3ys] {
}

.pagesizebox[b-3vjunwd3ys] {
}

#pagesizeinput[b-3vjunwd3ys] {
    height: 70%;
    font-weight: 400;
    font-size: 12px;
    margin-top: 2%;
}

.pagenumber[b-3vjunwd3ys] {
    display: flex;
    justify-content: flex-end;
    gap: 1%;
    align-items: center;
}

#pagenumbercircle[b-3vjunwd3ys] {
    border: 1px solid;
    padding: 5% 25%;
    border-radius: 50%;
    margin: 0% 10%;
}

.pagenumberbutton:hover[b-3vjunwd3ys] {
    cursor: pointer;
}

.popupStyle[b-3vjunwd3ys] {
    display: none;
    position: absolute;
    height: auto;
    width: 82%;
    margin: 2px;
    border: var(--rz-panel-border);
    background-color: var(--rz-panel-background-color);
    text-shadow: 1px 1px 1px #000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.red-dot[b-3vjunwd3ys] {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 50%;
    margin-left: 6px;
}
.ActiveInactive-button[b-3vjunwd3ys] {
    color: black;
    border-block-start-color: black;
    border-block-end-color: black;
    background-color: white;
    border-radius: 20px;
}

@media only screen and (max-width: 700px) {
    .tenantmasterheader[b-3vjunwd3ys] {
        display: flex;
        flex-direction: column;
    }

    .headerbuttons[b-3vjunwd3ys] {
        width: 100%;
        display: flex;
        margin-bottom: 1%;
        justify-content: space-between;
        gap: 10px;
    }

    .TenantMasterTableHeader[b-3vjunwd3ys] {
        border: 1px solid #DDDDDD;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
    }

    .buttons[b-3vjunwd3ys] {
        display: flex;
        font-weight: 500;
        font-size: 12px;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 1%;
        padding-top: 2px;
    }

    .tenantmasterfooter[b-3vjunwd3ys] {
        display: flex;
        gap: 3px;
        margin-right: 1%;
        font-weight: 400;
        font-size: 12px;
    }

    .pagesizebox[b-3vjunwd3ys] {
        width: 100%;
    }

    .SearchBar[b-3vjunwd3ys] {
        display: flex;
        width: 100%;
    }

    .searchButton[b-3vjunwd3ys] {
        display: block;
        cursor: pointer;
        background-color: #343739;
        text-align: center;
        color: #FFFFFF;
        width: 100px;
        border: 1px solid;
        padding: 1px;
        border-radius: 5px;
    }

    .searchicon[b-3vjunwd3ys] {
        margin-top: 1%;
    }

    /* Mobile responsive for Manage Columns */
    .manage-columns-button[b-3vjunwd3ys] {
        font-size: 11px;
        padding: 4px 8px;
    }

    .manage-columns-dropdown[b-3vjunwd3ys] {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 350px;
    }
}
/* _content/Lrb.Admin.UI/Pages/PendingPayment/PendingPayment.razor.rz.scp.css */
*[b-oj5z5xpwhp] {
    font-family: 'Lexend Deca', sans-serif;
}

.tenantmasterheader[b-oj5z5xpwhp] {
    display: flex;
}

.searchButton[b-oj5z5xpwhp] {
    display: none;
}

.headerText[b-oj5z5xpwhp] {
    width: 70%;
    margin-bottom: 1%;
}

.headername[b-oj5z5xpwhp] {
    font-weight: 500;
    font-size: 20px;
    color: #292A2B;
}

.headerbuttons[b-oj5z5xpwhp] {
    width: 30%;
    display: flex;
    margin-bottom: 1%;
    justify-content: flex-end;
    gap: 10px;
}

    .headerbuttons span[b-oj5z5xpwhp] {
        cursor: pointer;
    }

.TenantMasterTable[b-oj5z5xpwhp] {
    background-color: #ffffff;
    padding: 1%;
}

.TenantMasterTableHeader[b-oj5z5xpwhp] {
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    display: flex;
    padding:5px;
}
/* Manage Columns Styles */
.manage-columns-container[b-oj5z5xpwhp] {
    position: relative;
    margin-left: 10px;
}

.manage-columns-button[b-oj5z5xpwhp] {
    padding: 5px 12px;
    font-weight: 500;
    font-size: 12px;
    color: #292A2B;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

    .manage-columns-button:hover[b-oj5z5xpwhp] {
        background-color: #f5f5f5;
        border-radius: 4px;
    }

.manage-columns-dropdown[b-oj5z5xpwhp] {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    min-width: 250px;
    max-width: 300px;
}

.manage-columns-header[b-oj5z5xpwhp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #DDDDDD;
    font-weight: 500;
    font-size: 13px;
    color: #292A2B;
}

.close-dropdown[b-oj5z5xpwhp] {
    cursor: pointer;
    font-size: 16px;
    color: #666;
    padding: 0 5px;
}

    .close-dropdown:hover[b-oj5z5xpwhp] {
        color: #292A2B;
    }

.manage-columns-list[b-oj5z5xpwhp] {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
}

.column-checkbox[b-oj5z5xpwhp] {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    margin: 2px 0;
    cursor: pointer;
    font-size: 12px;
    color: #292A2B;
    border-radius: 4px;
    transition: background-color 0.2s;
}

    .column-checkbox:hover[b-oj5z5xpwhp] {
        background-color: #f8f8f8;
    }

    .column-checkbox input[type="checkbox"][b-oj5z5xpwhp] {
        margin-right: 8px;
        cursor: pointer;
    }

    .column-checkbox span[b-oj5z5xpwhp] {
        user-select: none;
    }

/* Scrollbar for manage columns list */
.manage-columns-list[b-oj5z5xpwhp]::-webkit-scrollbar {
    width: 8px;
}

.manage-columns-list[b-oj5z5xpwhp]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.manage-columns-list[b-oj5z5xpwhp]::-webkit-scrollbar-thumb {
    background: #97959E;
    border-radius: 4px;
}

    .manage-columns-list[b-oj5z5xpwhp]::-webkit-scrollbar-thumb:hover {
        background: #666;
    }

/* End of Manage Columns Styles */
.SearchBar[b-oj5z5xpwhp] {
    display: flex;
    width: 50%;
}
.searchicon[b-oj5z5xpwhp] {
    margin-top: 0.5%;
}

    .SearchBar input[b-oj5z5xpwhp] {
        border: none;
        outline: none;
        width: 100%;
    }

        .SearchBar input:focus[b-oj5z5xpwhp], input:active[b-oj5z5xpwhp] {
            border: none;
            outline: none;
        }

.buttons[b-oj5z5xpwhp] {
    display: flex;
    font-weight: 500;
    font-size: 12px;
    align-items: center;
    justify-content: end;
    width: 49%;
    gap: 1%;
}

.buttonbutton[b-oj5z5xpwhp] {
    border-left: 1px solid #e0e0e0;
    padding-left: 1%;
}

    .buttonbutton:hover[b-oj5z5xpwhp] {
        cursor: pointer;
    }

.all-tables[b-oj5z5xpwhp] {
    margin-top: 2%;
    overflow: hidden;
}

/* Ensure the table container allows horizontal scrolling */
.table-container[b-oj5z5xpwhp] {
    max-height: 60vh; /* Set desired height */
    overflow-y: auto;
    overflow-x: auto; /* Enable horizontal scrolling */
    border: 1px solid #ddd;
    position: relative;
}

    /* Table Styling */
    .table-container table[b-oj5z5xpwhp] {
        width: 100%;
        min-width: max-content; /* Prevent content from wrapping */
        border-collapse: collapse;
        white-space: nowrap; /* Prevent text wrapping */
    }

    /* Sticky Header */
    .table-container thead[b-oj5z5xpwhp] {
        position: sticky;
        top: 0;
        background-color: #f2f2f2;
        z-index: 2;
    }

    /* Header Styling */
    .table-container th[b-oj5z5xpwhp] {
        font-weight: 600 !important;
        font-size: 12px;
        padding: 15px 10px;
        text-align: left;
        border-bottom: 2px solid #ddd;
    }

    /* Table Data Styling */
    .table-container tbody td[b-oj5z5xpwhp] {
        padding: 12px 10px;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
        color: #292A2B;
        border-bottom: 1px solid #ddd;
        white-space: nowrap; /* Ensures no line breaks */
    }

.tenantmasterfooter[b-oj5z5xpwhp] {
    display: flex;
    justify-content: end;
    gap: 3%;
    margin-right: 1%;
    font-weight: 400;
    font-size: 12px;
}

.pagesize[b-oj5z5xpwhp] {
    display: flex;
    justify-content: flex-end;
    gap: 1%;
    align-items: center;
    width: 100%
}

.showEntriesperPage[b-oj5z5xpwhp] {
}

.pagesizebox[b-oj5z5xpwhp] {
}

#pagesizeinput[b-oj5z5xpwhp] {
    height: 70%;
    font-weight: 400;
    font-size: 12px;
    margin-top: 2%;
}

.pagenumber[b-oj5z5xpwhp] {
    display: flex;
    justify-content: flex-end;
    gap: 1%;
    align-items: center;
}

#pagenumbercircle[b-oj5z5xpwhp] {
    border: 1px solid;
    padding: 5% 25%;
    border-radius: 50%;
    margin: 0% 10%;
}

.pagenumberbutton:hover[b-oj5z5xpwhp] {
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .tenantmasterheader[b-oj5z5xpwhp] {
        display: flex;
        flex-direction: column;
    }

    .headerbuttons[b-oj5z5xpwhp] {
        width: 100%;
        display: flex;
        margin-bottom: 1%;
        justify-content: space-between;
        gap: 10px;
    }

    .TenantMasterTableHeader[b-oj5z5xpwhp] {
        border: 1px solid #DDDDDD;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
    }

    .buttons[b-oj5z5xpwhp] {
        display: flex;
        font-weight: 500;
        font-size: 12px;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 1%;
    }
    .SearchBar[b-oj5z5xpwhp] {
        display: flex;
        width: 100%;
    }
    .searchButton[b-oj5z5xpwhp] {
        display: block;
        cursor: pointer;
        background-color: #343739;
        text-align: center;
        color: #FFFFFF;
        width: 100px;
        border: 1px solid;
        padding: 1px;
        border-radius: 5px;
    }

    .tenantmasterfooter[b-oj5z5xpwhp] {
        display: flex;
        gap: 3%;
        margin-right: 1%;
        font-weight: 400;
        font-size: 12px;
    }

    .pagesizebox[b-oj5z5xpwhp] {
        width: 100%;
    }
    /* Mobile responsive for Manage Columns */
    .manage-columns-button[b-oj5z5xpwhp] {
        font-size: 11px;
        padding: 4px 8px;
    }

    .manage-columns-dropdown[b-oj5z5xpwhp] {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 350px;
    }
}
/* _content/Lrb.Admin.UI/Pages/PendingPayment/PendingPaymentFilter.razor.rz.scp.css */
*[b-103hb45fb1] {
    font-family: 'Lexend Deca', sans-serif;
}
.form-container[b-103hb45fb1] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-103hb45fb1] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-103hb45fb1] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-103hb45fb1],
    .form-group select[b-103hb45fb1] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 200px;
    }

        .form-group input:disabled[b-103hb45fb1] {
            background-color: #f0f0f0;
        }

        .form-group input[b-103hb45fb1]::placeholder,
        .form-group select[b-103hb45fb1]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.footer[b-103hb45fb1] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-103hb45fb1] {
        cursor: pointer;
    }

@media only screen and (max-width: 700px){
    .form-container[b-103hb45fb1] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }

}
/* _content/Lrb.Admin.UI/Pages/SubscriptionPage/AddAdditionalPayment.razor.rz.scp.css */
.form-container[b-h50inwzjat] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-h50inwzjat] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-h50inwzjat] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-h50inwzjat],
    .form-group select[b-h50inwzjat] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 200px;
    }

        .form-group input:disabled[b-h50inwzjat] {
            background-color: #f0f0f0;
        }

        .form-group input[b-h50inwzjat]::placeholder,
        .form-group select[b-h50inwzjat]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.rupeessymbol[b-h50inwzjat] {
    position: relative;
}

    .rupeessymbol span[b-h50inwzjat] {
        position: absolute;
        left: 10px;
        top: 27px;
        font-size: 16px;
    }

    .rupeessymbol input[b-h50inwzjat] {
        padding-left: 45px;
        width: 100%;
    }

.percentagesymbol[b-h50inwzjat] {
    position: relative;
}

    .percentagesymbol span[b-h50inwzjat] {
        position: absolute;
        left: 170px;
        top: 28px;
        font-size: 16px;
    }

.OrganizationInfo[b-h50inwzjat] {
    margin-bottom: 1%;
}

.AdminInfo[b-h50inwzjat] {
    margin-bottom: 1%;
}

.PlanFinance[b-h50inwzjat] {
    margin-bottom: 1%;
}

.Miscellaneous[b-h50inwzjat] {
    margin-bottom: 1%;
}

.footer[b-h50inwzjat] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-h50inwzjat] {
        cursor: pointer;
    }

@media only screen and (max-width: 700px) {
    .form-container[b-h50inwzjat] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }
}
/* _content/Lrb.Admin.UI/Pages/SubscriptionPage/AddOnSubscription.razor.rz.scp.css */
.form-container[b-vjgqok6sop] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-vjgqok6sop] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-vjgqok6sop] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-vjgqok6sop],
    .form-group select[b-vjgqok6sop] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 200px;
    }

        .form-group input:disabled[b-vjgqok6sop] {
            background-color: #f0f0f0;
        }

        .form-group input[b-vjgqok6sop]::placeholder,
        .form-group select[b-vjgqok6sop]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.rupeessymbol[b-vjgqok6sop] {
    position: relative;
}

    .rupeessymbol span[b-vjgqok6sop] {
        position: absolute;
        left: 10px;
        top: 27px;
        font-size: 16px;
    }

    .rupeessymbol input[b-vjgqok6sop] {
        padding-left: 45px;
        width: 100%;
    }

.percentagesymbol[b-vjgqok6sop] {
    position: relative;
}

    .percentagesymbol span[b-vjgqok6sop] {
        position: absolute;
        left: 170px;
        top: 28px;
        font-size: 16px;
    }

.OrganizationInfo[b-vjgqok6sop] {
    margin-bottom: 1%;
}

.AdminInfo[b-vjgqok6sop] {
    margin-bottom: 1%;
}

.PlanFinance[b-vjgqok6sop] {
    margin-bottom: 1%;
}

.Miscellaneous[b-vjgqok6sop] {
    margin-bottom: 1%;
}

.footer[b-vjgqok6sop] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-vjgqok6sop] {
        cursor: pointer;
    }
@media only screen and (max-width: 700px){
    .form-container[b-vjgqok6sop] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }
}
/* _content/Lrb.Admin.UI/Pages/SubscriptionPage/AddTenantModuleSubscription.razor.rz.scp.css */
.form-container[b-ao3vd1s00k] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-ao3vd1s00k] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-ao3vd1s00k] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-ao3vd1s00k],
    .form-group select[b-ao3vd1s00k] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 200px;
    }

        .form-group input:disabled[b-ao3vd1s00k] {
            background-color: #f0f0f0;
        }

        .form-group input[b-ao3vd1s00k]::placeholder,
        .form-group select[b-ao3vd1s00k]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.rupeessymbol[b-ao3vd1s00k] {
    position: relative;
}

    .rupeessymbol span[b-ao3vd1s00k] {
        position: absolute;
        left: 10px;
        top: 27px;
        font-size: 16px;
    }

    .rupeessymbol input[b-ao3vd1s00k] {
        padding-left: 45px;
        width: 100%;
    }

.percentagesymbol[b-ao3vd1s00k] {
    position: relative;
}

    .percentagesymbol span[b-ao3vd1s00k] {
        position: absolute;
        left: 170px;
        top: 28px;
        font-size: 16px;
    }

.footer[b-ao3vd1s00k] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-ao3vd1s00k] {
        cursor: pointer;
    }
/* _content/Lrb.Admin.UI/Pages/SubscriptionPage/AddTenantSubscription.razor.rz.scp.css */
.form-container[b-2yjpapusuh] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}
.form-group[b-2yjpapusuh] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-2yjpapusuh] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-2yjpapusuh],
    .form-group select[b-2yjpapusuh] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 200px;
    }

        .form-group input:disabled[b-2yjpapusuh] {
            background-color: #f0f0f0;
        }

        .form-group input[b-2yjpapusuh]::placeholder,
        .form-group select[b-2yjpapusuh]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.rupeessymbol[b-2yjpapusuh] {
    position: relative;
}

    .rupeessymbol span[b-2yjpapusuh] {
        position: absolute;
        left: 10px;
        top: 27px;
        font-size: 16px;
    }

    .rupeessymbol input[b-2yjpapusuh] {
        padding-left: 45px;
        width: 100%;
    }

.percentagesymbol[b-2yjpapusuh] {
    position: relative;
}

    .percentagesymbol span[b-2yjpapusuh] {
        position: absolute;
        left: 170px;
        top: 28px;
        font-size: 16px;
    }

.OrganizationInfo[b-2yjpapusuh] {
    margin-bottom: 1%;
}

.AdminInfo[b-2yjpapusuh] {
    margin-bottom: 1%;
}

.PlanFinance[b-2yjpapusuh] {
    margin-bottom: 1%;
}

.Miscellaneous[b-2yjpapusuh] {
    margin-bottom: 1%;
}

.footer[b-2yjpapusuh] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-2yjpapusuh] {
        cursor: pointer;
    }
/* _content/Lrb.Admin.UI/Pages/SubscriptionPage/RefundSubscripiton.razor.rz.scp.css */
.form-container[b-8ngk8zuwwz] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-8ngk8zuwwz] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-8ngk8zuwwz] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-8ngk8zuwwz],
    .form-group select[b-8ngk8zuwwz] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 200px;
    }

        .form-group input:disabled[b-8ngk8zuwwz] {
            background-color: #f0f0f0;
        }

        .form-group input[b-8ngk8zuwwz]::placeholder,
        .form-group select[b-8ngk8zuwwz]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.rupeessymbol[b-8ngk8zuwwz] {
    position: relative;
}

    .rupeessymbol span[b-8ngk8zuwwz] {
        position: absolute;
        left: 10px;
        top: 27px;
        font-size: 16px;
    }

    .rupeessymbol input[b-8ngk8zuwwz] {
        padding-left: 45px;
        width: 100%;
    }

.percentagesymbol[b-8ngk8zuwwz] {
    position: relative;
}

    .percentagesymbol span[b-8ngk8zuwwz] {
        position: absolute;
        left: 170px;
        top: 28px;
        font-size: 16px;
    }

.OrganizationInfo[b-8ngk8zuwwz] {
    margin-bottom: 1%;
}

.AdminInfo[b-8ngk8zuwwz] {
    margin-bottom: 1%;
}

.PlanFinance[b-8ngk8zuwwz] {
    margin-bottom: 1%;
}

.Miscellaneous[b-8ngk8zuwwz] {
    margin-bottom: 1%;
}

.footer[b-8ngk8zuwwz] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-8ngk8zuwwz] {
        cursor: pointer;
    }
/* _content/Lrb.Admin.UI/Pages/SubscriptionPage/UpdateAddOnSubscription.razor.rz.scp.css */
.form-container[b-1gody9eb8j] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-1gody9eb8j] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-1gody9eb8j] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-1gody9eb8j],
    .form-group select[b-1gody9eb8j] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 200px;
    }

        .form-group input:disabled[b-1gody9eb8j] {
            background-color: #f0f0f0;
        }

        .form-group input[b-1gody9eb8j]::placeholder,
        .form-group select[b-1gody9eb8j]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.rupeessymbol[b-1gody9eb8j] {
    position: relative;
}

    .rupeessymbol span[b-1gody9eb8j] {
        position: absolute;
        left: 10px;
        top: 27px;
        font-size: 16px;
    }

    .rupeessymbol input[b-1gody9eb8j] {
        padding-left: 45px;
        width: 100%;
    }

.percentagesymbol[b-1gody9eb8j] {
    position: relative;
}

    .percentagesymbol span[b-1gody9eb8j] {
        position: absolute;
        left: 170px;
        top: 28px;
        font-size: 16px;
    }

.OrganizationInfo[b-1gody9eb8j] {
    margin-bottom: 1%;
}

.AdminInfo[b-1gody9eb8j] {
    margin-bottom: 1%;
}

.PlanFinance[b-1gody9eb8j] {
    margin-bottom: 1%;
}

.Miscellaneous[b-1gody9eb8j] {
    margin-bottom: 1%;
}

.footer[b-1gody9eb8j] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-1gody9eb8j] {
        cursor: pointer;
    }

@media only screen and (max-width: 700px){
    .form-container[b-1gody9eb8j] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }
}
/* _content/Lrb.Admin.UI/Pages/SubscriptionPage/Updatetenantmodulesubscription.razor.rz.scp.css */
.form-container[b-4m92twhis1] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-4m92twhis1] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-4m92twhis1] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-4m92twhis1],
    .form-group select[b-4m92twhis1] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 200px;
    }

        .form-group input:disabled[b-4m92twhis1],
        .form-group select:disabled[b-4m92twhis1] {
            background-color: #f0f0f0;
            cursor: not-allowed;
        }

        .form-group input[b-4m92twhis1]::placeholder,
        .form-group select[b-4m92twhis1]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.rupeessymbol[b-4m92twhis1] {
    position: relative;
}

    .rupeessymbol span[b-4m92twhis1] {
        position: absolute;
        left: 10px;
        top: 27px;
        font-size: 16px;
    }

    .rupeessymbol input[b-4m92twhis1] {
        padding-left: 45px;
        width: 100%;
    }

.footer[b-4m92twhis1] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
    margin-top: 20px;
}

    .footer span[b-4m92twhis1] {
        cursor: pointer;
    }

        .footer span:hover[b-4m92twhis1] {
            opacity: 0.8;
        }
/* _content/Lrb.Admin.UI/Pages/SubscriptionPage/UpdateTenantSubscription.razor.rz.scp.css */
.form-container[b-zgh4uikft6] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-zgh4uikft6] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-zgh4uikft6] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-zgh4uikft6],
    .form-group select[b-zgh4uikft6] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 200px;
    }

        .form-group input:disabled[b-zgh4uikft6] {
            background-color: #f0f0f0;
        }

        .form-group input[b-zgh4uikft6]::placeholder,
        .form-group select[b-zgh4uikft6]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.rupeessymbol[b-zgh4uikft6] {
    position: relative;
}

    .rupeessymbol span[b-zgh4uikft6] {
        position: absolute;
        left: 10px;
        top: 27px;
        font-size: 16px;
    }

    .rupeessymbol input[b-zgh4uikft6] {
        padding-left: 45px;
        width: 100%;
    }

.percentagesymbol[b-zgh4uikft6] {
    position: relative;
}

    .percentagesymbol span[b-zgh4uikft6] {
        position: absolute;
        left: 170px;
        top: 28px;
        font-size: 16px;
    }

.OrganizationInfo[b-zgh4uikft6] {
    margin-bottom: 1%;
}

.AdminInfo[b-zgh4uikft6] {
    margin-bottom: 1%;
}

.PlanFinance[b-zgh4uikft6] {
    margin-bottom: 1%;
}

.Miscellaneous[b-zgh4uikft6] {
    margin-bottom: 1%;
}

.footer[b-zgh4uikft6] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-zgh4uikft6] {
        cursor: pointer;
    }

@media only screen and (max-width: 700px){
    .form-container[b-zgh4uikft6] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }
}
/* _content/Lrb.Admin.UI/Pages/SubscriptionPage/ViewAddOnDetails.razor.rz.scp.css */
*[b-pi3gb5pn1e] {
    font-family: 'Lexend Deca', sans-serif;
}

.ActiveInactive-button[b-pi3gb5pn1e] {
    color: black;
    border-block-start-color: black;
    border-block-end-color: black;
    background-color: white;
    border-radius: 20px;
}

.Isdeleted[b-pi3gb5pn1e]{
    color:red;
}

.AddonButton[b-pi3gb5pn1e] {
    margin-left: 88%;
    margin-bottom: 1%;
    cursor: pointer;
}


.all-tables[b-pi3gb5pn1e] {
    padding-left: 15px;
    overflow-y: auto;
    white-space: nowrap;
}

    .all-tables table[b-pi3gb5pn1e] {
        width: 100%;
        border-collapse: collapse;
    }

    .all-tables th[b-pi3gb5pn1e] {
        font-weight: 600 !important;
        background-color: #f2f2f2;
        font-size: 12px;
    }

    .all-tables th[b-pi3gb5pn1e], .all-tables td[b-pi3gb5pn1e] {
        padding: 10px 50px 10px 20px;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
    }

    .all-tables td[b-pi3gb5pn1e] {
        border-bottom: 1px solid #ddd;
    }

@media only screen and (max-width: 700px){
    .AddonButton[b-pi3gb5pn1e] {
        margin-left: 60%;
        margin-bottom: 1%;
        cursor: pointer;
    }
}
/* _content/Lrb.Admin.UI/Pages/Tenant/AddTeanntInfo.razor.rz.scp.css */
*[b-v6rsthkl20] {
    font-family: 'Lexend Deca', sans-serif;
}

.tenantmasterheader[b-v6rsthkl20] {
    display: flex;
}

.headerText[b-v6rsthkl20] {
    width: 70%;
    margin-bottom: 1%;
}

.headername[b-v6rsthkl20] {
    font-weight: 500;
    font-size: 20px;
    color: #292A2B;
}

.headerbuttons[b-v6rsthkl20] {
    width: 30%;
    display: flex;
    margin-bottom: 1%;
    justify-content: flex-end;
    gap: 10px;
}

    .headerbuttons span[b-v6rsthkl20] {
        cursor: pointer;
    }

.Header[b-v6rsthkl20] {
}

.HeaderText[b-v6rsthkl20] {
    font-weight: 500;
    font-size: 25px;
}

.Body[b-v6rsthkl20] {
    margin-top: 1%;
}

.DomainName[b-v6rsthkl20] {
}

.DomainNameHeadertext[b-v6rsthkl20] {
    text-decoration: underline;
    font-weight: 400;
    font-size: 14px;
}

.DomainName input[b-v6rsthkl20] {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    height: 30px;
}

.DomainName select[b-v6rsthkl20] {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    height: 30px;
    width: 175px;
}

.disabled[b-v6rsthkl20] {
    pointer-events: none; /* Prevents any interaction */
    opacity: 0.5; /* Makes it look disabled */
    filter: grayscale(50%); /* Optional: Slightly grays out the section */
}


.DomainNameHeaderinput[b-v6rsthkl20] {
    font-weight: 400;
    font-size: 14px;
    padding-left: 1%;
}

    .DomainNameHeaderinput select[b-v6rsthkl20] {
        cursor: pointer;
    }

.OrganizationInfoHeaderText[b-v6rsthkl20] {
    text-decoration: underline;
    font-weight: 400;
    font-size: 15px;
}

.form-container[b-v6rsthkl20] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-container2[b-v6rsthkl20] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-container3[b-v6rsthkl20] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-v6rsthkl20] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-v6rsthkl20] {
        font-size: 14px;
        font-weight: 400;
    }

    /* Checkbox specific styling (ADDITIVE ONLY) */
    .form-group input[type="checkbox"][b-v6rsthkl20] {
        width: 16px;
        height: 16px;
        margin: 0;
        cursor: pointer;
        accent-color: #3b82f6; /* matches modern UI */
    }

    .form-group label input[type="checkbox"][b-v6rsthkl20] {
        margin-right: 8px;
    }

    .form-group input[b-v6rsthkl20],
    .form-group select[b-v6rsthkl20] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 200px;
    }

        .form-group input:disabled[b-v6rsthkl20] {
            background-color: #f0f0f0;
        }

        .form-group input[b-v6rsthkl20]::placeholder,
        .form-group select[b-v6rsthkl20]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.perusermonth[b-v6rsthkl20] {
    display: flex;
}

    .perusermonth input[type="checkbox"][b-v6rsthkl20] {
        width: 15px; /* Adjust width */
        height: 15px; /* Adjust height */
        transform: scale(0.8); /* Reduce size */
        margin-left: 8px; /* Add spacing between text and checkbox */
        cursor: pointer; /* Makes it clear it's clickable */
    }


.rupeessymbol[b-v6rsthkl20] {
    position: relative;
}

    .rupeessymbol span[b-v6rsthkl20] {
        position: absolute;
        left: 10px;
        top: 27px;
        font-size: 16px;
    }

    .rupeessymbol input[b-v6rsthkl20] {
        padding-left: 45px;
        width: 100%;
    }

.percentagesymbol[b-v6rsthkl20] {
    position: relative;
}

    .percentagesymbol span[b-v6rsthkl20] {
        position: absolute;
        left: 170px;
        top: 28px;
        font-size: 16px;
    }

/*.OrganizationInfo {
    margin-bottom: 1%;
}

.AdminInfo {
    margin-bottom: 1%;
}

.PlanFinance {
    margin-bottom: 1%;
}

.Miscellaneous {
    margin-bottom: 1%;
}*/

.sectionEnd[b-v6rsthkl20] {
    margin-bottom: 1%;
}

.footer[b-v6rsthkl20] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-v6rsthkl20] {
        cursor: pointer;
    }

.vendor-list[b-v6rsthkl20] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vendor-button[b-v6rsthkl20] {
    border-radius: 12px;
    border-width: thin;
    font-size: medium;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
}

    .vendor-button .remove-icon[b-v6rsthkl20] {
        cursor: pointer;
        color: black;
        margin-left: 10px;
    }

.checkboxContainer[b-v6rsthkl20] {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 5 per row */
    gap: 10px; /* spacing between items */
}

.checkboxItem[b-v6rsthkl20] {
    display: flex;
    align-items: center;
}

    .checkboxItem input[b-v6rsthkl20] {
        width: 19px;
        height: 19px;
        transform: scale(0.8);
        margin-right: 6px;
        cursor: pointer;
    }

    .checkboxItem label[b-v6rsthkl20] {
        white-space: nowrap;
    }

.group-label[b-v6rsthkl20] {
    display: block; /* ensures margin works */
    margin-bottom: 8px; /* one line gap */
}

@media only screen and (max-width: 700px) {
    .form-container[b-v6rsthkl20] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }

    .checkboxContainer[b-v6rsthkl20] {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 5 per row */
        gap: 10px; /* spacing between items */
    }

    .checkboxItem[b-v6rsthkl20] {
        display: flex;
        align-items: center;
    }

        .checkboxItem input[b-v6rsthkl20] {
            width: 19px;
            height: 19px;
            transform: scale(0.8);
            margin-right: 6px;
            cursor: pointer;
        }

        .checkboxItem label[b-v6rsthkl20] {
            white-space: nowrap;
        }
}
/* _content/Lrb.Admin.UI/Pages/Tenant/AddTenant.razor.rz.scp.css */
*[b-036nzsv6gg] {
    font-family: 'Lexend Deca', sans-serif;
}

.Header[b-036nzsv6gg] {
}

.HeaderText[b-036nzsv6gg] {
    font-weight: 500;
    font-size: 25px;
}

.Body[b-036nzsv6gg] {
    margin-top: 1%;
}

.DomainName[b-036nzsv6gg] {
}

.DomainNameHeadertext[b-036nzsv6gg] {
    text-decoration: underline;
    font-weight: 400;
    font-size: 14px;
}

.DomainName input[b-036nzsv6gg] {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    height: 30px;
}

.DomainName select[b-036nzsv6gg] {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    height: 30px;
    width: 175px;
}
.disabled[b-036nzsv6gg] {
    pointer-events: none; /* Prevents any interaction */
    opacity: 0.5; /* Makes it look disabled */
    filter: grayscale(50%); /* Optional: Slightly grays out the section */
}


.DomainNameHeaderinput[b-036nzsv6gg] {
    font-weight: 400;
    font-size: 14px;
    padding-left: 1%;
}
    .DomainNameHeaderinput select[b-036nzsv6gg]{
        cursor : pointer;
    }

.OrganizationInfoHeaderText[b-036nzsv6gg] {
    text-decoration: underline;
    font-weight: 400;
    font-size: 15px;
}

.form-container[b-036nzsv6gg] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-container2[b-036nzsv6gg] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}
.form-container3[b-036nzsv6gg] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-036nzsv6gg] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-036nzsv6gg] {
        font-size: 14px;
        font-weight: 400;
    }

    /* Checkbox specific styling (ADDITIVE ONLY) */
    .form-group input[type="checkbox"][b-036nzsv6gg] {
        width: 16px;
        height: 16px;
        margin: 0;
        cursor: pointer;
        accent-color: #3b82f6; /* matches modern UI */
    }

    .form-group label input[type="checkbox"][b-036nzsv6gg] {
        margin-right: 8px;
    }

    .form-group input[b-036nzsv6gg],
    .form-group select[b-036nzsv6gg] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 200px;
    }

        .form-group input:disabled[b-036nzsv6gg] {
            background-color: #f0f0f0;
        }

        .form-group input[b-036nzsv6gg]::placeholder,
        .form-group select[b-036nzsv6gg]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.perusermonth[b-036nzsv6gg] {
    display: flex;
}

    .perusermonth input[type="checkbox"][b-036nzsv6gg] {
        width: 15px; /* Adjust width */
        height: 15px; /* Adjust height */
        transform: scale(0.8); /* Reduce size */
        margin-left: 8px; /* Add spacing between text and checkbox */
        cursor: pointer; /* Makes it clear it's clickable */
    }


.rupeessymbol[b-036nzsv6gg] {
    position: relative;
}

    .rupeessymbol span[b-036nzsv6gg] {
        position: absolute;
        left: 10px;
        top: 27px;
        font-size: 16px;
    }

    .rupeessymbol input[b-036nzsv6gg] {
        padding-left: 45px;
        width: 100%;
    }

.percentagesymbol[b-036nzsv6gg] {
    position: relative;
}

    .percentagesymbol span[b-036nzsv6gg] {
        position: absolute;
        left: 170px;
        top: 28px;
        font-size: 16px;
    }

/*.OrganizationInfo {
    margin-bottom: 1%;
}

.AdminInfo {
    margin-bottom: 1%;
}

.PlanFinance {
    margin-bottom: 1%;
}

.Miscellaneous {
    margin-bottom: 1%;
}*/

.sectionEnd[b-036nzsv6gg] {
    margin-bottom : 1%;
}
.footer[b-036nzsv6gg] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-036nzsv6gg] {
        cursor: pointer;
    }

.vendor-list[b-036nzsv6gg] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vendor-button[b-036nzsv6gg] {
    border-radius: 12px;
    border-width: thin;
    font-size: medium;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
}

    .vendor-button .remove-icon[b-036nzsv6gg] {
        cursor: pointer;
        color: black;
        margin-left: 10px;
    }

.checkboxContainer[b-036nzsv6gg] {
    display: grid;
    grid-template-columns: repeat(8, 1fr); /* 5 per row */
    gap: 10px; /* spacing between items */
}

.checkboxItem[b-036nzsv6gg] {
    display: flex;
    align-items: center;
}

    .checkboxItem input[b-036nzsv6gg] {
        width: 19px;
        height: 19px;
        transform: scale(0.8);
        margin-right: 6px;
        cursor: pointer;
    }
    .checkboxItem label[b-036nzsv6gg] {
        white-space: nowrap;
    }


@media only screen and (max-width: 700px){
    .form-container[b-036nzsv6gg] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }
    .checkboxContainer[b-036nzsv6gg] {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 5 per row */
        gap: 10px; /* spacing between items */
    }

    .checkboxItem[b-036nzsv6gg] {
        display: flex;
        align-items: center;
    }

        .checkboxItem input[b-036nzsv6gg] {
            width: 19px;
            height: 19px;
            transform: scale(0.8);
            margin-right: 6px;
            cursor: pointer;
        }

        .checkboxItem label[b-036nzsv6gg] {
            white-space: nowrap;
        }

}
/* _content/Lrb.Admin.UI/Pages/Tenant/ReactivateTenant.razor.rz.scp.css */
*[b-9rzzlwrwp8] {
    font-family: 'Lexend Deca', sans-serif;
}

.Header[b-9rzzlwrwp8] {
}

.HeaderText[b-9rzzlwrwp8] {
    font-weight: 500;
    font-size: 25px;
}

.Body[b-9rzzlwrwp8] {
    margin-top: 1%;
}

.DomainName[b-9rzzlwrwp8] {
}

.DomainNameHeadertext[b-9rzzlwrwp8] {
    text-decoration: underline;
    font-weight: 400;
    font-size: 14px;
}

.DomainName input[b-9rzzlwrwp8] {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    height: 30px;
}

.DomainName select[b-9rzzlwrwp8] {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    height: 30px;
    width: 175px;
}
.disabled[b-9rzzlwrwp8] {
    pointer-events: none; /* Prevents any interaction */
    opacity: 0.5; /* Makes it look disabled */
    filter: grayscale(50%); /* Optional: Slightly grays out the section */
}


.DomainNameHeaderinput[b-9rzzlwrwp8] {
    font-weight: 400;
    font-size: 14px;
    padding-left: 1%;
}
    .DomainNameHeaderinput select[b-9rzzlwrwp8]{
        cursor : pointer;
    }

.OrganizationInfoHeaderText[b-9rzzlwrwp8] {
    text-decoration: underline;
    font-weight: 400;
    font-size: 15px;
}

.form-container[b-9rzzlwrwp8] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-container2[b-9rzzlwrwp8] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}
.form-container3[b-9rzzlwrwp8] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-9rzzlwrwp8] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-9rzzlwrwp8] {
        font-size: 14px;
        font-weight: 400;
    }

    /* Checkbox specific styling (ADDITIVE ONLY) */
    .form-group input[type="checkbox"][b-9rzzlwrwp8] {
        width: 16px;
        height: 16px;
        margin: 0;
        cursor: pointer;
        accent-color: #3b82f6; /* matches modern UI */
    }

    .form-group label input[type="checkbox"][b-9rzzlwrwp8] {
        margin-right: 8px;
    }

    .form-group input[b-9rzzlwrwp8],
    .form-group select[b-9rzzlwrwp8] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 200px;
    }

        .form-group input:disabled[b-9rzzlwrwp8] {
            background-color: #f0f0f0;
        }

        .form-group input[b-9rzzlwrwp8]::placeholder,
        .form-group select[b-9rzzlwrwp8]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.perusermonth[b-9rzzlwrwp8] {
    display: flex;
}

    .perusermonth input[type="checkbox"][b-9rzzlwrwp8] {
        width: 15px; /* Adjust width */
        height: 15px; /* Adjust height */
        transform: scale(0.8); /* Reduce size */
        margin-left: 8px; /* Add spacing between text and checkbox */
        cursor: pointer; /* Makes it clear it's clickable */
    }


.rupeessymbol[b-9rzzlwrwp8] {
    position: relative;
}

    .rupeessymbol span[b-9rzzlwrwp8] {
        position: absolute;
        left: 10px;
        top: 27px;
        font-size: 16px;
    }

    .rupeessymbol input[b-9rzzlwrwp8] {
        padding-left: 45px;
        width: 100%;
    }

.percentagesymbol[b-9rzzlwrwp8] {
    position: relative;
}

    .percentagesymbol span[b-9rzzlwrwp8] {
        position: absolute;
        left: 170px;
        top: 28px;
        font-size: 16px;
    }

/*.OrganizationInfo {
    margin-bottom: 1%;
}

.AdminInfo {
    margin-bottom: 1%;
}

.PlanFinance {
    margin-bottom: 1%;
}

.Miscellaneous {
    margin-bottom: 1%;
}*/

.sectionEnd[b-9rzzlwrwp8] {
    margin-bottom : 1%;
}
.footer[b-9rzzlwrwp8] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-9rzzlwrwp8] {
        cursor: pointer;
    }

.vendor-list[b-9rzzlwrwp8] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vendor-button[b-9rzzlwrwp8] {
    border-radius: 12px;
    border-width: thin;
    font-size: medium;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
}

    .vendor-button .remove-icon[b-9rzzlwrwp8] {
        cursor: pointer;
        color: black;
        margin-left: 10px;
    }

.checkboxContainer[b-9rzzlwrwp8] {
    display: grid;
    grid-template-columns: repeat(8, 1fr); /* 5 per row */
    gap: 10px; /* spacing between items */
}

.checkboxItem[b-9rzzlwrwp8] {
    display: flex;
    align-items: center;
}

    .checkboxItem input[b-9rzzlwrwp8] {
        width: 19px;
        height: 19px;
        transform: scale(0.8);
        margin-right: 6px;
        cursor: pointer;
    }
    .checkboxItem label[b-9rzzlwrwp8] {
        white-space: nowrap;
    }


@media only screen and (max-width: 700px){
    .form-container[b-9rzzlwrwp8] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }
    .checkboxContainer[b-9rzzlwrwp8] {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 5 per row */
        gap: 10px; /* spacing between items */
    }

    .checkboxItem[b-9rzzlwrwp8] {
        display: flex;
        align-items: center;
    }

        .checkboxItem input[b-9rzzlwrwp8] {
            width: 19px;
            height: 19px;
            transform: scale(0.8);
            margin-right: 6px;
            cursor: pointer;
        }

        .checkboxItem label[b-9rzzlwrwp8] {
            white-space: nowrap;
        }

}
/* _content/Lrb.Admin.UI/Pages/Tenant/Tenant.razor.rz.scp.css */
*[b-62z607sybj] {
    font-family: 'Lexend Deca', sans-serif;
}

.summary-container[b-62z607sybj] {
    padding: 5px;
    border-radius: 12px;
    margin-bottom: 10px;
    background-color: #ffffff;
}

.tenant-profile[b-62z607sybj] {
    display: flex;
}

.tenant-info[b-62z607sybj] {
    display: flex;
    width: 87%;
}
.Searchbarbar[b-62z607sybj]{
    margin-right:10px;
    margin-top:2px;
}

.logo[b-62z607sybj] {
    margin: 1px;
    width: 8%;
    border-radius: 50%;
    overflow: hidden;
}

    .logo img[b-62z607sybj] {
        width: 100%;
        border-radius: 50%;
        border: 1px solid #BFBFBF;
    }

.info[b-62z607sybj] {
    padding: 2px;
    width: 92%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.info-name[b-62z607sybj] {
    font-size: 18px;
    font-weight: 400;
    margin: 1px;
}

.info-Address[b-62z607sybj] {
    font-size: 12px;
    font-weight: 300;
    margin: 1px;
    opacity: 50%;
}
.tenantInfoStatus[b-62z607sybj] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-CRMlink[b-62z607sybj] {
    font-size: 11px;
    font-weight: 700;
    color: forestgreen;
}
    .info-CRMlink a[b-62z607sybj] {
        color: #439B89 !important;
    }

        .info-CRMlink a:visited[b-62z607sybj],
        .info-CRMlink a:active[b-62z607sybj],
        .info-CRMlink a:hover[b-62z607sybj],
        .info-CRMlink a:focus[b-62z607sybj] {
            color: #439B89 !important;
        }

.tenant-status[b-62z607sybj] {
    font-size: 12px;
    font-weight: 400;
    margin: 1px;
}
.status-active[b-62z607sybj] {
    color: green;
}

.status-inactive[b-62z607sybj] {
    color: red;
}

.status-refund[b-62z607sybj] {
    color: orange; 
}
    


.buttons[b-62z607sybj] {
    width: 28%;
    cursor:pointer;
    justify-content:end;
    display:flex;
    gap:4px;
}

.purchase-info[b-62z607sybj] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: 1fr; /* Ensures all rows have equal height */
    gap: 5px;
    padding: 0 5px 0 5px;
}

.purchase-details[b-62z607sybj] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 5px;
    box-sizing: border-box;
    justify-content: space-evenly;
}

.purchase-details-heading[b-62z607sybj] {
    font-size: 12px;
    font-weight: 300;
}

.purchase-details-info[b-62z607sybj] {
    font-size: 14px;
    font-weight: 500;
}
.edit[b-62z607sybj]{
    cursor:pointer;
}
.button-container[b-62z607sybj] {
    display: flex; /* Use flexbox for buttons */
    gap: 10px; /* Space between buttons */
    margin-top: 10px; /* Add some space between the dropdown and buttons */
}

button[b-62z607sybj] {
    flex: 1; /* Ensure buttons take equal space */
}

/*lower part*/
.crm-container[b-62z607sybj] {
    padding: 5px;
    border-radius: 12px;
    background-color: #ffffff;
}

.options-header[b-62z607sybj] {
    padding-left: 15px;
    display: flex;
    margin-bottom: 5px;
    justify-content: space-evenly;
}


.options[b-62z607sybj] {
    width: 100%;
    display: flex;
}

.header-buttons[b-62z607sybj] {
    width: 30%;
    display: flex;
    justify-content:end;
    gap:4px;

}

.options-rightside[b-62z607sybj] {
    cursor: pointer;
}

.option-option[b-62z607sybj] {
    padding: 1% 2% 1% 2%;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
}
.selected[b-62z607sybj] {
    font-weight: bold;
}
.ActiveInactive-button[b-62z607sybj] {
    color: black;
    border-block-start-color: black;
    border-block-end-color: black;
    background-color: white;
    border-radius: 20px;
}


.belowBorder[b-62z607sybj] {
    border-bottom: 1px solid #DDDDDD;
}


.all-tables[b-62z607sybj] {
    padding-left: 15px;
    overflow-y: auto;
    white-space: nowrap;
}

    .all-tables table[b-62z607sybj] {
        width: 100%;
        border-collapse: collapse;
    }

    .all-tables th[b-62z607sybj] {
        font-weight: 600 !important;
        background-color: #f2f2f2;
        font-size: 12px;
    }

    .all-tables th[b-62z607sybj], .all-tables td[b-62z607sybj] {
        padding: 10px 50px 10px 20px;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
    }

    .all-tables td[b-62z607sybj] {
        border-bottom: 1px solid #ddd;
    }
.tenantmasterfooter[b-62z607sybj] {
    display: flex;
    justify-content: end;
    gap: 3%;
    margin-right: 1%;
    font-weight: 400;
    font-size: 12px;
}

.pagesize[b-62z607sybj] {
    display: flex;
    justify-content: flex-end;
    gap: 3px;
    align-items: center;
    width: 100%
}

.showEntriesperPage[b-62z607sybj] {
}

.pagesizebox[b-62z607sybj] {
}

#pagesizeinput[b-62z607sybj] {
    height: 30px;
    font-weight: 400;
    font-size: 12px;
    margin-top: 3%;
}

.pagenumber[b-62z607sybj] {
    display: flex;
    justify-content: flex-end;
    gap: 3px;
    align-items: center;
}

#pagenumbercircle[b-62z607sybj] {
    border: 1px solid;
    padding: 5% 25%;
    border-radius: 50%;
    margin: 0% 10%;
}

.pagenumberbutton:hover[b-62z607sybj] {
    cursor: pointer;
}
.Isdeleted[b-62z607sybj] {
    color: red;
}
@media only screen and (max-width: 700px) {
    .tenant-profile[b-62z607sybj] {
        display:block
    }
    .buttons[b-62z607sybj] {
        width: 50%;
        cursor: pointer;
        justify-content: end;
        display: flex;
        gap: 4px;
    }
    .purchase-info[b-62z607sybj] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 1fr; /* Ensures all rows have equal height */
    }
    .options-header[b-62z607sybj] {
        padding-left: 15px;
        display: flex;
        flex-direction:column;
        margin-bottom: 5px;
        justify-content: space-evenly;
    }

    .header-buttons[b-62z607sybj] {
        width: 100%;
        display: flex;
    }
    .tenantmasterfooter[b-62z607sybj] {
        display: flex;
        gap: 3%;
        margin-right: 1%;
        font-weight: 400;
        font-size: 12px;
    }

    .pagesizebox[b-62z607sybj] {
        width: 100%;
    }
}
/* _content/Lrb.Admin.UI/Pages/Tenant/TenantMaster.razor.rz.scp.css */
*[b-xva3r0j041] {
    font-family: 'Lexend Deca', sans-serif;
}

.tenantmasterheader[b-xva3r0j041] {
    display: flex;
}

.searchButton[b-xva3r0j041] {
    display: none;
}

.headerText[b-xva3r0j041] {
    width: 70%;
    margin-bottom: 1%;
}

.headername[b-xva3r0j041] {
    font-weight: 500;
    font-size: 20px;
    color: #292A2B;
}

.headerbuttons[b-xva3r0j041] {
    width: 30%;
    display: flex;
    margin-bottom: 1%;
    justify-content: flex-end;
    gap: 10px;
}

    .headerbuttons span[b-xva3r0j041] {
        cursor: pointer;
    }

.TenantMasterTable[b-xva3r0j041] {
    background-color: #ffffff;
    padding-top: 1%;
    padding-right: 1%;
    padding-left: 1%;
}

.TenantMasterTableHeader[b-xva3r0j041] {
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    display: flex;
    padding: 5px;
}

.SearchBar[b-xva3r0j041] {
    display: flex;
    width: 50%;
    align-items: center;
    position: relative;
}

/* Manage Columns Styles */
.manage-columns-container[b-xva3r0j041] {
    position: relative;
    margin-left: 10px;
}

.manage-columns-button[b-xva3r0j041] {
    padding: 5px 12px;
    font-weight: 500;
    font-size: 12px;
    color: #292A2B;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

    .manage-columns-button:hover[b-xva3r0j041] {
        background-color: #f5f5f5;
        border-radius: 4px;
    }

.manage-columns-dropdown[b-xva3r0j041] {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    min-width: 250px;
    max-width: 300px;
}

.manage-columns-header[b-xva3r0j041] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #DDDDDD;
    font-weight: 500;
    font-size: 13px;
    color: #292A2B;
}

.close-dropdown[b-xva3r0j041] {
    cursor: pointer;
    font-size: 16px;
    color: #666;
    padding: 0 5px;
}

    .close-dropdown:hover[b-xva3r0j041] {
        color: #292A2B;
    }

.manage-columns-list[b-xva3r0j041] {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
}

.column-checkbox[b-xva3r0j041] {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    margin: 2px 0;
    cursor: pointer;
    font-size: 12px;
    color: #292A2B;
    border-radius: 4px;
    transition: background-color 0.2s;
}

    .column-checkbox:hover[b-xva3r0j041] {
        background-color: #f8f8f8;
    }

    .column-checkbox input[type="checkbox"][b-xva3r0j041] {
        margin-right: 8px;
        cursor: pointer;
    }

    .column-checkbox span[b-xva3r0j041] {
        user-select: none;
    }

/* Scrollbar for manage columns list */
.manage-columns-list[b-xva3r0j041]::-webkit-scrollbar {
    width: 8px;
}

.manage-columns-list[b-xva3r0j041]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.manage-columns-list[b-xva3r0j041]::-webkit-scrollbar-thumb {
    background: #97959E;
    border-radius: 4px;
}

    .manage-columns-list[b-xva3r0j041]::-webkit-scrollbar-thumb:hover {
        background: #666;
    }

/* End of Manage Columns Styles */

.searchicon[b-xva3r0j041] {
    margin-top: 0.5%;
}

.SearchBar input[b-xva3r0j041] {
    border: none;
    outline: none;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #292A2B;
}

    .SearchBar input:focus[b-xva3r0j041], input:active[b-xva3r0j041] {
        border: none;
        outline: none;
        font-weight: 400;
        font-size: 12px;
        color: #292A2B;
    }

.buttons[b-xva3r0j041] {
    display: flex;
    font-weight: 500;
    font-size: 12px;
    align-items: center;
    justify-content: end;
    width: 49%;
    gap: 1%;
}

.buttonbutton[b-xva3r0j041] {
    border-left: 1px solid #e0e0e0;
    padding-left: 1%;
}

    .buttonbutton:hover[b-xva3r0j041] {
        cursor: pointer;
    }

.all-tables[b-xva3r0j041] {
    margin-top: 2%;
    overflow: hidden;
}

/* Ensure the table container allows horizontal scrolling */
.table-container[b-xva3r0j041] {
    max-height: 60vh; /* Set desired height */
    overflow-y: auto;
    overflow-x: auto; /* Enable horizontal scrolling */
    border: 1px solid #ddd;
    position: relative;
    scrollbar-color: #97959E #f1f1f1;
    scrollbar-width: thin;
}

    /* Table Styling */
    .table-container table[b-xva3r0j041] {
        width: 100%;
        min-width: max-content; /* Prevent content from wrapping */
        border-collapse: collapse;
        white-space: nowrap; /* Prevent text wrapping */
    }

    /* Sticky Header */
    .table-container thead[b-xva3r0j041] {
        position: sticky;
        top: 0;
        background-color: #f2f2f2;
        z-index: 2;
    }

    /* Header Styling */
    .table-container th[b-xva3r0j041] {
        font-weight: 600 !important;
        font-size: 12px;
        padding: 15px 10px;
        text-align: left;
        border-bottom: 2px solid #ddd;
    }

    /* Table Data Styling */
    .table-container tbody td[b-xva3r0j041] {
        padding: 12px 10px;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
        color: #292A2B;
        border-bottom: 1px solid #ddd;
        white-space: nowrap; /* Ensures no line breaks */
    }

    .table-container[b-xva3r0j041]::-webkit-scrollbar {
        width: 10px; /* Width of the vertical scrollbar */
        height: 10px; /* Height of the horizontal scrollbar */
        padding: 5px; /* Padding around the scrollbar */
    }

    .table-container[b-xva3r0j041]::-webkit-scrollbar-track {
        background: #f1f1f1; /* Light background for the track */
        border-radius: 10px;
    }

    .table-container[b-xva3r0j041]::-webkit-scrollbar-thumb {
        background: #97959E; /* Scrollbar color */
        border-radius: 10px;
        border: 3px solid #f1f1f1; /* Creates padding effect */
    }



.tenantmasterfooter[b-xva3r0j041] {
    display: flex;
    justify-content: end;
    gap: 3%;
    margin-right: 1%;
    font-weight: 400;
    font-size: 12px;
}

.pagesize[b-xva3r0j041] {
    display: flex;
    justify-content: flex-end;
    gap: 1%;
    align-items: center;
    width: 100%
}

.showEntriesperPage[b-xva3r0j041] {
}

.pagesizebox[b-xva3r0j041] {
}

#pagesizeinput[b-xva3r0j041] {
    height: 70%;
    font-weight: 400;
    font-size: 12px;
    margin-top: 2%;
}

.pagenumber[b-xva3r0j041] {
    display: flex;
    justify-content: flex-end;
    gap: 1%;
    align-items: center;
}

#pagenumbercircle[b-xva3r0j041] {
    border: 1px solid;
    padding: 5% 25%;
    border-radius: 50%;
    margin: 0% 10%;
}

.pagenumberbutton:hover[b-xva3r0j041] {
    cursor: pointer;
}

.popupStyle[b-xva3r0j041] {
    display: none;
    position: absolute;
    height: auto;
    width: 82%;
    margin: 2px;
    border: var(--rz-panel-border);
    background-color: var(--rz-panel-background-color);
    text-shadow: 1px 1px 1px #000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.red-dot[b-xva3r0j041] {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 50%;
    margin-left: 6px;
}


@media only screen and (max-width: 700px) {
    .tenantmasterheader[b-xva3r0j041] {
        display: flex;
        flex-direction: column;
    }

    .headerbuttons[b-xva3r0j041] {
        width: 100%;
        display: flex;
        margin-bottom: 1%;
        justify-content: space-between;
        gap: 10px;
    }

    .TenantMasterTableHeader[b-xva3r0j041] {
        border: 1px solid #DDDDDD;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
    }

    .buttons[b-xva3r0j041] {
        display: flex;
        font-weight: 500;
        font-size: 12px;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 1%;
        padding-top: 2px;
    }

    .tenantmasterfooter[b-xva3r0j041] {
        display: flex;
        gap: 3px;
        margin-right: 1%;
        font-weight: 400;
        font-size: 12px;
    }

    .pagesizebox[b-xva3r0j041] {
        width: 100%;
    }

    .SearchBar[b-xva3r0j041] {
        display: flex;
        width: 100%;
    }

    .searchButton[b-xva3r0j041] {
        display: block;
        cursor: pointer;
        background-color: #343739;
        text-align: center;
        color: #FFFFFF;
        width: 100px;
        border: 1px solid;
        padding: 1px;
        border-radius: 5px;
    }

    .searchicon[b-xva3r0j041] {
        margin-top: 1%;
    }

    /* Mobile responsive for Manage Columns */
    .manage-columns-button[b-xva3r0j041] {
        font-size: 11px;
        padding: 4px 8px;
    }

    .manage-columns-dropdown[b-xva3r0j041] {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 350px;
    }
}
/* _content/Lrb.Admin.UI/Pages/Tenant/TenantMasterFilter.razor.rz.scp.css */
*[b-ogmgkejujs] {
    font-family: 'Lexend Deca', sans-serif;
}

.form-container[b-ogmgkejujs] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-ogmgkejujs] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-ogmgkejujs] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-ogmgkejujs],
    .form-group select[b-ogmgkejujs] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 210px;
    }

        .form-group input:disabled[b-ogmgkejujs] {
            background-color: #f0f0f0;
        }

        .form-group input[b-ogmgkejujs]::placeholder,
        .form-group select[b-ogmgkejujs]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.footer[b-ogmgkejujs] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-ogmgkejujs] {
        cursor: pointer;
    }

@media only screen and (max-width: 700px) {
    .form-container[b-ogmgkejujs] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }
}
/* _content/Lrb.Admin.UI/Pages/TicketingSystem/Addticket.razor.rz.scp.css */
.add-ticket-container[b-0ls974vro5] {
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.add-ticket-header[b-0ls974vro5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

    .add-ticket-header h2[b-0ls974vro5] {
        margin: 0;
        font-size: 28px;
        font-weight: 600;
        color: #1a1a1a;
    }

.btn-secondary[b-0ls974vro5] {
    background-color: #6c757d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .btn-secondary:hover[b-0ls974vro5] {
        background-color: #545b62;
    }

.ticket-form[b-0ls974vro5] {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.form-row[b-0ls974vro5] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group[b-0ls974vro5] {
    display: flex;
    flex-direction: column;
}

    .form-group.full-width[b-0ls974vro5] {
        grid-column: 1 / -1;
    }

    .form-group label[b-0ls974vro5] {
        font-size: 14px;
        font-weight: 500;
        color: #333;
        margin-bottom: 8px;
    }

.required[b-0ls974vro5] {
    color: #dc3545;
}

.form-group input[type="text"][b-0ls974vro5],
.form-group input[type="datetime-local"][b-0ls974vro5],
.form-group select[b-0ls974vro5],
.form-group textarea[b-0ls974vro5] {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.2s;
}

    .form-group input[type="text"]:focus[b-0ls974vro5],
    .form-group input[type="datetime-local"]:focus[b-0ls974vro5],
    .form-group select:focus[b-0ls974vro5],
    .form-group textarea:focus[b-0ls974vro5] {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }

.form-group textarea[b-0ls974vro5] {
    resize: vertical;
    font-family: inherit;
}

.checkbox-label[b-0ls974vro5] {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 8px;
}

    .checkbox-label input[type="checkbox"][b-0ls974vro5] {
        width: 18px;
        height: 18px;
        margin-right: 8px;
        cursor: pointer;
    }

.validation-error[b-0ls974vro5] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

.form-actions[b-0ls974vro5] {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.btn-submit[b-0ls974vro5] {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .btn-submit:hover:not(:disabled)[b-0ls974vro5] {
        background-color: #218838;
    }

    .btn-submit:disabled[b-0ls974vro5] {
        background-color: #94d3a2;
        cursor: not-allowed;
    }

.btn-cancel[b-0ls974vro5] {
    background-color: #f8f9fa;
    color: #333;
    border: 1px solid #ddd;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .btn-cancel:hover[b-0ls974vro5] {
        background-color: #e9ecef;
    }

.error-message[b-0ls974vro5] {
    background-color: #f8d7da;
    color: #721c24;
    padding: 12px 15px;
    border-radius: 6px;
    margin-top: 20px;
    border: 1px solid #f5c6cb;
}

.success-message[b-0ls974vro5] {
    background-color: #d4edda;
    color: #155724;
    padding: 12px 15px;
    border-radius: 6px;
    margin-top: 20px;
    border: 1px solid #c3e6cb;
}

.tenant-dropdown-container[b-0ls974vro5] {
    position: relative;
}

.tenant-search-box[b-0ls974vro5] {
    min-height: 45px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: border-color 0.2s;
}

    .tenant-search-box:hover[b-0ls974vro5] {
        border-color: #999;
    }

    .tenant-search-box:focus-within[b-0ls974vro5] {
        border-color: #007bff;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }

.selected-tenants[b-0ls974vro5] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    flex: 1;
}

.placeholder[b-0ls974vro5] {
    color: #999;
    font-size: 14px;
    cursor: default;
    background-color: white;
}

.tenant-chip[b-0ls974vro5] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #007bff;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 13px;
}

.remove-tenant[b-0ls974vro5] {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s;
}

    .remove-tenant:hover[b-0ls974vro5] {
        background-color: rgba(255, 255, 255, 0.2);
    }

.dropdown-arrow[b-0ls974vro5] {
    color: #666;
    font-size: 12px;
    transition: transform 0.2s;
}

.tenant-dropdown[b-0ls974vro5] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 4px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-height: 300px;
    display: flex;
    flex-direction: column;
}

.tenant-search-input-wrapper[b-0ls974vro5] {
    padding: 10px;
    border-bottom: 1px solid #e9ecef;
}

.tenant-search-input[b-0ls974vro5] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

    .tenant-search-input:focus[b-0ls974vro5] {
        outline: none;
        border-color: #007bff;
    }

.tenant-options[b-0ls974vro5] {
    overflow-y: auto;
    max-height: 240px;
}

.tenant-option[b-0ls974vro5] {
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .tenant-option:hover[b-0ls974vro5] {
        background-color: #f8f9fa;
    }

    .tenant-option.selected[b-0ls974vro5] {
        background-color: #e7f3ff;
    }

    .tenant-option input[type="checkbox"][b-0ls974vro5] {
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

    .tenant-option span[b-0ls974vro5] {
        flex: 1;
        font-size: 14px;
        color: #333;
    }

.no-options[b-0ls974vro5] {
    padding: 20px;
    text-align: center;
    color: #999;
    font-style: italic;
}

@media (max-width: 768px) {
    .add-ticket-header[b-0ls974vro5] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .form-row[b-0ls974vro5] {
        grid-template-columns: 1fr;
    }

    .form-actions[b-0ls974vro5] {
        flex-direction: column;
    }

    .btn-submit[b-0ls974vro5],
    .btn-cancel[b-0ls974vro5] {
        width: 100%;
    }

    .tenant-dropdown[b-0ls974vro5] {
        max-height: 250px;
    }
}
/* _content/Lrb.Admin.UI/Pages/TicketingSystem/TicketDetail.razor.rz.scp.css */
.ticket-detail-container[b-8kgice3n5s] {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.ticket-detail-header[b-8kgice3n5s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

    .ticket-detail-header h2[b-8kgice3n5s] {
        margin: 0;
        font-size: 28px;
        font-weight: 600;
        color: #1a1a1a;
    }

.btn-secondary[b-8kgice3n5s] {
    background-color: #6c757d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .btn-secondary:hover[b-8kgice3n5s] {
        background-color: #545b62;
    }

.loading[b-8kgice3n5s] {
    text-align: center;
    padding: 40px;
    color: #666;
    font-size: 16px;
}

.error-box[b-8kgice3n5s] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
}

    .error-box h3[b-8kgice3n5s] {
        margin-top: 0;
    }

.ticket-content[b-8kgice3n5s] {
    display: grid;
    gap: 20px;
}

.ticket-main[b-8kgice3n5s] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ticket-section[b-8kgice3n5s] {
    background-color: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.section-header[b-8kgice3n5s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

    .section-header h3[b-8kgice3n5s] {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        color: #333;
    }

.btn-edit[b-8kgice3n5s] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .btn-edit:hover[b-8kgice3n5s] {
        background-color: #0056b3;
    }

.ticket-info-grid[b-8kgice3n5s] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.info-item[b-8kgice3n5s] {
    display: flex;
    flex-direction: column;
}

    .info-item.full-width[b-8kgice3n5s] {
        grid-column: 1 / -1;
    }

    .info-item label[b-8kgice3n5s] {
        font-size: 13px;
        font-weight: 600;
        color: #666;
        margin-bottom: 8px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .info-item p[b-8kgice3n5s] {
        margin: 0;
        font-size: 15px;
        color: #333;
        line-height: 1.6;
    }

    .info-item input[type="text"][b-8kgice3n5s],
    .info-item input[type="datetime-local"][b-8kgice3n5s],
    .info-item select[b-8kgice3n5s],
    .info-item textarea[b-8kgice3n5s] {
        padding: 10px 12px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 14px;
        transition: border-color 0.2s;
    }

        .info-item input[type="text"]:focus[b-8kgice3n5s],
        .info-item input[type="datetime-local"]:focus[b-8kgice3n5s],
        .info-item select:focus[b-8kgice3n5s],
        .info-item textarea:focus[b-8kgice3n5s] {
            outline: none;
            border-color: #007bff;
            box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
        }

    .info-item textarea[b-8kgice3n5s] {
        resize: vertical;
        font-family: inherit;
    }

    .info-item a[b-8kgice3n5s] {
        color: #007bff;
        text-decoration: none;
        font-size: 14px;
    }

        .info-item a:hover[b-8kgice3n5s] {
            text-decoration: underline;
        }

.badge[b-8kgice3n5s] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
    background-color: #e7f3ff;
    color: #004085;
}

    .badge.state-doing[b-8kgice3n5s] {
        background-color: #d1ecf1;
        color: #0c5460;
    }

    .badge.state-done[b-8kgice3n5s] {
        background-color: #d4edda;
        color: #155724;
    }

    /*    .badge.state-resolved {
        background-color: #d4edda;
        color: #155724;
    }

    .badge.state-closed {
        background-color: #e2e3e5;
        color: #383d41;
    }*/

    .badge.type[b-8kgice3n5s] {
        background-color: #e7f3ff;
        color: #004085;
    }

.priority[b-8kgice3n5s] {
    font-weight: 500;
    font-size: 14px;
}

.priority-1[b-8kgice3n5s] {
    color: #28a745;
}

.priority-2[b-8kgice3n5s] {
    color: #ffc107;
}

.priority-3[b-8kgice3n5s] {
    color: #fd7e14;
}

.priority-4[b-8kgice3n5s] {
    color: #dc3545;
}

.tags-container[b-8kgice3n5s] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag[b-8kgice3n5s] {
    background-color: #f0f0f0;
    color: #555;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.edit-actions[b-8kgice3n5s] {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.btn-save[b-8kgice3n5s] {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .btn-save:hover:not(:disabled)[b-8kgice3n5s] {
        background-color: #218838;
    }

    .btn-save:disabled[b-8kgice3n5s] {
        background-color: #94d3a2;
        cursor: not-allowed;
    }

.btn-cancel-edit[b-8kgice3n5s] {
    background-color: #f8f9fa;
    color: #333;
    border: 1px solid #ddd;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .btn-cancel-edit:hover[b-8kgice3n5s] {
        background-color: #e9ecef;
    }

.success-message[b-8kgice3n5s] {
    background-color: #d4edda;
    color: #155724;
    padding: 12px 15px;
    border-radius: 6px;
    margin-top: 15px;
    border: 1px solid #c3e6cb;
}

.error-message[b-8kgice3n5s] {
    background-color: #f8d7da;
    color: #721c24;
    padding: 12px 15px;
    border-radius: 6px;
    margin-top: 15px;
    border: 1px solid #f5c6cb;
}

.no-history[b-8kgice3n5s] {
    text-align: center;
    padding: 30px;
    color: #999;
    font-style: italic;
}

.discussion-section[b-8kgice3n5s] {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.current-discussion label[b-8kgice3n5s],
.add-discussion label[b-8kgice3n5s],
.discussion-history h4[b-8kgice3n5s] {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    display: block;
}

.no-discussion[b-8kgice3n5s] {
    color: #999;
    font-style: italic;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 6px;
}

.discussion-bubble[b-8kgice3n5s] {
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
}

    .discussion-bubble.current[b-8kgice3n5s] {
        background-color: #e7f3ff;
        border-left-color: #0056b3;
    }

.discussion-meta[b-8kgice3n5s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .discussion-meta strong[b-8kgice3n5s] {
        color: #333;
        font-size: 14px;
    }

    .discussion-meta span[b-8kgice3n5s] {
        color: #666;
        font-size: 12px;
    }

.discussion-bubble p[b-8kgice3n5s] {
    margin: 0;
    color: #555;
    line-height: 1.6;
    white-space: pre-wrap;
}

.add-discussion[b-8kgice3n5s] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.discussion-input[b-8kgice3n5s] {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    resize: vertical;
    transition: border-color 0.2s;
}

    .discussion-input:focus[b-8kgice3n5s] {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }

.btn-add-discussion[b-8kgice3n5s] {
    align-self: flex-start;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .btn-add-discussion:hover:not(:disabled)[b-8kgice3n5s] {
        background-color: #0056b3;
    }

    .btn-add-discussion:disabled[b-8kgice3n5s] {
        background-color: #6c757d;
        cursor: not-allowed;
        opacity: 0.6;
    }

.discussion-history[b-8kgice3n5s] {
    padding-top: 15px;
    border-top: 2px solid #e9ecef;
}

    .discussion-history h4[b-8kgice3n5s] {
        margin-top: 0;
    }

.history-version-group[b-8kgice3n5s] {
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.history-version-header[b-8kgice3n5s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #dee2e6;
}

.version-info[b-8kgice3n5s] {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .version-info strong[b-8kgice3n5s] {
        color: #007bff;
        font-size: 16px;
    }

.history-changes[b-8kgice3n5s] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.history-change-item[b-8kgice3n5s] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px;
    background-color: white;
    border-radius: 6px;
}

.field-name[b-8kgice3n5s] {
    color: #495057;
    font-size: 14px;
}

.change-values[b-8kgice3n5s] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tenant-dropdown-container[b-8kgice3n5s] {
    position: relative;
}

.tenant-search-box[b-8kgice3n5s] {
    min-height: 45px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: border-color 0.2s;
}

    .tenant-search-box:hover[b-8kgice3n5s] {
        border-color: #999;
    }

    .tenant-search-box:focus-within[b-8kgice3n5s] {
        border-color: #007bff;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }

.selected-tenants[b-8kgice3n5s] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    flex: 1;
}

.placeholder[b-8kgice3n5s] {
    color: #999;
    font-size: 14px;
}

.tenant-chip[b-8kgice3n5s] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #007bff;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 13px;
}

.remove-tenant[b-8kgice3n5s] {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s;
}

    .remove-tenant:hover[b-8kgice3n5s] {
        background-color: rgba(255, 255, 255, 0.2);
    }

.dropdown-arrow[b-8kgice3n5s] {
    color: #666;
    font-size: 12px;
    transition: transform 0.2s;
}

.tenant-dropdown[b-8kgice3n5s] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 4px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-height: 300px;
    display: flex;
    flex-direction: column;
}

.tenant-search-input-wrapper[b-8kgice3n5s] {
    padding: 10px;
    border-bottom: 1px solid #e9ecef;
}

.tenant-search-input[b-8kgice3n5s] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

    .tenant-search-input:focus[b-8kgice3n5s] {
        outline: none;
        border-color: #007bff;
    }

.tenant-options[b-8kgice3n5s] {
    overflow-y: auto;
    max-height: 240px;
}

.tenant-option[b-8kgice3n5s] {
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .tenant-option:hover[b-8kgice3n5s] {
        background-color: #f8f9fa;
    }

    .tenant-option.selected[b-8kgice3n5s] {
        background-color: #e7f3ff;
    }

    .tenant-option input[type="checkbox"][b-8kgice3n5s] {
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

    .tenant-option span[b-8kgice3n5s] {
        flex: 1;
        font-size: 14px;
        color: #333;
    }

.no-options[b-8kgice3n5s] {
    padding: 20px;
    text-align: center;
    color: #999;
    font-style: italic;
}

@media (max-width: 768px) {
    .ticket-detail-header[b-8kgice3n5s] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .ticket-info-grid[b-8kgice3n5s] {
        grid-template-columns: 1fr;
    }

    .edit-actions[b-8kgice3n5s] {
        flex-direction: column;
    }

    .btn-save[b-8kgice3n5s],
    .btn-cancel-edit[b-8kgice3n5s] {
        width: 100%;
    }

    .history-timeline[b-8kgice3n5s] {
        padding-left: 20px;
    }

    .history-dot[b-8kgice3n5s] {
        left: -16px;
    }

    .history-version-header[b-8kgice3n5s] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .tenant-dropdown[b-8kgice3n5s] {
        max-height: 250px;
    }
}
/* _content/Lrb.Admin.UI/Pages/TicketingSystem/Tickets.razor.rz.scp.css */
.tickets-container[b-yh144hqmzh] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.tickets-header[b-yh144hqmzh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

    .tickets-header h2[b-yh144hqmzh] {
        margin: 0;
        font-size: 28px;
        font-weight: 600;
        color: #1a1a1a;
    }

.btn-primary[b-yh144hqmzh] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .btn-primary:hover[b-yh144hqmzh] {
        background-color: #0056b3;
    }

.search-filter-section[b-yh144hqmzh] {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
}

.search-box[b-yh144hqmzh] {
    position: relative;
    flex: 1;
    max-width: 400px;
}

    .search-box input[b-yh144hqmzh] {
        width: 100%;
        padding: 10px 40px 10px 15px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 14px;
    }

        .search-box input:focus[b-yh144hqmzh] {
            outline: none;
            border-color: #007bff;
            box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
        }

.search-icon[b-yh144hqmzh] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.btn-filter[b-yh144hqmzh] {
    background-color: #f8f9fa;
    color: #333;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .btn-filter:hover[b-yh144hqmzh] {
        background-color: #e9ecef;
    }

.filters-section[b-yh144hqmzh] {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.filter-row[b-yh144hqmzh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.filter-item[b-yh144hqmzh] {
    display: flex;
    flex-direction: column;
}

    .filter-item label[b-yh144hqmzh] {
        font-size: 13px;
        font-weight: 500;
        color: #555;
        margin-bottom: 5px;
    }

    .filter-item select[b-yh144hqmzh] {
        padding: 8px 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
        background-color: white;
    }

        .filter-item select:focus[b-yh144hqmzh] {
            outline: none;
            border-color: #007bff;
        }

.filter-actions[b-yh144hqmzh] {
    display: flex;
    align-items: flex-end;
}

.btn-clear[b-yh144hqmzh] {
    background-color: #6c757d;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .btn-clear:hover[b-yh144hqmzh] {
        background-color: #545b62;
    }

.loading[b-yh144hqmzh], .no-tickets[b-yh144hqmzh] {
    text-align: center;
    padding: 40px;
    color: #666;
    font-size: 16px;
}

.tickets-table-container[b-yh144hqmzh] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.tickets-table[b-yh144hqmzh] {
    width: 100%;
    border-collapse: collapse;
}

    .tickets-table thead[b-yh144hqmzh] {
        background-color: #f8f9fa;
        border-bottom: 2px solid #dee2e6;
    }

    .tickets-table th[b-yh144hqmzh] {
        padding: 12px 15px;
        text-align: left;
        font-size: 13px;
        font-weight: 600;
        color: #495057;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .tickets-table tbody tr[b-yh144hqmzh] {
        border-bottom: 1px solid #f0f0f0;
        transition: background-color 0.2s;
    }

.ticket-row[b-yh144hqmzh] {
    cursor: pointer;
}

    .ticket-row:hover[b-yh144hqmzh] {
        background-color: #f8f9fa;
    }

.tickets-table td[b-yh144hqmzh] {
    padding: 15px;
    font-size: 14px;
    color: #333;
}

.ticket-no[b-yh144hqmzh] {
    font-weight: 600;
    color: #007bff;
}

.ticket-title[b-yh144hqmzh] {
    font-weight: 500;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.badge[b-yh144hqmzh] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    background-color: #e7f3ff;
    color: #004085;
}

    .badge.state-doing[b-yh144hqmzh] {
        background-color: #d1ecf1;
        color: #0c5460;
    }

    .badge.state-done[b-yh144hqmzh] {
        background-color: #d4edda;
        color: #155724;
    }

/*    .badge.state-resolved {
        background-color: #d4edda;
        color: #155724;
    }

    .badge.state-closed {
        background-color: #e2e3e5;
        color: #383d41;
    }*/

    .badge.type[b-yh144hqmzh] {
        background-color: #e7f3ff;
        color: #004085;
    }

.priority[b-yh144hqmzh] {
    font-weight: 500;
    font-size: 13px;
}

.priority-1[b-yh144hqmzh] {
    color: #28a745;
}

.priority-2[b-yh144hqmzh] {
    color: #ffc107;
}

.priority-3[b-yh144hqmzh] {
    color: #fd7e14;
}

.priority-4[b-yh144hqmzh] {
    color: #dc3545;
}

.btn-icon[b-yh144hqmzh] {
    background-color: transparent;
    color: #007bff;
    border: 1px solid #007bff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-icon:hover[b-yh144hqmzh] {
        background-color: #007bff;
        color: white;
    }
.pagination-section[b-yh144hqmzh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-top: 1px solid #e0e0e0;
    margin-top: 20px;
}

.pagination-info[b-yh144hqmzh] {
    color: #666;
    font-size: 14px;
}

.pagination-controls[b-yh144hqmzh] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-size-selector[b-yh144hqmzh] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .page-size-selector label[b-yh144hqmzh] {
        font-size: 14px;
        color: #666;
    }

    .page-size-selector select[b-yh144hqmzh] {
        padding: 5px 10px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
    }

.page-navigation[b-yh144hqmzh] {
    display: flex;
    gap: 5px;
}

.btn-page[b-yh144hqmzh] {
    padding: 6px 12px;
    border: 1px solid #ddd;
    background-color: white;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s;
}

    .btn-page:hover:not(:disabled)[b-yh144hqmzh] {
        background-color: #f5f5f5;
        border-color: #999;
    }

    .btn-page.active[b-yh144hqmzh] {
        background-color: #007bff;
        color: white;
        border-color: #007bff;
    }

    .btn-page:disabled[b-yh144hqmzh] {
        opacity: 0.5;
        cursor: not-allowed;
    }
@media (max-width: 1024px) {
    .filter-row[b-yh144hqmzh] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .tickets-header[b-yh144hqmzh] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .search-filter-section[b-yh144hqmzh] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-box[b-yh144hqmzh] {
        max-width: 100%;
    }

    .filter-row[b-yh144hqmzh] {
        grid-template-columns: 1fr;
    }

    .tickets-table-container[b-yh144hqmzh] {
        overflow-x: auto;
    }

    .tickets-table[b-yh144hqmzh] {
        min-width: 800px;
    }
}
/* _content/Lrb.Admin.UI/Pages/User/AddUser.razor.rz.scp.css */
*[b-zhqtfvlsdb] {
    font-family: 'Lexend Deca', sans-serif;
}

.Header[b-zhqtfvlsdb] {
}

.HeaderText[b-zhqtfvlsdb] {
    font-weight: 500;
    font-size: 25px;
}

.Body[b-zhqtfvlsdb] {
    margin-top: 1%;
}

.DomainName[b-zhqtfvlsdb] {
    margin-bottom: 1%;
}

.DomainNameHeadertext[b-zhqtfvlsdb] {
    text-decoration: underline;
    font-weight: 400;
    font-size: 14px;
}

.DomainName input[b-zhqtfvlsdb] {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    height: 30px;
}

.DomainNameHeaderinput[b-zhqtfvlsdb] {
    font-weight: 400;
    font-size: 14px;
    padding-left: 1%;
}

.OrganizationInfoHeaderText[b-zhqtfvlsdb] {
    text-decoration: underline;
    font-weight: 400;
    font-size: 15px;
}

.form-container[b-zhqtfvlsdb] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-zhqtfvlsdb] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-zhqtfvlsdb] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-zhqtfvlsdb],
    .form-group select[b-zhqtfvlsdb] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 210px;
        ;
    }

        .form-group input[b-zhqtfvlsdb]::placeholder,
        .form-group select[b-zhqtfvlsdb]::placeholder {
            color: #aaa;
            font-size: 14px;
        }

.rupeessymbol[b-zhqtfvlsdb] {
    position: relative;
}

    .rupeessymbol span[b-zhqtfvlsdb] {
        position: absolute;
        left: 10px;
        top: 28px;
        font-size: 16px;
    }

    .rupeessymbol input[b-zhqtfvlsdb] {
        padding-left: 20px;
        width: 100%;
    }

.percentagesymbol[b-zhqtfvlsdb] {
    position: relative;
}

    .percentagesymbol span[b-zhqtfvlsdb] {
        position: absolute;
        left: 170px;
        top: 28px;
        font-size: 16px;
    }

.OrganizationInfo[b-zhqtfvlsdb] {
    margin-bottom: 1%;
}

.AdminInfo[b-zhqtfvlsdb] {
    margin-bottom: 1%;
}

.PlanFinance[b-zhqtfvlsdb] {
    margin-bottom: 1%;
}

.Miscellaneous[b-zhqtfvlsdb] {
    margin-bottom: 1%;
}

.footer[b-zhqtfvlsdb] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-zhqtfvlsdb] {
        cursor: pointer;
        padding: 5px 10px;
        border: 1px solid transparent;
        border-radius: 4px;
        transition: all 0.3s ease;
    }

        .footer span:nth-child(1)[b-zhqtfvlsdb] {
            color: #6c757d;
        }

        .footer span:nth-child(2)[b-zhqtfvlsdb] {
            color: #6c757d;
            border-left: 1px solid #e0e0e0;
            padding-left: 15px;
        }

        .footer span:nth-child(3)[b-zhqtfvlsdb] {
            background-color: #000;
            color: #fff;
        }

.vendor-list[b-zhqtfvlsdb] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vendor-button[b-zhqtfvlsdb] {
    border-radius: 12px;
    border-width: thin;
    font-size: medium;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
}

    .vendor-button .remove-icon[b-zhqtfvlsdb] {
        cursor: pointer;
        color: black;
        margin-left: 10px;
    }
/* _content/Lrb.Admin.UI/Pages/Vendor/AddNewVendor.razor.rz.scp.css */
*[b-pzqc1bhk0q] {
    font-family: 'Lexend Deca', sans-serif;
}
.form-container[b-pzqc1bhk0q] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-pzqc1bhk0q] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-pzqc1bhk0q] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-pzqc1bhk0q],
    .form-group select[b-pzqc1bhk0q] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 200px;
    }

        .form-group input:disabled[b-pzqc1bhk0q] {
            background-color: #f0f0f0;
        }

        .form-group input[b-pzqc1bhk0q]::placeholder,
        .form-group select[b-pzqc1bhk0q]::placeholder {
            color: #aaa;
            font-size: 14px;
        }
.footer[b-pzqc1bhk0q] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-pzqc1bhk0q] {
        cursor: pointer;
    }

@media only screen and (max-width: 700px){
    .form-container[b-pzqc1bhk0q] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }
}
/* _content/Lrb.Admin.UI/Pages/Vendor/EditVendor.razor.rz.scp.css */
*[b-bmuxnwo73r] {
    font-family: 'Lexend Deca', sans-serif;
}
.form-container[b-bmuxnwo73r] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    background: #fff;
    padding: 1%;
    border-radius: 10px;
}

.form-group[b-bmuxnwo73r] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-bmuxnwo73r] {
        font-size: 14px;
        font-weight: 400;
    }

    .form-group input[b-bmuxnwo73r],
    .form-group select[b-bmuxnwo73r] {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        height: 35px;
        width: 200px;
    }

        .form-group input:disabled[b-bmuxnwo73r] {
            background-color: #f0f0f0;
        }

        .form-group input[b-bmuxnwo73r]::placeholder,
        .form-group select[b-bmuxnwo73r]::placeholder {
            color: #aaa;
            font-size: 14px;
        }
.footer[b-bmuxnwo73r] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

    .footer span[b-bmuxnwo73r] {
        cursor: pointer;
    }

@media only screen and (max-width: 700px){
    .form-container[b-bmuxnwo73r] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        background: #fff;
        padding: 1%;
        border-radius: 10px;
    }
}
/* _content/Lrb.Admin.UI/Pages/Vendor/Vendor.razor.rz.scp.css */
*[b-ievzt4e1h0] {
    font-family: 'Lexend Deca', sans-serif;
}

.tenantmasterheader[b-ievzt4e1h0] {
    display: flex;
}

.headerText[b-ievzt4e1h0] {
    width: 70%;
    margin-bottom: 1%;
}

.headername[b-ievzt4e1h0] {
    font-weight: 500;
    font-size: 20px;
    color: #292A2B;
}

.headerbuttons[b-ievzt4e1h0] {
    width: 30%;
    display: flex;
    margin-bottom: 1%;
    justify-content: flex-end;
    gap: 10px;
}

    .headerbuttons span[b-ievzt4e1h0] {
        cursor: pointer;
    }

.TenantMasterTable[b-ievzt4e1h0] {
    background-color: #ffffff;
    padding: 1%;
}

.TenantMasterTableHeader[b-ievzt4e1h0] {
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    display: flex;
    padding: 5px;
}

.SearchBar[b-ievzt4e1h0] {
    display: flex;
    width: 50%;
}

.searchicon[b-ievzt4e1h0] {
    margin-top: 0.5%;
}

.SearchBar input[b-ievzt4e1h0] {
    border: none;
    outline: none;
    width: 100%;
}

    .SearchBar input:focus[b-ievzt4e1h0], input:active[b-ievzt4e1h0] {
        border: none;
        outline: none;
    }

.buttons[b-ievzt4e1h0] {
    display: flex;
    font-weight: 500;
    font-size: 12px;
    align-items: center;
    justify-content: end;
    width: 49%;
    gap: 1%;
}

.buttonbutton[b-ievzt4e1h0] {
    border-left: 1px solid #e0e0e0;
    padding-left: 1%;
}

    .buttonbutton:hover[b-ievzt4e1h0] {
        cursor: pointer;
    }

.all-tables[b-ievzt4e1h0] {
    margin-top: 2%;
    overflow: hidden;
}

/* Ensure the table container allows horizontal scrolling */
.table-container[b-ievzt4e1h0] {
    max-height: 60vh; /* Set desired height */
    overflow-y: auto;
    overflow-x: auto; /* Enable horizontal scrolling */
    border: 1px solid #ddd;
    position: relative;
}

    /* Table Styling */
    .table-container table[b-ievzt4e1h0] {
        width: 100%;
        min-width: max-content; /* Prevent content from wrapping */
        border-collapse: collapse;
        white-space: nowrap; /* Prevent text wrapping */
    }

    /* Sticky Header */
    .table-container thead[b-ievzt4e1h0] {
        position: sticky;
        top: 0;
        background-color: #f2f2f2;
        z-index: 2;
    }

    /* Header Styling */
    .table-container th[b-ievzt4e1h0] {
        font-weight: 600 !important;
        font-size: 12px;
        padding: 15px 10px;
        text-align: left;
        border-bottom: 2px solid #ddd;
    }

    /* Table Data Styling */
    .table-container tbody td[b-ievzt4e1h0] {
        padding: 12px 10px;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
        color: #292A2B;
        border-bottom: 1px solid #ddd;
        white-space: nowrap; /* Ensures no line breaks */
    }

.tenantmasterfooter[b-ievzt4e1h0] {
    display: flex;
    justify-content: end;
    gap: 3%;
    margin-right: 1%;
    font-weight: 400;
    font-size: 12px;
}

.pagesize[b-ievzt4e1h0] {
    display: flex;
    justify-content: flex-end;
    gap: 1%;
    align-items: center;
    width: 100%
}

.showEntriesperPage[b-ievzt4e1h0] {
}

.pagesizebox[b-ievzt4e1h0] {
}

#pagesizeinput[b-ievzt4e1h0] {
    height: 70%;
    font-weight: 400;
    font-size: 12px;
    margin-top: 2%;
}

.pagenumber[b-ievzt4e1h0] {
    display: flex;
    justify-content: flex-end;
    gap: 1%;
    align-items: center;
}

#pagenumbercircle[b-ievzt4e1h0] {
    border: 1px solid;
    padding: 5% 25%;
    border-radius: 50%;
    margin: 0% 10%;
}

.pagenumberbutton:hover[b-ievzt4e1h0] {
    cursor: pointer;
}

.edit_delelte[b-ievzt4e1h0] {
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .tenantmasterheader[b-ievzt4e1h0] {
        display: flex;
        flex-direction: column;
    }

    .headerbuttons[b-ievzt4e1h0] {
        width: 100%;
        display: flex;
        margin-bottom: 1%;
        justify-content: space-between;
        gap: 10px;
    }

    .TenantMasterTableHeader[b-ievzt4e1h0] {
        border: 1px solid #DDDDDD;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
    }

    .buttons[b-ievzt4e1h0] {
        display: flex;
        font-weight: 500;
        font-size: 12px;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 1%;
    }
    .SearchBar[b-ievzt4e1h0] {
        display: flex;
        width: 100%;
    }
    .tenantmasterfooter[b-ievzt4e1h0] {
        display: flex;
        gap: 3%;
        margin-right: 1%;
        font-weight: 400;
        font-size: 12px;
    }

    .pagesizebox[b-ievzt4e1h0] {
        width: 100%;
    }
}
/* _content/Lrb.Admin.UI/Shared/MainLayout.razor.rz.scp.css */
html[b-6688xg4yq3], body[b-6688xg4yq3] {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden; /* Prevent scrolling on the whole page */
}
.header[b-6688xg4yq3] {
    width: 100%;
    height: 50px; /* Adjust height as needed */
    background-color: #292A2B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; /* Ensures it stays above other elements */
}

.logo[b-6688xg4yq3] {
    padding-left:5px;
}

.userinfo[b-6688xg4yq3] {
    display: flex;
    align-items: center;
    cursor:pointer;
}
.header-rightButton[b-6688xg4yq3] {
    display: flex;
    align-items: center;
    gap:10px;
}

.user-logo[b-6688xg4yq3] {
    margin-right: 10px;
}

.user-details[b-6688xg4yq3] {
    display: flex;
    flex-direction: column;
    padding-right:15px;
}

.username[b-6688xg4yq3] {
    font-size: 16px;
    color: #FFFFFF;
}

.user-role[b-6688xg4yq3] {
    font-size: 14px;
    color: #CCCCCC;
}
/* Ensure full height for the body and HTML */
.belowheader[b-6688xg4yq3] {
    display: flex;
    height: calc(100vh - 50px); /* Full height minus header height */
    margin-top: 50px; /* Push content below the fixed header */
}

/* Main layout */
.mainlayout[b-6688xg4yq3] {
    flex: 1; /* Make space for the fixed sidebar */
    padding: 1%;
    height: calc(100vh - 50px); /* Full height minus header */
    overflow-y: auto; /* Scrollable content */
    background-color: #F5F5F5;
}

/* Sidebar */
.sidebar[b-6688xg4yq3] { /* Adjust width as needed */
    background-color: #f8f9fa;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    height: 100%;
/*    position: fixed;*/
    left: 0;
    top: 60px; /* Below the fixed header */
    overflow-y: auto;
}

.payment-details[b-6688xg4yq3]{
    cursor:pointer;
}

@media only screen and (max-width: 700px) {
    .payment-details[b-6688xg4yq3]{
        display:none;
    }
}
/* _content/Lrb.Admin.UI/Shared/NavMenu.razor.rz.scp.css */
{
    font-family: 'Lexend Deca', sans-serif;
}
.sidebar[b-zivb6hm9eo],
.sidebar-collaped[b-zivb6hm9eo] {
    display: flex;
    flex-direction: column;
    width: 190px;
    height: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
}

.sidebar-collaped[b-zivb6hm9eo] {
    width: 35px;
}

.sidebar-options[b-zivb6hm9eo] {
    flex: 1 1 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 12px;
    overflow: hidden; 
}

.sidebar-item[b-zivb6hm9eo],
.sidebar-item-selected[b-zivb6hm9eo] {
    display: flex;
    align-items: center;
    padding: 10px 6px;
    gap: 8px;
    font-size: 14px;
    line-height: 1; 
    color: #97959E;
    cursor: pointer;
}

    .sidebar-item:hover[b-zivb6hm9eo],
    .sidebar-item-selected[b-zivb6hm9eo] {
        background-color: #3A3B3C;
        color: #FFFFFF;
    }

.sidebar svg[b-zivb6hm9eo] {
    display: block; 
}

/* =========================
   FOOTER
========================= */

.version-arrow-container[b-zivb6hm9eo] {
    height: 44px; 
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px;
    background-color: #292A2B;
    padding: 10px 12px;
    border-start-end-radius: 10px;
    flex-shrink: 0;
}

.version[b-zivb6hm9eo] {
    font-size: 12px;
    color: #DDDDDD;
    flex: 1;
    text-align: center;
}

.arrow-icon[b-zivb6hm9eo] {
    cursor: pointer;
    display: flex;
    align-items: center;
}

@media (max-width: 700px) {
    .sidebar[b-zivb6hm9eo] {
        width: 35px;
    }

    .header-text[b-zivb6hm9eo] {
        display: none;
    }

    .version-arrow-container[b-zivb6hm9eo] {
        display: none;
    }
}
