/* /Components/Layout/AuthLayout.razor.rz.scp.css */
[b-lac1p87382]::-webkit-scrollbar {
    display: none;
}

*[b-lac1p87382] {
    font-family: 'Poppins', sans-serif;
}

.app-logo[b-lac1p87382] {
    height: 48px;
}
/* /Components/Layout/DashboardLayout.razor.rz.scp.css */
[b-upb4zecc08]::webkit-scrollbar {
    display: none;
}

*[b-upb4zecc08] {
    font-family: 'Manrope', sans-serif;
}

.app-logo[b-upb4zecc08] {
    height: 48px;
}

[b-upb4zecc08] .rentsheet-nav-link {
    color: #6b7280; /* gray-600 */
    padding-bottom: 0.25rem;
    transition: color 150ms;
}

    [b-upb4zecc08] .rentsheet-nav-link:hover {
        color: #111827; /* charcoal-ish */
    }

[b-upb4zecc08] .rentsheet-nav-link-active {
    color: #111827;
    font-weight: 600;
    border-bottom: 2px solid #41D3A6; /* your mint */
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
[b-qgkqnn71bk]::-webkit-scrollbar {
    display: none;
}

*[b-qgkqnn71bk] {
    font-family: 'Poppins', sans-serif;
}

.app-logo[b-qgkqnn71bk]
{
    height:58px;
}

.app-logo-footer[b-qgkqnn71bk] {
    height: 40px;
}
/* /Components/Layout/OnboardingAddPropertyLayout.razor.rz.scp.css */
[b-l77lhpykkz]::webkit-scrollbar {
    display: none;
}

*[b-l77lhpykkz] {
    font-family: 'Manrope', sans-serif;
}
.app-logo[b-l77lhpykkz] {
    height: 48px;
}
/* /Components/Layout/OnboardingLayout.razor.rz.scp.css */
[b-65z6r14b3l]::-webkit-scrollbar {
    display: none;
}

.app-logo[b-65z6r14b3l] {
    height: 48px;
}
/* /Components/Pages/Auth/AccountCreated.razor.rz.scp.css */
#email-verification-main[b-cshqc2xlzt] {
    padding-top: 1rem !important;
}
/* /Components/Pages/Auth/Register.razor.rz.scp.css */
/* HERO CARD */
.rs-hero-card[b-m2rxpybcay] {
    flex: 1 1 320px;
    background: #f9fafb;
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.rs-status-cards[b-m2rxpybcay] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.rs-status-card[b-m2rxpybcay] {
    flex: 1;
    border-radius: 0.9rem;
    padding: 0.8rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    color: #ffffff;
}

.rs-status-label[b-m2rxpybcay] {
    font-size: 0.85rem;
}

.rs-status-value[b-m2rxpybcay] {
    font-size: 1.4rem;
    font-weight: 700;
}

/* status colours */
.rs-status-paid[b-m2rxpybcay] {
    background: #41d3a6;
}

.rs-status-due[b-m2rxpybcay] {
    background: #2bb8c6;
}

.rs-status-late[b-m2rxpybcay] {
    background: #4f73d0;
}

/* table-ish block */
.rs-hero-table[b-m2rxpybcay] {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1rem;
    font-size: 0.9rem;
}

.rs-hero-row[b-m2rxpybcay] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0.45rem 0.25rem;
    align-items: center;
    gap: 0.75rem;
}

.rs-hero-row-header[b-m2rxpybcay] {
    font-weight: 600;
    color: #6b7280;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 0.25rem;
}

/* pills */
.rs-pill[b-m2rxpybcay] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.15rem 0.7rem;
    border-radius: 999px;
    font-size: 0.75rem;
}

.rs-pill-paid[b-m2rxpybcay] {
    background: rgba(65, 211, 166, 0.1);
    color: #059669;
}

.rs-pill-late[b-m2rxpybcay] {
    background: rgba(239, 68, 68, 0.1);
    color: #b91c1c;
}

.rs-pill-empty[b-m2rxpybcay] {
    background: rgba(148, 163, 184, 0.15);
    color: #4b5563;
}

