.modal-dialog {
    margin-left: 12vw;
    margin-top: 18vh;
    height: 42%;
    --bs-modal-width: 58%;
    overflow-y: auto;
}

.source-modal .modal-content {
    border-radius: 10px;
    background-color: #113535;
    color: var(--font-color);
    height: 100%;
}

.source-modal .modal-header {
    border-bottom: none;
    padding: 3rem;
    padding-bottom: 0;
    height: 12%;
}

.source-modal .modal-body {
    padding: 3rem;
    padding-top: 0;
    height: 88%;
}
