body {
  font-family: 'Montserrat';
  font-size: 0.875rem;
  line-height: 1.4;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #282828;
}
a:link,
a:hover {
  text-decoration: none;
  transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  margin-bottom: 0;
}
input:hover,
button:hover,
a:hover,
.form-control:hover,
input:active,
button:active,
a:active,
.form-control:active,
input:focus,
button:focus,
a:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
.none {
  display: none;
}
.flex {
  display: flex;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
label {
  margin: 0;
}
input,
button,
.btn,
textarea,
select {
  outline: none;
}
input:focus,
button:focus,
.btn:focus,
textarea:focus,
select:focus {
  outline: none;
}
table {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.thumb-image,
.thumb-avatar {
  width: 25px;
  height: 25px;
}
.medium-image {
  width: 40px;
  height: 40px;
}
.large-image {
  width: 70px;
  height: 70px;
}
.circle-img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.round-img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.text-green {
  color: green;
}
.text-red {
  color: red;
}
.text-blue {
  color: blue;
}
.text-yellow {
  color: yellow;
}
.link-user_info {
  color: #337ab7;
  font-weight: bold;
}
.link-user_info[data-user_type="4"] {
  color: #ff8118;
}
.lk-tabs .nav-tabs {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.lk-tabs .nav-tabs > li {
  display: inline-block;
  float: none;
}
.lk-tabs .nav-tabs > li.active > a {
  background-color: #8cc713;
  color: #fff;
}
.lk-tabs .tab-content > .lk-active {
  display: block;
}
.page-title h2 {
  font-size: 24px;
}
.lk-header h3 {
  font-size: 20px;
}
.lk-datetime {
  font-size: -1.125rem;
  color: #999;
}
.align-middle {
  vertical-align: middle;
}
[class*=lk-button] {
  position: relative;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  overflow: hidden;
  display: inline-block;
  width: auto;
}
.lk-button-1 [class*=lk-btn] {
  color: #fff;
}
.lk-button-1 [class*=lk-btn]:hover {
  color: #fff;
}
.lk-button-1:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}
.lk-button-1:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.lk-btn-info {
  background-color: #41abda;
}
.lk-btn-warning {
  background-color: #ffc002;
}
.lk-btn-success {
  background-color: #49d206;
}
.lk-btn-danger {
  background-color: #ac2925;
}
.lk-icon-list {
  background: url(../../images/icons/icon_list.png) no-repeat center left;
}
.lk-icon-checked {
  background: url(../../images/icons/icon_checkbox.png) no-repeat center left;
}
.lk-icon-hourglass {
  background: url(../../images/icons/icon_hourglass.png) no-repeat center left;
}
.lk-icon-calendar {
  background: url(../../images/icons/icon_calendar.png) no-repeat center left;
}
.lk-icon-student {
  background: url(../../images/icons/icon_student.png) no-repeat center left;
}
.lk-icon-subject {
  background: url(../../images/icons/icon_subject.png) no-repeat center left;
}
.lk-icon-time {
  background: url(../../images/icons/icon_time.png) no-repeat center left;
}
.lk-icon-sort {
  background: url(../../images/icons/icon_sort.png) no-repeat center left;
}
.lk-icon-ranking {
  background: url(../../images/icons/icon_ranking_32x32.png) no-repeat center left;
}
[class*=lk-icon] {
  padding-left: 26px;
}
.lk-header {
  border: 3px solid ;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 3px solid #92C4DA;
  margin: 10px 0 15px;
}
.lk-header .wrap {
  background-color: #fff;
  padding: 10px 15px;
  margin-left: 80px;
}
.lk-header .wrap h3 {
  margin-top: 0;
}
.lk-header .wrap p {
  margin-bottom: 0;
}
h3.title {
  font-size: 26px;
  line-height: 26px;
  color: #333;
  font-weight: 600;
}
.lk-table table {
  border: none;
}
.lk-table table tr {
  background-color: #e9edf4;
}
.lk-table table tr > td {
  border-color: #fff;
  text-align: center;
  vertical-align: middle;
}
.lk-table table tr:nth-child(2n+1) {
  background-color: #d0d8e8;
}
.lk-table table tr td.text-left {
  text-align: left;
}
.lk-table table > thead > tr > th {
  background-color: #4f81bd;
  font-weight: 600;
  color: #fff;
  border-color: #4f81bd;
  text-align: center;
}
.lk-counter {
  padding-right: 15px;
  padding-left: 15px;
}
.btn-register {
  width: 286px;
  padding: 10px 0;
  color: #fff !important;
  background-color: #ff6000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0;
  display: inline-block;
  text-align: center;
  font-family: Arial, sans-serif;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 1px solid transparent;
}
.owl-carousel .owl-dots .owl-dot span {
  display: block;
  margin: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #ddd;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.owl-carousel .owl-dots .owl-dot.active {
  border-color: #8cc713;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #8cc713;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt30 {
  margin-top: 30px;
}
@media (max-width: 480px) {
  [class*=col-xxs] {
    padding-right: 5px;
    padding-left: 5px;
    float: left;
  }
  .col-xxs-6 {
    width: 50%;
  }
}
/*============= Modal ============*/
.modal-header {
  padding: 10px 15px;
}
.modal-footer {
  padding: 10px;
}
.btn {
  padding: 4px 8px;
}
.breadcrumb > .active {
  color: #fff;
}
@keyframes rotate {
  100% {
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* BELL */
@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(-15deg);
  }
  2% {
    -moz-transform: rotate(15deg);
  }
  4% {
    -moz-transform: rotate(-18deg);
  }
  6% {
    -moz-transform: rotate(18deg);
  }
  8% {
    -moz-transform: rotate(-22deg);
  }
  10% {
    -moz-transform: rotate(22deg);
  }
  12% {
    -moz-transform: rotate(-18deg);
  }
  14% {
    -moz-transform: rotate(18deg);
  }
  16% {
    -moz-transform: rotate(-12deg);
  }
  18% {
    -moz-transform: rotate(12deg);
  }
  20% {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
  }
}
@-ms-keyframes ring {
  0% {
    -ms-transform: rotate(-15deg);
  }
  2% {
    -ms-transform: rotate(15deg);
  }
  4% {
    -ms-transform: rotate(-18deg);
  }
  6% {
    -ms-transform: rotate(18deg);
  }
  8% {
    -ms-transform: rotate(-22deg);
  }
  10% {
    -ms-transform: rotate(22deg);
  }
  12% {
    -ms-transform: rotate(-18deg);
  }
  14% {
    -ms-transform: rotate(18deg);
  }
  16% {
    -ms-transform: rotate(-12deg);
  }
  18% {
    -ms-transform: rotate(12deg);
  }
  20% {
    -ms-transform: rotate(0deg);
  }
}
@keyframes ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  20% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 100px 50px;
    opacity: 0;
  }
}
@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 100px 50px;
    opacity: 0;
  }
}
@keyframes out-to-normal {
  from {
    transform: scale(5);
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
}
@keyframes anim-loop-shadow {
  from {
    box-shadow: 0px 0px 5px 5px;
    opacity: 1;
  }
  to {
    box-shadow: 0px 0px 50px 30px;
    opacity: 0;
  }
}
.title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
.title.title-primary {
  color: #26acdf;
}
header {
  position: relative;
}
.page-title {
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.modal img {
  max-width: 100%;
}
.modal-header {
  background-color: #24d805;
  color: #fff;
}
.close {
  color: #fff;
}
.close:hover,
.close:focus {
  color: #fff;
  opacity: 1;
}
.wrapper {
  background-color: #fff;
  padding: 00px 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.btn-custom {
  display: flex;
  align-items: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 1px 1px 1px 12px;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  outline: none;
}
.btn-custom.focus,
.btn-custom:focus {
  box-shadow: none;
}
.btn-custom .fa-stack {
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  margin-left: 5px;
}
.btn-custom .fa-stack-2x {
  font-size: 1.75rem;
}
.btn-custom.btn-custom-left {
  padding: 1px 12px 1px 1px;
}
.btn-custom.btn-custom-left .fa-stack {
  margin-left: 0;
  margin-right: 5px;
}
.btn-custom.btn-custom-default {
  background-color: #ccc;
  border-color: #ccc;
}
.btn-custom.btn-custom-default .fa-inverse {
  color: #ccc;
}
.btn-custom.btn-custom-default:hover,
.btn-custom.btn-custom-default:focus {
  background-color: #ddd;
  border-color: #ddd;
  color: #fff;
}
.btn-custom.btn-custom-default:hover .fa-inverse,
.btn-custom.btn-custom-default:focus .fa-inverse {
  color: #ddd;
}
.btn-custom.btn-custom-danger {
  background-color: crimson;
  border-color: crimson;
}
.btn-custom.btn-custom-danger .fa-inverse {
  color: crimson;
}
.btn-custom.btn-custom-danger:hover,
.btn-custom.btn-custom-danger:focus {
  background-color: tomato;
  border-color: tomato;
  color: #fff;
}
.btn-custom.btn-custom-danger:hover .fa-inverse,
.btn-custom.btn-custom-danger:focus .fa-inverse {
  color: tomato;
}
.btn-custom.btn-custom-success {
  background-color: #5ed249;
  border-color: #5ed249;
}
.btn-custom.btn-custom-success .fa-inverse {
  color: #5ed249;
}
.btn-custom.btn-custom-success:hover,
.btn-custom.btn-custom-success:focus {
  background-color: green;
  border-color: green;
  color: #fff;
}
.btn-custom.btn-custom-success:hover .fa-inverse,
.btn-custom.btn-custom-success:focus .fa-inverse {
  color: green;
}
.btn-custom.btn-custom-primary {
  background-color: #03bdd3;
  border-color: #03bdd3;
}
.btn-custom.btn-custom-primary .fa-inverse {
  color: #03bdd3;
}
.btn-custom.btn-custom-primary:hover,
.btn-custom.btn-custom-primary:focus {
  background-color: #2b7ec2;
  border-color: #2b7ec2;
  color: #fff;
}
.btn-custom.btn-custom-primary:hover .fa-inverse,
.btn-custom.btn-custom-primary:focus .fa-inverse {
  color: #2b7ec2;
}
.btn-custom.btn-custom-warning {
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-custom.btn-custom-warning .fa-inverse {
  color: #ffc107;
}
.btn-custom.btn-custom-warning:hover,
.btn-custom.btn-custom-warning:focus {
  background-color: #ffa500;
  border-color: #ffa500;
  color: #fff;
}
.btn-custom.btn-custom-warning:hover .fa-inverse,
.btn-custom.btn-custom-warning:focus .fa-inverse {
  color: #ffa500;
}
.btn-custom.btn-custom-info {
  background-color: #007bff;
  border-color: #007bff;
}
.btn-custom.btn-custom-info .fa-inverse {
  color: #007bff;
}
.btn-custom.btn-custom-info:hover,
.btn-custom.btn-custom-info:focus {
  background-color: #0062cc;
  border-color: #0062cc;
  color: #fff;
}
.btn-custom.btn-custom-info:hover .fa-inverse,
.btn-custom.btn-custom-info:focus .fa-inverse {
  color: #0062cc;
}
.backlink {
  display: inline-block;
}
.backlink a {
  padding: 1px 12px 1px 1px;
}
.backlink .btn-custom .fa-stack {
  margin-left: 0;
  margin-right: 5px;
}
[data-action] {
  cursor: pointer;
}
.true-color {
  color: #3cd80e;
}
.false-color {
  color: #ff1f1f;
}
.img-circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.img-thumb {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.img-medium {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.img-large {
  width: 70px;
  height: 70px;
  margin-right: 15px;
}
.datetime {
  font-size: 95%;
  color: #999;
  font-style: italic;
}
[data-connect]:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
[data-connect="0"]:before {
  background-color: silver;
}
.scrollbar::-webkit-scrollbar-track,
.box-chat .box-body .direct-chat-messages::-webkit-scrollbar-track,
.notify-wrap .dropdown-menu::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #F5F5F5;
}
.scrollbar::-webkit-scrollbar,
.box-chat .box-body .direct-chat-messages::-webkit-scrollbar,
.notify-wrap .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.scrollbar::-webkit-scrollbar-thumb,
.box-chat .box-body .direct-chat-messages::-webkit-scrollbar-thumb,
.notify-wrap .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
/* Css bootstrap */
.bd-callout {
  padding: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem;
}
.bd-callout-info {
  border-left-color: #5bc0de;
}
.bd-callout-danger {
  border-left-color: #d9534f;
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
}
@media (max-width: 576px) {
  .bd-callout,
  .card-body {
    padding: .75rem;
  }
}
.empty {
  text-align: center;
  font-size: 1.125rem;
  padding: 30px 0;
  color: #999;
}
.modal-error .modal-body {
  font-size: 1.125rem;
}
.modal-danger .modal-header {
  background-color: #dc3545;
}
.modal-warning .modal-header {
  background-color: #ffc107;
}
.tooltip .tooltip-inner {
  max-height: 200px;
  max-width: none;
  overflow: hidden;
}
.tooltip .tooltip-inner img {
  max-height: 100%;
}
/*************************************
==========  7. Box Chat =========
**************************************/
#box-chat {
  display: none;
}
.boxs-chat {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 1051;
  display: flex;
}
.box-chat {
  position: relative;
  width: 264px;
  display: inline-block;
  margin-left: 10px;
}
.box-chat .box-wrap {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
}
.box-chat .box-header {
  border-top: 3px solid #d2d6de;
  border-bottom: 1px solid #f4f4f4;
  color: #444;
  display: block;
  padding: 7px 30px 7px 10px;
  position: relative;
}
.box-chat .box-header .box-title {
  margin: 0;
  line-height: 1;
  font-size: 0.875rem;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box-chat .box-header .box-tools {
  position: absolute;
  right: 5px;
  top: 0;
}
.box-chat .box-header .btn-box-tool {
  padding: 4px 8px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
  outline: none;
}
.box-chat .box-header .btn-box-tool:focus {
  box-shadow: none;
}
.box-chat.active .box-header {
  border-top-color: #00a65a;
}
.box-chat.minimize {
  transform: translateY(301px);
  -webkit-transform: translateY(301px);
  -moz-transform: translateY(301px);
  -o-transform: translateY(301px);
  width: 160px;
}
.box-chat.minimize .box-header {
  border-top-color: #d2d6de;
}
.box-chat .box-body {
  position: relative;
  overflow-x: hidden;
  padding: 0;
}
.box-chat .box-body .direct-chat-messages {
  padding: 10px;
  height: 250px;
  overflow: auto;
}
.box-chat .direct-chat-msg,
.box-chat .direct-chat-text {
  display: block;
}
.box-chat .direct-chat-msg {
  position: relative;
}
.box-chat .direct-chat-msg .time {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: auto;
  left: auto;
  background-color: #555;
  color: #fff;
  display: block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 5px;
  font-size: 11px;
  line-height: 1;
  display: none;
}
.box-chat .direct-chat-msg:hover .time {
  display: block;
}
.box-chat .direct-chat-img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}
.box-chat .direct-chat-text {
  border-radius: 5px;
  position: relative;
  margin: 5px 50px 0 0;
  color: #444;
  padding: 5px 10px;
  background-color: #d2d6de;
  border-color: #d2d6de;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.box-chat .direct-chat-text:before,
.box-chat .direct-chat-text:after {
  content: ' ';
  position: absolute;
  top: 15px;
  right: 100%;
  bottom: auto;
  left: auto;
  border: solid transparent;
  border-right-color: #d2d6de;
}
.box-chat .direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}
.box-chat .direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}
.box-chat .direct-chat-msg.right {
  text-align: right;
}
.box-chat .direct-chat-msg.right .direct-chat-img {
  float: right;
}
.box-chat .direct-chat-msg.right .direct-chat-text {
  text-align: right;
  margin: 5px 0 0 50px;
  background: #00a65a;
  border-color: #00a65a;
  color: #fff;
  display: inline-block;
}
.box-chat .direct-chat-msg.right .direct-chat-text:before,
.box-chat .direct-chat-msg.right .direct-chat-text:after {
  right: -10px;
  border-right-color: transparent;
  border-left-color: #00a65a;
}
.box-chat .direct-chat-msg.right .time {
  left: 0;
  right: auto;
}
.box-chat .box-footer {
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}
.box-chat .box-footer .input-group .form-control {
  position: relative;
  z-index: 2;
  height: 30px;
  padding: 4px 8px;
  outline: none;
  border-right: none;
}
.box-chat .box-footer .input-group .btn {
  height: 30px;
  background-color: #2b7ec2;
  color: #fff;
  font-size: 12px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  outline: none;
}
#myModalUserStar .show_star {
  border: 2px solid #ccc;
  padding: 10px 20px;
  margin: 16px auto 0;
  width: 280px;
  text-align: center;
  font-size: 46px;
  color: #a90404;
  border-radius: 10px;
}
#myModalUserStar .show_star i {
  color: #ffda00;
}
#myModalUserStar .modal-dialog {
  background: #fff;
  border: 5px solid #6dcff6;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  margin-top: 10%;
  color: #282828;
}
#myModalUserStar .modal-dialog .close {
  background: #6dcff6;
  color: #fff;
  padding: 5px 10px;
  opacity: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 28px;
  top: -10px;
  position: absolute;
  right: -10px;
  z-index: 2;
}
#myModalUserStar .modal-dialog .mascot {
  position: absolute;
  left: -66px;
  top: -58px;
  z-index: 2;
  width: 140px;
}
#myModalUserStar .modal-header {
  justify-content: center;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
}
#myModalUserStar .modal-body {
  padding: 20px 30px 20px 40px;
  font-size: 1rem;
}
#myModalUserStar .modal-body .msg_star {
  text-align: justify;
}
#myModalUserStar .modal-ticket {
  display: none;
  position: relative;
  background: url(../../images/bg_ticket.png) no-repeat center;
  background-size: 100% 100%;
  padding: 5% 35% 5% 30%;
}
#myModalUserStar .modal-ticket .ticket-content {
  color: #333;
  font-size: 1rem;
  text-align: justify;
}
#myModalUserStar .modal-ticket .ticket-content strong {
  font-size: 1.25rem;
}
#myModalUserStar .modal-ticket .ticket-content .fa-star {
  color: #dc800d;
  font-size: 1rem;
}
#myModalUserStar .modal-ticket .code {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
#myModalUserStar .modal-footer {
  border: none;
}
#modalTicket .modal-ticket {
  position: relative;
  background: url(../../images/bg_white_ticket.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 5% 35% 5% 30%;
}
#modalTicket .modal-ticket .ticket-content {
  color: #333;
  font-size: 1rem;
  text-align: justify;
}
#modalTicket .modal-ticket .ticket-content strong {
  font-size: 1.25rem;
}
#modalTicket .modal-ticket .ticket-content .fa-star {
  color: #dc800d;
  font-size: 1rem;
}
#modalTicket .modal-ticket .code {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
.loading {
  position: relative;
}
.loading:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #ffffff url(../../images/loading.gif) no-repeat center center;
  opacity: .75;
  filter: alpha(opacity=75);
}
header {
  background: linear-gradient(77.67deg, rgba(20, 0, 215, 0.1) -8.02%, rgba(218, 80, 242, 0.1) 109.14%);
  border-radius: 0px 0px 0px 20px;
  padding: 8px 8px 0px 8px;
  margin-bottom: 20px;
}
header .col-right {
  margin: auto 10px;
}
header .button-system-line a {
  margin-right: 21px;
  text-align: center;
}
header .button-system-line a .button-system {
  width: 46px;
  height: 46px;
  background: #ddd;
  border-radius: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .button-system-line a .button-system img {
  height: 28px;
  width: 28px;
}
header .button-system-line a .button-system.active {
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(to right, #ebe3fb, #ffe9fe), radial-gradient(circle at top left, #1400d7, #da50f2);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
header .button-system-line a:hover .button-system {
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(to right, #ebe3fb, #ffe9fe), radial-gradient(circle at top left, #1400d7, #da50f2);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
header .button-system-line a:hover h6 {
  color: #311FDC;
}
header .button-system-line a h6 {
  margin-top: 2px;
  color: #A1A1A1;
  font-size: 12px;
}
header .button-system-line a h6.active {
  color: #311FDC;
}
header .avatar {
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(to right, #ebe3fb, #ffe9fe), radial-gradient(circle at top left, #1400d7, #da50f2);
  background-origin: border-box;
  background-clip: content-box, border-box;
  overflow: hidden;
  margin: auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
header button.btn-start {
  border: none;
  background: linear-gradient(77.67deg, #1400d7 -8.02%, #da50f2 109.14%);
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 20px;
}
header button.btn-start i {
  color: #FFC107;
}
header .notify-wrap i.fa-bell {
  background: linear-gradient(77.67deg, #1400d7 -8.02%, #da50f2 109.14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}
header#header {
  position: relative;
  z-index: 2;
}
header#header .header-left {
  position: relative;
}
header#header .header-left .backlink {
  margin-top: 10px;
}
header#header .header-left .backlink .btn-custom {
  font-size: 12px;
  font-weight: bold;
}
header#header .header-left .backlink .btn-custom.btn-custom-danger {
  background: #26acdf;
  border-color: #26acdf;
}
header#header .header-left .backlink .btn-custom.btn-custom-danger .fa-circle {
  color: #26acdf;
}
header#header .header-left .backlink .btn-custom.btn-custom-danger .fa-circle.fa-stack-2x {
  font-size: 0px;
}
header#header .header-left .backlink .btn-custom.btn-custom-danger .fa-inverse {
  color: #FFFFFF;
  font-weight: bold;
}
header#header .header-left .backlink .btn-custom .fa-stack {
  margin: 0px;
  width: 22px;
  height: 22px;
  line-height: 20px;
}
header#header .header-left .info-lop {
  padding: 3px 32px;
  background-color: #26acdf;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  white-space: nowrap;
  display: inline-block;
}
header#header .header-right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
header#header .header-right .col-left {
  color: #2a3680;
  line-height: 1.2;
}
header#header .header-right .col-left > div {
  text-align: left;
}
header#header .header-right .col-left p,
header#header .header-right .col-left a {
  /*
            &:before {
              content: "";
              .size(0,0);
              border-top-color: transparent;
              border-bottom-color: transparent;
              border-style: solid;
            }
             */
}
header#header .header-right .col-left .student-name {
  position: relative;
}
header#header .header-right .col-left .student-name > p {
  padding: 2px 4px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  color: #311FDC;
  /*
              &:before {
                border-right-color: #935ca6;
                border-right-width: 30px;
                border-top-width: 0;
                border-bottom-width: 43px;
                border-left: 0;
                .absolute(0,auto,0,-30px);
              }
               */
}
header#header .header-right .col-left .register-parent a {
  padding: 0px 4px;
  color: #282828;
  display: inline-block;
  position: relative;
  font-size: 13px;
}
header#header .header-right .col-left .register-parent a:before {
  border-right-color: #1fc054;
  border-right-width: 25px;
  border-top-width: 0;
  border-bottom-width: 37px;
  border-left: 0;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -24px;
}
header#header .header-right .col-left .logout a {
  padding: 0px 4px;
  color: #282828;
  display: inline-block;
  position: relative;
  font-size: 13px;
}
header#header .header-right .col-left .logout a:before {
  border-right-color: #db0000;
  border-right-width: 20px;
  border-top-width: 0;
  border-bottom-width: 32px;
  border-left: 0;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -20px;
}
header#header .header-right .col-right {
  /*background-color: tomato;*/
}
header#header .header-right .col-right .bottom {
  position: absolute;
  padding: 3px 20px 3px 30px;
  color: #fff;
  text-align: center;
  background: #26acdf;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
