/* /Components/Button/ButtonComponent.razor.rz.scp.css */
.btnStyle--HeightAuto[b-8pys0r3zkv] {
    min-height: 38px;
    height: auto;
    z-index: 2000;
}
/* /Components/DropDownList/DDLLangComponent.razor.rz.scp.css */

.custom-dropdown-item[b-4db0jidbau] {
    color: #333;
    background-color: #EAEAEA;
    transition: all 0.3s ease;
}


    .custom-dropdown-item:hover[b-4db0jidbau] {
        color: #fff;
        background-color: #007bff;
    }


.dropdown-menu[b-4db0jidbau] {
    background-color: #EAEAEA;
    max-width: 100%;
    overflow: auto;
}

.dropdown-style[b-4db0jidbau] {
    background-color: transparent;
    color: black;
    border: none;
}

body.dark .dropdown-style[b-4db0jidbau] {
    background-color: transparent;
    color: white;
    border: none;
}
/* /Components/Inputs/CodeInputComponent.razor.rz.scp.css */

/* Estilos para inputs personalizados */
.code-input:invalid[b-81klpdurw8] {
    border-color: #FF7A00 !important;
}

/* Estilos para los inputs de código */
.code-input-single[b-81klpdurw8] {
    display: flex;
    justify-content: center;
}

.code-input[b-81klpdurw8] {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 3vh;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 12px;
    padding: 10px;
    width: 90%;
    outline: none;
    transition: border-color 0.3s ease-in-out;
    letter-spacing: 3px;
}
/* /Components/Inputs/InputComponent.razor.rz.scp.css */
.custom-input[b-6xvash9rtt] {
    background-color: transparent !important;
    border: 3px solid #fff !important;
    color: #fff;
    transition: border-color 0.3s ease-in-out;
    box-shadow: none;
}

    .custom-input:required:invalid[b-6xvash9rtt] {
        border-color: #FF7A00 !important;
    }

    .custom-input:focus[b-6xvash9rtt] {
        border-color: #fff !important; /* Cambia el color del borde de nuevo a blanco cuando el campo está enfocado */
    }


.custom-input-container[b-6xvash9rtt] {
    position: relative;
    margin-bottom: 1rem; /* Espacio entre contenedores */
}

/* Aplica bordes curvos a todos los elementos de formulario */
.form-control[b-6xvash9rtt] {
    border-radius: 12px !important; /* Borde curvo */
}

/* Estilos para el botón de alternar contraseña */
.password-toggle-container[b-6xvash9rtt] {
    position: absolute;
    right: 6px;
    top: 7px;
    background: transparent;
    color: white;
    border: none;
}

    .password-toggle-container i[b-6xvash9rtt] {
        cursor: pointer;
        background-color: transparent;
    }

.span-custom-class[b-6xvash9rtt] {
    background: transparent;
    color: white;
    border: none;
    position: absolute;
    right: 6px;
    top: 7px;
}

input[b-6xvash9rtt] {
    margin: 0px !important;
    width: 100% !important;
}

.password-toggle-container i[b-6xvash9rtt] {
    cursor: pointer;
    background-color: transparent;
    z-index: 1000;
}
/* /Components/Inputs/InputModalComponent.razor.rz.scp.css */
.input-container[b-tayexlva6z] {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 0px;
}

    .input-container input[b-tayexlva6z] {
        margin-right: 0px;
        border-radius: 6px;
        padding: 2px;
        padding-left: 12px;
        border: 1px solid #7D7D7D;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        width: 100%;
        margin-left: 0px;
        transition: border-color 0.3s ease-in-out;
        box-shadow: none;
        outline: none;
    }

        .input-container input:required:invalid[b-tayexlva6z] {
            border-color: red !important;
        }

        .input-container input:focus[b-tayexlva6z] {
            border-color: #41BAEA !important;
        }
/* /Components/Label/LabelComponent.razor.rz.scp.css */
.custom-label[b-rrdecgmu2s] {
    width: 100%;
    display: block;
}
/* /Components/Modals/GenericModalComponent.razor.rz.scp.css */
.contenedor-modal[b-zjr3o0vp4v] {
    position: relative;
    width: auto;
    background-color: white;
    border-radius: 10px;
    padding: 10px 10px 30px 10px !important;
    z-index: 1000;
}

