@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';

/* /Components/AlertaDesconectado.razor.rz.scp.css */

.disconnected-alert[b-byumbwuvdq] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 100000000000 !important;
    overflow: hidden;
    background-color: rgb(255, 255, 255,0.8);
    text-align: center;
    font-weight: bold;
    z-index: 10000;
    color: black !important;
}

.disconnected-alert.show[b-byumbwuvdq] {
    display: block;
}

.disconnected-alert .popup[b-byumbwuvdq] {
    position: absolute;
    left: 50%;
    top: -25%;
    visibility: hidden;
    width: 490px;
    border-radius: 5px;
    padding: 13px 17px 20px;
    background: #fff;
    display: flex;
    border-top: 3px solid #EA4D67;
    transform: translateX(-50%);
    box-shadow: 0 10px 25px rgba(52,87,220,0.1);
    transition: all 0.25s ease;
    z-index: 1000000 !important
}

.disconnected-alert .popup.show[b-byumbwuvdq] {
    top: 0;
    visibility: visible;
}

.disconnected-alert .popup.online[b-byumbwuvdq] {
    border-color: #2ECC71;
}

.disconnected-alert .popup .icon i[b-byumbwuvdq] {
    width: 40px;
    height: 40px;
    display: flex;
    color: #fff;
    margin-right: 15px;
    font-size: 1.2rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #EA4D67;
}

.disconnected-alert .popup.online .icon i[b-byumbwuvdq] {
    background: #2ECC71;
}

.disconnected-alert .popup .title[b-byumbwuvdq] {
    font-size: 1.2rem;
}

.disconnected-alert .popup .desc[b-byumbwuvdq] {
    color: #474747;
    margin: 3px 0 10px;
    font-size: 1.04rem;
}

.disconnected-alert .popup .reconnect[b-byumbwuvdq] {
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 8px 13px;
    border-radius: 4px;
    background: #5372F0;
}

.disconnected-alert .popup.online .reconnect[b-byumbwuvdq] {
    background: #bfbfbf;
    pointer-events: none;
}

@media screen and (max-width: 550px) {
    .disconnected-alert .popup[b-byumbwuvdq] {
        width: 100%;
        padding: 10px 15px 17px;
    }
}
/* /Components/Pages/Adelaida/Cotizaciones/ConfirmacionEnlaceEnviado.razor.rz.scp.css */
/* Complete CSS restructure for proper responsive design */

body[b-8y4rzm8wtz] {
    margin: 0;
    padding: 0;
}

.success-container[b-8y4rzm8wtz] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    background-color: #f8f9fa;
    padding: 20px;
}

.success-content[b-8y4rzm8wtz] {
    text-align: center;
    max-width: 800px;
    width: 100%;
}

.check-circle[b-8y4rzm8wtz] {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    animation: slideDown-b-8y4rzm8wtz 0.5s ease-out;
}

    .check-circle svg[b-8y4rzm8wtz] {
        filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
        width: 80px;
        height: 80px;
    }

.success-title[b-8y4rzm8wtz] {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.4;
    letter-spacing: -0.5px;
}

.success-description[b-8y4rzm8wtz] {
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
    line-height: 1.6;
    padding: 0 5rem;
}

.email[b-8y4rzm8wtz] {
    color: #0066cc;
    font-weight: 600;
}

.btn-return[b-8y4rzm8wtz] {
    background-color: #0066cc;
    color: white;
    border: none;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    min-width: 300px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.2);
}

    .btn-return:hover[b-8y4rzm8wtz] {
        background-color: #0052a3;
        box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
        transform: translateY(-2px);
    }

    .btn-return:active[b-8y4rzm8wtz] {
        transform: translateY(0);
    }

.padding-texto-confirmacion[b-8y4rzm8wtz] {
    padding: 0 5rem;
}

.padding-boton-confirmacion[b-8y4rzm8wtz] {
    padding: 0 16rem;
}

