@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');
.mp-0{
    margin: 0 !important;
    padding: 0 !important;
}

.mt-10{
    margin-top: 10px!important;
}
.mt-15{
    margin-top: 15px!important;
}
.mt-25{
    margin-top: 25px!important;
}
.mt-50{
    margin-top: 50px!important;
}
.mt-100{
    margin-top: 100px!important;
}
.mt-150{
    margin-top: 150px!important;
}
.mb-10{
    margin-bottom: 10px!important;
}
.mb-15{
    margin-bottom: 15px!important;
}
.mb-25{
    margin-bottom: 25px!important;
}
.mb-50{
    margin-bottom: 50px!important;
}
.mb-100{
    margin-bottom: 100px!important;
}
.mb-150{
    margin-bottom: 150px!important;
}
.ml-10{
    margin-left: 10px!important;
}
.ml-15{
    margin-left: 15px!important;
}
.ml-25{
    margin-left: 25px!important;
}
.ml-50{
    margin-left: 50px!important;
}
.ml-100{
    margin-left: 100px!important;
}
.ml-150{
    margin-left: 150px!important;
}
.mr-10{
    margin-right: 10px!important;
}
.mr-15{
    margin-right: 15px!important;
}
.mr-25{
    margin-right: 25px!important;
}
.mr-50{
    margin-right: 50px!important;
}
.mr-100{
    margin-right: 100px!important;
}

.cont-pagination{
    margin: 0 auto;
    padding: 0 auto;
    justify-content: center;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    justify-content: center;
    margin-bottom: 5px;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 6px 12px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.pagination li a.active {
    background-color: #07b99c;
    color: white;
    border: 1px solid #07b99c;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

.mtopcat{
    margin: 0;
    padding: 0;
    margin-top: -50px!important;
    display: block;
}

.mtopnews{
    margin: 0;
    padding: 0;
    margin-top: 15px!important;
    display: block;
}
.wapper{
    margin: 0 auto;
    padding: 0 auto;
    width: 100%;
    max-width: 600px;
    height: 250px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    justify-items: center;
    overflow: hidden;
}

.preview-container{
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    font-size: 45px;
    width: 100%;
    height: 250px;
    cursor: pointer;
    align-items: center;
    object-fit: cover;
}



#new_portada{
    display: none;
}

.icon {
    color: #c7c9c8;
}

.icontb{
    color: #fff;
}

.profile_pic{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    width: 150px;
    height:150px;
    overflow: hidden;
    cursor: pointer;
}

.vista_previa{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    background-color: #acafaf;
    margin: 10px;
    width: 230px;
    height: 77px;
}
.btncrop{
    margin: 0 auto;
    padding: 0 auto;
    display: block;
    width: 100px;
    height: 35px;
    background-color: #07977f;
    color: #fff;
    border-radius: 7px;
    border: none;
    margin-top: 20px;

}
.FileInput{
    display: none;
}
.cont-etiquetas{
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 5px;
}
.etiqueta {
    width: auto;
    max-width: 130px;
    height: 22px;
    font-size: 10px!important;
    text-transform: uppercase;
    font-weight: bold;
    background-color: rgb(220, 233, 233);
    padding: 4px;
    margin: 2px!important;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
}

.etiqueta:hover {
    color: #fff;
    background-color:rgb(136, 146, 146);;
}
h2{
    font-weight: bold!important;
}
.etinombre{
    display: grid;    
    grid-template-rows: 1fr 1fr;
}
.iniciales{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 50%;
    background-color: #206dc4;
}

.actividad{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    gap: 20px;
}

.actSelected{
    width: auto;
    padding: 8px;
    font-size: 12px;
    color: #0851a5;
    font-weight: bold;
    height: 35px;
    border: 1px solid #0851a5;
    border-radius: 5px;
    background-color: #c6defaa9;
    cursor: pointer;

}

.act{
    width: auto;
    padding: 8px;
    font-size: 12px;
    height: 35px;
    border: 1px solid #6d6d6d;
    border-radius: 5px;
    cursor: pointer;

}
.t-left{
    text-align: left;
    margin-top: 5px;
}

.hide {
    display: none;
}


.logoppal{
    display: flex;
    margin: 0 auto;
    padding: 0 auto;
    width: 250px;
    height: auto;
    margin-left: 20px;
}
.t-center{
    display: block;
    text-align: center;
}
.t-right{
    display: block;
    margin: 0 auto;
    padding: 0 auto;
    text-align: right;
    margin-right: 50px;
}
.b-right{
    display: block;
    margin: 0 auto;
    padding: 0 auto;
    text-align: right;
    margin-right: 0px;
}
.etiqueta_al {
    width: auto;
    max-width: 130px;
    height: 22px;
    font-size: 10px!important;
    text-transform: uppercase;
    font-weight: bold;
    background-color: rgba(5, 252, 157, 0.568);
    padding: 4px;
    margin: 2px!important;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
}


.etiqueta_al:hover {
    color: #fff;
    background-color: rgba(4, 128, 80);
}


.logo_panel{
    width: 230px;
    height: auto;
    display: block;
    margin-left: 0;
    cursor: pointer;
}
#logo_panel_file{
    display: none;
}

.logo_login{
    width: 550px;
    height: auto;
    display: block;
    margin-left: 0;
    cursor: pointer;
}

#img_index{
    display: none;
}

.sidebar-link{
    color:#fff!important;
}

