#toastmessage {
  visibility: hidden;
  min-width: 290px;
  max-width: 290px;
  margin-left: -125px;
  background-color: #bff4f2;
  border: 1px solid #000000;
  color: #000000;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: absolute;
  z-index: 4;
  /* left: 86%; */
  /* bottom: 75%; */
  font-size: 15px;
  top: 15%;
  right: 15px;
  box-shadow: 0px 20px 20px rgba(0,0,0,0.5) !important;
  -moz-box-shadow: 0px 20px 20px rgba(0,0,0,0.5) !important;
  -webkit-box-shadow: 0px 20px 20px rgba(0,0,0,0.5) !important;
}

  #toastmessage.show {
    visibility: visible;
    /*-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;*/
  }

.dynamic-bottom {
  bottom: 75%;
}

.close-button {
  top: 0;
  right: -7px;
  padding: .75rem 1.25rem !important;
  color: #808080;
}
