.phoenix-closeButton {
  display: block;
  width: 37px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 16px;
  z-index: 1;
}

.phoenix-closeButton--hide {
  display: none;
}

.phoenix-closeButton__splitLine {
  display: inline-block;
  width: 1px;
  height: 28px;
  background-color: #e6e8eb;
  margin: 0px 12px 0 0;
}

.phoenix-closeButton__closeIcon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(-3px, -50%);
  color: #83898f;
  text-align: center;
  cursor: pointer;
}

.phoenix-closeButton__closeIcon:hover {
  border-radius: 50%;
  color: white;
}

.phoenix-closeButton__closeIcon--success:hover {
  background: #46CF84;
}

.phoenix-closeButton__closeIcon--error:hover {
  background: #FF475A;
}

.phoenix-closeButton__closeIcon--warning:hover {
  background: #FFA42E;
}

.phoenix-closeButton__closeIcon--info:hover {
  background: #29B8ff;
}
