:root {
  --primary-green-answer-true: #8DD546;
  --border-red-answer-false: #D81416;
  --heigh-header: 19px
}

@font-face {
  font-family: 'Myriad Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Regular"), url("../font/MYRIADPRO-REGULAR.woff") format("woff");
}

@font-face {
  font-family: 'Myriad Light';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Light"), url("../font/MyriadPro-Light.woff") format("woff");
}

@font-face {
  font-family: 'Myriad Semibold';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Semibold"), url("../font/MYRIADPRO-SEMIBOLD.woff") format("woff");
}

@font-face {
  font-family: 'Myriad Bold';
  font-style: normal;
  font-weight: bold;
  src: local("Myriad Semibold"), url("../font/MYRIADPRO-BOLD.woff") format("woff");
}

@font-face {
  font-family: 'iCielSoupofJustice';
  font-style: normal;
  font-weight: normal;
  src: local("iCielSoupofJustice"), url("../font/iCielSoupofJustice.ttf") format("truetype"), url("../font/iCielSoupofJustice.ttf") format("truetype");
}

@font-face {
  font-family: 'UTM Cookies';
  font-style: normal;
  font-weight: normal;
  src: url("../font/utm-cookies.ttf") format("truetype");
}

@font-face {
  font-family: 'UTM Swiss';
  font-style: normal;
  font-weight: normal;
  src: url("../font/UTM_Swiss_721.ttf") format("truetype");
}

@font-face {
  font-family: 'Segoe Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Regular"), url("../font/Segoe_Bold.woff") format("woff");
}

@font-face {
  font-family: 'MyriadPro-Black';
  font-style: normal;
  font-weight: normal;
  src: url("../font/Myriad Pro Black.otf") format("opentype");
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
  font-size: inherit;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  padding: 0;
  font-family: 'Myriad Regular';
  font-size: 18px;
  /*font-size: 28px;*/
}

/* @media  (max-height: 900px) {
  body {
    zoom: 80%;
  }
}

@media  (max-height: 800px) {
  body {
    zoom: 66%;
  }
}

@media  (max-height: 700px) {
  body {
    zoom: 55%;
  }
}

body.speaking_arrange_the_paragraph-page,
body.join_a_column_with_many_columns,
body.reading_13.fill_the_word_into_the_board,
body.reading_answer_questions-page,
body.listen_and_fill_in_the_table.fill_the_word_into_the_board,
body.reading_matching_heading-page,
body.reading_multiple_choice,
body.reading_true_false_ng-page,
body.use_the_conjunction-page,
body.reading_true_false-page,
body.reading_answer_hint,
body.reading_matching_heading-page,
body.___grammar_page,
body:has(.pairing-box) {
  zoom: 100% !important;
} */

img,
.cancel-question {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

img.lazy {
  pointer-events: none;
}

.example-page.background-transform {
  max-width: unset;
}

.progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../img/bg-middle.png") no-repeat center;
  background-size: cover;
}

.progress img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 30%;
}

.bar {
  position: absolute;
  background-color: #ffffff80;
  width: 100%;
  height: 15px;
  border-radius: 7px;
  top: 55%;
  max-width: 350px;
  margin: auto;
  left: 0;
  right: 0;
  overflow: hidden;
}

.bar #bar-process {
  width: 0%;
  border-radius: 7px;
  background-color: #fff;
  height: 15px;
}

.percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}

#wrapper {
  width: 995px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

a {
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
}

.form-control {
  border-bottom: solid 1px #fff;
  width: 100%;
}

.form-control img {
  max-width: 20px;
}

input.input-form {
  background: transparent;
  outline: none;
  border: none;
  height: 30px;
  margin-top: 20px;
  font-size: 18px;
  width: calc(100% - 40px);
  color: #fff;
  font-family: 'Myriad Regular';
}

input {
  font-size: 18px;
}

input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  font-size: 18px;
  font-family: 'Myriad Regular';
}

input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  font-size: 18px;
  font-family: 'Myriad Regular';
}

input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  font-size: 18px;
  font-family: 'Myriad Regular';
}

input:focus {
  outline: none;
}

.no_selected {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn {
  height: 50px;
  border-radius: 25px;
  border: none;
  padding: 0;
  font-size: 18px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 600;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  font-family: 'Myriad Semibold';
}

.btn img {
  margin-right: 5px;
}

.btn:focus {
  outline: none;
}

.btn-haft {
  width: calc(50% - 5px);
}

.btn-dark {
  /*đổi thành màu vàng giống với button kiểm tra*/
  /*background: #01283A;*/
  background: #F08B01;
  color: #fff;
}

.btn-filter {
  background: #F08B01;
  color: #fff;
}

.btn-light {
  background: #fff;
  color: #01283A;
}

.btn-orange {
  background: #F08B01;
  color: #fff;
}

.form-action {
  display: flex;
  justify-content: space-between;
}

.custom-select {
  position: relative;
}

.custom-select .select {
  padding: 0 20px;
  background: #fff;
  border-radius: 30px;
}

.custom-select .select.active {
  border-radius: 30px 30px 0 0;
}

.custom-select .select .styledSelect {
  height: 50px;
  width: 100%;
  font-size: 18px;
  outline: none;
  font-family: 'Myriad Semibold';
  line-height: 50px;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.custom-select .select .styledSelect:after {
  content: url("../img/icon/chevron-down.svg");
  right: 0;
  position: absolute;
  top: 0;
}

.custom-select .select .styledSelect.active:after {
  transform: rotate(180deg);
}

.custom-select .select ul.options {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  background: #fff;
  border-radius: 0 0 30px 30px;
  cursor: pointer;
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}

.custom-select .select ul.options li {
  border-top: solid 1px #707070;
  height: 45px;
  line-height: 45px;
  padding: 0 0 0 25px;
}

.btn-create-account,
.btn-confirm {
  max-width: 400px;
  margin: auto;
}

.title {
  font-size: 32px;
  color: #fff;
  font-family: 'Myriad SemiBold';
}

.title.small {
  font-size: 18px;
}

.haft-form {
  width: calc(50% - 10px);
}

.form-radio-box {
  display: flex;
  margin: 20px 0 0;
  padding: 0 0 10px 0;
}

.form-radio-box label {
  color: #ffffffb3;
  padding: 0 10px 0 15px;
}

.custom-radio-box {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 20px;
  height: 20px;
}

.custom-radio-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  width: 20px;
  height: 20px;
  left: 0;
  z-index: 1;
}

.custom-radio-box input:checked~.checkmark {
  border: solid 1px #fff;
}

.custom-radio-box input:checked~.checkmark:after {
  display: block;
  background: #007BA4;
}

.custom-radio-box:hover input~.checkmark:after {
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  margin: auto;
  bottom: 0;
  right: 0;
}

.custom-radio-box .checkmark:after {
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  margin: auto;
  bottom: 0;
  right: 0;
}

.form-radio-box .custom-radio-box input:checked~.checkmark:after {
  background: #fff;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border-radius: 50%;
  border: solid 1px #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.col-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
}

.col-sidebar .sidebar-main {
  background: url("../img/menu.png") no-repeat;
  height: 100%;
  background-size: 100% 100%;
  width: 300px;
  padding: 30px 0 0 20px;
}

.col-sidebar .sidebar-main .logo {
  max-width: 170px;
  margin: 0 0 60px 0;
}

.col-sidebar .sidebar-main .logo img {
  width: 100%;
}

.col-sidebar .sidebar-main .nav-content ul {
  list-style: none;
  padding: 0;
}

.col-sidebar .sidebar-main .nav-content ul li {
  margin-bottom: 45px;
  opacity: 0.3;
}

.col-sidebar .sidebar-main .nav-content ul li.active {
  opacity: 1;
}

.col-sidebar .sidebar-main .nav-content ul a {
  font-size: 24px;
  color: #fff;
  font-family: 'Myriad Semibold';
  display: flex;
}

.col-sidebar .sidebar-main .nav-content ul a .img-icon {
  margin: 0 30px 0 0;
  width: 30px;
}

.background-color {
  background: url("../img/bg.png") no-repeat fixed;
  background-size: 100%;
}

.col-main {
  width: calc(100% - 290px);
  float: right;
}

.col-main .main-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
  position: relative;
}

