@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.imagenppal{
    text-align:center;
}
.ordenamiento{
    cursor:pointer;
}
.ordenamiento th{
    background-image: url(../../image/ordenamiento.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right:15px;
}
th.headerSortUp{
    background-image: url(../../image/ordenamientoabajo.png);
}
th.headerSortDown{
    background-image: url(../../image/ordenamientoarriba.png);
}
th{
    white-space: nowrap;
}
.centrar{
    text-align: center;
}
.container {
    width: 95%;
    max-width: 1600px;
    margin-top: 10px;
}
.letraBlanca{
    color: white;
}
.grande{
    max-width: 95%;
}
.dropdown-menu{
    right: 0;
    left: auto;
}
.btn_busqueda > button{
    width: 100%;
}

.dropdown-menu[data-bs-popper]{
    left: auto;
    top: 125%;
    border-color: rgba(0, 0, 0, 0.3);
}
.form-floating{
    margin-bottom: 7px;
}

.input-group-text{
    border-radius: 5px 0 0 5px;
}

.tablesorter-header.tablesorter-headerDesc {
    background-color: #898989;
}

.tablesorter-header.tablesorter-headerUnSorted {
    background-color: #898989;
}

.tablesorter-header.tablesorter-headerUnSorted {
    background: #212121;
    color: white;
}

.tablesorter-header-inner {
    text-align: center;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    /* background-color: #80808070;
     color: white; */
    color: black;
}

.modal-title{
    color: gray !important;
}
.color_gris{
    background: gray !important;
}
.form-check-label{
    color: #141414;
}
#tbl_claseparrilla{
    font-size: 12px;
}
.e_abrirDiaClaseUsuario{
    cursor: pointer;
}
/*.e_abrirDiaClaseUsuario:hover{
    background: lightslategrey !important;
    color:white;
    border-radius: 25px;
    padding: 0px 3px;
} */
.imagen_fondo {
    position: relative;
    min-height: 100vh; /* Ajusta la altura segÃºn necesites */
    margin: 0;
    overflow: hidden; /* Previene el desbordamiento del pseudo-elemento */
}

.imagen_fondo::before {
    content: '';
    position: absolute;
    /* Extiende el pseudo-elemento mÃ¡s allÃ¡ de los bordes del contenedor */
    top: -10px; /* Aumenta estos valores si es necesario */
    left: -10px;
    right: -10px;
    bottom: -10px;
    background:#121f2f;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    /* Aplica el desenfoque gaussiano */
    filter: blur(2px);
    /* Asegura que el pseudo-elemento se extienda correctamente */
    z-index: -1;
    /* Escala la imagen ligeramente para compensar el desplazamiento */
    transform: scale(1.05);
}


.imagen_log {
    background:#121f2f;
}
.margen_form{
    margin: 20px;

}
.largo_caja{
    height: 80vh;
}

.imagen-de-fondo {
    background-image: url('../../image/fondo_login_3.jpg');
    background-size: cover;
    border-radius: 0px 15px 15px 0px;

}
.imagen-de-fondo-admin {
    background-image: url('../../image/administrador.jpg');
    background-size: cover;
    border-radius: 0px 15px 15px 0px;

}

/*.imagen-de-fondo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(58, 59, 75, 0.21);
    mix-blend-mode: multiply;  Efecto multiply 
    z-index: 1;

}*/

.content {
    margin-left: 50px;
    overflow: auto;
    padding: 0px 20px 10px 20px;
    min-height: 90vh;
}


@media (orientation: portrait) {
    .largo_caja{
        display: none;
    }
}
#letraulDocente{
    font-size: 12px;
}
.e_letrausuariosClase{
    font-size: 14px;
}
.letraNoAsistio{
    color: red !important;
}
.e_observacionAsistencia{
    height: 120px !important;
}
.ajustar th{
    white-space: normal;
    text-align: center;
    font-size: 11px;
    vertical-align: middle !important;
}
#div_informacionbasicacontrato, #div_informacionbasicacontrato2{
    font-size: 12px;
}
.e_abrirUsuario{
    cursor: pointer;
}

.rojo{
    background-color: #e9443c !important;
}
.verde{
    background-color: #20da7a !important;
}
.azul{
    background-color: #1298e9 !important;
}
tr .azul2{
    background-color: #1298e9 !important;
}
.e_listaClases{
    margin-bottom: 4px;
}
.letranombreclase{
    font-size: 12px;
}
.color_clasetipo {
    padding: 0px 8px 0px 8px;
    border-radius: 50px;
    margin-right: 5px;
}
#tbl_claseusuariosLista{
    font-size: 13px;
}

.modal-dialog.modal-fullscreen > div {
    height: 100%;
    overflow: auto;
}

/* Color oscuro */
body.sl-dark{
    background: #212121;
    color: white;
}

.sl-dark .modal-header {
    background: black;
    border: white solid 1px;
    border-bottom: none;
}

.sl-dark .modal-title {
    color: white !important;
}

.sl-dark .control-label {
    color: white;
}

.sl-dark .modal-body {
    background: #212121;
    border: white solid 1px;
    border-top: none;
    border-bottom: none;
}

.sl-dark .modal-footer {
    background: black;
    border: white solid 1px;
    border-top: none;
}

.sl-dark .btn.btn-default {
    background: #910e0e;
    color: white;
}

.sl-dark input, .sl-dark select  {
    background: #212121;
    color: white;
}

.sl-dark input:focus, .sl-dark select:focus {
    background: #212121;
    color: white;
}

.sl-dark .form-floating > .form-control:focus ~ label, .sl-dark .form-floating > .form-control:not(:placeholder-shown) ~ label{
    color: #b1b1b1;
}

.sl-dark .form-floating > .form-control:focus ~ label::after, .sl-dark .form-floating > .form-control:not(:placeholder-shown) ~ label::after {
    background-color: transparent;
}

