@import 'WebServer.Client.mg5m4m5qta.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-wl659mj4y3] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-wl659mj4y3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/RightRequest/Common/HiddenConsumerRights.razor.rz.scp.css */
.consumer-rights-grid-container[b-7c16rtao3e] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
}

[b-7c16rtao3e] .consumer-rights-grid {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: 200px;
}

[b-7c16rtao3e] .consumer-rights-grid > * {
  width: 100%;
  max-width: 540px;
}

[b-7c16rtao3e] .lt-bulletlist-container {
  padding: 14px;
  margin-bottom: 16px;
  background-color: #F5F4F4;
  border-radius: 10px;
}

[b-7c16rtao3e] .lt-bulletlist-container > ul {
  margin-bottom: 0;
}
/* /Components/Pages/WebArcoPortal.razor.rz.scp.css */
.header[b-ru73fov0hx] {
    padding: 150px;
    display: flex;
    align-items: start;
    justify-content: start;
    background: url("../images/fondohome.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    aspect-ratio: 1440 / 670;
}

.welcome-container[b-ru73fov0hx] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 43%;
}

.welcome-footer[b-ru73fov0hx] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

@media (max-width: 1413px) {
    .base-main[b-ru73fov0hx] {
        padding: 10px !important;
        padding-block: 0rem;
    }

    .header[b-ru73fov0hx] {
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url("../images/fondomovil.png") top/100% 100% no-repeat !important;
        background-size: cover;
        width: 100%;
    }

    .welcome-container[b-ru73fov0hx] {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        text-align: center;
    }

    .welcome-footer[b-ru73fov0hx] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        text-align: center;
    }

    .right-button-container[b-ru73fov0hx] {
        text-align: center;
    }

    .card-item[b-ru73fov0hx] {
        max-width: 2600px;
    }
}
/* /Components/Shared/Captcha/SpcssCaptcha.razor.rz.scp.css */
.captcha-container[b-ze9oxi5e3w] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: .5em;
}

[b-ze9oxi5e3w] .captcha-container button {
    height: 40px;
    width: 40px;
}

[b-ze9oxi5e3w] .captcha-container button:hover svg {
    transform: rotate(-180deg);
    transition: transform 0.3s ease-in-out;
}
/* /Components/Shared/DossierStatusStepper/DossierStatusStepper.razor.rz.scp.css */
/* Container principal - centrado y con l�mites responsivos */
.dossier-stepper-container[b-s84ksjhel5] {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
    overflow-x: auto;
}

/* Stepper - layout horizontal con flexbox */
.dossier-stepper[b-s84ksjhel5] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    max-width: 100%;
    flex-wrap: nowrap;
}

/* Cada paso individual */
.dossier-step[b-s84ksjhel5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    min-width: 120px;
    max-width: 180px;
}

/* L�nea conectora entre pasos */
.dossier-step:not(:last-child)[b-s84ksjhel5]::after {
    content: "";
    position: absolute;
    top: 20px;
    left: calc(50% + 40px);
    width: calc(100% - 80px);
    height: 2px;
    background: #DDDDDD;
    z-index: 0;
}

.dossier-step-active:not(:last-child)[b-s84ksjhel5]::after {
    background: #AF1685;
}

/* Box del paso */
.dossier-step-box[b-s84ksjhel5] {
    background: #fff;
    border: 2px solid #DDDDDD;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #333333;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.3;
}

/* Estado completado */
.dossier-step-active .dossier-step-box[b-s84ksjhel5] {
    background: #AF1685;
    border-color: #AF1685;
    color: #fff;
}

/* Estado actual */
.dossier-step-current .dossier-step-box[b-s84ksjhel5] {
    background: #AF1685;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #AF1685;
    color: #fff;
}

/* Estado pendiente */
.dossier-step-pending .dossier-step-box[b-s84ksjhel5] {
    background: #fff;
    border-color: #DDDDDD;
    color: #999999;
}

/* Fecha y usuario */
.dossier-step-date[b-s84ksjhel5] {
    font-size: 10px;
    color: #666;
    text-align: center;
    margin-top: 8px;
    line-height: 1.4;
}

.dossier-step-date span[b-s84ksjhel5] {
    display: block;
    font-weight: 600;
    color: #333;
}

/* ==================== RESPONSIVE STYLES ==================== */

/* Tablets y pantallas medianas */
@media (max-width: 1200px) {
    .dossier-step[b-s84ksjhel5] {
        min-width: 100px;
        max-width: 150px;
    }

    .dossier-step-box[b-s84ksjhel5] {
        padding: 8px 12px;
        font-size: 11px;
        min-height: 45px;
    }

    .dossier-step:not(:last-child)[b-s84ksjhel5]::after {
        left: calc(50% + 35px);
        width: calc(100% - 70px);
    }
}

