#dialog_dailyMessage .stepCircle {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    flex-grow: 0;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #06B2F6;
    color: #fff;
    background: #06B2F6;
    margin-right: 10px;
    flex-shrink: 0;
}

#dialog_dailyMessage {
    overflow: hidden;
}

#content_dailyMessage_wrap > .flex-left {
    width: 100%;
}

#dailyMessage_conversation_wrap {
    position: relative;
    min-height: 430px;
    height: 430px;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#dailyMessage_conversation_wrap.noMouse #messages_input_wrap {
    display:none!important;
}

#dailyMessage_renderTime {
    padding: 0 2px 2px 6px
}

#dialog_dailyMessage #btn_dailyMessage_dialog_save,
#dialog_dailyMessage #btn_dailyMessage_dialog_cancel {
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}