header#header .header-right .col-right .bottom span {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 3px;
}
header#header .header-right .col-right .bottom div {
  display: inline-block;
}
header#header .header-right .col-right .bottom i {
  font-size: 14px;
}
header#header .dropdown-toggle {
  border: none;
  background: none;
  color: #26acdf;
}
header#header .avatar {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
}
header#header .avatar a {
  position: relative;
  display: block;
  max-height: 100%;
}
header#header .avatar a span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dee2e6;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-size: 1.25rem;
}
header#header .avatar a:hover span,
header#header .avatar a:focus span {
  opacity: 1;
  font-size: 1rem;
}
header#header .avatar img {
  width: 60px;
  height: 60px;
}
header#header .mobile-menu {
  display: none;
}
header#header .mobile-menu .dropdown-menu {
  font-size: 0.875rem;
}
header#header .mobile-menu .dropdown-item {
  padding-right: 1rem;
  padding-left: 1rem;
}
/**********************************
=========== Notify ==============
***********************************/
.notify-wrap {
  /*
	display: inline-block;
	.absolute(13px,auto,0,0);
	z-index: 1;
	*/
  font-size: 46px;
}
.notify-wrap .notify-count {
  font-size: 9px;
  background-color: #dd4b39;
  color: #fff;
  text-align: center;
  z-index: 1;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  line-height: 1.3;
  position: absolute;
  top: -5px;
  right: -6px;
  bottom: auto;
  left: auto;
  padding: 1px 3px;
}
.notify-wrap .notify-count[data-count="0"] {
  display: none;
}
.notify-wrap .dropdown-toggle {
  cursor: pointer;
}
.notify-wrap .dropdown-toggle:after {
  display: none;
}
.notify-wrap .dropdown-menu {
  width: 320px;
  padding: 0;
  font-size: 0.875rem;
  margin-top: 10px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.notify-wrap .dropdown-menu a:before {
  display: none;
}
.notify-wrap .dropdown-menu .header,
.notify-wrap .dropdown-menu .footer {
  padding: 7px 10px;
}
.notify-wrap .dropdown-menu .header {
  border-bottom: 1px solid #f4f4f4;
}
.notify-wrap .dropdown-menu .body {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.notify-wrap .dropdown-menu .body .item > a {
  padding: 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #f4f4f4;
  color: #282828;
  font-size: 95%;
  line-height: 1;
}
.notify-wrap .dropdown-menu .body .item > a i {
  margin-right: 5px;
}
.notify-wrap .dropdown-menu .body .item > a .time {
  font-size: 85%;
  display: block;
  padding-left: 15px;
  margin-top: 5px;
  color: #999;
}
.notify-wrap .dropdown-menu .body .item:last-child > a {
  border-bottom: none;
}
.notify-wrap .dropdown-menu .body .empty {
  padding: 3px 7px;
}
.notify-wrap .dropdown-menu .body .empty > a {
  font-size: 0.875rem;
  color: #999;
}
.sidebar-left {
  background-color: #fff;
  padding: 16px 0px;
}
.sidebar-left .teacher-box {
  margin-top: 36px;
  padding-bottom: 15px;
  text-align: center;
  color: #282828;
}
.sidebar-left .teacher-box .teacher-info {
  display: inline-block;
  clear: both;
}
.sidebar-left .teacher-box .teacher-info .box {
  margin-bottom: 10px;
}
.sidebar-left .teacher-box .teacher-info .box .avatar {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  margin: auto;
}
.sidebar-left .teacher-box .teacher-info .box .col .phone-number {
  font-size: 14px;
}
.sidebar-left .teacher-box .teacher-info .box img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.sidebar-left .teacher-box .teacher-info .box p {
  font-size: 18px;
}
.sidebar-left .teacher-box .teacher-info .box h5 {
  font-weight: bold;
  color: #311FDC;
  margin-bottom: 0px;
}
#main .report-menu {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 40px;
}
#main .report-menu ul li a {
  margin: 0px 48px 0px 0px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: #A1A1A1;
  padding: 0px 20px;
  background: transparent;
}
#main .report-menu ul li.active a {
  background-color: transparent;
  color: #311FDC;
  text-align: center;
  border: none;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, #1400d7, #da50f2);
  border-image-slice: 1;
}
#main .report-wrap {
  border-radius: 20px;
  padding: 0px;
}
#main .report-wrap table {
  border: 1px solid #DADADA;
}
#main .report-wrap table thead {
  background: linear-gradient(77.67deg, rgba(20, 0, 215, 0.1) -8.02%, rgba(218, 80, 242, 0.1) 109.14%);
}
#main .report-wrap table thead tr {
  background-image: linear-gradient(to right, #4e00db, #ca00ed);
  background-position: bottom;
  background-size: 100% 3px;
  background-repeat: no-repeat;
}
#main .report-wrap table tr:first-child td {
  padding: 12px 8px;
  background-color: transparent;
  border-color: #DADADA;
  font-size: 14px;
  font-weight: 500;
  color: #311FDC;
  text-align: center;
}
#main .report-wrap table tr:nth-of-type(even) {
  background: linear-gradient(77.67deg, rgba(20, 0, 215, 0.1) -8.02%, rgba(218, 80, 242, 0.1) 109.14%);
}
#main .report-wrap table th {
  font-size: 16px;
  font-weight: normal;
}
#main .report-wrap .profile h3 {
  margin-bottom: 6px;
  text-align: center;
}
#main .report-wrap .profile h3 span {
  padding: 6px 12px;
  font-size: 26px;
  font-weight: bold;
  color: #282828;
  background-color: transparent;
}
#main .report-wrap .questions-wrap {
  margin-top: 35px;
}
#main .report-wrap .questions-wrap .questions .report-summary-skill .col {
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 20px;
  padding: 16px;
  margin: 0px 6px;
}
#main .report-wrap .questions-wrap .questions .report-summary-skill .col h3 {
  color: #311FDC;
  margin: 4px;
  font-size: 24px;
}
#main .report-wrap .questions-wrap .questions .report-summary-skill .col p {
  font-size: 14px;
}
#main .report-wrap .ranking-wrap .avatar-wrap {
  border: 1px solid #DADADA;
}
#main .report-wrap .ranking-wrap .star {
  border: none;
  background: linear-gradient(77.67deg, #1400d7 -8.02%, #da50f2 109.14%);
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 20px;
  color: #FFFFFF;
  float: left;
}
#main .report-wrap .ranking-wrap .star .fa-star {
  font-size: 14px;
}
#main .header {
  background: linear-gradient(77.67deg, rgba(20, 0, 215, 0.1) -8.02%, rgba(218, 80, 242, 0.1) 109.14%);
  padding: 16px;
  margin-bottom: 45px;
  margin-right: -15px;
  margin-left: -15px;
}
#main .header .dropdown button {
  border: 1px solid #DADADA;
  border-radius: 30px;
  background-color: white;
  color: #282828;
  padding: 12px 20px;
}
#main .filter-box .lk-icon-calendar,
#main .filter-box .lk-icon-subject,
#main .filter-box .lk-icon-time,
#main .filter-box .lk-icon-ranking {
  background: transparent;
  background: url(../../images/onschool/down-arrow-3.png) no-repeat 95% center;
}
#main .filter-box [class*=lk-icon] {
  border: 1px solid #DADADA;
  border-radius: 30px;
  background-color: transparent;
  color: #282828;
  padding: 4px 6px;
}
#main .filter-box [class*=lk-icon] select {
  background-color: transparent;
  color: #282828;
  font-size: 16px;
  min-width: 200px;
}
#main .nav-tabs .nav-link {
  color: #A1A1A1;
  background: transparent;
  border: none;
  font-size: 18px;
  margin-bottom: 8px;
}
#main .nav-tabs .nav-link.active {
  background-color: transparent;
  color: #311FDC;
  text-align: center;
  border: none;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, #1400d7, #da50f2);
  border-image-slice: 1;
}
#main .list-report-quizs {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px 10px;
  margin-bottom: 40px;
  margin-top: 26px;
}
body table thead {
  background: linear-gradient(77.67deg, rgba(20, 0, 215, 0.1) -8.02%, rgba(218, 80, 242, 0.1) 109.14%);
}
body table thead tr {
  background-image: linear-gradient(to right, #4e00db, #ca00ed);
  background-position: bottom;
  background-size: 100% 3px;
  background-repeat: no-repeat;
}
body table thead tr:first-child td {
  padding: 12px 8px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #311FDC;
  text-align: center;
}
body table tr td {
  padding: 12px 8px;
  background-color: transparent;
  color: #282828;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
body table tr:nth-of-type(even) {
  background: linear-gradient(77.67deg, rgba(20, 0, 215, 0.1) -8.02%, rgba(218, 80, 242, 0.1) 109.14%);
}
body table th {
  font-size: 16px;
  font-weight: normal;
}
#layout-footer.wrap {
  background: linear-gradient(77.67deg, #1400d7 -8.02%, #da50f2 109.14%);
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
}
#layout-footer.wrap .material-icons {
  display: inline-flex;
  vertical-align: top;
  line-height: 18px;
}
#layout-footer.wrap .logo-footer {
  margin-bottom: 16px;
}
#layout-footer.wrap .contact-info .contact-info-row {
  margin-bottom: 26px;
}
#layout-footer.wrap .contact-info .contact-info-row .leading-line {
  font-weight: 700;
  color: #AFA7FF;
  margin-bottom: 10px;
}
#layout-footer.wrap .contact-info .contact-info-row .leading-line .material-icons {
  margin-right: 6px;
}
/*=========================

	1. Quiz training
	2. Quiz finish
	3. Sidebar
	4. Message

===========================*/
body {
  background-color: #F7F7F7;
}
/*=============== 1. Quiz training ===============*/
.pratice-wrap {
  overflow: hidden;
}
.pratice-wrap header {
  background: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 25px;
}
.pratice-wrap header .top-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  padding: 15px 0;
}
.pratice-wrap header .top-header .skill-name {
  width: 100%;
  text-align: center;
}
.pratice-wrap header .top-header .skill-name .title {
  margin-bottom: 0;
}
.pratice-wrap header .bottom-header {
  padding-bottom: 15px;
  background-color: #fff;
}
.pratice-wrap header .bottom-header .quiz-alynatic {
  display: flex;
}
.pratice-wrap header .bottom-header .quiz-alynatic.ppt_tlv {
  display: flex;
}
.pratice-wrap header .bottom-header .quiz-alynatic p {
  padding-left: 32px;
  line-height: 26px;
  min-height: 26px;
  font-size: 18px;
  font-weight: 600;
}
.pratice-wrap header .bottom-header .quiz-alynatic p + p {
  margin-left: 15px;
}
.pratice-wrap header .bottom-header .quiz-alynatic .icon_true {
  background: url('../../images/icons/icon_true_16x16.png') no-repeat center left;
  color: #28a745;
}
.pratice-wrap header .bottom-header .quiz-alynatic .icon_false {
  background: url('../../images/icons/icon_false_16x16.png') no-repeat center left;
  color: #dc3545;
}
.pratice-wrap header .bottom-header .quiz-alynatic .icon_total {
  background: url('../../images/icons/icon_total_16x16.png') no-repeat center left;
  font-weight: 600;
  color: #00B2EA;
}
.pratice-wrap header .bottom-header button.btn-custom {
  border: none;
  background: linear-gradient(77.67deg, #1400d7 -8.02%, #da50f2 109.14%);
  border-radius: 20px;
  font-size: 14px;
  padding: 7px 60px;
  font-weight: 500;
}
.pratice-wrap header .bottom-header .coolpoint {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pratice-wrap header .bottom-header .coolpoint .coolpoint-text {
  position: relative;
}
.pratice-wrap header .bottom-header .coolpoint .coolpoint-text span {
  display: block;
  text-align: right;
}
.pratice-wrap header .bottom-header .coolpoint .coolpoint-text .intro-coolpoint {
  font-size: 26px;
  color: #F59300;
  font-weight: 600;
}
.pratice-wrap header .bottom-header .coolpoint .coolpoint-text .intro-diem_coolpoint {
  margin-top: 3px;
}
.pratice-wrap header .bottom-header .coolpoint .coolpoint-text #coolpoint {
  display: inline-block;
}
.pratice-wrap header .bottom-header .quiz_block_top {
  display: flex;
  align-items: center;
}
.pratice-wrap header .bottom-header .level {
  display: flex;
  justify-content: flex-end;
}
.pratice-wrap header .bottom-header .level .wrap {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: flex;
  align-items: center;
}
.pratice-wrap header .bottom-header .level label {
  font-size: 18px;
  margin-right: 10px;
  font-weight: 500;
}
.pratice-wrap header .bottom-header .level span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #cecece;
  background-color: #f5f5f5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 5px;
  color: #fff;
  font-size: 1rem;
  vertical-align: text-bottom;
  position: relative;
  z-index: 1;
}
.pratice-wrap header .bottom-header .level span.active {
  color: #4dcd44;
}
.pratice-wrap header .bottom-header .level span.current i {
  padding: 2px;
  position: fixed;
  left: 50%;
  top: 50%;
  animation: out-to-normal 3s;
}
.pratice-wrap header .bottom-header .levels {
  display: flex;
  justify-content: flex-end;
}
.pratice-wrap header .level_13_06 .step_level {
  position: relative;
  float: left;
}
.pratice-wrap header .level_13_06 .step_level .level_label {
  background: #9b9b9b;
  color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 30px;
  padding-right: 6px;
  margin-left: -20px;
  height: 25px;
  line-height: 25px;
}
.pratice-wrap header .level_13_06 .step_level .level_label .fa {
  font-size: 18px;
  margin-right: 3px;
}
.pratice-wrap header .level_13_06 .step_level.num_1 {
  z-index: 4;
}
.pratice-wrap header .level_13_06 .step_level.num_1 .level_label {
  margin-left: 0px;
  border-radius: 20px;
  padding: 0 12px 0 6px;
}
.pratice-wrap header .level_13_06 .step_level.num_1.active .level_label {
  background: #ffd200;
}
.pratice-wrap header .level_13_06 .step_level.num_2 {
  z-index: 3;
}
.pratice-wrap header .level_13_06 .step_level.num_2.active .level_label {
  background: #ff9c00;
}
.pratice-wrap header .level_13_06 .step_level.num_3 {
  z-index: 2;
}
.pratice-wrap header .level_13_06 .step_level.num_3.active .level_label {
  background: #ff6600;
}
.pratice-wrap header .level_13_06 .level_point {
  text-align: center;
}
.pratice-wrap header .level_13_06 .level_point .fa {
  color: #bdbdbd;
  font-size: 10px;
}
.pratice-wrap header .level_13_06 .level_point .fa.active {
  color: #ffa200;
}
.pratice-wrap .quiz-content,
.pratice-wrap .start-quiz-level {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 0px;
  margin-bottom: 25px;
}
.pratice-wrap footer {
  background: #FFFFFF;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 55px;
  margin-bottom: 35px;
}
.pratice-wrap .timer-wrap .time-quiz {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 26px;
  color: #311FDC;
  padding-top: 2px;
}
.pratice-wrap .timer-wrap .time-quiz img {
  margin-right: 10px;
}
.pratice-wrap .buttons-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pratice-wrap .buttons-wrap .btn-continute {
  display: none;
}
.pratice-wrap .buttons-wrap .btn-continute .btn-custom-danger,
.pratice-wrap .buttons-wrap .btn-continute .btn-custom-success {
  padding: 7px;
  justify-content: center;
  min-width: 320px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
}
.pratice-wrap .buttons-wrap .btn-continute .btn-custom-danger span,
.pratice-wrap .buttons-wrap .btn-continute .btn-custom-success span {
  margin-left: 28px;
}
.pratice-wrap .buttons-wrap .btn-submit .btn-custom-default {
  cursor: not-allowed;
  pointer-events: none;
  padding: 7px;
  justify-content: center;
  min-width: 320px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
}
.pratice-wrap .buttons-wrap .btn-submit .btn-custom-default span {
  margin-left: 28px;
}
.pratice-wrap .buttons-wrap .btn-submit .btn-custom-primary {
  padding: 7px;
  justify-content: center;
  min-width: 320px;
  border-radius: 30px;
  background: #00B2EA;
  font-size: 16px;
  font-weight: 600;
}
.pratice-wrap .buttons-wrap .btn-submit .btn-custom-primary span {
  margin-left: 28px;
}
.pratice-wrap .help-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pratice-wrap .report-wrap,
.pratice-wrap .help-wrap {
  float: right;
}
.pratice-wrap .report-wrap .btn-custom,
.pratice-wrap .help-wrap .btn-custom {
  text-transform: none;
  background: #F59300;
  border-radius: 30px;
  min-width: 150px;
  justify-content: center;
  padding: 7px;
  font-size: 16px;
  font-weight: 600;
}
.pratice-wrap .report-wrap .btn-custom span,
.pratice-wrap .help-wrap .btn-custom span {
  margin-right: 7px;
}
.pratice-wrap .report-wrap .btn-custom.active {
  background-color: #ef3535;
  border-color: #ef3535;
  color: #fff;
}
.pratice-wrap .help-wrap .dropdown-toggle:after {
  display: none;
}
.pratice-wrap .help-wrap .dropdown-menu {
  width: 480px;
  right: 0;
  left: auto;
  margin-bottom: 30px;
  margin-right: 15px;
}
.pratice-wrap .help-wrap .dropdown-menu li {
  width: 33.3%;
  float: left;
  text-align: center;
}
.pratice-wrap .help-wrap .dropdown-menu li span {
  display: block;
  margin: 0 auto 2px;
  width: 32px;
  height: 32px;
}
.pratice-wrap .help-wrap .dropdown-menu li span img {
  max-width: 32px;
}
.pratice-wrap .help-wrap .dropdown-menu li button {
  font-weight: 500;
  background-color: transparent;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  cursor: pointer;
  font-size: 0.875rem;
}
.pratice-wrap .help-wrap .dropdown-menu li button.null {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none;
}
.pratice-wrap .help-wrap .dropdown-menu li button.null span {
  cursor: not-allowed;
  pointer-events: none;
}
.pratice-wrap .help-wrap .dropdown-menu li button:hover {
  background-color: transparent;
  color: #3cc5ef;
}
.pratice-wrap .help-wrap .dropdown-menu li p {
  font-size: 96%;
  margin-top: 5px;
  white-space: nowrap;
}
.pratice-wrap .help-wrap .dropdown-menu:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 10%;
  bottom: 0;
  left: auto;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 15px solid #d9d9d9;
}
.pratice-wrap article .container-fluid {
  padding: 0px;
}
.goiy_quiz .error {
  padding: 5px 20px;
  background: #f2dede;
  border: 1px solid #c1c1c1;
  margin: 10px 0;
  border-radius: 5px;
}
.content .action li {
  display: inline-block;
}
.question-wrap .quiz-correct {
  background: #e6ffe9;
  overflow: hidden;
  padding: 10px;
}
.question-wrap .quiz-correct strong {
  color: #4ad159;
  font-size: 20px;
}
.question-wrap .quiz-wrong {
  background: #ffeae9;
  overflow: hidden;
  padding: 10px;
  display: flex;
}
.question-wrap .quiz-wrong strong {
  color: #d24a4a;
  font-size: 20px;
}
#footer .footer-bg {
  position: absolute;
  width: 100%;
  background: url(../../images/bg_content_bt.png?ver=1.3) repeat-x;
  height: 235px;
}
#footer .footerTop {
  height: 180px;
  background: url(../../images/bg-footer-cld.png?ver=1.3) repeat-x center bottom;
  position: relative;
}
#footer .footerTop .bg-gif {
  margin: 0 auto;
  height: 90px;
  position: relative;
}
#footer .footerTop .bg-gif .rotate {
  overflow: hidden;
  position: absolute;
  top: 64px;
  right: 335px;
}
#footer .footerHeader {
  padding: 20px 0px 8px 0;
  background: #86d660;
  position: relative;
}
#footer .footerHeader .social {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  float: left;
  margin-top: -75px;
  background: url(../../images/bg_social.png?ver=1.3) no-repeat 0 0;
  padding-top: 50px;
  padding-left: 100px;
}
#footer .footerHeader .social a {
  height: 64px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
