/* /Components/Layout/MainLayout.razor.rz.scp.css */
.main-container[b-zg8m32n3i5] {
    height: 100vh;
    display: flex;
    flex-direction: column;
}


[b-zg8m32n3i5] .hide-menu.k-drawer-mini .k-drawer-wrapper {
    width:0;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-60ipbbyasl],
.components-reconnect-repeated-attempt-visible[b-60ipbbyasl],
.components-reconnect-failed-visible[b-60ipbbyasl],
.components-pause-visible[b-60ipbbyasl],
.components-resume-failed-visible[b-60ipbbyasl],
.components-rejoining-animation[b-60ipbbyasl] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-60ipbbyasl],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-60ipbbyasl],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-60ipbbyasl],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-60ipbbyasl],
#components-reconnect-modal.components-reconnect-retrying[b-60ipbbyasl],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-60ipbbyasl],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-60ipbbyasl],
#components-reconnect-modal.components-reconnect-failed[b-60ipbbyasl],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-60ipbbyasl] {
    display: block;
}


#components-reconnect-modal[b-60ipbbyasl] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-60ipbbyasl 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-60ipbbyasl 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-60ipbbyasl 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-60ipbbyasl]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-60ipbbyasl 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-60ipbbyasl {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-60ipbbyasl {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-60ipbbyasl {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-60ipbbyasl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-60ipbbyasl] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-60ipbbyasl] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-60ipbbyasl] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-60ipbbyasl] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-60ipbbyasl] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-60ipbbyasl] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-60ipbbyasl 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-60ipbbyasl] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-60ipbbyasl {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Common/Empty.razor.rz.scp.css */
.acLogo[b-g0n7yifcl1] {
    height: 250px;
}
/* /Components/Pages/Common/Unauthorized.razor.rz.scp.css */
/* /Components/Pages/Concessions/ConcessionDetail.razor.rz.scp.css */
.custom-width[b-yo8qkdl2ui] {
    max-width: 1400px;
}

.icon-image[b-yo8qkdl2ui] {
    max-width: 100%;
    height: auto;
    transform: scale(0.5);
    transform-origin: center;
}
/* /Components/Pages/Concessions/Concessions.razor.rz.scp.css */
.Draft[b-5yq3k27pkr] {
    background-color: #292929;
    color: white;
    font-size: small;
    width: auto;
    margin-left: 0.5%;
}

.PendingValidation[b-5yq3k27pkr] {
    background-color: #b4b6b9;
    color: white;
    font-size: small;
    width: auto;
    margin-left: 0.5%;
}

.Approved[b-5yq3k27pkr] {
    background-color: #12a14b;
    color: white;
    font-size: small;
    width: auto;
    margin-left: 0.5%;
}

.Finished[b-5yq3k27pkr] {
    background-color: #202355;
    color: white;
    font-size: small;
    width: auto;
    margin-left: 0.5%;
}
/* /Components/Pages/Reports/Components/ReportGrid.razor.rz.scp.css */
[b-9h0emrxx12] .textarea-report > textarea {
    height: 100px; 
}

[b-9h0emrxx12] .readonly-field > textarea {
    background-color: #f2f2f2; 
    color: #555;
    border: 1px solid #d1d1d1;
    cursor: default;
    overflow: auto;
}

[b-9h0emrxx12] .readonly-field > textarea:hover {
    background-color: #f2f2f2;
}

[b-9h0emrxx12] .readonly-field > textarea:focus {
    outline: none;
    box-shadow: none;
}
/* /Components/Pages/Reports/Components/ReportImages.razor.rz.scp.css */
.container-report-images[b-i43qjtujpr] {
    height: 625px;
}

.report-image-wrapper[b-i43qjtujpr] {
    max-height: 200px; /* controla el alto real */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.report-image[b-i43qjtujpr] {
    max-width: 100%;
    transform: scale(0.5);
    transform-origin: center;
}
/* /Components/Pages/Reports/Components/ReportMessages.razor.rz.scp.css */
/* layout */
.messages-wrapper[b-v70er54xq3] {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin: 1rem 2.25rem 1rem 0;
}

.messages-button-container[b-v70er54xq3] {
    position: relative;
    z-index: 1060;
}

.messages-panel[b-v70er54xq3] {
    position: absolute;
    top: 100%;
    right: -2px;
    width: 480px;
    margin-top: 14px;
    z-index: 1050;
}

    .messages-panel .k-popup[b-v70er54xq3] {
        box-sizing: border-box;
    }

.messages-content[b-v70er54xq3] {
    min-height: 200px;
    max-height: 772px;
    overflow-y: auto;
    margin: 2%;
}

/* Chat */

.chat-wrapper[b-v70er54xq3] {
    display: flex;
    flex-direction: column;
    min-height: 300px;
}

.chat-messages[b-v70er54xq3] {
    flex: 1;
    overflow-y: auto;
}

/* Input inferior */
.chat-input[b-v70er54xq3] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
    align-items: flex-end;
}

