.msc-viewer {
    width: 100%;
    height: 90vh;
}

span {
    max-width: 400px;
    max-height: 1000px;
    display: block;
}

fieldset div {
    margin: 30px;
}

.small-text-area {
    min-width: 400px;
    min-height: 40px;
    background-color: white;
}

.small-text-area-readonly {
    min-width: 400px;
    min-height: 40px;
    background-color: white;
    cursor: not-allowed;
}

.button-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 5px 10px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s;
    font-size: 40px;
}

.project-phase-row {
    background-color: grey !important;
}

.project-task-group-row {
    background-color: darkgrey !important;
}

.project-task-row {
    background-color: lightgrey !important;
}

.project-task-conversation-row {
    background-color: whitesmoke !important;
}

.project-actions {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 1rem;
}