@charset "UTF-8";

/*Pedidos/*



/*Registro*/

.btn.botonregistro {
        height:50px;
        width:60px;
        border-radius:15px;
        background:#2e86c1;
        float:right;
        font-size:30px;
        text-align:center;
        color: white;
        margin-left: 15px;
    }

    .btn.botonregistro:hover {
        color: yellow;
    }

    .ec-cart-select-inner .form-select {
    border: 1px solid black !important;
    width: 100%;
    margin: 0;
    }

    .espacioleft{
        margin-left: 5px;
    }

    .textoregis{
        font-size: 20px;
        color: black;
    }

    .separarribam{
        width: 475px;
        margin-top: 9px;
        margin-bottom: 9px;

    }

    .modal-dialog .modal-header span{
        font-size: 40px;
    }




/*Clientes*/
.pagination-controls {
    background-color: #f8f9fa; /* Fondo claro */
    border: 1px solid #dee2e6; /* Borde sutil */
    padding: 10px; /* Espaciado interno */
    border-radius: 5px; /* Bordes redondeados */
}

#page-info {
    font-weight: bold; /* Negrita para la información de la página */
}

#page-select.estilopag {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
}

.btn.btn-borrar{
    background-color: #48C9B0; 
    color: white; 
    font-size: 15px;
}