.imagen-inferior-derecha[b-zjr3o0vp4v] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 110px;
    height: auto;
    background-size: cover;
    padding: 0px;
    z-index: 0;
}

body.dark .contenedor-modal[b-zjr3o0vp4v] {
    background-color: #2d2d2d;
}

.svg-button[b-zjr3o0vp4v] {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
}

.t-window-action-close[b-zjr3o0vp4v]::before {
    content: url('../icons/Close.png') !important;
}

.col-10 strong[b-zjr3o0vp4v] {
    word-wrap: break-word;
    white-space: normal;
}

.expanded-modal[b-zjr3o0vp4v] {
    height: 92vh;
}

.position-container-fluid[b-zjr3o0vp4v] {
    position: relative;
    z-index: 1000;
}
/* /Components/Modals/NotificationsComponentModal.razor.rz.scp.css */

.container-modal[b-1l5fmeyogd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.container-modal__icon[b-1l5fmeyogd] {
    display: block;
    margin: 0px 0px;
    max-width: 45px;
    height: 60px;
}

    .container-modal__icon img[b-1l5fmeyogd] {
        max-width: 100%;
    }

.title-modal-error[b-1l5fmeyogd] {
    color: var(--color-Error);
    font-size: 30px;
}

.title-modal-success[b-1l5fmeyogd] {
    color: var(--color-Success);
    font-size: 30px;
}

.title-modal-information[b-1l5fmeyogd] {
    color: var(--color-Information);
    font-size: 30px;
}

.title-modal-warning[b-1l5fmeyogd] {
    color: var(--color-Warning);
    font-size: 30px;
}

.container-modal__title[b-1l5fmeyogd] {
    margin-top: 10px;
    font-weight: bold;
}

.container-modal__text[b-1l5fmeyogd] {
    margin-top: 10px;
}

.message-modal[b-1l5fmeyogd] {
    color: var(--color-gris-text);
    font-size: 15px;
    font-weight: 100 !important;
    line-height: 29px;
    word-wrap: break-word;
    padding: 6px 6px;
}

body.dark .message-modal[b-1l5fmeyogd] {
    color: var(--color-blanco);
}

.container-modal__buttons[b-1l5fmeyogd] {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.container-modal__image[b-1l5fmeyogd] {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100px;
    height: auto;
}
/* /Components/Spinners/SpinnerLoaderComponent.razor.rz.scp.css */
#modal-spinner[b-bykf2isgy3] {
    display: none;
}

.container[b-bykf2isgy3] {
    position: relative;
}

.svg-container[b-bykf2isgy3] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.imagen svg[b-bykf2isgy3], .imagen-hoja svg[b-bykf2isgy3] {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 0 8px black);
}

.imagen-hoja[b-bykf2isgy3] {
    z-index: 999999988;
}

@keyframes spin-b-bykf2isgy3 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.rotating-group[b-bykf2isgy3] {
    transform-origin: center;
    animation: spin-b-bykf2isgy3 2.5s linear infinite;
}

.cdspinner[b-bykf2isgy3] {
    position: fixed;
    /*background: linear-gradient(180deg, rgb(80 121 138 / 50%) 0%, rgb(91 91 91) 100%);*/
    background-color: rgb(0 0 0 / 50%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 90000;
}

.logocdspinner[b-bykf2isgy3] {
    position: fixed;
    background-color: rgba(255,255,255,0);
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: 80px;
    z-index: 90001;
    transform-origin: center;
    animation: spin-b-bykf2isgy3 2.5s linear infinite;
}

    .logocdspinner[b-bykf2isgy3]:before {
        content: "";
        display: block;
        position: relative;
        width: 45px;
        height: 45px;
        background: #1ccbf3;
        /*opacity: 0.7;*/
        border-bottom-left-radius: 30px;
        border-top-right-radius: 30px;
        -ms-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
        left: 23px;
        top: 8px;
    }

    .logocdspinner[b-bykf2isgy3]:after {
        content: "";
        display: block;
        position: relative;
        width: 45px;
        height: 45px;
        background: #94d646;
        /*opacity: 0.7;*/
        border-bottom-left-radius: 30px;
        border-top-right-radius: 30px;
        -ms-transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
        top: -22px;
        left: 8px;
    }



.cerrarspinner[b-bykf2isgy3] {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 90000;
    cursor: pointer;
}

    .cerrarspinner[b-bykf2isgy3]:after {
        content: '';
        display: block;
        position: relative;
        top: -13px;
        width: 20px;
        height: 6px;
        border-radius: 3px;
        background-color: red;
        z-index: 90003;
    }

    .cerrarspinner[b-bykf2isgy3]:before {
        content: '';
        display: block;
        position: relative;
        left: 7px;
        width: 6px;
        height: 20px;
        border-radius: 3px;
        background-color: red;
        z-index: 90004;
    }

.logocdspinnerControl[b-bykf2isgy3] {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    max-width: 100%;
    height: auto;
    filter: drop-shadow(2px 3px 3px var(--color-gris-oscuro-1));
}
/* /Components/Timer/TimerComponent.razor.rz.scp.css */
.resend-link[b-gtgfkm67uf] {
    cursor: default;
    color: grey;
    text-decoration: none;
}

    .resend-link.disabled[b-gtgfkm67uf] {
        pointer-events: none;
    }

    .resend-link.active[b-gtgfkm67uf] {
        color: white;
        font-weight: bold;
        text-decoration: none;
        cursor: pointer;
    }
/* /Components/UploadFiles/DragAndDropFilesComponent.razor.rz.scp.css */
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-light.ttf') format('truetype');
}

