/* Importar fuente moderna */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600&display=swap');
body * {
    font-family: 'Outfit', sans-serif !important;
    font-size: 16px;
}

.logo-container {
    position: relative;
    display: flex;
    background-color: white;
    background-image: url('/img/FondoTestConnect2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 7px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
    padding: 10px;
    margin: 0 auto;
    width: 100%;
    height: 20vh;
    min-height: 150px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.logo-Ecosistemas {
    max-width: 400px !important;
    max-height: 100% !important;
    width: 350px !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
    min-height: 120px !important;
}


/* Fondo del formulario */

.background-img {
    background-image: url('/img/FondoTestConnect.jpg');
    /* Ruta a tu imagen de fondo */
    background-size: cover;
    /* Ajusta la imagen para cubrir todo el contenedor */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
    background-attachment: fixed;
    /* La imagen queda fija */
    width: auto;
    height: 80%;
}

.container {
    width: calc(100% - 50px);
    /* Evita que se sobrepase del menú */
    margin-left: 50px;
    /* Asegura que el contenido no se solape con el menú */
    /* Agrandar el contenedor*/
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: stretch;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

@media (min-width: 981px) {
    .container {
        width: calc(100% - 126px);
        /* Evita que se sobrepase del menú */
        margin-left: 126px;
        /* Asegura que el contenido no se solape con el menú */
    }
}

.container-form {
    background-color: white;
    border-radius: 8px;
    /* Le da los bordes al contenedor*/
    width: 90%;
    /* Agranda el contenedor*/
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1px;
}

.description {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    font-size: 20px;
}

.form--div-label-number {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.cantidad {
    display: flex;
    width: 250px;
}

.cantidad:hover+.info-text {
    display: flex;
    align-items: flex-start;
    /* Ajusta la alineación */
}

.info-text {
    display: none;
    position: absolute;
    /* Cambiado de relative a absolute */
    background-color: #f9f9f9;
    color: #333;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    font-size: 11px;
    top: 84%;
    /* Posiciona debajo del input */
    left: 50px;
    /* Alinea al lado izquierdo del input */
    margin-top: 5px;
    /* Añade un margen para separarlo del input */
}


/* Formulario cambios - Cierre */

.info-title {
    font-size: 24px;
    font-weight: bold;
    color: #007bff;
}

.info-subtitle {
    font-size: 14px;
    font-weight: bold;
    color: #007bff;
}

.info-description {
    font-size: 18px;
    color: #333;
}

.info-para {
    font-size: 18px;
    color: #333;
}

.info-quiero {
    font-size: 18px;
    color: #333;
}

.center-text {
    /* text-align: center;  */
    display: flex;
    width: 30%;
    /* Una forma de colocar los dos botones a la izquierda y separados  */
    justify-content: center;
    gap: 10px;
    /* Una forma de colocar los dos botones a la izquierda y separados  */
    padding-bottom: 20px;
}

#divs-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    gap: 10px;
    padding: 20px;
    max-width: 100% !important;
    overflow-x: hidden !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    box-sizing: border-box !important;
}

.content-text {
    padding: 10px;
    border-radius: 5px;
    list-style-type: none;
    width: 100%;
    /* border: #000000; */
    /* border-style: solid; */
}

.content-text-hu {
    padding: 4px;
    border-radius: 5px;
    list-style-type: none;
}

.texto-span {
    padding-left: 30px;
    outline: 0px solid transparent;
    list-style-type: none;
    max-width: 100% !important;
    overflow-x: hidden !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    box-sizing: border-box !important;
}

.form-check-result {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1rem;
}

.blue-bold-text {
    color: rgb(82, 82, 233);
    font-weight: bold;
    outline: 0px solid transparent;
    list-style-type: none;
}

.top-left {
    position: absolute;
    top: 25px;
    left: 5px;
}

.div-resultContainer {
    /* width: auto; */
    /*min-width: 500px;*/
    max-width: 9500px;
    background-color: rgba(255, 255, 255, 0.521);
    /* Fondo blanco para la "hoja" */
    border: 1px solid #ccc;
    border-radius: 7px;
    /* Borde gris claro */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    padding: 2px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#containerJiraList {
    background-color: white;
    padding: 20px;
    width: auto;
    /* Cambiado a 100% para adaptarse al contenedor padre */
    max-width: 900px;
    /* Mantiene el límite máximo */
    justify-content: center;
    flex-wrap: wrap;
    /* Permite que los hijos se envuelvan */
    align-items: center;
    margin: 10px;
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #333;
    visibility: hidden;
    border: 1px solid #ccc;
    border-radius: 7px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: sticky;
}

#containerJiraList .jkey {
    font-weight: bold;
    color: #5028ff;
    margin: 2px;
    padding: 2px;
    /* // width: calc(100% - 10px); Ajusta el ancho según el contenedor */
    display: block;
}

#containerJiraList .jlink {
    font-weight: normal;
    color: #333;
    margin: 2px;
    padding: 2px;
    display: block;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

#containerJiraList .jlink:hover {
    font-weight: normal;
    color: #2600ce;
}

#containerJiraList>a,
#containerJiraList>i {
    display: inline;
}

