.modal_modalOverlay__2MY3P {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 8px;
  z-index: 1000;
}
.modal_modalContent__7GJmX {
  position: relative;
  background-color: rgba(var(--background-rgb));
  border-radius: 32px;
  padding: 24px 16px;
  width: 377px;
  max-width: 100%;
  text-align: center;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal_closeButton__REt7v {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 48px;
  height: 48px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.modal_closeButton__REt7v:hover {
  background-color: rgba(var(--foreground-rgb), 0.05);
}
.modal_title__H6QRK {
  font-family: var(--font-heading);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 16px;
  text-align: left;
}
.modal_iconContainer__h_8xS {
  display: flex;
  justify-content: center;
  margin: 0 0 16px;
}
.modal_contentContainer__FBeee {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
}
.modal_contentContainer__FBeee pre {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 16px;
  border-radius: 5px;
  cursor: pointer;
  max-height: 50vh;
}
.modal_buttonContainer__mEb18 {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  gap: 10px;
}
