.front-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 210000;
  min-width: 340px;
  max-width: 420px;
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 34px rgba(36, 40, 48, 0.18);
}

.front-toast .toast-header {
  border-bottom: 1px solid rgba(36, 40, 48, 0.08);
  background: #f8faf8;
  color: #242830;
  padding: 12px 14px;
}

.front-toast .front-toast-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 13px;
  color: #fff;
  background: #a3d133;
}

.front-toast .mr-auto {
  font: 700 14px "Open Sans";
  color: #242830;
}

.front-toast small {
  font: 600 11px "Open Sans";
  color: #7a8088;
  margin-left: 8px;
}

.front-toast .close {
  font-size: 20px;
  line-height: 1;
  color: #8c939e;
  opacity: .9;
  text-shadow: none;
  margin-left: 10px;
}

.front-toast .toast-body {
  padding: 14px;
  font: 600 13px/1.6 "Open Sans";
  color: #4a4f57;
}

.front-toast .toast-body ul {
  margin: 0;
  padding-left: 18px;
}

.front-toast.toast-success .front-toast-icon {
  background: #8bc721;
}

.front-toast.toast-info .front-toast-icon {
  background: #39a7e0;
}

.front-toast.toast-warning .front-toast-icon {
  background: #ffb020;
}

.front-toast.toast-danger .front-toast-icon {
  background: #e25858;
}

@media (max-width: 575px) {
  .front-toast {
    right: 12px;
    left: 12px;
    top: 12px;
    min-width: auto;
    max-width: none;
  }
}
