@media (min-width: 768px) {
  .test_box {
    padding: 15px;
    margin: 10px;
    background: #ffffff;
    width: 50%;
    left: 25%;
    /*height: 100%;*/
    border-radius: 16px;
    border-color: #d3d6d8;
    position: relative;
    display: inline-block;
    /*text-align: center;*/
    /*align-items: center;*/
    /*align-content: center;*/
    /*justify-content: center;*/
    /*justify-items: center;*/
    /*margin-top: 50px;*/
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .test_box {
    padding: 15px;
    /*margin: 10px;*/
    background: #ffffff;
    /*width: 300px;*/
    /*left: 25%;*/
    /*height: 100%;*/
    border-radius: 16px;
    border-color: #d3d6d8;
    position: relative;
    display: inline-block;
    /*text-align: center;*/
    /*align-items: center;*/
    /*align-content: center;*/
    /*justify-content: center;*/
    /*justify-items: center;*/
    /*margin-top: 50px;*/
  }
}

.test_name {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  margin: 20px;
  font-size: 22px;
}

.test_info {
  margin: 10px;
  font-family: 'Nunito Sans', sans-serif;
}

.time_div {
  /*width: 20%;*/
  float: right;
  display: inline-block;
  margin: 10px;
  /*margin-top: 17px;*/
  color: #004085;
  background-color: #cce5ff;
  border: 1px solid #b8daff;
  border-radius: 10px;
  display: flex!important;
  align-items: center!important;
  clear: both;
}

.time_name {
  float: left;
  margin: 5px;
  clear: both;
}

.time_d {
  float: left;
  margin: 5px;
  color: #ffffff;
  background-color: #343a40;
  border-radius: 10px;
  clear: both;
}

.test_div1 {
  /*float: left;*/
  display: inline-block;
  /*display: flex!important;*/
  /*align-items: center!important;*/
}

.test_div2 {
  /*float: left;*/
  /*display: inline-block;*/
  /*clear: both;*/
  /*box-shadow: 0px 0px 5px gray;*/
  /*left: 50%;*/
}

.test_div3 {
  /*float: right;*/
  /*width: 100%;*/
  /*clear: both;*/
  /*display: inline-block;*/
  padding: 10px;
}

.quit {
  margin: 5px;
  /*
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff6347;
  --bs-btn-border-color: #ff6347;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d75038;
  --bs-btn-hover-border-color: #d75038;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ae3823;
  --bs-btn-active-border-color: #ae3823;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ff6347;
  --bs-btn-disabled-border-color: #ff6347;
  */
  /*float: right;*/
}

.start {
  margin: 5px;
  --bs-btn-color: #fff;
  --bs-btn-bg: #1da1f2;
  --bs-btn-border-color: #1da1f2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1074b2;
  --bs-btn-hover-border-color: #1074b2;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0b517c;
  --bs-btn-active-border-color: #0b517c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1da1f2;
  --bs-btn-disabled-border-color: #1da1f2;
  /*float: right;*/
}

.next_test {
  margin: 5px;
  --bs-btn-color: #fff;
  --bs-btn-bg: #1da1f2;
  --bs-btn-border-color: #1da1f2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1074b2;
  --bs-btn-hover-border-color: #1074b2;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0b517c;
  --bs-btn-active-border-color: #0b517c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1da1f2;
  --bs-btn-disabled-border-color: #1da1f2;
  /*float: right;*/
}

.prev_test {
  margin: 5px;
  /*
  --bs-btn-color: #fff;
  --bs-btn-bg: #1da1f2;
  --bs-btn-border-color: #1da1f2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1074b2;
  --bs-btn-hover-border-color: #1074b2;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0b517c;
  --bs-btn-active-border-color: #0b517c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1da1f2;
  --bs-btn-disabled-border-color: #1da1f2;
  */
  /*float: right;*/
}

.finish_submit {
  margin: 5px;
  /*
  --bs-btn-color: #fff;
  --bs-btn-bg: #1da1f2;
  --bs-btn-border-color: #1da1f2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1074b2;
  --bs-btn-hover-border-color: #1074b2;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0b517c;
  --bs-btn-active-border-color: #0b517c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1da1f2;
  --bs-btn-disabled-border-color: #1da1f2;
  */
  /*float: right;*/
}

.test_count {
  display: inline-block;
  margin-bottom: 0px;
  top: 50%;
  margin: 10px;
  font-family: 'Nunito Sans', sans-serif;

  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}

.test_question {
  margin: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  font-size: 25px;
}

.answer_n {
  background: aliceblue;
  border: 1.5px solid #84c5fe;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 17px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.answer_n:hover {
  background: #cfe8fe;
  border: 1.5px solid #84c5fe;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 17px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.answer_n:active {
  color: white;
  background: #84c5fe;
  border: 1.5px solid #84c5fe;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 17px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.answer_n:active {
  color: white;
  background: #79b2e5;
  border: 1.5px solid #618eb6;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 17px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.answer_n_disabled {
  color: #476d34;
  background: #d5facc;
  border: 1.5px solid #97e175;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 17px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.answer_n_disabled1 {
  /*color: #000000;*/
  background: aliceblue;
  border: 1.5px solid #84c5fe;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 17px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.answer_n_disabled2 {
  /*color: #000000;*/
  background: #ffdedb;
  border: 1.5px solid #fe8b84;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 17px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.answer_text {
  font-family: 'Nunito Sans', sans-serif;
}

.textarea_answer_test {
  /*width: 84%;*/
  height: auto;
  resize: vertical;
  display: inline-block;
  margin-right: 0px;
  overflow: hidden;
}

.video_div {
  /*width: 70%;*/
  margin: 10px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .video_rec {
    /*vertical-align: top;*/
    /*width: 100%;*/
    /*height: 200px;*/
    width: 25%;
    border-radius: 16px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .video_rec {
    /*vertical-align: top;*/
    /*width: 100%;*/
    /*height: 200px;*/
    width: 50%;
    border-radius: 16px;
  }
}

.video_rec:last-of-type {
  margin: 0 0 20px 0;
}

.video_rec#gumVideo {
  margin: 0 20px 20px 0;
}

