:root {
    --bs-body-bg: #f5f7fb;
}

html,
body {
    font-size: 14px;
    background-color: var(--bs-body-bg);
}

.navbar-brand {
    font-weight: 600;
    letter-spacing: 0.2px;
}

.card {
    border: 0;
    border-radius: 0.75rem;
}

.table td,
.table th {
    vertical-align: middle;
}

#globalAlert {
    white-space: pre-wrap;
}

#loadingScreen {
    position: fixed;
    inset: 0;

    background: rgba(255, 255, 255, 0.85);

    /* display: none; */
    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: center;

    z-index: 9999;
}