﻿.modal-header {
    gap: 0.5rem;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    align-items: center;
    padding: 12px 12px 14px 24px;
    border-top: 4px solid #0054C6;
}

.modal-header-text {
    flex-grow: 1;
}

.modal-body {
    /*max-width: 960px;*/
    line-height: 20px;
    overflow-y: hidden;
    padding: 0 24px 24px;
}
