/* /Layout/HeaderNoBottomLayout.razor.rz.scp.css */
.page[b-fntlfzdas1] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #F3F2FB;
    align-items: center;
}

.content-wrapper[b-fntlfzdas1] {
    flex: 1;
    width: 100%;
    padding-top: 52px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* 100px bar + a little breathing room, plus safe area */
.main-content[b-fntlfzdas1] {
    padding-bottom: calc(100px + 16px + env(safe-area-inset-bottom));
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-80krge1s56] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #F3F2FB;
    align-items: center;
}

.content-wrapper[b-80krge1s56] {
    flex: 1;
    width: 100%;
    padding-top: 52px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* 100px bar + a little breathing room, plus safe area */
.main-content[b-80krge1s56] {
    padding-bottom: calc(100px + 16px + env(safe-area-inset-bottom));
}
/* /Pages/Construction/ConstructionLandingPage.razor.rz.scp.css */
/* /Pages/Forms/ClientIntakeForm/ClientIntakeFormLandingPage.razor.rz.scp.css */
.form-content-container[b-7vltoipjnq] {
    width: 100%;
    flex: 1;
    background-color: transparent;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-sizing: border-box;
}

.form-title[b-7vltoipjnq] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #0F172A;
    text-align: center;
    width: 100%;
}

.form-subtitle[b-7vltoipjnq] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6B7280;
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
}

.form-group[b-7vltoipjnq] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.form-label[b-7vltoipjnq] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #0F172A;
}

.form-label .required[b-7vltoipjnq] {
    color: #EF4444;
}

.form-row[b-7vltoipjnq] {
    display: flex;
    gap: 8px;
    width: 100%;
}

/* Mobile: Stack form rows vertically on small screens */
@media (max-width: 640px) {
    .form-row[b-7vltoipjnq] {
        flex-direction: column;
    }
}

.form-help-text[b-7vltoipjnq] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #6B7280;
}

/* Radzen Component Overrides */
[b-7vltoipjnq] .rz-textbox,
[b-7vltoipjnq] .rz-textarea {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 8px;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 12px;
    color: #0F172A;
}

[b-7vltoipjnq] .rz-textbox::placeholder,
[b-7vltoipjnq] .rz-textarea::placeholder {
    color: #9CA3AF;
}

[b-7vltoipjnq] .rz-radiobutton-box {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/*::deep .rz-radiobutton-box.rz-state-active {
    background-color: #4F46E5;
    border-color: #4F46E5;
}*/

[b-7vltoipjnq] .rz-radiobutton-label {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    color: #0F172A;
}
/* /Pages/Forms/GasInspectionForm/InspectionFormLP.razor.rz.scp.css */
/* Header Container */
.gas-inspection-header-content-container[b-pw5wf0f38t] {
    width: 100%;
    background-color: transparent;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-sizing: border-box;
}

/* Form Title */
.gas-inspection-form-title[b-pw5wf0f38t] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #0F172A;
    text-align: center;
    width: 100%;
}

/* Content Container */
.gas-inspection-content-container[b-pw5wf0f38t] {
    width: 100%;
    flex: 1;
    background-color: transparent;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-sizing: border-box;
}  

/* Form Field */
.form-field[b-pw5wf0f38t] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.form-group[b-pw5wf0f38t] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    margin-top:30px;
}
.field-label[b-pw5wf0f38t] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1F2937;
}

.field-help-text[b-pw5wf0f38t] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #6B7280;
}

/* Inventory Section */
.inventory-section[b-pw5wf0f38t] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.inventory-section-title[b-pw5wf0f38t] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1F2937;
}

.section-container[b-pw5wf0f38t] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section-title[b-pw5wf0f38t] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1F2937;
}

.loading-message[b-pw5wf0f38t] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    color: #6B7280;
    text-align: center;
    padding: 20px;
}
/* /Pages/Forms/GasStockPickReturnForm/StockPickRetPurLP.razor.rz.scp.css */
/* Header Container */
.gas-stock-header-content-container[b-c0i1og18kg] {
    width: 100%;
    background-color: transparent;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-sizing: border-box;
}

/* Form Title */
.gas-stock-form-title[b-c0i1og18kg] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #0F172A;
    text-align: center;
    width: 100%;
}

/* Content Container */
.gas-stock-content-container[b-c0i1og18kg] {
    width: 100%;
    flex: 1;
    background-color: transparent;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-sizing: border-box;
}

/* Form Field */
.form-field[b-c0i1og18kg] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.field-label[b-c0i1og18kg] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1F2937;
}

.field-help-text[b-c0i1og18kg] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #6B7280;
}

/* Inventory Section */
.inventory-section[b-c0i1og18kg] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.inventory-section-title[b-c0i1og18kg] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1F2937;
}

.section-container[b-c0i1og18kg] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section-title[b-c0i1og18kg] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1F2937;
}

.loading-message[b-c0i1og18kg] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    color: #6B7280;
    text-align: center;
    padding: 20px;
}
/* /Pages/Forms/InvoiceForm/InvoiceLP.razor.rz.scp.css */
.invoice-header-content-container[b-5tj3bbnglw] {
    width: 100%;
    flex: 1;
    background-color: transparent;
    border-radius: 16px;

    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;

    /* Matches the design's centered content within a 375px canvas */
    max-width: 600px;
    box-sizing: border-box;
}

.invoice-content-container[b-5tj3bbnglw] {
    width: 100%;
    flex: 1;
    background-color: transparent;
    border-radius: 16px;

    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;

    /* Matches the design's centered content within a 375px canvas */
    box-sizing: border-box;
}

.invoice-info-card[b-5tj3bbnglw] {
    height: 37px;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 8px;

    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px;
    box-sizing: border-box;

    /* Design: outer shadow color #0101011a, y=4, blur=25 */
    box-shadow: 0 4px 25px rgba(1, 1, 1, 0.10);
}

