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,
.ranking-wrap::-webkit-scrollbar-track,
.addon-wrap .friends-wrap::-webkit-scrollbar-track,
.addon-wrap .request-wrap::-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,
.ranking-wrap::-webkit-scrollbar,
.addon-wrap .friends-wrap::-webkit-scrollbar,
.addon-wrap .request-wrap::-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,
.ranking-wrap::-webkit-scrollbar-thumb,
.addon-wrap .friends-wrap::-webkit-scrollbar-thumb,
.addon-wrap .request-wrap::-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 h5.modal-title {
  font-size: 32px;
  font-weight: 900;
  background: linear-gradient(to right, #ff00cc, #3333ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#myModalUserStar .show_star {
  padding: 10px 20px;
  margin: 16px auto 0;
  width: 280px;
  text-align: center;
  font-size: 46px;
  color: #282828;
  border-radius: 10px;
}
#myModalUserStar .show_star i {
  color: #ffda00;
}
#myModalUserStar .modal-dialog {
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-top: 10%;
  color: #282828;
}
#myModalUserStar .modal-dialog .close {
  background: #dadada;
  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: 5%;
  top: -116px;
  z-index: 2;
}
#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 0px 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;
  padding: 23px;
}
#myModalUserStar .modal-footer .msg_star {
  font-size: 16px;
  font-weight: 500;
}
#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);
}
/*********************************
*	MAP
* 0. Global
*	1. Login
* 2.
* 3. Report
* 4.
*********************************/
/*********************************
============ 0. Global ============
*********************************/
body {
  background-color: #F7F7F7;
  min-height: 100vh;
}
.body-fixed {
  height: 100vh;
  overflow: hidden;
}
.lk-wrapper {
  max-height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.lk-wrapper::-webkit-scrollbar {
  display: none;
}
.lk-wrapper #main .main-box {
  width: auto;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px 15px;
}
.lk-wrapper #main .main-box.classroom-index {
  background: transparent;
}
.lk-wrapper #main .main-box.classroom-subject {
  min-height: 750px;
}
.lk-wrapper #main .main-box.tutor {
  padding: 0px;
}
.lk-wrapper #main .main-box.tutor.tutor-tong-hop {
  padding: 30px 15px;
}
.lk-wrapper #main .main-box h3 {
  font-weight: 600;
  color: #282828;
}
.lk-wrapper #main .main-box h3.title {
  color: #311FDC;
}
.filter-box {
  margin-bottom: 15px;
  overflow: hidden;
}
.filter-box form {
  display: flex;
}
.filter-box [class*=lk-icon] {
  background-color: #26acdf;
  border-radius: 18px;
}
.filter-box [class*=lk-icon] + div {
  margin-left: 15px;
}
.filter-box [class*=lk-icon] select {
  border: none;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  -webkit-appearance: none;
  font-size: 0.875rem;
}
.filter-box [class*=lk-icon] select:focus {
  box-shadow: none;
}
.filter-box [class*=lk-icon] select option {
  color: #555;
}
.tooltip[x-placement="top"] .arrow:before {
  border-top-color: #f5f5f5;
}
.tooltip[x-placement="bottom"] .arrow:before {
  border-bottom-color: #f5f5f5;
}
.tooltip[x-placement="right"] .arrow:before {
  border-right-color: #f5f5f5;
}
.tooltip[x-placement="left"] .arrow:before {
  border-left-color: #f5f5f5;
}
.tooltip-inner {
  background-color: #f5f5f5;
}
.videoweek-wrap {
  background-color: #a0ebff;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: .25rem;
}
.videoweek-wrap > .row {
  align-items: flex-end;
  margin-bottom: 10px;
}
.videoweek-wrap .progress {
  height: 23px;
  background: #fff;
}
.videoweek-wrap .progress .progress-bar {
  color: #ffc107;
}
.videoweek-wrap .listVideo {
  background-color: #fff;
  padding: 10px 0;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
}
.videoweek-wrap .listVideo > div {
  margin: 2px 0;
}
.videoweek-wrap button {
  padding-right: 0;
  padding-left: 0;
}
.videoweek-wrap button.null {
  background-color: #ccc;
  border-color: #ccc;
  box-shadow: none;
}
/*********************************
============ 2. Room ============
*********************************/
.lk-room #header {
  position: relative;
  z-index: 2;
}
.lk-room #header .header-left {
  position: relative;
}
.lk-room #header .header-left .backlink {
  margin-top: 10px;
}
.lk-room #header .header-left .backlink .btn-custom {
  font-size: 12px;
  font-weight: bold;
}
.lk-room #header .header-left .backlink .btn-custom.btn-custom-danger {
  background: #26acdf;
  border-color: #26acdf;
}
.lk-room #header .header-left .backlink .btn-custom.btn-custom-danger .fa-circle {
  color: #26acdf;
}
.lk-room #header .header-left .backlink .btn-custom.btn-custom-danger .fa-circle.fa-stack-2x {
  font-size: 0px;
}
.lk-room #header .header-left .backlink .btn-custom.btn-custom-danger .fa-inverse {
  color: #FFFFFF;
  font-weight: bold;
}
.lk-room #header .header-left .backlink .btn-custom .fa-stack {
  margin: 0px;
  width: 22px;
  height: 22px;
  line-height: 20px;
}
.lk-room #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;
}
.lk-room #header .header-right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.lk-room #header .header-right .col-left {
  color: #2a3680;
  line-height: 1.2;
}
.lk-room #header .header-right .col-left > div {
  text-align: left;
}
.lk-room #header .header-right .col-left p,
.lk-room #header .header-right .col-left a {
  /*
					&:before {
						content: "";
						.size(0,0);
						border-top-color: transparent;
						border-bottom-color: transparent;
						border-style: solid;
					}
					 */
}
.lk-room #header .header-right .col-left .student-name {
  position: relative;
}
.lk-room #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);
						}
						 */
}
.lk-room #header .header-right .col-left .register-parent a {
  padding: 0px 4px;
  color: #282828;
  display: inline-block;
  position: relative;
  font-size: 13px;
}
.lk-room #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;
}
.lk-room #header .header-right .col-left .logout a {
  padding: 0px 4px;
  color: #282828;
  display: inline-block;
  position: relative;
  font-size: 13px;
}
.lk-room #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;
}
.lk-room #header .header-right .col-right {
  /*background-color: tomato;*/
}
.lk-room #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;
}
.lk-room #header .header-right .col-right .bottom span {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 3px;
}
.lk-room #header .header-right .col-right .bottom div {
  display: inline-block;
}
.lk-room #header .header-right .col-right .bottom i {
  font-size: 14px;
}
.lk-room #header .dropdown-toggle {
  background: linear-gradient(77.67deg, #1400d7 -8.02%, #da50f2 109.14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}
.lk-room #header .dropdown-toggle::after {
  display: none;
}
.lk-room #header .avatar {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
}
.lk-room #header .avatar a {
  position: relative;
  display: block;
  max-height: 100%;
}
.lk-room #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;
}
.lk-room #header .avatar a:hover span,
.lk-room #header .avatar a:focus span {
  opacity: 1;
  font-size: 1rem;
}
.lk-room #header .avatar img {
  width: 60px;
  height: 60px;
}
.lk-room #header .mobile-menu {
  display: none;
}
.lk-room #header .mobile-menu .dropdown-menu {
  font-size: 0.875rem;
}
.lk-room #header .mobile-menu .dropdown-item {
  padding-right: 1rem;
  padding-left: 1rem;
}
.lk-room .room-index .box {
  margin-bottom: 16px;
  padding-right: 8px;
  padding-left: 8px;
}
.lk-room .room-index .box.null {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.lk-room .room-index .box .btn-custom {
  font-size: 16px;
  font-weight: bold;
  background-color: #26acdf;
  border: 1px solid #26acdf;
  border-radius: 8px;
}
.lk-room .room-index .box .btn-custom .fa-2x {
  margin-left: 10px;
}
.lk-room .room-index .box .fa-circle {
  color: #26acdf;
}
.lk-room .room-index .box .fa-inverse {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
}
.lk-room .room-index .wrap {
  padding: 28px 50px;
  background: #fff;
  border-radius: 20px;
  min-height: 200px;
  /*
			.transition(background-color .3s);
			&:hover {
				background-color: #f5f5f5
			}
			*/
}
.lk-room .room-index .wrap .col-9 > a {
  display: flex;
  align-items: center;
}
.lk-room .room-index .wrap .col-3 {
  text-align: right;
}
.lk-room .room-index .wrap .symbol {
  float: left;
  margin-right: 15px;
}
.lk-room .room-index .wrap .desc {
  color: #282828;
}
.lk-room .room-index .wrap .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;
  margin-top: 16px;
}
.room-nav {
  text-align: center;
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  height: 80px;
}
.room-nav ul {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  display: flex;
}
.room-nav ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 15px;
  white-space: nowrap;
}
.room-nav ul li img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.room-nav ul li > a span {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.room-nav ul li > span {
  background-color: red;
  color: #fff;
  text-align: center;
  z-index: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  line-height: 1;
  position: absolute;
  top: -6px;
  right: 10px;
  bottom: auto;
  left: auto;
  padding: 2px 5px;
}
.room-nav ul li > span[data-count="0"] {
  display: none;
}
.room-detail {
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 15px;
  margin-bottom: 15px;
}
.room-detail .box .title {
  border-radius: 0 0 0 30px;
  -webkit-border-radius: 0 0 0 30px;
  -moz-border-radius: 0 0 0 30px;
  position: relative;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-end;
}
.room-detail .box .title img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  vertical-align: bottom;
  z-index: 1;
}
.room-detail .box .title span {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
}
.room-detail .box .title:after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  -webkit-width: calc(100% - 30px);
  -moz-width: calc(100% - 30px);
  -o-width: calc(100% - 30px);
  height: 1px;
  margin-left: 40px;
}
.room-detail .box.basic {
  margin-bottom: 15px;
}
.room-detail .box.basic .title:after {
  background: linear-gradient(to right, #f06060, #ffffff);
}
.room-detail .box.mission .title:after {
  background: linear-gradient(to right, #3fb2cf, #ffffff);
}
.room-detail .box.advanced .title:after {
  background: linear-gradient(to right, #68d593, #ffffff);
}
.room-detail .box.test .title:after {
  background: linear-gradient(to right, #84dbff, #ffffff);
}
.room-detail .box.homework .title:after {
  background: linear-gradient(to right, #e56452, #ffffff);
}
.room-detail ul li {
  text-align: center;
}
.room-detail ul li > a {
  display: block;
  margin-bottom: 10px;
}
.room-detail ul li > a span {
  font-weight: 500;
  color: #353535;
  margin-top: 5px;
}
.room-detail ul li > a img {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto 5px;
}
.room-detail ul li.null img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.subject-wrap {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.subject-wrap .subject-name,
.subject-wrap .misssion-name {
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 15px;
}
.subject-wrap .subject-content {
  padding: 30px;
}
.subject-wrap .subject-content .skill-wrap h5 {
  background: url(../../images/onschool/line-gradient.png) no-repeat left bottom;
  padding-bottom: 8px;
}
.subject-wrap .subject-content .skill-wrap h5.text-danger {
  color: #282828 !important;
  font-weight: 600;
  border-bottom: none !important;
}
.subject-wrap .subject-content .skill-wrap h5 button.btn-danger {
  background-color: #26acdf;
  border-color: #26acdf;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.subject-wrap .skill-item {
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 13px;
}
.subject-wrap .skill-item > img {
  max-width: 36px;
  margin-right: 7px;
  float: left;
}
.subject-wrap .skill-item .skill-name {
  margin-bottom: 2px;
}
.subject-wrap .skill-item .skill-name a {
  font-weight: 500;
  font-size: 18px;
  color: #311FDC;
}
.subject-wrap .skill-item .skill-name a:hover {
  color: #26acdf;
}
.subject-wrap .skill-item .skill-progress *,
.subject-wrap .skill-item .skill-progress *:before,
.subject-wrap .skill-item .skill-progress *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.subject-wrap .skill-item .skill-progress {
  margin-right: 8px;
  float: left;
  font-size: 18px;
  width: 50px;
  height: 50px;
  border: double 1px 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;
  display: inline-block;
}
.subject-wrap .skill-item .skill-progress span {
  width: 100%;
  z-index: 1;
  display: block;
  text-align: center;
  white-space: nowrap;
  line-height: 49px;
  font-size: 18px;
  font-weight: 700;
  color: #311FDC;
}
.subject-wrap .skill-item .skill-progress .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.subject-wrap .skill-item .skill-progress .slice .bar {
  position: absolute;
  border: .08em solid #ff8100;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.subject-wrap .skill-item .skill-progress.p51 .slice,
.subject-wrap .skill-item .skill-progress.p52 .slice,
.subject-wrap .skill-item .skill-progress.p53 .slice,
.subject-wrap .skill-item .skill-progress.p54 .slice,
.subject-wrap .skill-item .skill-progress.p55 .slice,
.subject-wrap .skill-item .skill-progress.p56 .slice,
.subject-wrap .skill-item .skill-progress.p57 .slice,
.subject-wrap .skill-item .skill-progress.p58 .slice,
.subject-wrap .skill-item .skill-progress.p59 .slice,
.subject-wrap .skill-item .skill-progress.p60 .slice,
.subject-wrap .skill-item .skill-progress.p61 .slice,
.subject-wrap .skill-item .skill-progress.p62 .slice,
.subject-wrap .skill-item .skill-progress.p63 .slice,
.subject-wrap .skill-item .skill-progress.p64 .slice,
.subject-wrap .skill-item .skill-progress.p65 .slice,
.subject-wrap .skill-item .skill-progress.p66 .slice,
.subject-wrap .skill-item .skill-progress.p67 .slice,
.subject-wrap .skill-item .skill-progress.p68 .slice,
.subject-wrap .skill-item .skill-progress.p69 .slice,
.subject-wrap .skill-item .skill-progress.p70 .slice,
.subject-wrap .skill-item .skill-progress.p71 .slice,
.subject-wrap .skill-item .skill-progress.p72 .slice,
.subject-wrap .skill-item .skill-progress.p73 .slice,
.subject-wrap .skill-item .skill-progress.p74 .slice,
.subject-wrap .skill-item .skill-progress.p75 .slice,
.subject-wrap .skill-item .skill-progress.p76 .slice,
.subject-wrap .skill-item .skill-progress.p77 .slice,
.subject-wrap .skill-item .skill-progress.p78 .slice,
.subject-wrap .skill-item .skill-progress.p79 .slice,
.subject-wrap .skill-item .skill-progress.p80 .slice,
.subject-wrap .skill-item .skill-progress.p81 .slice,
.subject-wrap .skill-item .skill-progress.p82 .slice,
.subject-wrap .skill-item .skill-progress.p83 .slice,
.subject-wrap .skill-item .skill-progress.p84 .slice,
.subject-wrap .skill-item .skill-progress.p85 .slice,
.subject-wrap .skill-item .skill-progress.p86 .slice,
.subject-wrap .skill-item .skill-progress.p87 .slice,
.subject-wrap .skill-item .skill-progress.p88 .slice,
.subject-wrap .skill-item .skill-progress.p89 .slice,
.subject-wrap .skill-item .skill-progress.p90 .slice,
.subject-wrap .skill-item .skill-progress.p91 .slice,
.subject-wrap .skill-item .skill-progress.p92 .slice,
.subject-wrap .skill-item .skill-progress.p93 .slice,
.subject-wrap .skill-item .skill-progress.p94 .slice,
.subject-wrap .skill-item .skill-progress.p95 .slice,
.subject-wrap .skill-item .skill-progress.p96 .slice,
.subject-wrap .skill-item .skill-progress.p97 .slice,
.subject-wrap .skill-item .skill-progress.p98 .slice,
.subject-wrap .skill-item .skill-progress.p99 .slice,
.subject-wrap .skill-item .skill-progress.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}
.subject-wrap .skill-item .skill-progress.p51 .fill,
.subject-wrap .skill-item .skill-progress.p52 .fill,
.subject-wrap .skill-item .skill-progress.p53 .fill,
.subject-wrap .skill-item .skill-progress.p54 .fill,
.subject-wrap .skill-item .skill-progress.p55 .fill,
.subject-wrap .skill-item .skill-progress.p56 .fill,
.subject-wrap .skill-item .skill-progress.p57 .fill,
.subject-wrap .skill-item .skill-progress.p58 .fill,
.subject-wrap .skill-item .skill-progress.p59 .fill,
.subject-wrap .skill-item .skill-progress.p60 .fill,
.subject-wrap .skill-item .skill-progress.p61 .fill,
.subject-wrap .skill-item .skill-progress.p62 .fill,
.subject-wrap .skill-item .skill-progress.p63 .fill,
.subject-wrap .skill-item .skill-progress.p64 .fill,
.subject-wrap .skill-item .skill-progress.p65 .fill,
.subject-wrap .skill-item .skill-progress.p66 .fill,
.subject-wrap .skill-item .skill-progress.p67 .fill,
.subject-wrap .skill-item .skill-progress.p68 .fill,
.subject-wrap .skill-item .skill-progress.p69 .fill,
.subject-wrap .skill-item .skill-progress.p70 .fill,
.subject-wrap .skill-item .skill-progress.p71 .fill,
.subject-wrap .skill-item .skill-progress.p72 .fill,
.subject-wrap .skill-item .skill-progress.p73 .fill,
.subject-wrap .skill-item .skill-progress.p74 .fill,
.subject-wrap .skill-item .skill-progress.p75 .fill,
.subject-wrap .skill-item .skill-progress.p76 .fill,
.subject-wrap .skill-item .skill-progress.p77 .fill,
.subject-wrap .skill-item .skill-progress.p78 .fill,
.subject-wrap .skill-item .skill-progress.p79 .fill,
.subject-wrap .skill-item .skill-progress.p80 .fill,
.subject-wrap .skill-item .skill-progress.p81 .fill,
.subject-wrap .skill-item .skill-progress.p82 .fill,
.subject-wrap .skill-item .skill-progress.p83 .fill,
.subject-wrap .skill-item .skill-progress.p84 .fill,
.subject-wrap .skill-item .skill-progress.p85 .fill,
.subject-wrap .skill-item .skill-progress.p86 .fill,
.subject-wrap .skill-item .skill-progress.p87 .fill,
.subject-wrap .skill-item .skill-progress.p88 .fill,
.subject-wrap .skill-item .skill-progress.p89 .fill,
.subject-wrap .skill-item .skill-progress.p90 .fill,
.subject-wrap .skill-item .skill-progress.p91 .fill,
.subject-wrap .skill-item .skill-progress.p92 .fill,
.subject-wrap .skill-item .skill-progress.p93 .fill,
.subject-wrap .skill-item .skill-progress.p94 .fill,
.subject-wrap .skill-item .skill-progress.p95 .fill,
.subject-wrap .skill-item .skill-progress.p96 .fill,
.subject-wrap .skill-item .skill-progress.p97 .fill,
.subject-wrap .skill-item .skill-progress.p98 .fill,
.subject-wrap .skill-item .skill-progress.p99 .fill,
.subject-wrap .skill-item .skill-progress.p100 .fill {
  position: absolute;
  border: .08em solid #ff8100;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.subject-wrap .skill-item .skill-status {
  color: #ffa500;
  padding-left: 40px;
  font-size: 96%;
}
.subject-wrap .skill-item .skill-status .null {
  color: #999;
}
.week-nav {
  margin-bottom: 10px;
}
.week-nav > span {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  width: 70px;
  height: 35px;
  line-height: 35px;
  text-align: left;
  color: #fff;
  background-color: #26acdf;
  font-size: 1.125rem;
  float: left;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-right: 6px;
}
.week-nav .list {
  overflow: auto;
}
.week-nav .list::-webkit-scrollbar {
  display: none;
}
.week-nav ul {
  display: flex;
  vertical-align: middle;
  overflow-x: auto;
  padding-bottom: 4px;
}
.week-nav ul::-webkit-scrollbar {
  height: 6px;
}
.week-nav ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.week-nav ul::-webkit-scrollbar-thumb {
  background-color: orange;
  border-radius: 10px;
}
.week-nav ul li a {
  display: block;
  padding: 5px 10px;
  font-size: 1rem;
  height: 35px;
  line-height: 25px;
  text-align: center;
  color: #26acdf;
  background-color: #FFFFFF;
  margin-right: 6px;
  border: 1px solid #26acdf;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  width: 34px;
}
.week-nav ul li.null a {
  background-color: #eaeaea;
  color: #bbbbbb;
  border: none;
}
.week-nav ul li.active a {
  background-color: #26acdf;
  color: #FFFFFF;
}
.week-nav ul li a:hover,
.week-nav ul li a:focus {
  color: #fff;
  background-color: tomato;
}
.week-nav ul li.text-dark a {
  color: #26acdf;
  background-color: #FFFFFF;
  border: 1px solid #26acdf;
}
.week-nav ul li.waitActive {
  min-width: calc(100%/12);
}
.week-nav ul li.waitActive a {
  color: #bbbbbb;
  background-color: #eaeaea;
  border: none;
}
.test-box {
  max-width: 600px;
  border: 1px solid #0fabcd;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  text-align: center;
  margin: 0 auto;
}
.test-box header {
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.test-box header img {
  margin-right: 15px;
}
.test-box header h3 {
  margin-top: 0;
  font-weight: 500;
}
.test-box header p {
  font-size: 1rem;
}
.test-box .progress {
  height: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  line-height: 30px;
  position: relative;
  margin-bottom: 15px;
}
.test-box .progress .notice {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  white-space: nowrap;
}
.test-box .button-test {
  margin-bottom: 15px;
  display: none;
}
.test-box .button-test.open {
  display: inline-block;
}
.test-box .countdown-test {
  display: inline-block;
  color: #fff;
}
.test-box .countdown-test.waiting {
  background-color: #0fabcd;
  padding: 4px 6px;
}
/*********************************
============ 3. Report ==========
*********************************/
.report-menu,
.addon-wrap .addon-menu {
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}
.report-menu .list,
.addon-wrap .addon-menu .list {
  overflow: auto;
}
.report-menu ul,
.addon-wrap .addon-menu ul {
  display: inline-flex;
  align-items: flex-end;
}
.report-menu ul li,
.addon-wrap .addon-menu ul li {
  white-space: nowrap;
  position: relative;
}
.report-menu ul li:after,
.addon-wrap .addon-menu ul li:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
  left: auto;
  width: 1px;
  display: block;
  background-color: #fff;
}
.report-menu ul li > a,
.report-menu ul li > span,
.addon-wrap .addon-menu ul li > a,
.addon-wrap .addon-menu ul li > span {
  display: block;
  background-color: #282828;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 12px;
  line-height: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.report-menu ul li > a:hover,
.report-menu ul li > span:hover,
.report-menu ul li > a:focus,
.report-menu ul li > span:focus,
.addon-wrap .addon-menu ul li > a:hover,
.addon-wrap .addon-menu ul li > span:hover,
.addon-wrap .addon-menu ul li > a:focus,
.addon-wrap .addon-menu ul li > span:focus {
  color: #333;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  padding-top: 7px;
}
.report-menu ul li:first-child > a,
.report-menu ul li:first-child > span,
.addon-wrap .addon-menu ul li:first-child > a,
.addon-wrap .addon-menu ul li:first-child > span {
  border-radius: 14px 0 0 0;
  -webkit-border-radius: 14px 0 0 0;
  -moz-border-radius: 14px 0 0 0;
}
.report-menu ul li:first-child > a:hover,
.report-menu ul li:first-child > span:hover,
.report-menu ul li:first-child > a:focus,
.report-menu ul li:first-child > span:focus,
.addon-wrap .addon-menu ul li:first-child > a:hover,
.addon-wrap .addon-menu ul li:first-child > span:hover,
.addon-wrap .addon-menu ul li:first-child > a:focus,
.addon-wrap .addon-menu ul li:first-child > span:focus {
  border-top-right-radius: 5px;
}
.report-menu ul li:last-child:after,
.addon-wrap .addon-menu ul li:last-child:after {
  display: none;
}
.report-menu ul li:last-child > a,
.report-menu ul li:last-child > span,
.addon-wrap .addon-menu ul li:last-child > a,
.addon-wrap .addon-menu ul li:last-child > span {
  border-radius: 0 14px 0 0;
  -webkit-border-radius: 0 14px 0 0;
  -moz-border-radius: 0 14px 0 0;
}
.report-menu ul li:last-child > a:hover,
.report-menu ul li:last-child > span:hover,
.report-menu ul li:last-child > a:focus,
.report-menu ul li:last-child > span:focus,
.addon-wrap .addon-menu ul li:last-child > a:hover,
.addon-wrap .addon-menu ul li:last-child > span:hover,
.addon-wrap .addon-menu ul li:last-child > a:focus,
.addon-wrap .addon-menu ul li:last-child > span:focus {
  border-top-left-radius: 5px;
}
.report-menu ul li.active > a,
.report-menu ul li.active > span,
.addon-wrap .addon-menu ul li.active > a,
.addon-wrap .addon-menu ul li.active > span {
  color: #333;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  padding-top: 7px;
}
.report-menu ul li.divider,
.addon-wrap .addon-menu ul li.divider {
  width: 1px;
  height: 15px;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 1px solid #fff;
}
.report-wrap {
  background-color: #fff;
  padding: 15px;
  margin: 0 auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.report-wrap .report-student table thead tr th {
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center 10px;
  background-color: #6bcaee;
  border-color: #89d6f3;
  color: #fff;
}
.report-wrap .report-student table thead tr th img {
  max-width: 32px;
  margin-right: 5px;
  vertical-align: middle;
}
.report-wrap .filter-box [class*=lk-icon] {
  float: left;
}
.report-wrap .bd-callout {
  margin-top: 0;
}
.report-wrap .profile {
  padding-top: 10px;
  background-color: #fff;
}
.report-wrap .profile h3 {
  margin-top: 0;
}
.report-wrap .profile h3 span {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #26acdf;
  border-radius: 8px;
}
.report-wrap .profile header {
  position: relative;
  margin-bottom: 15px;
  overflow: visible;
}
.report-wrap .profile header p {
  font-weight: bold;
  color: #068012;
}
.report-wrap .profile header p span {
  font-weight: 400;
  color: #999;
  font-style: italic;
  width: 70px;
  display: inline-block;
}
.report-wrap .profile table {
  margin-bottom: 0;
  border: 1px solid #26acdf;
  border-collapse: collapse;
  border-radius: 1em;
}
.report-wrap .profile table td,
.report-wrap .profile table th {
  text-align: center;
  padding: 8px;
  border: 1px solid #ddd;
  border-top: none !important;
  color: #282828;
  vertical-align: middle;
  min-width: 40px;
}
.report-wrap .profile table th {
  font-size: 26px;
  font-weight: bold;
}
.report-wrap .profile table tr:first-child td {
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center 10px;
  padding-top: 50px;
  background-color: #26acdf;
  border-color: #89d6f3;
  color: #fff;
}
.report-wrap .profile table .icon.test {
  background-image: url(../../images/icons/icon_test.png);
}
.report-wrap .profile table .icon.video {
  background-image: url(../../images/icons/icon-video-tutor.png);
}
.report-wrap .profile table .icon.star {
  background-image: url(../../images/icons/icon_star.png);
}
.report-wrap .profile table .icon.point {
  background-image: url(../../images/icons/icon_coolpoint.png);
}
.report-wrap .profile table .icon.medal {
  background-image: url(../../images/icons/icon_medal.png);
}
.report-wrap .profile table .icon.time {
  background-image: url(../../images/icons/icon_clock.png);
}
.report-wrap .profile table .icon.true {
  background-image: url(../../images/icons/icon_true.png);
}
.report-wrap .profile table .icon.false {
  background-image: url(../../images/icons/icon_false.png);
}
.report-wrap .profile table .special p {
  margin: 0 auto;
}
.report-wrap .profile table .special p .red {
  color: #FF0000;
}
.report-wrap .profile .box-bottom .icon {
  width: 50%;
  float: left;
  text-align: center;
}
.report-wrap .profile .divider {
  height: 1px;
  width: 20px;
  margin: 2px auto;
  overflow: hidden;
  background-color: #535353;
  display: block;
}
.report-wrap .progress-impro table {
  background-color: #fff;
}
.report-wrap .progress-impro table thead {
  background-color: #00AEEF;
  color: #fff;
}
.report-wrap .progress-impro table tbody tr.lv1 {
  background-color: #CBF0FB;
  border-bottom: 1px solid #fff;
}
.report-wrap .progress-impro table tbody tr.lv1 td:first-child {
  padding-left: 20px;
  color: #777;
}
.report-wrap .progress-impro table tbody tr.lv2 {
  background-color: #E3F7FD;
  border-bottom: 1px solid #fff;
}
.report-wrap .progress-impro table tbody tr.lv2 td:first-child {
  color: #777;
}
.report-wrap .progress-impro table tbody tr:not(.lv2) td:first-child {
  padding-left: 25px;
}
.report-wrap .progress-impro table tbody tr i.toggle {
  margin-right: 10px;
  cursor: pointer;
}
.ranking-wrap {
  height: calc(100vh - 350px);
  -webkit-height: calc(100vh - 350px);
  -moz-height: calc(100vh - 350px);
  -o-height: calc(100vh - 350px);
  overflow-x: hidden;
  overflow-y: auto;
}
.ranking-wrap .item {
  padding: 10px 7px;
  border-bottom: 1px solid #ddd;
}
.ranking-wrap .item:last-child {
  border-bottom: none;
}
.ranking-wrap .item.st,
.ranking-wrap .item.nd,
.ranking-wrap .item.rd {
  padding-right: 65px;
}
.ranking-wrap .item.st {
  background: url(../../images/icons/icon_1st.png) no-repeat center right 7px;
}
.ranking-wrap .item.nd {
  background: url(../../images/icons/icon_2nd.png) no-repeat center right 7px;
}
.ranking-wrap .item.rd {
  background: url(../../images/icons/icon_3rd.png) no-repeat center right 7px;
}
.ranking-wrap .item.active {
  background-color: #139013;
  color: #fff;
}
.ranking-wrap .avatar-wrap {
  position: relative;
  margin-right: 15px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 3px solid #4be8b3;
  background-color: #fff;
}
.ranking-wrap .avatar-wrap img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.ranking-wrap .detail {
  font-size: 1rem;
}
.ranking-wrap .star strong {
  font-size: 1.5rem;
}
.ranking-wrap .fa-star {
  font-size: 2rem;
  background: -webkit-linear-gradient(#ffff00, #ffa500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: ring 2s ease infinite;
  -webkit-animation: ring 2s ease infinite;
  -moz-animation: ring 2s ease infinite;
  -o-animation: ring 2s ease infinite;
  -moz-transform-origin-x: 50%;
  -moz-transform-origin-y: 0px;
  -moz-transform-origin-z: initial;
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 0px;
  -webkit-transform-origin-z: initial;
  -ms-transform-origin-x: 50%;
  -ms-transform-origin-y: 0px;
  -ms-transform-origin-z: initial;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}
.summary-wrap .detail {
  margin: 20px 0px;
}
.summary-wrap .nav-tabs {
  border: none;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.summary-wrap .nav-tabs > li {
  padding: 8px 12px;
  white-space: nowrap;
}
.summary-wrap .nav-tabs > li > a {
  font-size: 1rem;
  color: #282828;
}
.summary-wrap .nav-tabs > li > a.active {
  padding: 8px 20px;
  color: #fff;
  border: 1px solid #487180;
  background: #487180;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}
.summary-wrap table thead tr th {
  background: rgba(149, 216, 241, 0.51);
  padding: 5px;
  border: 1px solid #777;
  font-weight: normal;
  text-align: center;
}
.summary-wrap table td {
  border: 1px solid #777;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}
.summary-wrap table td p.green {
  color: #15ab26;
  border-bottom: 1px solid #ccc;
}
.summary-wrap table td p.red {
  color: #b52e04;
  border-bottom: 1px solid #ccc;
}
.summary-wrap .nhan-xet {
  padding: 0;
}
.summary-wrap .nhan-xet .title {
  background: rgba(60, 139, 169, 0.7);
  color: #fff;
  padding: 8px;
  font-size: 22px;
  margin-bottom: 0px;
  font-weight: normal;
}
.summary-wrap .nhan-xet .content {
  border: 1px solid #777;
  border-top: none;
  padding: 20px;
}
/*************************************
=========  4. Template 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.explain {
  background: url(../../images/bg_label_giaithich.png) no-repeat left;
}
.label-q.answer {
  background: url(../../images/bg_label_dapan.png) no-repeat left;
}
.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: #5ed249;
  cursor: pointer;
  float: right;
}
.suggest-wrap .item {
  display: none;
}
.suggest-wrap .item-wrap {
  display: flex;
}
.suggest-wrap .item-wrap label {
  color: #337ab7;
  padding: 0 15px;
}
.suggest-wrap .item-wrap .suggest-content {
  padding: 0 15px 15px;
  border-left: 2px solid #ddd;
}
.suggest-wrap .show-suggest {
  padding-left: 54px;
  color: #5ed249;
  cursor: pointer;
}
/* quiz_1 */
.temp-quiz1 .input-dientu {
  font-size: 16px;
  color: #311FDC;
  font-weight: 600;
  border: none;
  border-bottom: 1px solid #dadada;
  margin-bottom: 2px;
  text-align: center;
  padding: 10px;
}
.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;
  color: #fff;
}
.temp-quiz1 .input-dientu.wrong {
  border-bottom: none;
  background-color: #ff1f1f;
  color: #fff;
}
.temp-quiz1 .input-dapan input,
.temp-quiz1 .input-dientu {
  padding: 0px 5px;
}
/* quiz_2 */
.temp-quiz2 .quiz-lika .answer-wrap .info,
.temp-quiz2 .quiz-lika .question-wrap .info {
  overflow: hidden;
  margin: 20px 0px;
}
.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;
  float: left;
  font-size: 18px;
  text-align: center;
  border-radius: 4px;
  font-weight: normal;
  border: none;
  border: 2px solid #beedfd;
  color: #333;
  background: #fff;
  cursor: pointer;
}
.temp-quiz2.type_css1 .answer-correct .ui-state-default {
  background: #5ed249;
  color: #fff;
  border: 2px solid #5ed249;
}
.temp-quiz2.type_css1 .answer-wrong .ui-state-default {
  background: #ec5757;
  color: #fff;
  border: 2px solid #ec5757;
}
.temp-quiz2.type_css1 .answer-wrong .ui-state-default.correct {
  background: #5ed249;
  color: #fff;
  border: 2px solid #5ed249;
}
.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 .answer-wrap .answer-correct {
  -webkit-padding-start: 0px;
}
.temp-quiz2.type_css1 #textsort {
  background: #d4d4d4;
  padding: 10px 20px;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
}
.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: 2px solid #beedfd;
  color: #333;
  background: #fff;
  cursor: pointer;
  max-width: 660px;
}
.temp-quiz2.type_css2 .answer-correct .ui-state-default {
  background: #5ed249;
  color: #fff;
  border: 2px solid #5ed249;
}
.temp-quiz2.type_css2 .answer-wrong .ui-state-default {
  background: #ec5757;
  color: #fff;
  border: 2px solid #ec5757;
}
.temp-quiz2.type_css2 .answer-wrong .ui-state-default.correct {
  background: #5ed249;
  color: #fff;
  border: 2px solid #5ed249;
}
.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 .answer-wrap .answer-correct {
  -webkit-padding-start: 0px;
}
.temp-quiz2.type_css2 #textsort {
  background: #d4d4d4;
  padding: 10px 20px;
  border-radius: 6px;
}
/* quiz_3 */
.temp-quiz3 .label_bg {
  color: #fff;
  font-size: 20px;
}
.temp-quiz3.temp_small .multichoice input {
  position: absolute;
  left: -9999px;
}
.temp-quiz3.temp_small .multichoice label {
  display: flex;
  align-items: center;
  position: relative;
  margin: 10px 0;
  border: 2px solid #e1e1e1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #333;
  background-color: #fff;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color .2s, box-shadow .2s;
  -webkit-transition: background-color .2s, box-shadow .2s;
  -moz-transition: background-color .2s, box-shadow .2s;
  -o-transition: background-color .2s, box-shadow .2s;
  text-align: center;
  width: 15%;
}
.temp-quiz3.temp_small .multichoice label .label_content {
  padding: 5px;
  font-weight: normal;
}
.temp-quiz3.temp_small .multichoice label .label_bg {
  padding: 5px;
  background: #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
.temp-quiz3.temp_small .multichoice input:checked + label {
  border: 2px solid #00baff;
}
.temp-quiz3.temp_small .multichoice input:checked + label .fa-circle:before {
  content: "\f00c";
}
.temp-quiz3.temp_small .multichoice input:checked + label .label_bg {
  background-color: #00baff;
}
.temp-quiz3.temp_small .multichoice input:checked + label::before {
  background-color: #fff;
}
.temp-quiz3.temp_small .multichoice label:hover,
.temp-quiz3.temp_small .multichoice input:focus + label {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.temp-quiz3.temp_small .question-wrap .answer-wrong input:checked + label.item-correct {
  border: 2px solid #5ed249;
}
.temp-quiz3.temp_small .question-wrap .answer-wrong input:checked + label.item-correct .label_bg {
  background: #5ed249;
}
.temp-quiz3.temp_small .multichoice.answer-wrong input:checked + label {
  border: 2px solid #ff0000;
}
.temp-quiz3.temp_small .multichoice.answer-wrong input:checked + label .label_bg {
  background-color: #ff0000;
}
.temp-quiz3.temp_small .multichoice.answer-wrong input:checked + label .label_bg .fa-circle:before {
  content: "\f00d";
}
.temp-quiz3.temp_small .question-wrap .answer-wrong input:checked + label.item-correct .label_bg .fa-circle:before {
  content: "\f00c";
}
.temp-quiz3.temp_small #noidung_dapan .multichoice label.item-correct {
  border: 2px solid #5ed249;
}
.temp-quiz3.temp_small #noidung_dapan .multichoice label.item-correct .label_bg {
  background: #5ed249;
}
.temp-quiz3.temp_small #noidung_dapan .multichoice label.item-correct .label_bg .fa-circle:before {
  content: "\f00c";
}
.temp-quiz3.temp_small .question-wrap .multichoice.answer-correct input:checked + label {
  border: 2px solid #5ed249;
}
.temp-quiz3.temp_small .question-wrap .multichoice.answer-correct input:checked + label .label_bg {
  background: #5ed249;
}
.temp-quiz3.temp_large .multichoice input {
  position: absolute;
  left: -9999px;
}
.temp-quiz3.temp_large .multichoice label {
  display: flex;
  position: relative;
  margin: 10px 0;
  border: 2px solid #e1e1e1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  user-select: none;
  transition: background-color .2s, box-shadow .2s;
  -webkit-transition: background-color .2s, box-shadow .2s;
  -moz-transition: background-color .2s, box-shadow .2s;
  -o-transition: background-color .2s, box-shadow .2s;
  text-align: center;
  overflow: hidden;
  background: #e1e1e1;
}
.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);
  background: #fff;
  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: #fff;
  font-size: 16px;
}
.temp-quiz3.temp_large .multichoice input:checked + label {
  border: 2px solid #00baff;
}
.temp-quiz3.temp_large .multichoice input:checked + label .fa-circle:before {
  content: "\f00c";
}
.temp-quiz3.temp_large .multichoice input:checked + label .label_bg {
  background-color: #00baff;
}
.temp-quiz3.temp_large .multichoice input:checked + label::before {
  background-color: #fff;
}
.temp-quiz3.temp_large .multichoice label:hover,
.temp-quiz3.temp_large .multichoice input:focus + label {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.temp-quiz3.temp_large .multichoice.answer-wrong input:checked + label {
  border: 2px solid #ff0000;
}
.temp-quiz3.temp_large .multichoice.answer-wrong input:checked + label .label_bg {
  background-color: #ff0000;
}
.temp-quiz3.temp_large .multichoice.answer-wrong input:checked + label .label_bg .fa-circle:before {
  content: "\f00d";
}
.temp-quiz3.temp_large .question-wrap .answer-wrong input:checked + label.item-correct {
  border: 2px solid #5ed249;
}
.temp-quiz3.temp_large .question-wrap .answer-wrong input:checked + label.item-correct .label_bg {
  background: #5ed249;
}
.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: 2px solid #5ed249;
}
.temp-quiz3.temp_large #noidung_dapan .multichoice label.item-correct .label_bg {
  background: #5ed249;
}
.temp-quiz3.temp_large #noidung_dapan .multichoice label.item-correct .label_bg .fa-circle:before {
  content: "\f00c";
}
.temp-quiz3.temp_large .question-wrap .multichoice.answer-correct input:checked + label {
  border: 2px solid #5ed249;
}
.temp-quiz3.temp_large .question-wrap .multichoice.answer-correct input:checked + label .label_bg {
  background: #5ed249;
}
.temp-quiz3 .multichoice.answer-wrong .selected {
  border-color: #dc0b0b;
}
.temp-quiz3 .multichoice.answer-wrong .selected .label_bg {
  background-color: #dc0b0b;
}
.temp-quiz3 .multichoice.answer-correct .correct {
  border-color: #5ed249;
}
.temp-quiz3 .multichoice.answer-correct .correct .label_bg {
  background-color: #5ed249;
}
/* quiz_4 */
.temp-quiz4 .question-wrap .info,
.temp-quiz4 .answer-wrap .info {
  overflow: hidden;
}
.temp-quiz4 .question-wrap .description {
  width: 100%;
  overflow-x: auto;
}
.temp-quiz4 #sortable_option {
  padding: 10px;
  background: #ddd;
  overflow: hidden;
}
.temp-quiz4 #sortable_option li {
  margin: 5px;
  padding: 3px 10px;
  font-size: 14px;
  float: left;
  cursor: pointer;
}
.temp-quiz4 .sortable {
  display: inline-block;
  list-style-type: none;
  vertical-align: middle;
  padding: 0;
  margin: 5px 0px 0;
  background: #ddd;
  min-width: 120px;
  min-height: 30px;
  border: 2px solid #adadad;
}
.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-wrong {
  background: #ff0000;
  border: 2px solid #ff0000;
}
.temp-quiz4 .ui-sortable .ui-state-default {
  color: #333;
  font-weight: normal;
}
.temp-quiz4 li.default-none {
  display: none;
}
.temp-quiz4 .question-wrap .info .description .touch_punch_des {
  margin: 15px 0px;
}
.temp-quiz4 .answer-wrap .info .description .touch_punch_des {
  margin: 20px 0px;
}
.temp-quiz4 .answer-wrap .info .description ul.correct {
  background: #5ed249;
  border: 2px solid #5ed249;
}
.temp-quiz4 .answer-wrap .answer-correct {
  -webkit-padding-start: 0px;
}
/* quiz_5 */
.temp-quiz5 .question-wrap .info {
  overflow: hidden;
}
.temp-quiz5 .question-wrap .description.form-group {
  margin: 20px 0px;
}
.temp-quiz5 .question-wrap .description .tab-content {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0px;
  overflow: hidden;
}
.temp-quiz5 .question-wrap .description .tab-content .content-img {
  background: #dcdcdc;
  overflow: hidden;
  padding: 10px;
  margin: 20px 0px 10px 0px;
  max-width: 600px;
}
.temp-quiz5 .question-wrap .description .tab-content .content-img img {
  width: 100%;
  max-height: 80px;
}
.temp-quiz5 .question-wrap .description .tab-content .content-img .bg-item {
  position: absolute;
  left: 40%;
  top: 40%;
  font-size: 42px;
  font-weight: bold;
}
.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: -8px;
  left: 7px;
  height: -webkit-calc(100%);
  width: -webkit-calc(70%);
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin: 8px;
  cursor: pointer;
}
.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: 20px 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;
}
/* quiz_6 */
.temp-quiz6 .question-wrap .info,
.temp-quiz6 .answer-wrap .info {
  overflow: hidden;
}
.temp-quiz6 #sortable_option {
  padding: 10px;
  background: #ddd;
  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: #ddd;
  padding: 0px;
  min-width: 120px;
  min-height: 36px;
  border: 2px solid #adadad;
}
.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 .answer-wrap .info .description .touch_punch_des {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0px;
}
.temp-quiz6 .answer-wrap .info .description ul.correct {
  background: #5ed249;
  border: 2px solid #5ed249;
}
.temp-quiz6 .answer-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 .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;
}
.trouble-spots .header h4 {
  margin: 0;
}
.trouble-spots .header h4 span {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  background: #dc3545;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #fff;
  font-size: 0.875rem;
}
.questions-wrap .report-summary-skill {
  padding-top: 10px;
}
.questions-wrap .report-summary-skill .col {
  text-align: center;
}
.questions-wrap .report-summary-skill .col p + p {
  margin-top: 5px;
}
.questions-wrap .report-summary-skill .col img {
  margin-right: 5px;
}
.questions-wrap .report-summary-skill .col span {
  font-size: 1.75rem;
  line-height: 1;
  vertical-align: middle;
}
.questions-wrap .report-summary-skill .col span.total-time {
  color: #00aeef;
  font-size: 1.5rem;
}
.questions-wrap .carousel .carousel-inner,
.trouble-spots .carousel .carousel-inner {
  padding-right: 60px;
  padding-left: 60px;
}
.questions-wrap .carousel .carousel-control-next,
.trouble-spots .carousel .carousel-control-next,
.questions-wrap .carousel .carousel-control-prev,
.trouble-spots .carousel .carousel-control-prev {
  width: 60px;
  color: #333;
  font-size: 28px;
}
/*************************************
==========  5. Mission Style =========
**************************************/
.mission-wrap header {
  overflow: hidden;
}
.mission-wrap header .mission-name {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.mission-wrap #processbar .header {
  padding: 6px 6px;
  font-size: 1.125rem;
  background-color: #20c997;
  color: #fff;
}
.mission-wrap #processbar .header i {
  margin-right: 5px;
}
.mission-wrap .mission-progress .item {
  margin-bottom: 5px;
}
.mission-wrap .mission-progress .progress-wrap {
  display: flex;
  align-items: center;
}
.mission-wrap .mission-progress .progress {
  width: 100%;
}
.mission-wrap .mission-progress .progress + a {
  font-size: 1.5rem;
  margin-left: 5px;
  line-height: 1;
  color: #17a2b8;
}
.mission-wrap .mission-progress .progress + a:hover,
.mission-wrap .mission-progress .progress + a:focus {
  color: #ff0000;
}
.mission-wrap .box.basic .title.title-video-week:after {
  background: linear-gradient(to right, #1885ad, #ffffff);
}
.mission-wrap .misstion-item {
  position: relative;
  margin-bottom: 15px;
}
.mission-wrap .misstion-item:before {
  content: "";
  position: absolute;
  top: 30px;
  right: auto;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #a0ebff;
}
.mission-wrap .misstion-item .header img {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.mission-wrap .misstion-item .header span {
  font-weight: 500;
  color: #353535;
}
.mission-wrap .misstion-item .subject-wrap {
  padding: 10px 0 0 20px;
}
.mission-wrap .misstion-item ul li {
  margin: 5px 0;
}
.mission-wrap .misstion-item ul li a {
  color: #282828;
}
.mission-wrap .test-box {
  margin-bottom: 10px;
  max-width: none;
}
#imperfect .filter {
  border-bottom: 1px solid #DADADA;
}
#imperfect .filter button {
  margin: 0px 48px 0px 0px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: #A1A1A1;
}
#imperfect .filter button.btn-warning {
  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;
}
#imperfect .filter button.btn-warning:focus {
  box-shadow: none;
}
#imperfect .filter button.btn-primary {
  background-color: transparent;
  border-color: none;
  border: none;
}
#imperfect .badge {
  font-weight: 300;
}
/*************************************
==========  6. Connect Style =========
**************************************/
.addon-wrap .page-title {
  color: #fff;
}
.addon-wrap .addon-menu ul li {
  min-width: 250px;
}
.addon-wrap article {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.addon-wrap .header {
  background-color: #d2f0ff;
  padding: 15px 0;
  margin-bottom: 10px;
  overflow: hidden;
}
.addon-wrap .header h5,
.addon-wrap .header p {
  font-weight: 500;
  margin-bottom: 0;
}
.addon-wrap .header .search-box {
  position: relative;
}
.addon-wrap .header .search-box input {
  border: none;
  width: 300px;
  padding: 5px;
  float: right;
}
.addon-wrap .header .search-box button {
  position: absolute;
  right: 0;
  top: 5px;
  color: #777;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.addon-wrap .friends-wrap,
.addon-wrap .request-wrap {
  height: calc(100vh - 205px);
  -webkit-height: calc(100vh - 205px);
  -moz-height: calc(100vh - 205px);
  -o-height: calc(100vh - 205px);
  overflow-x: hidden;
  overflow-y: auto;
}
.addon-wrap .friends-wrap .list,
.addon-wrap .request-wrap .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.addon-wrap .friends-wrap .list .item,
.addon-wrap .request-wrap .list .item {
  display: flex;
  margin-bottom: 15px;
  color: #777;
  background: rgba(177, 217, 240, 0.1);
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.addon-wrap .friends-wrap .list .infos,
.addon-wrap .request-wrap .list .infos {
  flex: 0 1 100%;
}
.addon-wrap .friends-wrap .list .fullname,
.addon-wrap .request-wrap .list .fullname {
  font-weight: 500;
  cursor: default;
  font-size: 1rem;
}
.addon-wrap .friends-wrap .list .actions span,
.addon-wrap .request-wrap .list .actions span {
  display: none;
  cursor: pointer;
  white-space: nowrap;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 5px;
  opacity: .9;
  transition: opacity .3s;
  text-align: center;
  margin-bottom: 3px;
  font-size: 0.875rem;
}
.addon-wrap .friends-wrap .list .actions span:hover,
.addon-wrap .request-wrap .list .actions span:hover {
  opacity: 1;
}
.addon-wrap .friends-wrap .list .actions span:last-child,
.addon-wrap .request-wrap .list .actions span:last-child {
  margin-bottom: 0;
}
.addon-wrap .friends-wrap .list .actions span.active,
.addon-wrap .request-wrap .list .actions span.active {
  display: block;
}
.addon-wrap .friends-wrap .list .actions span.waiting,
.addon-wrap .request-wrap .list .actions span.waiting {
  font-size: 0.75rem;
  border-radius: 0;
  color: #6c757d;
  border: 1px solid;
  cursor: default;
}
.addon-wrap .messages-wrap .quick-messages .list {
  height: calc(100vh - 242px);
  -webkit-height: calc(100vh - 242px);
  -moz-height: calc(100vh - 242px);
  -o-height: calc(100vh - 242px);
  overflow-x: hidden;
  overflow-y: auto;
}
.addon-wrap .messages-wrap .quick-messages .item {
  clear: both;
  margin-bottom: 10px;
  padding: 5px;
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.addon-wrap .messages-wrap .quick-messages .item > div {
  color: #282828;
  display: flex;
  align-items: center;
}
.addon-wrap .messages-wrap .quick-messages .item .username {
  font-size: 1rem;
  margin-bottom: 5px;
  margin-top: 0;
}
.addon-wrap .messages-wrap .quick-messages .item p {
  color: #777;
}
.addon-wrap .messages-wrap .quick-messages .item p img.attachment {
  max-height: 25px;
}
.addon-wrap .messages-wrap .quick-messages .item .info {
  flex: 0 1 100%;
}
.addon-wrap .messages-wrap .quick-messages .item.active,
.addon-wrap .messages-wrap .quick-messages .item:hover {
  background-color: #f5f5f5;
}
.addon-wrap .form-search {
  float: right;
  position: relative;
  width: 100%;
  text-align: right;
}
.addon-wrap .form-search input {
  border: none;
  padding: 3px 30px 3px 6px;
  font-size: 1rem;
  width: 100%;
  max-width: 480px;
}
.addon-wrap .form-search button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  border: none;
  background: none;
  cursor: pointer;
}
.faq-wrap .header.bd-callout,
.judgemnt-wrap .header.bd-callout {
  margin-top: 0;
}
.judgment-detail .header {
  background-color: #76adc2;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
}
.judgment-detail .item .header-title {
  background-color: #c2e6f4;
  color: #535353;
  font-weight: bold;
  padding: 5px 15px;
}
.judgment-detail .item .wrap {
  padding: 10px 20px;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
/*
 * Avatar
*/
.profile-wrap .card + .card {
  margin-top: 15px;
}
.profile-wrap .card-header h5 {
  margin-bottom: 0;
}
.profile-wrap .card-body p {
  margin-bottom: 7px;
}
.profile-wrap .avatar-wrap {
  margin-bottom: 7px;
}
.profile-wrap .avatar-view {
  display: block;
  height: 100px;
  width: 100px;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  overflow: hidden;
}
.profile-wrap .avatar-view img {
  width: 100%;
}
.profile-wrap .avatar-body {
  padding-right: 15px;
  padding-left: 15px;
}
.profile-wrap .avatar-upload {
  overflow: hidden;
}
.profile-wrap .avatar-upload label {
  display: block;
  float: left;
  clear: left;
  width: 100px;
}
.profile-wrap .avatar-upload input {
  display: block;
  margin-left: 110px;
}
.profile-wrap .avatar-alert {
  margin-top: 10px;
  margin-bottom: 10px;
}
.profile-wrap .avatar-wrapper {
  height: 364px;
  width: 100%;
  margin-top: 15px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  background-color: #fcfcfc;
  overflow: hidden;
}
.profile-wrap .avatar-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}
.profile-wrap .avatar-preview {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}
.profile-wrap .avatar-preview:hover {
  border-color: #ccf;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.profile-wrap .avatar-preview img {
  width: 100%;
}
.profile-wrap .avatar-preview.preview-lg {
  height: 184px;
  width: 184px;
  margin-top: 15px;
}
.profile-wrap .avatar-preview.preview-md {
  height: 100px;
  width: 100px;
}
.profile-wrap .avatar-preview.preview-sm {
  height: 50px;
  width: 50px;
}
.profile-wrap .avatar-save {
  margin-top: 10px;
  width: auto;
}
.profile-wrap .avatar-btns {
  margin-top: 30px;
  margin-bottom: 15px;
}
.profile-wrap .avatar-btns .btn-group {
  margin-right: 5px;
}
.profile-wrap .loading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff url(../../images/loading.gif) no-repeat center center;
  opacity: .75;
  filter: alpha(opacity=75);
  z-index: 20140628;
}
.profile-wrap .loading:after {
  display: none;
}
.profile-wrap .form-change_password input.error {
  border: 2px solid #ff0000;
}
/**********************************
=========== Homework ==============
***********************************/
.homework-wrap header h3 {
  font-size: 1.625rem;
  margin-bottom: 15px;
}
.homework-wrap .homework-content {
  padding: 20px;
}
.homework-box {
  margin-top: 15px;
}
.homework-box .wrap {
  border: 2px solid #ed3100;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 1rem;
  margin-right: 15px;
  margin-left: 15px;
}
.homework-box .wrap h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.homework-box .wrap img {
  max-width: 100px;
  margin-right: 15px;
}
.homework-box .wrap .row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.homework-box .wrap .item {
  margin: 5px 0;
}
.homework-box .wrap .item small {
  font-size: 0.875rem;
  margin-right: 5px;
  color: #999;
}
.homework-box .wrap .detail {
  padding-right: 15px;
}
.homework-box .wrap .detail .text-danger,
.homework-box .wrap .detail .text-success {
  font-weight: bold;
  font-size: 1.125rem;
}
.homework-box .wrap .detail .progress {
  margin-top: 7px;
  height: 12px;
  line-height: 12px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 11px;
}
.homework-box .button-test {
  background-color: #ed3100;
  color: #fff;
  text-align: center;
}
.homework-box .button-test .fa-inverse {
  color: #ed3100;
}
.homework-box .button-test a:hover,
.homework-box .button-test a:focus {
  color: #fff;
}
.homework-box .button-test a:hover .fa-inverse,
.homework-box .button-test a:focus .fa-inverse {
  color: #ed3100;
}
.homework-box .button-test p {
  padding: 5px;
}
.homework-box.conpleted .wrap {
  border-color: #009688;
}
.homework-box.conpleted .wrap img {
  filter: hue-rotate(160deg);
  -webkit-filter: hue-rotate(160deg);
}
.homework-box.conpleted .button-test {
  background-color: #009688;
}
.tutor-wrap #calendar .fc-event.active {
  background-color: red !important;
  border-color: red !important;
}
.tutor-wrap #calendar .fc-event.older {
  background-color: grey !important;
  border-color: grey !important;
}
.support-wrap header {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.support-wrap header strong {
  text-transform: uppercase;
}
.support-wrap #countdown {
  display: inline-flex;
  margin: 15px 0;
  padding: 10px;
  font-weight: 600;
}
.support-wrap #countdown div {
  padding-right: 10px;
  padding-left: 10px;
}
.support-wrap #countdown .flip-item {
  display: block;
  background: #dc3545;
  width: 60px;
  height: 80px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 3rem;
  line-height: 80px;
  font-weight: bold;
  color: #fff;
  font-family: Helvetica;
}
.support-wrap #countdown span {
  display: block;
  font-size: 1rem;
  font-weight: 300;
}
.support-wrap #countdown .dot {
  height: 60px;
  line-height: 60px;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
}
.support-wrap #countdown .dot:before,
.support-wrap #countdown .dot:after {
  display: block;
  content: '';
  position: absolute;
  left: -3px;
  width: 6px;
  height: 6px;
  background-color: #dc3545;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.support-wrap #countdown .dot:before {
  top: 33px;
}
.support-wrap #countdown .dot:after {
  bottom: 10px;
}
.support-wrap article .header {
  font-size: 1.5rem;
  margin-bottom: 10px;
  padding-left: 35px;
}
.support-wrap .title {
  background: url(../../images/icons/icon_arrow_right_blue.png) no-repeat left center;
  padding-left: 35px;
}
.support-wrap .title a {
  color: #282828;
}
.support-wrap .title span {
  display: block;
  background-color: #ffcc01;
  padding: 5px 10px;
  font-weight: normal;
}
.parent-register .form-wrap {
  max-width: 480px;
  margin: 15px auto;
  padding: 15px;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(to right, #ebe3fb, #ffe9fe);
}
.parent-register .form-wrap .header-title {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #311FDC;
}
.parent-register .form-wrap .form-group {
  position: relative;
}
.parent-register .form-wrap .form-group:last-child {
  margin-bottom: 0;
}
.parent-register .form-wrap .form-group span {
  display: block;
}
.parent-register .form-wrap .form-group span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 36px;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(255, 255, 255, 0.6);
}
.parent-register .form-wrap .form-group .form-control {
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 0px 2px transparent;
  -webkit-box-shadow: 0px 0px 0px 2px transparent;
  -moz-box-shadow: 0px 0px 0px 2px transparent;
  transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  border: 1px solid #DADADA;
  border-radius: 30px;
  padding: 10px 20px;
}
.parent-register .form-wrap .form-group .form-control:focus + span:after {
  -webkit-animation: anim-shadow 0.3s forwards;
  animation: anim-shadow 0.3s forwards;
}
.parent-register .form-wrap .form-group .radio-gender {
  color: #fff;
}
.parent-register .form-wrap .form-group .radio-gender label {
  position: relative;
  vertical-align: middle;
  padding-left: 17px;
}
.parent-register .form-wrap .form-group .radio-gender label:before {
  content: '';
  width: 13px;
  height: 13px;
  line-height: 13px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #fff;
  font-size: .8125rem;
  color: #333;
  display: inline-block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 3px;
  left: 0;
}
.parent-register .form-wrap .form-group .radio-gender label ~ label {
  margin-left: 7px;
}
.parent-register .form-wrap .form-group .radio-gender input {
  display: none;
}
.parent-register .form-wrap .form-group .radio-gender input:checked + label:before {
  content: "\f00c";
  font-family: "FontAwesome";
}
.faq-detail .answer-wrap,
.faq-detail .explain-wrap {
  display: block;
}
.faq-detail .header {
  color: #282828;
}
.faq-detail .btn-viewmore {
  color: #353535;
  font-style: italic;
  text-decoration: underline;
}
.table-history-ticket {
  padding: 10px 15px;
  color: #fff;
}
.table-history-ticket .thead {
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}
.table-history-ticket .thead .tr {
  padding: 10px 0;
}
.table-history-ticket .thead .td {
  font-weight: bold;
}
.table-history-ticket .tr {
  padding: 5px 0;
}
.table-history-ticket .ticket-item {
  font-size: 1rem;
  font-weight: bold;
}
.star-required {
  font-size: 1.5rem;
  color: red;
  font-weight: bold;
}
/* TEACHER_BOX */
.teacher-box {
  margin-top: 6px;
}
.teacher-box .inner {
  overflow: hidden;
  padding: 10px 15px;
  background-color: #282828;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  max-width: 300px;
  margin-left: 45px;
}
.teacher-box .avatar {
  float: left;
  margin-right: 15px;
}
.teacher-box .avatar img {
  width: 50px;
  height: 50px;
}
.teacher-box .avatar[data-connect="0"] img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.teacher-box .cont {
  float: left;
  width: calc(100% - 83px);
  -webkit-width: calc(100% - 83px);
  -moz-width: calc(100% - 83px);
  -o-width: calc(100% - 83px);
}
.teacher-box .teacher-info {
  margin-bottom: 5px;
}
.teacher-box .notice {
  display: flex;
  align-items: start;
  padding-right: 30px;
  overflow: hidden;
  max-height: 40px;
  transition: all .3s;
}
.teacher-box .notice p {
  overflow: hidden;
  position: relative;
}
.teacher-box .notice .viewmore {
  display: none;
  font-style: italic;
  color: tomato;
  position: absolute;
  right: 0;
  top: 38px;
  transform: translateY(-100%);
  background-color: #fff;
  padding-left: 6px;
  font-size: 90%;
  cursor: pointer;
}
.teacher-box .notice .expand .viewmore {
  display: block;
}
.teacher-box .notice strong {
  white-space: nowrap;
}
.teacher-box .teacher-name {
  padding-right: 15px;
  position: relative;
  font-size: 1.25rem;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
}
.teacher-box [data-connect=]:before {
  display: none;
}
.teacher-box .teacher-info .connect-status[data-connect="1"] {
  color: #fff;
  background-color: #28a745;
}
.teacher-box .btn-chat[data-connect="0"] {
  display: none;
}
.teacher-box .btn-chat[data-connect="1"] {
  display: inline-block;
}
.teacher-box .btn-chat img {
  width: 32px;
  height: 32px;
  animation: lurch 1s infinite;
}
@media screen and (max-width: 576px) {
  .teacher-box .teacher-name {
    font-size: 1rem;
  }
}
.toolbar {
  position: relative;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(to right, #ebe3fb, #ffe9fe);
  padding: 50px 0px;
  font-size: 26px;
  font-weight: 600;
}
.toolbar img {
  margin-right: 12px;
}
.toolbar a {
  color: #311FDC;
}
.toolbar:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: -2px;
  background-image: linear-gradient(to right top, #1400d7, #da50f2);
  border-radius: inherit;
}
body .badge {
  border-radius: 30px;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: 500;
}
body .badge.badge-success {
  background: rgba(0, 189, 19, 0.1);
  color: #0F9F6B;
}
body .badge.badge-danger {
  background: rgba(201, 0, 0, 0.1);
  color: #C90000;
}
body .badge.badge-warning {
  background: rgba(245, 147, 0, 0.1);
  color: #F59300;
}
.parent-register .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;
  margin-top: 16px;
}
.filter-box .lk-icon,
.tutor-information .lk-icon,
.filter-box .lk-icon-calendar,
.tutor-information .lk-icon-calendar,
.filter-box .lk-icon-subject,
.tutor-information .lk-icon-subject,
.filter-box .lk-icon-time,
.tutor-information .lk-icon-time,
.filter-box .lk-icon-ranking,
.tutor-information .lk-icon-ranking {
  background: transparent;
  background: url(../../images/onschool/down-arrow-3.png) no-repeat 95% center;
}
.filter-box .input-group.date,
.tutor-information .input-group.date {
  background: transparent;
  background: url(../../images/onschool/icon-date.svg) no-repeat 95% center;
}
.filter-box [class*=lk-icon],
.tutor-information [class*=lk-icon],
.filter-box .input-group.date,
.tutor-information .input-group.date,
.filter-box .input-group.text-input,
.tutor-information .input-group.text-input {
  border: 1px solid #DADADA;
  border-radius: 30px;
  background-color: #ffffff;
  color: #282828;
  padding: 2px 6px 1px 6px;
}
.filter-box [class*=lk-icon] select,
.tutor-information [class*=lk-icon] select,
.filter-box .input-group.date select,
.tutor-information .input-group.date select,
.filter-box .input-group.text-input select,
.tutor-information .input-group.text-input select,
.filter-box [class*=lk-icon] input,
.tutor-information [class*=lk-icon] input,
.filter-box .input-group.date input,
.tutor-information .input-group.date input,
.filter-box .input-group.text-input input,
.tutor-information .input-group.text-input input {
  appearance: none;
  background-color: transparent;
  color: #282828;
  font-size: 16px;
  border: none;
}
.btn-main {
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(77.67deg, #1400d7 -8.02%, #da50f2 109.14%);
  border: none;
  color: #ffffff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
body.lk-coolmath {
  background: url(../../images/bg-coolmath.jpg) no-repeat center center;
  background-size: cover;
  padding: 6px;
}
body.lk-coolmath header .logo,
body.lk-coolmath #header .header-right {
  display: none;
}
body.lk-coolmath #header .header-left .backlink {
  float: left;
}
#coolmath {
  padding: 8px 0px;
}
#coolmath img.img-fluid {
  padding: 8px;
}
#coolmath #message {
  display: none;
}
#coolmath #category .navbar {
  background: #fff;
}
#coolmath #category #navbarNav {
  background: #ff5a00;
  font-weight: 700;
  font-size: 140%;
}
#coolmath #category #navbarNav .navbar-nav .nav-item {
  padding: 4px 8px;
}
#coolmath #category #navbarNav .navbar-nav .nav-item a.nav-link {
  color: #fff;
}
#coolmath #category #navbarNav .navbar-nav .nav-item.active {
  background: #000;
}
@media (max-width: 1024px) {
  #coolmath #category a.nav-link {
    color: #fff;
    font-size: 80%;
  }
}
@media (min-width: 992px) {
  #coolmath #category .navbar-brand {
    display: none;
  }
}
@media (max-width: 768px) {
  #coolmath #category .navcol {
    padding: 0px;
  }
  #coolmath #category .navbar {
    margin: 8px 0px;
  }
}
#coolmath .coolmath-list-item {
  background: #fff;
  padding: 8px 0px;
}
#coolmath .coolmath-list-item img.img-fluid {
  box-shadow: 0 8px 6px -6px #808080;
  width: 100%;
  height: auto;
}
#coolmath .coolmath-list-item .text {
  padding: 8px 4px;
}
#coolmath #detail {
  background: #fff;
  padding: 8px;
}
.timeleftCoolmath {
  position: fixed;
  bottom: 10px;
  left: 0;
  padding: 5px 10px;
  background: white;
}
.timeleftCoolmath span {
  font-size: 1.25rem;
  font-weight: bold;
}
.timeleftCoolmath img {
  vertical-align: text-bottom;
}
.timeleftCoolmath p {
  font-size: 12px;
}
@media (max-width: 575px) {
  body.lk-coolmath {
    padding-bottom: 38px;
  }
  .timeleftCoolmath {
    right: 0;
    bottom: 0;
    text-align: center;
  }
  .timeleftCoolmath p {
    display: none;
  }
}
.lk-wrapper #main #tutor h3.title {
  color: #282828;
  margin: 0;
  font-size: 26px;
  font-weight: 600;
}
#tutor.wrapper {
  background-color: transparent;
  padding: 0px;
  margin-bottom: 15px;
}
#tutor.wrapper .homework {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px 16px;
}
#tutor.wrapper .homework .datepicker {
  border: 1px solid #DADADA;
  border-radius: 30px;
  background-color: transparent;
  color: #282828;
  padding: 4px 6px;
  width: auto;
  min-width: 300px;
  margin-top: 10px;
}
#tutor.wrapper .homework .datepicker .form-control {
  border: none;
}
#tutor.wrapper .homework .datepicker .input-group-text {
  background-color: transparent;
  border: none;
}
#tutor.wrapper .homework .datepicker .input-group-text i {
  background: linear-gradient(77.67deg, #1400d7 -8.02%, #da50f2 109.14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#tutor.wrapper .scheduler {
  padding-right: 0px;
}
#tutor .tutor-information {
  background-color: #3e454c;
  background-image: url("../../images/onschool/tutor-count-down-bg.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 600px 155px;
  padding-top: 15px !important;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
#tutor .tutor-information .block {
  padding: 5px 15px 5px 15px;
}
#tutor .tutor-information hr {
  border: 2px solid #26acdf;
  border-radius: 5px;
  width: 60%;
  color: #ffffff;
  height: 4px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#tutor .tutor-information hr.hr-left {
  margin-left: 0;
  width: 30%;
  height: 2px;
}
#tutor .tutor-information h5.title {
  font-size: 22px;
  font-weight: 600;
  background: url(../../images/onschool/line-gradient.png) no-repeat left bottom;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