.main-container {
  padding: 55px 40px 0 20px;
}

.actions {
  display: flex;
}

.button-action {
  display: flex;
}

.button-action .btn {
  width: auto;
  padding: 0 30px;
  margin: 0 0 0 10px;
}

.border-left {
  position: relative;
  padding-left: 20px;
  line-height: 50px;
  max-width: calc(100% - 150px);
}

.border-left:before {
  content: '';
  width: 5px;
  display: block;
  background: #F08B01;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  left: 0;
}

.list-table {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #fff;
  width: 100%;
  padding: 25px 30px;
  font-size: 18px;
  border-collapse: collapse;
}

.list-table th {
  color: #000000;
  text-transform: uppercase;
  font-family: 'Myriad Bold';
  font-size: 16px;
  text-align: left;
  padding: 25px 0 20px 30px;
}

.list-table th:first-child {
  text-align: center;
  padding: 0;
}

.list-table td:first-child {
  text-align: center;
}

.list-table tbody td {
  padding: 10px 30px 10px 30px;
}

.list-table tbody tr {
  border-top: solid 1px #F0F0F0;
}

.list-table .list-avatar {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  border: solid 2px #E9AF38;
}

.list-table .td-col .btn {
  height: 34px;
  float: right;
  width: auto;
  padding: 0 15px;
  font-family: 'Myriad Regular';
  font-weight: 500;
}

.list-table .td-col .btn img {
  margin: 0 5px 0 0;
}

.paginate {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff;
  width: 100%;
  padding: 25px 30px;
}

.pagination {
  padding: 0 30px 0 0;
  list-style: none;
  display: flex;
  float: right;
}

.pagination li {
  margin: 0 5px;
  padding: 5px 0;
}

.pagination li .fa {
  color: #C2C2C2;
}

.pagination .current-page-item {
  padding: 5px 8px;
  background: #007BA4;
  border-radius: 5px;
  color: #fff;
}

.pagination .current-page-item a {
  color: #fff;
}

li.page-item a {
  font-size: 18px;
  color: #000;
  font-family: 'Myriad Semibold';
}

.ajax-data-table {
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
}

.dropdown-btn {
  position: relative;
}

.dropdown-list-items {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.dropdown-list-items a {
  color: #000;
  font-size: 18px;
}

.dropdown-list-items:last-child {
  margin: 0;
}

.dropdown-list-items img {
  margin-right: 5px;
}

.dropdown-list {
  box-shadow: 0 5px 10px #0000000D;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  min-width: 244px;
  position: absolute;
  right: 0;
}

.action-delete {
  position: absolute;
  bottom: -55px;
  border-radius: 24px;
  background: #fff;
  padding: 9px 0 9px 20px;
  font-family: 'Myriad Semibold';
}

.action-delete .action-delete-content {
  display: flex;
  align-items: center;
}

.action-delete-btn {
  display: flex;
  margin: 0 0 0 25px;
}

.action-delete-btn .btn {
  width: auto;
  padding: 5px 15px;
  height: auto;
  margin: 0 10px 0 0;
}

.btn-orange {
  background: #F08B01;
  color: #fff;
}

#item-list .checkmark {
  border-color: #007BA4;
  border-width: 2px;
}

#item-list .custom-radio-box .checkmark:after {
  background: #007BA4;
}

.message-errors {
  border-radius: 21px;
  background: #fff;
  font-size: 16px;
  color: #DA001B;
  padding: 11.5px 25px;
  display: inline-block;
  margin-bottom: 20px;
  font-style: italic;
}

.message-success {
  border-radius: 21px;
  background: #fff;
  font-size: 16px;
  color: #28a745;
  padding: 11.5px 25px;
  display: inline-block;
  margin-bottom: 20px;
  font-style: italic;
}

