.RetMsgView .retMsg {
  padding: 10px;
  color: var(--color-white);
  margin-bottom: 10px;
  position: relative;
}
.RetMsgView .retMsg hr {
  margin: 15px 0;
}
.RetMsgView .retMsg a.closeMsgBtn {
  position: absolute;
  top: -9px;
  right: -9px;
  color: var(--color-black);
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 15px;
  border-radius: 50%;
}
.RetMsgView .retMsg a.closeMsgBtn:hover {
  color: var(--color-white);
  background-color: var(--color-black);
}
.RetMsgView .retMsg a {
  color: var(--color-white);
  font-weight: 600;
}
.RetMsgView .retMsg a:hover {
  color: var(--color-white);
  text-decoration: underline;
}
