.custom-header .logo img {
    max-height: 50px;
}

.custom-header .header-links .btn {
    margin-left: 15px;
}

.sidebar {
    min-height: 100vh;
    padding-top: 20px;
}

.content {
    padding: 20px;
    display: block !important;
}

.custom-footer {
    margin-top: 20px;
}

.order-section {
    display: block !important;  /* Forzar comportamiento de bloque */
    width: 100%;  /* Asegurarse de que ocupe todo el ancho disponible */
}

.custom-container {
    display: block;
    width: 100%;
    margin: 0 auto;
    clear: both;
}

th, .black_th {
    color: black !important;
}