#cm__messaging-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cm__coach-message-container {
    display: flex;
    flex-direction: column;
    height: 88%;
    position: fixed;
    width: 18.5%
}

.cm__coach-message-container-v2 {
    display: flex;
    flex-direction: column;
    height: 88%;
    position: fixed;
    width: 31.5%
}

.cm__coach-message-header {
    display: flex;
    height : 60px;
    background-color: white;
    /*border : 1px solid #E6EAEE;*/
    padding-left: 10px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F0F0F0;
}

.cm__coach-message-header-v2 {
    display: flex;
    height : 60px;
    background-color: white;
    /*border : 1px solid #E6EAEE;*/
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #C2CFD9;
}

span.cm__coach-message__header-text {
    font-size: 14px;
    color : #000000;
    font-weight: 400;
}

.cm__close-button {
    background-color : #33C6BC;
    padding: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 14px;
    color: white;
}

.cm__load-more-button {
    background-color : rgb(134, 123, 98);
    padding: 5px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 12px;
    color: white;
    margin-left: 5px;
    border: 0;
    font-weight: 400;
}

.cm__coach-message-scrollable-container {
    flex: 1;
    overflow-y: scroll;
    background-color: white;
    scroll-behavior: smooth;
    border: 1px solid #C2CFD9;
}

.cm__main-container {
    padding-bottom: 15px;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
    align-content: stretch;
}

.cm__loading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cm__no-message {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
}

.list-group.cm__messages {
    margin: 0px;
    margin-bottom: 2px;
}

.cm__message-container {
    background-color: white;
    padding-bottom: 5px;
    /*overflow-y: auto;*/
}

.cm__coach-message-box {
    display: flex;
    flex-direction: row;
    height: 90px;
    padding: 5px;
    border: 1px solid #C2CFD9;
    border-top: 0;
    background-color: white;
}

.cm__coach-message-box textarea {
    flex: 1;
    border: 1px solid #DDD;
    border-radius: 5px;
    resize: none;
    overflow: hidden;
    overflow-y: scroll;
}

div.cm__send-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn.cm__send-button {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: #E7E4DF;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: 1px solid #867A62;
}

.btn.cm__send-button:hover {
    background-color: #E7E4DF;
}

.cm__message-panel-footer {
    display: flex;
    flex-direction: row;
    padding: 5px 10px 0px 10px;
    width: 100%;
    justify-content: space-between;
    /* border-top: 1px solid #f0f0f0;*/
    /*background-color: white;*/
}

.cm__survey-button-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 4px;
    margin-left: -1px;
}

.cm__survey-button-container-2 {
    position: absolute;
    left: 5px;
    bottom: 8px;
}

.cm__survey-list-button {
    font-size: 24px;
    color: #4B5C6B;
    padding-left: 5px;
    cursor: pointer;
    border: 2px solid #C2CFD9;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.cm__survey-list-container {
    position: absolute !important;
    width: 220px;
    height: 300px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    position: absolute;
    margin-top: -300px;
    margin-left: -5px;
    z-index: 9999;
}

.cm__survey-items-container {
    height: 230px;
    overflow: auto;
}

.cm__survey-items-section-header {
    border-bottom: 1px solid #dedede;
    font-weight: 500;
}

.cm__survey-list {
    margin: 10px;
}

.cm__survey-list-item {
    color: #4A4A4A;
    font-size: 12px;
    line-height: 20px;
    font-family: RobotoDraft,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    cursor: pointer;
}

.cm__survey-template.bundle {
    border: 1px solid #dedede;
    border-radius: 10px;
}

.cm__survey-template-body {
    display: flex;
    flex-direction: row;
    margin: 20px 0 20px 20px;
}

