.backsound {
  position: fixed;
  right: 9px;
  bottom: 50%;
  z-index: 97;
  padding: 5px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: white;
  border: 1px solid #dedede;
}

.backsound svg {
  width: 24px;
  height: 24px;
}

.backsound svg path {
  fill: var(--primaryColor);
}

.backsound .iconplay {
  display: none;
}

.backsound .iconpause {
  display: inline;
}

.backsound.play .iconplay {
  display: inline;
  animation: iddle8 5s linear infinite;
}

.backsound.play .iconpause {
  display: none;
}
#inv-comment .form-control {
  border-radius: 19px;
  z-index: 2;
  position: relative;
}

#inv-comment .form-control input {
  text-shadow: none;
}

#inv-comment svg {
  width: 21px;
  height: 21px;
  vertical-align: sub;
}

#inv-comment .wishes .wish {
  padding: 9px;
  background-color: #fff;
  border-radius: 9px;
  margin-bottom: 5px;
}

#inv-comment .wishes .wish .user {
  font-weight: bold;
}

#inv-comment .wishes .wish .confirm {
  padding: 0px 9px;
  border-radius: 9px;
  border: 1px solid #b6b5b5;
  font-size: 9pt;
  margin-left: 3px;
}

#inv-comment .wishes .wish .time {
  display: block;
  font-size: 9pt;
  margin: 9px 0;
}

#inv-comment .wishes .wish .message {
  display: block;
}

#inv-comment .wishes .wish * {
  text-shadow: none;
}

#nav-others {
  overflow: hidden;
}

#nav-others .angpao, #nav-others .kado {
  position: relative;
  padding: 9px;
  border-radius: 19px;
}