.errnotifry {
  position: absolute;
  top: 0%;
  width: 80%;
  left: 10%;
  z-index: 1;
  background-color: rgba(255, 0, 0, 0.1) !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  color: red !important;
  font-size: 11px;
  font-weight: 600;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0;
  border-radius: 10px;
  transition: 0.3s;
  overflow: hidden;
}

.succsnotifry {
  position: absolute;
  top: 0%;
  width: 80%;
  left: 10%;
  z-index: 1;
  background-color: rgba(0, 128, 0, 0.1) !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  color: green !important;
  font-size: 11px;
  font-weight: 600;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0;
  border-radius: 10px;
  transition: 0.3s;
  overflow: hidden;
}

.notifryMsgHld {
  height: inherit;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(247, 247, 247, 0.8) !important;
  padding: 3%;
}

.errnotifryShow {
  padding: 0;
  height: 60px;
  border: solid rgba(255, 0, 0, 0.3) 1px !important;
}

.succsnotifryShow {
  padding: 0;
  height: 60px;
  border: solid rgba(0, 128, 0, 0.3) 1px !important;
}

/*# sourceMappingURL=notifire.css.map */
