.scrolldiv {
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch !important;
  padding-top: 0;
  height: 100vh !important;
}

.page-div {
  height: 100vh;
  overflow: hidden;
  width: 100%;
  padding: 20px;
}

.scrolldiv .ios {
  padding-top: 60px;
}

:not(.both-css, .height-css) ::-webkit-scrollbar {
  height: 0;
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  display: none;
  /* Optional: just make scrollbar invisible */
}

.m-button {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  width: auto;
  border-radius: 18px;
  font-weight: 700;
  padding: 14px 12px;
  height: auto;
  font-size: 16px;
  background: var(--navy, #1b3a6f);
  color: #ffffff;
}

.type1 {
  background-color: #faf9f6;
  color: #051563;
}

.type2 {
  background-color: #007cf3ff;
  color: #ffffff;
}

.type3 {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #333333;
}

.type4 {
  background-color: #333333;
  color: #ffffff;
}

.t-input-2-left {
  width: 50%;
  margin-right: 5px;
}

.t-input-2-right {
  width: 50%;
  margin-left: 5px;
}

.page-scroll-div {
  height: 100dvh;
  padding: 0 15px 100px;
  overflow-y: scroll;
}

.item-div {
  padding: 32px;
  border-radius: 32px;
  max-width: 760px;
  width: 100%;
  margin: 30px auto;
  background: rgba(255, 255, 255, 0.9);
  border: 4px solid rgba(255, 255, 255, 0.6);
}

.question-div {
  margin-top: 20px;
}

.question-div.mobile {
  padding: 0;
}
