/* /Pages/Account/Login.cshtml.rz.scp.css */
button.login-button[b-tmnzlzw1w1] {
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Why don't these rules work here? They work from Login.cshtml section Styles. */
[b-tmnzlzw1w1] a.forgot-password-link {
    margin-right: 1rem;
}

[b-tmnzlzw1w1] a.request-account-link {
    float: right;
    margin-top: 22px;
}
/* /Pages/Account/Manage.cshtml.rz.scp.css */
fieldset[b-obyal8t2cl] {
    border: 1px solid var(--ledta-complimentary);
    padding: .5rem;
    border-radius: .5rem;
    background-color: var(--ledta-bg-gray);
    margin-top: 1.5rem;
}

    fieldset .usa-form-group:first-of-type[b-obyal8t2cl] {
        margin-top: 0.5rem;
    }

    fieldset .usa-form-group[b-obyal8t2cl] {
        margin-top: 1rem;
    }

[b-obyal8t2cl] .hidden {
    display: none;
}

/* Hide the validation summary when there are no errors */
[b-obyal8t2cl] .validation-summary-valid {
    display: none;
}

.item-indented[b-obyal8t2cl] {
    margin-left: 35px;
    max-width: 400px;
}

/* This is only to make spacing very consistent: */
[b-obyal8t2cl] .field-validation-valid,
[b-obyal8t2cl] .field-validation-error {
    display: block;
    min-height: 5px;
}

/* Tooltip icon styling */
[b-obyal8t2cl] .usa-tooltip {
    display: inline-block;
    align-items: center;
    cursor: help;
    margin-left: 0.25rem;
    vertical-align: bottom;
}

.custom-tooltop-icon[b-obyal8t2cl] {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--ledta-bg-tertiary);
    display: block;
}

.provider-type-other[b-obyal8t2cl] {
    margin-top: 1rem;
    padding-left: 1rem;
    border-left: 3px solid var(--ledta-complimentary);
}
/* /Pages/Account/Request.cshtml.rz.scp.css */
fieldset[b-3oonf697rd] {
    border: 1px solid var(--ledta-complimentary);
    padding: .5rem 1rem 1rem 1rem;
    border-radius: .5rem;
    background-color: var(--ledta-bg-gray);
    margin-top: 1.5rem;
}

fieldset .usa-form-group:first-of-type[b-3oonf697rd] {
    margin-top: 0.5rem;
}

fieldset .usa-form-group[b-3oonf697rd] {
    margin-top: 1rem;
}

[b-3oonf697rd] .hidden {
    display: none;
}

/* Hide the validation summary when there are no errors */
[b-3oonf697rd] .validation-summary-valid {
    display: none;
}

.item-indented[b-3oonf697rd] {
    margin-left: 35px;
    max-width: 400px;
}

/* This is only to make spacing very consistent: */
[b-3oonf697rd] .field-validation-valid,
[b-3oonf697rd] .field-validation-error {
    display: block;
    min-height: 5px;
}

/* Tooltip icon styling */
[b-3oonf697rd] .usa-tooltip {
    display: inline-block;
    align-items: center;
    cursor: help;
    margin-left: 0.25rem;
    vertical-align: bottom;
}

.custom-tooltop-icon[b-3oonf697rd] {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--ledta-bg-tertiary);
    display: block;
}

.provider-type-other[b-3oonf697rd] {
    margin-top: 1rem;
    padding-left: 1rem;
    border-left: 3px solid var(--ledta-complimentary);
}
/* /Pages/Dashboard/Index.cshtml.rz.scp.css */
.dot[b-5zmqj17652] {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 2px;
    vertical-align: middle;
}

.dot-green[b-5zmqj17652] {
    background-color: #2e8540; /* USWDS green */
}