#footer .footer_wrap {
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}
#footer .centered {
  background: #53bc3c;
  color: #fff;
  text-align: center;
  padding: 10px;
}
@keyframes rotate {
  100% {
    transform: rotateZ(360deg);
  }
}
.error_help img {
  cursor: pointer;
}
.no-video-giaithich {
  background: #c3c3c3;
  text-align: center;
  padding: 20px 0px;
}
.no-video-giaithich img {
  width: 80px;
  margin-bottom: 10px;
}
.quiz-right #account_analytics .nav > li > a {
  padding: 4px 10px;
  font-weight: normal;
}
.quiz-right .profile .box-bottom#account_analytics .icon.true,
.quiz-right .profile .box-bottom#account_analytics .icon.false {
  width: 50%;
}
.quiz-right .profile .box-bottom#account_analytics .icon {
  width: -webkit-calc(40%);
}
.start-quiz-level .top,
.finish-quiz-level .top {
  text-align: center;
  background-color: rgba(146, 213, 244, 0.7);
}
.start-quiz-level .top img,
.finish-quiz-level .top img {
  max-width: 100%;
}
.start-quiz-level .header {
  text-align: center;
}
.start-quiz-level .bottom {
  text-align: center;
  color: #0a5476;
  background: rgba(146, 213, 244, 0.7);
  padding: 10px;
}
.start-quiz-level .bottom h3 {
  font-size: 24px;
  margin: 5px;
}
.start-quiz-level .bottom p {
  font-size: 16px;
}
.finish-quiz-level .info-report-detail .detail {
  padding: 15px;
}
.finish-quiz-level .info-report-detail .detail .point {
  font-size: 32px;
  font-weight: bold;
}
.finish-quiz-level .info-report-detail .detail .time_tb {
  font-size: 24px;
  font-weight: bold;
}
.finish-quiz-level .info-report-detail .detail.correct {
  background: #b6f7b7;
  color: #709734;
}
.finish-quiz-level .info-report-detail .detail.wrong {
  background: #f3e7e7;
  color: #d24f15;
}
.finish-quiz-level .info-report-detail .detail.time {
  background: #d9edf7;
  color: #165b98;
}
.finish-quiz-level .info-report-detail .action {
  margin-top: 10px;
  margin-bottom: 10px;
}
.finish-quiz-level .info-report-detail .btn-ques-green,
.finish-quiz-level .info-report-detail .btn-ques-blue {
  padding: 6px 30px;
}
.label_quiz_inner.level {
  padding: 10px 20px;
  background: rgba(104, 208, 189, 0.55);
}
.label_quiz_inner.level label {
  font-size: 18px;
  font-weight: normal;
  display: block;
}
.label_quiz_inner.level span .fa {
  color: #999;
  font-size: 18px;
}
.label_quiz_inner.level span.active .fa {
  color: #ebe940;
}
/*Form Wizard*/
.bs-wizard {
  padding: 25px 0;
  overflow: hidden;
}
.bs-wizard .bs-wizard-step {
  padding: 0;
  position: relative;
}
.bs-wizard .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 26px;
  margin-bottom: 5px;
  height: 40px;
}
.bs-wizard .bs-wizard-step .bs-wizard-stepnum .fa {
  color: #ffdc24;
}
.bs-wizard .bs-wizard-step .bs-wizard-info {
  color: #777;
  font-size: 18px;
}
.bs-wizard .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fbe8aa;
  top: 64px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}
