.page-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:20px;

}

.page-header h2{

    margin:0;

}

.table td{

    vertical-align:middle;

}

.modal-xl {
    max-width: 1200px;
}

.modal-body {
    max-height: calc(100vh - 180px);
    overflow-y: auto;
}