[data-scrollbar] {
  height: 100dvh;
}
body {
  font-family: Lato, serif;
  font-feature-settings: 'liga' off;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
h2 {
  font-size: 20px;
  line-height: 130%;
  margin: 0;
}
.container {
  position: relative;
  height: 100vh;
  overflow-y: scroll;
}
.content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 16px;
}
.image {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.title,
.description,
footer {
  text-align: center;
  color: #3c3c3c;
}
.title {
  font-style: normal;
  font-weight: 700;
  line-height: 190%;
  margin-bottom: 10px;
}
.description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.button {
  display: inline-block;
  margin-top: 16px;
  padding: 11px 48px;
  border-radius: 5px;
  background: #0a9396;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.14px;
  text-transform: capitalize;
  text-align: center;
  vertical-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}
.button-limit {
  background: #399930 !important;
}
footer {
  position: fixed;
  bottom: 40px;
  width: 100%;
  left: 0;
  color: #a1a1a1;
}
footer p {
  font-size: 14px;
  line-height: 130%;
  margin: 0;
}
footer a {
  text-decoration: none;
  color: #0a9396;
}
footer svg {
  margin-top: 24px;
}
@media only screen and (max-height: 700px) {
  .container {
    padding: 0;
    height: auto;
  }
  .content {
    padding: 30px 0;
    min-height: calc(100vh - 95px);
  }
  .image {
    padding-top: 0;
  }
  .image * {
    max-width: 170px;
  }
  footer {
    padding: 20px 0;
    position: static;
  }
}

h2 {
  font-size: 18px !important;
  line-height: 23px !important;
  margin: 0 !important;

  width: 339px;
}
body {
  font-family: Lato, serif !important;
  font-feature-settings: 'liga' off;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 140% !important;
  margin: 0 !important;
}
.description {
  width: 339px;
}
.container {
  overflow-y: auto !important;
}
.button.expired {
  display: block;
  max-width: 340px;
  padding: 12.5px;
  margin: 0 auto;
}
.button.secondary {
  background-color: transparent;
  color: #0a9396;
  border: 1px solid #0a9396;
  text-transform: none;
}
.text-bottom {
  color: #616568;
  margin: 0;
  margin-bottom: 24px;
  font-size: 14px;
}
.or {
  position: relative;
  text-align: center;
}

.or span {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #616568;
  text-align: center;
  margin: 32px 0 32px;
  z-index: 999;
  position: relative;
  width: 40px;
  display: inline-block;
  background-color: white;
}

.or::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  content: '';
}
.popup-overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.popup-content {
  box-sizing: border-box;
  background-color: #fff;
  padding: 24px;
  border-radius: 5px;
  position: relative;
  width: 90%;
  min-width: 296px;
  max-width: 566px;
}
h2.notify-title {
  margin: 0;
  margin-bottom: 24px !important;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #3c3c3c;
  width: 100%;
}
.textarea-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
  align-items: flex-start;
}
.textarea-container label {
  color: #a1a1a1;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.01em;
  text-align: center;
}
textarea {
  padding: 10px 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  min-height: 210px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  resize: none;
}
textarea:active,
textarea:focus {
  outline: none;
  box-shadow: none;
}
.button-close {
  position: absolute;
  background: none;
  cursor: pointer;
  right: 16px;
  top: 16px;
}
.button {
  width: 100%;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
  background: #0a9396;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  display: block;
  padding: 12.5px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  letter-spacing: 0.01em;
}

.sent-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
}

/* .sent-content p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.4px;
  text-align: center;
}

.sent-content img {
  margin-bottom: 40px;
} */

.sent-content .button {
  width: 95%;
  margin: 0;
}

.sent-content-text {
  margin-bottom: 10px;
  margin-top: 15px;
}

.no-scroll {
  overflow: hidden;
}
.white-button {
  color: #fff !important;
}
