.toast-alert {
  background: #00A676;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.toast-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: justify;
}

.toast-txt {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-left: 16px;
}

.close-toast {
  background: transparent;
  border: none;
  display: block;
  width: 32px;
  height: 32px;
}

.show-toaster {
  display: block;
}

.top-change {
  top: 131px !important;
}

.last-top-change {
  top: 71px !important;
}

@media (max-width: 985px) {
  .toast-alert {
    padding: 8px 16px;
  }

  .close-toast, .close-toast img {
    width: 24px;
    height: 24px;
  }

  .toast-txt {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    margin-right: 20px;
  }

  .top-change {
    top: 126px !important;
  }
}