/* TextArea wrapper */
.chat-textarea-wrapper[b-v70er54xq3] {
    flex: 1;
    min-width: 0;
}

/* TextArea */
.chat-textarea-wrapper[b-v70er54xq3]  .k-textarea {
    width: 100%;
}

.chat-textarea-wrapper[b-v70er54xq3]  .k-textarea > textarea {
    min-height: 130px;
    padding-bottom: 1.4rem;
}

/* Botón enviar */
.k-button.send-button-small[b-v70er54xq3] {
    height: 36px;
    padding: 0 12px;
    min-width: auto;
    white-space: nowrap;
}

.management-multiselect-wrapper[b-v70er54xq3] {
    margin: 1rem 0;
}

.Concession[b-v70er54xq3] {
    color: darkolivegreen;
}

.Management[b-v70er54xq3] {
    color: darkblue;
}

.Central.Concession[b-v70er54xq3] {
    color: darkred;
}

.Central.Management[b-v70er54xq3] {
    color: darkred;
}
/* /Components/Pages/Reports/Reports.razor.rz.scp.css */
.custom-width[b-0ighokebbc] {
    max-width: 1800px;
}

.Draft[b-0ighokebbc] {
    background-color: #292929;
    color: white;
    font-size: small;
    width: auto;
    margin-left: 0.5%;
}

.PendingValidation[b-0ighokebbc] {
    background-color: #b4b6b9;
    color: white;
    font-size: small;
    width: auto;
    margin-left: 0.5%;
}

.Approved[b-0ighokebbc] {
    background-color: #12a14b;
    color: white;
    font-size: small;
    width: auto;
    margin-left: 0.5%;
}

.Finished[b-0ighokebbc] {
    background-color: #202355;
    color: white;
    font-size: small;
    width: auto;
    margin-left: 0.5%;
}

.report-with-message[b-0ighokebbc] {
    background-color: #b86614;
    color: white;
    font-size: small;
    width: auto;
    margin-left: 0.5%;
}

.modal-textarea[b-0ighokebbc] {
    margin: 1rem 0;
}
/* /Components/Pages/Settings/Components/GenerationDaysSelection.razor.rz.scp.css */
.grid-container[b-qlvk9e0xct] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: 30px;
    gap: 0;
    max-width: 350px;
}

[b-qlvk9e0xct] .k-button.grid-item {
    border-radius: 0;
    border: 0;
    /* regla general: borde abajo y derecha */
    border-bottom: 1px solid var(--INTERNAL--kendo-button-border, initial);
    border-right: 1px solid var(--INTERNAL--kendo-button-border, initial);
}

/* primera fila → borde superior */
    [b-qlvk9e0xct] .k-button.grid-item:nth-child(-n+7) {
        border-top: 1px solid var(--INTERNAL--kendo-button-border, initial);
    }

/* primera columna → borde izquierdo */
    [b-qlvk9e0xct] .k-button.grid-item:nth-child(7n+1) {
        border-left: 1px solid var(--INTERNAL--kendo-button-border, initial);
    }
    /* elemento seleccionado lo ponemos en color rojo */
    [b-qlvk9e0xct] .k-button.grid-item.k-selected {
        color: var(--color-white, inherit);
        background: var(--color-acciona, inherit);
    }
/* /Components/Pages/Settings/Components/NoticeDaysSelection.razor.rz.scp.css */
[b-qbmzj3orpm] .k-input-inner {
    text-align: right;
}

.w-200[b-qbmzj3orpm] {
    width: 200px;
}
/* /Components/Pages/Settings/Settings.razor.rz.scp.css */
.custom-width[b-l0gvxzhk6f] {
    max-width: 1400px;
}
/* /Components/Pages/Users/UserDetail.razor.rz.scp.css */
.custom-width[b-si4tz4zypw] {
    max-width: 1400px;
}
/* /Components/Shared/ErrorUI.razor.rz.scp.css */
#blazor-error-ui[b-vz4su83j4p] {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999;
}

#blazor-error-ui #center-container[b-vz4su83j4p] {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#blazor-error-ui #center-container .components-messages[b-vz4su83j4p] {
    color: #f0f0f0;
    margin: auto;
    text-align: center;
}

#blazor-error-ui #center-container .components-messages h2[b-vz4su83j4p] {
    color: white;
}

#blazor-error-ui #test .components-messages a[b-vz4su83j4p] {
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white;
}
/* /Components/Shared/Header.razor.rz.scp.css */
header[b-la7u61b45h] {
    /* min-height: 60px;*/
    z-index: 2000;
}

.logo[b-la7u61b45h] {
    height: 32px;
}

/* Damos un estilo correcto a los links */
[b-la7u61b45h] .k-link {
    color: var(--color-acciona, inherit);
}

[b-la7u61b45h] .k-link:hover {
    color: var(--color-acciona, inherit);
    text-decoration: underline;
    text-decoration-thickness: 0.1em;
    text-underline-offset: 0.3em;
}
/* /Components/Shared/LeftMenu.razor.rz.scp.css */