#containerJiraList i {
    padding-left: 20px;
    padding-top: 10px;
    font-size: 14px;
}

#containerJiraList.show {
    visibility: visible;
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 60px;
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        bottom: 60px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

#progress-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    opacity: 0.1;
}

#progress {
    width: 50%;
}

#containerButtons {
    background-color: white;
    border-radius: 7px;
    /* Le da los bordes al contenedor*/
    padding: 8px;
    width: 100%;
    justify-content: space-evenly;
    /*Muevo los  botenes Jira y Excel*/
    display: flex;
    margin-bottom: 10px;
}


/* botones Generar y Limpiar */

.btn-limpiar {
    border-color: rgba(187, 63, 125, 0.863);
    background-color: rgba(187, 63, 125, 0.863);
    transform: translateY(-2px);
    /* Simula un efecto 3D */
    box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.4);
}

.btn-limpiar:hover {
    background-color: white;
    color: rgba(187, 63, 125, 0.863);
    border-color: rgba(187, 63, 125, 0.863);
}

.btn-generar {
    transform: translateY(-2px);
    /* Simula un efecto 3D */
    box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.4);
}

.btn-generar:hover {
    background-color: white;
    color: #007bff;
    border-color: #007bff;
}

#toast {
    visibility: hidden;
    max-width: 800px;
    background-color: #5028ff;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    border-color: #333;
    padding: 16px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
}

#toast.show {
    visibility: visible;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.toast-message {
    font-size: 16px;
    line-height: 1.5;
    white-space: pre-line;
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 40px;
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        bottom: 40px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}


/* --------------------------- logout */

#logoutButton {
    background-color: darkred;
    /* Color más oscuro y rojo */
    color: white;
    /* Texto blanco */
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
}

#logoutButton:hover {
    background-color: rgb(179, 56, 56);
    /* Cambia el color al pasar el ratón */
}

#conteinerButtonLogout {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: small;
}


/* -.---------------------- */


/* Estilos para el spinner */

#spinner-container #spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}


/* --- Estilos del Spinner (Reestructurado) --- */


/* El overlay que cubre toda la pantalla */

#spinner-overlay {
    position: fixed;
    /* Se posiciona relativo a la ventana del navegador */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Fondo oscuro semi-transparente */
    display: none;
    /* Oculto por defecto */
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* Para apilar el spinner y el texto */
    z-index: 10000;
    /* Un z-index muy alto para que esté por encima de todo */
}


/* El círculo giratorio */