#tutor .tutor-information .lk-icon-calendar {
  width: 90%;
}
#tutor .tutor-information .lk-icon-calendar #listMonth {
  min-width: 80%;
}
#tutor .tutor-information .list-tutor .item-tutor {
  color: white;
  margin: 6px 0px;
}
#tutor .tutor-information .list-tutor .item-tutor .text-success {
  background: linear-gradient(77.67deg, #1400d7 -8.02%, #da50f2 109.14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
}
#tutor .tutor-information .list-tutor .item-tutor.show {
  display: block;
}
#tutor .tutor-information .list-tutor .item-tutor.hidden {
  display: none;
}
#tutor .tutor-information .countdown {
  font-size: 18px;
  margin: 20px 0px 0px 0px;
  font-weight: 600;
  color: #FFFFFF;
}
#tutor .tutor-information .countdown .time-down div {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  padding: 0px 2px;
  font-style: normal;
  margin: 1px;
  width: 30px;
  font-size: 30px;
  font-weight: 400;
}
#tutor .tutor-information .countdown .btn-warning {
  background: transparent;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  border: none;
}
#tutor .tutor-information .countdown .btn-warning.btn-primary {
  border: 2px solid #FFF;
  background: linear-gradient(77.67deg, #1400d7 -8.02%, #da50f2 109.14%);
  border-radius: 20px;
}
#tutor .tutor-information .text-dark {
  color: #282828 !important;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  #tutor .prepare-board {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
}
body .datepicker table tr td,
body .datepicker table tr th {
  border-radius: 0px;
  padding: 12px 11px;
}
body .datepicker table tr td.active,
body .datepicker table tr th.active {
  background: linear-gradient(77.67deg, #1400d7 -8.02%, #da50f2 109.14%);
  border-radius: 4px;
}
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: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  line-height: 1.3;
  position: absolute;
  top: -5px;
  right: -6px;
  bottom: auto;
  left: auto;
  padding: 1px 5px;
  -webkit-text-fill-color: #fff;
}
.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,
#main .addon-wrap .addon-menu {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 40px;
}
#main .report-menu ul li a,
#main .addon-wrap .addon-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,
#main .addon-wrap .addon-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 thead tr:first-child td {
  padding: 12px 8px;
  background-color: transparent;
  border-color: #DADADA;
  color: #311FDC;
  font-weight: 500;
  text-align: center;
}
#main .report-wrap table tr td {
  font-size: 16px;
}
#main .report-wrap table tr:first-child td {
  background-color: transparent;
  border-color: #DADADA;
  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;
}
@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%;
  }
}