.process-bar {
  height: 15px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.process-bar .process-width {
  height: 15px;
  background: #F08B01;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}

.process-width .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #01283A;
  color: #fff;
  text-align: center;
  right: -60px;
  top: -60px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  position: absolute;
  z-index: 1;
  max-width: 120px;
}

.process-width .tooltiptext:after {
  content: '';
  width: 15px;
  height: 13px;
  position: absolute;
  background: #01283A;
  bottom: -12px;
  clip-path: polygon(50% 99%, 0 0, 100% 0);
}

.process-width:hover .tooltiptext {
  visibility: visible;
}

.max-content {
  max-width: 450px;
  margin-bottom: 50px;
  width: 100%;
}

.list-type-1 {
  max-width: 450px;
  margin-top: 10px;
  overflow-y: scroll;
  max-height: calc(100vh - 250px);
  padding-right: 15px;
}

.list-type-1 .child-list {
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.list-type-1 .child-list a {
  color: #000;
}

.list-type-1 .child-list>* {
  margin-bottom: 10px;
}

.list-type-1 .list-title {
  margin: 0 0 15px 0;
  font-size: 24px;
}

.list-type-1 .list-date,
.list-type-1 .list-number {
  display: flex;
  align-items: center;
}

.list-type-1 .list-date img,
.list-type-1 .list-number img {
  padding-right: 10px;
  max-width: 35px;
}

.list-type-1 .list-date {
  margin-bottom: 10px;
}

.create-class-page .list-type-2 .item-class {
  margin-bottom: 10px;
}

.input-content {
  margin-top: 15px;
}

.input-content .input-text {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  background-image: url("../img/teacher/teacher-attendance/book-note.svg");
  background-repeat: no-repeat;
  border: none;
  padding: 10px 10px 10px 40px;
  height: 50px;
  border-radius: 10px;
  background-position: 15px center;
}

.list-type-3 {
  margin-top: 10px;
  overflow-y: scroll;
  max-height: 600px;
  padding-right: 15px;
}

.list-type-3 .child-list {
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 15px 15px 0;
  border-radius: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.list-type-3 h4 {
  margin: 0;
  max-width: calc(100% - 55px);
}

.list-type-3 .list-avatar {
  width: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-type-3 .list-content {
  width: calc(100% - 100px);
  position: relative;
}

.list-type-3 .total {
  position: absolute;
  background: #F08B01;
  padding: 0 20px;
  font-weight: bold;
  font-size: 20px;
  right: 5px;
  top: 5px;
  color: #fff;
  border-radius: 5px;
  height: 31px;
  display: flex;
  align-items: center;
}

.list-type-3 .total span {
  font-size: 10px;
  margin-left: 5px;
}

.list-type-3 .total-oranges {
  font-size: 15px;
  background-color: #DE4530;
  color: #ffffff;
}

.list-type-3 .list-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: 'Myriad Bold';
  margin-top: 10px;
}

.list-type-3 .list-date img {
  margin: -3px 5px 0 10px;
}

.give-homework-page .main-content {
  display: flex;
}

.give-homework-page .right-list {
  position: static;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.give-homework-page .filter_ajax_content {
  margin-right: 35px;
  max-width: 450px;
  width: 100%;
}

.give-homework-page .homework-list {
  margin-bottom: 0;
}

.give-homework-page .col-main .main-head {
  margin-bottom: 50px;
}

.new-home-work {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: calc(100vh - 180px);
}

.new-home-work .button-action {
  margin-top: 20px;
  width: 225px;
}

.new-home-work .button-action a {
  width: 100%;
}

.student-list .button-action a {
  width: 100%;
  margin-top: 40px;
}

.list-type-4 {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  color: #fff;
  padding-bottom: 20px;
  overflow: hidden;
}

.list-type-4 .list-title {
  display: flex;
  justify-content: space-between;
  padding: 15px 38px 15px 15px;
  border-bottom: 1px solid #559BB1;
}

.list-type-4 .list-title>div {
  display: flex;
  justify-content: space-between;
}

.list-type-4 .list-student {
  margin: 15px 15px 0 0;
  padding: 0 5px 0 0;
  max-height: calc(100vh - 400px);
}

.list-type-4 .student {
  display: flex;
  justify-content: space-between;
  margin: 20px 10px 20px 0;
  padding-left: 15px;
}

.list-type-4 .student:first-child {
  margin-top: 0;
}

.checkbox-small {
  position: relative;
  width: 23px;
  height: 23px;
  margin-left: 10px;
  cursor: pointer;
}

.checkbox-small input {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  z-index: 1;
}

.checkbox-small input:checked+.checkbox-square {
  background: #fff;
}

.checkbox-small input:checked+.checkbox-square:after {
  content: '';
  width: 10px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 2px solid #5CD1AA;
  border-top: none;
  border-right: none;
  background: transparent;
  transform: rotate(-45deg);
}

.checkbox-small .checkbox-square {
  width: 23px;
  height: 23px;
  border: 2px solid #ED8A22;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}

.c-title {
  font-size: 18px;
  color: #fff;
  font-family: 'Myriad Bold';
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

img {
  max-width: 100%;
}

.scroll-list {
  overflow-y: auto;
}

.scroll-list::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.scroll-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.scroll-list::-webkit-scrollbar-thumb {
  background: #E8E803;
  border-radius: 5px;
}

.list-scroll-x {
  overflow: auto;
  white-space: nowrap;
}

.list-scroll-x::-webkit-scrollbar {
  height: 8px;
  border-radius: 5px;
}

.list-scroll-x::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.list-scroll-x::-webkit-scrollbar-thumb {
  background: #01283A;
  border-radius: 5px;
}

.btn-border {
  border-radius: 18px;
  height: 35px;
  padding: 0 10px;
  cursor: pointer;
}

.btn-border svg {
  margin-right: 7px;
}

.btn-border.active {
  font-size: 14px;
}

.btn-border-light-green {
  color: #fff;
  background: #489A86;
}

.btn-border-drank {
  color: #00283A;
  border: solid 1px #00283A;
}

.btn-border-drank svg path {
  fill: #00283A;
}

.btn-border-drank.active {
  background: #00283A;
  color: #fff;
}

.btn-border-drank.active svg path {
  fill: #fff;
}

.custom-checkbox {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  height: 25px;
  width: 25px;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 1;
  margin: 0;
}

.custom-checkbox input:checked~.checkbox-checkmark {
  background-color: #fff;
}

.custom-checkbox input:checked~.checkbox-checkmark:after {
  display: block;
}

.custom-checkbox:hover input~.checkbox-checkmark {
  background-color: #fff;
}

.custom-checkbox .checkbox-checkmark:after {
  left: 10px;
  top: -8px;
  width: 6px;
  height: 24px;
  border: solid #85C341;
  border-width: 0 5px 5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-checkbox .checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 7px;
  border: 2px solid #F08B01;
}

.custom-checkbox .checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.hide {
  display: none !important;
}

.custom-date-box {
  position: relative;
  float: right;
}

.custom-date-box .daterangepicker.single .drp-calendar.left {
  padding: 0;
}

.custom-date-box .daterangepicker {
  top: 0 !important;
  left: -120px !important;
}

.custom-date-box .daterangepicker:after,
.custom-date-box .daterangepicker:before {
  display: none;
}

.custom-date-box .daterangepicker .drp-calendar.left .calendar-table {
  padding: 0;
}

.custom-date-box .daterangepicker .calendar-table table {
  border-collapse: unset;
}

.custom-date-box .daterangepicker .calendar-table table thead tr:first-child {
  background: #F0F0F0;
}

.custom-date-box .daterangepicker .calendar-table th.month {
  font-size: 13px;
  font-family: 'Myriad Semibold';
}

.custom-date-box .daterangepicker .calendar-table th {
  min-width: 30px;
  width: 30px;
  height: 30px;
  font-size: 11px;
  line-height: 26px;
  font-family: 'Myriad Regular';
  font-size: 11px;
}

.custom-date-box .daterangepicker .calendar-table td {
  min-width: 26px;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 26px;
  font-family: 'Myriad Regular';
}

.custom-date-box-2 {
  position: relative;
  width: 100%;
}

.custom-date-box-2 .daterangepicker {
  width: 100%;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  border: none;
  border-radius: 15px;
  overflow: hidden;
}

.custom-date-box-2 .daterangepicker .drp-calendar {
  width: 100%;
  padding: 0;
}

.custom-date-box-2 .daterangepicker .drp-calendar.right {
  display: none !important;
}

.custom-date-box-2 .daterangepicker .drp-calendar .calendar-table {
  border: none;
  padding: 0;
}

.custom-date-box-2 .daterangepicker .drp-calendar .calendar-table table {
  border-collapse: unset;
}

.custom-date-box-2 .daterangepicker .drp-calendar .calendar-table table thead tr:first-child {
  background: #DEDEDE;
}

.custom-date-box-2 .daterangepicker .drp-calendar th,
.custom-date-box-2 .daterangepicker .drp-calendar td {
  min-width: 38px;
  width: 38px;
  height: 38px;
  font-size: 14px;
  border-radius: 0;
  font-family: 'Myriad Regular';
}

.custom-date-box-2 .daterangepicker:after,
.custom-date-box-2 .daterangepicker:before {
  display: none;
}

.custom-date-box-2 .daterangepicker td.active {
  background-color: #007BA4;
}

.custom-date-box-2 .daterangepicker td.active:hover {
  background-color: #007BA4;
}

.custom-date-box-2 .daterangepicker td.active.start-date {
  border-radius: 50% 0 0 50%;
}

.custom-date-box-2 .daterangepicker td.active.end-date {
  border-radius: 0 50% 50% 0;
}

.custom-date-box-2 .daterangepicker td.active.start-date.end-date {
  border-radius: 0;
}

.custom-date-box-2 .daterangepicker td.in-range {
  background-color: #007BA4;
  color: #fff;
  border-left: solid 0.1px;
}

.custom-date-box-2 .daterangepicker tr td:first-child {
  border: none;
}

.page-2-column {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.page-2-column .action {
  width: 100%;
  margin-bottom: 10px;
}

.page-2-column .action .delete-action {
  width: 420px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.page-2-column .action .delete-action .content-action-delete {
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 9px 9px 9px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.page-2-column .action .delete-action .content-action-delete .btn-action-delete {
  display: flex;
}

.page-2-column .action .delete-action .content-action-delete .btn-action-delete .btn {
  margin-left: 20px;
  height: auto;
  margin-right: 10px;
  padding: 3px 15px;
  width: unset;
}

.page-2-column .action .delete-action .content-action-delete .btn-action-delete .btn.btn-delete-cancel {
  margin-right: 0px;
  margin-left: 0;
}

.page-2-column .action .delete-action .all {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page-2-column .action .delete-action .all label {
  color: #FFFFFF;
  font-weight: bold;
}

.page-2-column .action .delete-action .custom-checkbox {
  margin-bottom: 0;
  margin-left: 10px;
}

.page-2-column .list-student {
  width: 40%;
}

.page-2-column .list-student .title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.page-2-column .list-student .list-student-scroll {
  overflow-y: auto;
  max-height: 689px;
}

.page-2-column .list-student .list-student-scroll::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.page-2-column .list-student .list-student-scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.page-2-column .list-student .list-student-scroll::-webkit-scrollbar-thumb {
  background: #E8E803;
  border-radius: 5px;
}

.page-2-column .list-student .list-ex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 22px;
  position: relative;
}

.page-2-column .list-student .list-ex .stt {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.page-2-column .list-student .list-ex .student {
  width: calc(100% - 50px);
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 40px 10px 10px 40px;
  height: 68px;
  position: relative;
}

.page-2-column .list-student .list-ex .student .image .lazy {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 4px solid #E9AF38;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
}

.page-2-column .list-student .list-ex .student .name {
  margin-top: 15px;
  margin-left: 10px;
  font-size: 18px;
  color: #000000;
}

.page-2-column .list-student .list-ex .student .name .point {
  position: absolute;
  right: -10px;
  padding: 4px 24px;
  background-color: #F08B01;
  color: #ffffff;
  border-radius: 8px;
  font-size: 18px;
  bottom: -9px;
}

.page-2-column .list-student .list-ex .student .name .point span {
  font-size: 12px;
  text-transform: uppercase;
}

.page-2-column .list-title {
  width: 366px;
}

.page-2-column .list-title .title-left {
  background-color: rgba(6, 40, 58, 0.4);
  color: #ffffff;
  text-align: center;
  padding: 16px 0;
  border-radius: 10px;
  font-weight: 600;
  margin-bottom: 10px;
  cursor: pointer;
}

.page-2-column .list-title .title-left.active {
  background-color: #F08B01;
}

.page-2-column .content {
  width: 449px;
  margin-left: 30px;
  height: calc(100vh - 200px);
  overflow-y: auto;
  padding-top: 20px;
  margin-top: -20px;
  padding-right: 15px;
}

.page-2-column .content::-webkit-scrollbar {
  width: 7px;
}

.page-2-column .content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #BCC4C7;
}

.page-2-column .content::-webkit-scrollbar-thumb {
  background: #E8E803;
  border-radius: 10px;
}

.page-2-column .content .content-right.active {
  display: block;
}

.page-2-column .content .content-right {
  display: none;
}

.page-2-column .content .content-right a {
  color: #000;
}

.page-2-column .content .content-right .list-unit {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.page-2-column .content .content-right .list-unit .unit {
  display: flex;
  flex-wrap: wrap;
  margin-left: 25px;
  position: relative;
  padding: 0 50px 0 0;
  width: 100%;
}

.page-2-column .content .content-right .list-unit .unit .point {
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 5px 15px;
  background-color: #F08B01;
  border-radius: 10px;
  font-weight: bold;
  color: #ffffff;
}

.page-2-column .content .content-right .list-unit .unit .point.wait-amica {
  background: #01283A;
}

.page-2-column .content .content-right .list-unit .unit .point label {
  text-transform: uppercase;
}

.page-2-column .content .content-right .list-unit .unit h3 {
  width: calc(100% - 55px);
  margin: 5px 0;
  font-size: 18px;
  text-transform: capitalize;
}

.page-2-column .content .content-right .list-unit .unit label {
  width: 100%;
  font-size: 14px;
}

.page-2-column .content .content-right .list-unit .unit span {
  color: #113254;
  font-family: 'Myriad Bold';
  font-size: 14px;
}

.page-2-column .content .content-right .list-unit .unit span.active {
  color: #DE4530;
}

.page-2-column .content .content-right .list-unit .unit .remind {
  position: absolute;
  right: -25px;
  top: -28px;
}

.page-2-column .content .content-right .list-unit .unit .btn-amica-post.remind {
  right: -5px;
  top: -5px;
  padding: 5px 15px;
  background-color: red;
  border-radius: 10px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}

.page-2-column .content .content-right .list-unit .unit .btn-amica-post.remind label {
  font-size: 18px;
  cursor: pointer;
}

.page-2-column .content .content-right .list-unit .unit .remind.not-remind {
  right: -5px;
  top: -5px;
  padding: 5px 15px;
  background-color: red;
  border-radius: 10px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}

.page-2-column .content .content-right .list-unit .unit .remind.not-remind label {
  font-size: 18px;
  cursor: pointer;
}

.page-2-column .content .content-right .list-unit .unit .remind.remind-label {
  right: -5px;
  top: -5px;
  padding: 5px 15px;
  background-color: #01283A;
  border-radius: 10px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}

.page-2-column .content .content-right .list-unit .unit .remind.remind-label label {
  font-size: 18px;
  cursor: pointer;
}

.page-2-column .content .content-right .list-unit .unit .remind.not-remind.wait {
  background-color: #01283A;
}

.page-2-column .content .content-right .list-unit .unit .remind.not-remind.waitting {
  background-color: #36AE4A;
}

.page-2-column .content .content-right .list-unit .unit .remind.not-remind.point-green {
  background-color: green;
}

.page-2-column .content .content-right .list-unit .unit .remind.not-remind.point-red {
  background-color: red;
}

.btn-send {
  transform: rotateY(180deg);
}

.popup-messeger .iziModal-content .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.popup-messeger .iziModal-content .title label {
  color: #01283A;
  font-size: 32px;
  font-weight: bold;
}

.popup-messeger .iziModal-content .content .send_to {
  position: relative;
}

.popup-messeger .iziModal-content .content .send_to label {
  position: absolute;
  top: 14px;
  left: 20px;
}

.popup-messeger .iziModal-content .content .send_to .send-to {
  padding-left: 50px;
}

.popup-messeger .iziModal-content .content .title-input {
  padding: 20px;
  color: #000000;
}

.popup-messeger .iziModal-content .content .title-input::placeholder {
  color: #000000;
  padding: 0;
  font-size: 18px;
  font-family: 'Myriad Regular';
}

.popup-messeger .iziModal-content .content input,
.popup-messeger .iziModal-content .content .custom-input {
  border-radius: 25px;
  width: 100%;
  border: none;
  background-color: #EEEEEE;
  margin-bottom: 20px;
  height: 50px;
}

.popup-messeger .iziModal-content .content .custom-input {
  text-indent: 65px;
  display: inline-block;
  line-height: 50px;
}

.popup-messeger .iziModal-content .content textarea {
  padding: 20px;
  height: calc(100vh - 370px);
  width: 100%;
  border: none;
  background-color: #EEEEEE;
  border-radius: 25px 25px 0 0;
  color: #000000;
  font-size: 18px;
  font-family: 'Myriad Regular';
}

.popup-messeger .iziModal-content .content textarea::placeholder {
  color: #000000;
  padding: 0;
}

.popup-messeger .iziModal-content .content textarea:focus {
  outline: none;
}

.popup-messeger .iziModal-content .do-not-repeat {
  border-top: 1px solid #000000;
  margin-top: -7px;
  background-color: #EEEEEE;
  border-radius: 0 0 25px 25px;
}

.popup-messeger .iziModal-content .do-not-repeat .button-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.popup-messeger .iziModal-content .do-not-repeat .button-action .btn {
  background: none;
  padding: 0;
  margin-right: 20px;
  margin-left: 0;
}

.flash-message {
  position: fixed;
  top: 20px;
  z-index: 1;
  margin: auto;
  width: auto;
  left: 50%;
  transform: translate(-50%);
}

.input-control {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 0 0 10px;
}

.input-control input.input-form {
  margin: 0;
  height: 50px;
}

.panel {
  display: none;
}

.panel.active {
  display: block;
}

.custom_switch_input .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 21px;
}

.custom_switch_input .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.custom_switch_input .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DDDDDD;
  -webkit-transition: .4s;
  transition: .4s;
}

.custom_switch_input .slider:before {
  position: absolute;
  content: "";
  height: 33px;
  width: 33px;
  left: 0px;
  bottom: -8px;
  background: transparent linear-gradient(90deg, #cacaca 0%, #959595 49%, gray 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: .4s;
  transition: .4s;
  border: 2px solid white;
}

.custom_switch_input input:checked+.slider:before {
  background: transparent linear-gradient(90deg, #fadb3a 0%, #f5d030 36%, #ebb318 100%) 0% 0% no-repeat padding-box;
}

.custom_switch_input input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.custom_switch_input .slider.round {
  border-radius: 34px;
}

.custom_switch_input .slider.round:before {
  border-radius: 50%;
}

.form-group-radius {
  margin-bottom: 20px;
  position: relative;
}

.form-group-radius .input-form {
  margin: 0;
  height: 50px;
  width: 100%;
  border-radius: 25px;
  background: #fff;
  color: #000000;
  padding: 0 0 0 20px;
}

.form-group-radius .input-form::-webkit-input-placeholder {
  color: #000000;
  font-family: 'Myriad Regular';
  font-size: 18px;
  padding: 0;
}

.form-group-radius .input-form:-ms-input-placeholder {
  color: #000000;
  font-family: 'Myriad Regular';
  font-size: 18px;
  padding: 0;
}

.form-group-radius .input-form::placeholder {
  color: #000000;
  font-family: 'Myriad Regular';
  font-size: 18px;
  padding: 0;
}

.form-group-radius textarea.input-form {
  padding: 20px;
  outline: none;
  font-family: 'Myriad Regular';
  font-size: 18px;
  border-radius: 25px 25px 0 0;
  border: none;
  width: 100% !important;
  height: 422px !important;
}

.form-group-radius:last-child {
  margin: 0;
}

.form-group-radius .arrow {
  content: url("../img/icon/chevron-down.svg");
  right: 20px;
  position: absolute;
  top: 20px;
  transform: rotate(270deg);
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  margin: 0 5px;
  outline: none;
}

.owl-carousel button.owl-dot.active {
  background: #F08B01;
}

.slide-class {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 8px;
  border-radius: 15px;
}

.slide-class .class-items {
  display: flex;
  justify-content: space-between;
}

.slide-class .class-items .avatar {
  width: 145px;
  height: 145px;
  border-radius: 10px;
  overflow: hidden;
}

.slide-class .class-items .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-class .class-items .class-content {
  width: calc(100% - 128px);
  padding-left: 10px;
}

.slide-class .class-items .class-content label.class-title {
  height: 40px;
  padding: 5px 10px;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  color: #EC1C24;
  font-size: 20px;
  font-family: 'Myriad Bold';
  margin-bottom: 20px;
  text-transform: uppercase;
  display: block;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.slide-class .class-items .class-content .class-date {
  font-size: 17px;
  margin-bottom: 10px;
}

.slide-class .class-items .class-content .class-name {
  font-size: 15px;
  font-family: 'Myriad Regular';
}

.active.target .slide-class .class-items .class-content {
  width: calc(100% - 145px);
}

.active.target .slide-class .class-items .class-name {
  font-size: 17px;
}

.active.target .slide-class .class-items .class-title {
  font-size: 24px;
}

.btn-logout {
  border: 3px solid #FFFFFF;
  color: #fff;
}

.btn-logout img {
  margin: 0 5px 0 0;
}

.one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-edit-input {
  height: 37px;
  position: relative;
  width: 100%;
  display: flex;
}

.form-edit-input .input-form {
  color: #000000;
  width: calc(100% - 60px);
  margin: 0;
  height: 37px;
  padding: 0 0 0 25px;
  background: #EEEEEE;
  border-radius: 25px;
}

.form-edit-input .btn-save {
  position: absolute;
  right: 0;
  height: 37px;
  padding: 0 27.5px;
  width: auto;
}

.form-edit-input:after {
  content: '';
  display: block;
  width: 2px;
  height: 19px;
  background: #000;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.unlock-option {
  margin: 10px 0 0 35px;
}

.unlock-option .option-items {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.unlock-option .option-items .custom-radio-box {
  margin-right: 10px;
}

.unlock-option .option-items .custom-radio-box .checkmark {
  border: solid 1px #007BA4;
}

.unlock-option .option-items .custom-radio-box input:checked~.checkmark {
  border: solid 1px #007BA4;
}

.unlock-option .option-items .custom-radio-box:hover input~.checkmark:after {
  background: #007BA4;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.data-errors-content .errors-text,
.data-errors-content .fa-exclamation-triangle {
  display: none;
}

.data-errors-content .errors-text {
  color: #fff;
  margin-top: 20px;
}

.data-errors-content .fa-exclamation-triangle {
  position: absolute;
  right: 20px;
  color: #DA001B;
}

.data-errors-content.errors .errors-text,
.data-errors-content.errors .fa-exclamation-triangle {
  display: inline-block;
}

.popup-success {
  text-align: center;
}

.popup-success h3 {
  font-size: 32px;
  margin: 0 0 20px 0;
}

.popup-success .message-load {
  color: #686868;
  text-align: center;
  margin-bottom: 30px;
  display: block;
}

.popup-success .button-action {
  justify-content: center;
}

.filter-js {
  max-width: 366px;
  width: 100%;
}

.filter-js .filter-container {
  max-width: 366px;
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 5px 5px 10px #0000001A;
  border-radius: 10px;
}

.filter-js .filter-container .filter-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  position: relative;
}

.filter-js .filter-container .filter-header .fa-redo {
  margin: 0 0 0 auto;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 35px;
  top: 0;
}

.filter-js .filter-container .filter-header .filter-icon {
  margin-right: 5px;
}

.filter-js .filter-container .filter-header .filter-title {
  font-size: 24px;
  color: #007BA4;
  font-weight: 600;
  line-height: 1;
}

.filter-js .filter-container .filter-header .filter-close {
  margin: 0 0 0 auto;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.filter-js .filter-container .filter-body {
  margin-top: 20px;
}

.filter-js .filter-container .filter-body .filter-split {
  margin-bottom: 30px;
}

.filter-js .filter-container .filter-body .filter-split .filter-input {
  margin-top: 10px;
}

.filter-js .filter-container .filter-body .filter-split .filter-input input {
  height: 50px;
  border-radius: 25px;
  background: #eee;
  border: none;
  width: 100%;
}

.filter-js .filter-container .filter-body .filter-split .filter-input input::-webkit-input-placeholder {
  color: #000;
  font-size: 18px;
  padding: 0 0 0 12px;
  font-family: 'Myriad Regular';
}

.filter-js .filter-container .filter-body .filter-split .filter-input input:-ms-input-placeholder {
  color: #000;
  font-size: 18px;
  padding: 0 0 0 12px;
  font-family: 'Myriad Regular';
}

.filter-js .filter-container .filter-body .filter-split .filter-input input::placeholder {
  color: #000;
  font-size: 18px;
  padding: 0 0 0 12px;
  font-family: 'Myriad Regular';
}

.filter-js .filter-container .filter-body .filter-split-title {
  color: #01283A;
  font-weight: bold;
  line-height: 1;
  display: block;
}

.filter-js .filter-container .filter-body .filter-day-container {
  display: flex;
  margin-top: 26px;
}

.filter-js .filter-container .filter-body .filter-day-container .filter-day-split {
  width: 50%;
}

.filter-js .filter-container .filter-body .filter-day-container .filter-day-split .filter-day-split-title {
  color: #01283A;
  font-size: 18px;
  line-height: 1;
  display: block;
}

.filter-js .filter-container .filter-body .filter-day-container .filter-day-split .filter-day-split-input-container {
  display: flex;
  width: calc(100% - 20px);
  margin-top: 10px;
  justify-content: space-between;
}

.filter-js .filter-container .filter-body .filter-day-container .filter-day-split .filter-day-split-input-container span {
  width: calc((100%/3) - 2.5px);
  padding: 0;
  border: 0;
  background-color: #007BA4;
  border-radius: 5px;
  height: 51px;
  color: #fff;
  font-family: 'Myriad Regular';
  line-height: 51px;
  text-align: center;
}

.filter-js .filter-container .filter-body .filter-day-container .filter-day-split .filter-day-split-input-container .filter-day-split-input:not(:first-child):not(:last-child) {
  margin: 0 5px;
}

.filter-js .filter-container .filter-body .filter-skill-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}

.filter-js .filter-container .filter-body .filter-skill-container input[type="text"] {
  width: 100%;
  height: 50px;
  color: gray;
  padding: 0 5px;
}

.filter-js .filter-container .filter-body .filter-skill-container input[type="text"]::-webkit-input-placeholder {
  color: gray;
  padding: 0;
}

.filter-js .filter-container .filter-body .filter-skill-container .custom-checkbox {
  width: 50%;
  margin-bottom: 23px;
  height: 25px;
}

.filter-js .filter-container .filter-body .filter-skill-container .custom-checkbox .filter-skill-label {
  padding-left: 40px;
  color: #01283A;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flow-root;
  line-height: normal;
  height: 100%;
  text-transform: capitalize;
  margin-right: 10px;
}

.filter-js .filter-container .filter-footer {
  margin-top: 17px;
  display: flex;
}

.filter-js .filter-container .filter-footer .btn-dark,
.filter-js .filter-container .filter-footer .btn-filter {
  width: calc((100%/2) - 5px);
  font-family: 'Myriad Regular';
  font-weight: 600;
  height: 50px;
  border-radius: 25px;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 18px;
}

.filter-js .filter-container .filter-footer .btn-dark {
  margin-right: 5px;
}

.filter-js .filter-container .filter-footer .btn-filter {
  margin-left: 5px;
}

.filter-js .filter-container .custom-date-box {
  float: none;
}

.filter-js .filter-container .custom-date-box .daterangepicker {
  left: 0 !important;
}

.daterangepicker .drp-calendar.right {
  display: none;
}

.daterangepicker .drp-calendar.left {
  padding: 0;
}

.student-info-head {
  float: right;
  display: flex;
}

.student-info-head .point-diamond {
  display: flex;
  align-items: center;
}

.student-info-head span.point {
  font-size: 34px;
  color: #424242;
  font-family: 'Myriad Bold';
  margin: 0 20px;
}

.student-info-head .student-avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  border: solid 3px #3278BB;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.student-info-head .student-avatar a {
  width: 100%;
  height: 100%;
  display: block;
}

.student-info-head .student-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}

.example-page .head {
  background: rgba(0, 0, 0, 0.15);
  height: 85px;
  padding: 28px 0;
}

.example-page .head .example-head-content {
  max-width: 1200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
}

.example-page .head .example-head-content .example-point {
  font-size: 24px;
  color: #fff;
  font-family: 'Myriad Bold';
}

.example-page .head .example-head-content .process-bar {
  max-width: 450px;
  height: 18px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 9px;
  width: 100%;
  margin: 0 25px 0 35px;
}

.example-page .head .example-head-content .process-bar .process-width {
  height: 18px;
  background: #fff;
}

.example-page .head .example-head-content .cancel-question {
  position: absolute;
  right: 35px;
  margin: auto;
  cursor: pointer;
}

.example-page .head .example-head-content .cancel-question .fa {
  font-size: 43px;
  color: #fff;
}

.example-page .head .example-head-content .fb-feedback {
  border: solid 1px #fff;
  outline: none;
  background: transparent;
  border-radius: 6px;
  align-items: center;
  font-size: 26px;
  color: #fff;
  padding: 3px 14px;
  position: absolute;
  left: 35px;
  cursor: pointer;
  font-family: 'Myriad Semibold';
  display: none;
}

.example-page .head .example-head-content .fb-feedback span {
  margin-left: 5px;
}

.example-page .head .example-head-content .fb-feedback.active {
  display: flex;
}

.example-page.background-color {
  background: url("../img/example/bg.png") no-repeat fixed;
  background-size: cover;
}

.questions {
  max-width: 715px;
  margin: 30px auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 41px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  position: relative;
}

.questions .image {
  width: 82px;
  height: 82px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.3);
}

.questions .questions-text {
  padding: 0 40px 0 100px;
  white-space: pre-line;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.questions .questions-tooltip {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  right: -10px;
  font-family: iCielSoupofJustice;
  color: #606060;
  font-size: 40px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}

.questions .questions-tooltip:after {
  content: '';
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  width: 20px;
  height: 15px;
  display: block;
  background: #fff;
  position: relative;
  left: -10px;
  top: -40px;
  transform: rotate(26deg);
}

.s-hidden {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.text-center {
  text-align: center;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.face-normal {
  width: 150px !important;
}

.face-error,
.face-success,
.face-normal,
.icon-score-normal {
  display: none;
  margin: auto;
}

.face-error.active,
.face-success.active {
  animation: shake 1s;
}

.answer-true .face-success {
  display: block !important;
}

.answer-false .face-error {
  display: block !important;
}

.answer-normal .face-normal {
  display: block !important;
}

.answer-normal .icon-score-normal {
  display: block !important;
}

.btn[disabled="disabled"] {
  opacity: 0.4;
}

.result-title,
.result-title-correct {
  font-size: 42px;
  font-family: 'iCielSoupofJustice';
  color: #fff;
  margin: 30px auto;
  line-height: 82px;
  text-align: left;
  max-width: 975px;
  display: none;
}

.answer-question-title {
  font-size: 42px;
  font-family: 'iCielSoupofJustice';
  color: #fff;
  margin: 30px auto;
  line-height: 82px;
  text-align: left;
  max-width: 975px;
  display: block;
}

.questions-exception-title {
  font-size: 32px;
  color: #fff;
  font-family: 'Myriad Bold';
  height: 100px;
  line-height: 100px;
  max-width: 900px;
  margin: auto;
}

.color-brown {
  color: #722127;
}

.color-blue {
  color: #1E60AF;
}

@keyframes shake {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.result-answer-true {
  color: #388C02 !important;
}


#result-answer-true-final {
  padding: 0 0 0 65px;
}

.settings-course-page .input-box {
  position: relative;
  width: 80px;
  height: 40px;
  cursor: pointer;
}

.settings-course-page .input-box input {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  padding: 0px;
  border: none;
  z-index: 1;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  color: #F08B01;
  background: #EEEEEE;
  font-size: 24px;
  font-family: 'Myriad Semibold';
}

.settings-course-page .input-box span {
  position: absolute;
  cursor: default;
  z-index: 2;
  background-color: #01283A;
  text-align: center;
  margin: 0px;
  pointer-events: none;
  width: 20px;
  height: 20px;
  right: 0;
  cursor: pointer;
  line-height: 14px;
}

.settings-course-page .input-box .plus {
  top: 0;
  border-radius: 0 5px 0 0;
}

.settings-course-page .input-box .plus:after {
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f077";
  font-size: 10px;
}

.settings-course-page .input-box .minus {
  bottom: 0;
  border-radius: 0 0 5px 0;
}

.settings-course-page .input-box .minus:after {
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078";
  font-size: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  cursor: pointer;
}

.lds-roller {
  margin: auto;
  display: inline-block;
  position: fixed;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.load_animation {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #00000080;
  z-index: 99999999;
}

.load_animation_active .load_animation {
  display: block;
}

.one-line-div {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.two-line-div {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.paging-detail {
  display: none;
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 100px;
  margin: 0 auto 20px;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: montserrat, sans-serif;
  font-size: 236px;
  font-weight: 200;
  margin: 0;
  color: #211b19;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
  font-family: montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #211b19;
  background: #fff;
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.notfound a {
  font-family: montserrat, sans-serif;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 23px;
  background: #ff6300;
  font-size: 18px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.notfound a:hover {
  color: #ff6300;
  background: #211b19;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 h1 {
    font-size: 148px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 148px;
    margin: 0 auto 10px;
  }

  .notfound .notfound-404 h1 {
    font-size: 86px;
  }

  .notfound .notfound-404 h2 {
    font-size: 16px;
  }

  .notfound a {
    padding: 7px 15px;
    font-size: 14px;
  }
}

.d-inline {
  display: inline;
}

.styledSelect:empty:after {
  content: '...';
  opacity: 0;
}

#btn-check,
#reset_button,
#continue_button {
  cursor: pointer;
}

.answer-text .input-text {
  color: inherit;
  font-family: 'Myriad Semibold';
  font-size: 22px;
}

.background-color,
.select-class-page {
  max-width: 1200px;
  margin: auto;
}

.form-control.errors {
  border-color: red;
}

html.iziModal-isOverflow body {
  overflow: hidden !important;
}

.teacher-attendance-page .page-2-column .list-attendance {
  max-height: calc(100vh - 215px);
}

.popup-feedback .title {
  font-size: 26px;
  color: #D60000;
  border-radius: 22px;
  border: solid 3px;
  padding: 5px 15px;
  max-width: 170px;
  margin: auto;
  display: flex;
  align-items: center;
}

.popup-feedback .title .js-svg {
  display: flex;
  align-items: center;
}

.popup-feedback .title svg {
  margin: 0 5px 0 0;
}

.popup-feedback .title svg * {
  fill: #D60000;
}

.popup-feedback .close {
  float: right;
}

.popup-feedback .fb-text label {
  font-family: 'Myriad Light';
  font-size: 23px;
  font-style: italic;
  display: block;
  margin: 20px 0;
}

.popup-feedback textarea {
  width: 100% !important;
  outline: none;
  font-size: 22px;
  border-radius: 25px;
  padding: 20px;
  font-family: 'Myriad Regular';
}

.popup-feedback .fb-action .btn {
  margin: 15px auto;
}

.popup-feedback .fb-action .btn-cancel-feedback:hover {
  background: #FFCE00;
  color: #FFF;
}

.popup-feedback .fb-action .btn-cancel-feedback {
  border: 2px solid green;
}

.popup-feedback .fb-action .btn-submit-feedback:disabled {
  opacity: 0.5;
  background: #ccc;
  color: black;
}

.popup-feedback .fb-action .btn-submit-feedback {
  background: green;
  color: white;
}

.popup-feedback .fb-action .btn-submit-feedback:hover {
  opacity: 0.5
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* .btn:not(.custom_select-box):hover {
  opacity: 0.5; } */

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 0.5s;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.account-profile .profile-box {
  width: 100%;
  border-radius: 12px;
  background: #fff;
  padding: 0 50px 25px;
  overflow: hidden;
  position: relative;
  background: url("../img/profile_bg.png") no-repeat;
  background-size: cover;
}

.account-profile .profile-box .avatar {
  max-width: 205px;
  width: 100%;
  height: 205px;
  border-radius: 50%;
  border: solid 5px #fff;
  overflow: hidden;
  position: relative;
  margin: 140px auto 0;
  display: flex;
}

.account-profile .profile-box .avatar:hover #update_avatar {
  opacity: 1;
}

.account-profile .profile-box .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-profile .profile-box .avatar #update_avatar {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  background: #fff;
  cursor: pointer;
  height: 50px;
}

.account-profile .profile-box .avatar #update_avatar input.upload-avatar {
  opacity: 0;
  position: absolute;
  height: 205px;
  z-index: 1;
  width: 205px;
  top: -145px;
  cursor: pointer;
}

.account-profile .profile-box .avatar #update_avatar:after {
  content: '';
  background: url(../img/icon/avatar_upload.png);
  width: 39px;
  height: 30px;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

.account-profile .profile-box .info .name {
  font-size: 30px;
  margin-top: 10px;
  text-align: center;
}

.account-profile .profile-box .info p,
.account-profile .profile-box .info a {
  color: #000;
  font-size: 22px;
  display: block;
  margin: 14px 0;
  font-family: 'Myriad Light';
}

.account-profile .profile-box .info .js-svg {
  margin-right: 20px;
  width: 20px;
  display: inline-block;
}

.account-profile .profile-box:after {
  content: '';
  display: block;
  width: 100%;
  background: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.account-profile .button-bottom-action {
  margin: 45px auto;
}

.logout-fixed {
  position: fixed;
  top: 30px;
  right: 30px;
}

svg {
  cursor: pointer;
}

.custom-checkbox-amica.checkbox-content {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.custom-checkbox-amica.checkbox-content .text {
  font-size: 18px;
  color: #fff;
  font-family: 'Myriad Light';
}

.custom-checkbox-amica.checkbox-content .custom-checkbox {
  margin: 0 15px 0 0;
  height: 20px;
  width: 20px;
}

.custom-checkbox-amica.checkbox-content .custom-checkbox .checkbox-checkmark {
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background: transparent;
}

.custom-checkbox-amica.checkbox-content .custom-checkbox .checkbox-checkmark:after {
  border: none;
}

.custom-checkbox-amica.checkbox-content .custom-checkbox input:checked~.checkbox-checkmark {
  background-color: transparent;
  border-color: #fff;
}

.custom-checkbox-amica.checkbox-content .custom-checkbox input:checked~.checkbox-checkmark:after {
  background: url("../img/example/checkbox_img.png") no-repeat;
  width: 21px;
  height: 22px;
  transform: unset;
  top: -6px;
  left: 0;
}

.tabcontent {
  display: none;
}

.tabcontent.active {
  display: block;
}

.example-page .popup-translate {
  width: 100% !important;
  border-radius: 5px !important;
  border-bottom: none !important;
  padding: 20px 0 0 0;
  /* colors */
  /* tab setting */
  /* breakpoints */
  /* selectors relative to radio inputs */
}

.example-page .popup-translate iframe {
  border: none;
}

.example-page .popup-translate html {
  width: 100%;
  height: 100%;
}

.example-page .popup-translate body {
  background: #efefef;
  color: #333;
  height: 100%;
}

.example-page .popup-translate body h1 {
  text-align: center;
  color: #428bff;
  font-weight: 300;
  padding: 40px 0 20px 0;
  margin: 0;
}

.example-page .popup-translate .tabs {
  background: white;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  min-width: 120px;
}

.example-page .popup-translate .tabs input[name="tab-control"] {
  display: none;
}

.example-page .popup-translate .tabs .content section h2,
.example-page .popup-translate .tabs ul li label {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 18px;
  color: #428bff;
}

.example-page .popup-translate .tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  margin-top: 0;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
}

.example-page .popup-translate .tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 50%;
  padding: 0 10px;
  text-align: center;
}

.example-page .popup-translate .tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  font-size: 13px;
}

.example-page .popup-translate .tabs ul li label br {
  display: none;
}

.example-page .popup-translate .tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}

.example-page .popup-translate .tabs ul li label:hover,
.example-page .popup-translate .tabs ul li label:focus,
.example-page .popup-translate .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}

.example-page .popup-translate .tabs ul li label:hover svg,
.example-page .popup-translate .tabs ul li label:focus svg,
.example-page .popup-translate .tabs ul li label:active svg {
  fill: #bec5cf;
}

.example-page .popup-translate .tabs .slider {
  position: relative;
  width: 50%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.example-page .popup-translate .tabs .slider .indicator {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 4px;
  background: #428bff;
  border-radius: 1px;
}

.example-page .popup-translate .tabs .content {
  margin-top: 15px;
}

.example-page .popup-translate .tabs .content section {
  display: none;
  animation-name: content;
  animation-direction: normal;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  line-height: 1.4;
}

.example-page .popup-translate .tabs .content section h2 {
  color: #428bff;
  display: none;
}

.example-page .popup-translate .tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #428bff;
  margin-top: 5px;
  left: 1px;
}

.example-page .popup-translate .tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
  cursor: default;
  color: #428bff;
}

.example-page .popup-translate .tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
  fill: #428bff;
}

@media (max-width: 300px) {
  .example-page .popup-translate .tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    background: rgba(0, 0, 0, 0.08);
  }
}

.example-page .popup-translate .tabs input[name="tab-control"]:nth-of-type(1):checked~.slider {
  transform: translateX(0%);
}

.example-page .popup-translate .tabs input[name="tab-control"]:nth-of-type(1):checked~.content>section:nth-child(1) {
  display: block;
}

.example-page .popup-translate .tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
  cursor: default;
  color: #428bff;
}

.example-page .popup-translate .tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
  fill: #428bff;
}

@media (max-width: 300px) {
  .example-page .popup-translate .tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    background: rgba(0, 0, 0, 0.08);
  }
}

.example-page .popup-translate .tabs input[name="tab-control"]:nth-of-type(2):checked~.slider {
  transform: translateX(100%);
}

.example-page .popup-translate .tabs input[name="tab-control"]:nth-of-type(2):checked~.content>section:nth-child(2) {
  display: block;
}

@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@media (max-width: 500px) {
  .example-page .popup-translate .tabs ul li label {
    white-space: initial;
  }

  .example-page .popup-translate .tabs ul li label br {
    display: initial;
  }

  .example-page .popup-translate .tabs ul li label svg {
    height: 1.5em;
  }
}

@media (max-width: 300px) {
  .example-page .popup-translate .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }

  .example-page .popup-translate .tabs ul li label span {
    display: none;
  }

  .example-page .popup-translate .tabs .slider {
    display: none;
  }

  .example-page .popup-translate .tabs .content {
    margin-top: 20px;
  }

  .example-page .popup-translate .tabs .content section h2 {
    display: block;
  }
}

.example-page .popup-translate .close {
  float: right;
}

div#gtx-trans {
  display: none;
}

.sn_popup_translate {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  background-color: white;
  position: absolute;
  z-index: 1201 !important;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  border-color: #bbbbbb #bbbbbb #a8a8a8;
  padding: 16px;
  max-width: 80%;
  display: none;
}

.gtx-language {
  color: #636363;
  font-size: 11px;
  margin: 0;
  padding: 5px 0;
}

#gtx-custom-trans {
  display: none;
  position: absolute;
  background-color: whitesmoke;
  box-sizing: content-box;
  z-index: 2147483647;
  border-width: 1px;
  border-style: solid;
  border-color: gainsboro;
  border-image: initial;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
}

#gtx-custom-trans .gtx-custom-trans-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABklJREFUeNqsmFtwE1UYx/97Tdqkbei91Gk6IFouYjqjBR3aQTstoM40DD4gOIO++sL4pr45+q7iu+OMyJMD1RcZAXGEBxiUm0JrKfQiDoVeSEmv2WSP3znJJpt0d1Mgpz3d3bPJnt/+v8v5TqX9X89HGMNZ6iGGdGOZP9a11Riz3bddm4n4tz991Pg+SthkDmVmoPhE2Q5bLxwruIakRVHiJnMo+9s/SZMULfTW56PRUiuWB8UKjmCrIqNfva+kYPb5vRiYi5/lnuQrsWIOkzyWWixnzjc/K505VUcgN9Ai5qwo1w7duHknFgzoUDU5Ky+z+YrbuW3sajgcjqmsCAnzSBeFLcn06NJSPBoI+CBJMmQZjw1mmmZsbGzsQ3kFUBEopxewbi3DhyujBhYXl8TnJUl67C7Lcoj6F6rb61vD5TrQ3mKiNsiy45fHZIxPSw7fUnBrphwvPJqDrikIBMposidIP5IUUr38qWdTCn2RlICztyiNDU7IOHJaxXwi/95wrBJJI454fB6qKsPv93marsC/LLBcVBZGJwd6pyMfamou9/ot1TkV7aZeZj4MTqpIJk3Mzy8gkUg8fVRaE7RUMwHG2wI999hFFeeH0+5YG2A4sC2F/isKxmYkx+gcmirDpsY5cmQm4AKBcmia5qiOK5jT/Z7Nqez5kTMamU3K2pmrduSM6hmttx5yc84imTIhKxIFw2J6MlV9CsWotzWmpxgnRQRUZsZoe8oxSE5cVvLGEmTOfyZ1RMpN4WcUE5iYmsbQv/ex7plGtDbVFwdzEtTyHRF5tg84gfE2cE+mnlNVmHO6DFuayZykGiO42bkF/HrpKt2MINxY5+r4ropZTs7hWmrYqrL/ZHzlGDfn8bNnoOkSqSYhkUwKk/9xcwij9x5AymRflin+GmpC2LO93QbmMOMgvf2ODUwEwfNNTFzzdugbPfuwT95Ioq3JFMGRjVabryUo2Y7MlMHP7tLyRMlTTn+GKzdLAaEopImUgRM/KK7YuWGFwExxfrjbwFc8AAiOA/H0cXB7Goq3P8dkx1WAm7NmbQTd69ZSVOoUlTIID8i8w/lrg7g7+RDtbesR2RCGX9eL+xiH+OWGgt7N6Tz28R5DqDIVl7JAVio5ekF1tDP3mYlEPRRpGinys+a6NfD7NJE8lxMGxiemBGTHxnVYW1dTPCqtdvSCIrL63ozDc5+zJ1QO+uUpFQvLTusqy0SnHz9cuAfVGEVrcx0O7u5MW+TaQDpJN9SiuiJA4CkyrZL3fdUrz/E0cG5IRudzZjaFTM2lo5CPOy/2toDhpVDtFhgP/hMK/XV7HKFgAJcGbguLdkY2is8ZhpFeaW1warGKdZKUOW7PU8x9bc2Dyhy5ObtaW3B95A5OX7puuRhe2vRsXtpIUtRaFQZ/zoq10rXEdiiJikFZ5gxUt6GpphpLSwaWyL/qq6vQ+WLbynqO4Kgey6/54QXDvCtaNygr2f49oWFx2cg+anZuXqQNp4Dh/iYUg5tkrDgjf4AnlK0UejDzCDqtlfVrKoVq3588h/szMceX43DyEwjmCMS8qmAtCPjD2LdzO/Z370DDmioBd/Tk75gguMLlyNPHmEsht+IhHnuF3B5VQVO4gyIyKCqMA71daCA/W6Ra7buff3NUTmZm0rOitHfXWFjFXkGUQklGizqDT1NxcFdnVrlTF6877CtTy7FCACcQV9N6po/cOa9sByZUGFTZ8mfrVDi+u7sLW9eH8Xb3K3lq8aOyvuuD+7Rp2kkLqh+MQrVIZ/xoOo8z69q0nVudkFVa2jc2GNCoDFKogNTIrG3hZqiZxCrZdi7ibNenIyFRKK1iZ+vse5S9R4YPI4Wom015mb23pwqvbinLLuq0TcsmVAsqeyzVln5n37GorAZPiFKm0LykYF9vFba1V9GuSYVPV0kxWWzt8lTKZP6SgvH2+r7+h5Ksh/KVMhHtrSSoSrHX1AmKl9tuUNaYXNL/trFUP6+5cmteGqojUkmmU0TnvrWanVJJwZhp/JgOBEoLJm2WeyoIqoKUkkXnUGlBmCcUrzZKCna2f3+/aRoxrlRfTxAvbw0Ks/EuZ0prt1RkV5E2yTEVJW6pVKK/r7fivfbNZeQ4JhnWFFGbTKbyo67Ap6zo5FDUX/tfgAEAQ3WUFGFdgUwAAAAASUVORK5CYII=);
  background-size: 19px;
  height: 19px;
  width: 19px;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

#gtx-custom-trans span {
  font-size: 18px;
  line-height: 19px;
  display: block;
  float: left;
}

