* {
  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;
} */

@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@font-face {
  font-family: "Calibri-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.animaapp.com/Calibri-Regular") format("truetype");
}

:root {
  --x5b648a: #fdfeff;
  --secondary100: #96c2c3;
  --black: #000000;
  --white: #ffffff;
  --shadow-blue-22: #7e86aa;
  --font-size-m2: 18px;
  --font-size-s2: 15px;
  --font-family-calibri-regular: "Calibri-Regular", Helvetica;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

.test-1-2-slide {
  /* align-items: flex-start;
  background-color: var(--shadow-blue-22);
  display: flex;
  height: 436px;
  position: relative;
  width: 100%; */
  height: 436px;
  background-color: var(--shadow-blue-22);

  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  position: relative;
}

.test-1-2-icon-close-box {
  height: 24px;
  left: 623px;
  position: absolute;
  top: 4px;
  width: 24px;
  cursor: pointer;
  transition: 0.3s;
}

.test-1-2-icon-close-box:hover {
  opacity: 0.75;
}

.test-1-2-main-part {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0px 0px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.test-1-2-title-bars-box {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 21px;
  position: relative;
  width: 70%;
}

.desktop-10 .test-1-2-title {
  align-self: stretch;
  position: relative;
}

.test-1-2-title-box {
  align-items: center;
  background-color: #76c8c8;
  box-shadow: 0px 2px 6px #00000033;
  display: flex;
  gap: 10px;
  height: 31px;
  justify-content: center;
  padding: 5px 80px;
}

.test-1-2-title-text {
  color: var(--white);
  flex: 1;
  font-family: "Calibri", Helvetica;
  font-size: var(--font-size-m2);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21.6px;
  margin-top: -1px;
  text-align: center;
  text-shadow: 0px 1.5px 2px #00000040;
  white-space: nowrap;
}

.test-1-2-list-box::-webkit-scrollbar {
  display: none;
  width: 0;
}

.test-1-2-list-box {
  align-items: flex-start;
  background: linear-gradient( 180deg, #5a85aa 0%, #4f7ea4 100% );
  display: flex;
  flex-direction: column;
  height: 315px;
  overflow-y: scroll;
  position: relative;
  width: 100%;
}

.test-1-2-bar-box {
  align-items: flex-end;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  padding: 0px 30px 0px 20px;
  position: relative;
  width: 100%;
}

.test-1-2 {
  align-items: center;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 10px;
  padding: 10px 20px;
  position: relative;
}

.test-1-2-1 {
  flex: 1;
  letter-spacing: 0;
  line-height: 21.6px;
  margin-top: -1px;
  position: relative;
  text-align: start;
}

.test-1-2-voc-font {
  color: var(--x5b648a);
  font-family: "Calibri", Helvetica;
  font-size: var(--font-size-m2);
  font-style: normal;
  font-weight: 400;
}

.text-1-2-icon-play-box {
  position: relative;
  /* width: 50px; */
  cursor: pointer;
  transition: 0.3s;
}

.text-1-2-icon-play-box:hover {
  opacity: 0.85;
}

.test-1-2-icon-remove-box {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  padding: 10px;
  position: relative;
  /* width: 44px; */
  cursor: pointer;
  transition: 0.3s;
}

.test-1-2-icon-remove-box:hover {
  opacity: 0.75;
}

.text-1-2-icon-remove {
  flex: 0 0 auto;
  position: relative;
}

.test-1-2-btn-remove-voc-box {
  align-items: flex-end;
  background-color: #76c8c8;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #00000040;
  display: flex;
  gap: 10px;
  height: 20px;
  justify-content: flex-end;
  left: 500px;
  padding: 2px 10px;
  position: absolute;
  top: 398px;
  width: 112px;
  cursor: pointer;
  transition: 0.3s;
}

.test-1-2-btn-remove-voc-box:hover {
  opacity: 0.75;
}

.test-1-2-btn-remove-voc-text {
  color: var(--x5b648a);
  flex: 1;
  font-family: "Calibri", Helvetica;
  font-size: var(--font-size-s2);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: -1px;
  position: relative;
  text-align: center;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #76a9c8 #6590b5;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 9px;
}

*::-webkit-scrollbar-track {
  background: #e5e6f0;
}

*::-webkit-scrollbar-thumb {
  background-color: #6590b5;
  border-radius: 20px;
  border: 3px solid #76a9c8;
}

@media screen and (max-width: 768px) {
  .test-1-2-title-box {
    width: 65%;
  }

  .test-1-2-icon-close-box {
    left: 10px;
  }

  .test-1-2-btn-remove-voc-box {
    left: 30px;
  }

  .test-1-2-title-box {
    padding: 5px 80px;
  }
}

@media screen and (max-width: 670px) {
  .test-1-2-title-box {
    width: 35%;
  }

  .test-1-2-icon-close-box {
    left: 10px;
  }

  .test-1-2-btn-remove-voc-box {
    left: 30px;
    width: 130px !important;
  }

  .text-1-2-icon-play-box {
    display: none;
  }

  .test-1-2-bar-box {
    padding: 0px 10px 0px 10px;
  }

  
}

@media screen and (max-width: 290px) {
  .text-1-2-icon-remove {
    display: none;
  }
}
