body.fondo{
    background: url("../img/geometry-clara.webp") repeat 0 0;
    -webkit-animation: slide 50s linear infinite;
}

@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -400px 0; }
}

*::-webkit-scrollbar {
  width: 7px;
}

*::-webkit-scrollbar-track {
  background-color: #FFF;
}

*::-webkit-scrollbar-thumb {
  background-color: #1E8FCF;
}

*{
    outline: none !important;
}

span.error{
    color: red;
    font-size: 12px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.carga {
    position: fixed;
    min-width: 100%;
    min-height: 100vh;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.carIma {
    width: 20%;
    animation: girando 6s linear infinite;
}

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

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.listaPlan{
    margin-top: 30px;
}

.listaPlan li{
    list-style: none;
    margin-bottom: 25px;
    font-size: 18px;
    border-bottom: 1px dashed #CACACA;
    padding-bottom: 8px;
}

#bModificarImagen, #bGuardarImagen, #bCancelarImagen{
    position: absolute;
}

#bModificarImagen, #bCancelarImagen{
    right: 30%;
}

#bGuardarImagen, #bCancelarImagen{
    display: none;
}

#bCancelarFotoP{
  display: none;
}

#formImaTicket{
    position: absolute;
    right: 70%;
}

.espacio{
    margin-bottom: 20px;
}

.paginate_button{
    font-size: 12px !important;
}

.paginacion{
    margin-top: 30px;
}

table td, table th{
    vertical-align:middle !important;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .2rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.disabled{
    background: #e9ecef;
}

.badge-pill{
    color: #000;
}

#tablaAdeudos tfoot{
    font-size: 16px;
}

#tablaAdeudos tfoot tr{
    background: #FAFAFA;
}

.modal { 
    overflow: auto !important; 
}

.texto-chico{
    font-size: 11px;
}

.gris{
    color: rgba(0, 0, 0, 0.6);
}

.diente{
    cursor: pointer;
}

.redondo{
    background: #E0E0E0;
    border-radius: 100%;
    padding: 2px 5px;
    cursor: pointer;
}

.tablaMapa{
    font-size: 8px;
    position: absolute;
    left: 5px;
    z-index: 1;
}

.tipoTra{
    padding: 5px 0px;
    background-color: #E0E0E0;
    border-radius: 5px;
    cursor: pointer;
}

.tipoTra.activo{
    box-shadow: 0px 0px 4px 3px #EB0C0C;
}

.trataPieza{
    position: absolute;
    z-index: 1;
}

.ausente{
    background: rgba(0, 0, 0, 0.3);
    height: 90px;
    width: 75%;
    top: 0;
    left: 9px;
}

.corona{
    background: #FFF;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    left: 17px;
    border: 1px solid #C0C0C0;
}

.endodoncia{
    border: 2px solid rgba(52, 152, 219, 0.6);
    height: 30px;
    width: 2px;
}

.poste{
    border-radius: 20px;
    border: 2px solid rgba(52, 152, 219, 0.6);
    height: 35px;
    width: 2px;   
}
.nota{
    padding: 20px 30px;
    border-radius: 5px;
    border:  1px solid #C0C0C0;
    margin-bottom: 15px;
}

#pacientesAgenda{
    background: #FFF;
    padding: 5px;
    position: absolute;
    width: 94.5%;
    border: 1px solid #D0D0D0;
    border-radius: 2px;
    z-index: 1;
    max-height: 300px;
    overflow-y: auto;
}

.listaPaciente{
    border-bottom: 1px solid #E0E0E0;
    max-width: 100%;
    padding: 10px 0px;
    cursor: pointer;
}

.listaPaciente:hover {
    background: #F0F0F0;    
}

.bQuitarPaci{
    position: absolute;
    right: 10px;
    top: 33px;
}

.oculto{
    display: none;
}

.vSus{
    position: absolute;
    top: -25px;
    right: 15px;
    font-size: 13px;
    z-index: 10;
}

.error{
    color: red;
}

.ganadorEm1 {
    background-color: #FFD700;
}

.ganadorEm1 .letraGanaEm{
    display: inline !important;
}

.ganadorEm2 {
    background-color: #C0C0C0;
}

.ganadorEm2 .letraGanaEm{
    display: inline !important;
}

.ganadorEm3 {
    background-color: #CD7F32;
}

.ganadorEm3 .letraGanaEm{
    display: inline !important;
}

.cantLikesSpan{
    color: #007bff; 
    text-decoration: underline;
    cursor: pointer;
}

/* Carrusel */
.carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}
.carousel {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    scroll-behavior: smooth;
    width: 400px;
}
.carousel img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 5px;
    transition: border 0.2s ease;
}
.carousel img.seleccionada {
    border: 3px solid #007bff;
}