.jq-toast-wrap {
  z-index: 9999 !important;
}

.jq-toast-wrap .jq-icon-warning {
  color: #393939;
  background-color: #ffe595;
  border: 1px solid #efb500;
  box-shadow: 1px 2px 4px #00000085;
  background-image: none;
  padding-right: 18px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 18px;
}

.jq-toast-wrap .jq-toast-single h2 {
  justify-content: flex-start;
  text-transform: none;
  font-weight: 600;
}

.jq-toast-wrap .jq-toast-loader {
  background-color: #f0b500 !important;
  top: 0;
  left: -1px;
}