
@font-face {
    font-family: roboto;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: roboto-light;
    src: url('../fonts/Roboto-Light.ttf');
}

body {
    background: #000;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
    background-color: transparent !important;
}

.validation-style {
    color: #f00;
    text-align: justify;
}

.validation-style > ul {
    list-style: none;
}

.profileImage {
    width: 50px; /* Define un ancho. Para un círculo, debe ser igual a la altura. */
    height: 50px; /* Define una altura. 36px o 40px es un tamaño común para avatares en navbars. */
    border-radius: 50%; /* Esto es lo que hace la forma circular. */
    object-fit: cover; /* Muy importante:
                           - Si la imagen original no es cuadrada, esto asegura que llene el espacio
                             de width/height sin distorsionarse (se recorta el exceso).
                           - Si la imagen es más grande, se escala para encajar. */
    object-position: center; /* Centra la imagen dentro de su cuadro antes de aplicar object-fit. */
    cursor: pointer;
    background-color: #333; /* Un color de fondo por si la imagen tarda en cargar o no se encuentra */
    /* y para evitar que se vea transparente si la imagen tiene partes transparentes
                               y el fondo de la navbar es distinto al deseado para el círculo */
    /* Opcional: un borde sutil, especialmente útil en temas oscuros */
     border: 1px solid rgba(255, 255, 255, 0.25); 
    /* Elimina las propiedades que podrían causar problemas de tu CSS original: */
    /* margin-top: 15%;  (Eliminado) */
    /* position: relative; (Generalmente no necesario para esto, a menos que tengas un badge sobre la imagen) */
}

/* Ajustes para el enlace que contiene la imagen de perfil, si es necesario */
/*.navbar .navbar-nav .nav-item.dropdown > .nav-link {
    padding-top: .3rem;*/ /* Ajusta el padding vertical del enlace para que la imagen encaje bien */
    /*padding-bottom: .3rem;
    display: flex;*/ /* Ayuda a alinear la imagen si hay texto junto a ella (aunque aquí solo está la imagen) */
    /*align-items: center;*/ /* Centra la imagen verticalmente dentro del enlace */
/*}*/


.container-custom {
    width: 100%;
    height: calc(95vh - 50px);
}

.row-custom {
    height: calc(100vh - 50px) !important;
}

