.toast-container {
  z-index: 10000;
  position: fixed;
  display: block;
  user-select: none;
  width: 80vw;
  height: auto;
  bottom: 0;
  right: 0;
  left: 0;

  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin: 10px auto;
}

.toast-container .toast {
  position: relative;
  display: block;
  bottom: -40px;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: auto;
  margin: 10px auto 0;
  padding: 20px 15px;
  cursor: default;
  font-family: 'Roboto Mono', serif;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 110%;
  color: #ffffff;
  background-color: #406E50;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 6px;
  text-align: center;
}

.contactenos{
  width: auto!important;
  height: auto;
  text-decoration: none!important;
  font-family: 'Roboto Mono', serif;
  color: #ffffff!important;
  font-weight: 600!important;
  display: inline-block!important;
  margin: 0 0 0 2px!important;
  padding: 0!important;
}

.toast-container .toast .toast-action {
  position: relative;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  border-radius: 2px;
  color: #eeff41;
  font-weight: 500;
  transition: .2s background-color;
}

.toast-container .toast .toast-action:hover, .toast-container .toast .toast-action:focus, .toast-container .toast .toast-action:active {
  background-color: rgba(255, 255, 255, 0.1);
}
