  img{
    max-width: 100%;
    object-fit: contain;
  }
.realtest-header {
  padding: 1rem 3rem;
  align-items: center;
  background: #FFF;
  box-shadow: 0px 4px 50px 0px rgba(41,69,99,0.08);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1000;
  gap: 0.6rem;
  border: 1px solid #fff;
}
#time-clock::before{
  content: "\f017";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  color: #337845;
  margin-right: 3px;
  font-size: 22px;
}
.realtest-header__time{
  font-size: 24px;
  font-weight: 700;
  color: #337845;
}
.realtest-right a {
  color: #777;
  display: inline-block;
  margin: 0 10px;
  font-size: 23px;
}
.realtest-right button.btn {
  display: flex;
  height: 40px;
  padding: 0px 20px;
  border-radius: 100px;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #fff;
  box-shadow: 0px 4px 50px 0px rgba(41,69,99,0.08);
  background: linear-gradient(180deg,#337845 0%,#265A35 100%);
  border: none;
}
/**/
.main-page-test {
  height: 100vh;
    transition: all 0.55s cubic-bezier(0.32,-0.08,0.42,1.22);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  width: 100%;
  display: flex;
  flex-direction: row;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 100;
  height: calc(100% - 70px);
  transition: all 0.55s cubic-bezier(0.32,-0.08,0.42,1.22);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  padding-bottom: 8.1rem;
}
.main-page-test.active {
  width: calc(100% - 366px);
  margin-left: 0px;
}
.main-page-test .col-pagetest {
/*  height: 100vh;*/
  overflow: auto;
  transition: .3s all;
  max-width: 50%;
  flex: 1;
  padding: 3rem;
  scroll-behavior: smooth;
  border-right: 1px solid #eee;
}
.col-notepad{
  width: 0;
  display: none;
}
.col-pagetest.col-form {
  min-width: 400px;
}
.col-notepad-box{
  display: none;
}
.col-notepad{
  top: 70px;
  width: 366px;
  display: flex;
  position: fixed;
  padding: 20px 10px 10px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(41,69,99,0.08);
  right: 0;
  z-index: 999;
  transform: translateX(calc(100% + 10px));
  transition: all 0.55s cubic-bezier(0.32,-0.08,0.42,1.22);
  height: 100%;
}
.col-notepad-box.active{
  display: block;
}
.active.col-notepad{
  transform: translateX(0);
}
/**/
.hvgscroll::-webkit-scrollbar {
  width: 8px;
  background: #f7f7f7;
}
.hvgscroll::-webkit-scrollbar-thumb {
  background: #dddddd;
  -webkit-border-radius: 5ex;
}
.hvgscroll::-webkit-scrollbar-corner {
  background: #BFBFBF;
}
.hvgscroll_height::-webkit-scrollbar {
  height: 5px !important;
}
/**/
.test-contents h1{
  font-size: 24px;
}
.test-contents h2{
  font-size: 22px;
}
.test-contents__title {
  font-weight: 700;
  color: #294563;
  margin: 0 0 5px;
  text-align: left;
}
/**/
.test-panel__question-title {
  font-size: 20px;
  font-weight: 700;
  color: #37854D;
}
.ckeditor-wrapper table {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
  border: 1px solid #ddd;
}
.ckeditor-wrapper ul {
  list-style: none;
  padding: 0;
  padding-left: 1.6rem;
  line-height: 1.6;
}
.ckeditor-wrapper table tbody > tr > td, .ckeditor-wrapper table tbody > tr > th, .ckeditor-wrapper table tfoot > tr > td, .ckeditor-wrapper table tfoot > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd;
}
.ckeditor-wrapper td>ul > li::before {
  content: "\2022";
  color: #00cbc8;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  top: 0;
}
.ckeditor-wrapper ul ul {
  list-style-type: circle;
}
.test-panel__input-answer {
  outline: none;
  max-width: 130px;
  text-align: center;
  margin: 0 8px;
  border-radius: 30px;
  border: 1px solid #BDC5CF;
  display: inline-flex;
  width: 200px;
  height: 32px;
  padding: 5px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFF;
  margin-bottom: 5px;
  margin-top: 5px;
  min-width: 200px;
  width: auto;
  box-shadow: none;
}
.test-panel__input-answer::placeholder{
  color: #488e5d;
  font-weight: bold;
}
.test-panel__input-answer:focus::placeholder{
  color: transparent;
}
/**/
b.iot-question-number {
  width: 24px;
  display: inline-block;
  text-align: center;
}
.iot-option {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12px' height='4px' viewBox='0 0 17.5 9.5' style='enable-background:new 0 0 17.5 9.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;%7D%0A%3C/style%3E%3Cg id='Arrow_x2F_Chevrons'%3E%3Cpath fill='%23294563' id='Vector__x28_Stroke_x29_' class='st0' d='M0.2,0.2c0.3-0.3,0.8-0.3,1.1,0l7.5,7.5l7.5-7.5c0.3-0.3,0.8-0.3,1.1,0 s0.3,0.8,0,1.1l-8,8C9,9.6,8.5,9.6,8.2,9.3l-8-8C-0.1,1-0.1,0.5,0.2,0.2z'/%3E%3C/g%3E%3C/svg%3E%0A") right 10px center no-repeat;
  width: 100px;
  height: 32px;
  padding: 0px 10px;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-size: 14px;
  color: #282828;
  border-radius: 100px;
  border: 1px solid var(--primary-primary-100,#BDC5CF);
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}
.iot-option:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.test-panel__question-sm-title {
  font-size: 16px;
  font-weight: bold;
  margin: 1rem 0;
}
.test-panel__answer-item {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.test-panel__answer-item + .test-panel__answer-item {
  margin-top: 10px;
}
.test-panel__answer-option {
  width: 24px;
  height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dfdfdf;
  margin-right: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #294563;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}
.iot-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
  gap: 10px;
  margin: 0;
}
.iot-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 2px;
  background-clip: content-box;
  border: 1px solid #d5d5d5;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
}
.iot-radio input[type="radio"]:checked {
  border: 1px solid #37854D;
  background-color: #37854D;
}

/**/
.test-panel {
/*  padding-bottom: 140px;*/
}
.test-panel__item {
  margin-bottom: 20px;
}
/**/
.take-test__bottom-palette {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  transition: all 0.5s ease-out;
  background: #fff;
  box-shadow: 0px 4px 50px 0px rgba(41,69,99,0.08);
}
.question-palette {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #d5d5d5;
  padding: 10px 30px;
  position: relative;
  min-height: 60px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background-color: #fff;
  align-items: center;
}
.question-palette__list-item {
  display: flex;
  gap: 2rem;
  width: 100%;
  overflow: auto;
}
.question-palette__part {
  flex: 1;
  display: flex;
  white-space: nowrap;
  padding: 13px 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #D6E4DA;
  cursor: pointer;
  position: relative;
  min-width: 400px;
  white-space: nowrap;
  overflow: auto;
  white-space: nowrap;

}
.question-palette__part.-active {
  border: 1px solid #37854D;
  cursor: default;
  justify-content: flex-start;
}
.question-palette__part-title {
  font-size: 16px;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #294563;
}
.question-palette__part.-active .question-palette__part-title span {
  display: none;
}
.question-palette__part-status {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  color: #282828;
}
.question-palette__items-group {
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 5px;
  display: none;
}
.question-palette__part.-active .question-palette__items-group {
  display: flex;
}
.question-palette__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  color: #282828;
  flex-shrink: 0;
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  font-size: 12px;
  border: 1px solid #EAECEF;
  text-decoration: none;
}
.question-palette__item:hover {
  border: 1px solid #37854D;
  opacity: 0.8;
}
.question-palette__part.-active .question-palette__part-status {
  display: none;
}
.question-palette__item.-checked {
  background-color: #D6E4DA;
  color: #37854D;
  font-weight: 600;
}
/**/
.test-panel,
.test-contents{
  display: none;
}