.invoice-info-label[b-5tj3bbnglw],
.invoice-info-value[b-5tj3bbnglw],
.invoice-items-title[b-5tj3bbnglw] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 400;
    color: #000000;
}

.invoice-info-label[b-5tj3bbnglw] {
    width: 110px;
    font-size: 16px;
    white-space: nowrap;
}

.invoice-info-value[b-5tj3bbnglw] {
    font-size: 16px;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.invoice-items-title[b-5tj3bbnglw] {
    font-size: 20px;
    height: 40px;
    display: flex;
    align-items: center;
}
/* /Pages/Forms/Vehicle Logsheet Form/VehicleLogsheetFormLP.razor.rz.scp.css */
.form-content-container[b-3hvcm1hze9] {
    width: 100%;
    flex: 1;
    background-color: transparent;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-sizing: border-box;
}

.form-field[b-3hvcm1hze9] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-title[b-3hvcm1hze9] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #0F172A;
    text-align: center;
    width: 100%;
}

.form-subtitle[b-3hvcm1hze9] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6B7280;
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
}

.form-group[b-3hvcm1hze9] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.field-label[b-3hvcm1hze9] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #0F172A;
}

    .form-label .required[b-3hvcm1hze9] {
        color: #EF4444;
    }

.form-row[b-3hvcm1hze9] {
    display: flex;
    gap: 8px;
    width: 100%;
}

/* Mobile: Stack form rows vertically on small screens */
@media (max-width: 640px) {
    .form-row[b-3hvcm1hze9] {
        flex-direction: column;
    }
}

.form-help-text[b-3hvcm1hze9] {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #6B7280;
}

/* Radzen Component Overrides */
[b-3hvcm1hze9] .rz-textbox,
[b-3hvcm1hze9] .rz-textarea {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 8px;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 12px;
    color: #0F172A;
}

    [b-3hvcm1hze9] .rz-textbox::placeholder,
    [b-3hvcm1hze9] .rz-textarea::placeholder {
        color: #9CA3AF;
    }

[b-3hvcm1hze9] .rz-radiobutton-box {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/*::deep .rz-radiobutton-box.rz-state-active {
    background-color: #4F46E5;
    border-color: #4F46E5;
}*/

[b-3hvcm1hze9] .rz-radiobutton-label {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    color: #0F172A;
}
/* /Pages/GasServices/GasServicesLP.razor.rz.scp.css */
/* Cards Container */
.cards-container[b-eqst337soa] {
    background-color: transparent;
    border-radius: 16px;
    margin: 0 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.card-item[b-eqst337soa] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 12px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.2s;
}

.card-item:hover[b-eqst337soa] {
    background-color: #F9FAFB;
}

.card-content[b-eqst337soa] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-icon[b-eqst337soa] {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
}

.icon-site-inspection[b-eqst337soa] {
    background-image: url('images/gasSiteInspectionLogo.png');
}

.icon-purchase-audit[b-eqst337soa] {
    background-image: url('images/gasStockPurchaseAuditLogo.png');
}

.icon-stock-picking[b-eqst337soa] {
    background-image: url('images/gasStockPickingLogo.png');
}

.card-title[b-eqst337soa] {
    color: #0F172A;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
/* /Pages/Home/HomeLP.razor.rz.scp.css */
/* Cards Container */
.cards-container[b-jfz71golg8] {
    background-color: transparent;
    border-radius: 16px;
    margin: 0 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.card-item[b-jfz71golg8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 12px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.2s;
}

.card-item:hover[b-jfz71golg8] {
    background-color: #F9FAFB;
}

.card-content[b-jfz71golg8] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-icon[b-jfz71golg8] {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
}

.icon-intake[b-jfz71golg8] {
    background-image: url('images/clientIntakeLogo.png');
}

.icon-purchase[b-jfz71golg8] {
    background-image: url('images/purchaseSubmissionLogo.png');
}

.icon-vehicle[b-jfz71golg8] {
    background-image: url('images/vehicleLogLogo.png');
}

.icon-site-inspection[b-jfz71golg8] {
    background-image: url('images/gasSiteInspectionLogo.png');
}

.icon-stock-picking[b-jfz71golg8] {
    background-image: url('images/gasStockPickingLogo.png');
}

.card-title[b-jfz71golg8] {
    color: #0F172A;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.card-menu[b-jfz71golg8] {
    color: #9CA3AF;
    font-size: 20px;
    line-height: 1;
    padding: 4px 8px;
}
/* /Pages/Waterproofing/WaterproofingLandingPage.razor.rz.scp.css */
/* /Shared/BottomMenuBarComp.razor.rz.scp.css */
/* Bottom Navigation */
.bottom-nav[b-3ckurrz6z8] {
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 12px 16px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.05);

    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;

    /* iOS safe area so it doesn't sit under the home indicator */
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
}

.nav-item[b-3ckurrz6z8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: opacity 0.2s;
}

.nav-item:hover[b-3ckurrz6z8] {
    opacity: 0.8;
}

    .nav-item.home-item[b-3ckurrz6z8] {
        width: 70px;
        height: 70px;
        background-color: #3d8c40;
        border-radius: 20px;
        justify-content: center;
    }

.nav-item.home-item:hover[b-3ckurrz6z8] {
    background-color: #4338CA;
    opacity: 1;
}

.nav-icon[b-3ckurrz6z8] {
    font-size: 24px;
}

.nav-item.home-item .nav-icon[b-3ckurrz6z8] {
    font-size: 28px;
}

.nav-label[b-3ckurrz6z8] {
    color: #6B7280;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 11px;
    font-weight: 400;
}