.spinner {
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-top: 8px solid #007bff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}


/* El texto debajo del spinner */

.loading-text {
    margin-top: 20px;
    font-family: 'Arial', sans-serif;
    font-size: 1.2em;
    color: white;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}


/* Animación de rotación */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* -------------------- */

.botonCopy {
    background-color: #5a7d9a;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    margin-top: 5px;
}

.botonCopy:hover {
    background-color: white;
    color: #5a7d9a;
}

.back-document {
    width: 600px;
    /* Ancho similar a una hoja A4 */
    background-color: white;
    /* Fondo blanco para la "hoja" */
    border: 1px solid #ccc;
    border-radius: 7px;
    /* Borde gris claro */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    /* Sombra suave para simular altura */
    padding: 40px;
    /* Espacio dentro de la "hoja" */
    margin: 20px auto;
    /* Centrado horizontal */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* Alinea el contenido hacia arriba */
    position: relative;
}

.back-document::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid #ddd;
    border-radius: 7px;
    /* Borde externo más tenue */
    z-index: -1;
    width: auto;
    /* Coloca el borde detrás del documento */
}

.back-document-content {
    font-family: "Arial", sans-serif;
    /* Fuente similar a la que se usa en Word */
    color: #333;
    /* Texto en gris oscuro */
    line-height: 1.6;
    /* Espaciado de líneas adecuado */
    min-width: 180px;
    width: auto;
    display: flex;
    /* Utilizar flexbox para la alineación */
    flex-direction: column;
    /* Alinear los elementos en columna */
    align-items: center;
    gap: 10px;
    /* Espaciado entre los botones */
}


/* Adaptabilidad del alto según contenido */

.back-document {
    height: auto;
    /* Ajusta la altura según el contenido */
}

.back-documentACT {
    width: auto;
    /* Ancho similar a una hoja A4 */
    background-color: white;
    /* Fondo blanco para la "hoja" */
    border: 1px solid #ccc;
    /* Borde gris claro */
    border-radius: 7px;
    /* Borde redondeado */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    /* Sombra suave para simular altura */
    padding: 20px;
    /* Espacio dentro de la "hoja" */
    display: flex;
    flex-direction: column;
    /* Alinear elementos en columna */
    position: sticky;
    /* Para que los elementos secundarios se alineen correctamente */
}

.back-document-contentACT {
    color: #333;
    /* Texto en gris oscuro */
    line-height: 1.6;
    /* Espaciado de líneas adecuado */
    min-width: 125px;
    width: auto;
    display: flex;
    /* Utilizar flexbox para la alineación */
    flex-direction: column;
    /* Alinear los elementos en columna */
    gap: 10px;
    /* Espaciado entre los botones */
}


/* Estilo para el contenedor de botones */


/* Estilos para el menú de acciones */

.actions_buttons {
    position: fixed;
    left: 0;
    bottom: 30px;
    background-color: white;
    padding: 8px;
    margin: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: auto;
}

.actions_buttons .custom-buttons-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.actions_buttons .btn {
    padding: 10px;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    width: 100%;
    transition: transform 0.2s, box-shadow 0.2s;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.actions_buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.4);
}

.actions_buttons .icon,
i,
img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    filter: brightness(7.5);
}

.aliIMG {
    margin-left: 5px;
}

@media (max-width: 980px) {
    .actions_buttons {
        width: 65px;
    }
    .actions_buttons .custom-buttons-container button {
        display: flex;
        justify-content: center;
        font-size: 0px;
        width: 45px;
        height: 40px;
    }
    .actions_buttons .custom-buttons-container button:hover {
        display: flex;
        justify-content: space-around;
        font-size: 12px;
        width: max-content;
    }
    .actions_buttons .icon,
    i,
    img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 15px;
        filter: brightness(7.5);
    }
    .aliIMG {
        margin-left: 0px;
    }
}


/* Estilos de botones específicos */