.dot-grey[b-5zmqj17652] {
    background-color: #d9d9d9; /* light grey */
}
/* /Pages/Index.cshtml.rz.scp.css */
/* ===== VIEW TOGGLE ===== */
.view-toggle[b-p4ft7mjpcj] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2rem;
    gap: 0.5rem;
}

.view-toggle button[b-p4ft7mjpcj] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem 1rem;
    border: 2px solid #71767a;
    background: white;
    color: #000;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    font-family: var(--ledta-font-ui);
}

.view-toggle button.active[b-p4ft7mjpcj] {
    background: var(--ledta-tertiary);
    color: white;
    border-color: var(--ledta-tertiary);
}

.view-toggle button:hover:not(.active)[b-p4ft7mjpcj] {
    background: var(--ledta-alt-background);
}

@media (max-width: 768px) {
    .view-toggle[b-p4ft7mjpcj] {
        justify-content: center;
    }
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
#Main-Header-Background[b-7gkc8w8hqt] {
    position: relative;
    background-image: url(https://ledta.blob.core.windows.net/images/police-lights.jpg);
    /*background-image: url(https://ledtatraining.org/wp-content/uploads/2025/06/officer-greeting-senior-citizens.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*background-position: 0% 20%;*/
}

#Main-Header-Background[b-7gkc8w8hqt]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-image: linear-gradient(135deg, rgba(26, 26, 26, 0.68) 23%, rgba(102, 102, 102, 0) 94%);*/
    background-color: var(--ledta-primary);
    opacity: 0.7;
}

#Main-Header-Background-Content[b-7gkc8w8hqt] {
    position: relative;
}

.usa-logo[b-7gkc8w8hqt] {
    margin-top: 0;
}

.usa-logo__text[b-7gkc8w8hqt] {
    font-size: 1.8rem;
    text-transform: uppercase;
}

.usa-header[b-7gkc8w8hqt]::after {
    display: none; /* fix flexbox space-between */
}

.footer-logo[b-7gkc8w8hqt] {
    width: 180px;
    max-width: 100%;
}

.usa-nav__primary > .usa-nav__primary-item[b-7gkc8w8hqt]  a {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    text-transform: none;
    padding: 10px;
}



.usa-logo a[b-7gkc8w8hqt] {
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 800;
}

@media (min-width: 64em) {
    nav.usa-nav[b-7gkc8w8hqt] {
        margin-right: 1rem;
    }
    .usa-logo a[b-7gkc8w8hqt],
    .usa-nav__primary > .usa-nav__primary-item[b-7gkc8w8hqt]  a {
        color: #fff;
    }
    .usa-nav-container[b-7gkc8w8hqt] {
        padding: 40px 0 0 0;
    }
    .usa-header--extended .usa-nav__primary-item[b-7gkc8w8hqt]  .usa-current::after,
    .usa-header--extended .usa-nav__primary-item[b-7gkc8w8hqt]  .usa-nav__link:hover::after {
        display: none;
    }

    .usa-nav__primary > .usa-nav__primary-item[b-7gkc8w8hqt]  a:hover, [b-7gkc8w8hqt] .usa-current:not(.login-button-container) {
        background-color: rgba(255, 255, 255, 0.21);
        color: #fff;
    }

    .usa-header--basic[b-7gkc8w8hqt]  .usa-nav__link:hover::after, .usa-header--basic .usa-nav__primary-item[b-7gkc8w8hqt]  .usa-current::after {
        display: none;
    }

    .usa-header[b-7gkc8w8hqt] {
        position: relative;
    }

    .usa-header.second-line-shading[b-7gkc8w8hqt]::before {
        content: '';
        display: block;
        position: absolute;
        height: 62px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.21);
        left: 0;
        bottom: 0;
    }
}