.bs-wizard .bs-wizard-step > .bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #ed1c24;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.bs-wizard .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
}
.bs-wizard .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #fbe8aa;
}
.bs-wizard .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}
.bs-wizard .bs-wizard-step.complete > .bs-wizard-info,
.bs-wizard .bs-wizard-step.active > .bs-wizard-info {
  color: #ed1c24;
}
.bs-wizard .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
.bs-wizard .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}
.bs-wizard .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}
.bs-wizard .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.bs-wizard .bs-wizard-step:last-child > .progress {
  width: 50%;
}
.bs-wizard .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}
.label_quiz_inner.dokho_quiz {
  background: #d9edf7;
  padding: 5px 10px;
  font-size: 16px;
  margin-top: 10px;
}
.coolpoint_21_04 {
  font-size: 18px;
  color: #ffb72a;
}
.quiz-lika .question-wrap {
  display: none;
}
/*=================== 2 .Quiz finish ===============*/
.lk-quiz_finish {
  color: #000000;
  font-size: 14px;
  overflow: hidden;
  /* Standard syntax */
  /* BELL */
}
.lk-quiz_finish .header {
  overflow: hidden;
  background: #33abe4;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lk-quiz_finish .header .label-q {
  color: #fff;
  font-size: 18px;
}
.lk-quiz_finish .header button {
  background: transparent;
  padding: 0;
  color: #fff;
  float: right;
  font-size: 20px;
}
.lk-quiz_finish .ques-title {
  padding: 10px 15px;
  font-size: 18px;
  color: #333;
}
.lk-quiz_finish .action {
  text-align: center;
}
.lk-quiz_finish .action .btn.btn-blue {
  font-size: 16px;
  padding: 5px 30px;
  margin: 10px;
  color: #fff;
  background: #337ab7;
}
.lk-quiz_finish .action .btn.btn-green {
  font-size: 16px;
  padding: 5px 30px;
  margin: 10px;
  color: #fff;
  background: #15a523;
}
.lk-quiz_finish .system-notify {
  background-color: #f72367;
  color: #fff;
  margin: 35px auto 0;
  padding-left: 0;
  text-align: center;
  border-radius: 0 3px 4px 0;
}
.lk-quiz_finish .system-notify img {
  float: left;
  margin-top: -35px;
}
.lk-quiz_finish .system-notify p {
  padding: 10px;
}
.lk-quiz_finish .result-title {
  font-size: 18px;
  margin-bottom: 20px;
}
.lk-quiz_finish .tbl-result-training {
  border: 4px solid #33abe4;
}
.lk-quiz_finish .tbl-result-training tr td {
  padding: 5px;
}
.lk-quiz_finish .tbl-result-training .icon {
  color: #353535;
  padding-left: 50px;
}
.lk-quiz_finish .tbl-result-training tr td span {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.lk-quiz_finish .tbl-result-training .correct .icon {
  background: url(../../images/icons/icon_true.png) no-repeat center left 10px;
  background-size: 32px;
}
.lk-quiz_finish .tbl-result-training .correct span {
  color: #3fcc3f;
}
.lk-quiz_finish .tbl-result-training .wrong span {
  color: #e33e15;
}
.lk-quiz_finish .tbl-result-training .wrong .icon {
  background: url(../../images/icons/icon_false.png) no-repeat center left 10px;
  background-size: 32px;
}
.lk-quiz_finish .tbl-result-training .sumary .icon {
  background: url(../../images/icons/icon_alarm_clock.png) no-repeat center left 10px;
  background-size: 32px;
  padding: 10px 5px 10px 50px;
}
@-webkit-keyframes mymove {
  from {
    top: 0px;
  }
  to {
    top: 200px;
  }
}
@keyframes mymove {
  from {
    top: 0px;
  }
  to {
    top: 200px;
  }
}
.lk-quiz_finish .fa-star {
  -moz-animation: ring 2s ease infinite;
  -moz-transform-origin-x: 50%;
  -moz-transform-origin-y: 0px;
  -moz-transform-origin-z: initial;
  -webkit-animation: ring 2s ease infinite;
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 0px;
  -webkit-transform-origin-z: initial;
  -ms-animation: ring 2s ease infinite;
  -ms-transform-origin-x: 50%;
  -ms-transform-origin-y: 0px;
  -ms-transform-origin-z: initial;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}
@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(-15deg);
  }
  2% {
    -moz-transform: rotate(15deg);
  }
  4% {
    -moz-transform: rotate(-18deg);
  }
  6% {
    -moz-transform: rotate(18deg);
  }
  8% {
    -moz-transform: rotate(-22deg);
  }
  10% {
    -moz-transform: rotate(22deg);
  }
  12% {
    -moz-transform: rotate(-18deg);
  }
  14% {
    -moz-transform: rotate(18deg);
  }
  16% {
    -moz-transform: rotate(-12deg);
  }
  18% {
    -moz-transform: rotate(12deg);
  }
  20% {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
  }
}
@-ms-keyframes ring {
  0% {
    -ms-transform: rotate(-15deg);
  }
  2% {
    -ms-transform: rotate(15deg);
  }
  4% {
    -ms-transform: rotate(-18deg);
  }
  6% {
    -ms-transform: rotate(18deg);
  }
  8% {
    -ms-transform: rotate(-22deg);
  }
  10% {
    -ms-transform: rotate(22deg);
  }
  12% {
    -ms-transform: rotate(-18deg);
  }
  14% {
    -ms-transform: rotate(18deg);
  }
  16% {
    -ms-transform: rotate(-12deg);
  }
  18% {
    -ms-transform: rotate(12deg);
  }
  20% {
    -ms-transform: rotate(0deg);
  }
}
@keyframes ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  20% {
    transform: rotate(0deg);
  }
}
.lk-quiz_finish .btn-ques-green {
  background: #4dcd44;
  color: #fff;
  border-radius: 20px;
  padding: 6px 20px;
  border: none;
}
.lk-quiz_finish .btn-ques-blue {
  background: #4ba0e8;
  color: #fff;
  border-radius: 20px;
  padding: 6px 20px;
  border: none;
}
/************* Quiz *****************/
.label-q {
  padding: 12px 0px 6px 20px;
  font-size: 1.125rem;
  color: #fff;
}
.label-q.question {
  color: #282828;
  font-size: 22px;
  font-weight: 600;
  padding-left: 0px;
  background: url(../../images/onschool/line-gradient.png) no-repeat left bottom;
  padding-bottom: 8px;
}
.label-q.question-result {
  color: #282828;
  font-size: 22px;
  font-weight: 600;
  padding-left: 0px;
  background: url(../../images/onschool/line-gradient.png) no-repeat left bottom;
  padding-bottom: 8px;
}
.label-q.explain {
  color: #282828;
  font-size: 22px;
  font-weight: 600;
  padding-left: 0px;
  background: url(../../images/onschool/line-gradient.png) no-repeat left bottom;
  padding-bottom: 8px;
}
.label-q.answer {
  color: #282828;
  font-size: 22px;
  font-weight: 600;
  padding-left: 0px;
  background: url(../../images/onschool/line-gradient.png) no-repeat left bottom;
  padding-bottom: 8px;
}
.label-q.suggest {
  background: url(../../images/bg_label_suggest.png) no-repeat left;
}
.label-q.explain,
.label-q.answer,
.label-q.suggest {
  margin-bottom: 10px;
}
.answer-wrap,
.explain-wrap {
  display: none;
}
.suggest-wrap {
  overflow: hidden;
}
.suggest-wrap [data-action="show-suggest"] {
  color: #0F9F6B;
  cursor: pointer;
  float: right;
}
.suggest-wrap .item {
  display: none;
}
.suggest-wrap .item:first-child {
  margin-top: 10px;
}
.suggest-wrap .item-wrap {
  display: flex;
  background: #F7F7F7;
  padding: 16px 12px;
}
.suggest-wrap .item-wrap label {
  color: #337ab7;
  padding-right: 16px;
}
.suggest-wrap .item-wrap .suggest-content {
  padding: 0;
  padding-left: 16px;
  border-left: 2px solid #ddd;
}
.suggest-wrap .show-suggest {
  color: #0F9F6B;
  margin-top: 16px;
  cursor: pointer;
}
/********* Template Quiz ***********/
/* quiz_1 */
.temp-quiz1 .input-dientu {
  font-size: 16px;
  color: #311FDC;
  font-weight: 600;
  border: 1px solid #dadada;
  text-align: center;
  margin-bottom: 0 7px 2px 7px;
}
.temp-quiz1 .input-dientu.default {
  width: 150px;
}
.temp-quiz1 .input-dientu.normal {
  width: 100px;
  margin: 5px 0;
}
.temp-quiz1 .input-dientu.small {
  width: 80px;
  margin: 5px 0;
}
.temp-quiz1 .input-dientu.large {
  width: 260px;
}
.temp-quiz1 .input-dientu.correct {
  border-bottom: none;
  background-color: #3cd80e;
}
.temp-quiz1 .input-dientu.wrong {
  border-bottom: none;
  background-color: #ff1f1f;
}
.temp-quiz1 .input-dapan input,
.temp-quiz1 .input-dientu {
  padding: 4px 10px;
}
/* quiz_2 */
.temp-quiz2 .quiz-lika .question-wrap .info,
.temp-quiz2 .quiz-lika .question-wrap .info {
  overflow: hidden;
  margin: 20px 0px;
}
.temp-quiz2.type_css1 {
  color: #282828;
}
.temp-quiz2.type_css1 #sortable {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}
.temp-quiz2.type_css1 li.ui-state-default {
  margin: 5px 5px 5px 0;
  padding: 8px 20px;
  display: inline;
  font-size: 18px;
  border-radius: 4px;
  font-weight: normal;
  border: 1px solid #DA50F2;
  color: #333;
  background: #fff;
  cursor: pointer;
}
.temp-quiz2.type_css1 .answer-correct .ui-state-default.correct {
  color: #282828;
  border: 1px solid #0F9F6B;
  background: #f0fbf8 url("../../images/onschool/sort_correct.svg") no-repeat 90% center;
  padding-right: 40px;
}
.temp-quiz2.type_css1 .answer-wrong .ui-state-default {
  background: rgba(201, 0, 0, 0.05);
  border: 1px solid #C90000;
  background: #fff1f2 url("../../images/onschool/sort_wrong.svg") no-repeat 90% center;
  padding-right: 40px;
}
.temp-quiz2.type_css1 .answer-wrong .ui-state-default.correct {
  background-color: rgba(15, 159, 107, 0.05);
  color: #282828;
  border: 1px solid #0F9F6B;
  background: #f0fbf8 url("../../images/onschool/sort_correct.svg") no-repeat 90% center;
  padding-right: 40px;
}
.temp-quiz2.type_css1 .question-wrap .info .show_textsort {
  margin: 10px 0px;
}
.temp-quiz2.type_css1 .question-wrap .info .show_textsort input {
  text-align: center;
}
.temp-quiz2.type_css1 .question-wrap .info .show_textsort textarea.form-control {
  font-size: 16px;
  padding: 10px;
  text-align: center;
}
.temp-quiz2.type_css1 .question-wrap .answer-correct {
  -webkit-padding-start: 0px;
}
.temp-quiz2.type_css1 #textsort {
  background: linear-gradient(to right, #ebe3fb, #ffe9fe);
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  text-align: justify;
}
.temp-quiz2.type_css2 {
  color: #282828;
}
.temp-quiz2.type_css2 #sortable {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}
.temp-quiz2.type_css2 li.ui-state-default {
  margin: 5px 5px 5px 0;
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: normal;
  border: 1px solid #DA50F2;
  color: #333;
  background: #fff;
  cursor: pointer;
  max-width: 660px;
}
.temp-quiz2.type_css2 .answer-correct .ui-state-default.correct {
  color: #282828;
  border: 1px solid #0F9F6B;
  background: #f0fbf8 url("../../images/onschool/sort_correct.svg") no-repeat 98% center;
  padding-right: 40px;
}
.temp-quiz2.type_css2 .answer-wrong .ui-state-default {
  background: rgba(201, 0, 0, 0.05);
  border: 1px solid #C90000;
  background: #fff1f2 url("../../images/onschool/sort_wrong.svg") no-repeat 98% center;
  padding-right: 40px;
}
.temp-quiz2.type_css2 .answer-wrong .ui-state-default.correct {
  background-color: rgba(15, 159, 107, 0.05);
  color: #282828;
  border: 1px solid #0F9F6B;
  background: #f0fbf8 url("../../images/onschool/sort_correct.svg") no-repeat 98% center;
  padding-right: 40px;
}
.temp-quiz2.type_css2 .question-wrap .info .show_textsort {
  margin: 10px 0px;
}
.temp-quiz2.type_css2 .question-wrap .info .show_textsort input {
  text-align: center;
}
.temp-quiz2.type_css2 .question-wrap .info .show_textsort textarea.form-control {
  font-size: 14px;
  padding: 10px;
}
.temp-quiz2.type_css2 .question-wrap .answer-correct {
  -webkit-padding-start: 0px;
}
.temp-quiz2.type_css2 #textsort {
  background: linear-gradient(to right, #ebe3fb, #ffe9fe);
  padding: 10px 20px;
  border-radius: 6px;
}
/* quiz_3 */
.temp-quiz3 label .label_bg {
  color: #fff;
}
.temp-quiz3.temp_small .multichoice {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 480px) {
  .temp-quiz3.temp_small .multichoice {
    margin-right: 0;
    margin-left: 0;
  }
}
.temp-quiz3.temp_small .multichoice input {
  position: absolute;
  left: -9999px;
}
.temp-quiz3.temp_small .multichoice label {
  width: calc(25% - 30px);
  -webkit-width: calc(25% - 30px);
  -moz-width: calc(25% - 30px);
  -o-width: calc(25% - 30px);
  display: flex;
  position: relative;
  margin: 10px 15px;
  border: 1px solid #dadada;
  color: #282828;
  background-color: #fff;
  cursor: pointer;
  user-select: none;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .temp-quiz3.temp_small .multichoice label {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.temp-quiz3.temp_small .multichoice label .label_content {
  padding: 10px 5px 8px 10px;
  font-weight: normal;
}
.temp-quiz3.temp_small .multichoice label .label_bg {
  padding: 10px 10px 7px 10px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dadada;
  font-weight: 300;
  font-size: 16px;
  margin-left: auto;
  min-height: 30px;
}
.temp-quiz3.temp_small .multichoice input:checked + label {
  background-clip: padding-box;
  border: 1px solid #DA50F2;
  background-image: linear-gradient(to right, #ebe3fb, #ffe9fe);
}
.temp-quiz3.temp_small .multichoice input:checked + label .fa-circle-o:before {
  content: url("../../images/onschool/btn_radio.svg");
}
.temp-quiz3.temp_small .multichoice input:checked + label.checkbox-choice .fa-circle-o:before {
  content: url("../../images/onschool/btn_checked.svg");
}
.temp-quiz3.temp_small .multichoice input:checked + label .label_bg {
  background-color: transparent;
}
.temp-quiz3.temp_small .multichoice input:checked + label::before {
  background-color: #fff;
}
.temp-quiz3.temp_small .question-wrap .answer-wrong input:checked + label.item-correct,
.temp-quiz3.temp_small .question-wrap .answer-wrong label.item-correct.show-answer {
  border: 1px solid #0F9F6B;
}
.temp-quiz3.temp_small .question-wrap .answer-wrong input:checked + label.item-correct .label_bg,
.temp-quiz3.temp_small .question-wrap .answer-wrong label.item-correct.show-answer .label_bg {
  border: 1px solid #0F9F6B;
}
.temp-quiz3.temp_small .multichoice.answer-wrong input:checked + label,
.temp-quiz3.temp_small .multichoice.answer-wrong label.show-answer {
  border: 1px solid #C90000;
  background: #fff1f2;
}
.temp-quiz3.temp_small .multichoice.answer-wrong input:checked + label .label_bg,
.temp-quiz3.temp_small .multichoice.answer-wrong label.show-answer .label_bg {
  background-color: transparent;
}
.temp-quiz3.temp_small .multichoice.answer-wrong input:checked + label .label_bg .fa-circle-o:before,
.temp-quiz3.temp_small .multichoice.answer-wrong label.show-answer .label_bg .fa-circle-o:before {
  content: url("../../images/onschool/sort_wrong.svg");
}
.temp-quiz3.temp_small .question-wrap .answer-wrong input:checked + label.item-correct .label_bg .fa-circle:before {
  content: url("../../images/onschool/sort_correct.svg");
}
.temp-quiz3.temp_small #noidung_dapan .multichoice label.item-correct {
  border: 1px solid #0F9F6B;
  background: #f0fbf8;
}
.temp-quiz3.temp_small #noidung_dapan .multichoice label.item-correct .label_bg {
  background: transparent;
}
.temp-quiz3.temp_small #noidung_dapan .multichoice label.item-correct .label_bg .fa-circle:before {
  content: url("../../images/onschool/sort_correct.svg");
}
.temp-quiz3.temp_small #noidung_dapan .multichoice label.item-correct .label_bg .fa-circle:before {
  content: url("../../images/onschool/sort_correct.svg");
}
.temp-quiz3.temp_small .question-wrap .multichoice.answer-correct input:checked + label,
.temp-quiz3.temp_small .question-wrap .multichoice.answer-correct label.show-answer {
  border: 1px solid #0F9F6B;
  background: #f0fbf8;
}
.temp-quiz3.temp_small .question-wrap .multichoice.answer-correct input:checked + label .label_bg,
.temp-quiz3.temp_small .question-wrap .multichoice.answer-correct label.show-answer .label_bg {
  background: transparent;
}
.temp-quiz3.temp_small .question-wrap .multichoice.answer-correct input:checked + label .label_bg .fa-circle-o:before,
.temp-quiz3.temp_small .question-wrap .multichoice.answer-correct label.show-answer .label_bg .fa-circle-o:before {
  content: url("../../images/onschool/sort_correct.svg");
}
.temp-quiz3.temp_large .multichoice.answer-wrong input:checked + label .label_bg .fa-circle-o:before {
  content: url("../../images/onschool/sort_wrong.svg");
}
.temp-quiz3.temp_large .question-wrap .answer-wrong input:checked + label.item-correct .label_bg .fa-circle:before {
  content: url("../../images/onschool/sort_correct.svg");
}
.temp-quiz3.temp_large .question-wrap .multichoice.answer-correct input:checked + label {
  border: 1px solid #0F9F6B;
  background: #f0fbf8;
}
.temp-quiz3.temp_large .question-wrap .multichoice.answer-correct input:checked + label .label_bg {
  background: transparent;
}
.temp-quiz3.temp_large .question-wrap .multichoice.answer-correct input:checked + label .label_bg .fa-circle-o:before {
  content: url("../../images/onschool/sort_correct.svg");
}
.temp-quiz3.temp_large .multichoice input {
  position: absolute;
  left: -9999px;
}
.temp-quiz3.temp_large .multichoice label {
  display: flex;
  position: relative;
  margin: 10px 0;
  border: 1px solid #dadada;
  color: #282828;
  cursor: pointer;
  user-select: none;
  text-align: center;
  overflow: hidden;
  background: #fff;
}
.temp-quiz3.temp_large .multichoice label .label_content {
  padding: 10px 15px;
  width: calc(100% - 40px);
  -webkit-width: calc(100% - 40px);
  -moz-width: calc(100% - 40px);
  -o-width: calc(100% - 40px);
  min-height: 30px;
  text-align: justify;
  font-weight: normal;
}
.temp-quiz3.temp_large .multichoice label .label_bg {
  padding: 5px;
  width: 50px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.temp-quiz3.temp_large .multichoice label .label_bg .fa {
  color: #dadada;
  font-size: 16px;
}
.temp-quiz3.temp_large .multichoice input:checked + label {
  background-clip: padding-box;
  border: 1px solid #DA50F2;
  background-image: linear-gradient(to right, #ebe3fb, #ffe9fe);
}
.temp-quiz3.temp_large .multichoice input:checked + label .fa-circle-o:before {
  content: url("../../images/onschool/btn_radio.svg");
}
.temp-quiz3.temp_large .multichoice input:checked + label.checkbox-choice .fa-circle-o:before {
  content: url("../../images/onschool/btn_checked.svg");
}
.temp-quiz3.temp_large .multichoice input:checked + label .label_bg {
  background-color: transparent;
}
.temp-quiz3.temp_large .multichoice input:checked + label::before {
  background-color: transparent;
}
.temp-quiz3.temp_large .multichoice.answer-wrong input:checked + label {
  border: 1px solid #C90000;
  background: #fff1f2;
}
.temp-quiz3.temp_large .multichoice.answer-wrong input:checked + label .label_bg {
  background: #fff1f2;
}
.temp-quiz3.temp_large .multichoice.answer-wrong input:checked + label .label_bg .fa-circle:before {
  content: url("../../images/onschool/sort_wrong.svg");
}
.temp-quiz3.temp_large .question-wrap .answer-wrong input:checked + label.item-correct {
  border: 1px solid #0F9F6B;
  background: #f0fbf8;
}
.temp-quiz3.temp_large .question-wrap .answer-wrong input:checked + label.item-correct .label_bg {
  background: #f0fbf8;
}
.temp-quiz3.temp_large .question-wrap .answer-wrong input:checked + label.item-correct .label_bg .fa-circle:before {
  content: "\f00c";
}
.temp-quiz3.temp_large .question-wrap .answer-wrong label,
.temp-quiz3.temp_large .question-wrap .answer-correct label,
.temp-quiz3.temp_large .question-wrap .answer-wrong input,
.temp-quiz3.temp_large .question-wrap .answer-correct input {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  pointer-events: none;
}
.temp-quiz3.temp_large #noidung_dapan .multichoice label.item-correct {
  border: 1px solid #0F9F6B;
  background-color: #f0fbf8;
}
.temp-quiz3.temp_large #noidung_dapan .multichoice label.item-correct .label_bg {
  background: #f0fbf8;
}
.temp-quiz3.temp_large #noidung_dapan .multichoice label.item-correct .label_bg .fa-circle:before {
  content: url("../../images/onschool/sort_correct.svg");
}
.temp-quiz3.temp_large .question-wrap .multichoice.answer-correct input:checked + label {
  border: 1px solid #0F9F6B;
}
.temp-quiz3.temp_large .question-wrap .multichoice.answer-correct input:checked + label .label_bg {
  background: #f0fbf8;
}
/* quiz_4 */
.temp-quiz4 .question-wrap .info {
  overflow: hidden;
}
.temp-quiz4 #sortable_option {
  padding: 10px;
  background: linear-gradient(77.67deg, rgba(20, 0, 215, 0.1) -8.02%, rgba(218, 80, 242, 0.1) 109.14%);
  overflow: hidden;
}
.temp-quiz4 #sortable_option li {
  margin: 5px;
  padding: 3px 10px;
  font-size: 14px;
  float: left;
  cursor: pointer;
}
.temp-quiz4 .ui-sortable .ui-state-default {
  color: #333;
  font-weight: normal;
}
.temp-quiz4 .sortable {
  display: inline-block;
  list-style-type: none;
  vertical-align: middle;
  padding: 0;
  margin: 5px 0px 0;
  background: #fff;
  min-width: 120px;
  min-height: 30px;
  border: 1px solid #dadada;
}
.temp-quiz4 .sortable.normal {
  min-width: 120px;
}
.temp-quiz4 .sortable.normal li {
  min-width: 120px;
}
.temp-quiz4 .sortable.small {
  min-width: 60px;
}
.temp-quiz4 .sortable.small li {
  min-width: 60px;
}
.temp-quiz4 .sortable.large {
  min-width: 300px;
}
.temp-quiz4 .sortable.large li {
  min-width: 300px;
}
.temp-quiz4 .sortable li {
  margin: 3px;
  padding: 3px 10px;
  font-size: 14px;
  min-width: 120px;
}
.temp-quiz4 .sortable.answer-correct {
  background: #5ed249;
  border: 2px solid #5ed249;
}
.temp-quiz4 .sortable.answer-correct .ui-state-default {
  background: none;
  border: none;
  color: #fff;
}
.temp-quiz4 .sortable.answer-wrong {
  background: #ff0000;
  border: 2px solid #ff0000;
}
.temp-quiz4 li.default-none {
  display: none;
}
.temp-quiz4 .question-wrap .info .description .touch_punch_des {
  margin: 10px 0px;
}
.temp-quiz4 .question-wrap .info .description ul.correct {
  background: #5ed249;
  border: 2px solid #5ed249;
}
.temp-quiz4 .question-wrap .answer-correct {
  -webkit-padding-start: 0px;
}
.temp-quiz4 .question-wrap .description {
  width: 100%;
  overflow-x: auto;
}
.temp-quiz4 .answer-wrap ul.ui-sortable {
  background-color: #3cd80e;
  border-color: #3cd80e;
}
.temp-quiz4 .answer-wrap ul.ui-sortable li {
  background: none;
  border: none;
}
/* quiz_5 */
.temp-quiz5 .question-wrap .info {
  overflow: hidden;
}
.temp-quiz5 .question-wrap .description.form-group {
  margin: 20px 0px;
}
.temp-quiz5 .question-wrap .description .nav-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.temp-quiz5 .question-wrap .description .nav-tabs .nav-link {
  color: #333;
  white-space: nowrap;
}
.temp-quiz5 .question-wrap .description .tab-content {
  padding: 20px;
  border-top: 0px;
  overflow: hidden;
  font-size: 16px;
}
.temp-quiz5 .question-wrap .description .tab-content .content-img {
  border: 1px solid #DADADA;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px;
  margin: 20px 0px 10px 0px;
  max-width: 550px;
}
.temp-quiz5 .question-wrap .description .tab-content .content-img .item {
  position: relative;
}
.temp-quiz5 .question-wrap .description .tab-content .content-img img {
  width: 100%;
  max-height: 80px;
  border-radius: 20px;
  background: transparent;
}
.temp-quiz5 .question-wrap .description .tab-content .content-img .bg-item {
  position: absolute;
  left: 40%;
  top: 40%;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}