.actions_buttons .jira {
    background: linear-gradient(45deg, #0b74e7, #1a98ff);
}

.actions_buttons .xray {
    background: linear-gradient(45deg, #4CAF50, #66BB6A);
}

.actions_buttons .export-xray {
    background: linear-gradient(45deg, #388E3C, #43A047);
}

.actions_buttons .excel {
    background: linear-gradient(95deg, #FFA726, #d8a14e);
    color: #ffffff;
}

.actions_buttons .pdf {
    background: linear-gradient(95deg, #8b26ff, #684dff);
}


/*-------------------------*/

.hiddenImageProcess {
    display: none;
}

.showImageProcess {
    display: block;
}

.custom-radio-container {
    display: flex;
    /* Cambiado de block a flex */
    flex-direction: column;
    /* Para apilar los botones uno debajo del otro */
    gap: 5px;
    /* Espacio entre los botones */
    margin: 4px;
    padding: 8px;
    border: 0px solid #3a5ac5;
    border-radius: 7px;
    box-shadow: 0px 0px 0px 0px rgba(55, 77, 172, 0.651);
}

.custom-radio-container .custom-radio {
    position: relative;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin: 2px;
}

.custom-radio-container .radio-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    color: #fff;
    font-weight: 500;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 350px;
    text-align: center;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.3px;
    border: 2px solid transparent;
}


/* Estado no seleccionado */

.custom-radio-container .custom-radio:not(:checked) .radio-label {
    background: rgba(255, 255, 255, 0.9);
    color: #4b5563;
    border: 2px solid #e5e7eb;
}


/* Efectos hover para cada botón no seleccionado */

.custom-radio-container .custom-radio:nth-child(1) .radio-label:hover {
    background: #f0fdf4;
    border-color: #86efac;
    color: #166534;
}

.custom-radio-container .custom-radio:nth-child(2) .radio-label:hover {
    background: #eff6ff;
    border-color: #93c5fd;
    color: #1e40af;
}

.custom-radio-container .custom-radio:nth-child(3) .radio-label:hover {
    background: #fff7ed;
    border-color: #fdba74;
    color: #9a3412;
}

.custom-radio-container .custom-radio:nth-child(4) .radio-label:hover {
    background: #fdf2f8;
    border-color: #f9a8d4;
    color: #831843;
}


/* Estilos para botones seleccionados */

.custom-radio-container .custom-radio input:checked+.radio-label {
    transform: translateY(2px);
    font-weight: 600;
}


/* Colores específicos para cada botón seleccionado */

.custom-radio-container .custom-radio:nth-child(1) input:checked+.radio-label {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}

.custom-radio-container .custom-radio:nth-child(2) input:checked+.radio-label {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.custom-radio-container .custom-radio:nth-child(3) input:checked+.radio-label {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
}

.custom-radio-container .custom-radio:nth-child(4) input:checked+.radio-label {
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
    box-shadow: 0 4px 15px rgba(236, 72, 153, 0.3);
}


/* Efecto de hundimiento */

.custom-radio-container .custom-radio input:checked+.radio-label {
    background-color: #ddd;
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.3);
    transform: translateY(2px);
}


/* Colores para los diferentes botones */

.custom-radio-container .custom-radio:nth-child(1) input:checked+.radio-label {
    background-color: #4CAF50;
    /* Verde para Historia de usuario */
}

.custom-radio-container .custom-radio:nth-child(2) input:checked+.radio-label {
    background-color: #2196F3;
    /* Azul para Casos de prueba */
}

.custom-radio-container .custom-radio:nth-child(3) input:checked+.radio-label {
    background-color: #FF9800;
    /* Naranja para Criterios de aceptación */
}

.custom-radio-container .custom-radio:nth-child(4) input:checked+.radio-label {
    background-color: #F44336;
    /* Rojo para Criterios de aceptación Gherkin */
}


/* Efecto de elevación en los no seleccionados */

.custom-radio-container .custom-radio:not(:checked) .radio-label {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(70, 70, 70, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #333;
}

#wait_messenger_box {
    font-size: 16px;
    font-family: Arial, sans-serif;
    background: linear-gradient(90deg, #963017, #f5c39d, #963017);
    background-clip: text;
    font-weight: bold;
    color: transparent;
    display: flex;
    align-items: center;
    margin: 0;
    animation: colorChange 4s ease-in-out infinite, moveText 5s linear infinite;
    background-size: 200% 100%;
    /* Para animar el degradado */
    position: relative;
    white-space: nowrap;
    /* Evita que el texto se divida en varias líneas */
}

@keyframes colorChange {
    0%,
    100% {
        background-position: 0% 100%;
    }
    50% {
        background-position: 100% 0%;
    }
}

@keyframes moveText {
    0% {
        left: 0px;
        /* Punto inicial */
    }
    25% {
        left: -100px;
        /* Moverse 100px a la izquierda */
    }
    50% {
        left: 200px;
        /* Moverse 200px a la derecha */
    }
    100% {
        left: 0px;
        /* Regresa al punto inicial */
    }
}

#wait_messenger_box_MC {
    font-size: 18px;
    font-family: Arial, sans-serif;
    width: 300px;
    height: 20px;
    line-height: 50px;
    /* Para centrar verticalmente el texto */
    text-align: center;
    /* Para centrar horizontalmente el texto */
    background: linear-gradient(90deg, #ff0000, #ffa500, #ff00ff, #0000ff, #00ff00, #0000ff, #ff00ff, #ffa500, #ff0000);
    background-size: 600% 100%;
    /* Aumenta el tamaño del degradado para el movimiento */
    color: white;
    border-radius: 10px;
    /* Bordes redondeados */
    margin: 0 auto;
    /* Centra horizontalmente */
    animation: moveGradient 750ms cubic-bezier(0.23, 1, 0.320, 1) infinite;
    /* Movimiento del degradado */
    position: relative;
}

@keyframes moveGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

#wait_messenger_box_MC_C {
    font-size: 20px;
    font-family: Arial, sans-serif;
    width: 100px;
    /* Ancho del círculo */
    height: 100px;
    /* Alto del círculo */
    line-height: 100px;
    /* Centra el texto verticalmente */
    text-align: center;
    /* Centra el texto horizontalmente */
    background: conic-gradient(from 0deg, #ffffff, #d9d9d9, #b3b3b3, #8c8c8c, #666666, #404040, #1a1a1a, #000000, #1a1a1a, #404040, #666666, #8c8c8c, #b3b3b3, #d9d9d9, #ffffff);
    color: black;
    /* Cambia el color del texto a negro para mejor visibilidad */
    border-radius: 50%;
    /* Convierte el cuadrado en un círculo */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    /* Centra horizontalmente */
    position: relative;
    /* Cambia a relative para evitar problemas con sticky */
    animation: rotateConicGray 4s linear infinite;
    /* Animación de rotación */
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

@keyframes rotateConicGray {
    0% {
        transform: rotate(0deg);
        /* Comienza sin rotación */
    }
    100% {
        transform: rotate(360deg);
        /* Rota 360 grados alrededor del centro */
    }
}

.image-container {
    position: relative;
    /* Hace que el contenedor sirva de referencia para las imágenes */
    width: 100px;
    /* Ajusta el ancho según el tamaño de la imagen más grande */
    height: 100px;
    /* Ajusta la altura según el tamaño de la imagen más grande */
}

.circular-image1,
.circular-image2,
.circular-image3 {
    position: absolute;
    /* Superpone las imágenes una sobre otra */
    top: 0;
    left: 0;
    border-radius: 50%;
    /* Mantiene las imágenes circulares */
    object-fit: cover;
}

.circular-image1 {
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
}

.circular-image2 {
    width: 80px;
    height: 80px;
    top: 10px;
    /* Ajusta para centrar la imagen más pequeña */
    left: 10px;
    /* Ajusta para centrar la imagen más pequeña */
    animation: spin 2s linear infinite;
}

.circular-image3 {
    width: 60px;
    height: 60px;
    top: 20px;
    /* Ajusta para centrar la imagen más pequeña */
    left: 20px;
    /* Ajusta para centrar la imagen más pequeña */
    animation: spin 3s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.animated-text {
    font-size: 2rem;
    font-family: Arial, sans-serif;
    background: linear-gradient(90deg, #ff7e5f, #feb47b);
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.animated-text span {
    display: inline-block;
    animation: wave 1.5s ease-in-out infinite;
    font-size: 1.5em;
}

.animated-text span:nth-child(even) {
    animation-delay: 0.3s;
}

.animated-text span:nth-child(odd) {
    animation-delay: 0.6s;
}

@keyframes wave {
    0%,
    100% {
        transform: translateY(0);
        font-size: 1.5em;
    }
    50% {
        transform: translateY(-20px);
        font-size: 2em;
    }
}

#errorContainer {
    display: none;
    background-color: red;
    color: rgb(243, 243, 243);
    padding: 10px;
    margin-bottom: 10px;
}

.action-button {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
    color: white !important;
    border: none !important;
    padding: 8px 20px !important;
    font-size: 14px !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 208px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    position: relative !important;
    overflow: hidden !important;
    margin: 2px !important;
    text-transform: none !important;
    min-height: 36px !important;
}

.action-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.2) !important;
    filter: brightness(110%) !important;
}

.action-button:active {
    transform: translateY(1px) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.action-button.select-all {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
}

.action-button.select-all:hover {
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.2) !important;
}

.action-button.copy-selected {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%) !important;
}

.action-button.copy-selected:hover {
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.2) !important;
}

.action-button i {
    font-size: 16px !important;
    margin-right: 8px !important;
}

.action-button span {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1 !important;
}


/* Contenedor de botones con diseño moderno */

.button-container {
    display: flex !important;
    gap: 12px !important;
    margin: 8px 0 !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    padding: 8px !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    min-height: 0 !important;
}

.list-group-item {
    width: 100% !important;
    box-sizing: border-box !important;
    margin-bottom: 16px !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    position: relative !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
}

#divs-content {
    width: 100% !important;
    box-sizing: border-box !important;
    min-height: 200px !important;
    padding: 20px 20px 20px 48px !important;
    /* padding: top right bottom left - Espacio para el checkbox a la izquierda */
    margin: 0 !important;
    background-color: #f8fafc !important;
    border-radius: 12px !important;
    transition: background-color 0.3s ease !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    position: relative !important;
}

#resultContainer {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 8px 32px !important;
    /* padding: top/bottom left/right - Márgenes simétricos */
    overflow-x: hidden !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}


/* Ajustar el botón de copiar para que no afecte el layout */

.botonCopy {
    position: absolute !important;
    right: 16px !important;
    top: 16px !important;
    z-index: 1 !important;
}


/* Estilo para el checkbox */

.form-check-result {
    position: absolute !important;
    left: 16px !important;
    top: 16px !important;
    margin: 0 !important;
    min-width: 20px !important;
    height: 20px !important;
    cursor: pointer !important;
    z-index: 2 !important;
}


/* Ajustar el contenedor de texto cuando está seleccionado */

#divs-content[contenteditable="true"] {
    background-color: white !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}


/* Estilos para form-label */

.form-label {
    font-family: 'Outfit', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #334155 !important;
    margin-bottom: 8px !important;
    letter-spacing: -0.01em !important;
    text-transform: capitalize !important;
}


/* Estilos específicos para customerNeed y requestQuantity */

textarea#customerNeed.form-control,
input#requestQuantity.form-control {
    font-family: 'Outfit', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #334155 !important;
    margin-bottom: 8px !important;
    letter-spacing: -0.01em !important;
}


