/* Override the css of alert library */

.swal2-popup {
  border-radius: 8px !important;
  padding: 16px !important;
}

.swal2-title {
  font-family: "Inter";
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 24px;
  color: #131418 !important;
  margin: 0 !important;
}

.swal2-html-container {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #2f323f;
}

.swal2-styled.swal2-cancel {
  border-radius: 8px !important;
  background-color: #f6f6f6 !important;
  font-family: "Inter";
  font-size: 14px !important;
  font-weight: 600;
  line-height: 24px;
  color: #2f323f !important;
  width: 160px;
}

.swal2-styled.swal2-confirm {
  border-radius: 8px !important;
  background-color: #0050ff !important;
  font-family: "Inter";
  font-size: 14px !important;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff !important;
  width: 160px;
}

.swal2-image {
  margin: 0 auto !important;
}

.swal2-input {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #2f323f;
}

.swal2-icon {
  border: none !important;
}
