/* * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
} */

/* .container {
max-width:1200px;
width:100%;
height:100vh;
margin:0 auto;
background-color:#CCC;
display: flex;
justify-content: center;
 align-items: center;
} */

.test3-slide-wrong {
  /* display: flex; */
  /* width: 687px; */
  /* height: 436px; */
  padding: 53px 24px;
  /* flex-direction: column;
  align-items: center; */
  /* gap: 10px; */
  /* flex-shrink: 0;
  background-color: #7f87aa; */
}

.slide-wrong-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
  width: 100%;
}

/* 

.slide-wrong-box-3bars {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
}

.test3-pl-voc-box {
  display: flex;
  width: 638px;
  padding: 10px 18px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.test3-pl-voc-text {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  font-family: Calibri;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; 
}



.test3-write-en-voc-box {
  display: flex;
  width: 638px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 4px;
  border: 2px solid #a7aece;
  background-color: #e5e7f0;

  color: #acadb4;
  text-align: center;
  font-family: Calibri;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; 
}

.test3-write-en-voc-text {
  color: #acadb4;
  text-align: center;
  font-family: Calibri;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; 
}

.test3-check-bar-box {
  display: flex;
  width: 630px;
  justify-content: center;
  align-items: center;
  gap: 120px;
}

.test3-counters {
  align-self: stretch;
  justify-content: center;
  align-items: center;
  gap: 67px;
  display: inline-flex;
}

.circle-red {
  width: 31px;
  height: 31px;
  left: 2px;
  top: 3px;
  position: absolute;
  border-radius: 9999px;
  background: #c47a7a;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.circle-green {
  width: 31px;
  height: 31px;
  left: 67px;
  top: 3px;
  position: absolute;
  background-color: #85b693;
  border-radius: 9999px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.counter-wrong-box {
  padding: 10px;
  left: 0px;
  top: 1px;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.counter-wrong-number {
  align-self: stretch;
  text-align: center;
  color: white;
  font-size: 13px;
  font-family: Roboto;
  font-weight: 500;
  line-height: 16px;
  word-wrap: break-word;
}

.counter-good-box {
  padding: 10px;
  left: 65px;
  top: 1px;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.counter-good-number {
  align-self: stretch;
  text-align: center;
  color: white;
  font-size: 13px;
  font-family: Roboto;
  font-weight: 500;
  line-height: 16px;
  word-wrap: break-word;
}

.btn-check {
  display: flex;
  height: 40px;
  min-width: 130px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 6px;
  background-color: #7ea9aa;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: 0.3s;
} */

.good-answer-voc-en-box {
  display: flex;
  width: 90%;
  height: 54px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #85b693;
  margin: 0 auto;
}

.good-answer-voc-en-text {
  color: #fff;
  text-align: center;
  font-family: Calibri;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.btn-wrong {
  display: flex;
  min-width: 130px;
  padding: 8px 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 6px;
  background-color: #c47a7a;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  /* right: 210px;
  top: 0; */

  left: 0 !important;
  top: -349px !important;
}

/* .btn-check:hover {
  background-color: #7aa6a8;
}

.btn-check-text {
  color: #fff;
  text-align: center;
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; 
} */

.btn-wrong-text {
  color: #fff;
  text-align: center;
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
}

.wrong-answer-box {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 4px;
  border: 2px solid #c47a7a;
  background: #e5e7f0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  width: 90%;
  margin: 0 auto;
  height: 53px;
}

.wrong-answer-text {
  color: #636c96;
  text-align: center;
  font-family: Calibri;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}

.icon-wrong {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .btn-wrong {
    position: absolute;
    left: 0 !important;
    top: -354px !important;
  }
}

/* @media screen and (max-width: 768px) {
   .btn-wrong {
    position: absolute;
    left: 0 !important;
    top: -354px !important;
  }
  }

  .wrong-answer-box {
    width: 70%;
  }
}

@media screen and (max-width: 470px) {
  .good-answer-voc-en-box {
    width: 250px;
  }

  .wrong-answer-box {
    width: 250px;
  }
}
@media screen and (max-width: 560px) {
  .circle-red {
    display: none;
  }

  .circle-green {
    display: none;
  }

  .counter-wrong-box {
    display: none;
  }

  .counter-wrong-number {
    display: none;
  }

  .counter-good-box {
    display: none;
  }

  .counter-good-number {
    display: none;
  }

  .btn-wrong {
    display: none;
  }

  .btn-check {
    margin-right: 180px;
  }
} */