.temp-quiz5 .question-wrap .description .tab-content .content-img .bg-close {
  position: absolute;
  right: 0px;
  font-size: 16px;
  top: 0px;
  background: #f0ad4e;
  padding: 0px 6px;
  border-radius: 15px;
  color: #fff;
  z-index: 99;
  cursor: pointer;
}
.temp-quiz5 .question-wrap .description .tab-content .content-img .bg-opacity {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  cursor: pointer;
  border-radius: 20px;
}
.temp-quiz5 .question-wrap .description .tab-content .content-img .active .bg-opacity {
  background-color: rgba(0, 0, 0, 0);
}
.temp-quiz5 .question-wrap .description .tab-content .media-preview .media {
  text-align: center;
  padding: 15px 0px;
}
.temp-quiz5 .question-wrap .description .tab-content .btn.btn-remove {
  background: #f0ad4e;
  color: #fff;
  padding: 9px 15px;
  border-radius: 50%;
  position: absolute;
  opacity: 0.9;
}
.temp-quiz5 .question-wrap .description .tab-content .btn.btn-remove:hover {
  opacity: 1;
}
.temp-quiz5 .question-wrap .ud-s3upload {
  position: relative;
  display: inline-block;
}
.temp-quiz5 .question-wrap .ud-s3upload.loading_64:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  background: rgba(255, 255, 255, 0.8) url(../../images/loading_64.gif) no-repeat center;
}
.temp-quiz5 #error-submit {
  display: none;
}
/* quiz_6 */
.temp-quiz6 .question-wrap .info,
.temp-quiz6 .question-wrap .info {
  overflow: hidden;
}
.temp-quiz6 #sortable_option {
  padding: 10px;
  background: linear-gradient(77.67deg, rgba(20, 0, 215, 0.1) -8.02%, rgba(218, 80, 242, 0.1) 109.14%);
  overflow: hidden;
}
.temp-quiz6 #sortable_option li {
  margin: 5px;
  padding: 3px 10px;
  font-size: 14px;
  float: left;
  cursor: pointer;
}
.temp-quiz6 .sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  margin: -5px 5px 5px 5px;
  background: #fff;
  padding: 0px;
  min-width: 120px;
  min-height: 36px;
  border: 1px solid #dadada;
}
.temp-quiz6 .sortable.normal {
  min-width: 120px;
}
.temp-quiz6 .sortable.normal li {
  min-width: 120px;
}
.temp-quiz6 .sortable.small {
  min-width: 60px;
}
.temp-quiz6 .sortable.small li {
  min-width: 60px;
}
.temp-quiz6 .sortable.large {
  min-width: 300px;
}
.temp-quiz6 .sortable.large li {
  min-width: 300px;
}
.temp-quiz6 .sortable li {
  margin: 3px;
  padding: 3px 10px;
  font-size: 14px;
  min-width: 120px;
}
.temp-quiz6 .ui-sortable .ui-state-default {
  color: #333;
  font-weight: normal;
}
.temp-quiz6 li.default-none {
  display: none;
}
.temp-quiz6 .question-wrap .info .description .touch_punch_des,
.temp-quiz6 .question-wrap .info .description .touch_punch_des {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0px;
}
.temp-quiz6 .question-wrap .info .description ul.correct {
  background: #5ed249;
  border: 2px solid #5ed249;
}
.temp-quiz6 .question-wrap .answer-correct {
  -webkit-padding-start: 0px;
}
.temp-quiz6 .sortable.answer-correct {
  background: #5ed249;
  border: 2px solid #5ed249;
}
.temp-quiz6 .sortable.answer-wrong {
  background: #ff0000;
  border: 2px solid #ff0000;
}
.temp-quiz6 .sortable .point_wrong {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #f00;
  padding: 2px 8px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
}
.temp-quiz6 .sortable .point_correct {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #5ed249;
  padding: 2px 8px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
}
.question-wrap img {
  max-width: 100%;
}
.question-wrap .info {
  padding-top: 10px;
  padding-bottom: 10px;
}
.question-wrap .wrap-content {
  overflow-x: auto;
}
.question-wrap li.ui-state-default {
  position: relative;
}
.question-wrap .quiz-wrong,
.question-wrap .quiz-correct {
  display: flex;
  align-items: center;
}
.question-wrap .quiz-wrong img,
.question-wrap .quiz-correct img {
  width: auto;
}
.question-wrap .quiz-wrong strong,
.question-wrap .quiz-correct strong {
  font-size: 32px;
  line-height: 48px;
}
.question-wrap .quiz-wrong strong span,
.question-wrap .quiz-correct strong span {
  font-size: 48px;
}
.question-wrap img,
.answer-wrap img,
.explain-wrap img {
  max-width: 100%;
}
.question-wrap img[align="baseline"],
.answer-wrap img[align="baseline"],
.explain-wrap img[align="baseline"] {
  vertical-align: baseline;
}
.question-wrap img[align="text-bottom"],
.answer-wrap img[align="text-bottom"],
.explain-wrap img[align="text-bottom"] {
  vertical-align: text-bottom;
}
.question-wrap img[align="absmiddle"],
.answer-wrap img[align="absmiddle"],
.explain-wrap img[align="absmiddle"] {
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
}
.question-wrap table,
.answer-wrap table,
.explain-wrap table {
  width: auto;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 13px 13px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.quiz-option-circle {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-option-circle.bg-gray {
  border: 2px dashed #b5bbc8;
}
.quiz-option-circle.bg-aqua {
  border: 2px dashed #00a7d0;
  color: #fff;
}
.quiz-option-circle.bg-maroon {
  border: 2px dashed #ca195a ;
  color: #fff;
}
div.quiz-option-circle:hover {
  border: 2px solid #FF851B;
}
.bg-gray {
  background: #d2d6de;
}
.bg-aqua {
  background: #00c0ef;
  color: #fff;
}
.bg-maroon {
  background: #D81B60;
}
.is-invalid {
  border: 1px solid #0A246A;
  border-color: #D81B60;
}
@media (min-width: 576px) {
  #modalVideo .modal-dialog {
    max-width: 830px;
    height: 430px;
  }
}
.result-summary {
  text-align: center;
}
.result-summary .test-point {
  font-size: 40px;
  font-weight: 700;
  margin: 15px 0;
}
.result-summary .test-point span:first-child {
  font-weight: 900;
  font-size: 48px;
}
.result-summary .test-time {
  font-weight: 600;
  margin-left: 15px;
  padding-top: 20px;
}
.table-result {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  max-width: 800px;
  margin: 0 auto 15px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.table-result .cell {
  width: 25%;
}
.table-result .item {
  border: 1px solid #ddd;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 7px;
}
.table-result .item span {
  font-weight: 600;
}
.table-result .item .true-icon,
.table-result .item .false-icon {
  float: right;
  font-size: 18px;
}
.table-result .item .true-icon {
  color: #3cd80e;
}
.table-result .item .false-icon {
  color: #ff1f1f;
}
/*************************************/
@media (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1600px;
  }
}
@media (max-width: 991px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
/*********  GRID *****************/
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 480px) {
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}
.quiz-content .question-wrap,
.finishskill-wrap .question-wrap,
.complete_tlv .question-wrap,
.quiz-content .answer-wrap,
.finishskill-wrap .answer-wrap,
.complete_tlv .answer-wrap,
.quiz-content .explain-wrap,
.finishskill-wrap .explain-wrap,
.complete_tlv .explain-wrap {
  background: #FFFFFF;
  padding: 10px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.quiz-content #quiz-wrong,
.finishskill-wrap #quiz-wrong,
.complete_tlv #quiz-wrong {
  padding: 16px;
  gap: 26px;
  background: #F4CCCC;
  border-radius: 20px;
  margin-bottom: 26px;
}
.quiz-content #quiz-wrong img,
.finishskill-wrap #quiz-wrong img,
.complete_tlv #quiz-wrong img {
  margin-right: 20px;
}
.quiz-content #quiz-wrong h4,
.finishskill-wrap #quiz-wrong h4,
.complete_tlv #quiz-wrong h4 {
  color: #C90000;
  font-weight: 600;
  font-size: 26px;
}
.quiz-content #quiz-correct,
.finishskill-wrap #quiz-correct,
.complete_tlv #quiz-correct {
  padding: 16px;
  gap: 26px;
  background: #CFECE1;
  border-radius: 20px;
  margin-bottom: 26px;
}
.quiz-content #quiz-correct img,
.finishskill-wrap #quiz-correct img,
.complete_tlv #quiz-correct img {
  margin-right: 20px;
}
.quiz-content #quiz-correct h4,
.finishskill-wrap #quiz-correct h4,
.complete_tlv #quiz-correct h4 {
  color: #0F9F6B;
  font-weight: 600;
  font-size: 26px;
}
.quiz-content .quiz7-question .row,
.finishskill-wrap .quiz7-question .row,
.complete_tlv .quiz7-question .row {
  margin-right: 0px;
}
.quiz-content .quiz7-question .quiz7-question-header,
.finishskill-wrap .quiz7-question .quiz7-question-header,
.complete_tlv .quiz7-question .quiz7-question-header {
  border: 1px solid #dadada;
  background-color: #ecdef5;
  background-image: linear-gradient(to right, #1400d7, #da50f2);
  /* Mã màu gradient */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  line-height: 60px;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  color: #311FDC;
  text-align: center;
}
.quiz-content .quiz7-question .quiz7-question-header .col-3,
.finishskill-wrap .quiz7-question .quiz7-question-header .col-3,
.complete_tlv .quiz7-question .quiz7-question-header .col-3 {
  border-right: 1px solid #dadada;
}
.quiz-content .quiz7-question .quiz7-question-body .row,
.finishskill-wrap .quiz7-question .quiz7-question-body .row,
.complete_tlv .quiz7-question .quiz7-question-body .row {
  background-color: #fff;
  margin-right: -15px;
  border: 1px solid #dadada;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  color: #311FDC;
  text-align: center;
}
.quiz-content .quiz7-question .quiz7-question-body .row input[type=text],
.finishskill-wrap .quiz7-question .quiz7-question-body .row input[type=text],
.complete_tlv .quiz7-question .quiz7-question-body .row input[type=text] {
  height: 40px;
  border-color: #dadada;
}
.quiz-content .quiz7-question .quiz7-question-body .row input[type=text].dapan,
.finishskill-wrap .quiz7-question .quiz7-question-body .row input[type=text].dapan,
.complete_tlv .quiz7-question .quiz7-question-body .row input[type=text].dapan {
  border: 1px solid #dadada;
  border-radius: 4px;
}
.quiz-content .quiz7-question .quiz7-question-body .row .col-3,
.finishskill-wrap .quiz7-question .quiz7-question-body .row .col-3,
.complete_tlv .quiz7-question .quiz7-question-body .row .col-3 {
  border-right: 1px solid #dadada;
}
.quiz-content .quiz7-question .quiz7-question-body .row .col-3,
.finishskill-wrap .quiz7-question .quiz7-question-body .row .col-3,
.complete_tlv .quiz7-question .quiz7-question-body .row .col-3 {
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  padding-left: 4px;
  padding-right: 4px;
}
.quiz-content .quiz7-question .quiz7-question-body .row .col-9,
.finishskill-wrap .quiz7-question .quiz7-question-body .row .col-9,
.complete_tlv .quiz7-question .quiz7-question-body .row .col-9 {
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  padding-left: 4px;
  padding-right: 4px;
}
.quiz-content .question-wrap .nav.nav-tabs,
.finishskill-wrap .question-wrap .nav.nav-tabs,
.complete_tlv .question-wrap .nav.nav-tabs {
  display: flex;
  justify-content: center;
}
.quiz-content .question-wrap .nav.nav-tabs .nav-item .nav-link,
.finishskill-wrap .question-wrap .nav.nav-tabs .nav-item .nav-link,
.complete_tlv .question-wrap .nav.nav-tabs .nav-item .nav-link {
  font-size: 22px;
  font-weight: 600;
  color: #A1A1A1;
}
.quiz-content .question-wrap .nav.nav-tabs .nav-item .nav-link.active,
.finishskill-wrap .question-wrap .nav.nav-tabs .nav-item .nav-link.active,
.complete_tlv .question-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #311FDC;
  background-color: transparent;
  text-align: center;
  border: none;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(to right, #1400d7, #da50f2);
  border-image-slice: 1;
}
.quiz-content .question-wrap .correct,
.finishskill-wrap .question-wrap .correct,
.complete_tlv .question-wrap .correct {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px 16px 16px;
  gap: 16px;
  background: #F7FFFC;
  /* Xanh hoàn thành */
  border: 2px solid #0F9F6B;
  border-radius: 20px;
}
.quiz-content .question-wrap .correct .text-correct,
.finishskill-wrap .question-wrap .correct .text-correct,
.complete_tlv .question-wrap .correct .text-correct {
  font-weight: 700;
  font-size: 40px;
  color: #0F9F6B;
}
.quiz-content .question-wrap .wrong,
.finishskill-wrap .question-wrap .wrong,
.complete_tlv .question-wrap .wrong {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px 16px 16px;
  gap: 16px;
  background: #FFF7F7;
  /* Đỏ chưa hoàn thành */
  border: 2px solid #C90000;
  border-radius: 20px;
}
.quiz-content .question-wrap .wrong .text-wrong,
.finishskill-wrap .question-wrap .wrong .text-wrong,
.complete_tlv .question-wrap .wrong .text-wrong {
  font-weight: 700;
  font-size: 40px;
  color: #C90000;
}
.quiz-content .question-wrap .time,
.finishskill-wrap .question-wrap .time,
.complete_tlv .question-wrap .time {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px 16px 16px;
  gap: 16px;
  background: #F6F5FF;
  /* Đỏ chưa hoàn thành */
  border: 2px solid #311FDC;
  border-radius: 20px;
  min-height: 131px;
}
.quiz-content .question-wrap .time .text-time,
.finishskill-wrap .question-wrap .time .text-time,
.complete_tlv .question-wrap .time .text-time {
  font-weight: 700;
  font-size: 40px;
  color: #311FDC;
}
.modal-dialog {
  margin-top: 200px;
}
.modal-dialog .modal-header {
  background: transparent;
  border: none;
}
.modal-dialog .modal-header .close {
  opacity: 0.9;
}
.modal-dialog .modal-header .close img {
  position: relative;
  right: -34px;
  top: -26px;
}
.modal-dialog .modal-body h5 {
  font-size: 32px;
  font-weight: 900;
  background: linear-gradient(to right, #ff00cc, #3333ff);
  -webkit-background-clip: text;
  /* Safari */
  -webkit-text-fill-color: transparent;
  /* Safari */
  background-clip: text;
  text-fill-color: transparent;
}
.modal-dialog .modal-body .row {
  margin: 7px 0px;
}
.modal-dialog .modal-body .btn-warning {
  background: linear-gradient(80.52deg, rgba(20, 0, 215, 0.1) 3.78%, rgba(218, 80, 242, 0.1) 91.83%);
  border-radius: 30px;
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  min-width: 180px;
  color: #311FDC;
  margin: 0px 6px;
}
.modal-dialog .modal-body .btn-danger {
  background: linear-gradient(77.67deg, #1400d7 -8.02%, #da50f2 109.14%);
  border-radius: 30px;
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  min-width: 180px;
  color: #fff;
  margin: 0px 6px;
}
.modal-dialog .icon-dialog {
  position: absolute;
  top: -100px;
  left: 25%;
}
.practice-finish-tlv .finishskill-wrap header,
.practice-finish-ppt .finishskill-wrap header,
.practice-finish .finishskill-wrap header {
  background-image: url("../../images/onschool/bg-finish-tlv.svg");
}
.practice-finish-tlv .finishskill-wrap .finish-quiz-level,
.practice-finish-ppt .finishskill-wrap .finish-quiz-level,
.practice-finish .finishskill-wrap .finish-quiz-level {
  display: block;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.practice-finish-tlv .finishskill-wrap footer,
.practice-finish-ppt .finishskill-wrap footer,
.practice-finish .finishskill-wrap footer {
  background-color: #fff;
  border-radius: 20px;
  padding: 16px;
  margin-bottom: 20px;
}
.practice-finish-tlv .finishskill-wrap footer .container-fluid .btn-submit,
.practice-finish-ppt .finishskill-wrap footer .container-fluid .btn-submit,
.practice-finish .finishskill-wrap footer .container-fluid .btn-submit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.practice-finish-tlv .finishskill-wrap footer .container-fluid .btn-submit .btn-custom-primary,
.practice-finish-ppt .finishskill-wrap footer .container-fluid .btn-submit .btn-custom-primary,
.practice-finish .finishskill-wrap footer .container-fluid .btn-submit .btn-custom-primary {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 128px;
  gap: 8px;
  width: 358px;
  background: #00B2EA;
  border-radius: 30px;
}
.finishskill-wrap header {
  background-image: url("../../images/onschool/bg-finish-skill.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
  padding: 0px;
  min-height: 368px;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
}
.finishskill-wrap header.report {
  background-image: url("../../images/onschool/bg-report-skill.svg");
  background-size: cover;
  background-position: top right;
}
.finishskill-wrap header h3.title {
  text-align: center;
}
.finishskill-wrap #highchart-finish .highcharts-container {
  border-radius: 20px;
}
.finishskill-wrap .finish-quiz-level {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.finishskill-wrap .finish-quiz-level .btn-custom-warning {
  align-items: center;
  padding: 12px 128px;
  gap: 8px;
  background: #F59300;
  border-radius: 30px;
}
.finishskill-wrap .finish-quiz-level .btn-custom-danger {
  align-items: center;
  padding: 12px 128px;
  gap: 8px;
  background: #C90000;
  border-radius: 30px;
}
.drop-zone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 26px;
  min-height: 278px;
  border: 2px dashed #DADADA;
  border-radius: 20px;
  font-size: 16px;
  max-width: 550px;
}
.drop-zone p {
  padding: 10px;
  text-align: center;
}
.drop-zone.active {
  border-color: #000;
  color: #000;
}
/*********************************
========= COMPLETE SKILL ========
*********************************/
.complete-wrap header {
  background: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 25px;
  padding: 30px 8px 30px 8px;
}
.complete-wrap header .skill-name h3.title {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.complete-wrap .container-fluid {
  padding: 0px;
}
.complete-wrap .container-fluid .wrapper {
  padding: 0px;
}
.complete-wrap .header {
  padding: 30px 16px;
  flex-direction: column;
  position: relative;
  align-items: center;
  gap: 16px;
  border-radius: 20px 20px 0px 0px;
  background: var(--gra, linear-gradient(26deg, #1400d7 0%, #da50f2 100%));
}
.complete-wrap .header h3 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.complete-wrap .header img.icon-cup {
  position: absolute;
  top: -105px;
  right: 15px;
}
.complete-wrap .step {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  margin: 20px 0px;
}
.complete-wrap .step .col-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  color: #000;
  padding: 10px;
  width: 200px;
}
.complete-wrap .step .col-header .fa-star {
  color: #F3CC30;
}
.complete-wrap .step.level-1 .col-header {
  background: url(../../images/onschool/khoi-dong.svg) no-repeat left;
  padding-left: 60px;
}
.complete-wrap .step.level-2 .col-header {
  background: url(../../images/onschool/tang-toc.svg) no-repeat left;
  padding-left: 60px;
}
.complete-wrap .step.level-3 .col-header {
  background: url(../../images/onschool/hoan-thien.svg) no-repeat left;
  padding-left: 60px;
}
.complete-wrap .step.level-4 .col-header {
  background: url(../../images/onschool/ve-dich.svg) no-repeat left;
  padding-left: 60px;
}
.complete-wrap .step:last-child {
  margin-bottom: 0;
}
.complete-wrap .step .col-body {
  width: 100%;
}
.complete-wrap .step .col-label {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 10px 5px;
}
.complete-wrap .step .col-label label {
  width: 25%;
}
.complete-wrap .step .col-label label span {
  padding-left: 5px;
  vertical-align: middle;
}
.complete-wrap .step .col-detail {
  padding: 5px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.complete-wrap .step .col-detail > div {
  width: 25%;
}
.complete-wrap .step .col-item {
  font-size: 1.5rem;
}
.complete-wrap .step .star {
  font-size: 1.75rem;
}
.complete-wrap .step .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.complete-wrap .step .nav-tabs li {
  width: 100%;
}
.complete-wrap .step .nav-tabs li a {
  display: block;
  color: #282828;
  padding: 5px 10px;
}
.complete-wrap .step .nav-tabs li a.active {
  background-color: #ddd;
}
.complete-wrap .step .nav-tabs li i {
  margin-right: 5px;
}
.complete-wrap .step .nav-tabs li.resolved i {
  color: #00ff00;
}
.complete-wrap .step .tab-content {
  text-align: left;
}
.complete-wrap .step .tab-content .tab-pane {
  padding: 10px;
}
.complete-wrap .step .tab-content .tab-pane img {
  max-width: 100%;
}
.complete-wrap .step .tab-content .explain-wrap .teacher-info {
  margin-bottom: 6px;
}
.complete-wrap .step .tab-content .explain-wrap .content {
  padding-right: 10px;
  padding-left: 10px;
}
.complete-wrap .step .note {
  text-align: left;
  padding: 3px 10px;
  font-size: .8125rem;
}
.complete-wrap .step .note strong {
  text-decoration: underline;
}
.complete-wrap .step .note span {
  margin: 0 3px;
}
.complete-wrap .step .note .resolved i {
  color: #00ff00;
}
.complete-wrap .step .questions-wrap {
  margin-bottom: 10px;
}
.complete-wrap .step .btn-viewmore {
  color: #f5643d;
  font-style: italic;
}
.complete-wrap .step .btn-viewmore:hover {
  text-decoration: underline;
}
.complete-wrap .step img {
  min-width: 62px;
  margin: auto;
}
.questions-wrap .list-report-quizs .answer-wrap,
.questions-wrap .list-report-quizs .explain-wrap {
  display: block;
}