/* Added animation keyframes */
@keyframes slideDown-b-8y4rzm8wtz {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Tablet responsive - screens from 768px to 1024px */
@media (max-width: 1024px) {
    .success-title[b-8y4rzm8wtz] {
        font-size: 36px;
    }

    .success-description[b-8y4rzm8wtz] {
        font-size: 16px;
        padding: 0 3rem;
    }

    .padding-texto-confirmacion[b-8y4rzm8wtz] {
        padding: 0 3rem;
    }

    .padding-boton-confirmacion[b-8y4rzm8wtz] {
        padding: 0 8rem;
    }

    .btn-return[b-8y4rzm8wtz] {
        min-width: 280px;
        padding: 14px 30px;
    }
}

/* Mobile responsive - screens below 768px */
@media (max-width: 768px) {
    .success-container[b-8y4rzm8wtz] {
        min-height: 100vh;
        padding: 20px;
    }

    .check-circle[b-8y4rzm8wtz] {
        margin-bottom: 30px;
    }

        .check-circle svg[b-8y4rzm8wtz] {
            width: 70px;
            height: 70px;
        }

    .success-title[b-8y4rzm8wtz] {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .success-description[b-8y4rzm8wtz] {
        font-size: 14px;
        margin-bottom: 35px;
        padding: 0 1rem;
        line-height: 1.5;
    }

    .padding-texto-confirmacion[b-8y4rzm8wtz] {
        padding: 0 1rem;
    }

    .padding-boton-confirmacion[b-8y4rzm8wtz] {
        padding: 0;
    }

    .btn-return[b-8y4rzm8wtz] {
        min-width: 100%;
        width: 100%;
        padding: 14px 20px;
        font-size: 15px;
    }
}

/* Small mobile - screens below 480px */
@media (max-width: 480px) {
    .success-container[b-8y4rzm8wtz] {
        min-height: 100vh;
        padding: 15px;
    }

    .check-circle[b-8y4rzm8wtz] {
        margin-bottom: 25px;
    }

        .check-circle svg[b-8y4rzm8wtz] {
            width: 60px;
            height: 60px;
        }

    .success-title[b-8y4rzm8wtz] {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .success-description[b-8y4rzm8wtz] {
        font-size: 13px;
        margin-bottom: 30px;
        padding: 0;
    }

    .btn-return[b-8y4rzm8wtz] {
        font-size: 14px;
        padding: 12px 16px;
    }
}
/* /Components/Pages/Adelaida/Polizas/CargueMovimientosAsegurados/DescargaCertificado.razor.rz.scp.css */
[b-r8u4we1k71] .poliza-page {
    background-color: #f1f1f1;
    min-height: 60vh;
    padding: 30px 0 60px 0;
}

[b-r8u4we1k71] .poliza-wrapper {
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
    font-family: helvetica, 'helvetica neue', arial, verdana, sans-serif;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 10px;
}

[b-r8u4we1k71] .poliza-hero {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

[b-r8u4we1k71] .poliza-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[b-r8u4we1k71] .poliza-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.45), rgba(0,0,0,0.2));
    display: flex;
    align-items: center;
    justify-content: center; /* centrado horizontal */
    padding: 0 40px;
}

[b-r8u4we1k71] .poliza-hero__title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    text-align: center; /* centrado del texto */
}

[b-r8u4we1k71] .poliza-body {
    padding: 30px 40px;
    background: #ffffff;
}

[b-r8u4we1k71] .poliza-body__greeting {
    font-size: 15px;
    color: #222222;
    margin-bottom: 16px;
}

    [b-r8u4we1k71] .poliza-body__greeting strong {
        display: block;
        font-size: 16px;
        margin-bottom: 4px;
    }

[b-r8u4we1k71] .poliza-body__text {
    font-size: 14px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 12px;
}

[b-r8u4we1k71] .poliza-attention {
    background-color: #EAF4FB;
    border-radius: 6px;
    padding: 18px 24px;
    margin: 20px 0 0 0;
}

[b-r8u4we1k71] .poliza-attention__header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

[b-r8u4we1k71] .poliza-attention__title {
    font-size: 14px;
    font-weight: 700;
    color: #003781;
    margin: 0;
}

[b-r8u4we1k71] .poliza-attention__icon {
    color: #0090D0; /* azul en vez de rojo */
    font-size: 16px;
}

[b-r8u4we1k71] .poliza-attention__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 20px;
}

[b-r8u4we1k71] .poliza-attention__item {
    font-size: 13px;
    color: #333333;
}

    [b-r8u4we1k71] .poliza-attention__item span {
        color: #555555;
    }

