/* FeedbackAndSuggestion.jsp页面css */
#feedbackArea {
  background-color: #FFFFFF;
}
  
#feedbackDialogContent {
  padding: 0 15px;
  margin-top: 15px;
}
  
.list_item_gray {
  background-color: #F7F7F7;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 10px;
  padding: 15px;
}
  
.items_content_gray {
  flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
  color: #B9B9B9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* replyFeedbackDialogBox.jsp页面css */
  #replayfeedbackContent {
    background-color: #F7F7F7;
  }

  .dialog_time {
    text-align: center;
    color: #A6A6A6;
    font-size: 12px;
    margin: 7px 0;
  }

  .items_dialog_service {
    margin-bottom: 15px;
    min-height: 40px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 55px;
  }

  .items_dialog_usr {
    margin-bottom: 15px;
    min-height: 40px;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 55px;
  }

  .dialog_head_portraits {
    height: 40px;
    width: 40px;
    flex-shrink: 0;
  }

  .dialog_head_portraits>img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .dialog_triangle_left {
    border-style: solid;
    border-width: 10px 10px 10px 0px;
    border-color: transparent var(--app-color) transparent transparent;
    width: 0px;
    height: 0px;
    margin-left: 5px;
    margin-right: -4px;
    margin-top: 10px;
  }

  .dialog_triangle_right {
    border-style: solid;
    border-width: 10px 0px 10px 10px;
    border-color: transparent transparent transparent #FFFFFF;
    width: 0px;
    height: 0px;
    margin-right: 5px;
    margin-left: -4px;
    margin-top: 10px;
  }

  .dialog_service {
    background-color: var(--app-color);
    color: #FFFFFF;
    min-height: 40px;
    border-radius: 4px;
    padding: 10px;
  }

  .dialog_usr {
    background-color: #FFFFFF;
    color: var(--app-color);
    min-height: 40px;
    border-radius: 4px;
    padding: 10px;
  }

  .sub_page_content {
    overflow: scroll;
  }

  .sub_page_content::-webkit-scrollbar {
    display: none;
  }

  .sub_page_footer {
    background-color: #FFFFFF;
    position: fixed;
    bottom: 0;
    box-shadow: 0 -0.03rem 0.1rem #E6E6E6;
    height: 74px;
    width: 100%;
  }

  .input_message {
    padding: 15px;
  }

  #replyFeedbackInput {
    flex-grow: 1;
    height: 45px;
    border-radius: 2px 0 0 2px;
  }

  #replyFeedbackInput::-webkit-input-placeholder {
    color: #B3B3B3 !important;
  }

  #replyFeedbackInput:-moz-placeholder {
    color: #B3B3B3 !important;
  }

  #replyFeedbackInput::-moz-placeholder {
    color: #B3B3B3 !important;
  }

  #replyFeedbackInput:-ms-input-placeholder {
    color: #B3B3B3 !important;
  }

  #sendMessage {
    width: 84px;
    background-color: var(--app-color);
    color: #FFFFFF;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 0 2px 2px 0;
  }

  .circular_plus {
    background-color: var(--app-color);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding: 8px;
  }

  .circular_plus>img,
  .items_dialog_img>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .items_dialog_img {
    height: 40px;
    width: 40px;
    background-color: #FFFFFF;
    display: inline-block;
    margin: 2px;
  }

  #InputMoreReplyFeedbackArea {
    background-color: #FFFFFF;
  }

  /* replyFeedbackMoreInfo.jsp页面css */
  #replayfeedbackInputForm, #feedbackInputForm {
    background-color: #FFFFFF;
  }

  .sub_page_footer {
    box-shadow: none;
  }

  .textarea_input {
    padding: 15px;
  }

  #replyFeedbackTextArae, #txt-contents {
    background-color: #F7F7F7;
    height: 120px;
  }

  .upload_img_btn {
    height: 100px;
    width: 100px;
    margin: 0 15px;
  }

  .upload_img_btn>img,
  .upload_img_item>img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .upload_img_list {
    flex-wrap: wrap;
    margin: 10px;
  }

  .upload_img_item {
    height: 100px;
    width: 100px;
    flex-shrink: 0;
    margin: 5px;
    border: 1px dashed #A6A6A6;
    position: relative;
  }

  .delete_img_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 16px !important;
    height: 16px !important;
  }

  #sendMessageWithImgs, #saveFeedback {
    width: 100%;
    background-color: var(--app-color);
    color: #FFFFFF;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 0 2px 2px 0;
    font-weight: 500;
  }
