
.alertDiv{
  width: 400px;
  height: auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: none;
}

.alert{
  color: #ffffff;
  width: 380px;
  height: 50px;
  background: #1bbf89;
  margin-top: 10px;
  border-radius: 5px;
  padding: 10px;
  position: relative;
}

.alertIcon{
  width: 20%;
  height: 100%;
  float: right;
}

.alertIcon img{
  width: 30px;
  height: 30px;
  margin-top: calc(50% - 23px);
  margin-right: calc(50% - 20px);
}

.alertText{
  width: 70%;
  height: 100%;
  float: right;
}

.alertText p{
  margin-top: 7px;
}

.alertClose{
  width: 10%;
  height: 100%;
  float: left;
  top: 0;
}

.alertClose button{
  background: none;
  outline: 0;
  border: none;
  color: white;
  width: 30px;
  font-size: 15pt;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 10px;
  left: 0;
}

.alertClose button:hover{
  color: #494b54;
}

.rowLoader{
  width: 100%;
  height: 10px;
  bottom: 0;
  right: 0;
  float: right;
  position: absolute;
}

.rowRe{
  width: 100%;
  height: 100%;
  transition: all 4s linear;
  background: white;
  border-bottom-right-radius: 5px;
  opacity: 0.8;
}