/* Asegurarnos de que estos estilos tengan prioridad */

.form-group textarea#customerNeed.form-control,
.form-group input#requestQuantity.form-control {
    font-family: 'Outfit', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #334155 !important;
    margin-bottom: 8px !important;
    letter-spacing: -0.01em !important;
}


/* Estilos para listas y elementos enumerados */

#divs-content ul {
    margin: 0;
    padding-left: 20px;
    list-style-type: none;
    width: 100%;
}

#divs-content li {
    margin-bottom: 10px;
    padding: 5px 0;
    display: block;
    width: 100%;
}

#divs-content .texto-span {
    white-space: pre-wrap;
    word-wrap: break-word;
    display: block;
    margin-top: 5px;
}


/* Estilo específico para elementos enumerados */

#divs-content li:before {
    content: attr(value) ". ";
    font-weight: bold;
    margin-right: 5px;
}


/* Asegurar que los elementos numerados tengan el formato correcto */

#divs-content ol {
    counter-reset: item;
    margin: 0;
    padding-left: 20px;
}

#divs-content ol li {
    display: block;
    margin-bottom: 10px;
    padding: 5px 0;
}

#divs-content ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: bold;
    margin-right: 5px;
}

/* Estilos para el contenedor de la tarjeta */
.card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Contenedor de la línea del criterio, alineando el label y el botón */
.criterio-linea {
  display: flex; /* Habilitamos Flexbox */
  justify-content: space-between; /* Empuja el primer elemento al inicio y el último al final */
  align-items: center; /* Centra los elementos verticalmente */
  margin-bottom: 5px;
}