.popup-send {
  font-size: 32px;
}

.border-false-answer {
  border: solid 4px var(--border-red-answer-false);
}

.fix_text-decoration {
  text-decoration: underline;
  text-underline-position: under;
}

.choose_the_underline .questions-choose .answer-true .answer-text.answer .answer-icon {
  display: none !important;
}

.grammar_multiple_choice .questions-choose .questions-items.questions-check .answer-text span.font-answer-true {
  font-size: 27px !important;
}

.width_fit_content {
  width: fit-content !important;
}

.disable_btn_check {
  background: #B7B7B7;
  cursor: not-allowed;
}

.cancel-study-grammar .fa {
  font-size: 54px;
  color: #fff;
}

.button-feedback-grammar {
  border: solid 1px #fff;
  outline: none;
  background: transparent;
  border-radius: 6px;
  align-items: center;
  font-size: 26px;
  color: #fff;
  padding: 3px 14px;
  cursor: pointer;
  font-family: 'Myriad Semibold';
}

.result-answer-true-final,
#result-answer-true-final {
  color: var(--primary-green-answer-true) !important;
  padding: 0 0 0 15px;
  font-size: 22px;
  min-height: 27px;
  outline: none;
  cursor: pointer;
  font-family: 'Myriad Bold';
}

.display_none {
  display: none !important
}