.file-upload-wrapper[b-1p9g7j3d7l] {
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 5px;
    position: relative;
    text-align: center;
    transition: all .24s ease-in-out;
    background-color: #f8f8f8;
}

body.dark .file-upload-wrapper[b-1p9g7j3d7l] {
    background-color: #404040;
}

.file-upload-wrapper:hover[b-1p9g7j3d7l] {
    border-color: var(--color-gris-main);
}

.hover[b-1p9g7j3d7l] {
    background-color: var(--color-gris-main);
}

.image-container img[b-1p9g7j3d7l] {
    width: 100%;
    margin-top: 10px;
}

.central-container[b-1p9g7j3d7l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    background-color: #f8f8f8;
}

    .central-container img[b-1p9g7j3d7l] {
        margin-bottom: 10px;
    }

    .central-container button[b-1p9g7j3d7l] {
        margin-bottom: 5px;
    }

    .central-container:hover[b-1p9g7j3d7l] {
        border-color: var(--color-gris-main);
    }

.button-styles-custom[b-1p9g7j3d7l] {
    padding-left: 25px;
    padding-right: 25px;
    background: #2196F3;
    border-radius: 8px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    word-wrap: break-word;
    text-align: center;
    border: none;
}

.custom-table-container[b-1p9g7j3d7l] {
    border: 1px solid #7D7D7D;
    border-radius: 10px;
    overflow: hidden;
}

body.dark .custom-table-container[b-1p9g7j3d7l] {
    border: 1px solid #ffffff;
    color: white;
}

.custom-table[b-1p9g7j3d7l] {
    width: 100%;
}

body.dark .custom-table[b-1p9g7j3d7l] {
    color: white;
}

.spinner-container[b-1p9g7j3d7l] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}
/* /Pages/HomePage.razor.rz.scp.css */
.text-area[b-347fk5a3sr] {
    padding: 1rem 1rem;
}

.chat_area[b-347fk5a3sr] {
    float: left;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    border: 1px solid #808080;
    border-radius: 5px;
}

    .chat_area li[b-347fk5a3sr] {
        padding: 14px 14px 0;
    }

        .chat_area li .chat-img1 img[b-347fk5a3sr] {
            height: 40px;
            width: 40px;
        }

    .chat_area .chat-body1[b-347fk5a3sr] {
        margin-left: 50px;
    }

.chat-body1 p[b-347fk5a3sr] {
    background: #fbf9fa none repeat scroll 0 0;
    padding: 10px;
}

.chat_area .admin_chat .chat-body1[b-347fk5a3sr] {
    margin-left: 0;
    margin-right: 50px;
}

.chat_area li:last-child[b-347fk5a3sr] {
    padding-bottom: 10px;
}

.chat_bottom[b-347fk5a3sr] {
    float: left;
    width: 100%;
}

/*area de estilos para el capturador de audio*/
.mic-area[b-347fk5a3sr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 2rem;
}