/* Tablets peque�as */
@media (max-width: 992px) {
    .dossier-stepper-container[b-s84ksjhel5] {
        padding: 0.75rem;
    }

    .dossier-step[b-s84ksjhel5] {
        min-width: 85px;
        max-width: 130px;
    }

    .dossier-step-box[b-s84ksjhel5] {
        padding: 6px 10px;
        font-size: 10px;
        min-height: 40px;
    }

    .dossier-step-date[b-s84ksjhel5] {
        font-size: 9px;
    }

    .dossier-step:not(:last-child)[b-s84ksjhel5]::after {
        top: 18px;
        left: calc(50% + 30px);
        width: calc(100% - 60px);
    }
}

/* M�viles grandes y tablets peque�as */
@media (max-width: 768px) {
    .dossier-stepper-container[b-s84ksjhel5] {
        padding: 0.5rem;
        justify-content: flex-start;
    }

    .dossier-stepper[b-s84ksjhel5] {
        gap: 0;
        justify-content: flex-start;
    }

    .dossier-step[b-s84ksjhel5] {
        min-width: 70px;
        max-width: 100px;
    }

    .dossier-step-box[b-s84ksjhel5] {
        padding: 5px 8px;
        font-size: 9px;
        min-height: 35px;
        border-radius: 6px;
    }

    .dossier-step-current .dossier-step-box[b-s84ksjhel5] {
        border-width: 3px;
    }

    .dossier-step-date[b-s84ksjhel5] {
        font-size: 8px;
        margin-top: 5px;
    }

    .dossier-step:not(:last-child)[b-s84ksjhel5]::after {
        top: 15px;
        left: calc(50% + 25px);
        width: calc(100% - 50px);
        height: 1.5px;
    }
}

/* M�viles peque�os */
@media (max-width: 576px) {
    .dossier-stepper-container[b-s84ksjhel5] {
        padding: 0.25rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .dossier-stepper[b-s84ksjhel5] {
        min-width: max-content;
        padding: 0.5rem;
    }

    .dossier-step[b-s84ksjhel5] {
        min-width: 60px;
        max-width: 80px;
    }

    .dossier-step-box[b-s84ksjhel5] {
        padding: 4px 6px;
        font-size: 8px;
        min-height: 32px;
        border-width: 1.5px;
    }

    .dossier-step-current .dossier-step-box[b-s84ksjhel5] {
        border-width: 2px;
        box-shadow: 0 0 0 1.5px #AF1685;
    }

    .dossier-step-date[b-s84ksjhel5] {
        font-size: 7px;
        margin-top: 4px;
    }

    .dossier-step:not(:last-child)[b-s84ksjhel5]::after {
        top: 14px;
        left: calc(50% + 20px);
        width: calc(100% - 40px);
        height: 1px;
    }
}

/* M�viles muy peque�os */
@media (max-width: 400px) {
    .dossier-step[b-s84ksjhel5] {
        min-width: 55px;
        max-width: 70px;
    }

    .dossier-step-box[b-s84ksjhel5] {
        padding: 3px 5px;
        font-size: 7px;
        min-height: 28px;
    }

    .dossier-step:not(:last-child)[b-s84ksjhel5]::after {
        top: 12px;
        left: calc(50% + 18px);
        width: calc(100% - 36px);
    }
}
/* /Components/Shared/MobileNavMenu.razor.rz.scp.css */
.mobile-drawer[b-iepfamgtml] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 70vw;
    max-width: 20rem;
    background: var(--bs-body-bg,#fff);
    box-shadow: -4px 0 8px rgba(0,0,0,.15);
    transform: translateX(100%);
    transition: transform .3s ease-in-out;
    display: flex;
    flex-direction: column;
    z-index: 1040; /* > Backdrop (1030) */
    padding: 20px;
}

    .mobile-drawer.open[b-iepfamgtml] {
        transform: translateX(0);
    }

.drawer-links[b-iepfamgtml] {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.drawer-link[b-iepfamgtml] {
    padding: .75rem 1rem;
    border-radius: .375rem;
    display: flex;
    gap: .75rem;
}

    .drawer-link.active[b-iepfamgtml] {
        background: var(--bs-primary-bg-subtle);
    }

.burger[b-iepfamgtml] {
    background: none;
    border: none;
    font-size: 1.75rem;
    margin-left: .5rem;
}

.close-btn[b-iepfamgtml] {
    background: none;
    border: none;
    font-size: 1.5rem;
    align-self: flex-end;
    margin: 1rem;
}

.backdrop[b-iepfamgtml] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    backdrop-filter: blur(2px);
    z-index: 1030;
}

@media(min-width: 768px) {
    .burger[b-iepfamgtml] {
        display: none;
    }
}
/* Solo móvil */
/* /Components/Shared/Pager.razor.rz.scp.css */
@media (max-width: 768px) {
    .pagination[b-kwp3v9jb31] {
        gap: 5px;
    }

    .page-jump[b-kwp3v9jb31] {
        margin-left: 10px !important;
        padding-left: 10px !important;
        width: 100%;
        justify-content: center;
        border-left: none !important;
        border-top: 2px solid #ddd;
        padding-top: 10px;
        margin-top: 10px;
    }

    .page-input[b-kwp3v9jb31] {
        width: 50px;
    }
}
