.mrs-severity-score-bar {
    border: 7px solid;
    border-color: #F7F3F0;
    padding-top: 7px;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 7px;
}

.severity-score-title {
    font-weight: 400;
    color: #852557;
    font-size: 14px;
}

.last-update-text {
    font-weight: 400;
    color: #7D6E59;
    font-size: 14px;
}

.symptom-score-label {
    font-weight: 700;
    color: #7D6E59;
    font-size: 18px;
}

.symptom-score-text {
    font-weight: 400;
    color: #852557;
    font-size: 18px;
}

.mrs-severity-score-items {
    font-weight: 400;
    color: #7D6E59;
    font-size: 16px;
}

.user-goals-bar {
    border-left: 7px solid;
    border-right: 7px solid;
    border-bottom: 7px solid;
    border-color: #F7F3F0;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 2px;
    padding-right: 2px;
}

.user-goals-title {
    font-weight: 400;
    color: #852557;
    font-size: 14px;
}

.user-goals-items {
    font-weight: 400;
    color: #7D6E59;
    font-size: 14px;
}

.purchase-product-bar {
    border: 7px solid;
    border-color: #F7F3F0;
    padding-top: 7px;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 7px;
}

.row-sections {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.coach-call-status-bar {
    border: 7px solid;
    border-color: #F7F3F0;
    padding-top: 7px;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 7px;
}

.coach-call-status-header {
    display: flex;
    flex-direction: row;
}

.coach-call-status-item {
    display: flex;
    flex-direction: row;
}

.coach-call-status-title {
    font-weight: 400;
    color: #852557;
    font-size: 14px;
}

.coach-call-status-text {
    font-weight: 500;
    color: #7D6E59;
    font-size: 16px;
}


.coach-call-status-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.items {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    width: 100%;

    margin-right: 12px;
}

.title {
    font-weight: 400;
    color: #852557;
    font-size: 14px;
}

.text {
    padding-left: 6px;
}

.checkmark-square {
    color: #7D6E59;
}

.item {
    margin-right: 12px;
    width: 100px;
}

.text {
    color: #7D6E59;
    font-weight: 500;
    font-size: 15px;
    padding-left: 10px;
}

.fa-check-completed {
    border: 1px solid #7D6E59;
    color: #ffffff;
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

.fa-check-completed::before {
    content: "\2713";
    font-size: 14px;
    color: #852557;
    padding: 2px;
}

.checkmark-square {
    border: 1px solid #7D6E59;
    color: #ffffff;
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

.checkmark-square::before {
    content: "\2713";
    font-size: 14px;
    color: #7D6E59;
    padding: 2px;
}

.fa-square {
    color: #ffffff;
    border: 1px solid #7D6E59;
    border-radius: 2px;
    height: 16px;
    width: 16px;
}

.fa-square-gray {
    color: #D9D9D9;
    background: #D9D9D9;
    border: 1px solid;
    border-radius: 2px;
    height: 16px;
    width: 16px;
}

.content-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.purchase-product-text {
    color: #7D6E59;
    font-weight: 400;
    font-size: 15px;
    padding-left: 6px;
}