.pr-70 {
  padding-right: 70px;
}

.pr-2rem {
  padding-right: 2rem;
}

.ml-5 {
  margin-left: 5px;
}

.ml-0 {
  margin-left: 0 !important;
}

.pd-l-0 {
  padding-left: 0 !important;
}

.font_size_19_half {
  font-size: 19.5px;
}

.font_size_22 {
  font-size: 22px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd-bottom-175 {
  padding-bottom: 1.75rem;
}

.pd-bottom-2 {
  padding-bottom: 2rem;
}

.iziModal-overlay {
  background-color: rgba(0, 0, 0, 0.72) !important;
}

.questions-list .ques.ques_11.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.questions-list .ques.ques_11.pd-right-50 {
  padding-right: 50px;
}

.flex-align-base {
  display: flex;
  align-items: baseline !important;
}

.flex-jus-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-jus-evenly {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.col-100 {
  width: 100%;
}

.pd-0-25-horizontal {
  padding: 0 0.25rem;
}

@keyframes scrollAnimation {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Scroll Custom Transparent bg */
.scrollbar-custom-3::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.scrollbar-custom-3::-webkit-scrollbar-track {
  /* background: #bbcbc3; */
  border-radius: 4px;
  margin: 10px 0;
}

/* Handle */
.scrollbar-custom-3::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.word_break_all {
  word-break: break-all;
}

.contain_image {
  object-fit: contain;
}

.text-align-justify {
  text-align: justify;
}

.text-align-center {
  text-align: center;
}

.mbc-5 {
  margin-bottom: 10px;
}

.d-inline-block {
  display: inline-block;
}

.flex-1 {
  flex: 1;
}

.w-40-percent {
  width: 40%;
}

.w-50-percent {
  width: 50%;
}

.w-60-percent {
  width: 60%;
}

.divider-right {
  border-right: 1px solid #5a5a5a;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.pt-16 {
  padding-top: 16px
}

.pt-60 {
  padding-top: 60px
}

.explain_text {
  font-size: 22px !important;
  color: #000 !important;
  font-style: normal !important;
  font-family: 'Myriad Regular' !important;
  font-weight: normal !important;
  display: block !important;
  text-indent: 0 !important;
  margin-left: 0 !important;
}

.text-line-down {
  white-space: pre-line !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  /* text-indent: 0 !important;
  margin: 0 !important;
  padding: 0 !important; */
}

.first-line-indentation {
  text-indent: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}