/* percent lighten bgc on btn */
/* colors */
/* font color */
/* border color */
/* fonts */
/* buttons */
/* border-radius */
/* transition */
/* mobile */
/* icons */
/* buttons */
/* vote btn */
/* inputs */
#toasts .toast {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(9, 116, 186, 0.12);
  border-left: 4px solid #0974BA;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 12px 30px rgba(34, 34, 34, 0.14);
}
#toasts .toast::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 96px;
  height: 100%;
  background: linear-gradient(135deg, rgba(9, 116, 186, 0.08), rgba(236, 101, 4, 0.08));
  clip-path: polygon(36% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
#toasts .toast-header,
#toasts .toast-body {
  position: relative;
  z-index: 1;
  border: none;
}
#toasts .toast-header {
  align-items: center;
  padding: 0.75rem 1rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.94);
  color: #444;
}
#toasts .toast-header .title {
  font-weight: 600;
  letter-spacing: 0;
}
#toasts .toast-header .close {
  color: #888;
  opacity: 0.75;
  text-shadow: none;
}
#toasts .toast-header .close:hover {
  color: #444;
  opacity: 1;
}
#toasts .toast-body {
  padding: 0 1rem 1rem;
  color: #555;
  background-color: rgba(255, 255, 255, 0.94);
  line-height: 1.45;
}
#toasts .toast-body a {
  color: #0974BA;
  font-weight: 500;
}
#toasts .toast-body a:hover {
  color: #075c93;
}
#toasts .border-primary {
  border-left-color: #0974BA !important;
}
#toasts .border-success {
  border-left-color: #2D7301 !important;
}
#toasts .border-success::before {
  background: linear-gradient(135deg, rgba(45, 115, 1, 0.08), rgba(9, 116, 186, 0.06));
}
#toasts .border-info {
  border-left-color: #EC6504 !important;
}
#toasts .border-info::before {
  background: linear-gradient(135deg, rgba(236, 101, 4, 0.1), rgba(9, 116, 186, 0.05));
}

#toasts .aleks-toast {
  border-color: rgba(143, 98, 216, 0.18);
  border-left-color: #8f62d8;
  background: linear-gradient(135deg, #ffffff 0%, #fdfcff 100%);
  box-shadow: 0 16px 36px rgba(143, 98, 216, 0.22);
}
#toasts .aleks-toast::before {
  width: 150px;
  background: linear-gradient(135deg, rgba(143, 98, 216, 0.12), rgba(9, 116, 186, 0.05)), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0 8px, transparent 8px 16px);
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}
#toasts .aleks-toast .toast-header {
  background-color: transparent;
  color: #6830c2;
}
#toasts .aleks-toast .toast-header > .mr-2:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-right: 0.5rem !important;
  border-radius: 4px;
  background-color: rgba(143, 98, 216, 0.12);
  color: #7841d0;
  font-size: 11px;
  font-weight: 700;
}
#toasts .aleks-toast .toast-header > .mr-2:first-child::before {
  content: "AI";
}
#toasts .aleks-toast .toast-header button {
  color: #7239ce;
}
#toasts .aleks-toast .toast-body {
  background-color: transparent;
  color: #5b2aaa;
}
#toasts .aleks-toast .toast-body a {
  color: #6c32ca;
}
#toasts .aleks-toast .toast-body a:hover {
  color: #5628a2;
}