.sl-dark .content {
    color: white;
}

/* Color claro */
body.sl-light{
    background: #fff;
    color: black;
}

.sl-light .content {
    color: black;
}

.paddin_0{
    padding: 0px;
}
.oculto{
    display: none;
}


/*------ Login ----*/



.tituloCardBlanco{
    color:white;
}

.card_borde{
    border: none;
    border-radius: 18px;
    box-shadow: rgba(255, 255, 255, 0.35) 10px 10px 170px;
}

.form-title{
    color:white;
}
.iamgen_logo_log{
    width: 70%;
    text-align: center;
}
.container-image{
    width: 100%;
    text-align: center;
    margin-top:30pt;
    margin-bottom:30pt;
}
.input-con-icono {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 26px;
}

.estiloPersonalizado {
    padding-left: 30px;
    background-color: #323a691f;
    color: #fff;
    border: 1px solid #fff;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;

}

.icono {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: white; /* Cambia el color segÃºn necesites */
    font-size: 12pt;
}
.icono_izq {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: white; /* Cambia el color segÃºn necesites */
    font-size: 12pt;
}

.contenedor-form{
    height: 50%;
}
.caja_form{
    min-height: 80vh;
    background: #1a1f34b5;
    border-radius: 17px 0px 0px 17px;
}

@media (orientation: portrait) {
    .largo_caja{
        display: none;
    }
    .caja_form{
        min-height: 80vh;
        background: #1a1f34b5;
        border-radius: 17px 17px 17px 17px;
    }
}


/*  BOTON CSS INICIO*/
.button-77 {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-family: poppins;
    font-size: 16px;
    font-weight: 300;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: none;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: 100%;
    word-break: keep-all;
    z-index: 0;
}

@media (min-width: 768px) {
    .button-77 {
        padding: 19px 32px;
    }
}

.button-77:before,
.button-77:after {
    border-radius: 80px;
}

.button-77:after {
    background-color: initial;
    background-image: linear-gradient(92.83deg, #212752 0, #222aa3 100%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
}

.button-77:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
}

.button-77:active:not(:disabled) {
    color: #fff;
}


.button-77:active:not(:disabled):after {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #2652ff 0, #1c10a4 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
}

.button-77:disabled {
    cursor: default;
    opacity: .24;
}

/*  FIN BOTON CSS INICIO */



/*  BOTON REGISTRO */
.button-78 {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #222aa3;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-family: poppins;
    font-size: 16px;
    font-weight: 300;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: none;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: 100%;
    word-break: keep-all;
    z-index: 0;
}

@media (min-width: 768px) {
    .button-78 {
        padding: 19px 32px;
    }
}

.button-78:before,
.button-78:after {
    border-radius: 80px;
}

.button-78::after {
    background-color: initial;
    background-image: linear-gradient(92.83deg, #ffffffd6 0, #ffffffc9 100%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
}
.button-78:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
}

.button-78:active:not(:disabled) {
    color: #ccc;
}

.button-78:active:not(:disabled):after {
    background-image: linear-gradient(92.83deg, #ffffffc9 0, #ffffffd6 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
}

.button-78:disabled {
    cursor: default;
    opacity: .24;
}

/* FIN BOTON CSS REGISTRO*/

/* BOTONES REDES CSS */
.button-6 {
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: 50px;
    float: left;
    margin: 6px;
    margin-top: 40px;
}

.button-6:hover,
.button-6:focus {
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    color: rgba(0, 0, 0, 0.65);
}

.button-6:hover {
    transform: translateY(-1px);
}

.button-6:active {
    background-color: #F0F0F1;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
    color: rgba(0, 0, 0, 0.65);
    transform: translateY(0);
}

@media (min-width: 768px) {
    .button-6 {
        width: 50px;
    }
}
/* FIN BOTONES REDES CSS */

.contenidoCentrar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    margin: 0;
    width: 100%;
}
#mensajeInicioSesion{
    position: absolute;
    z-index: 1;
    width: 66vh
}


/*------ Fin Login ----*/

/*------ Card agenda disponible ----*/



.cards {
    font-family: Poppins;
    color: #fff;
    display: grid;
    grid-template-rows: 20px 1fr;
}

.cards:hover .img-section {
    transform: translateY(0.3em);
}

.card-desc {
    border-radius: 6px;
    padding: 15px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    top: -10px;
    display: grid;
    gap: 10px;
    background: #011948;
}

.card-time {
    font-size: 1.7em;
    font-weight: 500;
    margin-bottom: 5px;
    float:right;
}

.img-section {
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: hsl(195, 74%, 62%);
}

.cards-header {
    display: flex;
    align-items: center;
    width: 100%;
}

.cards-title {
    flex: 1;
    font-size: 0.9em;
    font-weight: 500;
}

.card-menu {
    display: flex;
    gap: 4px;
    margin-inline: auto;
}

.cards svg {
    float: right;
    max-width: 100%;
    max-height: 100%;
}

.cards .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--dot-clr);
}

.cards .recent {
    line-height: 0;
    font-size: 0.8em;
    font-weight: lighter;
    vertical-align: middle;
    display: inline-flex;
}
.cards .recent2 {
    line-height: 0;
    font-size: 0.8em;
    font-weight: lighter;
    vertical-align: middle;
    display: inline-flex;
    width: 100%;
}
.tamUnirse{
    width: 50%;
    float: left;
}
.tamUnirse1{
    text-align: right;
    padding-right: 10px;
}
.fuente-delgada{
    font-weight: 200;
    margin: 0;
}
.fuente-gruesa{
    font-weight: bold;
    margin: 0;
}

.icono_tamanno{
    font-size: 12pt;
    padding-right: 6px;
}

.espaciadorLinea{
    padding-left: 5px;
    padding-right: 5px;
}


/*------ Fin card agenda disponible ----*/