/**/
.notepad__close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 26px;
  color: #294563;
  cursor: pointer;
}
.notepad__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 1.5rem;
  width: 100%;
}
.notepad__search-form {
  width: 100%;
}
.notepad__search {
  width: 100%;
  position: relative;
}
.notepad__input {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 0px 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #BDC5CF;
  background: #FFF;
  box-shadow: none;
}
.notepad__search-icon {
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
  color: #294563;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
/**/
.listening-page .main-page-test .col-pagetest{
  max-width: unset;
}
/**/
.writing-box__answer {
  min-height: 300px;
  max-height: 566px;
  height: 60vh;
  box-shadow: none;
  padding: 15px;
  border-radius: 4px;
}
.writing-box__answer:focus, 
.writing-box__answer:active {
  border: 1px solid #F9A95A;
}
.writing-box__words-count {
  margin-top: 10px;
  margin-right: auto;
}
/**/
.writing-page .question-palette__part.-active .question-palette__part-title::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  color: #f9a95a;
  width: 35px;
  height: 35px;
  border: 1px solid;
  border-radius: 100%;
  display: inline-block;
  margin-left: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.writing-page .question-palette__part.-active{
  justify-content: center;
  border-color: #f9a95a;
}
.writing-page  .question-palette__part-title {
  display: inline-flex;
  align-items: center;
}
/**/
.listening-audio{
  min-width: initial;
  position: fixed;
  z-index: 998;
  top: 64px;
  height: 62px;
  width: 100%;
  box-shadow: 0px 4px 50px 0px rgba(41,69,99,0.08);
  padding: 15px 30px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
}
.plyr_audio_hvg{
  flex:1;
}
.listening-audio .plyr {
  width: 100%;
}
.menu-sound-hvg {
  position: relative;
}
.menu-sound-hvg label {
  outline: none;
  border: 1px solid #cccccc;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.2px;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  color: #294563;
  border-radius: 20px;
  min-width: 108px;
  text-align: center;
}
.sub-menu-sound{
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  font-size: 14px;
  border-radius: 10px;
  background: rgba(255,255,255,0.5);
  box-shadow: 0px 4px 30px 0px rgba(41,69,99,0.08);
  width: 100%;
  padding: 10px;
  margin: 0;
}
.menu-sound-hvg:hover .sub-menu-sound{
  display: block;
}
.sub-menu-sound li{
  white-space: nowrap;
  font-weight: 500;
  border-radius: 30px;
  display: flex;
  font-size: 12px;
  padding: 6px 8px;
  color: #294563;
  cursor: pointer;
}
.sub-menu-sound li.active,
.sub-menu-sound li:hover{
  background: #EAECEF;
  font-weight: 600;
}
.menu-sound-hvg::after {
  content: "\f078";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
}
.menu-sound-hvg:hover::after{
  content: "\f106";
}
/**/
.modal-review-test .modal-dialog {
  width: 786px;
  max-width: 95%;
}
.modal-review-test .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 2rem;
  border-radius: 20px;
  background: #fff;
}
.modal-review-test__title {
    font-size: 20px;
    margin: 0 0 1rem;
    font-weight: bold;
}
.modal-review-test .result-table {
    display: table;

    border-collapse: collapse;
    width: 100%;
}
.modal-review-test .result-table__row {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.modal-review-test .result-table__col {
    display: table-cell;
	border: 1px solid #ccc;
	padding: 10px;
	width: 100%;
	text-align: left;
	color: #294563;
	border-left: 0;
	border-top: 0;
}
.modal-review-test .result-table__col span {
    font-weight: 300;
}
.modal-review-test .result-table__col span {
    white-space: nowrap;
}
.modal-review-test .result-table__col em {
    margin-left: 6px;
    font-style: normal;
    font-weight: bold;
}
.modal-review-test__footer {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
  justify-content: center;
}
.modal-review-test__btn {
  display: flex;
  height: 36px;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-weight: 700;
  border: none;
  margin: 0;
  height: 44px;
  padding: 0 3rem;
  min-width: 180px;
  background-image: linear-gradient(rgb(51, 178, 199) 0%, rgb(38, 134, 149) 100%);
}

/**/

.speaking-test.test-mic h1 {
  margin: 6rem 0;
  font-size: 28px;
  font-weight: 800;
  color: #284664;
  text-align: center;
}


/**/
.iot-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.iot-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin: 2px 0;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #282828;
  display: flex;
  align-items: center;
  font-weight: normal;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.iot-checkbox .checkmark {
  border: 1px solid #37854D;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 2px;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.iot-checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  display: table;
  width: 5px;
  height: 10px;
  border: 1px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  -ms-transform: translate(-50%,-50%) rotate(45deg);
  -o-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
}
.iot-checkbox input:checked ~ .checkmark {
  background-color: #37854D;
}


@media only screen and (max-width: 767px) {
  .realtest-header {
    gap: 0;
    padding: 10px !important;
  }
  .realtest-right button.btn {
    height: 34px;
    padding: 0px 11px;
    gap: 5px;
    font-size: 13px;
  }
  .realtest-right .call-notepad, #btnFullscreen {
    display: none;
  }
  .realtest-right a {
    font-size: 18px;
  }
/*  */
#time-clock::before {
  font-size: 18px;
}
.realtest-header__time{
  font-size: 18px;
}
.header_logo {
  max-width: 120px;
}
.main-page-test .col-pagetest {
  padding: 10px;
  flex: unset;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.main-page-test {
  flex-wrap: wrap;
  position: unset;
  margin-top: 80px;
  padding-bottom: 80px;
}
/**/
.test-contents h2,
.test-contents__title {
  font-size: 18px;
}
.test-panel__question-title {
  font-size: 16px;
}
.question-palette__part-status,
.question-palette__part-title,
body{
  font-size: 14px;
}
.test-panel {
  padding-bottom: 20px;
}
.question-palette{
  padding: 5px;
}
.question-palette__part{
  padding: 10px;
}
.question-palette__list-item {
  gap: 10px;
}
.test-panel__input-answer{
  min-width: 100px;
}
/**/
.listening-audio {
  top: 56px;
  height: 55px;
  padding: 5px;
  gap: 0;
}
/**/
.modal-review-test .modal-content {
  gap: 10px;
  padding: 10px;
}
.modal-review-test__footer {
  gap: 10px;
  margin-top: 20px;
}
.modal-review-test__btn {
  height: 36px;
  padding: 0 10px;
  min-width: 120px;
}

/**/
.speaking-test.test-mic h1 {
  margin: 20px 0;
  font-size: 20px;
}
}

.table-style2 tbody > tr:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.05);
  color: #212529;
}
.table-style2 td {
  padding: 10px;
}
.table-style2 tr td:first-child{
  max-width: 10px;
}
table{
  max-width: 100% !important;
  width: 100% !important;
}

.item-circle {
  width: 150px;
  border-radius: 100%;
  border: 5px solid #f5f5f5;
  padding: 20px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}