.comment-edit_holder{
    list-style: none;
    padding: 5px 0px;
    display: flex;
    flex-wrap: wrap;
}
.travel-site-comment-edit-form {
  width: 100%;
}
.process-info-status-box{
  display: flex;
  align-items: center;
  padding: 10px 0px;
  color: #3b95f4;
  margin-bottom: 15px;
  font-style: italic;
  border-bottom: 1px dotted #393939;
  justify-content: center;
  
}
.info-svg-box {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.status-information {
  line-height: 16px;
  display: inline;
}
.form-check-label {
  font-size: 13px;
}
.comment-edit-link{
    /*background-color: black !important;*/
    /*color: white;*/
    /*! cursor: pointer; */
    /*! padding: 5px 4px; */
    /*! border-radius: 4px; */
    /*! display: inline-flex; */
    /*! width: fit-content; */
    /*! text-decoration: none; */
    /*! min-width: 32px; */
    /*! border: 1px solid #2fa9ff; */
    /*! align-items: center; */
    /*! justify-content: center; */
    /*! height: 24px; */
    /*! margin-right: 3px; */
  }
.comment-edit_holder {
  padding: 0px;
}
.comment-edit_holder a {
  /*! width: 100%; */
  /*! display: flex; */
  /*! justify-content: center; */
  /*! align-items: center; */
  /*! padding: 0px; */
  /*! height: fit-content; */
  /*! height: 100%; */
}
.comment-edit_holder a:hover {
  background-color: #f9f9f900;
}
#comment-action-button .comment-edit-link:hover {
  display: inline-flex;
  width: 100%;
}
.comment-edit_holder {
  padding: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 23px;
  border: 1px solid #b6dce4 !important;
  overflow: clip;
  margin: 2px 0px;
}
.upload-image-display-box-edit {
  display: none;
  overflow-y: auto;
  height: fit-content;
  max-height: 75vw;
  margin: 5px 0px;
  border-radius: 5px;
}
.comment-edit-max-edits-reached{
  color: #ff0024;
  cursor: default;
  padding: 5px 4px;
  border-radius: 2px;
  display: block;
  width: fit-content;
  text-decoration: none;
}
  .edits-left-info {
    display: inline-flex;
    flex-grow: 1;
    justify-content: end;
    border: 1px solid #b6dce4;
    height: 24px;
    border-radius: 4px;
    margin: 2px 0px;
    font-style: italic !important;
    background-color: #ffe1ef;
    color: #f20072;
    width: fit-content;
  }
  .edits-left-info span.edit-expiry-date,
  .edits-left-info span.edit-count-left {
    padding: 0px 10px;
    display: flex;
    align-items: center;
    font-size: 11px !important;
    width: 100%;
    justify-content: center;
  }
  .edits-left-info #Layer_1{
    margin-right: 3px;
  }
  .comment-edit-link:hover {
    background-color: rgba(0, 0, 0, 0.62);
  }
  /*comment edit form styling*/
  .form-check.edit-comment-attachment-wrap {
    padding: 5px 0px;
  }
  .comment-form-attachment-edit {
    margin: 5px 0px;
  }
  .travel-site-comment-edit-textearea {
    width: 100%;
    border: none;
    background-color: #d9e2ec;
    border-radius: 4px;
    resize: vertical;
    padding: 10px 5px !important;
    font-size: 13px;
  }
.travel-site-comment-edit-save-button {
  padding: 8px 10px;
  color: white;
  background-color: #379ffb;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  margin: 5px auto;
}
.travel-site-comment-edit-save-button:hover {
  background-color: #2530cc;
}
.travel-site-comment-edit-delete-button {
  padding: 8px 10px;
  color: white;
  background-color: #fb3793;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  margin: 5px auto;
}
.travel-site-comment-edit-delete-button:hover {
  background-color: #fd0000;
}
.travel-site-comment-edit-cancel-button{
  padding: 8px 10px;
  color: white;
  background-color: #fb37ca;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  margin: 5px auto;
  width: fit-content;
  text-align: center;
  display: inline-block;
  text-align: center;
  cursor: default;
  user-select: none;
}
.travel-site-comment-edit-cancel-button:hover{
background-color: #42cc25;
}
/**for the quetion comment system*/
.approve-comment-wrap {
  margin: 0px 5px;
}
.delete-msg.comment-successfully-deletion {
  color: #31b931;
  width: 100%;
  text-align: center;
  border: 1px solid #84ef84;
  border-radius: 4px;
  padding: 10px 5px;
  background-color: #f3fff3;
}
.delete-msg.comment-deletion-failure {
  color: #b9314e;
  width: 100%;
  text-align: center;
}
.delete-attachment-msg{
  background-color: white;
}
.delete-attachment-msg.comment-successfully-deletion {
  color: #31b931;
  width: 100%;
  text-align: center;
}
.delete-attachment-msg.comment-deletion-failure {
  color: #b9314e;
  width: 100%;
  text-align: center;
}