/*------ Inicio colores de las sala ----*/
.sala_verde{
    background: lightgreen;
}
.sala_azul{
    background: lightblue;
}
.sala_amarillo{
    background: lightyellow;
}
.sala_rojo{
    background: lightcoral;
}
.letrarojo{
    color: red;
    font-size: 22px;
    cursor: pointer;
}
.letrarojo2{
    color: red !important;
}
.sala_naranja{
    background: orangered;
}
.sala_gris{
    background: lightslategrey;
}
.sala_morado{
    background: purple;
}
/*------ Final colores de las sala ----*/

#div_ciudadesPais{
    overflow: auto;
    height: 500px;
}
#tbl_contrato{
    font-size: 11px;
}
.e_paddingDocentePanel{
    padding-bottom: 10px;
}

.caja_zoom{
    border: 1px solid white;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    padding-bottom: 10px;
    width: 70%;
    float: left;
}

.contenedor_zoom{
    width: 100%;
}
.cancelar_zoom{
    float: right;
    text-align: center;
}
.cancelar_btn{
    border: 2px solid white;
    border-radius: 5px;
}
.cancelar_btn i{
    color: white;
}
.contador{
    float: left;
    font-size: 10pt;
}
.cancelar_btn:hover {
    background: red;
    border: 2px solid red;
    transition: 0.3s;
    color: white;

}
.e_seleccionarClaseCancelar{
    margin: auto;
}
#copyLink{
    text-decoration: none;
    color: white;
}
#copyLink:hover{
    text-decoration: none;
    color: white;
    font-weight: bolder;
}
#copyLink2{
    text-decoration: none;
    color: white;
}
#copyLink2:hover{
    text-decoration: none;
    color: white;
    font-weight: bolder;
}
#div_contratoTexto{
    overflow: auto;
    height: 300px;
}
.letrapequeS_sidebar{
    font-size: 12px !important;
}
.card-calendar{
    border-top: 1px solid !important;
    border-top-color: currentcolor;
    border-left: 0px !important;
    border-left-color: currentcolor;
    border-bottom: 0px solid !important;
    border-bottom-color: currentcolor;
    border-right: 0px !important;
    border-right-color: currentcolor;
    border-radius: 0px !important;
    border-color: lightgrey !important;
    width: 200vh;
}
.card-calendar2{
    border-top: 1px solid !important;
    border-top-color: currentcolor;
    border-left: 0px !important;
    border-left-color: currentcolor;
    border-bottom: 0px solid !important;
    border-bottom-color: currentcolor;
    border-right: 0px !important;
    border-right-color: currentcolor;
    border-radius: 0px !important;
    border-color: lightgrey !important;
}

.hora-calenar{
    top: -12px;
    position: relative;
    background: white;
    font-size: 9pt;
    color: lightslategrey;
}
.col-md-small{
    flex: 0 0 auto;
    width: 6.33333333%;
}
.margin_0{
    margin: 0;
}
.calendar-width{
    width: 19vh;
    padding: 5px;
    float: left;
    margin-right: 5px;
}
.calendar-width2{
    width: 19vh;
    padding: 5px;
    float: left;
    margin-right: 15px;
}
@media (orientation: portrait) {
    .col-md-small{
        flex: 0 0 auto;
        width: 9.33333333%;
    }
    .lineaCard{
        border: 1px solid #0e3172;
        background-color: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.18);
        padding: 5px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        height: 100%
    }
    .card-time {
        font-size: 12pt;
    }
    .contador{
        font-size: 8pt;
    }
    .cancelar_zoom{
        padding-top: 10px;
        text-align: center;
        margin-left: 20%;
        margin-right: 20%;
        float: none;
    }

}
.signature-pad--body {
    position: relative;
}
.icono_eliminar{
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    color: red;

}
#clear-pad {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    font-size: 1.5rem;
    z-index: 10;
}


.titulos_modulos{
    font-size: 1.5rem;
    color: white;
    text-align: center;
    padding: 15px;
    font-family: Poppins;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: rgb(15,50,116);
    background: linear-gradient(174deg, rgb(15, 50, 116) 20%, rgb(0, 25, 72) 72%);
}
#claseListar{
    overflow: scroll;
}

.contenedor-calendar{
    padding-top: 20px;
}
.paddin_card{
    padding-left: 20px;
    padding-right: 20px;
}
.tituloContrato{
    font-family: Poppins;
    color: white;
}
.tituloContrato2{
    font-family: Poppins;
    color: #0e3172;
    text-align: center;
}
.descrptContrato{
    font-family: Poppins;
    color: #0e3172;
}
.lineaCard{
    border: 1px solid #0e3172;
    background-color: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 100%
}
.foto_perfil{
    width: 100%;
}
.fondoForm{
    background: rgb(14,49,114);
    background: radial-gradient(circle, rgba(14,49,114,0.8587767870820203) 56%, rgba(0,25,72,1) 100%);
}
.fondoForm2{
    background: rgb(14,49,114);
    background: radial-gradient(circle, rgba(14,49,114,0.8587767870820203) 56%, rgba(0,25,72,1) 100%);
    background-repeat: repeat;
    background-size: auto;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
}
.espacioTitulo{
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
}
.foto_perfil2 {
    width: 14%;
}
.foto_perfil3 {
    width: 3%;
}
.fuente_req{
    font-size: 9pt;
    font-family: Poppins;
    color:lightslategray;
}
.fuente_req:hover{
    font-size: 9pt;
    font-family: Poppins;
    color: #0e3172;
}
.alinear_derecha{
    text-align: right;
}

.contenedor-imagen-redonda {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 10px;
    margin-top: 0;
}
.contenedor-imagen-redonda-chat {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

}
.contenedor-numero-chat {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #011948;

}

