.bootstrap-container-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 5;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 3vw;
}
.bootstrap-container-loading i {
    animation: 1s rotate steps(8) infinite;
}
.content {
    position: relative;
}

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

#clientes-gesa th { font-size: 13px; }
#clientes-gesa td { font-size: 11px; }

#clientes-blister th { font-size: 13px; }
#clientes-blister td { font-size: 11px; }

#ventas-table th { font-size: 13px; }
#ventas-table td { font-size: 11px; }
#ventasBlister-table th { font-size: 13px; }
#ventasBlister-table td { font-size: 11px; }

.paginate_input {
    width: 40px;
}

/* Chrome */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="date"] {
    -moz-appearance: textfield;
}
/* Other */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#objetivos-table td input {
    border: none; 
    background: none; 
    width: 95%; 
}

.tipos-cobertura-autos li a:hover {
    background-color: rgb(174, 174, 174);
}

.tipos-cobertura-autos li a.active {
    background-color: #66cccc !important;
    color: white !important;
}

.articulos_asociados {
    width: 100%;
    margin: auto;
    padding: 40px 0;

    display: flex;
    gap:60px;
    
}

.contenedor_inputs{
    margin-top: -30px;
    width: 35%;
}

.contenedor_incluye {
    /* padding:30px; */
    width: 65%;
    background-size: cover;
    background-position: center center;

}

