.MainContain {
  width: auto;
  height: auto;
}

.confirm-container {
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.15)
  );
  box-shadow: 0 0.0714em 0.214em rgba(0, 0, 0, 0.25);
  /* border: 1.5px solid white; */
  border-radius: 0px 0px 12px 12px;
  padding: 2%;
  width: 600px;
}

.confirm-container-endtime{
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.15)
  );
  box-shadow: 0 0.0714em 0.214em rgba(0, 0, 0, 0.25);
  
  border-radius: 10px;
  padding: 2%;
  width: 600px;
}

.confirm-container-reading {
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.15)
  );
  box-shadow: 0 0.0714em 0.214em rgba(0, 0, 0, 0.25);
  /* border: 1.5px solid white; */
  border-radius: 12px;
  padding: 2%;
  width: 150vb;
}

.sound-container-listening {
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.15)
  );
  box-shadow: 0 0.0714em 0.214em rgba(0, 0, 0, 0.25);
  /* border: 1.5px solid white; */
  border-radius: 12px;
  padding: 2%;
  width: 80vb;
}

.test-bander {
  position: relative;
  padding: 0 0.75em;
  min-height: 2em;
  background: linear-gradient(
    to top,
    #000 0%,
    #444d52 45%,
    #444d52 55%,
    #0f202d 100%
  );
  line-height: 1.9em;
  color: #fff;
  overflow: hidden;
  display: flex;
}

.confirm-details {
  border: 1.5px solid white;
  border-radius: 12px 12px 0px 0px;
  background: linear-gradient(
    to top,
    #000 0%,
    #444d52 45%,
    #444d52 55%,
    #0f202d 100%
  );
  width: auto;
  display: block;
  margin-bottom: 0.5%;
}

.text_sound {
  text-align: left;
  color: white;
  font-size: 17px;
  font-weight: 700;
  padding: 7px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  margin: 3px;
  position: relative;
}

.detail {
  text-align: left;
  color: white;
  font-size: 17px;
  font-weight: 700;
  padding: 7px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  margin: 3px;
  margin-left: 10%;
  position: relative;
}

.confirm-container-Question {
  margin: 10px 5px;
  padding: 2%;
  width: auto;
  height: auto;
  justify-content: center;
}

.bg-1 {
  background-color: #fef9e7;
}

.bg-2 {
  background-color: white;
}

