* {
  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-good {
  /* display: flex; */
  /* width: 687px; */
  /* height: 436px; */
  padding: 83px 24px;
  /* flex-direction: column;
  align-items: center; */
  /* gap: 10px; */
  flex-shrink: 0;
  /* background-color: #7f87aa; */

  /* display: flex;
  flex-direction: column;
  align-items: center;
  height: 436px;
  padding: 83px 24px;
  background-color: #7f87aa; */
}

/* .slide-good-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 63px;
}

.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%; /* 33.6px */

/* .test3-write-en-voc-box {
  display: flex;
  width: 80%;
  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: 80%;
  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-checke {
  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;
} */

.btn-good {
  display: flex;
  height: 40px;
  min-width: 130px;
  padding: 8px 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 6px;
  background-color: #85b693;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  /* right: 200px;
  top: 0; */

  right: 0;
  top: -312px;
}

.btn-checke: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%; /* 21.6px */
}

.btn-good-text {
  color: #fff;
  text-align: center;
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
}

.good-answer-box {
  display: flex;
  padding-top: 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 4px;
  border: 2px solid #85b693;
  background: #e5e7f0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  width: 90%;
  margin: 0 auto;
  height: 53px;
}

.good-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-good {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .btn-good {
    position: absolute;
    left: 0 !important;
    top: -308px !important;
  }
}

/* 

@media screen and (max-width: 470px) {
  .good-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-good {
    display: none;
  }

  .btn-check {
    margin-right: 180px;
  }
} */