.foto_perfil3 {
    /* Hace que la imagen cubra completamente el contenedor */
    width: 100%; /* Hace que la imagen ocupe todo el ancho del contenedor */
    height: 100%; /* Hace que la imagen ocupe toda la altura del contenedor */
    object-fit: cover; /* Asegura que la imagen cubra el contenedor sin deformarse */
}
#tbl_checkupusuario{
    font-size: 12px;
}
.submenu-content div {
    padding-left: 20px;
}
.submenu-header {
    cursor: pointer; /* Cambia el cursor a un puntero para indicar que se puede hacer clic */
    padding: 0px 0px; /* Ajusta el relleno según necesites */
}
.espacio_badge{
    margin-right: 10px;
}
.observacion_historial{
    font-size: 22px;
    cursor: pointer;
}
#check_1, #check_2, #check_3, #check_4, #check_5{
    border: solid 1px;
}
.imageneducativa{
    width: 300px;
}
.claseopacaCenage{
    opacity: 0.3;
}
.observacion_tamano{
    height: 200px !important;
}

#listarInducciones{
    overflow: auto;
    height: 400px;
}
#div_chat{
    overflow: auto;
    height: 300px;

}
#tbl_chat{
    font-size: 14px;
}
.div_chatUsuario{
    text-align: right;
    top: 1px;
    height: auto;
    margin: 15px 0px;
}
.div_chatEjecutivo{
    text-align: left;
    top: 1px;
    height: 10vh;
    height: auto;

}
.div_chatUsuario2{
    text-align: right;
    top: 1px;
    height: auto;
    margin: 15px 0px;
}
.div_chatEjecutivo2{
    text-align: left;
    top: 1px;
    height: 10vh;
    height: auto;

}
.color_tr_chat{
    background-color: #0d2f6e;
    color: white;
}
.padding_alerta{
    padding: 0px;
}

.boton-deshabilitado {
    background-color: #ccc;
    border: none;
    color: white;
    padding: 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}
.font_cancelar{
    font-size: 9pt;
}
#div_ejecutivopermiso{
    overflow: auto;
    height: 500px;
}
.work{
    width: 20vh;
}
.work2{
    margin: 0 20%;
}
@media (orientation: portrait) {
    .work{
        margin: 0;
    }
    .work2{
        margin: 0;
    }
}
.linea-con-texto {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.linea-con-texto:before,
.linea-con-texto:after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #0d2e6e8f;
}

.linea-con-texto:not(:empty):before {
    margin-right: .25em;
}

.linea-con-texto:not(:empty):after {
    margin-left: .25em;
}
.fechaFondo{
    background: #0d2e6e;
    color: white;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: bold;
}
.e_claseCargar{
    color: #141414;
}
#tbl_contrato2{
    font-size: 12px;
}
#listarUsuariosBuscados{
    overflow: auto;
    height: 330px;
}
.estilosFecha {
    text-align: center;
    font-size: 12pt;
    color: #868686;
}
.flotarDerecha{
    float: right;
}
.flotarIzquierda{
    float: left;
}
.colorInduction{
    background: #d0b211;
}
.colorTraining{
    background: #c91111;
}
.colorMenthoring{
    background: #1c9b3c;
}
.colorMeet{
    background: #0e3172;
}
.margen_work{
    margin-right: 15px;
}
.whatsappColor{
    background: #29A71A;
    margin: 4px 2px;
}
.whatsappColor:hover{
    background: #3BCF29;
}
.noOverflow{
    overflow: hidden;
}
#tbl_pendientesClase{
    font-size: 11px;
}
#over_tbl_pendienteClase{
    overflow: auto;
    height: 570px;
}
#cuerpo{
    height: 122px !important;
}
#listarDetalleClase{
    position: sticky;
    top: 0;
}

.chat-bubble{
    background: rgb(12,45,107);
    background: linear-gradient(4deg, rgba(12,45,107,1) 33%, rgba(17,57,131,1) 66%);
    float: right;
    padding: 4px 20px;
    text-align: left;
    border-radius: 6px 0px 6px 6px;
    font-size: 10pt;
    max-width: 50%;
    color: white;
    margin: 2px 0px;
}
.chat-bubble2{
    background: rgb(57,57,57);
    background: linear-gradient(0deg, rgba(57,57,57,1) 33%, rgba(73,73,73,1) 66%);
    float: left;
    padding: 4px 20px;
    text-align: right;
    border-radius: 0px 6px 6px 6px;
    font-size: 10pt;
    max-width: 50%;
    color: white;
    margin: 2px 0px;
}
.fechaMensaje{
    font-size: 8pt;
    color: #ffffffc4;
}
.clear-both{
    clear: both;
}
.contenedor-chat{
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 0px 20px;
}
.btn-enviarChat{
    background: rgb(15,50,116);
    background: radial-gradient(circle, rgba(15,50,116,1) 20%, rgba(0,25,72,1) 72%);
}
.btn-enviarChat i{
    color: white;
}
.text-left{
    text-align: left;
}
.login_usuario{
    color: #0c2d6cd9;
}
.e_chatCargar{
    cursor: pointer;
    margin: 5px 0px;
}
.email-tag {
    display: inline-block;
    background-color: #e1e1e1;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
}
.imageCongrats{
    width: 150px;
}

.contenedor_congrats{
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100vh; /* Asegura que el body ocupe el 100% de la altura de la ventana */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centra verticalmente */
    align-items: center; /* Centra horizontalmente */
    background-color: #f0f0f0; /* Un color de fondo si lo necesitas */
}

.titulo_congrats{
    color: white;
    font-family: Poppins;
    font-size: 26pt;
    font-weight: bold;
}
.desc_congrats{
    color: white;
    font-family: Poppins;
    font-size: 12pt;
    margin: 0px 20px;
    font-weight: bold;
}
.desc_congrats1{
    color: white;
    font-family: Poppins;
    font-size: 10pt;
    margin: 0px 20px;
    font-weight: 300;
}
.tabla_promedioConsolidadoEsp{
    font-size: 12px !important;
}

.color_blanco_letra{
    color: white;
}

