html,
body {
    min-height: 100%;
}

body {
    font-size: 0.95rem;
}

main {
    min-height: calc(100vh - 130px);
}

.card {
    border: 0;
    border-radius: 0.75rem;
}

.card-header {
    border-bottom: 1px solid var(--bs-border-color);
    font-weight: 600;
}

.table {
    vertical-align: middle;
}

.select2-container {
    width: 100% !important;
}

.navbar-brand {
    letter-spacing: 0.01em;
}

.global-loading {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-loading-content {
    text-align: center;
}

.field-error {
    color: var(--bs-danger);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.is-invalid + .select2-container .select2-selection {
    border-color: var(--bs-danger);
}