/*Colores del item seleccionado en el Drawer */
[b-pqv6mbf7bv] .k-drawer-item.k-selected {
    color: var(--color-white, --kendo-drawer-item-selected-text, #000000);
    background-color: var(--color-acciona, --kendo-drawer-item-selected-bg, var(--kendo-selected-bg, initial));
}

    [b-pqv6mbf7bv] .k-drawer-item.k-selected .k-item-text {
        font-weight: 500;
    }
/* /Components/Shared/LeftMenuItem.razor.rz.scp.css */
.k-drawer-item img[b-hpc1c6qqmn] {
    height: var(--left-menu-icon-size, 24px);

    /*Comento esta línea porque los iconos no tienen la misma anchura y se mueven al abrir el panel izquierdo*/
    /*width: var(--left-menu-icon-size, 24px);*/

    margin: 5px 0px;
}

.k-drawer-item.k-selected img[b-hpc1c6qqmn],
.k-drawer-item.k-selected:hover img[b-hpc1c6qqmn] {
    filter: invert(1);
}


.k-drawer-item:hover img[b-hpc1c6qqmn] {
    filter: invert(17%) sepia(96%) saturate(6962%) hue-rotate(0deg) brightness(88%) contrast(114%);
}

.k-drawer-item span[b-hpc1c6qqmn] {
    font-weight: 500;
    /*    text-transform: uppercase;*/
}
/* /Components/Shared/Login.razor.rz.scp.css */
.grey-color[b-8xfznod8lc] {
    color: var(--color-acciona-grey, #60696d);
}

.user-icon[b-8xfznod8lc] {
    font-size: 20px;
    color: var(--color-acciona-grey, #60696d);
}
/* /Components/Shared/ReconnectUI.razor.rz.scp.css */
#components-reconnect-modal[b-gjb17h4q6l] {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999;
}

#components-reconnect-modal.components-reconnect-show[b-gjb17h4q6l],
#components-reconnect-modal.components-reconnect-failed[b-gjb17h4q6l],
#components-reconnect-modal.components-reconnect-rejected[b-gjb17h4q6l] {
    display: flex;
}

#components-reconnect-modal .components-reconnecting[b-gjb17h4q6l],
#components-reconnect-modal .components-failed[b-gjb17h4q6l],
#components-reconnect-modal .components-rejected[b-gjb17h4q6l] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnecting[b-gjb17h4q6l],
#components-reconnect-modal.components-reconnect-failed .components-failed[b-gjb17h4q6l],
#components-reconnect-modal.components-reconnect-rejected .components-rejected[b-gjb17h4q6l] {
    display: block;
}

#components-reconnect-modal .components-messages[b-gjb17h4q6l] {
    color: #f0f0f0;
    margin: auto;
    text-align: center;
}

img.logo[b-gjb17h4q6l] {
    width: 180px;
    margin-bottom: 0.75em;
}

#components-reconnect-modal .components-messages h2[b-gjb17h4q6l] {
    color: white;
}

#components-reconnect-modal .components-messages a[b-gjb17h4q6l] {
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white;
}
/* /Components/Shared/SelectLanguage.razor.rz.scp.css */
ul[b-9d1ch94msa] {
    display: flex;
    padding-left: 0;
    margin: 0;
    list-style: none;
}

li > .selected[b-9d1ch94msa] {
    text-decoration: underline;
    text-decoration-thickness: 0.1em;
    text-underline-offset: 0.3em;
}

li:not(:first-child)[b-9d1ch94msa] {
    padding-left: 0.5ch;
}

    li:not(:first-child)[b-9d1ch94msa]::before {
        content: '/';
        margin-right: 0.5ch;
    }
/* /Components/Shared/TextAreaWithCounter.razor.rz.scp.css */
.textarea-counter-root[b-3vxgmfppm7] {
    position: relative;
}

.textarea-counter-hint[b-3vxgmfppm7] {
    position: absolute;
    bottom: 5px;
    right: 6px;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.82);
    border-radius: 3px;
    padding: 0 3px;
    line-height: 1.4;
}

[b-3vxgmfppm7] .textarea-report > textarea {
    height: 220px;
}

/* TextArea ReadOnly - estilo gris, scroll y focus */
[b-3vxgmfppm7] .readonly-field > textarea {
    background-color: #f2f2f2; /* gris claro */
    color: #555;
    border: 1px solid #d1d1d1;
    cursor: default;
    overflow: auto; /* Scroll funcional */
}

    /* Evitar efecto hover */
    [b-3vxgmfppm7] .readonly-field > textarea:hover {
        background-color: #f2f2f2;
    }

    /* Quitar borde / glow al hacer foco */
    [b-3vxgmfppm7] .readonly-field > textarea:focus {
        outline: none;
        box-shadow: none;
    }
/* /Components/Shared/UploadFileButton.razor.rz.scp.css */
.compact-upload-button[b-wismtgsouk] {
    height: 32px; 
    padding: 0 12px; 
    font-size: 0.875rem; 
}

.compact-upload-button .k-icon[b-wismtgsouk] {
    font-size: 16px; /* Icono más pequeño */
}
