.custom-modal-dialog {
    width: 655px
}

.custom-modal-content {
    border-radius: 0;
    padding:24px 14px 24px 24px
}

.custom-modal-header {
    padding: 0 0 16px 0;
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    border: none;
    display: flex;
    align-items: center;
    text-align: center;
    color: #151515;
    word-break: break-all;
}

.custom-modal-body {
    padding: 0 3px 0 0;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.custom-modal-footer {
    padding: 16px 0 0 0;
    margin: 0 10px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    border-top: 1px solid #e5e5e5;
}

.custom-modal-button {
    margin-left: 12px
}