[b-r8u4we1k71] .poliza-cta {
    text-align: center;
    padding: 24px 40px;
    background: #ffffff;
}

[b-r8u4we1k71] .poliza-cta__btn {
    background-color: #0090D0;
    color: #ffffff;
    border: none;
    padding: 14px 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.2s ease;
    min-width: 260px;
}

    [b-r8u4we1k71] .poliza-cta__btn:hover:not(:disabled) {
        background-color: #007ab5;
    }

    [b-r8u4we1k71] .poliza-cta__btn:disabled {
        opacity: 0.75;
        cursor: not-allowed;
    }

    [b-r8u4we1k71] .poliza-cta__btn .spinner-border-sm {
        width: 14px;
        height: 14px;
        border-width: 2px;
    }

[b-r8u4we1k71] .poliza-farewell {
    background-color: #F4F4F4;
    padding: 20px 40px;
    text-align: center;
}

[b-r8u4we1k71] .poliza-farewell__title {
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 6px;
}

[b-r8u4we1k71] .poliza-farewell__subtitle {
    font-size: 13px;
    color: #444444;
    margin: 0;
}

[b-r8u4we1k71] .poliza-error {
    padding: 30px 40px;
    text-align: center;
    color: #c0392b;
    font-size: 14px;
}

[b-r8u4we1k71] .poliza-loading {
    padding: 60px 40px;
    text-align: center;
}

    [b-r8u4we1k71] .poliza-loading p {
        color: #666666;
        font-size: 14px;
        margin-top: 12px;
    }

