@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
.modal-only-telegram--root {
  z-index: 999999999;
  display: none;
  opacity: 0;
  transition: all 0.1s ease-in-out;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: brightness(0.7);
  align-items: center;
  justify-content: center;
}
.modal-only-telegram--root * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Roboto;
}
.modal-only-telegram--root.mot-disabled {
  display: flex !important;
  user-select: none;
  opacity: 0;
  pointer-events: none;
}
.modal-only-telegram--root.mot-enabled {
  display: flex !important;
  user-select: auto;
  opacity: 1;
  pointer-events: all;
}
.modal-only-telegram--root .mot-close-btn {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1da1f2;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.2s ease-out 0.1s;
  border: 2px solid rgba(29, 161, 242, 0);
  border-radius: 4px;
}
.modal-only-telegram--root .mot-close-btn:hover {
  border: 2px solid rgba(29, 161, 242, 0.3);
  transition: all 0.2s ease-in;
}
.modal-only-telegram--root .mot-accent {
  color: #1da1f2;
  font-weight: 550;
}
.modal-only-telegram--root .mot-accent.mot-underline {
  text-decoration: underline;
}
.modal-only-telegram--root .modal-only-telegram {
  position: relative;
  border-radius: 8px;
  width: 30%;
  min-width: 340px;
  max-width: 800px;
  background: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.modal-only-telegram--root .modal-only-telegram .mot-border {
  user-select: none;
  pointer-events: none;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  background: black;
  z-index: -1;
  border-radius: 12px;
  background: linear-gradient(-240deg, #d5f4ff, #00aff0, #4bc3e8, #00aff0);
}
.modal-only-telegram--root .modal-only-telegram .mot-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.modal-only-telegram--root .modal-only-telegram .mot-header .mot-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #00aff0;
}
.modal-only-telegram--root .modal-only-telegram .mot-description {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #7c7c7c;
  line-height: 24px;
}
.modal-only-telegram--root .modal-only-telegram .mot-ok-btn {
  user-select: none;
  transition: all 0.2s ease-in;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  border-radius: 4px;
  background: #00aff0;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
.modal-only-telegram--root .modal-only-telegram .mot-ok-btn:hover {
  background: #1fb9f2;
}
.modal-only-telegram--root .modal-only-telegram .mot-ok-btn:active {
  background: #00aff0;
}

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