.confirm-container-Question h2 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.baner-tital {
  background-color: #f1f2ec;
  border: 1px solid #d5d5d5;
  margin: 12px 10.5px;
  padding: 0.2%;
  height: 80px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.baner-tital-top {
  background-color: white;
  border: 1.5px solid white;
  margin: 12px 10.5px;
  padding: 0.2%;

  height: auto;
  justify-content: center;
  align-items: center;
}
.empty-drop-box {
  margin-left: 5px;
  padding: 0 75px;
  display: inline-block;
  border: 1px solid #3b82f6;
  height: 25px;
  border-radius: 2.2px;
  background: #fff;
  font-weight: 700;
}
.empty-drop-box.chosen {
  transition: background-color 1s;
  background-color: rgba(181, 234, 255, 0.5) !important;
  color: rgba(181, 234, 255, 0.5);
}
.drag-source-container {
  padding: 0 30px 15px 12px;
  max-width: 600px;
}
.drag-source-container span {
  display: inline-block;
  margin: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.drag-item {
  width: auto;
  display: inline-block;
  cursor: move;
  font-size: 14px;
  padding: 0 14px;
  background-color: #dde3ee;
  box-shadow: 0 0.0714em 0.143em rgba(0, 0, 0, 0.25);
  border-radius: 2.2px;
}
.text-tital {
  font-weight: bold;
}

.bg-part {
  margin: 0px;
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 75dvh;
}

/* @media (min-width: 1440px) {
  .bg-part {
    height: 70dvh;
  }
} */

@media (min-width: 1440px) and (min-width: 1536px) {
  .bg-part {
    height: 75dvh;
  }
}

@media (max-width: 1536px) {
  .bg-part {
    height: 66.5dvh;
  }
}

@media (min-width: 1600px) {
  .bg-part {
    height: 74.5dvh;
  }
}

@media (min-width: 1920px) {
  .bg-part {
    height: 76dvh;
  }
}

.bg-part-writing {
  margin: 0px;
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 75dvh;
}

/* @media (min-width: 1440px) {
  .bg-part {
    height: 70dvh;
  }
} */

@media (min-width: 1440px) and (min-width: 1536px) {
  .bg-part-writing {
    height: 75dvh;
  }
}

@media (max-width: 1536px) {
  .bg-part-writing {
    height: 67dvh;
  }
}

@media (min-width: 1600px) {
  .bg-part-writing {
    height: 74.5dvh;
  }
}

@media (min-width: 1920px) {
  .bg-part-writing {
    height: 76dvh;
  }
}

.bg-part-listening {
  margin: 0px;
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 70dvh;
}

@media (min-width: 1440px) and (max-width: 1536px) {
  .bg-part-listening {
    height: 64.5dvh;
  }
}

@media (max-width: 1536px) {
  .bg-part-listening {
    height: 61dvh;
  }
}

@media (min-width: 1600px) {
  .bg-part-listening {
    height: 75dvh;
  }
}

@media (min-width: 1920px) {
  .bg-part-listening {
    height: 76dvh;
  }
}

.button-detail {
  background: -webkit-linear-gradient(top, #f6f6f6, #bebcbd);
  padding: 0.3em 1em;
  text-decoration: none;
  font-weight: bold;
  color: #1e415b;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
  margin: auto;
  margin-top: 1em;

  border: 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.question-box {
  background: -webkit-linear-gradient(top, #f6f6f6, #e5e5e5);
  padding: 0.3em 1em;
  text-decoration: none;
  color: #1e415b;
  cursor: pointer;
  margin: auto;
  margin-top: 1em;
  color: #000;
  box-shadow: 1px 1px 5px #bebcbd;
}
.question-box-focus {
  background: -webkit-linear-gradient(top, #f6f6f6, #7dd3fc);
}

.expandable {
  margin-left: 20px;
  background: initial;
  overflow: hidden;
  color: #000;
  transition: all 0.7s ease-in-out;
  height: 0;
}

.expandable:target {
  height: 50px;
}
table,
th,
td {
  border: 1px solid black;
  padding: 5px;
  vertical-align: middle;
  height: 100%;
}
thead {
  background-color: #c3d9ff;
  font-weight: bold;
}

.button-submit {
  width: 120px;
  height: 40px;
  border-radius: 10px;
  background-color: #5cb85c;
  color: white;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.active {
  border: 2px solid #3b82f6;
  border-radius: 4px;
  font-weight: 500;
}

.a-bander {
  --Var: #c1c1c1;
}

.a-bander::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--Var);
  top: -3px;
  left: 1px;
}

.dropstyle {
  width: auto;
  height: 30px;
  margin-bottom: 10px;
}

.label_td {
  display: inline-block;
  width: 100%; /* Adjust width */
  height: 100%; /* Adjust height */
  line-height: 40px; /* Center text vertically */
  text-align: center; /* Center text horizontally */
  /* background-color: #e0e0e0; */
  border-radius: 5px;
  cursor: pointer;
}

.spantable {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.quiz-37-40 {
  /* display: grid;
  gap: 10px; */
  width: 35.5rem;
  font-size: 18px;
}
.quiz-broder {
  width: auto;
  padding: 15px;
  border: 1.5px solid #000;
}


.arrow-down {
  font-size: 36px;
  font-style: normal !important;
  transform: translate(1800%, 0%);
  
}

.highlight {
  background-color: yellow;
}

.context-link {
list-style-type: none;
padding: 0.25rem 1em;
font-size: 0.75em;
font-weight: 500;
cursor: pointer;
}

.context-link img {
  width: auto;
  height: 12px;
  margin: 3px;
  margin-right: 5px;
}

.context-link p {
  display: flex;
}

#context-menu {
  width: 145px;
  margin: 0;
  padding-left: 0;
  height: auto;
  background-color: white;
  box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: none;
  z-index: 1000;
  position: fixed;
}

#context-menu div {
  padding: 8px 8px;
  cursor: pointer;
}

#context-menu div:hover {
  background-color: #aed6f1;
  border-radius: 5px;
}

.home_box{
  position: absolute; 
  transform: translate(0%, 80%);
}

.input_home {
  height: 50px;
  
  border: #000 solid 2px;
  padding: 5px;
}

.input_home::placeholder{
  color: #000;
  font-weight: 600;
}

@media (max-width: 1280px) {
 .nav-main{
  margin-top: 30px !important;
 }
}

.BandText{
  color: #e74c3c;
  font-size: 30px;
}

.BandText span {
  font-size: 30px;
  color: #e74c3c;
}



/* td:checked{
  background-color: #0f202d;
}

tr:focus{
  background-color: #e0f2fe;
}

.tab{
  background-color: #3b82f6;
}

.tab:focus{
  background-color: #444d52;
} */
