﻿.upper-buttons {
    background-color: #d3d3d3;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    margin-bottom: 0;
    padding: 14px;
    padding-left: 0px;
}

    .upper-buttons [type="submit"] {
        margin-left: 14px;
        background-color: steelblue;
        color: white;
    }

.container-communicationHistoryForm {
    background-color: #d3d3d3;
}

    .container-communicationHistoryForm h2 {
        text-decoration: underline;
        margin-top: 14px;
        margin-left: 2%;
        margin-bottom: 4px;
        user-select: none;
    }

.panel-fromGraceHealth {
    background-color: beige;
    color: black;
    border-radius: 25px 28px 0px 25px;
    padding: 10px;
    width: fit-content;
    margin: 0;
}

/*TODO: Add a class for the date sent/received*/
.panel-fromPatient {
    background-color: dodgerblue;
    color: white;
    border-radius: 28px 25px 25px 0px;
    padding: 10px;
    width: fit-content;
    margin: 0;
}

/*.replyFromGraceHealthInput-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

    .replyFromGraceHealthInput-group textarea {
        resize: none;
        height: 100px;
        width: 100%;
        overflow-y: auto;
    }

        .replyFromGraceHealthInput-group textarea:focus {
            outline: none !important;
            border-color: #2c75ff;
            box-shadow: 0 0 10px #719ECE;
        }*/