.coverboardfull {
  background-color: #9fc5e8;
}

.coverboardfull.bg-ext::after {
  content: '';
  background-color: #8e5f51;
  width: 100%;
  height: 10%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sabina {
  z-index: 1;
}

:is(.iphone, .iphone-case) {
  position: absolute;
  height: 30%;
  top: 10%;
  left: 30%;
}

.iphone {
  cursor: pointer;
  pointer-events: none;
  user-select: none;
}

.iphone-case {
  left: 55%;
  display: none;
}

.pointer {
  position: absolute;
  width: 5%;
  top: 33%;
  height: auto;
}

.pointer-1 {
  left: 35%;
}

.pointer-2 {
  left: 58%;
}

.popupqna-container {
  width: 100%;
  height: 100%;
  background-color: #ffffffcd;
  backdrop-filter: blur(4px);
  z-index: 10;
  position: absolute;
  inset: 0;
  margin: auto;
  display: none;
}

.popupqna {
  height: 90%;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #eeeeeeff;
  border: 0.2em solid #3c78d8;
  border-radius: 1em;
  font-size: 3vmin;
  padding: 2%;
  color: #3c78d8;
  font-weight: 800;
}

.question {
  margin-bottom: 1em;
}

.q-content {
  height: 85%;
  overflow: hidden;
}

.feedback {
  position: absolute;
  top: 0;
  right: -115%;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  background-color: #eeeeeeff;
  padding: 15%;
}

.optimg {
  width: 100%;
  height: 70%;
  display: flex;
  justify-content: center;
}

.optimg :is(.iphone, .iphone-case) {
  position: unset;
  display: block;
  flex: 1;
  height: 100%;
  object-fit: contain;
}

.optimg .cracked {
  display: block;
  width: 16%;
  height: 80%;
  left: 17%;
  top: 10%;
}

.qnext-pointer {
  width: 8%;
  top: 55%;
  left: unset;
  right: 1%;
  z-index: 300;
}
.slider-controller {
  position: absolute;
  z-index: 50;
  top: 50%;
  transform: translateY(-50%);
  height: 15%;
  display: none;
  cursor: pointer;
}

.slider-controller.next {
  top: 40%;
  right: 0;
  transform: rotate(180deg);
}

.slider-controller.prev {
  left: 0;
}

.options-container {
  margin-top: 0.5%;
  display: flex;
  padding: 0 15%;
  gap: 10%;
}

.option{
  height: 20%;
}

.messaging {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60%;
}

.sp-1 {
  left: 28%;
  width: 40%;
}

.sp-1::after,
.sp-1::before {
  border-bottom: unset;
  border-right: unset;
  border-top: var(--caret-unit) solid #fff;
  border-right: var(--caret-unit) solid transparent;
  right: unset;
  left: calc(1.15 * var(--caret-unit));
  bottom: calc(-0.99 * var(--caret-unit));
  transform-origin: center;
  transform: skewX(-30deg);
}

.sp-1::before {
  --caret-unit: 2.7em;
  left: calc(1 * var(--caret-unit));
  bottom: calc(-1 * var(--caret-unit));
  border-top: var(--caret-unit) solid #3c78d8;
}

.sabina-zoomed {
  height: 110%;
}

.qspecial-container {
  display: none;
}

.multiqna {
  background-color: transparent;
  border: none;
  overflow: hidden;
}

.popupqna .options-only {
  border-radius: 2em;
  padding: 0;
  background-color: #c9daf8ff;
  /* display: none; */
}

.popupqna .options-only .question {
  background-color: #3c78d8ff;
  color: #fff;
  padding: 3%;
  border-radius: 1.8em 1.8em 0 0;
  margin-bottom: 0.5em;
}

.popupqna .options-only .q-content {
  height: 80%;
}

.popupqna .options-only .q-content .q-opt {
  height: 90%;
}

.popupqna .options-only .options-container {
  margin: 0;
  height: 100%;
  display: block;
}

.popupqna .options-only .option {
  margin: 3% auto;
  height: 30%;
border: none;
}

.multiqna .qna-2 {
  height: 90%;
  width: 95%;
  position: absolute;
  top: 2.5%;
  right: -100%;
}

.dragheader {
  padding: 1%;
  height: 13%;
}

.slider-container {
  background-color: #eeeeeeff;
  position: absolute;
  left: 0;
  top: 13%;
  width: 30%;
  height: 87%;
  padding: 8% 0;
  overflow: hidden;
  user-select: none;
}

.slider-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10%;
  transition: top 0.3s ease-in-out;
}

.slider-text {
  width: 80%;
  padding: 5%;
  border-radius: 0.5em;
  font-size: 2vmin;
  min-height: 25%; 
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  pointer-events: none;
}

:is(.slider-text, .list-item.active) {
  border: 0.1em dashed #073763;
  background-color: #a4c2f4ff;
  color: #1c4587;
}

.vertical-slider__controller {
  position: absolute;
  z-index: 50;
  top: 50%;
  height: 10%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

.vertical-slider__controller:hover {
  opacity: 1;
}

.up {
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}

.down {
  top: unset;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
}

.dodont-container {
  background-color: #ffffffff;
  width: 60%;
  height: 70%;
  position: absolute;
  left: 35%;
  top: 20%;
  clip-path: polygon(85% 0%, 100% 15%, 100% 100%, 0 100%, 0 0);
  display: flex;
  justify-content: space-around;
  padding: 2%;
  gap: 5%;
  user-select: none;
}

.dos,
.dont {
  perspective: 1000px;
}

:is(.dos, .dont) .title {
  color: #42e1e1;
  font-size: 4vh;
  font-weight: 900;
}

.dos .title {
  transform: rotate(-10deg) translate(-20%);
}

.dont .title {
  color: rgb(220, 89, 220);
  transform: rotate(10deg) translate(10%, 10%);
}

:is(.dos, .dont) {
  width: 100%;
}

.list-container {
  margin-top: 10%;
  height: 60%;
  width: 100%;
}
.list-item {
  width: 100%;
  min-height: 25%;
  background-color: #efefefff;
  border-radius: 0.5em;
  border: 0.1em dashed #cccccc;
  margin: 5% auto;
  font-size: 2vmin;
  display: grid;
  place-content: center;
}

:is(.star, .surey) {
  position: absolute;
  z-index: 10;
}

.star {
  height: 10%;
  top: 25%;
  left: 55%;
}

.surey {
  height: 13%;
  bottom: 10%;
  left: 38%;
}

@media (min-aspect-ratio: 4/3) {
  .popupqna {
    font-size: 3vh;
  }
  .slider-text,
  .list-item {
    font-size: 2vh;
  }
}