.fixed-size-container {
    width: 30%;
    height: 100px;
    padding: 5px;
    margin: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 3px;
    float: left;
}
.fixed-size-container3 {
    width: 23%;
    height: 100px;
    padding: 5px;
    margin: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 3px;
    float: left;
}

.fixed-size-container2 {
    display: flex;
    justify-content: center;
    padding: 20px 10px;
}

.fixed-size-container3 {
    display: flex;
    justify-content: center;
    padding: 2px;
}

.fixed-size-container img {
    max-width: 100%; /* Asegura que la imagen no sea más grande que el espacio disponible */
    max-height: 100%; /* Evita que la imagen sea más alta que el espacio disponible */
    display: block; /* Elimina cualquier espacio extra alrededor de la imagen */
}
.fixed-size-container2 img {
    max-width: 65%;
    max-height: 100%;
    display: block;
}
.fixed-size-container3 img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.aliados{
    padding: 5%;
}
@media (orientation: portrait) {
    .aliados{
        width: 100%;
    }
    .fixed-size-container {
        width: 48%;
        height: 100px;
        padding: 5px;
        margin: 5px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 3px;
        float: left;
        margin: auto;
    }
    .fixed-size-container2 img {
        max-width: 85%;
    }
}
.logoTamanno{
    width: 300px;
    margin-bottom: 60px;
}
.azul_palido{
    background-color: #8ba4d3 !important;
}
.e_arrastrartd{
    float: right;
    cursor: pointer;
}
.espacioTablas tr td{
    padding: 0 !important;
    text-align: center;
    height: auto;
}
.margin-lr{
    margin: 0px 3px;
}
.espacioCard{
    width: 100%;
    padding: 3px;
}
.rojo-new{
    background: #e03e52 !important;
    color: white !important;
}
.verde-new{
    background: #00b571 !important;
    color: white !important;
}
.azul-new{
    background: #71c5e8 !important;
    color: white !important;
}
.heigth-100{
    height: 100vh;
}

.back-blanco{
    background-color: white;
}
.tamannoDiv{
    width: 100%;
    padding: 10vh 0;
}
.tituloAliados{
    color: #0e3172;
    font-family: Poppins;
    font-weight: bold;
    border-bottom: 1px solid #0e317230;
    margin: 10% 10% 0% 10%;
    padding-bottom: 10px;
}
.letra_doce{
    font-size: 12px;
    --bs-body-font-size: 12px;
}

.mdi-cursor-move {
    cursor: grab;
}

.resaltarDestino {
    border: 2px #0e3070 solid !important;
}

.asignatura_color_azul{
    background-color: #205f9a !important;
}
.asignatura_color_azul_claro{
    background-color: #82cbeb !important;
}
.asignatura_color_verde{
    background-color: #3a7d21 !important;
}
.asignatura_color_zapote{
    background-color: #e97132 !important;
}
.asignatura_color_morado_claro{
    background-color: #d76ecb !important;
}
.asignatura_color_morado{
    background-color: #78206e !important;
}
.asignatura_color_amarillo{
    background-color: #fdfe00 !important;
}
.asignatura_color_amarillo_fuerte{
    background-color: #daa700 !important;
}
.asignatura_color_cafe{
    background-color: #bf4f15 !important;
}
.asignatura_color_gris{
    background-color: #bfbfbf !important;
}
#beneficiarioSi{
    border: solid 1px #00000029;
    padding: 10px;
    margin: 20px 0px;
    border-radius: 10px;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: white;
}
.tooltip {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
}
#over_espaciosInforme{
    overflow: auto;
    height: 500px;
}

.modal-centrar{
    text-align: center;
}
.modal-video{
    background: transparent;
    border: 0px;
}
.boton-salir-video{
    background: white;
    color: black;
    padding: 10px 20px;
    font-size: 10pt;
    font-weight: bold;
    margin: 20px 0px;
}
.conf-video{
    width: 600px;
    height: 420px;
}
@media (orientation: portrait) {
    .conf-video{
        width: 400px;
        height: 310px;
    }
}
.fondo_video{
    background: #131313;
    opacity: 0.9 !important;
}
#div_videoclick{
    cursor: pointer
}
#tbl_congelamiento{
    font-size: 13px;
}
.e_seleccionarClaseCancelar{
    background-color: red !important;
}
.reagendarColor{
    background: #E0A61D;
    margin: 4px 2px;
    border: 1px solid transparent;
    color: white;
}
.reagendarColor:hover{
    background: #E9AD1E;
    margin: 4px 2px;
    border: 1px solid transparent;
    color: white;
}
.asignatura_color_marron{
    background-color: #80350e !important;
}
.asignatura_color_rosa{
    background-color: #f2cfef !important;
}
.asignatura_color_verde_limon{
    background-color: #99ff32 !important;
}
.asignatura_color_rojo_claro{
    background-color: #ff0066 !important;
}
#div_comunicadosUsuarios{
    overflow: auto;
    height: 500px;
}
.hora-region {
    font-size: 10pt;
    font-weight: normal;
}
#div_usuariosComunicado{
    font-size: 12px;
    overflow: auto;
    height: 400px;
}
.hidden_comunicado {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
}
.btn_duplicarParrilla{
    cursor: pointer;
    font-size: 16px;
}
.btn_crearParrilla{
    cursor: pointer;
    font-size: 16px;
}
.e_seleccion_fechacrear{
    border-color: black;
}
.fondo-titulo{
    background: #0e3172;
    color: white;
}
.margin-top{
    margin-top: 10px;
}
.decoracion-no{
    text-decoration: none;
}
.list-hover:hover{
    background-color: #0e3172;
    color: white;
}
.table-container{
    max-height: 600px; /* Adjust as needed */
    overflow-y: auto;
    position: relative;
}
.table-container table thead tr {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: white; /* Adjust as needed */
}
#div_correos_usuarios{
    overflow: auto;
    height: 300px;
    font-size: 12px;
}
.imagen_fin{
    width: 40%;
}
@media (orientation: portrait) {
    .imagen_fin{
        width: 100%;
    }
}
#tbl_congelamiento_nota, #tbl_congelamiento_archivo{
    font-size: 12px;
}
.card-espacio{
    padding: 16px;
}
#tbl_encuestainforme, #tbl_encuestainforme2{
    font-size: 11px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #d6d6d6;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}