.mic-toggle[b-347fk5a3sr] {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    border-color: transparent;
    background-color: #2196F3;
    margin-bottom: 4rem;
}

    .mic-toggle[b-347fk5a3sr]:after,
    .mic-toggle[b-347fk5a3sr]:before {
        --pad: 0rem;
        content: '';
        display: block;
        position: absolute;
        z-index: 0;
        background-color: rgba(33, 150, 243, 0.2);
        top: var(--pad);
        left: var(--pad);
        right: var(--pad);
        bottom: var(--pad);
        border-radius: 50%;
    }

    .mic-toggle[b-347fk5a3sr]:after {
        transition: 0.4s;
    }

    .mic-toggle[b-347fk5a3sr]:before {
        transition: 0.2s;
    }

    .mic-toggle:hover[b-347fk5a3sr]:before {
        --pad: -1rem;
    }

    .mic-toggle:hover[b-347fk5a3sr]:after {
        --pad: -2rem;
    }

    .mic-toggle span[b-347fk5a3sr] {
        position: relative;
        z-index: 1;
        color: #fff;
        font-size: 4rem;
    }

    .mic-toggle.is-recording[b-347fk5a3sr]:after {
        animation: valueAfter-b-347fk5a3sr 0.6s ease-in alternate-reverse forwards infinite;
    }

/*.mic-toggle.is-recording:before {
    animation: valueBefore 0.6s ease-in alternate-reverse forwards infinite;
}*/

@keyframes valueAfter-b-347fk5a3sr {
    0% {
        top: -2rem;
        left: -2rem;
        right: -2rem;
        bottom: -2rem;
    }

    100% {
        top: -1rem;
        left: -1rem;
        right: -1rem;
        bottom: -1rem;
    }
}

@keyframes valueBefore-b-347fk5a3sr {
    0% {
        top: -1rem;
        left: -1rem;
        right: -1rem;
        bottom: -1rem;
    }

    100% {
        top: -0.5rem;
        left: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
    }
}

.playback[b-347fk5a3sr] {
    margin-bottom: 1rem;
    box-shadow: 0px 0px 1rem #2196F3;
    border-radius: 999px;
}

.parent-div[b-347fk5a3sr] {
    position: sticky;
    top: 0;
    margin-bottom: 5%;
    transition: margin 0.3s ease-in-out;
}

.MainMenu[b-347fk5a3sr] {
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%; 
    box-sizing: border-box;
    width: 100%;
}

.bottom-nav[b-347fk5a3sr] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: clamp(70px, 8vh, 85px); 
    background: #fff;
    border-radius: 0;
    padding: 10px clamp(10px, 4vw, 20px);
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    align-items: center;
    gap: clamp(4px, 1vw, 10px);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
    z-index: 50;
    transition: all 0.3s ease-in-out;
}

.btn[b-347fk5a3sr] {
    height: 7vh;
    min-width: 2vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 0;
    padding: 0;
    border-radius: 12px;
    font-size: 14px;
    font-size: 14px;
    color: #6b7280;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: color .18s ease;
    line-height: 1;
    white-space: nowrap;
}

    .btn svg[b-347fk5a3sr] {
        display: block;
        transition: transform .25s ease;
    }

    .btn.active[b-347fk5a3sr] {
        color: #41baea;
        outline: auto;
        border-radius: 12px;
    }

        .btn.active svg[b-347fk5a3sr] {
            transform: translateY(-5px);
        }

    .btn:focus[b-347fk5a3sr],
    .btn:focus-visible[b-347fk5a3sr] {
        outline:auto;
        box-shadow: none;
    }

.indicator[b-347fk5a3sr] {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 0;
    width: 50%;
    border-radius: 16px;
    transition: transform .35s cubic-bezier(.25,.8,.25,1);
    z-index: 0;
}

.imagen-inferior-derecha[b-347fk5a3sr] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: clamp(140px, 14vw, 180px);
    height: auto;
    background-size: cover;
    padding: 0;
    z-index: 0;
}

/* Pantallas muy pequeñas */
@media (max-width: 800px) {
    .btn span[b-347fk5a3sr] {
        display: none;
    }
}