/* Estilos para el texto de la etiqueta */
.blue-bold-text {
  font-weight: bold;
  color: #007bff; /* Color del texto del label */
  /* El resto de los estilos del texto aquí */
}

/* Estilos para el botón de edición (el lápiz) */
.edit-btn {
  background: none;
  border: none;
  font-size: 1.2em;
  cursor: pointer;
  color: #8c8c8c;
  padding: 0;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

/* Botón Copiar al lado del checkbox, sin superposición */
.list-group-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-top: 15px;
}
.botonCopy {
  background: #007bff;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 5px; /* Alineado con el checkbox */
}

/* Estilos para el valor del criterio */
.texto-span {
  font-size: 1em;
  color: #333;
}
/* Asegurar que la card tenga posición relativa para el lápiz */
.card {
  position: relative;
}

/* Estilos para el panel de feedback (textarea y botón enviar) */
.feedback {
  margin-top: 10px;
  padding: 15px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.feedback textarea {
  width: 100%;
  min-height: 80px;
  padding: 10px;
  border: 2px solid #dee2e6;
  border-radius: 6px;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  resize: vertical;
  background-color: white;
  transition: border-color 0.3s ease;
}

.feedback textarea:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.enviar-btn {
  margin-top: 10px;
  padding: 8px 20px;
  background-color: #007bff;
  color: white;
  border: 2px solid #007bff;
  border-radius: 6px;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(-2px);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
}

.enviar-btn:hover {
  background-color: white;
  color: #007bff;
  border-color: #007bff;
  transform: translateY(-3px);
  box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.3);
}

/* ========================================
   AJUSTES RESPONSIVE PARA MÁRGENES SIMÉTRICOS
   ======================================== */

/* Tablets y pantallas medianas */
@media (max-width: 768px) {
    #resultContainer {
        padding: 8px 20px !important;
        /* Reduce padding en tablets pero mantiene simetría */
    }
    
    #divs-content {
        padding: 16px 16px 16px 40px !important;
        /* Ajusta padding manteniendo espacio para checkbox */
    }
}

/* Móviles */
@media (max-width: 480px) {
    #resultContainer {
        padding: 8px 12px !important;
        /* Padding más pequeño en móviles pero simétrico */
    }
    
    #divs-content {
        padding: 12px 12px 12px 36px !important;
        /* Menos padding en móviles */
    }
}