/* cards */
.rs-card[b-m2rxpybcay] {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.rs-feature-card h3[b-m2rxpybcay] {
    margin-bottom: 0.4rem;
}

/* /Components/Pages/Error/TokenExpired.razor.rz.scp.css */
body[b-zh39okf7ga] {
}
/* /Components/Pages/LandingPage/Index.razor.rz.scp.css */

.green-brand-bg[b-nkal5qqu78] {
    background-color: #F4F9FA;
}

.paid-bg[b-nkal5qqu78] {
   background-color: #34B89D;
}

.due-bg[b-nkal5qqu78] {
    background-color: #72B5DB;
}

.late-bg[b-nkal5qqu78] {
    background-color: #ABD1ED;
}

/* HERO CARD */
.rs-hero-card[b-nkal5qqu78] {
    flex: 1 1 320px;
    background: #f9fafb;
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.rs-status-cards[b-nkal5qqu78] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.rs-status-card[b-nkal5qqu78] {
    flex: 1;
    border-radius: 0.9rem;
    padding: 0.8rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    color: #ffffff;
}

.rs-status-label[b-nkal5qqu78] {
    font-size: 0.85rem;
}

.rs-status-value[b-nkal5qqu78] {
    font-size: 1.4rem;
    font-weight: 700;
}

/* status colours */
.rs-status-paid[b-nkal5qqu78] {
    background: #41d3a6;
}

.rs-status-due[b-nkal5qqu78] {
    background: #2bb8c6;
}

.rs-status-late[b-nkal5qqu78] {
    background: #4f73d0;
}

/* table-ish block */
.rs-hero-table[b-nkal5qqu78] {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1rem;
    font-size: 0.9rem;
}

.rs-hero-row[b-nkal5qqu78] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0.45rem 0.25rem;
    align-items: center;
    gap: 0.75rem;
}

.rs-hero-row-header[b-nkal5qqu78] {
    font-weight: 600;
    color: #6b7280;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 0.25rem;
}

/* pills */
.rs-pill[b-nkal5qqu78] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.15rem 0.7rem;
    border-radius: 999px;
    font-size: 0.75rem;
}

.rs-pill-paid[b-nkal5qqu78] {
    background: rgba(65, 211, 166, 0.1);
    color: #059669;
}

.rs-pill-late[b-nkal5qqu78] {
    background: rgba(239, 68, 68, 0.1);
    color: #b91c1c;
}

.rs-pill-empty[b-nkal5qqu78] {
    background: rgba(148, 163, 184, 0.15);
    color: #4b5563;
}

/* cards */
.rs-card[b-nkal5qqu78] {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.rs-feature-card h3[b-nkal5qqu78] {
    margin-bottom: 0.4rem;
}

/* steps */
.rs-steps[b-nkal5qqu78] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.rs-step[b-nkal5qqu78] {
    max-width: 220px;
    text-align: center;
}

.rs-step-icon[b-nkal5qqu78] {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 999px;
    background: #41d3a6;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.6rem;
    font-weight: 700;
}

/* Layout helpers */
.rs-section[b-nkal5qqu78] {
    padding: 4rem 1.5rem;
    max-width: 1120px;
    margin: 0 auto;
}

.rs-section-alt[b-nkal5qqu78] {
    background: #f7f7f7;
    border-radius: 2rem;
    margin-top: 2rem;
}

    .rs-section-alt .rs-section-title[b-nkal5qqu78] {
        margin-top: 0;
    }

.rs-section-title[b-nkal5qqu78] {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2.5rem;
}

.rs-grid-4[b-nkal5qqu78],
.rs-grid-3[b-nkal5qqu78] {
    display: grid;
    gap: 1.5rem;
}

.rs-grid-4[b-nkal5qqu78] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rs-grid-3[b-nkal5qqu78] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bt-height[b-nkal5qqu78] {
    height: 58px !important;
}
/* /Components/Pages/NotFoundPages/NotFoundDashboard.razor.rz.scp.css */
[b-k482gjvnzi]::webkit-scrollbar {
    display: none;
}

*[b-k482gjvnzi] {
    font-family: 'Manrope', sans-serif;
}
/* /Components/Pages/Onboarding/OnboardingProperty.razor.rz.scp.css */
/* When the radio (with class peer) is checked, style the circle and dot inside the label */

input.peer:checked + label .radio-circle[b-ug9npnmdt5] {
    /* Tailwind version if you use @apply: */
    /* @apply border-mint bg-mint; */

    border-color: #34d399; /* mint */
    background-color: #34d399;
}

input.peer:checked + label .radio-dot[b-ug9npnmdt5] {
    /* @apply opacity-100; */
    opacity: 1 !important;
}
/* /Components/Pages/Onboarding/Welcome.razor.rz.scp.css */
body[b-jhg2pw637k] {
}
/* /Components/Pages/Property/Modal/AddPropertyModal.razor.rz.scp.css */
input.peer:checked + label .radio-circle[b-jqpoi8mrxs] {
    /* Tailwind version if you use @apply: */
    /* @apply border-mint bg-mint; */

    border-color: #34d399; /* mint */
    background-color: #34d399;
}

input.peer:checked + label .radio-dot[b-jqpoi8mrxs] {
    /* @apply opacity-100; */
    opacity: 1 !important;
}
/* /Components/Pages/Property/Properties.razor.rz.scp.css */
input.peer:checked + label .radio-circle[b-toyumjdpya] {
    /* Tailwind version if you use @apply: */
    /* @apply border-mint bg-mint; */

    border-color: #34d399; /* mint */
    background-color: #34d399;
}

input.peer:checked + label .radio-dot[b-toyumjdpya] {
    /* @apply opacity-100; */
    opacity: 1 !important;
}
