.lite-message-container {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  width: 100vw;
  height: 0;
  padding: 15px 0 0 0;
  z-index: 999;
}
.lite-message-container .lite-message {
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  animation-name: LiteMessageMoveOut;
  animation-duration: 0.3s;
  padding: 10px 16px;
  animation-fill-mode: forwards;
}
.lite-message-container .lite-message .lite-message-text {
  white-space: nowrap;
  font-size: 14px;
  color: rgba(0,0,0,0.65);
  margin: 0 0 0 3px;
}
.lite-message-container .lite-message .lite-iconfont {
  margin: 0 3px 0 0;
}
.lite-message-container .lite-message .lite-iconfont:before {
  font-size: 22px !important;
}
.load3 .loader {
  text-indent: -9999em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  background: -moz-linear-gradient(left, #fff 10%, rgba(255,255,255,0) 42%);
  background: -webkit-linear-gradient(left, #fff 10%, rgba(255,255,255,0) 42%);
  background: -o-linear-gradient(left, #fff 10%, rgba(255,255,255,0) 42%);
  background: -ms-linear-gradient(left, #fff 10%, rgba(255,255,255,0) 42%);
  background: linear-gradient(to right, #fff 10%, rgba(255,255,255,0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.load3 .loader:before {
  width: 50%;
  height: 50%;
  background: #0dc5c1;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.load3 .loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-moz-keyframes LiteMessageMoveOut {
  0% {
    padding: 0;
    opacity: 0;
  }
  100% {
    padding: 10px 16px;
    opacity: 1;
  }
}
@-webkit-keyframes LiteMessageMoveOut {
  0% {
    padding: 0;
    opacity: 0;
  }
  100% {
    padding: 10px 16px;
    opacity: 1;
  }
}
@-o-keyframes LiteMessageMoveOut {
  0% {
    padding: 0;
    opacity: 0;
  }
  100% {
    padding: 10px 16px;
    opacity: 1;
  }
}
@keyframes LiteMessageMoveOut {
  0% {
    padding: 0;
    opacity: 0;
  }
  100% {
    padding: 10px 16px;
    opacity: 1;
  }
}
@-moz-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
