.nw-container-bg {
    background-color: #f4f4f4;
    padding: 20px 20px;
    font-family: Arial, sans-serif;
    color: grey;
    height: 100%;
}
.nw-container {
    width: 100%;
    max-width: 750px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.nw-cabecera {
    background: linear-gradient(135deg, #1e72f0, #6bd0ff);
    text-align: center;
    padding: 40px 0px;
}
.nw-cabecera img {
    width: 220px;
}
.nw-content {
    padding: 40px 20px;
}
.nw-content p,
.nw-content ol {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
}
.nw-content strong {
    color: #000;
}
.nw-content a {
    color: #3f9de0;
    text-decoration: none;
}
.store-links {
    text-align: center;
    margin-bottom: 16px;
}
.store-links img {
    width: 45%;
    max-width: 150px;
    margin: 0 5px;
}
.app-logo-circle {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 2px solid #ccc;
}
.logo-text-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.logo-text-wrapper img {
    margin-right: 20px;
}
.nw-footer {
    font-size: 12px;
    color: #888;
    text-align: center;
    padding: 20px;
}
h3 {
    font-size: 22px;
}

.alert-minimal {
    text-align: center;
    padding: 2rem 1rem;
}

.alert-minimal i {
    font-size: 5rem;
    color: #198754; /* success color */
}

body {
    height: 100vh !important;
}

/* Estilos de tablas mas compactos */

.table-compact-head > thead > tr > th {
    padding: 3px !important;
    font-weight: bold !important;
    font-size: 12px !important;
    text-align: center !important;
}

.table-compact-head > thead > tr > th::after {
    display: none !important;
}
.table-compact-head > thead > tr > th::before {
    display: none !important;
}

.table-compact-body > tbody > tr > td {
    padding: 3px !important;
}

.table-compact-footer > tfoot > tr > td {
    padding: 3px !important;
}

#contenedor-espera-modal {
    background-color: #B8B8B8;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    width: 100%;
    display:none;
    z-index: 100;
}
#contenedor-espera-modal p {
    color: black;
    font-size: 23px;
    font-weight: bold;
}