.date {
    padding: 0 10px;
    background: #fff;
    color: black;
    font-weight: bold;
    font-size: 9pt;
}
.color_fondo{
    background: #011948;
    color: white;
}
.max-heigth-button{
    max-height: 31px
}
.contenedor_seg{
    height: 50vh;
    overflow-y: auto;
}
.texto_seg{
    font-size: 10pt;
}
.circle_seg {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle_seg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.colorIcono{
    color: white;
}
.td_colorPagos{
    cursor: pointer;
}
.verde1{
    background: green;
}
.rojo{
    background: red;
}
.amarillo{
    background: orange !important;
}
#tbl_cuotaContrato{
    font-size: 13px;
}
.acordeonfiltros{
    height: 10px !important;
}
.visualizacion_imagen{
    max-width: 100%;
}
#fecinicial_congelamiento, #fecfinal_congelamiento{
    position: relative;
}
*{
    font-size: var(--bs-body-font-size);
}
.r1{
    box-shadow: 0px 0px 3px 5px rgba(255,126,126,1);
}
.r2{
    box-shadow: 0px 0px 3px 5px rgb(235, 186, 121);
}
.r3{
    box-shadow: 0px 0px 3px 5px rgb(250, 253, 161);
}
.r4{
    box-shadow: 0px 0px 3px 5px rgb(145, 209, 78);
}
.r5{
    box-shadow: 0px 0px 3px 5px rgb(26, 157, 103);
}
.card_sombra{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#tbl_encuesta_referido{
    font-size: 13px;
}
.over_colorEncuesta:hover {
    background-color: blue;
    cursor: pointer;
}
.over_colorEncuesta_clase:hover {
    background-color: blue;
    cursor: pointer;
}
#listarUsuariosMultiple{
    overflow: auto;
    height: 400px;
}
#listarUsuariosEjecutivos{
    overflow: auto;
    height: 400px;
}
#div_encuestausu{
    font-size: 13px;
}
.star {
    font-size: 50px;
    color: gray;
    cursor: pointer;
}
.star.selected {
    color: gold;
}

.modal-calificacion{
    background-color: #001948;
}
.color_letra{
    color: white;
}
.fecha_titulo{
    font-size: 9pt;
    font-weight: lighter;
}
.texto_datos{
    font-size: 10pt;
}
.btn-enviaCali{
    background: white;
    color: #001948;
    font-weight: bold;
}
.btn-enviaCali:hover{
    border: solid 1px white;

}
.fondoVideo{
    background: #001948;
}
.video-destello {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8),
        0 0 40px rgba(255, 255, 255, 0.6),
        0 0 60px rgba(255, 255, 255, 0.4);
    border-radius: 8px; /* Opcional: para bordes redondeados */
}
.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
.form-check-input:checked::before {
    color: white;
}
.e_descripciongrande{
    height: 200px !important;
}
#tbl_contrato_asignacion{
    font-size: 10px;
}
#tbl_vigenciaMes{
    font-size: 12px;
}
.alerta_reage{
    font-size: 9pt !important;
    padding: 2px !important;
    text-align: center !important;
    background: gray;
    border-radius: 8px;


}
.whpp_icon{
    width: 60px;
    transition: width 0.3s ease;

}
.whpp_icon:hover{
    width: 65px;

}
.whpp_flotante{
    position: fixed;
    bottom: 20px;
    right: 20px;
}

@media (orientation: portrait) {
    .whpp_icon{
        width: 50px;
        transition: width 0.3s ease;

    }
    .whpp_icon:hover{
        width: 55px;

    }
    .whpp_flotante{
        position: fixed;
        bottom: 10px;
        right: 10px;
    }
    .circulo_icono{
        display: none;
    }
}
.badge_mod{
    white-space: normal !important;
}

.fixed-scroll {
    max-height: calc(100vh - 200px); /* Ajusta la altura según sea necesario */
    overflow-y: auto;
    overflow-x: auto;
}

.fixed-scroll::-webkit-scrollbar {
    width: 10px; /* Ajusta el ancho de la barra de desplazamiento si es necesario */
    height: 15px;
}

.fixed-scroll::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.fixed-scroll::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.fixed-scroll {
    position: relative;
    padding-bottom: 180px;
}

.fixed-scroll::after {
    content: "";
    position: sticky;
    bottom: 0;
    left: 0;
    height: 100px;
    background: linear-gradient(to top, #fff, transparent);
}
.color_borderojo{
    border-color: red;
}
.e_bordeVigencia{
    border-right: 1px solid;
}
#cobro_contratos{
    overflow: auto;
    height: 600px;
}
#cobro_asignacionEjecutivo{
    overflow: auto;
    height: 600px;
}
.contenedor_tabla{
    height: 50vh;
    overflow-x: auto;
    overflow-y: auto;
}
.contenedor_tabla2{
    height: 70vh;
    overflow-x: auto;
    overflow-y: auto;
}
.cabecera_movil{
    position: sticky;
    top:0;
}
.tamanno_cab{
    font-size: 10pt !important;
}
.tablesorter-header-inner{
    font-size: 8pt;
}
.bordeinicioindex{
    border: solid 1px;
}
#tbl_alertaVacaciones{
    font-size: 12px;
}
.numeroDeDias{
    font-size: 40pt;
    font-weight: bold;
    color:#011948;
}
.numeroDeDias3{
    font-size: 30pt;
    font-weight: bold;
    color:#011948;
}
.textoDias{
    font-size: 14pt;
    font-weight: bold;
    color:#5a82d0;
    text-transform: uppercase;
}
.texto_faltan{
    font-size: 8pt;
    font-weight: 700;
    color:#5a82d0;
    text-transform: uppercase;
}
.numeroDeDias1{
    font-size: 40pt;
    font-weight: bold;
    color:white;
}
.numeroDeDias2{
    font-size: 12pt;
    font-weight: 400;
    color: #fff;
}
.fondoCongelamiento{
    background: #5a82d0;
}
.fondoCongelamiento2{
    background: #011948;
    border-radius: 8pt;
    margin: 0 5px;
    padding-bottom: 10px;
}
.textoDias1{
    font-size: 14pt;
    font-weight: bold;
    color:#5a82d0;
    text-transform: uppercase;
}
.textoDias2{
    font-size: 7pt;
    font-weight: bold;
    color:#5a82d0;
    text-transform: uppercase;
}

