
.layer-msg-shape {
    border-radius: 6px;
    height: auto !important;
}

.layer-msg-shape .choose-mode-list {
    right: 0 !important;
}

.layer-msg-shape p.title {
    padding-left: 20px;
    margin-top: 20px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 550;
}

.layer-msg-shape .form-shape {
    padding: 16px 20px 22px 20px;
}

.layer-msg-shape #leave-msg-reply-mode {
    display: flex !important;
    flex-direction: row;
    width: calc(100 + 16px);
}

.layer-msg-shape #leave-msg-reply-mode :last-child {
    margin-right: 0;
}

.layer-msg-shape .form-shape .reply-mode {
    margin-left: 0;
    flex: 1;
    margin-right: 16px;
    background: #f0f0f0;
    color: #4B4B4B;
}

.layer-msg-shape .form-shape .reply-mode-active {
    background: #FEF3F3;
    color: #d94940;
}

.layer-msg-shape .form-shape .content-label {
    margin: 20px 0 12px 0;
}

.layer-msg-shape .form-shape .feedback-textarea-container {
    background: white;
    border-radius: 4px;
    border: 1px solid rgba(235, 235, 235, 1);
}

.layer-msg-shape .form-shape .upload-image-container .add_image_container {
    background: #F5F5F5 !important;
    border-radius: 2px !important;
}

.layer-msg-shape .form-shape .feedback-textarea-container textarea ::placeholder {
    color: #CCCCCC;
}

.layer-msg-shape .form-shape .textarea-count {
    color: #CCCCCC;
}

.layer-msg-shape .form-shape .feedback-input-container {
    background: white;
    border-radius: 4px;
    border: 1px solid rgba(235, 235, 235, 1);
}

.layer-msg-shape .form-shape .but-choose .determine {
    background: #d94940;
    border-radius: 4px;
    height: 36px;
    width: 86px !important;
    padding: 0;
}

.layer-msg-shape .form-shape .but-choose .cancel {
    background: #FFFFFF;
    border: 1px solid #d94940;
    border-radius: 4px;
    color: #d94940;
    height: 36px;
    width: 86px !important;
    padding: 0;
    margin-right: 8px;
}

.layer-msg-shape .add_image_container .count_text {
    color: #888;
}

.layer-msg-shape .form-shape .feedback-textarea-container textarea::-webkit-scrollbar {
    width: 0;
    height: 0;
}

