.layer-msg-shape{
    position: absolute;
    top: 36%;
    left: 50%;
    z-index: 1000;
    width: 400px;
    max-height: 92%;
    display: none;
    border-radius: 8px;
    height: auto;
    overflow-y: scroll;
}

.layer-msg-shape::-webkit-scrollbar{
    height: 0;
    width: 0;
    display: none;
}

.layer-msg-shape p.title{
    width:auto;
    padding-left: 20px;
    margin-top: 16px;
    height:32px;
    line-height: 32px;
    font-size:16px;
    background: #ffffff;
    border-radius: 8px;
}

.layer-msg-shape .form-shape{
    padding: 5px 20px 22px 20px
}

.layer-msg-shape .form-shape .reply-mode {
    float: left;
    width: 76px;
    height: 32px;
    margin-right: 24px;
    background: #f0f0f0;
    color: #333333;
    border-radius: 16px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layer-msg-shape .form-shape .reply-mode-active {
    background: #0D72F0;
    color: #FFFFFF;
}

.layer-msg-shape .form-shape .content-label{
    position:relative;
    margin: 8px 0;
    font-size:15px;
    width: auto;
}


.layer-msg-shape .form-shape .required {
    color: red;
    margin-right: 1px;
}

.layer-msg-shape .form-shape .feedback-textarea-container{
    background: #F8F8F8;
    display: block;
    align-items: center;
    /*padding: 28px 24px 20px 24px;*/
    position: relative;
    margin-top: 4px;
    width: auto;
    height: 150px;
    padding:12px 10px;
    border-radius: 6px;
}

.layer-msg-shape .form-shape .textarea-count {
    position: absolute;
    right: 10px;
    bottom: 8px;
    color: #999;
}

.layer-msg-shape .form-shape .feedback-textarea-container textarea {
    resize: none;
    font-family: "Microsoft yahei";
    background-color: transparent !important;
    width: 100%;
    height: calc(100% - 70px);
    margin-bottom: 70px;
    font-size: 14px;
    color: #333;
    border: none;
    outline: none;
    background: none;
}

.layer-msg-shape .form-shape .feedback-textarea-container textarea::placeholder{
    font-size: 14px;
    color: #989898;
    font-weight: 400;
}

.layer-msg-shape .form-shape .feedback-textarea-container .textarea-counter{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #7D8087;
    text-align: right;
    font-weight: 400;
}

.layer-msg-shape .form-shape .upload-image-container{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: absolute;
    bottom: 0;
}

.layer-msg-shape .form-shape .upload-image-container .upload_pic_feedback{
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}

.layer-msg-shape .form-shape .upload-image-container .add_image_container{
    background: white !important;
}

.layer-msg-shape .form-shape .feedback-input-container{
    height: 35px;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    padding:10px;
    border-radius:6px;
    margin-top:12px;
    width: auto;
}

.layer-msg-shape .form-shape .feedback-input-container .input-label{
    color: #212634;
    font-size: 14px;
    width: 100px;
}

.layer-msg-shape .form-shape .feedback-input-container input{
    background: none;
    outline: none;
    border: none;
    color: #333;
    font-size: 14px;
    margin-right: 16px;
    flex: 1;
}

.layer-msg-shape .form-shape .feedback-input-container input:focus{
    outline: none;
}


.layer-msg-shape .form-shape .feedback-input-container input::placeholder{
    font-size: 14px;
    color: #989898;
    font-weight: 400;
}

.layer-msg-shape .form-shape .but-choose{
    margin-top: 24px;
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
}

.layer-msg-shape .form-shape .but-choose .determine{
    background-image: linear-gradient(270deg, #387CFF 0%, #85B7FE 100%);
    border-radius: 4px;
    color: #fff;
    height: 32px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 19px;
    width: auto !important;
    margin: 0;
}

.layer-msg-shape .form-shape .but-choose .cancel{
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    color: #333;
    height: 32px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 19px;
    width: auto !important;
    margin: 0 15px 0 0;
}