.row-container {
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.outerDiv {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centering y-axis */
    align-items: center; /* Centering x-axis */
    color: white;
}

.col-custom-center {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.navbar {
    /*bottom: 24px;
    min-height: 100px;*/
    padding-top: 0px;
    padding-bottom: 0px;
}

@media screen and (max-width: 1024px) {

    .loginNew {
        width: 64% !important;
        align-self: center;
        justify-self: center;
        padding: 26px 30px 15px 30px;
        border-radius: 24px;
    }
}

@media screen and (max-width: 1366px) {
    .logoNuevo {
        width: 55%;
    }

    .title {
        font-size: 28px;
    }

    .newUser {
        font-size: 14px;
    }

    .title-input {
        font-size: 12px;
    }

    .campos-password-forgotten {
        font-size: 12px;
    }

    .appsList {
        width: 25%;
    }

    .listContainer {
        height: 60%;
    }

    .innerContainerApps {
        bottom: 5%;
        right: 5%;
    }

    .logout {
        padding: 60px 42px 60px 50px;
    }
}

@media only screen and (max-width: 990px) {
    .innerContainerApps {
        bottom: 5%;
        right: 0%;
    }
}

@media only screen and (max-width: 700px) {
    .logoNuevo {
        width: 35%;
    }
}


@media screen and (min-width: 1366px) {
    .newUser {
        font-size: 18px;
    }

    .title {
        font-size: 38px;
    }

    .title-input {
        font-size: 15px;
    }

    .campos-password-forgotten {
        font-size: 15px;
    }

    .appsList {
        width: 20%;
    }

    .listContainer {
        height: 66%;
    }

    .innerContainerApps {
        top: 0%;
        right: 5%;
    }

    .logout {
        padding: 100px 62px 100px 80px;
    }
}


.loginNew-Exp {
    width: 414px;
    background: #222222 0% 0% no-repeat padding-box;
    padding: 50px 30px 50px 30px;
    border-radius: 24px;
}


.loginNew {
    width: 414px;
    height: fit-content;
    background: #222222 0% 0% no-repeat padding-box;
    padding: 50px 30px 50px 30px;
    border-radius: 24px;
}

.loginNew-Reset {
    width: 414px;
    /*height: 330px;*/
    background: #222222 0% 0% no-repeat padding-box;
    padding: 50px 30px 50px 30px;
    border-radius: 24px;
}

.flex-start {
    justify-content: flex-start !important;
}

.tall-class {
    height: 500px;
}

.loginNew-exp {
    width: 414px;
    height: 640px;
    background: #222222 0% 0% no-repeat padding-box;
    padding: 50px 30px 50px 30px;
    border-radius: 24px;
}

.newUser {
    letter-spacing: 0px;
    opacity: 1;
    font-family: "roboto-light", sans-serif;
}

.title {
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    color: #FFFFFF;
    opacity: 1;
    margin-top: -30px;
}

.title-error {
    color: rgba(255,0,0, 0.8);
}

.campos-password-forgotten {
    position: relative;
    top: 5px;
    text-decoration: none;
    color: #FFFFFF !important;
}

.forgettPasw {
    margin-top: 15px;
    position: relative;
    align-content: center;
    text-align: center;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 4px;
    font-family: "Roboto", sans-serif;
}

.provider-session {
    margin-top: 15px;
    position: relative;
    align-content: center;
    text-align: center;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
}

.provider-session-container {
    display: none;
    flex-direction: row;
    justify-content: space-evenly;
}

.provider-session-container-item {
    width: 175px;
    height: 56px;
    border: solid;
    border-width: 1px;
    border-radius: 15px;
    border-color: rgba(255,255,255,0.4);
    cursor: pointer;
}

.provider-session-container-item-text {
    position: relative;
    bottom: 12px !important;
}

.user {
    margin-top: 20px;
    position: relative;
}


.user label {
    font-size: 14px;
 }

.password label {
    font-size: 14px;
 }

 .password input {
    font-size: 12px;
    margin-top: 10px;
}

.password input {
    font-size: 12px;
    margin-top: 10px;
}

.pass {
    margin-top: 70px;
}

.campos {
    margin-top: 40px;
    position: relative;
}

.campos input:focus {
    border-bottom: 2px solid #4285F4;
    outline: none;
    box-shadow: none !important;
}

    .campos input:focus + .icon-visible {
        opacity: 1;
    }

.campos label {
    color: #3A3A3A;
    font-family: "Roboto", sans-serif;
}

.campos input {
    margin-top: 16px;
    height: 20px;
    border-bottom: 1px solid #D3D3D3;
    font-size: 16px;
    color: #fff;
    padding-bottom: 4px;
}

.campos label, .campos input {
    width: 100%;
}

.campos-remember {
    display: none;
    margin-top: 60px;
    position: relative;
}

.footer-login {
    margin-right: 0px;
    margin-top: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.footer-login-exp {
    margin-right: 0px;
    margin-top: 5px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.footer-login button {
    background: #4285F4;
    border: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    height: 48px;
    padding: 16px, 24px, 16px, 24px;
    border-radius: 36px;
    cursor: pointer;
    font-weight: 700;
    margin-top: 15px;
    width: 100%;
}


.footer-change-password {
    margin-top: 70px;
    margin-right: 0px;
    float: right;
    display: flex;
    width: 90%;
    justify-content: flex-end;
}

.field-validation-error {
    position: relative;
    top: 20px;
    font-size: 12px;
}

input[type="password"],
input[type="text"],
input[type="email"],
.bloque-contenido-campos-popup input {
    width: 100%;
    position: relative; 
    font-size: 12px;
    border: none;
    border-bottom: 1px solid #6B6B6B;
    background: none;
    color: #fff !important;
    height: 36px;
    padding: 0;
    margin: 0;
    font-weight: 500;
    z-index: 50;
    top: 20px;
    background-color: #3A3A3A !important;
    box-shadow: none;
    font-size:11px;
}
 
input[type="password"] + label,
input[type="text"] + label,
input[type="email"] + label,
.bloque-contenido-campos-popup input + label {
    position: absolute; 
    top: 10px;
    left: 0;
    color: #6c757d; 
    pointer-events: none; 
    z-index: 60; 
    transition: top 0.2s, font-size 0.2s; 
}

.form-floating.user input[type="email"].form-control {
    border-radius: 8px;
}

.bloque-contenido-campos-popup input:focus {
    color: #000;
    border-bottom: none;
}

.icon-visible {
    margin-top: 29px;
    margin-right: 20px;
    position: absolute;
    top: 8px;
    cursor: pointer;
    opacity: 1;
    z-index: 1000;
    right: 0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.icon {
    /*width: 100%;
    height: 100%;
    float: left;
    background: #323232;
    margin-bottom: 16px;*/
    width: 60px; /* Tamaño del icono */
    height: 60px; /* Tamaño del icono */
    background-color: #323232; /* Color de fondo del icono (si no es una imagen) */
    margin-bottom: 10px; /* Espacio entre icono y nombre */
    /* Si usas font-icons, necesitarás estilos para el tamaño de fuente, color, etc. */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px; /* Si es un font icon */
}

.name-app {
    /*text-align: center;
    font: normal normal normal 14px/24px Roboto;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;*/
    text-align: center;
    font: normal normal normal 14px/20px Roboto; /* Ligeramente ajustado line-height */
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 10px; /* Espacio entre nombre y botón */
}

.cad-icon {
    background: url("../assets/images/cad.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.dropdown-toggle.profile {
    background: url("../assets/images/clientmanager.png") no-repeat;
    background-position: center;
}

.vmon-icon {
    background: url(../assets/images/smartclient.png) no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.avl-icon {
    background: url("../assets/images/avl.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.syncroback-icon {
    background: url("../assets/images/syncroback.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.vmonbackoffice-icon {
    background: url("../assets/images/backoffice.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.reportuser-icon {
    background: url("../assets/images/reportes.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.clientmanager-icon {
    background: url("../assets/images/clientmanager.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.suprema-icon {
    background: url("../assets/images/suprema.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.retail-icon {
    background: url("../assets/images/retail.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.secondView-icon {
    background: url("../assets/images/secondView.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.face-icon {
    background: url("../assets/images/face.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.lpr-icon {
    background: url("../assets/images/lpr.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.ocr-icon {
    background: url("../assets/images/ab7.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.dac-icon {
    background: url("../assets/images/dac.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.invoice-icon {
    background: url("../assets/images/icon-invoice.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.imageLogoNuevo {
    width: 74%;
    display: flex;
    height: 100%;
    background-color: grey;
    background: url(../assets/images/fondo.jpg) no-repeat;
    background-size: cover;
}

.appsNuevo {
    /*min-height: 75%;
    display: flex;
    border-bottom: 1px solid #63636352;
    margin-bottom: 3%;
    flex-direction: column;*/
    flex-grow: 1; /* Permite que esta sección crezca y empuje el pie de página hacia abajo */
    display: flex;
    border-bottom: 1px solid #63636352;
    margin-bottom: 20px; /* Espacio antes de la sección de descarga móvil */
    flex-direction: column;
    overflow: hidden; /* Para contener la lista si es muy larga */
}

.innerContainerNuevo {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1%;
}

.listContainer {
    /* display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    overflow-y: auto;
    max-height: calc(100vh - 52vh)*/
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* align-items: center; */ /* Comentado, ya que los items tienen su propio align-items */
    overflow-y: auto; /* Habilita scroll si hay muchos ítems */
    height: 100%;
    max-height: calc(100vh - 350px); /* Ajusta esta altura: 100vh - (altura del header + altura sección QR + altura footer + márgenes) */
    padding-right: 10px; /* Espacio para la barra de scroll si aparece */
    gap: 20px; /* Espacio entre filas y columnas de apps */
}

.titleApp {
    /*color: white;
    font-size: 28px;
    margin-bottom: 5%;*/
    margin-bottom: 20px; /* Espacio debajo del título "Aplicaciones" */
    font-size: 24px; /* Ajusta según necesites */
    color: #FFFFFF;
}

.innerContainerApps {
    width: 75%;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px; /* Añade un poco de padding general */
    position: relative; /* Necesario para posicionar el footer absoluto */
    background-color: #000; /* Asumiendo fondo negro */
    color: #fff; /* Texto blanco por defecto */
    box-sizing: border-box;
}

.appsList {
    /*flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
     margin-bottom: 5%;  /* Eliminado, usar gap en listContainer */
    width: calc(20% - 16px); /* Para 5 elementos por fila, ajusta el 16px según el 'gap' (gap * (items_por_fila-1) / items_por_fila)  */
    /* Ejemplo para 4 elementos: width: calc(25% - 15px); */
    /* Ejemplo para 3 elementos: width: calc(33.33% - 13.33px); */
    min-width: 120px; /* Ancho mínimo para cada app */
}

.buttonApps {
    /*width: 95px;
    height: 36px;
    background: #4285F4 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 2px #0000003d;
    opacity: 1;
    border-radius: 25px;
    border: none;
    color: white;
    margin-top: 35%;*/
    width: 95px;
    height: 36px;
    background: #4285F4 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 2px #0000003d;
    opacity: 1;
    border-radius: 25px;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 14px;
    /* margin-top: 35%; */ /* Eliminado, el espacio se maneja con margin-bottom en .name-app */
}

.buttonApps:hover {
    background-color: #357ae8; /* Un ligero cambio al pasar el mouse */
}

.qrSectionNuevo {
    width: 100%;
    position: relative;
    bottom: 6%;
}

.qrImageElipgo {
    width: 25%;
}

.qrTextNuevo {
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFFE6;
    opacity: 1;
    align-self: flex-end;
    margin-left: 0%;
}

.footerText {
    width: 100%;
    justify-content: space-between;
    display: flex;
}


.Powered {
    color: white;
}

.logout {
    background: #3A3A3A 0% 0% no-repeat padding-box;
    border-radius: 24px;
}

.logout-text {
    font-size: 16px;
    font-weight: 400;
    margin: 24px 0;
    color: #8e8e8e;
}

.footer-logout {
    margin-top: 72px;
    float: right;
}

.footer-logout button {
    background: #4285F4;
    border: none;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    height: 36px;
    padding: 0 16px;
    border-radius: 36px;
    cursor: pointer;
}

.footer-logout button.cancel {
    background: #222;
    border: solid 1px #ccc;
    font-size: 14px;
    text-align: center;
    height: 36px;
    padding: 0 16px;
    border-radius: 36px;
    cursor: pointer;
    margin-right: 16px;
}


/*Loader css*/

#divLoading {
    margin: 0px;
    display: none;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(33, 37, 41);
    z-index: 30001;
    opacity: 0.9;
}

.loader {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
}

.loader:before,
.loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite;
}

.loader:after {
    color: #4285F4;
    transform: rotateY(70deg);
    animation-delay: .4s;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {
    0%, 100% {
        box-shadow: .2em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: .2em .2em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 .2em 0 0px currentcolor;
    }

    37% {
        box-shadow: -.2em .2em 0 0 currentcolor;
    }

    50% {
        box-shadow: -.2em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -.2em 0 0 currentcolor;
    }

    87% {
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}


.footer-login-reset {
    margin-top: 40px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.validate {
    height:15px;
    margin-top:25px;
    width:385px;
    font-size:12px;
    margin-left: -31px;
}

.pass-new {
    height: 880px;
}

#reset-password-form {
    width: 171px;
    background: #4285F4;
    border: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    height: 45px;
    padding: 0 24px;
    border-radius: 36px;
    cursor: pointer;
    font-weight: 700;
    margin: 20px 5px 0;
}

#btn-cancel {
    width: 171px;
    background: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    height: 45px;
    padding: 0 24px;
    border-radius: 36px;
    cursor: pointer;
    font-weight: 700;
    margin: 20px 5px 0;
}

#password-expired-form {
    width: 171px;
    background: #4285F4;
    border: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    height: 45px;
    padding: 0 24px;
    border-radius: 36px;
    cursor: pointer;
    font-weight: 700;
    margin: 20px 5px 0;
}

.container-fluid {
    height: calc(100vh - 70px) !important;
}

.container-fluid-nav {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}
.row {
    height: 100% !important;
}

.custom-language-selector {
    display: flex;
    align-items: center;
}

.custom-language-link {
    color: #ffffff;
    text-decoration: none;
    margin: 0 5px;
    cursor:pointer;
}

.custom-language-link:hover {
    color: #FFFFFF8C;
    text-decoration: underline;
}

#webcam-container {
    display: none;
    padding-top:20px;
}

#webcam-container video {
    border: solid 1px #fff;
    display: block;
    margin: auto
}

.footer-face-login {
    margin-right: 0px;
    /*margin-top: 20px;*/
    display: flex;
    width: 100%;
    justify-content: center;
}

.footer-face-login button {
    background: #4285F4;
    border: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    height: 48px;
    padding: 16px, 24px, 16px, 24px;
    border-radius: 36px;
    cursor: pointer;
    font-weight: 700;
    margin-top: 25px;
    width: 100%;
}

.footer-face-capture {
    margin-top: 40px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#capture-cancel-button {
    width: 171px;
    background: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    height: 45px;
    padding: 0 24px;
    border-radius: 36px;
    cursor: pointer;
    font-weight: 700;
    margin: 20px 5px 0;
}

#capture-button {
    width: 171px;
    background: #4285F4;
    border: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    height: 45px;
    padding: 0 24px;
    border-radius: 36px;
    cursor: pointer;
    font-weight: 700;
    margin: 20px 5px 0;
}

.invalid {
    color: rgba(255, 0, 0, .6);
}

.text-primary {
    color: forestgreen;
}

.text-sm {
    font-size: 0.905rem;
}

.block {
    display: none;
}

.show {
    display: block;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.input-container-totp {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.input-container-totp input {
    width: 100%;
    height: 36px;
    border: none;
    border-bottom: 1px solid #6B6B6B;
    background: none;
    color: #fff !important;
    padding: 0;
    margin: 0;
    font-weight: 500;
    z-index: 50;
    background: transparent !important;
    box-shadow: none;
    font-size: 15px;
    text-align: center
}

.login-fieldset-2FA {
    margin-bottom: 20px;
}

.step {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transform: translateX(100%);
}

.step.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

.step.exit {
    opacity: 0;
    transform: translateX(-100%);
}

.buttons {
    margin-top: 20px;
}

.subtitel-login-2FA {
    font-size: 13px;
    position:relative;
    bottom: 8px;
}

.message-show-QR {
    font-size: .67em;
}

.title-action-2FA {
    position: relative;
    top: 20px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.ShowQR {
    text-align: center;
    color: #fff;
    margin-top:10px;
}
.ShowQR a {
    color: #4285F4;
}

.footer-2FA-qr {
    margin-top: 20px;
    display: none;
    width: 100%;
    justify-content: center;
}

.footer-2FA-logos {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 3px;
}

.footer-hr {
    margin-top: 20px;
}


/* CSS PARA LA NUEVA SECCIÓN DE DESCARGA MÓVIL */
.mobileAppDownloadSection {
    display: flex;
    align-items: flex-end; /* Alinea los items al final (útil para los textos y botones) */
    justify-content: space-between; /* Distribuye el espacio */
    padding: 20px 0;
    width: 100%;
    gap: 20px; /* Espacio entre los tres bloques principales */
    margin-bottom: 20px; /* Espacio antes del footer de la página */
}

.mobileAppInfo, .qrRegistrationInfo {
    flex: 1; /* Permite que estos contenedores crezcan y ocupen espacio */
    display: flex;
    flex-direction: column;
    color: #FFFFFFE6;
    font: normal normal normal 13px/18px Roboto; /* Tamaño de texto más pequeño */
}

.mobileAppInfo {
    align-items: flex-start; /* Alinea contenido a la izquierda */
}

.qrRegistrationInfo {
    align-items: flex-start; /* Alinea contenido a la izquierda */
}

.mobileAppText {
    margin-bottom: 15px;
    color: #FFFFFFE6; /* Heredado, pero puede ser específico */
}

.storeButtons img {
    height: 40px; /* Altura de los badges de las tiendas */
    margin-right: 10px; /* Espacio entre badges */
    vertical-align: middle;
}

.storeButtons a:last-child img {
    margin-right: 0;
}

.qrContainerNewLayout {
    flex-shrink: 0; /* Evita que el contenedor del QR se encoja demasiado */
    display: none;
    justify-content: center;
    align-items: center;
}

.qrImageElipgoNew {
    width: 100px; /* Tamaño del QR */
    height: 100px; /* Tamaño del QR */
    border: 2px solid #555; /* Borde opcional para el QR */
    border-radius: 5px; /* Bordes redondeados opcionales */
}

.verQrButton {
    background: #4285F4;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0px 2px 2px #0000003d;
    align-self: flex-start; /* Para que no ocupe todo el ancho si el contenedor es flex */
}

    .verQrButton:hover {
        background-color: #357ae8;
    }

/* FOOTER DE PÁGINA (Powered by) */
.pageFooter {
    width: calc(100% - 40px); /* Ancho menos el padding del innerContainerApps */
    text-align: right;
    position: absolute; /* Posicionado relativo a .innerContainerApps */
    bottom: 10px; /* Ajusta según necesites */
    right: 20px; /* Ajusta según el padding de innerContainerApps */
}

.Powered {
    text-align: right;
    letter-spacing: 0px;
    color: #FFFFFFB3; /* Ligeramente más tenue */
    opacity: 1;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
}


/* Scrollbar custom (opcional, para Webkit browsers) */
.listContainer::-webkit-scrollbar {
    width: 8px;
}

.listContainer::-webkit-scrollbar-track {
    background: #2c2c2c;
    border-radius: 4px;
}

.listContainer::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 4px;
    border: 2px solid #2c2c2c;
}

.listContainer::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}

/* ============================================= */
/* ESTILOS RESPONSIVE PARA NAVBAR EN MÓVILES     */
/* (Añade esto al final de tu archivo CSS)       */
/* ============================================= */

@media (max-width: 991.98px) { /* Breakpoint por defecto para navbar-expand-lg */

    .navbar-collapse.collapse:not(.show) {
        /* Bootstrap ya debería manejar esto, pero podemos reforzarlo si hay conflictos */
        /* display: none !important; */ /* Descomenta si es estrictamente necesario */
    }

    .navbar-collapse.show {
        /* Estilos para cuando el menú está desplegado en móvil */
        background-color: #212529; /* O el color de fondo de tu .navbar-dark si es diferente */
        /* Esto es útil si los items parecen flotar sin fondo */
    }

    .navbar {
        min-height: 100px;
        align-items: center;
    }

    .navbar-nav {
        /* Los items de navegación deben apilarse verticalmente */
        align-items: flex-start !important; /* Alinea los items a la izquierda del menú colapsado */
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

        .navbar-nav .nav-item {
            width: 100%; /* Cada item ocupa todo el ancho */
        }

        .navbar-nav .nav-link {
            padding: 0.75rem 1rem; /* Aumenta un poco el padding para mejor toque en móvil */
            display: flex; /* Importante para alinear la imagen y cualquier texto */
            align-items: center;
        }

        /* Específico para el dropdown de perfil en móvil */
        .navbar-nav .nav-item.dropdown .nav-link {
            /* display: flex; y align-items: center; ya están en .navbar-nav .nav-link arriba */
        }

        .navbar-nav .nav-item.dropdown .profileImage {
            margin-right: 0.5rem; /* Añade un pequeño margen si tienes texto al lado de la imagen en el futuro */
            /* O si quieres separarlo del borde del menú desplegado */
        }

        /* Comportamiento del menú desplegable (dropdown-menu) dentro de la navbar colapsada */
        .navbar-nav .dropdown-menu {
            position: static !important; /* Fluye en el documento, no se posiciona absoluto */
            float: none !important;
            width: 100% !important; /* Ocupa todo el ancho del .navbar-collapse */
            margin-top: 0 !important; /* Sin margen superior */
            border: none !important; /* Sin bordes, se integra mejor */
            box-shadow: none !important; /* Sin sombras */
            background-color: transparent !important; /* Hereda el fondo del .navbar-collapse */
        }

            .navbar-nav .dropdown-menu .dropdown-item {
                padding: 0.75rem 1.5rem; /* Padding para los items del dropdown, con indentación */
                color: #adb5bd; /* Color de texto adecuado para navbar-dark */
            }

                .navbar-nav .dropdown-menu .dropdown-item:hover,
                .navbar-nav .dropdown-menu .dropdown-item:focus {
                    color: #fff;
                    background-color: rgba(255, 255, 255, 0.08); /* Fondo sutil al interactuar */
                }

    /* Ajuste para el contenedor de tu navbar si usas .container-fluid-nav en lugar de .container-fluid */
    .navbar .container-fluid-nav {
        /* Por defecto, Bootstrap hace que el .container-* sea width: 100% en móvil. */
        /* Si tienes problemas de alineación del toggler o el logo, podrías necesitar: */
         justify-content: space-between;  /* Para asegurar que el logo y el toggler se separen */
    }

    .profileImage {
        position: relative;
        bottom: 12px;
    }

    .mobileAppDownloadSection {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0;
        width: 100%;
        gap: 20px;
        margin-bottom: 20px;
    }

    .storeButtons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .appsNuevo {
        margin-bottom: 0px;
    }

    .listContainer {
        display: flex;
        width: 100%;
        overflow-y: auto;
        max-height: calc(100vh - 350px); 
        padding-right: 10px;
        gap: 30px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .appsList {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 5%;
        width: calc(20% - 16px);
        min-width: 150px;
    }
}

.store-badge {
    cursor: pointer;
}

#modalStoreQrCodeContainer {
    padding: 10px;
    background-color: white; /* Importante para que el QR se vea bien */
    display: inline-block; /* O block si prefieres que ocupe todo el ancho disponible */
    border: 1px solid #555;
    /* Asegúrate que el contenedor tenga dimensiones o que el QR generado las tenga */
    /* Si qrcode.js no pone width/height al canvas/img, podrías necesitarlo aquí */
    /* min-width: 180px; */ /* Ejemplo, igual al width del QR */
    /* min-height: 180px; */
}

#modalQrImage {
    /*max-width: 450px;*/
    border: 1px solid #555;
    padding: 10px;
    background-color: white;
}

.nav-item{
    z-index: 1000;
}