.messagetosystem .subject {
    margin-bottom: 3%;
}

.messagetosystem .comment .editable-placeholder {
    height: 320px;
    overflow-y: auto;
}

.messagetosystem .buttonsContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.messagetosystem .buttonsContainer .submitButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 345px;
    height: 42px;
    font-family: "Metropolis Bold";
    letter-spacing: 0.17px;
    color: white;
    font-size: 13px;
    margin-top: 30px;
    text-transform: uppercase;
    border-radius: 8px;
    background-color: #0d4962;
    cursor: pointer;
}

.messagetosystem .buttonsContainer .cancelButton {
    font-family: "Metropolis Bold";
    font-size: 13px;
    letter-spacing: 0.17px;
    color: #0d4962;
    margin-block: 20px;
    cursor: pointer;
}

.dark .messagetosystem .buttonsContainer .cancelButton {
    color: rgba(255, 255, 255, 0.87);
}