.textoDias4{
    font-size: 10pt;
    font-weight: bold;
    color:#011948;
}
.texto_faltan1{
    font-size: 8pt;
    font-weight: 700;
    color:#5a82d0;
    text-transform: uppercase;
}
.texto_cuadro{
    background: #011948;
    color: white;
    padding: 3px;
    padding-bottom: 5px;
    border-radius: 5px;
    width: 90%;
}
.texto_cuadro1{
    background: #011948;
    color: white;
    padding: 3px;
    padding-bottom: 5px;
    border-radius: 5px;
    width: 90%;
}
.texto_area{
    font-size: 9pt;
    font-weight: bold;
}
.texto_area1{
    font-size: 7pt;
    font-weight: bold;
}
.paddin_1{
    padding: 1px;
}
.borde_card{
    border-color: #011948 !important;
}
.borde_naranja{
    border-color: orangered !important;
}
.borde_verde{
    border-color: green !important;
}
.borde_gris{
    border-color: gray !important;
}


.fondos_naranja{
    background: orangered !important;
}
.fondos_verde{
    background: green !important;
}
.fondos_gris{
    background: gray !important;
}


.fuentes_txt_naranja{
    color: orangered !important;
}
.fuentes_txt_verde{
    color: green !important;
}
.fuentes_txt_gris{
    color: gray !important;
}

.icono_cumple {
    font-size: 0.9rem; /* Tamaño del ícono */
    color: white;
}

.circulo_icono {
    display: inline-flex; /* Mantiene el círculo en la misma línea */
    align-items: center; /* Centra el ícono verticalmente */
    justify-content: center; /* Centra el ícono horizontalmente */
    width: 30px; /* Tamaño del círculo */
    height: 30px; /* Tamaño del círculo */
    border-radius: 50%; /* Hace el círculo */
    background-color: #5a82d0; /* Color de fondo del círculo */
    color: white; /* Color del ícono */
    font-size: 1rem; /* Tamaño del ícono */
    margin-right: 8px; /* Espacio a la derecha entre el círculo y el texto */
    vertical-align: middle; /* Alineación vertical */
}

.centrar-texto {
    display: flex; /* Activa flexbox en el contenedor */
    align-items: center; /* Centra verticalmente los hijos */
}
.texto_fecha{
    color: #011948;
    font-weight: 500;
    font-size: 10pt;
}
.alinear_fecha{
    width: fit-content;
    margin: auto;
}
.nombre_cumple{
    color: #011948;
    font-weight: 600;
    font-size: 10pt;
}
.tamanno_flecha{
    width: 1% !important;
}
.color_icono{
    color: #011948;
    font-size: 30pt;
}
.color_icono1{
    color: #727272;
    font-size: 30pt;
}

.paddin_lados{
    padding: 0 32px;
}
.fondo_card{
    background: #011948;
    color: white;
}
.icono_check{
    color: white;
    font-size: 16pt;
    padding-right: 5px;
}
.borde_left{
    border-left: 1px solid #dcdcdc;
}
.largo_fijo{
    height: 40vh;
    overflow-y: scroll;
}
.text_cod_interno{
    font-size: 14pt;
    font-weight: 700;
}
.text_cod_interno1{
    font-size: 14pt;
    font-weight: 700;
    color: white;
}
.btn_asignarInduccion{
    font-size: 12pt;
    color: white;
    cursor: pointer;
    transition: 0.2s;
    background: #011948;
}
.btn_asignarInduccion i{
    font-size: 14pt;
    color: white;
    padding-right: 5px;
}

.btn_asignarInduccion:hover{
    color: #011948;
    border-color: #011948;
}

.btn_asignarInduccion:hover i{
    color: #011948;
    border-color: #011948;
}
.text_nombre{
    font-size: 12pt;
    font-weight: bold;
    color: white;
    text-transform: capitalize;

}
.fondo_header{
    background: #011948;
}
.sinPaddingTop{
    padding-top: 0;
}
.texto_fecha1{
    font-size: 10pt;
}
.text-titulo{
    font-size: 10pt;
}
.btn_abrirCuentas{
    cursor: pointer;
}
.colorDias{
    color: #fff;
    font-weight: bold;
    font-size: 12pt;
}
.colorEstadoT{
    background: #011948;
    padding: 2px 6px;
    color: white;
    border-radius: 5px;
}
.textoUsuario{
    color: #011948;
    font-weight: bold;
    font-size: 12pt;
}
.margen_tb{
    margin: 5px 0;
}
.espacio_tb{
    padding: 22px 5px;
}

