.ntc {
  position: fixed;
  top: 90%;
  left: 5%;
  -webkit-transform: translate(-5%, -90%);
          transform: translate(-5%, -90%);
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  max-height: 700px;
  overflow: hidden;
  z-index: 1000;
}

.nt {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 48px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 48px 5px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-animation: pop 200ms linear;
          animation: pop 200ms linear;
}

.nt p {
  margin-bottom: 0;
}

.nt .ntRight {
  text-align: right;
}

.nt .ntRight i {
  padding: 10px;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
  cursor: pointer;
}

.nt .ntRight i:hover {
  background-color: #e96a8338;
}

.nt .ntLeft p {
  font-size: 1em;
  font-weight: 500;
}

.nts {
  border-left: 3px solid #4aa96c;
}

.nte {
  border-left: 3px solid #ee4365;
}

.ntp {
  display: none;
}

@-webkit-keyframes pop {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 60px;
    opacity: 1;
  }
}

@keyframes pop {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 60px;
    opacity: 1;
  }
}

.liac {
  color: #45e345 !important;
}

.meac {
  color: #45e345 !important;
  border-left: 3px solid #45e345;
}

.meac span {
  color: #45e345 !important;
}
/*# sourceMappingURL=main.css.map */