/* /Components/Layout/SideNavLayout.razor.rz.scp.css */
.page[b-265u5hs9dm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.img-iti img[b-265u5hs9dm] {
    width: 90px;
}

main[b-265u5hs9dm] {
    flex: 1;
}

.sidebar[b-265u5hs9dm] {
    background-color: #363640;
}

.top-row[b-265u5hs9dm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row a[b-265u5hs9dm],
    .top-row .btn-link[b-265u5hs9dm] {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row a:hover[b-265u5hs9dm],
        .top-row .btn-link:hover[b-265u5hs9dm] {
            text-decoration: underline;
        }

        .top-row a:first-child[b-265u5hs9dm] {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-265u5hs9dm] {
        display: none;
    }

    .top-row.auth[b-265u5hs9dm] {
        justify-content: space-between;
    }

    .top-row a[b-265u5hs9dm],
    .top-row .btn-link[b-265u5hs9dm] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-265u5hs9dm] {
        flex-direction: row;
    }

    .sidebar[b-265u5hs9dm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-265u5hs9dm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth a:first-child[b-265u5hs9dm] {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-265u5hs9dm],
    article[b-265u5hs9dm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/TopNavLayout.razor.rz.scp.css */
.page[b-6gfsixhyih] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6gfsixhyih] {
    flex: 1;
}

.sidebar[b-6gfsixhyih] {
    background-color: #363640;
}

.top-row[b-6gfsixhyih] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row a[b-6gfsixhyih],
    .top-row .btn-link[b-6gfsixhyih] {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row a:hover[b-6gfsixhyih],
        .top-row .btn-link:hover[b-6gfsixhyih] {
            text-decoration: underline;
        }

        .top-row a:first-child[b-6gfsixhyih] {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6gfsixhyih] {
        display: none;
    }

    .top-row.auth[b-6gfsixhyih] {
        justify-content: space-between;
    }

    .top-row a[b-6gfsixhyih],
    .top-row .btn-link[b-6gfsixhyih] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6gfsixhyih] {
        flex-direction: row;
    }

    .sidebar[b-6gfsixhyih] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6gfsixhyih] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth a:first-child[b-6gfsixhyih] {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-6gfsixhyih],
    article[b-6gfsixhyih] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Pages/Auth/ForgotPassword.razor.rz.scp.css */
.titleForm[b-0hy8oj5rey] {
    font-weight: 500;
    color: #00598F;
}

.textForm[b-0hy8oj5rey] {
    font-size: 11px;
    color:  #00598F;
}

.login-link[b-0hy8oj5rey] {
    color: #00598F;
    font-size: 14px;
    text-align: center;
} 
/* /Components/Pages/Auth/Login.razor.rz.scp.css */
.cardLogin .link[b-6f7cuzyxty] {
    text-align: center;
    font-size: 14px;
    font-style: normal;
}

.cardLogin .link a[b-6f7cuzyxty] {
    text-decoration: none;
}
/* /Components/Pages/CookiePolicy/CookiePolicy.razor.rz.scp.css */
.cookie-table[b-s5cdynscbl] {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0;
    font-family: var(--rz-font-family, Arial, Helvetica, sans-serif);
    font-size: 0.95rem;
}

.cookie-table thead th[b-s5cdynscbl] {
    background: #e9f0f8;
    padding: 10px;
    text-align: left;
    border: 1px solid #c9d6e6;
    font-weight: 600;
}

.cookie-table td[b-s5cdynscbl] {
    padding: 10px;
    border: 1px solid #e0e6ea;
    vertical-align: top;
}

.cell-name[b-s5cdynscbl] {
    font-weight: 700;
    width: 18%;
    white-space: nowrap;
}

.cell-purpose[b-s5cdynscbl] {
    width: 52%;
}

.cell-owner[b-s5cdynscbl], .cell-expiry[b-s5cdynscbl] {
    width: 15%;
}

/* Responsive: en pantallas pequeñas se muestran filas en bloque */
@media (max-width: 720px) {
    .cookie-table thead[b-s5cdynscbl] {
        display: none;
    }

    .cookie-table[b-s5cdynscbl], .cookie-table tbody[b-s5cdynscbl], .cookie-table tr[b-s5cdynscbl], .cookie-table td[b-s5cdynscbl] {
        display: block;
        width: 100%;
    }

        .cookie-table tr[b-s5cdynscbl] {
            margin-bottom: 12px;
            border-bottom: 2px solid #f0f4f7;
        }

        .cookie-table td[b-s5cdynscbl] {
            border: none;
            padding: 6px 0;
        }

            .cookie-table td[b-s5cdynscbl]::before {
                content: attr(data-label);
                display: block;
                font-weight: 600;
                margin-bottom: 4px;
            }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.logos-container[b-87xme4px5i] {
    margin: 20px 0 40px 0;
    text-align: center;
}

    .logos-container svg[b-87xme4px5i] {
        display: inline-block;
    }

.devextreme-logo[b-87xme4px5i] {
    width: 200px;
    height: 34px;
    margin-bottom: 17px;
}

.blazor-logo[b-87xme4px5i] {
    width: 85px;
    height: 80px;
    margin-bottom: 20px;
}

.plus[b-87xme4px5i] {
    margin: 20px 10px;
    width: 22px;
    height: 22px;
}

.screen-x-small .logos-container svg[b-87xme4px5i] {
    width: 100%;
    display: block;
}

    .screen-x-small .logos-container svg.plus[b-87xme4px5i] {
        margin: 0;
    }

h1[b-87xme4px5i] {
    font-size: 38px !important;
    padding-top: 16px;
}
/* /Components/Pages/PrivacyPolicy/PrivacyPolicy.razor.rz.scp.css */
.policy-table[b-rog5g5qzqh] {
    width: 100%;
    border-collapse: collapse;
    font-size: .95rem;
    margin: .5rem 0 1.5rem 0;
}

    .policy-table th[b-rog5g5qzqh],
    .policy-table td[b-rog5g5qzqh] {
        border: 1px solid #999;
        padding: 10px;
        vertical-align: top;
    }

    .policy-table th[b-rog5g5qzqh] {
        background: #f4f4f4;
        text-align: left;
        font-weight: 700;
    }

    .policy-table td p[b-rog5g5qzqh] {
        margin: 0.25rem 0 0 0;
    }

@media (max-width:720px) {
    .policy-table thead[b-rog5g5qzqh] {
        display: none;
    }

    .policy-table[b-rog5g5qzqh], .policy-table tbody[b-rog5g5qzqh], .policy-table tr[b-rog5g5qzqh], .policy-table td[b-rog5g5qzqh], .policy-table th[b-rog5g5qzqh] {
        display: block;
        width: 100%;
    }

        .policy-table tr[b-rog5g5qzqh] {
            margin-bottom: .75rem;
        }

        .policy-table th[b-rog5g5qzqh] {
            background: transparent;
            border: none;
            padding: 0 0 4px 0;
            font-weight: 700;
        }

        .policy-table td[b-rog5g5qzqh] {
            border: none;
            padding: 0 0 8px 0;
        }
}
/* /Components/Pages/Users/TermsAcceptance.razor.rz.scp.css */
.terms[b-61v10u0xi5] {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: var(--policy-max);
    padding: var(--policy-padding);
    color: var(--policy-text);
    line-height: 1.75;
    font-size: 16.5px;
}

    .terms h1[b-61v10u0xi5] {
        font-size: 30px;
        line-height: 1.25;
        margin: 16px 0 20px;
        font-weight: 700;
        color: #222;
    }

    .terms h2[b-61v10u0xi5] {
        font-size: 24px;
        line-height: 0.5;
        margin: 28px 0 10px;
        font-weight: 500 !important;
        color: var(--policy-blue);
    }

    .terms h3[b-61v10u0xi5] {
        font-size: 18px;
        margin: 16px 0 8px;
        font-weight: 700;
        color: var(--policy-blue);
    }

    .terms p[b-61v10u0xi5] {
        margin: 0 0 14px;
        color: var(--policy-text);
    }

    .terms section + section[b-61v10u0xi5] {
        margin-top: 14px;
    }

    .terms ul[b-61v10u0xi5] {
        margin: 8px 0 14px 20px;
        padding: 0;
    }

    .terms li[b-61v10u0xi5] {
        margin: 4px 0;
    }

    .terms a[b-61v10u0xi5] {
        color: var(--policy-link);
        text-decoration: underline;
    }
        .terms a:hover[b-61v10u0xi5],
        .terms a:focus[b-61v10u0xi5] {
            text-decoration: none;
        }

/* Mejora legibilidad en pantallas anchas */
@media (min-width: 1400px) {
    .terms[b-61v10u0xi5] {
        font-size: 17px;
    }
}

/* Ajustes móviles */
@media (max-width: 640px) {
    .terms[b-61v10u0xi5] {
        padding: 1.25rem;
        font-size: 16px;
    }

        .terms h1[b-61v10u0xi5] {
            font-size: 26px;
        }

        .terms h2[b-61v10u0xi5] {
            font-size: 21px;
        }
}
/* /ItiCoreBlazor/Components/ItiBreadCrumb.razor.rz.scp.css */
.component-row[b-bralyo8mcd] {
    height: 34px;
    background-color: #f8f8f8;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.iti-breadcrumb[b-bralyo8mcd] {
    float: left;
    list-style-type: none;
    width: auto;
    color: #F9AE0D;
    cursor: pointer;
    background: transparent;
}

ul[b-bralyo8mcd] {
    float: left;
    padding: 0px 0px 0px 15px;
    margin-bottom: 10px;
    height: stretch;
}

li[b-bralyo8mcd] {
    padding-top: 7px;
    display: inline-block;
    justify-content: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.87) !important;
}

    li:last-child[b-bralyo8mcd] {
        color: #F9AE0D !important;
    }

.separator[b-bralyo8mcd] {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
}
/* /ItiCoreBlazor/Components/ItiLanguageSelector.razor.rz.scp.css */
.localeContent[b-zh09d5995k] {
    cursor: pointer;
    justify-content: center;
    width: 100%;
}

.localeItem[b-zh09d5995k] {
    cursor: pointer;
    justify-content: center;
    width: 100%;
}

    .localeItem img[b-zh09d5995k] {
        height: auto;
        width: 28px;
    }