.fecha_pequenno{
    font-size: 7pt;
}
.fondeo_degrade{
    background: rgb(66,84,119);
    background: linear-gradient(0deg, rgba(66,84,119,1) 0%, rgba(33,46,72,1) 100%);
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    min-width: 300px;
}
.email_estilo{
    font-size: 10pt;
    font-weight: 700;
}
@media (orientation: portrait) {
    .circulo_icono{
        display: none;
    }
    .nombre_cumple{
        font-size: 9pt;
    }
    .borde_left{
        border-top: 1px solid #dcdcdc;
        border-left: 0;
    }
    .icono_check{
        display: none;
    }
}
.icono_detalle{
    padding-right: 5px;
}
.btn_pago_stripe{
    background: white;
    border-radius: 5px;
    cursor: pointer;
    color: #011948;
    margin: auto;
    padding-top: 0;
    padding-bottom: 0;
}
.btn_pago_stripe:hover{
    border: 1px solid white;
}
.texto_valor{
    color: #cdf;
}
.alerta_vacac{
    display: inline-block; /* Para que se ajuste al tamaño del contenido */
    padding: 5px 10px; /* Opcional, para agregar espacio alrededor del texto */
    border-left: 1px solid #011948; /* Opcional, para visualizar mejor el tamaño del div */
    border-right: 1px solid #011948; /* Opcional, para visualizar mejor el tamaño del div */
    border-bottom: 1px solid #011948; /* Opcional, para visualizar mejor el tamaño del div */
    background-color: #f9f9f9; /* Opcional, para resaltar el contenido */
    font-size: 16px; /* Ajusta según el tamaño deseado */
    max-width: 100%; /* Opcional, para limitar el ancho máximo */
    border-radius: 0 0 5px 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    color:#011948;
}
.seleccionado {
    background-color: blue !important;
    color: white !important;
    cursor: pointer;
}
.tit_referido{
    font-size: 16pt;
    color:#041e4e;
    font-weight: bold;
}
.stilo_card{
    border-color: #041e4e;
}
#btn_enviar_referidos{
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 99;
}
.icono_save{
    font-size: 16pt;
}
.color_fondoConge1{
    background: #339ADA;
    color: white;
}
.color_fondoConge2{
    background: #1CBB95;
    color: white;
}
.color_adacemico_extension{
    background: #00205f;
    color: white;
}
.color_admin_extension{
    background: #bdd7ee;

}
.color_marketing_extension{
    background: #2e75b3;
    color: white;
}
.img-circular {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid white;
}

.fondoTarjetaAm{
    background: linear-gradient(164deg, rgba(15,50,116,1) 0%, rgba(0,25,72,1) 62%) !important;
    cursor: pointer;
    transition: 0.5s;
}
.fondoTarjetaAm:hover{
    background: white !important;
    border:1px solid #082660 !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
    transition: 0.5s;


}
.fondoTarjetaAm.seleccionado2{
    background: #2fd6581f  !important;
    border: 1px solid #2fd658;
}

.fondoTarjetaPm{
    background: linear-gradient(164deg, rgba(15,50,116,1) 0%, rgba(0,25,72,1) 62%) !important;
    cursor: pointer;
    transition: 0.5s;
}
.fondoTarjetaPm:hover{
    background: white !important;
    border:1px solid #082660 !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
    transition: 0.5s;


}
.fondoTarjetaPm.seleccionado2{
    background: #2fd6581f  !important;
    border: 1px solid #2fd658;
}

.fondoTarjetaVacio{
    background: gray;
    cursor: pointer;
    transition: 0.5s;
}
.fondoTarjetaVacio:hover{
    background: lightgray;
    border:1px solid #082660 !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
    transition: 0.5s;
}
.fondoTarjetaVacio.seleccionado2{
    background: #2fd6581f  !important;
    border: 1px solid #2fd658;
}
.fondoTarjetaVacio1{
    background: gray;
    cursor: pointer;
    transition: 0.5s;
}
.fondoTarjetaVacio1:hover{
    background: lightgray;
    border:1px solid #082660 !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
    transition: 0.5s;
}
.fondoTarjetaVacio1.seleccionado2{
    background: #2fd6581f  !important;
    border: 1px solid #2fd658;
}


.textoTriner{
    background: white;
    color: #082660;
    border-radius: 5px;
    padding: 2px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
}
.texto_decorado_modal{
    border: 1px solid #082660;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 5px;
    font-weight: bold;
    color: #082660;
    background: white;
}
.fondoVotacion{
    background: #e3e3e3;
    padding: 0px;
    padding-bottom: 10px;
    border-radius: 5px;
}
.e_guardarVotoAm{
    height: 280px;
}
.e_guardarVotoPm{
    height: 280px;
}
.posicionFija{
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0px 10%;
}
.contenedorBotones{
    background: #021d4fbd;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.enviarDecorado{
    background: white;
    color: #021d4f;
    font-weight: bold;
    font-size: 14pt;
    padding: 8px 24px;
    transition: 0.5s;
}
.enviarDecorado:hover{
    background: #021d4f;
    color: white;
    font-weight: bold;
    font-size: 14pt;
    padding: 8px 24px;
    border: 1.8px solid white;
}

.omitirDecorado{
    background: #021d4f;
    color: white;
    font-weight: bold;
    font-size: 14pt;
    padding: 8px 24px;
    border: 1.8px solid white;
}
.omitirDecorado:hover{
    background: white;
    color: #021d4f;
    font-weight: bold;
    font-size: 14pt;
    padding: 8px 24px;
    transition: 0.5s;

}
.tituloArriba{
    font-size: 18pt;
    font-style: italic;
    color: #021d4f;
    font-weight: lighter;
}
.tituloAbajo{
    font-size: 26pt;
    color: #021d4f;
    font-weight: bold;
}
.cajasIndividuales{
    background: #e3e3e3;
    padding: 20px;
    border-radius: 10px;
}
.estiloValores{
    font-weight: bold;
    font-size: 18pt;
}
.colorTitulo{
    color: #0c2d6be5;
}
.btn_detallesCantidades{
    cursor: pointer;
    transition: 0.6s;
}
.btn_detallesCantidades:hover{
    background: #0c2d6be5 !important;
    color: white !important;
    .colorTitulo{
        color: white;
    }
}