.btn-send-api[b-347fk5a3sr] {
    background-color: #41baea;
    color: white;
    padding: 0.8rem 0;
    width: clamp(150px, 50%, 320px); 
    border: none;
    border-radius: 12px;
    margin: 3% auto 0 auto;
    display: block;
    text-align: center;
    font-weight: 500;
    transition: background 0.3s ease-in-out;
}

    .btn-send-api:hover[b-347fk5a3sr] {
        background-color: #249ed1;
    }
/* /Pages/Maintenance.razor.rz.scp.css */
.maintenance-container[b-cu9a9xe64g] {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 20px;
    border-radius: 10px;
}

.maintenance-content[b-cu9a9xe64g] {
    background: transparent;
    border-radius: 0;
    padding: 0px 40px 60px 40px;
    box-shadow: none;
    max-width: 500px;
    width: 100%;
    text-align: center;
    color: white;
}

.main-title[b-cu9a9xe64g] {
    color: white;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
    font-size: 2.5rem;
}

.subtitle[b-cu9a9xe64g] {
    color: white;
    margin-bottom: 30px;
    line-height: 1.6;
}

.animation-container[b-cu9a9xe64g] {
    margin: 40px 0;
}

.status-info[b-cu9a9xe64g] {
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}

.status-badge[b-cu9a9xe64g] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.status-dot[b-cu9a9xe64g] {
    width: 8px;
    height: 8px;
    background: #ffcc00;
    border-radius: 50%;
    margin-right: 8px;
    animation: pulse-b-cu9a9xe64g 2s infinite;
}

.status-text[b-cu9a9xe64g] {
    color: #ffcc00;
    font-weight: 600;
}

.last-check[b-cu9a9xe64g] {
    margin: 5px 0;
    color: white;
}

@keyframes pulse-b-cu9a9xe64g {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}
/* /Pages/Views/LoginView.razor.rz.scp.css */
.microsoft-button[b-xzcrdqfk0l] {
    display: flex;
    align-items: center;
    background-color: #f3f2f1;
    color: #000000;
    border: 2px solid #d4d4d4;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

    .microsoft-button:hover[b-xzcrdqfk0l] {
        background-color: #e1e1e1;
        border-color: #888888;
    }

.microsoft-icon[b-xzcrdqfk0l] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.msAuth[b-xzcrdqfk0l] {
    height: 50px;
    padding: 12px 24px;
    cursor: pointer;
}

    .msAuth a[b-xzcrdqfk0l] {
        color: black;
        text-decoration: none;
        text-align: center;
    }
/* /Shared/LoginLayout.razor.rz.scp.css */
/*---------------Contenedores Login.razor--------------------*/
.logo_1[b-o8cg4hj4qw] {
    max-width: 40%;
}

/*.banner-mobile {
    display: none;
}

@media (max-width: 768px) {
    .banner-pc {
        display: none;
    }

    .banner-mobile {
        display: block;
    }
}*/

header[b-o8cg4hj4qw] {
    background: #eeeeee;
    background-size: cover;
    width: 100vw;
    flex-direction: column;
}

    header img[b-o8cg4hj4qw] {
/*        width: 25%;*/
        max-width: 150px;
    }

@media (max-width: 430px) {
    .logo_1[b-o8cg4hj4qw] {
        max-width: 77%;
    }
}

@media (max-width: 450px) {
    .logo_1[b-o8cg4hj4qw] {
        max-width: 50%;
    }

    .logo-max-width[b-o8cg4hj4qw]{
        max-width: 200px;
    }
    
}

@media (min-width: 700px) and (max-width: 1300px) {
    .logo_1[b-o8cg4hj4qw] {
        max-width: 25%;
    }
}

.page-wrapper[b-o8cg4hj4qw] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.responsive-background[b-o8cg4hj4qw] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    overflow: hidden;
    object-fit: cover;
}

.main-content[b-o8cg4hj4qw] {
    flex-grow: 1;
}

/*.show-on-small {
    display: none;
}

.hide-on-small {
    display: block;
}*/

.bg-custom[b-o8cg4hj4qw] {
    background: radial-gradient(151.92% 127.02% at 15.32% 21.04%, rgba(152, 152, 152, 0.20) 0%, rgba(204, 88, 84, 0.02) 77.08%, rgba(179, 121, 223, 0.20) 100%);
    backdrop-filter: blur(50px);
}

.logo-wrapper[b-o8cg4hj4qw] {
    z-index: 10;
    width: 30%;  Establece el ancho del contenedor, puedes ajustarlo según tus necesidades 
    pointer-events: none;
}

