/* [project]/app/components/_customtoaster.scss.css [app-client] (css) */
.dsm__Toastify__toast-container {
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  display: flex;
  width: fit-content !important;
}

.dsm__Toastify__toast-container .Toastify__toast--success {
  padding: unset;
  background: #f0fdf4;
  border: 1px solid #16a34a;
  border-radius: 8px;
  min-height: 38px;
  margin-bottom: 8px;
  display: flex;
  box-shadow: 0 0 16px #aeaebb40, 0 2px 2px #00000003;
}

.dsm__Toastify__toast-container .Toastify__toast--success .Toastify__toast-body {
  letter-spacing: .25px;
  color: #16a34a;
  gap: 8px;
  padding: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.dsm__Toastify__toast-container .Toastify__toast--error {
  padding: unset;
  background: #fef2f2;
  border: 1px solid #dc2626;
  border-radius: 8px;
  min-height: 38px;
  margin-bottom: 8px;
  display: flex;
  box-shadow: 0 0 16px #aeaebb40, 0 2px 2px #00000003;
}

.dsm__Toastify__toast-container .Toastify__toast--error .Toastify__toast-body {
  letter-spacing: .25px;
  color: #dc2626;
  gap: 8px;
  padding: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.dsm__Toastify__toast-container .Toastify__toast--info {
  padding: unset;
  background: #eff6ff;
  border: 1px solid #2563eb;
  border-radius: 8px;
  min-height: 38px;
  margin-bottom: 8px;
  display: flex;
  box-shadow: 0 0 16px #aeaebb40, 0 2px 2px #00000003;
}

.dsm__Toastify__toast-container .Toastify__toast--info .Toastify__toast-body {
  letter-spacing: .25px;
  color: #2563eb;
  gap: 8px;
  padding: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.dsm__Toastify__toast-container .Toastify__toast--warning {
  padding: unset;
  background: #fff7ed;
  border: 1px solid #ea580c;
  border-radius: 8px;
  min-height: 38px;
  margin-bottom: 8px;
  display: flex;
  box-shadow: 0 0 16px #aeaebb40, 0 2px 2px #00000003;
}

.dsm__Toastify__toast-container .Toastify__toast--warning .Toastify__toast-body {
  letter-spacing: .25px;
  color: #ea580c;
  gap: 8px;
  padding: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.dsm__Toastify__toast-container .Toastify__close-button {
  background: none;
  border: none;
  align-self: center;
  padding: 8px;
  position: relative;
  bottom: 2px;
}

.dsm__Toastify__toast-container .Toastify__close-button svg {
  fill: currentColor;
  width: 12px;
  height: 12px;
}

.dsm__Toastify__toast-container .custom-content {
  align-items: center;
  gap: 24px;
  display: flex;
}

.dsm__Toastify__toast-container .dsm-btn-secondary {
  cursor: pointer;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.dsm__Toastify__toast-container .dsm-btn-secondary:hover {
  transform: translateY(-16 px);
  box-shadow: 0 5px 15px #0000004d;
}

.dsm__Toastify__toast-container .dsm-btn-secondary:active {
  transform: translateY(1px);
  box-shadow: 0 2px 5px #0003;
}

.dsm__Toastify__toast-container .dsm-btn-secondary {
  color: #4398cd;
  background-color: #fff;
  border: 1px solid #4398cd;
}

.dsm__Toastify__toast-container .dsm-btn-secondary .btn-icon {
  position: relative;
  right: 4px;
}

.dsm__Toastify__toast-container .dsm-btn-secondary:hover {
  background-color: #e5f5ff;
  border-color: #307baa;
}

.dsm__Toastify__toast-container .Toastify__toast {
  padding-right: 40px;
  overflow: hidden;
  position: relative !important;
}

.dsm__Toastify__toast-container .Toastify__close-button {
  justify-content: center;
  align-items: center;
  display: flex;
  top: 12px;
  right: 12px;
  opacity: 1 !important;
  position: absolute !important;
}

/*# sourceMappingURL=app_components__customtoaster_scss_cb6bdc23.css.map*/