.cm__surver-date-header {
    display: flex;
    flex:1;
    height: 25px;
    background-color: #E3E8ED;
    font-size: 12px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

.cm__survey-template-logo-container {

    margin-right: 20px;
}

.cm__survey-template-logo-img {
    background-color: #F5F5F5;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    padding: 5px;
}

.cm__survey-template-text {
    background-color: #F5F5F5;
    color: #616161;
    font-family: RobotoDraft,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 18px;
    padding: 15px;
    word-wrap: break-spaces;
}

.cm__survey-template-info {
    width: 300px;
}

.cm__survey-option {
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    margin-bottom: 10px;
}

.cm__survey-option-text {
    color: #616161;
    font-family: RobotoDraft,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 19px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 5px;
    word-wrap: break-spaces;
}

.cm__survey-template-buttons {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.cm__survey-template-delete-button {
    color: #D0021B;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
}

.cm__survey-template-delete-button :hover {
    opacity: 0.8;
}

.cm__survey-template-delete-button-text {
    padding-top: 8px;
}

.cm__survey-template-submit-button-text {
    padding-top: 8px;
    padding-bottom: 8px;
}

.cm__survey-template-submit-button {
    width: 139px;
    border-radius: 4px;
    background-color: #F5A623;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF;
    font-family: RobotoDraft,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.cm__survey-template-submit-button :hover {
    opacity: 0.8;
}

.cm__selected-survey-option {
    margin-top: 30px;
    margin-left: -40px;
    width: 300px;
}

.cm__selected-survey-option-title {
    color: #616161;
    font-family: RobotoDraft,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 10px;
    line-height: 19px;
}

.cm__selected-survey-option-desc {
    color: #616161;
    font-family: RobotoDraft,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 19px;
    border: 2px solid #4A90E2;
    border-radius: 3px;
    padding: 5px;
}

.cm__text_main-container {
    display: flex;
    flex: 1;
    flex-direction: column;
    font-family: RobotoDraft,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.cm__text_clickable {
    cursor: pointer;
}

.cm__text_single-message {
    display: flex;
    flex: 1;
}

.cm__text_single-message.coach-message {/**/
    justify-content: flex-end;
}

.cm__text_message {
    display: inline-block;
}

.cm__text_message.is-selected {
    align-self: flex-end;
}

.cm__text_message .hour-info {
    color: #AEAEAE;
    font-size: 12px;
    line-height: 19px;
}

.cm__text_user-message .message .name {/**/
    background-color: #4A90E2;
    border-radius: 4px;
    padding: 8px;
    color: white;
}

.cm__text_coach-message .message .name {/**/
    background-color: #F5F5F5;
    border-radius: 4px;
    padding: 8px;
    color: #616161;
}

.cm__text_user-message .message .hour-info {/**/
    text-align: left;
}

.cm__text_coach-message .message .hour-info {/**/
    text-align: right;
}

.cm__text_message.is-selected .name {
    border: 3px solid #175296;
    border-radius: 4px;
}

.cm__text_redirect-button {
    display: flex;
    justify-content: center;
    cursor: pointer;
}

/** COACH MESSAGING SUGGESTION BOX RELATED STYLES  **/

.cm_s__message-suggestions-box {
    color: #000;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-end;
}

.cm_s__message-suggestions-box .journal-coach-box {
    min-height: auto;
    width: 100%;
}

.cm_s__suggestion {
    width: 80%;
    border: 1px solid #E6EAEE;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 10px;
    margin-right: 10px;
    margin-top: 4px;
}

h5 {
    color: #AEAEAE;
}

.cm_s__suggestion-text-box {
    margin-bottom: 4px !important;
    padding-bottom: 4px;
    color: #7F8FA4;
    font-family: RobotoDraft,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    line-height: 19px;
}

span.cm_s__question-text {
    font-weight: bold;
    border-bottom: 1px solid #dedede;
    display: block;
    margin-bottom: 4px;
}

span.cm_s__suggestion-text {
    width: 100%;
    background-color: transparent;
    border: 0;
}

.cm_s__rating {
    min-height: 22px;
    margin-bottom: 4px;
}

.cm_s__rating i {
    color: #AAA598;
    padding: 2px;
    cursor: pointer;
    font-size: 18px;
}

.cm_s__rating i.cm_s__is-selected {
    color: #F5A623 !important;
}

.cm_s__fa-thumbs-normal {
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

/***/
.cm_s__styled-checkbox {
    position: absolute;
    opacity: 0;
}
.cm_s__styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.cm_s__styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
}
.cm_s__styled-checkbox:hover + label:before {
    background: #0294FF;
}

.cm_s__styled-checkbox:checked + label:before {
    background: #0294FF;
}
.cm_s__styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.cm_s__styled-checkbox:disabled + label:before {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #ddd;
}
.cm_s__styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 10px;
    background: white;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 0px solid #f0f0f0;
    border-radius: 4px;
}

.cm__notch {
    background-color: #4B5C6B;
    position: relative;
    border-radius: 15px;
    font-weight: 500;
}

.cm__notch::before {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
}

.cm__notch-left::before {
    border-right: 10px solid #DAFAFF;
    left: -8px;
}

.cm__notch-right::before {
    border-left: 10px solid #4B5C6B;
    right: -8px;
}