.msg textarea {
  height: 150px;
}

.edit-all button:not(.edit-all-button) {
  display: none;
}

.edit-all .btn-back {
  display: none;
}

.edit-all .msg-left {
  background-color: transparent;
  margin-bottom: 5px;
  font-weight: bold;
  color: darkblue;
  padding-bottom: 1px;
  padding-top: 1px;
}

.edit-all .msg-right {
  padding-bottom: 1px;
  padding-top: 1px;
}

.typing {
  background-color: #e7eef2;
}

/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge{
  z-index: 11;
  margin-bottom: 1px;
  display: none;
}

.copied-msg {
    display: none;
    position: absolute;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background-color: #29aba4;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
}