/* Responsive móvil */
@media (max-width: 640px) {
    [b-r8u4we1k71] .poliza-page {
        padding: 0 0 40px 0;
    }

    [b-r8u4we1k71] .poliza-wrapper {
        max-width: 100%;
        margin: 0 0 40px 0;
        box-shadow: none;
    }

    [b-r8u4we1k71] .poliza-hero {
        height: 160px;
    }

    [b-r8u4we1k71] .poliza-hero__title {
        font-size: 22px;
    }

    [b-r8u4we1k71] .poliza-body {
        padding: 20px;
    }

    [b-r8u4we1k71] .poliza-attention {
        padding: 14px 16px;
    }

    [b-r8u4we1k71] .poliza-attention__grid {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    [b-r8u4we1k71] .poliza-cta {
        padding: 20px;
    }

    [b-r8u4we1k71] .poliza-cta__btn {
        width: 100%;
        min-width: unset;
        padding: 14px 20px;
    }

    [b-r8u4we1k71] .poliza-farewell {
        padding: 20px;
        margin-bottom: 60px;
    }

    [b-r8u4we1k71] .poliza-farewell__title {
        font-size: 13px;
    }

    [b-r8u4we1k71] .poliza-farewell__subtitle {
        font-size: 12px;
    }
}
/* /Components/Pages/Adelaida/Polizas/Slips/DetalleSlip.razor.rz.scp.css */
.table th[b-kvpid495td] {
    color: #ADADAD !important;
    background: none !important;
}

.table th[b-kvpid495td], .table td[b-kvpid495td] {
    text-align: center !important;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.table tr:nth-of-type(2n)[b-kvpid495td] {
    background: none !important;
}

.row-inactive[b-kvpid495td] {
    background-color: rgba(128,128,128,0.05);
}

    .row-inactive td:not(.check-cobertura)[b-kvpid495td] {
        pointer-events: none;
        opacity: 0.5;
    }
/* /Components/Pages/Adelaida/Productos/Slip/DetalleSlipProducto.razor.rz.scp.css */
.table th[b-x9ynughinf] {
    color: #ADADAD !important;
    background: none !important;
}

.table th[b-x9ynughinf], .table td[b-x9ynughinf] {
    text-align: center !important;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.table tr:nth-of-type(2n)[b-x9ynughinf] {
    background: none !important;
}

.row-inactive[b-x9ynughinf] {
    background-color: rgba(128,128,128,0.05);
}

    .row-inactive td:not(.check-cobertura)[b-x9ynughinf] {
        pointer-events: none;
        opacity: 0.5;
    }
/* /Components/Pages/Adelaida/Tarificaciones/DetalleTarificacion.razor.rz.scp.css */
th[b-nr3yb41g0t]{
    min-width: 200px;
    position: sticky;
    top: 0;
}

table[b-nr3yb41g0t]{
    max-height: 500px
}
/* /Components/Pages/FormularioVG/Cliente/TratamientoDatos.razor.rz.scp.css */
.texto-autorizacion[b-ou61y67wef] {
    text-align: justify;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.btn-id-excellentiam[b-3x0jh99a6b] {
    border: 2px solid #086ad8;
}

    .btn-id-excellentiam:hover[b-3x0jh99a6b] {
        border: 2px solid #91c3fb;
    }
/* /Components/Shared/BackButton.razor.rz.scp.css */
/* CONTENEDOR */
.back-link[b-ihtzkrnxhj] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: var(--vz-primary, #0a3356);
    transition: color 0.2s ease;
}

/* ICONO */
.arrow-left[b-ihtzkrnxhj] {
    position: relative;
    width: 14px;
    height: 14px;
    transition: transform 0.15s ease;
}

/* FLECHA ← */
.arrow-left[b-ihtzkrnxhj]::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* TEXTO */
.back-text[b-ihtzkrnxhj] {
    font-size: 0.95rem;
    font-weight: 500;
    color: currentColor;
}

/* HOVER EMPRESARIAL */
.back-link:hover[b-ihtzkrnxhj] {
    color: var(--vz-primary-text-emphasis, #10548e);
}

.back-link:hover .arrow-left[b-ihtzkrnxhj] {
    transform: translateX(-2px);
    transition: transform 0.15s ease;
}
/* /Components/Shared/_FirmaElectronica.razor.rz.scp.css */
@media (min-width: 1200px) {
    .container[b-u8jrc2wnlx] {
        width: 100% !important;
        max-width: 80% !important;
    }
}
/* /Components/Shared/_FirmaElectronicaFirmante.razor.rz.scp.css */
@media (min-width: 1200px) {
    .container[b-j8kca8tguz] {
        width: 100% !important;
        max-width: 80% !important;
    }
}
/* /Components/Shared/_Loading.razor.rz.scp.css */
.loading-div[b-w2hh57zria] {
    display: flex;
    width: 100%;
    height: 100%;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
/* /Components/Shared/_LoadingSpinner.razor.rz.scp.css */

.text-wrapper[b-yi65bl0pyl] {
    background: linear-gradient(90deg, #103F83 5.75%, #3F97EF 91.84%);
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: "Poppins", Helvetica !important;
    font-weight: 600;
    color: transparent;
    font-size: 35px;
    text-align: center;
    letter-spacing: 0;
    line-height: 47.9px;
    white-space: normal;
}
/* /Components/Shared/_Page403.razor.rz.scp.css */

*[b-ouk36x8fpo], *[b-ouk36x8fpo]:before, *[b-ouk36x8fpo]:after {
    box-sizing: border-box;
}

html[b-ouk36x8fpo] {
    height: 100%;
}

body[b-ouk36x8fpo] {
    font-family: 'Raleway', sans-serif;
    background-color: #342643;
    height: 100%;
    padding: 10px;
}

a[b-ouk36x8fpo] {
    color: #EE4B5E !important;
    text-decoration: none;
}

    a:hover[b-ouk36x8fpo] {
        color: #FFFFFF !important;
        text-decoration: none;
    }

.text-wrapper[b-ouk36x8fpo] {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title[b-ouk36x8fpo] {
    font-size: 5em;
    font-weight: 700;
    color: #EE4B5E;
}

.subtitle[b-ouk36x8fpo] {
    font-size: 40px;
    font-weight: 700;
    color: #1FA9D6;
}

.isi[b-ouk36x8fpo] {
    font-size: 18px;
    text-align: center;
    margin: 30px;
    padding: 20px;
    color: black;
}

.buttons[b-ouk36x8fpo] {
    margin: 30px;
    font-weight: 700;
    border: 2px solid #EE4B5E;
    text-decoration: none;
    padding: 15px;
    text-transform: uppercase;
    color: #EE4B5E;
    border-radius: 26px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    .buttons:hover

{
    background-color: #EE4B5E;
    color: white;
    transition: all 0.2s ease-in-out;
}

}
}
