.botonadmin {
    height: 32px;
    padding: 0 8px;
    font-size: 1rem;
    line-height: 30px;
}
.checkbox-bird {
    float: left;
    margin-right: 10px;
}
.table-responsive .bootstrap-table {
    min-height: 370px;
}
.materialboxed.active {
    max-width: 100% !important;
}
.iconpicker-search {
    width: auto !important;
}

.naranja {
    color: #f65a23;
}

.btn-custom {
    background-color: #f65a23;

    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
     width: 110px;     /* Ancho del botón */
    height: 38px; /* Altura del botón */

    /* Centrando el texto */

    align-items: center;
    justify-content: center;
    text-align: center;

    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-custom:hover {
    background-color: #1a1a1a;
    color: #eaeaea;
}


.shipping-logo {
    width: 30px; /* Ajusta el tamaño según tus necesidades */
    height: auto;
    margin-right: 8px; /* Espacio entre la imagen y el texto */
    vertical-align: middle;
}