.logo-wrapper[b-o8cg4hj4qw] {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 300px;
    height: 300px;
    background-image: url('../img/modoDeAislamiento.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

#footer-login[b-o8cg4hj4qw] {
    background-color: var(--color-blanco);
    text-align: center;
    padding: 15px 0;
    flex-shrink: 0;
    margin-top: auto;
    border-top: 5px solid var(--color-celeste-control);
    font-size: 14px;
}

/*body.dark #footer-login {
    background-color: var(--color-gris-oscuro-1);
    color: var(--color-blanco);
}

    body.dark #footer-login a {
        color: var(--color-blanco) !important;
    }*/

/*#region MediaProgramming */

@media (max-width: 767px) {
    .logo-wrapper[b-o8cg4hj4qw] {
        width: 50%;
        bottom: -104px;
    }
}

/*@media (max-width: 1300px) {
    .show-on-small {
        display: block;
    }

    .row.flex-grow-1 {
        flex-direction: column;*/ /* Cambiar la dirección de la fila a columna */
        /*height: 100%;*/ /* Asegurar que la fila ocupe todo el espacio disponible */
    /*}

    .hide-on-small {
        display: none;*/ /* Ocultar en pantallas pequeñas */
    /*}

    .col-7,
    .col-5 {
        height: 0;*/ /* Resetear altura */
        /*flex-grow: 1;*/ /* Permitir que las columnas crezcan para llenar el espacio */
        /*width: 100%;*/ /* Asegurar que las columnas cubran todo el ancho disponible */
    /*}

    .col-7 {
        flex-basis: 70%;*/ /* Establecer la base de crecimiento al 70% para la columna superior */
    /*}

    .col-5 {
        flex-basis: 30%;*/ /* Establecer la base de crecimiento al 30% para la columna inferior */
    /*}

    .logo-container {
        order: -1;*/ /* Mover el contenedor del logo a la parte superior de la columna */
    /*}
}

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

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth ::deep a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}*/

/*#endregion */
/* /Shared/MainLayout.razor.rz.scp.css */
/* DISE�O NUEVO -- SANTIAGO DEL VALLE */

:root[b-k9yn3juccu] {
    --nav-h-sm: 64px
}

.nav-elevated[b-k9yn3juccu] {
    border: 1px solid #e9ecef;
    border-top: none;
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 6px 20px rgba(33,37,41,.08);
    position: relative;
    z-index: 0;
}

/* Si usas sticky-top */
.navbar.sticky-top.nav-elevated[b-k9yn3juccu] {
    z-index: 0 !important;
}

/* Si usas fixed-top */
.navbar.fixed-top.nav-elevated[b-k9yn3juccu] {
    z-index: 0 !important;
}


.nav-toggler-soft[b-k9yn3juccu] {
    border-radius: .6rem;
    border: transparent;
    transition: background-color .15s ease,box-shadow .15s ease,transform .12s ease
}

    .nav-toggler-soft:focus[b-k9yn3juccu], .nav-toggler-soft:hover[b-k9yn3juccu] {
        background-color: #f8f9fa;
        box-shadow: 0 0 0 .2rem rgba(13,110,253,.15);
        transform: translateY(-1px)
    }

.btn-ghost[b-k9yn3juccu] {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    color: #343a40;
    transition: color .15s ease
}

    .btn-ghost:hover[b-k9yn3juccu] {
        color: #41baea
    }

@media (min-width:768px) {
    .btn-ghost[b-k9yn3juccu] {
        background: #fff;
        border: transparent;
        border-radius: .6rem;
        padding: .375rem .75rem;
        transition: color .15s ease,background-color .15s ease,border-color .15s ease,transform .12s ease
    }

        .btn-ghost:hover[b-k9yn3juccu] {
            transform: translateY(-1px)
        }
}

.navbar .nav-link[b-k9yn3juccu] {
    border-radius: .5rem;
    padding: .5rem .75rem;
    transition: background-color .15s ease,color .15s ease,transform .12s ease
}

    .navbar .nav-link:hover[b-k9yn3juccu] {
        background-color: #f1f3f5;
        transform: translateY(-1px)
    }

.dropdown-menu[b-k9yn3juccu] {
    border-radius: .75rem;
    border: 1px solid #e9ecef;
    box-shadow: 0 12px 24px rgba(33,37,41,.08);
    padding: .5rem
}

.dropdown-item[b-k9yn3juccu] {
    border-radius: .5rem;
    padding: .5rem .75rem;
    transition: background-color .12s ease,color .12s ease
}

    .dropdown-item:hover[b-k9yn3juccu] {
        background-color: #eef2f7
    }

.navbar select[b-k9yn3juccu], .navbar .form-select[b-k9yn3juccu] {
    border-radius: .6rem !important;
    border-color: #dee2e6 !important;
    padding: .45rem .9rem !important;
    transition: box-shadow .15s ease,border-color .15s ease
}

    .navbar select:focus[b-k9yn3juccu], .navbar .form-select:focus[b-k9yn3juccu] {
        box-shadow: 0 0 0 .2rem rgba(13,110,253,.15) !important;
        border-color: #b6cffd !important
    }

.content-offset[b-k9yn3juccu] {
    padding-top: 0;
    margin-top: 0
}

.nav-section-title[b-k9yn3juccu] {
    font-size: .78rem;
    letter-spacing: .02em;
    color: #6c757d;
    text-transform: uppercase
}

/* Estilos unificados para nav-mobile-item */
.nav-mobile-item[b-k9yn3juccu] {
    position: relative;
    background: #fff;
    border: transparent;
    border-radius: .6rem;
    padding: .65rem .9rem;
    font-weight: 500;
    color: #212529;
    transition: background-color .15s ease,color .15s ease,transform .12s ease,border-color .15s ease;
    white-space: nowrap;
}

    .nav-mobile-item[b-k9yn3juccu]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 3px;
        background-color: transparent;
        border-radius: 0 2px 2px 0;
        transition: background-color 0.2s ease;
    }

    .nav-mobile-item:hover:not(.active)[b-k9yn3juccu] {
        background: #f6f7f9;
        transform: translateY(-1px)
    }

    .nav-mobile-item.active[b-k9yn3juccu] {
        background: #e7f3ff !important;
        border-color: #e7f3ff !important;
        color: #41baea !important;
    }

        .nav-mobile-item.active[b-k9yn3juccu]::before {
            background-color: #41baea;
        }

        .nav-mobile-item.active i[b-k9yn3juccu] {
            color: #41baea;
        }

        .nav-mobile-item.active:hover[b-k9yn3juccu] {
            background: #d0e7ff !important;
            border-color: #d0e7ff !important;
        }