.usa-nav__primary button[b-7gkc8w8hqt] {
    color: #fff;
}

    .usa-nav__primary button[aria-expanded=true][b-7gkc8w8hqt] {
        background-color: transparent;
    }

    .usa-nav__primary button:hover[b-7gkc8w8hqt] {
        color: var(--ledta-secondary);
    }

    .usa-nav__primary button[aria-expanded=false] span[b-7gkc8w8hqt]::after {
        background-color: var(--ledta-primary);
    }

    .usa-nav__primary button[aria-expanded=false]:hover span[b-7gkc8w8hqt]::after {
        background-color: var(--ledta-secondary);
    }


.usa-nav__submenu-item.usa-current[b-7gkc8w8hqt] {
    border: none !important;
}


/* Footer ABOUT section */
.usa-footer__primary-section[b-7gkc8w8hqt]{
    padding: 40px 20px;
    margin-bottom: 0;
}


.usa-footer__about-container[b-7gkc8w8hqt] {
    margin: 0 auto;
    max-width: 1100px;
}

/*Footer About title*/
.usa-footer__primary-section h3[b-7gkc8w8hqt] {
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 800;
    font-size: 2.074rem;
    line-height: 1.1;
    text-transform: uppercase;
    max-width: 70%;
    padding: 20px 20px 0 20px;
    margin: 0;
}

/* Footer About text */
.usa-footer__primary-section p[b-7gkc8w8hqt] {
    font-size: 13px;
    margin: 0 0 10px 0;
    max-width: 70%;
    padding: 20px;
    line-height: 1.45;
}

/*Copyright*/
.usa-footer__nav p[b-7gkc8w8hqt] {
    margin: 0;
    padding: 13px 0 10px 0;
    color: #fff;
    font-family: "Source Serif 4", serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.45;
}

@media (max-width: 768px) {
    .usa-footer__primary-section[b-7gkc8w8hqt] {
        padding: 40px 0;
    }
        .usa-footer__primary-section h3[b-7gkc8w8hqt] {
            max-width: none;
        }

        .usa-footer__primary-section p[b-7gkc8w8hqt] {
            max-width: none;
        }
}

@media (min-width: 64em)
{
    .usa-header--basic .usa-nav[b-7gkc8w8hqt] {
        width: auto;
        flex-direction: column;
        align-items: flex-end;
    }
    .usa-nav-container[b-7gkc8w8hqt]::after {
        display: none;
    }

    .usa-header--basic .usa-nav-container[b-7gkc8w8hqt] {
        align-items: flex-start;
    }
}


.login-button-container[b-7gkc8w8hqt] {
    padding-top: 1rem;
}

.login-button-container[b-7gkc8w8hqt]  a {
    background: #00348E !important;
    color: white !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    border: 2px solid #00348E !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    margin-left: 15px !important;
    box-shadow: 0 2px 8px rgba(30, 74, 114, 0.3) !important;
    transition: all 0.3s ease !important;
}

@media (min-width: 64em) {
    .login-button-container[b-7gkc8w8hqt] {
        padding-top: 0;
    }
    .login-button-container[b-7gkc8w8hqt]  a:hover {
        background-color: transparent !important;
        transform: translateY(2px) !important;
        border: 2px solid white !important;
        box-shadow: 0 4px 12px rgba(30, 74, 114, 0.4) !important;
    }
}
/* /Pages/Shared/_LoginPartial.cshtml.rz.scp.css */
.login-button-container[b-agkcgoskd7] {
}

.login-button-container[b-agkcgoskd7]  a {
    background: #00348E !important;
    color: white !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    border: 2px solid #00348E !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    margin-left: 15px !important;
    box-shadow: 0 2px 8px rgba(30, 74, 114, 0.3) !important;
    transition: all 0.3s ease !important;
}

.login-button-container[b-agkcgoskd7]  a:hover {
    background-color: transparent !important;
    transform: translateY(2px) !important;
    border: 2px solid white !important;
    box-shadow: 0 4px 12px rgba(30, 74, 114, 0.4) !important;
}

.login-button-container[b-agkcgoskd7]  a::after {
    content: " →" !important;
    font-weight: bold !important;
}