.sidebar-link:hover{
    color:#a8a1a1!important;
}
.sidebar-link i{
    color:#fff!important;
    fill: #fff!important;
}
.sidebar-header{
    color:#bbcf06!important;
    font-weight: bold!important;
}

.reg-selector{
    border-color: #dbdbd6;
    font-size: 0.9em;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
}

.t-right{
    text-align: right;
}

h4{
    font-weight: bold;
}

.prminiatura{
    width: 100px;
    height: auto;
    object-fit: cover;
}

.mobile {
    display: none;
}

.card h1{
    font-weight: 600;
    font-size: 24px;
    color: #01125e;
    text-align: left;
}
.card .form-label{
    font-weight: 600;
}

.logoportada{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro semi-transparente */
  z-index: 9999; /* Asegura que el loader esté en frente de otros elementos  */
}
.loader-content {
    width: 50px;
    --b: 8px; 
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(#0000 10%,#f1e2e4) content-box;
    -webkit-mask:
      repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),
      radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
            mask-composite: intersect;
    animation:l4 0.7s infinite steps(10);
  }
  @keyframes l4 {to{transform: rotate(1turn)}}


.input-group .form-label{
    display: block;
    width: 100%;
}

.input-group .form-control{
    display: block!important;
    width: 90%;
}

.input-group span{
    cursor: pointer;
}
.g-recaptcha{
    display: flex;
    margin: 0 auto;
    padding: 0 auto;
    justify-content: center;
    align-items: center;
}

.sidebar-item ul{
    list-style: none;
    color: #dad5d5;
    margin-top: -5px;
    margin-left: -15px;
}

.sidebar-item ul>li{
    height: 35px;
}

.sidebar-item li span{
    font-size: 0.8rem;
}

.notacp{
    font-size: 0.8em;
}

.icnupd{
    cursor: pointer;
}

.btnp{
    font-size: 0.8rem!important;
    font-family: 'Poppins';
}

.icon{
    color: #fff;
    fill: #fff;
    display: flex;
    padding-top: 5px;
    justify-content: center;
    align-items: center;
}

.btn-orange{
    background-color: #5107b3;
}

.btn-orange:hover{
    background-color: #32056d;
}

.btn-actions{
    display: grid;
    grid-template-columns: repeat(9,1fr);
}
.btnx{
    width: 35px;
    height: 35px;
}
.btn-info2{
    background-color: #024969;
}
.btn-info2:hover{
    background-color: #025379;
}

.imgpro{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    object-fit: cover;
    margin-right: 7px;
}

.titulo_conf{
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Poppins';
}
.titulo_conf2{
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 25px;
}

.subtitulo_conf{
    margin: 0 auto;
    padding: 0 auto;
    display: block;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Poppins';
}
.cont-campos{
    height: auto;
    min-height: 30vh;
    margin-bottom: 50px;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: justify;
    
}

.form-control{
    font-family: 'Poppins';
    font-size: 0.9rem;
    font-weight: 400;
    height: 30px;
    border-radius: 5px;
}

.form-label{
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 5px;

}
.xform-label{
    font-weight: 600;
    font-size: 0.7rem;
}

.titulo_conf{
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Poppins';
}
.titulo_conf2{
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 25px;
}

.subtitulo_conf{
    margin: 0 auto;
    padding: 0 auto;
    display: block;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Poppins';
}
.cont-campos{
    height: auto;
    min-height: 30vh;
    margin-bottom: 50px;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: justify;
    
}

.contenedor-carnet{
    overflow: hidden;
}
.pase{
    border: 2px solid #474646;
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
    padding: 10px;
    background-color: #fff;
}
.qrimg{
    margin: 0 auto;
    padding: 0 auto;
    display: block;
    object-fit: cover;
} 

.titulo_conf,
.titulo, .escarapela, 
.participante, .identificacion, 
.empresa, .fecha, .lugar{
    width: 100%;
    text-align: center;

}

.wysg{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 9px;
    align-items:last baseline;
}
.wysg i{
    cursor: pointer;
}

.wysg i.activo{
    background-color: #ccc9c9;
    padding: 5px;
}
.psfont{
    width: 25px;
    padding: 2px;
    font-size: 0.7rem;
    text-align: center;
}

.btnx-print{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    background-color: #024969;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
}

.btnx-print:hover{
    background-color: #012a3d;
    color: #fff;
}

.btngrid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.linked{
    cursor: pointer;
}
.foto{
    margin: 0 auto;
    padding: 0 auto;
    display: block;
    background-color: #025379;
    width: 450px;
    height: 350px;
    overflow: hidden;
}

.bg-dark{
    background-color: #000;
    ;
}

.exportdata{
    width: 300px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: start;
}

.txtbuscar{
    width: 350px;
    border-radius: 2px;
}

.xbtn {
    width: 20px;
    height: 20px;
    cursor: pointer;

}
.gridcel{
    display: grid;
    grid-template-columns: auto;
    gap: 8px;
}

.bulkicon{
    display: inline-block;
    width: 80px;
    height: auto;
    text-align: left;
}

@media only screen and (max-width: 761px) {

    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
    
    .wapper{
        margin: 0 auto;
        padding: 0 auto;
        width: 100%;
        
        border: 1px solid #ccc;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        justify-items: center;
        overflow: hidden;
        
    }
    .preview-container {
      font-size: 30px;
      max-width: 90%;
      max-width: 400px;
      object-fit: cover;
    }

    .input-group .form-control{
        display: block;
        width: 80%;
    }

  }

