/**
 * jQuery toast plugin - Premium Design
 */
.jq-toast-wrap {
  display: block;
  position: fixed;
  max-width: 420px;
  min-width: 320px;
  pointer-events: none !important;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  z-index: 9000 !important;
}
.jq-toast-wrap * {
  margin: 0;
  padding: 0;
}

.jq-toast-wrap.bottom-left {
  bottom: 20px;
  left: 20px;
}
.jq-toast-wrap.bottom-right {
  bottom: 20px;
  right: 24px;
}
.jq-toast-wrap.top-left {
  top: 20px;
  left: 20px;
}
.jq-toast-wrap.top-right {
  top: 20px;
  right: 24px;
}

.jq-toast-single {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 42px 16px 18px;
  margin: 0px 0px 10px;
  border-radius: 14px;
  font-size: 14px;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  pointer-events: all !important;
  background-color: #ffffff;
  color: #1e293b;
  box-shadow: 0 12px 40px rgba(0,0,0,.12), 0 2px 6px rgba(0,0,0,.06);
  border-left: 4px solid #94a3b8;
  animation: toastSlideIn .4s cubic-bezier(.21,1.02,.73,1);
  overflow: hidden;
}

@keyframes toastSlideIn {
  0% { opacity: 0; transform: translateX(40px) scale(.96); }
  100% { opacity: 1; transform: translateX(0) scale(1); }
}

.jq-toast-single h2 {
  font-family: 'Segoe UI', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0px 0px 4px;
  background: none;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal;
}
.jq-toast-single a {
  color: #3b82f6;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #93c5fd;
  padding-bottom: 1px;
  font-size: 13px;
  transition: .2s;
}
.jq-toast-single a:hover {
  color: #2563eb;
  border-color: #2563eb;
}

.jq-toast-single ul {
  margin: 0px 0px 0px 15px;
  background: none;
  padding: 0px;
}
.jq-toast-single ul li {
  list-style-type: none !important;
  margin-left: -20px;
  line-height: 20px;
  background: none;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

.close-jq-toast-single {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  font-size: 16px;
  cursor: pointer;
  color: #94a3b8;
  font-weight: 400;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: .2s;
  line-height: 1;
}
.close-jq-toast-single:hover {
  background: rgba(0,0,0,.06);
  color: #475569;
}

.jq-toast-loader {
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 0%;
  left: 0;
  border-radius: 0 0 14px 14px;
  background: rgba(0,0,0,.08);
}
.jq-toast-loaded {
  width: 100%;
}

.jq-has-icon {
  padding: 16px 42px 16px 52px;
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 22px 22px;
}

.jq-icon-info {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233b82f6'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z'/%3E%3C/svg%3E");
  background-color: #eff6ff;
  color: #1e40af;
  border-left-color: #3b82f6;
}

.jq-icon-warning {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f59e0b'%3E%3Cpath d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'/%3E%3C/svg%3E");
  background-color: #fffbeb;
  color: #92400e;
  border-left-color: #f59e0b;
}

.jq-icon-error {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ef4444'%3E%3Cpath d='M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z'/%3E%3C/svg%3E");
  background-color: #fef2f2;
  color: #991b1b;
  border-left-color: #ef4444;
}

.jq-icon-success {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2322c55e'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
  background-color: #f0fdf4;
  color: #166534;
  border-left-color: #22c55e;
}
