* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.test-1-2-tester {
  /* align-items: center;
  background-color: #e5e6f0;
  box-shadow: 0px 0px 5px #00000040;
  display: flex;
  gap: 213px;
  height: 80px;
  justify-content: center;
 
  position: relative;
  width: 687px; */

  /* padding: 20px 26px; */
  /* gap: 213px; */

  height: 60px;
 background: linear-gradient( 180deg, #fbfdff 0%, #fbf8f8 100% );
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #d7daeb;
}

.test-1-2-btn-add-voc-box:hover {
  opacity: 0.9;
}

.test-1-2-btn-add-voc-box {
  /* align-items: center;
  background-color: #7d87b1;
  border-radius: 6px;
  box-shadow: 0px 0px 4.87px #00000040;
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 9px 10px;
  position: relative;
  transition: all 0.2s ease;
  width: 140px; */

  flex-grow: 1;
  text-align: center;
  margin: 0 10px;
}

.test-1-2-btn-add-voc-text {
  /* color: #fff;
  flex: 1;
  font-family: "Calibri", Helvetica;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20.4px;
  margin-top: -0.97px;
  position: relative;
  text-align: center; */

  font-size: 18px;
  padding: 8px 16px;
  background-color: #65c1c1;
  font-family: "Calibri", Helvetica;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 40%;
  margin: 0 auto;
  box-shadow: 0px 0px 2px #00000040;
}

.test-1-2-voc-wrong-counter-box {
  /* align-items: center;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 10px;
  justify-content: center;
  margin-bottom: -0.47px;
  margin-top: -0.47px;
  position: relative; */

  display: flex;
  align-items: center;
  position: relative;
  padding-left: 24px;
}

.test-1-2-voc-wrong-counter-number {
  /* color: #fff;
  font-family: "Calibri", Helvetica;
  font-size: 18px;
  font-weight: 500;
  left: 12px;
  letter-spacing: 0;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 11px;
  white-space: nowrap; */
  color: #fff;
  font-family: "Calibri", Helvetica;
  font-size: 16px;
  position: absolute;
  /* left: 31px; */
  left: 65%;
  transform: translateX(-50%);
}

.test-1-2-red-circle {
  /* background-color: #c37979;
  border-radius: 20.47px;
  box-shadow: 0px 0px 2px #00000040;
  height: 40.94px;
  position: relative;
  width: 40.94px; */

  width: 30px;
  height: 30px;
  background-color: #c37979;
  box-shadow: 0px 0px 2px #00000040;
  border-radius: 50%;
  margin-right: 5px;
}

.test-1-2-icon-slide-open-box {
  /* align-items: center;
  display: flex;
  gap: 10px;
  position: relative;
  width: 27.75px;
  transition: all 0.2s ease;
  cursor: pointer; */
  padding-right: 20px;
  flex-shrink: 0;
  transition: all 0.2s ease;
  cursor: pointer;
}

.test-1-2-icon-slide-open {
  /* height: 27.75px;
  position: relative;
  width: 27.75px; */

  max-width: 100%;
  height: auto;
}

.test-1-2-icon-slide-open-test3 {
  /* height: 27.75px;
  position: relative;
  width: 27.75px; */

  max-width: 100%;
  height: auto;
  box-shadow: 0px 0px 5px #00000040;
  cursor: pointer;
  margin-top: 4px;
}

.test-1-2-icon-slide-open-box-test3:hover {
  opacity: 0.85;
}

.test-1-2-icon-slide-open-box:hover {
  opacity: 0.85;
}

@media screen and (max-width: 768px) {
  .test-1-2-btn-add-voc-text {
    width: 80%;
    margin: 0 auto;
  }

  .test-1-2-icon-slide-open-box {
    padding-right: 10px;
  }

  .test-1-2-voc-wrong-counter-number {
    left: 29px;
  }

  .test-1-2-voc-wrong-counter-box {
    padding-left: 14px;
  }
}

@media screen and (max-width: 450px) {
  .test-1-2-icon-slide-open-test3 {
    margin-left: 80px;
  }
}

@media screen and (max-width: 400px) {
  .test-1-2-icon-slide-open-test3 {
    display: none;
  }
}
