/* _content/RealtracWebCostCalculator/MainLayout.razor.rz.scp.css */
.layout-shell[b-nsui60cc08] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.layout-main[b-nsui60cc08] {
    flex: 1;
}
/* _content/RealtracWebCostCalculator/Pages/CostAnalysis.razor.rz.scp.css */
[b-y7a6oiuw7j] .cost-analysis-tabs .mud-tabs-tabbar {
    position: sticky;
    /* top: 24px; adjust for your red TopBar height */
    top: 0;
    z-index: 1100;
    background: white;
}
/* _content/RealtracWebCostCalculator/Pages/Index.razor.rz.scp.css */

/* Mud input theme tweaks for dark card */
[b-2mpwgaesl6] .rtc-form-panel .mud-input-label,
[b-2mpwgaesl6] .rtc-form-panel .mud-input,
[b-2mpwgaesl6] .rtc-form-panel .mud-input-slot,
[b-2mpwgaesl6] .rtc-form-panel .mud-input-adornment {
    color: #fff !important;
}

[b-2mpwgaesl6] .rtc-form-panel .mud-input-outlined-border {
    border-color: rgba(255,255,255,0.35) !important;
}

[b-2mpwgaesl6] .rtc-form-panel .mud-input-control:hover .mud-input-outlined-border {
    border-color: rgba(255,255,255,0.6) !important;
}

[b-2mpwgaesl6] .rtc-form-panel .mud-input > input,
[b-2mpwgaesl6] .rtc-form-panel .mud-input-slot > input,
[b-2mpwgaesl6] .rtc-form-panel input.mud-input-root,
[b-2mpwgaesl6] .rtc-form-panel .mud-input-root {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

[b-2mpwgaesl6] .rtc-form-panel .mud-input-adornment,
[b-2mpwgaesl6] .rtc-form-panel .mud-input-adornment .mud-icon-root,
[b-2mpwgaesl6] .rtc-form-panel .mud-input-adornment button,
[b-2mpwgaesl6] .rtc-form-panel .mud-input-adornment button .mud-icon-root {
    color: #fff !important;
    fill: #fff !important;
}

[b-2mpwgaesl6] .rtc-form-panel input:-webkit-autofill,
[b-2mpwgaesl6] .rtc-form-panel input:-webkit-autofill:hover,
[b-2mpwgaesl6] .rtc-form-panel input:-webkit-autofill:focus,
[b-2mpwgaesl6] .rtc-form-panel textarea:-webkit-autofill,
[b-2mpwgaesl6] .rtc-form-panel textarea:-webkit-autofill:hover,
[b-2mpwgaesl6] .rtc-form-panel textarea:-webkit-autofill:focus,
[b-2mpwgaesl6] .rtc-form-panel select:-webkit-autofill,
[b-2mpwgaesl6] .rtc-form-panel select:-webkit-autofill:hover,
[b-2mpwgaesl6] .rtc-form-panel select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(20, 20, 20, 0.95) inset !important;
    box-shadow: 0 0 0px 1000px rgba(20, 20, 20, 0.95) inset !important;
    border-radius: 4px !important;
    transition: background-color 9999s ease-in-out 0s;
}
