body {
    background: #f8f9fa;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.card {
    border: 0;
}

.form-check {
    padding: 0.35rem 1.75rem;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    background: white;
}

.table td, .table th {
    white-space: normal;
}

.header-logo {
    height: 52px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}

.site-footer {
    margin-top: auto;
}

.footer-eda-logo {
    max-height: 92px;
    width: auto;
}

@media (max-width: 991.98px) {
    .header-logo {
        height: 44px;
        max-width: 130px;
    }

    .footer-eda-logo {
        max-height: 72px;
    }
}

.form-text {
    font-size: 0.82rem;
    color: #8f96a3 !important;
}

.form-control::placeholder,
.form-select::placeholder {
    color: #adb5bd;
    opacity: 0.65;
}

.system-fields-note .form-control[disabled] {
    background-color: #f8f9fa;
    color: #495057;
    opacity: 1;
}


.required-label {
    font-weight: 700;
}

.required-marker {
    color: #c62828;
    font-weight: 700;
    margin-left: 0.15rem;
}


.creator-row .form-check-input {
    margin-top: 0.2rem;
}

.creator-row[style*='display: none'] {
    opacity: 0.6;
}