/* Ajustes para desktop */
@media (min-width: 768px) {
    .w-md-auto[b-k9yn3juccu] {
        width: auto !important;
    }

    .nav-mobile-item[b-k9yn3juccu] {
        min-width: 150px;
    }
}

/* Estilos para el men� lateral (sidebar) */
.menu-item[b-k9yn3juccu] {
    position: relative;
    border: none !important;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
    background-color: transparent;
    padding: .8rem 1rem;
}

    .menu-item[b-k9yn3juccu]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 3px;
        background-color: transparent;
        border-radius: 0 2px 2px 0;
        transition: background-color 0.2s ease;
    }

    .menu-item.active[b-k9yn3juccu] {
        background-color: #e7f3ff !important;
        color: #41baea !important;
        border-color: transparent !important;
    }

        .menu-item.active[b-k9yn3juccu]::before {
            background-color: #41baea;
        }

        .menu-item.active i[b-k9yn3juccu] {
            color: #41baea;
        }

    .menu-item:hover:not(.active)[b-k9yn3juccu] {
        background-color: #f8f9fa;
    }

    .menu-item:focus[b-k9yn3juccu] {
        outline: none;
        box-shadow: none;
    }

.nav-mobile-item.btn-ghost[b-k9yn3juccu] {
    padding-left: .9rem !important;
    padding-right: .9rem !important;
}

/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-oc0x9zp4d8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-oc0x9zp4d8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-oc0x9zp4d8] {
    font-size: 1.1rem;
}

.oi[b-oc0x9zp4d8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-oc0x9zp4d8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-oc0x9zp4d8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-oc0x9zp4d8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-oc0x9zp4d8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-oc0x9zp4d8]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-oc0x9zp4d8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-oc0x9zp4d8] {
        display: none;
    }

    .collapse[b-oc0x9zp4d8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
