/* Add Student*/
.student-detail-box .text-detail {
  text-align: center;
  line-height: 22px;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Myriad Light"; }
  .student-detail-box .text-detail strong, .student-detail-box .text-detail a {
    color: #01283A;
    font-family: "MyriadPro-Black"; }

.student-detail-box .image-content {
  margin-bottom: 20px;
  text-align: center;
  height: calc(100vh - 290px);
  max-height: 540px; }
  .student-detail-box .image-content img {
    height: 100%; }

.student-detail-box a.btn-dark {
  max-width: 200px;
  margin: 0 auto 10px;
  font-family: "Myriad Regular"; }

.student-detail-box .student-detail-info {
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  position: relative; }

.student-detail-box .student-avatar {
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #FFF;
  position: relative;
  cursor: pointer;
  display: flex; }
  .student-detail-box .student-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto; }
  .student-detail-box .student-avatar:hover form {
    opacity: 1; }
  .student-detail-box .student-avatar form {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    background: #fff;
    cursor: pointer;
    height: 30px; }
    .student-detail-box .student-avatar form:after {
      content: '';
      background: url(../img/icon/avatar_upload.png);
      width: 22px;
      height: 17px;
      display: block;
      margin: auto;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 5px;
      background-size: contain; }
    .student-detail-box .student-avatar form input {
      opacity: 0;
      position: absolute;
      z-index: 1;
      height: 100px;
      width: 100%;
      top: -70px;
      cursor: pointer; }

.student-detail-box .student-name {
  color: #FFFFFF;
  font-size: 24px;
  font-family: 'Myriad Semibold';
  margin-bottom: 25px; }

.student-detail-box .student-email {
  color: #fff;
  font-size: 18px; }

.student-detail-box .student-phone {
  color: #FFFFFF;
  font-size: 18px;
  display: flex;
  align-items: center; }
  .student-detail-box .student-phone img {
    margin: 0 5px 0 0; }

.student-detail-box .student-info {
  margin: 15px 0 0 25px; }
  .student-detail-box .student-info p {
    color: #fff;
    font-family: 'Myriad Light';
    margin: 0; }
    .student-detail-box .student-info p svg {
      margin-right: 10px; }

.student-detail-box .student-detail-items {
  background: #fff;
  display: flex;
  width: calc(50% - 25px);
  height: 70px;
  align-items: center;
  color: #01283A;
  font-size: 24px;
  border-radius: 35px;
  font-family: 'Myriad Semibold';
  padding: 0 5px;
  position: relative;
  margin-bottom: 20px; }
  .student-detail-box .student-detail-items .fa.fa-angle-right {
    position: absolute;
    right: 20px;
    font-size: 50px; }

.student-detail-box .detail-items-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 5px #338ABE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 25px 0 0; }

.student-detail-box .student-detail-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.student-add-box {
  max-width: 850px; }

.student-add-group {
  border-radius: 39px;
  background: #FFFFFF;
  display: flex;
  padding: 7px;
  position: relative;
  overflow: hidden;
  margin-top: -80px; }
  .student-add-group .student-mail-img, .student-add-group .student-people-img {
    background: #007BA4;
    max-width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 20px; }
  .student-add-group .btn {
    font-size: 28px;
    width: auto;
    padding: 14px 35px;
    height: auto;
    border-radius: 32px;
    position: absolute;
    right: 7px; }
  .student-add-group .btn[disabled] {
    background: #707070 !important; }
  .student-add-group input {
    border: none;
    outline: none;
    padding: 0;
    color: #2D2D2D;
    font-size: 24px; }
    .student-add-group input::-webkit-input-placeholder {
      color: #2D2D2D;
      padding: 10px;
      font-size: 24px; }

.student-add-group.errors .student-mail-img, .student-add-group.errors .student-people-img {
  background: #DEDEDE !important; }
  .student-add-group.errors .student-mail-img img, .student-add-group.errors .student-people-img img {
    filter: brightness(0) sepia(1) hue-rotate(140deg) saturate(6); }

.student-add-group.errors input::-webkit-input-placeholder {
  color: #DA001B; }

.student-add-bg {
  max-height: calc(100vh - 300px);
  overflow: hidden; }
  .student-add-bg img {
    width: 100%; }

.add-student-page .student-add-group input {
  width: 100%; }

.add-student-page .student-add-group.errors input {
  color: #DA001B;
  width: calc(100% - 300px); }

.textbooks-box {
  width: 42%;
  float: left;
  margin: 0 30px 0 0; }

.activity-log-box {
  width: calc(58% - 35px);
  float: left; }
  .activity-log-box .history-scroll-list .activity-log-items {
    border-radius: 20px;
    background: #00000066;
    padding: 15px 20px 10px 30px;
    margin-bottom: 10px; }
  .activity-log-box .activity-log-items .title {
    margin: 0 0 5px 0;
    font-size: 16px;
    position: relative;
    font-family: "Myriad SemiBold"; }
    .activity-log-box .activity-log-items .title:before {
      content: "\00B7";
      font-size: 40px;
      position: absolute;
      left: -20px;
      top: 10px;
      line-height: 0; }
  .activity-log-box .activity-log-items p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 26px; }
    .activity-log-box .activity-log-items p:not(.title) {
      font-family: "Myriad Light"; }

.student-history-page .col-main .main-head {
  margin-bottom: 20px; }

.student-time-box {
  clear: both;
  padding-top: 25px; }
  .student-time-box .time-chart {
    border-radius: 10px;
    background: #0003;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 25px 0 0;
    overflow: hidden; }
  .student-time-box .chart-day {
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 0px 10px 10px;
    height: 45px;
    flex-wrap: wrap; }
  .student-time-box .title-day {
    min-width: 75px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Myriad Semibold'; }
  .student-time-box .circle-day {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #2D2D2D;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 4px;
    font-family: 'Myriad Semibold'; }
  .student-time-box span.time {
    color: #fff;
    font-size: 18px;
    position: relative;
    top: -25px;
    font-family: Myriad Light; }
    .student-time-box span.time::after {
      content: "'";
      position: absolute;
      left: 100%;
      top: 0; }
  .student-time-box .chart-col-content {
    text-align: center;
    position: absolute;
    height: calc(100% - 70px);
    top: 30px;
    bottom: 45px;
    margin: auto;
    width: 33px; }
  .student-time-box .chart-minute {
    width: 100%;
    height: 128px;
    border-top: 1.5px dashed #ffffff33; }
  .student-time-box .chart-col {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto; }
    .student-time-box .chart-col:after {
      content: '';
      background: #FBEB3E;
      width: 8px;
      height: 100%;
      display: block;
      border-radius: 5px;
      margin: auto;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  .student-time-box .slide-chart {
    width: calc(100% - 75px);
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }
    .student-time-box .slide-chart .owl-stage-outer, .student-time-box .slide-chart .owl-stage, .student-time-box .slide-chart .owl-item {
      height: 100%;
      width: 100%; }
  .student-time-box .chart-items {
    margin: 0 15px;
    position: relative;
    height: 100%;
    padding: 0 10px; }
  .student-time-box span.label-m {
    position: relative;
    top: -17px;
    margin: 0 20px;
    width: 62px;
    display: block;
    text-align: center;
    padding: 6.5px 0;
    color: #2D2D2D;
    font-size: 18px;
    border-radius: 7px;
    background: #297298; }
  .student-time-box .active .label-m {
    background: #2D2D2D;
    color: #fff; }

/*History*/
.student-history-box {
  margin-bottom: 40px; }
  .student-history-box h1.title {
    font-size: 18px;
    display: flex;
    font-family: Myriad Light; }
    .student-history-box h1.title img {
      margin-left: 10px; }
  .student-history-box .title-items {
    color: #000000;
    font-size: 18px;
    font-family: 'Myriad Bold';
    margin-bottom: 5px; }
  .student-history-box .content-items p {
    font-size: 18px;
    margin: 0;
    line-height: 20px; }
  .student-history-box .textbooks-box-items {
    border-radius: 10px;
    background: #fff;
    display: flex;
    padding: 5px 0 5px 20px;
    position: relative;
    margin-bottom: 10px; }
    .student-history-box .textbooks-box-items .image-items {
      display: flex;
      align-items: center;
      margin: 0 15px 0 0; }
    .student-history-box .textbooks-box-items .button-items {
      position: absolute;
      bottom: 5px;
      right: 5px;
      display: inherit; }
      .student-history-box .textbooks-box-items .button-items .btn {
        border-radius: 8px;
        padding: 0 30px;
        height: 35px;
        font-size: 16px; }
  .student-history-box .history-scroll-list {
    max-height: 375px;
    overflow-y: scroll;
    padding: 0 16px 0 0; }

.student-achievements-box .textbooks-box {
  width: 50%;
  float: left;
  margin: 0 30px 0 0; }
  .student-achievements-box .textbooks-box .student-rating-box {
    border-radius: 20px;
    background: #0003;
    padding: 30px 25px 20px 35px;
    align-items: baseline;
    text-align: center; }
    .student-achievements-box .textbooks-box .student-rating-box .rating-text {
      height: 46px; }
    .student-achievements-box .textbooks-box .student-rating-box .point {
      color: #F5CD52;
      font-size: 48px;
      font-family: 'Myriad Bold'; }
    .student-achievements-box .textbooks-box .student-rating-box .rating-item {
      width: 33.33%; }

.student-achievements-box .student-process-box {
  width: calc(50% - 35px);
  float: left;
  margin-top: 46px; }
  .student-achievements-box .student-process-box .student-grammar-vocabulary {
    margin-bottom: 1.6rem; }
    .student-achievements-box .student-process-box .student-grammar-vocabulary .items {
      border-radius: 20px;
      background: #0003;
      width: calc(50% - 15px);
      text-align: center;
      padding: 43px 0 10px;
      position: relative; }
      .student-achievements-box .student-process-box .student-grammar-vocabulary .items .label-items {
        margin: 0;
        font-size: 18px;
        color: #fff; }
      .student-achievements-box .student-process-box .student-grammar-vocabulary .items .point {
        color: #F5CD52;
        font-size: 32px;
        font-family: 'Myriad Bold'; }
      .student-achievements-box .student-process-box .student-grammar-vocabulary .items .images {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background: linear-gradient(90deg, #e5e5e5 50%, white 50%);
        margin: auto;
        position: absolute;
        top: -55px;
        left: 0;
        right: 0; }
  .student-achievements-box .student-process-box .student-learning-box .s-learning-item {
    margin-bottom: 12px;
    flex-wrap: wrap; }
    @media (max-width: 1279px) {
      .student-achievements-box .student-process-box .student-learning-box .s-learning-item {
        margin-bottom: 7px; } }
    .student-achievements-box .student-process-box .student-learning-box .s-learning-item .process-bar {
      width: calc(100% - 60px);
      background: #FFF;
      height: 10px; }
      .student-achievements-box .student-process-box .student-learning-box .s-learning-item .process-bar .process-width {
        height: 8px;
        margin: 1px;
        background: #E5B727; }
      .student-achievements-box .student-process-box .student-learning-box .s-learning-item .process-bar:hover .process-width .tooltiptext {
        visibility: visible;
        width: 60px;
        height: 50px;
        border-radius: 10px;
        right: -30px; }
        .student-achievements-box .student-process-box .student-learning-box .s-learning-item .process-bar:hover .process-width .tooltiptext::after {
          height: 10px;
          bottom: -8px; }
    .student-achievements-box .student-process-box .student-learning-box .s-learning-item .label-items {
      width: 60px;
      color: #fff; }

.popup-remind .iziModal-content .header {
  margin: auto auto 30px;
  text-align: center;
  width: 65%; }
  .popup-remind .iziModal-content .header h3 {
    color: #000000;
    font-size: 32px;
    font-weight: bold;
    margin: 20px 0; }
  .popup-remind .iziModal-content .header span {
    color: #686868;
    font-size: 18px; }

.popup-remind .iziModal-content .button-action {
  margin-bottom: 20px; }
  .popup-remind .iziModal-content .button-action .btn {
    width: 50%; }

.popup-remind .iziModal-content .do-not-repeat {
  display: flex;
  justify-content: center;
  align-items: center; }
  .popup-remind .iziModal-content .do-not-repeat .custom-checkbox {
    margin: 0 10px 0 0; }

.student-home-page .student-home-box {
  width: 100%;
  max-width: 470px;
  margin: auto;
  position: absolute;
  left: calc(50% + 300px);
  top: 50%;
  transform: translate(calc(-50% - 150px), -50%); }
  .student-home-page .student-home-box .s-home-text {
    color: #9CEAFE;
    text-align: center;
    font-size: 41px;
    line-height: 60px;
    font-family: 'Myriad Light'; }
    .student-home-page .student-home-box .s-home-text h1 {
      color: #fff;
      font-size: 50px;
      line-height: 60px;
      font-family: 'Myriad Bold';
      margin: 0; }

.student-home-page .button-image {
  position: relative;
  margin-top: 30px;
  display: block; }
  .student-home-page .button-image span {
    position: absolute;
    color: #378907;
    font-size: 61px;
    font-family: 'Myriad Bold';
    width: 100%;
    text-align: center;
    top: 25%; }

.student-home-page .main-container {
  padding: 35px 40px 0 0; }

.student-home-member-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 195px; }
  .student-home-member-box .time {
    display: flex;
    align-items: center;
    justify-content: center; }
    .student-home-member-box .time img {
      margin-right: 10px; }
  .student-home-member-box .student-information {
    width: 64%; }
    .student-home-member-box .student-information .information-unit {
      box-shadow: 0 3px 10px #00000080;
      border-radius: 30px;
      background: rgba(255, 255, 255, 0.95);
      padding: 15px;
      text-align: center;
      margin-bottom: 30px; }
      .student-home-member-box .student-information .information-unit .content {
        font-size: 24px;
        font-family: 'Myriad Semibold';
        line-height: 29px;
        margin-bottom: 10px; }
      .student-home-member-box .student-information .information-unit .name {
        line-height: 21px;
        margin-bottom: 50px; }
        .student-home-member-box .student-information .information-unit .name .bold {
          font-family: 'Myriad Semibold';
          text-transform: uppercase; }
      .student-home-member-box .student-information .information-unit .process-width-container .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #01283A;
        color: #fff;
        text-align: center;
        right: -60px;
        top: -60px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 25px;
        position: absolute;
        z-index: 1;
        max-width: 120px; }
        .student-home-member-box .student-information .information-unit .process-width-container .tooltiptext:after {
          content: '';
          width: 15px;
          height: 13px;
          position: absolute;
          background: #01283A;
          bottom: -12px;
          clip-path: polygon(50% 99%, 0 0, 100% 0); }
      .student-home-member-box .student-information .information-unit .process-width-container:hover .tooltiptext {
        height: 30px;
        width: 245px;
        max-width: unset;
        padding: 0 20px;
        right: unset;
        left: 0;
        top: -40px;
        visibility: unset;
        margin-left: -10px; }
        .student-home-member-box .student-information .information-unit .process-width-container:hover .tooltiptext:after {
          width: 9px;
          height: 10px;
          bottom: -9px;
          left: 20px; }
      .student-home-member-box .student-information .information-unit .process_learn {
        position: relative;
        text-align: left;
        display: block;
        max-width: 470px;
        margin: auto;
        text-indent: 10px;
        left: 0;
        font-size: 25px;
        color: #000;
        height: 30px;
        font-family: 'Myriad Bold'; }
        .student-home-member-box .student-information .information-unit .process_learn .learn-number {
          position: absolute;
          left: 0; }
      .student-home-member-box .student-information .information-unit .lesson-progress {
        background: transparent linear-gradient(90deg, #BE1725 0%, #CD5631 16%, #F2E74F 50%, #009A8D 100%) 0% 0% no-repeat padding-box;
        border-radius: 13px;
        max-width: 430px;
        height: 14px;
        margin: 0 auto 15px;
        position: relative; }
    .student-home-member-box .student-information .information-class {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .student-home-member-box .student-information .information-class .list-collum {
        width: calc(50% - 5px); }
      .student-home-member-box .student-information .information-class .class-list {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 100px;
        background: rgba(0, 0, 0, 0.3);
        height: 138px;
        display: flex;
        align-items: center;
        padding-right: 5px; }
        .student-home-member-box .student-information .information-class .class-list .avatar {
          max-width: 138px;
          height: 138px;
          border-radius: 50%;
          border: solid 3px #EAAF39;
          margin-right: 15px;
          width: 100%;
          overflow: hidden; }
          .student-home-member-box .student-information .information-class .class-list .avatar img {
            width: 100%;
            object-fit: cover;
            height: 100%; }
        .student-home-member-box .student-information .information-class .class-list .content {
          text-overflow: ellipsis;
          overflow: hidden;
          margin-right: 10px;
          width: calc(100% - 138px); }
          .student-home-member-box .student-information .information-class .class-list .content .title {
            font-size: 18px;
            font-style: unset;
            text-transform: uppercase;
            font-family: 'Myriad Semibold'; }
          .student-home-member-box .student-information .information-class .class-list .content .sub-title {
            font-size: 15px;
            color: #fff;
            font-family: 'Myriad Light'; }
  .student-home-member-box .student-list-box {
    width: calc(36% - 35px);
    padding: 0 20px 0 0;
    max-height: 600px; }
    .student-home-member-box .student-list-box .list-items {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
      border-radius: 20px;
      background: #fff;
      color: #000;
      max-height: 110px;
      height: 100%;
      margin-bottom: 10px;
      display: flex; }
      .student-home-member-box .student-list-box .list-items .list-items-content {
        align-items: center;
        justify-content: space-evenly;
        margin: auto;
        display: flex; }
      .student-home-member-box .student-list-box .list-items .image {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px; }
      .student-home-member-box .student-list-box .list-items .content {
        text-align: center;
        width: 65%; }
        .student-home-member-box .student-list-box .list-items .content p {
          margin: 0;
          font-family: 'Myriad Semibold'; }
          .student-home-member-box .student-list-box .list-items .content p.time {
            font-family: 'Myriad Regular';
            margin-top: 10px;
            font-size: 15px; }

.btn-bxh {
  border: 2px solid #FDED3F;
  border-radius: 37px;
  color: #FDED3F;
  display: flex;
  align-items: center;
  padding: 0 15px; }
  .btn-bxh img {
    margin-right: 15px; }

.student-homework {
  max-width: 450px; }
  .student-homework .end {
    top: -10px;
    left: 5px;
    position: absolute;
    display: none !important; }
  .student-homework .total {
    top: -10px;
    right: 10px;
    border-radius: 12px;
    padding: 0 25px 3px;
    box-shadow: 0px 2px 1px 2px #B2B2B2; }
  .student-homework .list-date span {
    font-weight: bold;
    color: #113254; }
  .student-homework .list-date img {
    margin-top: 0; }
  .student-homework .start {
    text-transform: uppercase;
    color: #fff;
    background: #ED8A22;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 17px;
    width: 80%;
    margin: -20px auto 0;
    text-align: center;
    display: none; }
  .student-homework .child-list {
    display: flex;
    margin: 10px 0 20px;
    background-color: white;
    padding-top: 30px; }
    .student-homework .child-list.done {
      min-height: 138px; }
      .student-homework .child-list.done .end {
        display: block !important; }
      .student-homework .child-list.done .total {
        background-color: #36AE4A; }
    .student-homework .child-list.not-done .start {
      display: block; }
    .student-homework .child-list.not-done .total {
      background-color: #DC4630; }
    .student-homework .child-list.not-yet {
      padding: 30px 15px 6px 0; }
      .student-homework .child-list.not-yet .start {
        display: block; }
    .student-homework .child-list .list-title {
      font-size: 24px; }
  .student-homework .list-avatar {
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column; }
  .student-homework .list-content {
    width: calc(100% - 190px); }

.student-other .container {
  position: relative;
  max-width: 1200px;
  margin: auto; }

.student-other .col-main {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }

.list-settings {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: auto; }
  .list-settings .child-list {
    width: calc((100% / 4) - 40px);
    margin: 25px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000; }
  .list-settings .title-list {
    text-align: center;
    position: absolute; }
  .list-settings .name-title {
    margin-top: 10px; }
  .list-settings .button-action {
    justify-content: center;
    width: 100%;
    margin-top: 50px; }

.ranking-box {
  display: flex;
  justify-content: space-between; }
  .ranking-box .top-ranking {
    width: calc(45% - 10px);
    background: #fff;
    border-radius: 15px;
    padding: 17px 15px 15px;
    text-align: center; }
    .ranking-box .top-ranking .top-ranking-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 375px;
      margin: auto; }
    .ranking-box .top-ranking .avatar {
      position: relative;
      text-align: center; }
    .ranking-box .top-ranking .name {
      font-size: 20px; }
    .ranking-box .top-ranking .student-img {
      position: absolute;
      width: 78px;
      height: 80px;
      border-radius: 50%;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 38px; }
    .ranking-box .top-ranking .silver-content, .ranking-box .top-ranking .bronze-content {
      width: calc(50% - 10px); }
      .ranking-box .top-ranking .silver-content .avatar, .ranking-box .top-ranking .bronze-content .avatar {
        margin-top: 45px; }
    .ranking-box .top-ranking .gold-content {
      width: 100%;
      margin-bottom: 55px; }
      .ranking-box .top-ranking .gold-content .student-img {
        position: absolute;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 50px; }
  .ranking-box .list-ranking {
    width: calc(55% - 10px);
    max-height: 670px;
    padding: 0 15px 0 0; }
    .ranking-box .list-ranking .item-ranking {
      border-radius: 10px;
      background: #fff;
      margin-bottom: 10px;
      display: flex;
      padding: 10px 15px;
      align-items: center;
      position: relative; }
      .ranking-box .list-ranking .item-ranking .avatar {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        overflow: hidden;
        border: solid 2px #E9AF38; }
      .ranking-box .list-ranking .item-ranking .point {
        background: #DC4630;
        color: #fff;
        width: 50px;
        height: 30px;
        text-align: center;
        border-radius: 10px;
        line-height: 30px;
        font-size: 20px;
        font-family: 'Myriad Bold';
        position: absolute;
        right: 15px; }
      .ranking-box .list-ranking .item-ranking span.name {
        margin: 0 30px; }
      .ranking-box .list-ranking .item-ranking span.stt {
        font-family: 'Myriad Bold';
        margin-right: 15px; }
      .ranking-box .list-ranking .item-ranking .up {
        color: #0B9300; }
      .ranking-box .list-ranking .item-ranking .down {
        color: #D80000; }
      .ranking-box .list-ranking .item-ranking .up, .ranking-box .list-ranking .item-ranking .down {
        position: absolute;
        right: 90px;
        font-family: 'Myriad Bold'; }
  .ranking-box .btn-gold, .ranking-box .btn-silver, .ranking-box .btn-bronze {
    max-width: 114px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: auto; }
  .ranking-box .btn-gold {
    background: url("../img/student/rank/btn-gold.png") no-repeat; }
  .ranking-box .btn-silver {
    background: url("../img/student/rank/btn-silver.png") no-repeat; }
  .ranking-box .btn-bronze {
    background: url("../img/student/rank/btn-bronze.png") no-repeat; }

.manage-file-page .manage-file-box .items-file {
  padding: 7px 40px 10px 50px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px; }
  .manage-file-page .manage-file-box .items-file p {
    margin: 0; }
  .manage-file-page .manage-file-box .items-file p.name {
    font-family: 'Myriad Semibold'; }
  .manage-file-page .manage-file-box .items-file .date, .manage-file-page .manage-file-box .items-file .time {
    font-size: 14px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 8px; }
    .manage-file-page .manage-file-box .items-file .date img, .manage-file-page .manage-file-box .items-file .time img {
      width: 24px;
      margin-right: 15px; }
  .manage-file-page .manage-file-box .items-file .items-point {
    text-align: center;
    margin-right: 14px; }
    .manage-file-page .manage-file-box .items-file .items-point .title-point {
      font-size: 14px;
      color: #000;
      text-transform: uppercase; }
    .manage-file-page .manage-file-box .items-file .items-point .points {
      color: #C11B1B;
      font-size: 24px;
      font-family: 'Myriad Bold'; }
  .manage-file-page .manage-file-box .items-file .date {
    margin: 5px 0 5px; }
  .manage-file-page .manage-file-box .items-file.active {
    background: #D5E6F1; }
  .manage-file-page .manage-file-box .items-file .btn-send-file {
    height: 50px;
    border-radius: 10px;
    border: solid 1px #5B5B5B;
    display: flex;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
    font-family: 'Myriad Bold'; }
  .manage-file-page .manage-file-box .items-file .title-active {
    margin-right: 14px;
    font-family: 'Myriad Bold';
    color: #629199; }

.manage-file-page .popup-send-file {
  padding: 30px 20px 15px;
  height: 200px !important;
  border: none !important; }
  .manage-file-page .popup-send-file .button-action {
    margin-top: 30px;
    justify-content: center; }
  .manage-file-page .popup-send-file .iziModal.hasShadow::after {
    display: none; }
  .manage-file-page .popup-send-file .selectize-control .selectize-input {
    border-radius: 25px;
    padding: 0 20px 0 30px;
    height: 50px;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    box-shadow: none;
    background: #eee !important; }
    .manage-file-page .popup-send-file .selectize-control .selectize-input .item {
      padding: 0 0 0 40px;
      font-size: 18px; }
    .manage-file-page .popup-send-file .selectize-control .selectize-input.input-active {
      border-radius: 25px;
      padding: 0 20px 0 30px;
      height: 50px;
      display: flex;
      align-items: center;
      border: none;
      outline: none;
      box-shadow: none;
      background: #eee !important; }
    .manage-file-page .popup-send-file .selectize-control .selectize-input:after {
      content: "\f078";
      font: normal normal normal 14px/1 FontAwesome;
      border: none;
      margin-top: 0;
      right: 30px;
      top: 18px; }
    .manage-file-page .popup-send-file .selectize-control .selectize-input:before {
      content: '';
      background: url("../img/student/file/search.png") no-repeat;
      width: 30px;
      height: 30px;
      background-size: contain;
      position: absolute;
      left: 20px;
      top: 0;
      bottom: 0;
      margin: auto;
      right: unset; }
    .manage-file-page .popup-send-file .selectize-control .selectize-input.dropdown-active:after {
      content: "\f077"; }
    .manage-file-page .popup-send-file .selectize-control .selectize-input > input {
      width: 100% !important;
      height: 100%;
      margin: 0 !important;
      padding: 0 0 0 40px !important; }
      .manage-file-page .popup-send-file .selectize-control .selectize-input > input::-webkit-input-placeholder {
        font-size: 18px;
        color: #000;
        padding: 0; }
      .manage-file-page .popup-send-file .selectize-control .selectize-input > input:-ms-input-placeholder {
        font-size: 18px;
        color: #000;
        padding: 0; }
      .manage-file-page .popup-send-file .selectize-control .selectize-input > input::placeholder {
        font-size: 18px;
        color: #000;
        padding: 0; }
  .manage-file-page .popup-send-file .selectize-dropdown {
    border: none; }
  .manage-file-page .popup-send-file select#select-user {
    border: none; }
  .manage-file-page .popup-send-file .header h3 {
    font-size: 32px;
    margin: 0 0 30px 0; }

.self-learning-box .list-learning {
  margin-bottom: 35px; }
  .self-learning-box .list-learning .owl-stage {
    display: flex;
    align-items: center; }
  .self-learning-box .list-learning .list-items {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    cursor: pointer; }
    .self-learning-box .list-learning .list-items .image {
      height: 75px;
      width: 75px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
      .self-learning-box .list-learning .list-items .image img {
        width: auto !important;
        height: auto; }
  .self-learning-box .list-learning .owl-item.center .list-items {
    opacity: 1; }

.self-learning-box .learning-content .content-items {
  display: flex;
  padding-top: 35px; }
  .self-learning-box .learning-content .content-items .items-left {
    max-width: 330px;
    margin: 15px 15px 0 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    padding: 30px 13px 10px;
    border-radius: 20px;
    text-align: center;
    max-height: 320px; }
    .self-learning-box .learning-content .content-items .items-left span {
      color: #0C568E;
      font-size: 32px;
      margin-bottom: 25px;
      display: block;
      text-transform: uppercase; }
    .self-learning-box .learning-content .content-items .items-left img {
      border-radius: 10px;
      max-width: 304px; }
  .self-learning-box .learning-content .content-items .items-right {
    width: calc(100% - 350px);
    max-height: 530px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    padding-top: 15px; }
    .self-learning-box .learning-content .content-items .items-right::-webkit-scrollbar {
      display: none; }
    .self-learning-box .learning-content .content-items .items-right .list-learing-item {
      height: 64px;
      border-radius: 54px;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      margin-bottom: 10px;
      color: #000; }
      .self-learning-box .learning-content .content-items .items-right .list-learing-item span {
        font-size: 25px;
        max-width: 70%; }
    .self-learning-box .learning-content .content-items .items-right .learing-done {
      position: absolute;
      top: -11px;
      right: 25px;
      z-index: 1; }

.profile-page .student-info .email {
  color: #fff;
  font-family: 'Myriad Light';
  margin: 0; }
  .profile-page .student-info .email svg {
    margin-right: 10px; }

.profile-page .student-detail-box .student-name {
  margin-bottom: 10px; }

.profile-page .btn-student-edit {
  height: 30px;
  border: 1px solid #FFFF84;
  color: #FFFF84;
  border-radius: 15px;
  font-family: 'Myriad Light';
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer; }
  .profile-page .btn-student-edit svg {
    margin-right: 5px; }

.profile-page .student-homework-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .profile-page .student-homework-list .student-homework-items {
    width: calc(50% - 10px);
    background: #fff;
    border-radius: 57px;
    padding: 5px 45px;
    margin-bottom: 20px;
    display: flex;
    align-items: center; }
    .profile-page .student-homework-list .student-homework-items h1.items-title {
      font-size: 24px;
      margin: 0 0 10px 0;
      font-family: 'Myriad Semibold'; }
    .profile-page .student-homework-list .student-homework-items .items-homework {
      display: flex; }
      .profile-page .student-homework-list .student-homework-items .items-homework p {
        margin: 0;
        max-width: 95px;
        width: 100%; }
      .profile-page .student-homework-list .student-homework-items .items-homework span {
        color: #DE4530;
        font-family: 'Myriad Bold'; }
    .profile-page .student-homework-list .student-homework-items .image {
      max-width: 140px;
      margin-right: 24px; }
      .profile-page .student-homework-list .student-homework-items .image img {
        max-height: 105px; }

.profile-page .popup-input-name {
  background: #EEEEEE;
  height: 50px;
  border-radius: 25px;
  font-family: 'Myriad Bold';
  line-height: 50px;
  padding: 0 0 0 20px;
  margin-bottom: 20px; }

.profile-page .popup-input {
  position: relative; }
  .profile-page .popup-input svg {
    position: absolute;
    top: 18px;
    left: 20px; }
  .profile-page .popup-input input {
    padding: 0 0 0 65px; }
    .profile-page .popup-input input::-webkit-input-placeholder {
      color: #000;
      font-size: 18px;
      padding: 0;
      font-family: 'Myriad Regular'; }
    .profile-page .popup-input input:-ms-input-placeholder {
      color: #000;
      font-size: 18px;
      padding: 0;
      font-family: 'Myriad Regular'; }
    .profile-page .popup-input input::placeholder {
      color: #000;
      font-size: 18px;
      padding: 0;
      font-family: 'Myriad Regular'; }

.profile-page .popup-edit-profile .button-action {
  justify-content: space-evenly; }
  .profile-page .popup-edit-profile .button-action .btn {
    max-width: 130px;
    width: 100%; }

.new-homework-setting-page .new-homework-setting {
  width: 100%;
  display: flex; }

.new-homework-setting-page .active-step {
  display: none !important; }

.new-homework-setting-page .right-list {
  max-width: 367px;
  width: 100%;
  margin-left: 30px; }
  .new-homework-setting-page .right-list .title-note {
    font-size: 18px;
    color: #fff;
    margin: 20px 0; }
  .new-homework-setting-page .right-list .date-picker-container {
    height: 425px;
    position: relative;
    margin-bottom: 20px; }
    .new-homework-setting-page .right-list .date-picker-container input[name="date"] {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 301;
      text-align: center;
      border-radius: 15px;
      border: none;
      cursor: pointer; }
    .new-homework-setting-page .right-list .date-picker-container .custom-date-box-2 .daterangepicker {
      margin: 0; }
      .new-homework-setting-page .right-list .date-picker-container .custom-date-box-2 .daterangepicker .drp-calendar th, .new-homework-setting-page .right-list .date-picker-container .custom-date-box-2 .daterangepicker .drp-calendar td {
        min-width: 53px;
        width: 53px;
        height: 53px;
        font-size: 17px; }
  .new-homework-setting-page .right-list .checkbox-before-start {
    display: flex;
    margin-top: 45px; }
    .new-homework-setting-page .right-list .checkbox-before-start .custom-checkbox {
      height: 28px;
      width: 28px;
      margin: 0 12px 0 0; }
      .new-homework-setting-page .right-list .checkbox-before-start .custom-checkbox .checkbox-checkmark {
        border-color: #fff;
        background: transparent; }
        .new-homework-setting-page .right-list .checkbox-before-start .custom-checkbox .checkbox-checkmark:after {
          left: 10px;
          top: -8px;
          width: 5px;
          height: 20px;
          border-color: #fff; }
      .new-homework-setting-page .right-list .checkbox-before-start .custom-checkbox input:checked ~ .checkbox-checkmark {
        background-color: transparent; }
    .new-homework-setting-page .right-list .checkbox-before-start .label-name {
      color: #fff; }

.new-homework-setting-page .list-type-4 .list-title {
  padding: 15px 30px 15px 15px; }

.new-homework-setting-page .page-2-column .amica-note .lazy {
  transform: unset;
  margin-bottom: 20px; }

.new-homework-setting-page .page-2-column .list-of-selected-items .child-list .list-content .list-name {
  margin-bottom: 0; }

.new-homework-setting-page .list-type-3 .child-list {
  padding: 0 15px 15px 0; }

.achievements-pages .main-content {
  display: flex;
  justify-content: space-between; }

.achievements-pages .c-title {
  margin-bottom: 15px;
  font-family: 'Myriad Semibold'; }

.achievements-pages .achievements-box {
  max-width: 285px;
  width: 100%; }
  .achievements-pages .achievements-box .achievements-student {
    background: rgba(1, 40, 58, 0.4);
    border-radius: 20px;
    padding: 30px 30px 15px 30px;
    text-align: center; }
    .achievements-pages .achievements-box .achievements-student .avatar {
      width: 178px;
      margin: 0 auto 25px;
      border-radius: 50%;
      overflow: hidden;
      border: 3px solid #FFFFFF;
      height: 178px; }
      .achievements-pages .achievements-box .achievements-student .avatar img {
        height: 100%; }
  .achievements-pages .achievements-box p {
    margin: 0; }
  .achievements-pages .achievements-box p.name {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px; }
  .achievements-pages .achievements-box .ranking-text {
    display: flex;
    align-items: center; }
    .achievements-pages .achievements-box .ranking-text p {
      max-width: 115px;
      width: 100%;
      text-align: left; }
    .achievements-pages .achievements-box .ranking-text span {
      color: #FDED3F;
      font-size: 27px;
      font-family: 'Myriad Bold'; }
  .achievements-pages .achievements-box .current-rank {
    color: #fff;
    margin: 20px 0 15px; }

.achievements-pages .ranking-box {
  display: block;
  width: calc(100% - 315px); }
  .achievements-pages .ranking-box .btn-bronze {
    background: #84B0FF 0 0 no-repeat padding-box; }
  .achievements-pages .ranking-box .btn-silver {
    background: transparent linear-gradient(52deg, #B8B8B8 12%, #CFCFCF 32%, #EBEAEA 51%, #DFDEDE 59%, #C0C0C0 74%, #B8B8B8 77%, #CFCFCF 89%, #EBEAEA 100%) 0% 0% no-repeat padding-box; }
  .achievements-pages .ranking-box .btn-gold {
    background: transparent linear-gradient(65deg, #F7D200 16%, #F7BA00 54%, #F7A100 89%) 0% 0% no-repeat padding-box; }
  .achievements-pages .ranking-box .btn-bronze, .achievements-pages .ranking-box .btn-silver, .achievements-pages .ranking-box .btn-gold {
    height: 30px;
    border-radius: 12px;
    color: #000;
    font-family: 'Myriad Bold'; }
  .achievements-pages .ranking-box .top-ranking {
    width: 100%;
    padding: 15px 25px 15px;
    margin-bottom: 20px; }
    .achievements-pages .ranking-box .top-ranking .top-ranking-content {
      flex-wrap: unset;
      justify-content: space-between;
      max-width: 530px;
      align-items: flex-end; }
    .achievements-pages .ranking-box .top-ranking .student-img {
      width: 72px;
      height: 75px;
      bottom: 35px;
      right: 3px; }
    .achievements-pages .ranking-box .top-ranking .rank-icon {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 65px;
      right: 0;
      margin: auto; }
    .achievements-pages .ranking-box .top-ranking .gold-content {
      margin: 0;
      max-width: 180px;
      order: 1; }
      .achievements-pages .ranking-box .top-ranking .gold-content .student-img {
        width: 80px;
        height: 80px;
        bottom: 40px; }
      .achievements-pages .ranking-box .top-ranking .gold-content .rank-icon {
        width: 80px; }
    .achievements-pages .ranking-box .top-ranking .bronze-content {
      order: 0; }
    .achievements-pages .ranking-box .top-ranking .silver-content {
      order: 2; }
    .achievements-pages .ranking-box .top-ranking .silver-content .avatar, .achievements-pages .ranking-box .top-ranking .bronze-content .avatar {
      max-width: 140px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px; }
    .achievements-pages .ranking-box .top-ranking .name {
      font-size: 18px; }
  .achievements-pages .ranking-box .list-ranking {
    width: 100%; }
    .achievements-pages .ranking-box .list-ranking .thumbnail-rank {
      width: 68px;
      position: absolute;
      right: 10px; }
      .achievements-pages .ranking-box .list-ranking .thumbnail-rank.bronze {
        transform: scale(0.8); }
    .achievements-pages .ranking-box .list-ranking .scores {
      font-family: 'Myriad Bold';
      position: absolute;
      right: 145px; }

.time-counter-wrapper {
  height: 140px;
  width: 140px;
  position: absolute;
  right: 100%;
  top: 40px;
  transform: translateY(-50%);
  margin-right: 50px; }

.circle-num {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px; }

.questions-list {
  max-width: 1200px;
  margin: 100px auto; }
  .questions-list .ques {
    display: flex;
    flex-direction: row;
    max-width: 920px;
    margin: 0 auto 70px; }
  .questions-list .margin-left-230 {
    margin-left: 230px;
  }
  .questions-list .go-result {
    margin: auto;
    width: 300px;
    height: 50px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 100px;
    line-height: 50px;
    padding: 0 30px;
    color: white;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 2; }

.navigator {
  width: 1200px;
  margin: auto;
  position: relative; }
  .navigator .next-test, .navigator .prev-test {
    cursor: pointer;
    position: absolute;
    top: -110px; }
  .navigator .next-test {
    height: 60px;
    width: 60px;
    display: block;
    right: 0;
    padding: 8px;
    border: 2px solid white;
    border-radius: 100%;
    color: white;
    margin-right: 20px; }
  .navigator .prev-test {
    height: 60px;
    width: 60px;
    display: block;
    left: 0;
    padding: 8px;
    border: 2px solid white;
    border-radius: 100%;
    color: white;
    transform: rotate(180deg);
    margin-left: 20px; }
  .navigator::after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 20px; }

.ques .index {
  width: 50px;
  color: white;
  font: 40px/70px "Myriad Bold"; }

.ques .answers {
  width: calc(100% - 50px);
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .ques .answers .answers-content {
    position: relative;
    counter-increment: questions-first-counter; }
  .ques .answers input[type="radio"] {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 11;
    cursor: pointer; }
    .ques .answers input[type="radio"]:checked ~ .answer {
      background-color: #ede41d;
      border: 3px solid white; }
  .ques .answers .answer {
    font: 30px/70px "Myriad Bold";
    min-width: 180px;
    padding: 0 10px;
    width: 25%;
    color: black;
    height: 70px;
    background-color: #f3f8fb;
    text-align: center;
    border-radius: 20px;
    border: 3px solid #84c95b;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .ques .answers .answer.true {
      background-color: #b3d353 !important; }
    .ques .answers .answer.false {
      background-color: #e45f62 !important; }
    .ques .answers .answer::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      cursor: pointer; }
    .ques .answers .answer span {
      margin-left: 5px;
      font: 22px/70px "Myriad Regular"; }
    .ques .answers .answer b {
      align-self: flex-end; }
      .ques .answers .answer b:before {
        content: counter(questions-first-counter, upper-alpha) "."; }

.mini_test_page #reset_button, .mini_test_page #btn-check, .mini_test_page #continue_button {
  display: none !important; }

.mini_test_page .time-counter-questions {
  max-width: 715px;
  margin: 30px auto;
  color: #fff;
  position: relative; }

.mini_test_page .mini_test_popup .content {
  text-align: center;
  font-size: 28px;
  font-family: 'Myriad Semibold';
  padding: 50px 20px 40px;
}
.mini_test_page .mini_test_popup .button-action{
	margin-bottom: 20px;
}

.mini_test_page .mini_test_popup .btn {
  margin: auto;
  width: 50%;
  max-width: 175px; }

.mini_result-page {
  background: url("../img/example/mini_bg.png") no-repeat fixed;
  background-size: 100% 100%;
  font-family: 'UTM Cookies'; }
  .mini_result-page .mini_result_box {
    text-align: center;
    max-height: 100vh; }
  .mini_result-page .result-text {
    font-size: 38px;
    color: #045BB2;
    text-transform: uppercase;
    letter-spacing: 0; }
  .mini_result-page .mini_name {
    color: #003575;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 2px;
    font-family: 'UTM Swiss';}
  .mini_result-page .mini_score {
    font-family: 'UTM Swiss';
    position: relative;
    margin: auto; }
    .mini_result-page .mini_score img {
      display: none !important;
      margin: auto; }
    .mini_result-page .mini_score .scores {
      font-size: 90px;
      position: absolute;
      left: 0;
      right: 0; }
    .mini_result-page .mini_score .scores_text {
      font-size: 29px;
      position: absolute;
      left: 0;
      right: 0;
      text-transform: uppercase; }
    .mini_result-page .mini_score.success {
      max-width: 695px; }
      .mini_result-page .mini_score.success .result_success {
        display: block !important; }
      .mini_result-page .mini_score.success .scores, .mini_result-page .mini_score.success .scores_text {
        color: #FFF471; }
      .mini_result-page .mini_score.success .scores {
        top: 110px; }
      .mini_result-page .mini_score.success .scores_text {
        top: 230px; }
    .mini_result-page .mini_score.failed .result_failed {
      display: block !important;
      margin-bottom: 20px; }
    .mini_result-page .mini_score.failed .scores, .mini_result-page .mini_score.failed .scores_text {
      color: #545454; }
    .mini_result-page .mini_score.failed .scores {
      top: 80px; }
    .mini_result-page .mini_score.failed .scores_text {
      top: 200px;
      left: 0; }
  .mini_result-page .mini_answer {
    color: #003575;
    font-size: 34px; }
  .mini_result-page .mini_exp {
    display: flex;
    justify-content: center;
    margin-bottom: 30px; }
    .mini_result-page .mini_exp span {
      color: #0071BC;
      font-size: 35px;
      width: 100%;
      display: block;
      line-height: 57px; }
    .mini_result-page .mini_exp .total {
      background: #ffffff99;
      max-width: 211px;
      border-radius: 40px;
      display: flex;
      width: 100%;
      padding: 5px 5px 5px 5px;
      position: relative;
      margin: 0 7.5px; }
  .mini_result-page .mini_action {
    display: flex;
    max-width: 709px;
    margin: 0 auto 45px;
    justify-content: space-between; }
    .mini_result-page .mini_action .mini_button {
      font-size: 24px;
      text-transform: uppercase;
      font-family: 'Myriad Bold';
      background: #003575;
      color: #fff;
      height: 50px;
      display: flex;
      align-items: center;
      padding: 0 20px;
      min-width: 265px;
      justify-content: center;
      cursor: pointer;
      border-radius: 22px; }
  .mini_result-page .animate_js {
    position: relative; }
    .mini_result-page .animate_js:after {
      content: '+1';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      margin: auto;
      opacity: 0; }
  .mini_result-page .animate__fadeOutUp:after {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    animation-duration: 1s; }

.filter_ajax_content {
  display: flex;
  flex-wrap: wrap; }

.new-homework-setting-page .parent_new-homework-setting .new-home-work {
  width: calc(100% - 450px); }

.new-homework-setting-page .parent_new-homework-setting .right-list {
  max-width: 450px;
  background: #fff;
  border-radius: 25px;
  padding-left: 41.5px;
  padding-right: 41.5px; }
  .new-homework-setting-page .parent_new-homework-setting .right-list .date-picker-container {
    box-shadow: 0 0 10px 0 #888888;
    border-radius: 15px; }
  .new-homework-setting-page .parent_new-homework-setting .right-list .title-note {
    color: #000;
    margin: 40px auto 20px;
    text-align: center; }
  .new-homework-setting-page .parent_new-homework-setting .right-list .checkbox-before-start {
    margin: 30px 0 35px; }
    .new-homework-setting-page .parent_new-homework-setting .right-list .checkbox-before-start .label-name {
      color: #000; }
    .new-homework-setting-page .parent_new-homework-setting .right-list .checkbox-before-start .custom-checkbox .checkbox-checkmark {
      border-color: #F08B01; }
      .new-homework-setting-page .parent_new-homework-setting .right-list .checkbox-before-start .custom-checkbox .checkbox-checkmark:after {
        border-color: #F08B01; }
  .new-homework-setting-page .parent_new-homework-setting .right-list .button-action .btn {
    width: 100%;
    margin-bottom: 20px; }

.children_delivery .list-type-3 h4 {
  margin-top: 25px; }

.teacher-class-attendance .student-add-group.errors input, .add-student-student .student-add-group.errors input {
  width: 100%; }

.one-layout .col-main {
  width: 100%; }

.map_unit .student-home-member-box {
  margin-top: 0; }
  .map_unit .student-home-member-box .student-information {
    max-width: 554px;
    width: 55%; }
    .map_unit .student-home-member-box .student-information .information-unit {
      border-radius: 40px; }
      .map_unit .student-home-member-box .student-information .information-unit .image img {
        max-width: 120px;
        width: 100%;
        height: 120px; }
      .map_unit .student-home-member-box .student-information .information-unit .content {
        font-size: 32px;
        margin-top: 20px;
        margin-bottom: 100px;
        font-family: 'Myriad Bold';
        color: #000;
        text-transform: uppercase; }
    .map_unit .student-home-member-box .student-information .process-width-container {
      background: url("../img/student/border.svg") no-repeat;
      max-width: 470px;
      margin: auto;
      background-size: contain;
      height: 28px;
      position: relative; }
      .map_unit .student-home-member-box .student-information .process-width-container .lesson-progress {
        max-width: 460px;
        width: 100%;
        height: 20px;
        margin: auto 5px auto 5px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
        .map_unit .student-home-member-box .student-information .process-width-container .lesson-progress.process-width .tooltiptext {
          height: 40px;
          top: -50px; }
          .map_unit .student-home-member-box .student-information .process-width-container .lesson-progress.process-width .tooltiptext:after {
            bottom: -6px; }
  .map_unit .student-home-member-box .student-list-box {
    width: calc(50% - 35px);
    padding: 0 35px 0 0; }
    .map_unit .student-home-member-box .student-list-box .list-items {
      background: #fffffff2; }
      .map_unit .student-home-member-box .student-list-box .list-items.active {
        opacity: 0.5; }
      .map_unit .student-home-member-box .student-list-box .list-items .image {
        max-width: 85px;
        height: 85px;
        background: #fff;
        margin: 0;
        width: 100%; }
        .map_unit .student-home-member-box .student-list-box .list-items .image img {
          width: 60px;
          height: 60px; }
      .map_unit .student-home-member-box .student-list-box .list-items .content {
        text-align: center;
        max-width: 250px;
        text-transform: uppercase;
        width: 100%; }
        .map_unit .student-home-member-box .student-list-box .list-items .content p {
          font-size: 24px;
          font-family: 'Myriad Bold'; }
      .map_unit .student-home-member-box .student-list-box .list-items .status-col {
        width: 95px; }
        .map_unit .student-home-member-box .student-list-box .list-items .status-col .icon {
          display: none;
          margin: auto; }
        .map_unit .student-home-member-box .student-list-box .list-items .status-col.done .icon-done {
          display: block; }
        .map_unit .student-home-member-box .student-list-box .list-items .status-col.lock .icon-lock {
          display: block; }
        .map_unit .student-home-member-box .student-list-box .list-items .status-col.inprocess .icon-inprocess {
          display: block;
          width: 55px;
          margin: auto;
          position: relative; }
          .map_unit .student-home-member-box .student-list-box .list-items .status-col.inprocess .icon-inprocess:after {
            content: attr(data-point);
            position: absolute;
            margin: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            top: -2px; }
          .map_unit .student-home-member-box .student-list-box .list-items .status-col.inprocess .icon-inprocess svg path {
            fill: #85C341; }
          .map_unit .student-home-member-box .student-list-box .list-items .status-col.inprocess .icon-inprocess[data-percent='0'] svg path:nth-child(n+1) {
            fill: #4e566140; }
          .map_unit .student-home-member-box .student-list-box .list-items .status-col.inprocess .icon-inprocess[data-percent='1'] svg path:nth-child(n+2) {
            fill: #4e566140; }
          .map_unit .student-home-member-box .student-list-box .list-items .status-col.inprocess .icon-inprocess[data-percent='2'] svg path:nth-child(n+3) {
            fill: #4e566140; }
          .map_unit .student-home-member-box .student-list-box .list-items .status-col.inprocess .icon-inprocess[data-percent='3'] svg path:nth-child(n+4) {
            fill: #4e566140; }
          .map_unit .student-home-member-box .student-list-box .list-items .status-col.inprocess .icon-inprocess[data-percent='4'] svg path:nth-child(n+5) {
            fill: #4e566140; }
          .map_unit .student-home-member-box .student-list-box .list-items .status-col.inprocess .icon-inprocess[data-percent='5'] svg path:nth-child(n+6) {
            fill: #4e566140; }
          .map_unit .student-home-member-box .student-list-box .list-items .status-col.inprocess .icon-inprocess[data-percent='6'] svg path:nth-child(n+7) {
            fill: #4e566140; }
          .map_unit .student-home-member-box .student-list-box .list-items .status-col.inprocess .icon-inprocess[data-percent='7'] svg path:nth-child(n+8) {
            fill: #4e566140; }
          .map_unit .student-home-member-box .student-list-box .list-items .status-col.inprocess .icon-inprocess[data-percent='8'] svg path:nth-child(n+9) {
            fill: #4e566140; }
          .map_unit .student-home-member-box .student-list-box .list-items .status-col.inprocess .icon-inprocess[data-percent='9'] svg path:nth-child(n+10) {
            fill: #4e566140; }
          .map_unit .student-home-member-box .student-list-box .list-items .status-col.inprocess .icon-inprocess[data-percent='10'] svg path:nth-child(n+11) {
            fill: #4e566140; }
      .map_unit .student-home-member-box .student-list-box .list-items .list-items-content {
        align-items: center;
        display: inline-flex;
        margin: 0;
        width: 100%;
        padding: 0 30px; }

.map_unit .main-container {
  padding: 50px 40px 0 64px; }

.map_unit .col-main .main-head {
  margin-bottom: 35px; }

.map_page {
  background: none;
  max-width: unset; }
  .map_page .login-bg-fixed {
    left: 0;
    z-index: 0; }
  .map_page .main-container {
    padding: 15px 20px 15px 25px;
    background: #0000002e;
    position: relative; }
  .map_page .main-content {
    position: relative;
    max-width: 1200px;
    margin: auto; }
  .map_page .col-main .main-head {
    max-width: 1200px;
    margin: auto; }
  .map_page .head-button-action {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .map_page .head-button-action .btn-back {
      max-width: 125px; }
    .map_page .head-button-action .custom_select-box {
      width: auto;
      min-width: 210px; }
      .map_page .head-button-action .custom_select-box .select {
        background: #01283A;
        color: #fff;
        height: 50px;
        border-radius: 25px;
        width: 100%;
        padding: 0 24px;
        position: relative;
        display: flex;
        align-items: center;
        font-size: 18px;
        font-family: 'Myriad Bold'; }
        .map_page .head-button-action .custom_select-box .select.active {
          border-radius: 25px 25px 0 0; }
        .map_page .head-button-action .custom_select-box .select:after {
          content: url(../img/icon/chevron-while.svg);
          right: 15px;
          position: absolute;
          top: 15px; }
        .map_page .head-button-action .custom_select-box .select.active:after {
          transform: rotate(180deg);
          top: 20px; }
      .map_page .head-button-action .custom_select-box .styledSelect {
        position: absolute;
        right: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        max-width: 90%;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
        margin: auto;
        padding: 0 15px; }
      .map_page .head-button-action .custom_select-box ul.options {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: left;
        background: #01283A;
        border-radius: 0 0 27px 27px;
        cursor: pointer;
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 50px;
        right: 0;
        z-index: 2; }
        .map_page .head-button-action .custom_select-box ul.options li {
          border-top: solid 1px #fff;
          height: 45px;
          line-height: 45px;
          padding: 0 0 0 25px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
  .map_page .list-box-unit {
    max-width: 990px;
    margin: 24px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    .map_page .list-box-unit .items-box {
      width: 33.33%;
      float: left;
      position: relative; }
      .map_page .list-box-unit .items-box .content-items {
        width: 188px;
        height: 188px;
        border-radius: 50%;
        background: url(../img/unit/unit_box.png) no-repeat;
        background-size: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative; }
        .map_page .list-box-unit .items-box .content-items img.status-done {
          position: absolute;
          right: 0;
          bottom: 0;
          z-index: 1; }
        .map_page .list-box-unit .items-box .content-items .unit-name {
          font-size: 25px;
          color: #262261;
          font-family: 'Myriad Bold';
          max-width: 170px;
          margin: auto; }
        .map_page .list-box-unit .items-box .content-items .unit-title {
          color: #97E7FF;
          font-size: 22px;
          max-width: 170px;
          margin: auto; }
      .map_page .list-box-unit .items-box.active .content-items {
        position: relative; }
        .map_page .list-box-unit .items-box.active .content-items .unit-title {
          color: #fff;
          font-family: 'Myriad Semibold'; }
        .map_page .list-box-unit .items-box.active .content-items:before {
          content: url("../img/unit/active_img.png");
          position: absolute;
          bottom: -64px;
          left: -22px;
          right: 0;
          margin: auto; }
      .map_page .list-box-unit .items-box.items-box.last:after {
        display: none; }
      .map_page .list-box-unit .items-box[data-index='1'] {
        margin-top: 100px; }
        .map_page .list-box-unit .items-box[data-index='1']:after {
          content: url("../img/unit/line_after_1.png");
          position: absolute;
          right: 0; }
      .map_page .list-box-unit .items-box[data-index='2'] {
        margin-top: 145px; }
        .map_page .list-box-unit .items-box[data-index='2']:after {
          content: url("../img/unit/line_after_2.png");
          position: absolute;
          right: 20px;
          top: 14px; }
      .map_page .list-box-unit .items-box[data-index='3'] {
        margin-top: 125px; }
        .map_page .list-box-unit .items-box[data-index='3']:after {
          content: url("../img/unit/line_after_3.png");
          position: absolute;
          left: 20px;
          bottom: -120px; }
      .map_page .list-box-unit .items-box:nth-child(3n + 1) {
        clear: both; }
      .map_page .list-box-unit .items-box[data-index='4'] {
        margin-top: 100px;
        margin-left: -30px; }
        .map_page .list-box-unit .items-box[data-index='4']:after {
          content: url("../img/unit/line_after_4.png");
          position: absolute;
          left: -100px;
          top: 80px; }
      .map_page .list-box-unit .items-box[data-index='5'] {
        margin-top: 85px;
        margin-left: 30px; }
        .map_page .list-box-unit .items-box[data-index='5']:after {
          content: url("../img/unit/line_after_5.png");
          position: absolute;
          left: -175px;
          top: 80px; }
      .map_page .list-box-unit .items-box[data-index='6'] {
        margin-top: 168px;
        margin-left: -50px; }
        .map_page .list-box-unit .items-box[data-index='6']:after {
          content: url("../img/unit/line_after_3.png");
          position: absolute;
          left: 60px;
          bottom: -110px; }
  .map_page .map_lesson img {
    position: fixed;
    bottom: 0;
    right: 50px;
    max-width: 300px; }
    @media (max-width: 1200px) {
      .map_page .map_lesson img {
        max-width: 200px; } }

.map_unit_detail .header {
  background-color: #EEF7FF;
  border-radius: 25px 25px 0 0;
  padding: 5px 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .map_unit_detail .header .close {
    position: absolute;
    right: 20px;
    top: 10px; }
    .map_unit_detail .header .close:after {
      content: '\d7';
      font-size: 30px;
      color: #7E7D7D; }
  .map_unit_detail .header .content-teacher {
    margin-left: 10px; }
    .map_unit_detail .header .content-teacher .title-teacher {
      font-size: 17px;
      margin: 0; }
    .map_unit_detail .header .content-teacher .name-teacher {
      margin: 0;
      font-size: 22px; }
  .map_unit_detail .header .images .avatar {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    border: solid 2px #E9AF38; }

.map_unit_detail .content .video .listen-box {
  position: relative; }
  .map_unit_detail .content .video .listen-box .button_active {
    position: absolute;
    left: 50%;
    top: 30%;
    background-color: #C6BFB5;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .map_unit_detail .content .video .listen-box .button_active path {
      fill: #423E3D; }
    .map_unit_detail .content .video .listen-box .button_active rect {
      fill: #423E3D; }
  .map_unit_detail .content .video .listen-box #video {
    width: 100%;
    margin-bottom: -5px; }
  .map_unit_detail .content .video .listen-box .hidden {
    display: none !important; }

.map_unit_detail .content .note {
  font-size: 22px;
  padding: 0 30px; }

.map_unit_detail .content .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.map_unit_detail .popup-tutorial {
  padding: 0;
  border-bottom: unset !important;
  width: 700px;
  max-width: unset !important; }
  .map_unit_detail .popup-tutorial .iziModal-content {
    min-height: 267px;
    position: relative; }

.map_unit_detail .listen-box #video-controls, .map_unit_detail .listen-box #controls-video {
  background-color: #A0A3A5;
  border-radius: 0 0 25px 25px;
  padding: 24px 30px; }
  .map_unit_detail .listen-box #video-controls button#playpause, .map_unit_detail .listen-box #controls-video button#playpause {
    height: 30px;
    width: 30px;
    margin-right: 20px; }
    .map_unit_detail .listen-box #video-controls button#playpause .js-svg svg, .map_unit_detail .listen-box #controls-video button#playpause .js-svg svg {
      height: 30px; }
  .map_unit_detail .listen-box #video-controls .video-progress #progress, .map_unit_detail .listen-box #controls-video .video-progress #progress {
    max-width: 550px;
    height: 4px;
    border-radius: 30px; }
    .map_unit_detail .listen-box #video-controls .video-progress #progress #progress-bar, .map_unit_detail .listen-box #controls-video .video-progress #progress #progress-bar {
      height: 4px;
      border-radius: 30px;
      background-color: #E82944;
      top: 0; }
      .map_unit_detail .listen-box #video-controls .video-progress #progress #progress-bar:after, .map_unit_detail .listen-box #controls-video .video-progress #progress #progress-bar:after {
        content: '';
        position: absolute;
        right: 0;
        width: 17px;
        height: 17px;
        background-color: #ffffff;
        top: -6px;
        border-radius: 50%; }

.map_unit_detail .login-bg-fixed {
  left: 0;
  z-index: 0; }

.map_unit_detail .border-left {
  text-transform: capitalize;
  color: #01283A; }

.map_unit_detail .main-container {
  position: relative; }

.map_unit_detail .box-bg_unit {
  margin-bottom: 15px;
  text-align: center; }

.map_unit_detail .box-list-detail {
  max-width: 1064px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 500px;
  padding: 10px 20px 20px 20px; }

.map_unit_detail .box-list-items {
  width: calc(50% - 15px);
  border-radius: 100px 20px 20px 100px;
  margin-bottom: 32px;
  background: #ffffff80;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 90px;
  justify-content: space-between;
  cursor: pointer; }
  .map_unit_detail .box-list-items .opacity {
    opacity: 0.5; }
  .map_unit_detail .box-list-items.active {
    cursor: pointer;
    background: #ffffffe6; }
    .map_unit_detail .box-list-items.active .box-result {
      display: flex; }
    .map_unit_detail .box-list-items.active .content-text {
      min-width: 277px;
      width: 100%;
      max-width: 277px; }
    .map_unit_detail .box-list-items.active .opacity {
      opacity: 1;
      display: flex; }
  .map_unit_detail .box-list-items .level {
    position: absolute; }
    .map_unit_detail .box-list-items .level.hard {
      right: 0;
      top: -20px; }
    .map_unit_detail .box-list-items .level.normal {
      right: 0;
      top: -20px; }
    .map_unit_detail .box-list-items .level.easy {
      right: 0;
      top: -10px; }
  .map_unit_detail .box-list-items .image {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background: #008ECC;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 10px #fff;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto; }
  .map_unit_detail .box-list-items .content-text {
    font-size: 28px;
    margin-left: 105px;
    text-align: center; }
  .map_unit_detail .box-list-items .box-result {
    display: none;
    align-items: center;
    max-width: 115px;
    width: 100%; }
    .map_unit_detail .box-list-items .box-result .item-result {
      position: relative;
      margin-right: 10px;
      height: 46px; }
      .map_unit_detail .box-list-items .box-result .item-result span {
        width: 25px;
        height: 25px;
        display: block;
        position: absolute;
        background: #BE1E2D;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        font-size: 22px;
        line-height: 25px;
        font-family: 'Myriad Bold';
        bottom: 0px;
        right: -4px; }

.improvement_page .improvement_box .improvement_list {
  margin-left: 44px;
  margin-bottom: 100px; }
  .improvement_page .improvement_box .improvement_list lable {
    font-size: 28px;
    color: #fff;
    margin-left: 28px;
    font-family: 'Myriad Semibold'; }
  .improvement_page .improvement_box .improvement_list .message-notify {
    margin-left: 44px; }
  .improvement_page .improvement_box .improvement_list .improvement_items {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    padding: 25px 30px;
    display: block; }
    .improvement_page .improvement_box .improvement_list .improvement_items .image {
      max-width: 65px;
      margin: auto; }
    .improvement_page .improvement_box .improvement_list .improvement_items .title {
      font-size: 24px;
      color: #000;
      text-align: center;
      margin: 20px 0 10px; }
    .improvement_page .improvement_box .improvement_list .improvement_items .content {
      text-align: center;
      color: #000; }

.improvement_page .owl-stage {
  padding: 20px 0; }

.improvement_page .main-container {
  padding: 50px 40px 0 68px; }

.improvement_page .col-main .main-head {
  margin-bottom: 75px; }

.test_marks .s-info {
  margin-top: 90px; }
  .test_marks .s-info .s-info-content .info-content .date-time {
    justify-content: unset !important; }
    .test_marks .s-info .s-info-content .info-content .date-time .btn-attendance-edit {
      margin-left: 5px; }
    .test_marks .s-info .s-info-content .info-content .date-time .date-render {
      font-weight: bold; }
  .test_marks .s-info .s-info-content .info-content .list-name-mark {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px; }
    .test_marks .s-info .s-info-content .info-content .list-name-mark .btn-edit-test {
      margin-left: 10px; }
    .test_marks .s-info .s-info-content .info-content .list-name-mark .text {
      margin-left: 15px;
      max-width: 230px;
      border: none;
      background-color: transparent;
      font-size: 24px;
      font-family: 'Myriad Bold'; }
      .test_marks .s-info .s-info-content .info-content .list-name-mark .text::-webkit-input-placeholder {
        color: #000;
        font-size: 24px;
        font-family: 'Myriad Bold'; }

.test_marks .s-list-student {
  margin-bottom: 100px;
  margin-top: 30px; }
  .test_marks .s-list-student .check-option {
    margin-bottom: 25px; }
  .test_marks .s-list-student .s-list-content {
    border-radius: 50px 50px 0 0;
    background-color: #ffffff;
    padding-right: 0 !important; }
    .test_marks .s-list-student .s-list-content::-webkit-scrollbar {
      display: none; }
    .test_marks .s-list-student .s-list-content .list-items {
      background-color: unset;
      border-bottom: 1px solid #8D8D8D;
      border-radius: unset !important; }
      .test_marks .s-list-student .s-list-content .list-items:last-child {
        border: none; }
      .test_marks .s-list-student .s-list-content .list-items .btn-border {
        height: 25px;
        margin-top: 35px; }
      .test_marks .s-list-student .s-list-content .list-items .s-info-student .top-check .btn-edit-name path, .test_marks .s-list-student .s-list-content .list-items .s-info-student .top-check .btn-edit-point path {
        fill: #489A86; }
      .test_marks .s-list-student .s-list-content .list-items .s-info-student .top-check .name {
        border: none;
        background-color: #fff;
        font-size: 21px;
        max-width: 240px; }
      .test_marks .s-list-student .s-list-content .list-items .s-info-student .top-check .btn-attendance-edit {
        margin-right: 10px; }
      .test_marks .s-list-student .s-list-content .list-items .s-info-student .top-check .point input {
        padding: 5px 0;
        border-radius: 50px;
        background-color: #489A86;
        font-size: 33px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        max-width: 80px;
        border: none; }
        .test_marks .s-list-student .s-list-content .list-items .s-info-student .top-check .point input::-webkit-inner-spin-button, .test_marks .s-list-student .s-list-content .list-items .s-info-student .top-check .point input::-webkit-outer-spin-button {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          margin: 0; }

.lesson-pages {
  max-width: unset; }
  .lesson-pages .btn-delete-data-select {
    display: none; }
  .lesson-pages .lesson-box {
    max-width: 990px;
    margin: auto;
    padding: 50px 20px; }
  .lesson-pages .content-box {
    color: #fff;
    font-size: 30px; }
    .lesson-pages .content-box .box-title {
      font-family: 'Myriad Bold';
      text-decoration: underline; }
  .lesson-pages .video-box {
    text-align: center;
    margin: 0 0 60px 0;
    text-align: center; }
    .lesson-pages .video-box video {
      width: 100%;
      margin: auto;
      cursor: pointer;
      outline: none; }
    .lesson-pages .video-box audio {
      width: 100%; }

.study_index-page.page-2column .content .content-right .list-unit .unit h3, .achievements-detail-pages .content .content-right .list-unit .unit h3 {
  margin-bottom: 0; }

.study_index-page.page-2column .content .content-right .list-unit .unit label, .achievements-detail-pages .content .content-right .list-unit .unit label {
  margin-bottom: 5px; }

.study_index-page.page-2column .custom-select-box, .achievements-detail-pages .custom-select-box {
  max-width: 240px;
  min-width: 186px;
  margin-left: 10px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }
  .study_index-page.page-2column .custom-select-box .select, .achievements-detail-pages .custom-select-box .select {
    position: relative;
    background: #01283a80;
    height: 50px;
    border-radius: 50px; }
    .study_index-page.page-2column .custom-select-box .select:after, .achievements-detail-pages .custom-select-box .select:after {
      content: '';
      background: url(../img/icon/chevron-while.svg) no-repeat;
      display: block;
      width: 30px;
      height: 17px;
      background-size: 30px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 16px;
      margin: auto; }
    .study_index-page.page-2column .custom-select-box .select.active:after, .achievements-detail-pages .custom-select-box .select.active:after {
      transform: rotate(180deg);
      top: -5px;
      z-index: 11; }
    .study_index-page.page-2column .custom-select-box .select:before, .achievements-detail-pages .custom-select-box .select:before {
      content: '';
      display: block;
      width: 1px;
      background: #fff;
      height: 30px;
      position: absolute;
      top: 8px;
      z-index: 11;
      left: 55px; }
    .study_index-page.page-2column .custom-select-box .select .styledSelect, .achievements-detail-pages .custom-select-box .select .styledSelect {
      color: #fff;
      font-size: 19px;
      text-align: center;
      line-height: 50px;
      position: relative;
      z-index: 10;
      padding: 0 15px 0 60px;
      display: -webkit-box !important;
      -webkit-line-clamp: 1;
      overflow: hidden;
      -webkit-box-orient: vertical; }
      .study_index-page.page-2column .custom-select-box .select .styledSelect.active, .achievements-detail-pages .custom-select-box .select .styledSelect.active {
        border-radius: 50px;
        background: #01283A; }
    .study_index-page.page-2column .custom-select-box .select ul.options, .achievements-detail-pages .custom-select-box .select ul.options {
      display: none;
      position: absolute;
      width: 100%;
      padding: 20px 15px 0;
      margin: 0;
      text-align: center;
      list-style: none;
      background: #fff;
      top: 30px;
      border-radius: 0 0 25px 25px;
      font-size: 19px;
      line-height: 23px;
      z-index: 1;
      max-height: 300px;
      overflow-y: scroll; }
      .study_index-page.page-2column .custom-select-box .select ul.options::-webkit-scrollbar, .achievements-detail-pages .custom-select-box .select ul.options::-webkit-scrollbar {
        width: 3px; }
      .study_index-page.page-2column .custom-select-box .select ul.options li, .achievements-detail-pages .custom-select-box .select ul.options li {
        border-bottom: solid 1px #BCBCBC;
        padding: 10px 0; }
        .study_index-page.page-2column .custom-select-box .select ul.options li:last-child, .achievements-detail-pages .custom-select-box .select ul.options li:last-child {
          border: none; }

.study_index-page.page-2column .message-notify, .achievements-detail-pages .message-notify {
  color: #fff;
  text-align: center; }

.study_history-page .filter_ajax_content {
  width: 100%; }
  .study_history-page .filter_ajax_content .content {
    width: 100%;
    margin-left: 0; }
    .study_history-page .filter_ajax_content .content .content-right {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .study_history-page .filter_ajax_content .content .content-right a {
        width: calc(50% - 10px); }
      .study_history-page .filter_ajax_content .content .content-right .list-unit {
        height: 112px; }

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

.study_detail-page .col-main .main-head {
  margin-bottom: 20px; }

.study_detail-page .main-content {
  padding: 0  50px;
  max-width: 1077px;
  margin: auto; }

.study_detail-page .info-box {
  margin: 0 0 10px 65px;
  color: #fff;
  font-size: 24px; }
  .study_detail-page .info-box .info-content-box {
    display: flex;
    justify-content: space-between; }
  .study_detail-page .info-box .info-name {
    font-family: "Myriad SemiBold"; }
  .study_detail-page .info-box .info-school {
    margin: 5px 0;
    font-family: "Myriad Light"; }
  .study_detail-page .info-box .info-year {
    font-family: "Myriad Light"; }

.study_detail-page .guide-box {
  border-radius: 30px;
  background: #E6E7E8;
  padding: 15px 15px 15px; }
  .study_detail-page .guide-box .guide-info {
    display: flex;
    color: #231F20;
    font-family: "Myriad Light";
    justify-content: space-around; }
  .study_detail-page .guide-box .guide-content {
    background: #fff;
    border-radius: 30px;
    margin-top: 10px;
    overflow: hidden;
    padding: 10px 40px 10px; }
    .study_detail-page .guide-box .guide-content h1.guide-title {
      color: #1B75BC;
      text-align: center;
      font-family: 'Myriad Bold'; }
    .study_detail-page .guide-box .guide-content .left, .study_detail-page .guide-box .guide-content .right {
      width: 50%;
      float: left;
      min-height: 303px;
      font-family: "Myriad Light"; }
    .study_detail-page .guide-box .guide-content .right {
      border-left: solid 1px #707070;
      padding-left: 35px; }
    .study_detail-page .guide-box .guide-content p {
      margin: 0;
      max-width: 280px;
      line-height: 26px; }
    .study_detail-page .guide-box .guide-content strong {
      font-family: 'Myriad Bold'; }
    .study_detail-page .guide-box .guide-content ul {
      list-style: none; }
    .study_detail-page .guide-box .guide-content .guide-items {
      display: flex;
      margin-bottom: 20px; }
      .study_detail-page .guide-box .guide-content .guide-items .input-guide {
        width: 85px;
        margin-right: 25px; }
    .study_detail-page .guide-box .guide-content .btn-start {
      max-width: 220px;
      margin: 120px auto 0; }

.study-btn {
  width: 100%;
  height: 39px;
  max-width: 85px;
  cursor: pointer;
  border-radius: 39px;
  background: #01283A;
  position: relative; }
  .study-btn:after {
    content: '';
    background: url(../img/icon/chevron-while.svg) no-repeat;
    display: block;
    width: 30px;
    height: 15px;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto; }
  .study-btn.study-prev:after {
    transform: rotate(90deg); }
  .study-btn.study-next:after {
    transform: rotate(270deg); }

input.study-input {
  width: 100%;
  height: 32px;
  border-radius: 7px;
  border: solid 1px #58595B; }

.study_test-page .explain {
  display: none; }

.study_test-page input, .study_test-page textarea {
  padding: 0 10px; }

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

.study_test-page .col-main .main-head {
  margin-bottom: 10px; }

.study_test-page .main-content {
  padding: 0 50px;
  max-width: 1077px;
  margin: auto; }

.study_test-page .border-left {
  max-width: calc(100% - 460px); }

.study_test-page .content_start_mock_test {
  border-radius: 30px;
  background: #E6E7E8;
  padding: 25px 15px 15px; }
  .study_test-page .content_start_mock_test .mock_test_head {
    display: flex;
    color: #231F20;
    padding: 0 30px;
    font-family: "Myriad Light";
    justify-content: space-between; }
    .study_test-page .content_start_mock_test .mock_test_head .review-later {
      display: flex;
      align-items: center; }
      .study_test-page .content_start_mock_test .mock_test_head .review-later .custom-checkbox {
        margin: 0 10px 0 0; }
    .study_test-page .content_start_mock_test .mock_test_head .number-questions {
      background: transparent linear-gradient(90deg, #FFBE00 0%, #FF9200 100%) 0% 0% no-repeat padding-box;
      border-radius: 49px;
      width: 100px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .study_test-page .content_start_mock_test .mock_test_content {
    background: #fff;
    border-radius: 30px;
    margin-top: 10px;
    height: 300px;
    padding: 30px 20px 40px 40px;
    font-family: "Myriad Light"; }
    .study_test-page .content_start_mock_test .mock_test_content .questions-items.scroll-list {
      height: 255px;
      padding-right: 20px; }
      .study_test-page .content_start_mock_test .mock_test_content .questions-items.scroll-list::-webkit-scrollbar {
        width: 4px;
        padding: 0 0 0 10px;
        border-radius: 5px; }
      .study_test-page .content_start_mock_test .mock_test_content .questions-items.scroll-list::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.3);
        padding: 0 0 0 10px;
        border-radius: 5px; }
      .study_test-page .content_start_mock_test .mock_test_content .questions-items.scroll-list::-webkit-scrollbar-thumb {
        background: #E8E803;
        padding: 0 0 0 10px;
        border-radius: 5px; }
    .study_test-page .content_start_mock_test .mock_test_content .number-text {
      color: #000000;
      font-family: "Myriad Bold"; }
    .study_test-page .content_start_mock_test .mock_test_content .study-title {
      font-family: "Myriad SemiBold"; }
    .study_test-page .content_start_mock_test .mock_test_content .study-question {
      margin: 0 0 15px 0;
      font-family: "Myriad Regular"; }

.study_test-page .study-content-data .custom-radio-box .checkmark {
  border-color: #444444; }

.study_test-page .study-content-data .custom-radio-box:hover input ~ .checkmark:after {
  background: #007BA4; }

.study_test-page .study-content-data .custom-radio-box input:checked ~ .checkmark {
  border-color: #444444; }
  .study_test-page .study-content-data .custom-radio-box input:checked ~ .checkmark:after {
    width: 10px;
    height: 10px; }

.study_test-page .study-content-data.data-option .content-items.item-option {
  display: flex;
  width: 25%;
  margin-bottom: 15px; }
  .study_test-page .study-content-data.data-option .content-items.item-option .content-text {
    margin: 0 15px; }
  .study_test-page .study-content-data.data-option .content-items.item-option.active .content-text {
    font-family: 'Myriad Regular'; }

.study_test-page .study-content-data.data-input {
  margin-top: 20px; }
  .study_test-page .study-content-data.data-input input.study-input {
    min-height: 56px;
    border-radius: 7px; }
  .study_test-page .study-content-data.data-input .item-input {
    margin-bottom: 20px; }
  .study_test-page .study-content-data.data-input.input-number .item-input {
    position: relative;
    counter-increment: input_number; }
    .study_test-page .study-content-data.data-input.input-number .item-input .study-input {
      margin-left: 35px;
      min-width: 187px;
      width: auto; }
    .study_test-page .study-content-data.data-input.input-number .item-input:after {
      content: counter(input_number, decimal) ". ";
      font-size: 22px;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      font-family: "Myriad Bold"; }

.study_test-page .mock_test_action {
  display: flex;
  margin: 30px 0 0 0;
  align-items: center;
  justify-content: center; }
  .study_test-page .mock_test_action .input-guide {
    width: 80px; }
  .study_test-page .mock_test_action .time-box {
    min-width: 195px;
    height: 75px;
    border: solid 1px #01283A;
    background: #fff;
    border-radius: 20px;
    font-size: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none; }

.study_test-page .popup-overview {
  max-width: 942px !important;
  width: 100%; }
  .study_test-page .popup-overview .overview-head {
    display: flex;
    justify-content: space-between; }
    .study_test-page .popup-overview .overview-head .overview-title {
      margin: 0;
      font-size: 32px;
      color: #01283A; }
    .study_test-page .popup-overview .overview-head .btn-back {
      max-width: 100px; }
  .study_test-page .popup-overview .item-overview {
    text-align: center; }
    .study_test-page .popup-overview .item-overview .overview-check {
      min-width: 56px;
      min-height: 40px;
      border: 2px solid #939598;
      border-radius: 18px;
      color: #3D3D3D;
      cursor: pointer;
      display: inline-block; }
      .study_test-page .popup-overview .item-overview .overview-check.done-item {
        border-color: #1B75BC; }
      .study_test-page .popup-overview .item-overview .overview-check.review-later-item {
        border-color: #BE1E2D;
        background: #EAD6D6; }
      .study_test-page .popup-overview .item-overview .overview-check.none-item {
        border-color: #939598;
        background: #E6E7E8;
        cursor: not-allowed; }
    .study_test-page .popup-overview .item-overview p {
      margin: 0;
      letter-spacing: 0px;
      color: #3D3D3D;
      font-size: 18px;
      font-family: "Myriad Light"; }
  .study_test-page .popup-overview .overview-explain {
    max-width: 422px;
    margin: auto;
    display: flex;
    justify-content: space-around; }
  .study_test-page .popup-overview .overview-content {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0; }
    .study_test-page .popup-overview .overview-content .item-overview {
      width: calc(100%/8);
      margin-bottom: 15px; }
      .study_test-page .popup-overview .overview-content .item-overview .overview-check {
        line-height: 43px;
        min-width: 66px; }

.study_test-page .study_popup {
  max-width: 407px !important;
  width: 100%;
  border: none !important; }
  .study_test-page .study_popup .content {
    color: #686868;
    font-size: 18px;
    padding: 50px 0;
    text-align: center;
    font-family: "Myriad Light"; }
    .study_test-page .study_popup .content .title-popup {
      color: #686868;
      font-size: 24px;
      margin: 0 0 25px 0;
      font-family: "Myriad Bold"; }
    .study_test-page .study_popup .content p {
      margin: 0; }
  .study_test-page .study_popup .button-action {
    display: flex;
    justify-content: space-around; }
    .study_test-page .study_popup .button-action .btn {
      min-width: 120px; }

.study_history-page .mock_test_action {
  justify-content: space-around; }

.study_history-page input[disabled="disabled"] {
  background: transparent; }

.study_history-page .explain {
  display: block;
  font-size: 22px;
  color: #000;
  font-family: "Myriad Light",sans-serif; }
  .study_history-page .explain .explain-title {
    font-size: 18px;
    color: #000;
    display: block;
    margin-bottom: 10px;
    font-family: "Myriad SemiBold",sans-serif; }

.study_history-page .item-option.answer_true .custom-radio-box input:checked ~ .checkmark:after {
  background: #009444; }

.study_history-page .item-option.answer_true .content-text {
  color: #009444;
  font-family: "Myriad Regular",sans-serif; }

.study_history-page .item-option.answer_false {
  color: #BE1E2D;
  font-family: "Myriad Regular",sans-serif; }
  .study_history-page .item-option.answer_false .custom-radio-box input:checked ~ .checkmark:after {
    background: #BE1E2D; }

.study_history-page .item-input {
  position: relative; }
  .study_history-page .item-input:after {
    content: '';
    background: url("../img/example/answer-icon.png") no-repeat;
    background-size: contain;
    width: 28px;
    height: 25px;
    position: absolute;
    bottom: 0; }
  .study_history-page .item-input.answer_false .answer_input {
    color: #BE1E2D;
    font-size: 22px;
    border: none;
    margin-left: 30px;
    width: auto;
    margin-bottom: 10px;
    min-height: auto !important; }
  .study_history-page .item-input.answer_false .hide {
    display: block !important;
    border: none;
    color: #009444;
    font-size: 22px;
    margin-left: 30px; }
  .study_history-page .item-input.answer_true .answer_input {
    color: #009444;
    font-size: 22px;
    border: none;
    margin-left: 30px;
    width: auto;
    min-height: auto !important; }

.custom-review-later .checkbox-checkmark {
  border-color: #444444; }
  .custom-review-later .checkbox-checkmark:after {
    content: '';
    background: url("../img/student/study_check.png") no-repeat;
    border: none;
    width: 32px;
    height: 26px;
    transform: rotate(0);
    left: 0;
    right: 0; }

.input-guide .custom-radio-box, .input-guide .custom-checkbox {
  margin: auto; }

.input-guide .custom-radio-box .checkmark {
  border-color: #444444; }

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

.input-guide .custom-radio-box input:checked ~ .checkmark {
  border-color: #444444; }
  .input-guide .custom-radio-box input:checked ~ .checkmark:after {
    width: 10px;
    height: 10px; }

.study-question .fill_word {
  display: inline-block;
  width: 100px;
  border: solid 1px;
  margin: 0 5px 0 5px;
  counter-increment: fill_number; }

.study-question .fill_number {
  position: relative;
  margin: 0 5px 0 25px; }
  .study-question .fill_number:after {
    content: "(" counter(fill_number, decimal) ")";
    position: absolute;
    bottom: 0;
    left: -25px;
    top: -15px; }

.add_class-page.add-student-page .student-add-group input {
  padding: 0 40px 0 40px;
  text-align: center; }
  .add_class-page.add-student-page .student-add-group input::-webkit-input-placeholder {
    text-align: center;
    color: #7A7A7A;
    font-family: "Myriad SemiBold"; }
  .add_class-page.add-student-page .student-add-group input::placeholder {
    text-align: center;
    color: #7A7A7A;
    font-family: "Myriad SemiBold"; }

.popup-student-add-class {
  max-width: 850px !important;
  width: 100% !important;
  padding: 0 !important; }
  .popup-student-add-class .class-information-detail-box {
    margin-bottom: 10px; }
    .popup-student-add-class .class-information-detail-box .info-label-class {
      right: 20px;
      margin: auto;
      max-width: 545px;
      text-align: center; }
    .popup-student-add-class .class-information-detail-box .info-detail-items {
      align-items: flex-end; }
    .popup-student-add-class .class-information-detail-box .info-detail-content {
      padding: 10px 30px; }
  .popup-student-add-class .btn-action {
    margin: 10px 0; }
    .popup-student-add-class .btn-action .btn {
      max-width: 188px;
      margin: 0 10px; }

.achievements-new-pages .col-main {
  padding-bottom: 50px; }

.achievements-new-pages .achievements-box .main-images-box {
  text-align: center; }

.achievements-new-pages .section-count-word {
  display: flex;
  align-items: center;
  max-width: 650px;
  margin: auto;
  justify-content: space-between; }
  .achievements-new-pages .section-count-word .box-count {
    display: flex;
    align-items: center; }
    .achievements-new-pages .section-count-word .box-count .rank-image {
      max-width: 172px; }
    .achievements-new-pages .section-count-word .box-count .count-image {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      .achievements-new-pages .section-count-word .box-count .count-image img {
        position: relative;
        z-index: 1;
        max-width: 32px;
        width: auto; }
      .achievements-new-pages .section-count-word .box-count .count-image:after {
        content: '';
        display: block;
        width: 73px;
        height: 73px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        background: #D1D3D4;
        border-radius: 50%; }
    .achievements-new-pages .section-count-word .box-count .count-text {
      height: 74px;
      background: #fff;
      padding: 0 20px;
      margin-left: -20px;
      border-radius: 0 35px 35px 0;
      width: 124px;
      text-align: center; }
      .achievements-new-pages .section-count-word .box-count .count-text .number {
        font-size: 41px;
        text-align: center;
        line-height: 50px;
        color: #2B3990;
        font-family: "Myriad Bold",sans-serif; }
      .achievements-new-pages .section-count-word .box-count .count-text .text {
        font-size: 14px;
        line-height: 16px;
        color: #2B3990; }

.achievements-new-pages .section-box-list-exam {
  max-width: 859px;
  margin: 65px auto 0;
  background: #00000033;
  border-radius: 20px;
  padding: 35px 20px;
  display: flex;
  flex-wrap: wrap; }
  .achievements-new-pages .section-box-list-exam .image-exam {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center; }
    .achievements-new-pages .section-box-list-exam .image-exam:after {
      position: absolute;
      content: '';
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: linear-gradient(90deg, #E5E5E5 50%, #fff 50%); }
    .achievements-new-pages .section-box-list-exam .image-exam img {
      position: relative;
      z-index: 1; }
  .achievements-new-pages .section-box-list-exam .items-exam {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    width: 50%; }
    .achievements-new-pages .section-box-list-exam .items-exam .content-exam {
      max-width: 217px;
      height: 30px;
      background: #fff;
      border-radius: 15px;
      position: relative;
      text-align: center;
      width: 100%;
      margin-left: -30px;
      margin-right: 15px; }
      .achievements-new-pages .section-box-list-exam .items-exam .content-exam .text-exam {
        position: absolute;
        top: -25px;
        font-size: 18px;
        color: #fff;
        left: 0;
        right: 0; }
      .achievements-new-pages .section-box-list-exam .items-exam .content-exam .exam-width {
        position: absolute;
        left: 0;
        height: 21px;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #B09EFF;
        border-radius: 10px;
        z-index: 0; }
    .achievements-new-pages .section-box-list-exam .items-exam .score-exam {
      min-width: 90px;
      height: 30px;
      background: #fff;
      color: #2B3990;
      border-radius: 15px;
      padding: 0 10px;
      font-size: 24px;
      text-align: center;
      font-family: "Myriad Bold",sans-serif; }
      .achievements-new-pages .section-box-list-exam .items-exam .score-exam sup {
        font-size: 12px;
        font-family: "Myriad Bold",sans-serif;
        color: #BE1E2D; }
        .achievements-new-pages .section-box-list-exam .items-exam .score-exam sup.up {
          color: #8DC63F; }

.achievements-new-pages .section-box-big-rank {
  margin-bottom: 50px; }
  .achievements-new-pages .section-box-big-rank .bg_big_rank {
    background: url("../img/achievements/bg_after_rank.png");
    width: 552px;
    height: 546px;
    margin: auto;
    position: relative;
    text-align: center;
    padding-top: 200px; }
    .achievements-new-pages .section-box-big-rank .bg_big_rank .between-rank {
      display: flex;
      align-items: center;
      justify-content: center; }
      .achievements-new-pages .section-box-big-rank .bg_big_rank .between-rank .between-rank-bar {
        max-width: 205px;
        height: 20px;
        width: 100%;
        background: #F7F7F7;
        border-radius: 10px;
        position: relative;
        color: #fff;
        margin: 0 10px;
        font-size: 11px;
        cursor: pointer; }
        .achievements-new-pages .section-box-big-rank .bg_big_rank .between-rank .between-rank-bar .score {
          opacity: 0;
          position: absolute;
          left: 0;
          top: -20px;
          cursor: pointer; }
        .achievements-new-pages .section-box-big-rank .bg_big_rank .between-rank .between-rank-bar:hover .score {
          opacity: 1; }
        .achievements-new-pages .section-box-big-rank .bg_big_rank .between-rank .between-rank-bar .process_width {
          position: absolute;
          height: 10px;
          background: #B09EFF;
          top: 0;
          bottom: 0;
          margin: auto;
          border-radius: 5px;
          left: 5px;
          max-width: calc(100% - 10px); }

.achievements-new-pages .section-box-history {
  max-width: 482px;
  margin: auto;
  background: #fff;
  border-radius: 20px;
  padding: 10px; }
  .achievements-new-pages .section-box-history .history-header {
    height: 50px;
    border-radius: 25px;
    background: #017CA4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 45px; }
    .achievements-new-pages .section-box-history .history-header .title {
      font-size: 18px; }
    .achievements-new-pages .section-box-history .history-header .filter {
      background: #fff;
      border-radius: 25px;
      height: 35px;
      max-width: 145px;
      width: 100%;
      color: #017CA4;
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .achievements-new-pages .section-box-history .history-header .filter .imgage {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: solid 1px #017CA4;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 5px; }
  .achievements-new-pages .section-box-history .tab-box {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    font-family: "Myriad Light",sans-serif; }
    .achievements-new-pages .section-box-history .tab-box .tab-items {
      font-size: 18px;
      width: 33.33%;
      border-bottom: solid 3px transparent;
      height: 55px;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-family: "Myriad SemiBold",sans-serif; }
      .achievements-new-pages .section-box-history .tab-box .tab-items.active {
        border-color: #F9B038; }

.achievements-new-pages .section-box-score-final {
  max-width: 540px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 90px; }
  .achievements-new-pages .section-box-score-final .score-final-items {
    max-width: 200px;
    width: 100%;
    text-align: center;
    padding: 5px;
    background: #fff;
    border-radius: 25px; }
    .achievements-new-pages .section-box-score-final .score-final-items .text {
      color: #fff;
      background: #017CA4;
      font-size: 18px;
      border-radius: 25px;
      height: 56px;
      font-family: "Myriad Bold",sans-serif; }
    .achievements-new-pages .section-box-score-final .score-final-items .score {
      color: #2B3990;
      font-size: 45px;
      font-family: "Myriad Bold", sans-serif; }

.achievements-new-pages .section-history-log .history-log-content {
  max-width: 845px;
  margin: 60px auto 0; }

.achievements-new-pages .section-history-log a.link {
  font-size: 26px;
  float: right;
  border-radius: 15px;
  padding: 2px 30px;
  margin-top: 35px;
  background: #fff;
  font-family: "Myriad Light",sans-serif; }

.section-history-log .history-log-content {
  background: #fff;
  border-radius: 10px;
  padding: 3px; }
  .section-history-log .history-log-content .head {
    background: #017CA4;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    padding: 12.5px 30px;
    font-family: "Myriad Bold", sans-serif; }
  .section-history-log .history-log-content .content-log {
    padding: 0 25px; }
  .section-history-log .history-log-content .content-list {
    margin-top: 25px; }
    .section-history-log .history-log-content .content-list .content-log .label {
      font-size: 26px;
      color: #000000;
      margin-bottom: 6px;
      font-family: "Myriad Bold", sans-serif; }
    .section-history-log .history-log-content .content-list .content-log .log-items {
      border-bottom: solid 1px #707070;
      font-size: 26px;
      margin: 0 10px 10px;
      display: flex;
      padding-bottom: 16px;
      font-family: "Myriad Light",sans-serif; }
      .section-history-log .history-log-content .content-list .content-log .log-items:last-child {
        border: none; }
      .section-history-log .history-log-content .content-list .content-log .log-items .name {
        max-width: 30%;
        width: 100%;
        margin-left: 30px;
        letter-spacing: 1.3px; }
      .section-history-log .history-log-content .content-list .content-log .log-items .time {
        font-size: 25px;
        color: #000;
        max-width: 60px;
        width: 100%;
        font-family: "Myriad Bold", sans-serif; }
      .section-history-log .history-log-content .content-list .content-log .log-items .duration {
        max-width: 38%;
        margin-left: 20px;
        width: 100%; }
      .section-history-log .history-log-content .content-list .content-log .log-items .score {
        max-width: 140px;
        width: 100%;
        margin-left: 20px; }

.achievements-history-pages .section-history-log {
  width: 100%; }

.achievements-skill-pages .main-container {
  padding: 25px 40px 0 20px; }

.achievements-skill-pages .col-main .main-head {
  margin-bottom: 35px; }
  .achievements-skill-pages .col-main .main-head .title {
    text-transform: capitalize; }

.achievements-skill-pages .student-time-box {
  padding: 0; }
  .achievements-skill-pages .student-time-box .time-chart {
    background: #fff;
    padding: 0; }
  .achievements-skill-pages .student-time-box span.label-m {
    left: -70px;
    background: none;
    top: -30px;
    color: #9BA4B7;
    font-family: "Myriad Light",sans-serif;
    background: transparent; }
  .achievements-skill-pages .student-time-box .chart-minute {
    margin: 0 50px;
    border-color: #D8D8D8;
    border-width: 2px;
    height: 100px; }
  .achievements-skill-pages .student-time-box .chart-day {
    height: 58px;
    background: #BFC1C1; }
  .achievements-skill-pages .student-time-box .owl-item.center .circle-day {
    background: #333333;
    color: #fff; }
  .achievements-skill-pages .student-time-box .circle-day {
    width: 46px;
    height: 46px;
    font-size: 14px;
    background: transparent;
    text-align: center;
    color: #010101;
    font-family: "Myriad Light",sans-serif; }
  .achievements-skill-pages .student-time-box .chart-col-content {
    height: calc(100% - 85px);
    top: 14px;
    width: 20px;
    background: #c0ebee80;
    border-radius: 10px; }
  .achievements-skill-pages .student-time-box .chart-items {
    display: flex;
    justify-content: center;
    height: calc(100% - 50px);
    margin-top: 50px; }
  .achievements-skill-pages .student-time-box span.time {
    display: none; }
  .achievements-skill-pages .student-time-box .chart-col:after {
    width: 20px;
    border-radius: 10px;
    background: linear-gradient(-32deg, #B09EFF, #36b6ec42); }
  .achievements-skill-pages .student-time-box .slide-chart {
    right: 25px;
    width: calc(100% - 90px); }

.achievements-skill-pages .owl-nav .owl-prev, .achievements-skill-pages .owl-nav .owl-next {
  position: absolute;
  bottom: 16px; }
  .achievements-skill-pages .owl-nav .owl-prev.disabled, .achievements-skill-pages .owl-nav .owl-next.disabled {
    opacity: 0; }
  .achievements-skill-pages .owl-nav .owl-prev span, .achievements-skill-pages .owl-nav .owl-next span {
    display: none; }
  .achievements-skill-pages .owl-nav .owl-prev:after, .achievements-skill-pages .owl-nav .owl-next:after {
    content: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10.328" height="17.828" viewBox="0 0 10.328 17.828"> <g id="left" transform="translate(-1428.414 -8302.781)"> <line id="Line_32" data-name="Line 32" x1="7.5" y2="7.5" transform="translate(1429.829 8304.195)" fill="none" stroke="hsl(0deg 0% 18%)" stroke-linecap="round" stroke-width="2"/> <line id="Line_33" data-name="Line 33" x1="7.5" y1="7.5" transform="translate(1429.829 8311.695)" fill="none" stroke="hsl(0deg 0% 18%)" stroke-linecap="round" stroke-width="2"/> </g> </svg>');
    width: 10px;
    height: 17px; }

.achievements-skill-pages .owl-nav .owl-prev {
  left: 10px; }

.achievements-skill-pages .owl-nav .owl-next {
  right: 0;
  transform: rotate(180deg); }
  .achievements-skill-pages .owl-nav .owl-next:after {
    position: relative;
    top: 3px; }

.achievements-skill-pages .label {
  font-size: 24px;
  color: #017CA4;
  padding: 15px 30px 30px 30px; }

.achievements-skill-pages .score-final-items {
  max-width: 200px;
  width: 100%;
  text-align: center;
  padding: 5px;
  background: #fff;
  border-radius: 25px;
  margin: 20px auto;
  position: relative;
  left: 35px; }
  .achievements-skill-pages .score-final-items .text {
    color: #fff;
    background: #017CA4;
    font-size: 18px;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    font-family: "Myriad Bold",sans-serif; }
  .achievements-skill-pages .score-final-items .score {
    color: #2B3990;
    font-size: 65px;
    font-family: "Myriad Bold", sans-serif; }

.student-marking .main_content {
  width: 390px;
  height: 300px; }

.student-marking .label.title_popup {
  text-align: center;
  font-weight: 700;
  padding-bottom: 14px; }

.student-marking .first_row {
  background: #017CA4;
  color: black;
  width: 370px;
  height: 50px;
  border-radius: 20px; }

.student-marking .popup-prepare-what {
  width: 380px;
  height: 270px; }

.student-marking .first_row span {
  display: inline-flex; }

.student-marking .first_row .left {
  padding-left: 26px;
  color: #fff;
  font-size: 24px;
  padding-top: 10px;
  font-weight: 600; }

.student-marking .first_row .right {
  float: right;
  padding-top: 10px;
  padding-right: 16px; }

.student-marking .what_to_prepare a {
  color: #F9ED32; }

.student-marking section.first_line {
  display: flex;
  position: relative;
  left: 38px;
  top: 70px;
  margin-bottom: 10px; }

.student-marking .what_to_prepare {
  background: #00283A;
  width: 222px;
  border-radius: 20px;
  text-align: center;
  color: #F9ED32;
  padding-top: 10px;
  height: 45px; }

.student-marking section.first_line div {
  margin-left: 7px; }

.student-marking .teacher {
  width: 350px;
  background: white;
  color: black;
  font-size: 14px;
  height: 67px;
  padding: 1px 0px;
  border-radius: 30px; }

.student-marking .comment section {
  display: table-cell; }

.student-marking .comment {
  background: #0000002e;
  border-radius: 12px;
  margin-top: 24px;
  padding: 16px;
  color: white;
  width: 500px;
  height: 143px;
  position: relative;
  right: 24px; }

.student-marking section.right_col hr {
  background: #559BB1; }

.student-marking section.left_col {
  background: white;
  color: red;
  width: 95px;
  text-align: center;
  height: 110px;
  border-radius: 22px; }

.student-marking section.left_col h1 {
  padding-top: 6px;
  font-size: 50px;
  margin-bottom: 16px; }

.student-marking span.details a {
  color: white;
  background: black;
  border-radius: 10px;
  padding: 1px 8px;
  font-size: 14px;
  text-decoration: underline; }

.student-marking section.right_col {
  padding-left: 20px;
  font-size: 14px;
  font-family: Myriad Pro;
  position: relative;
  bottom: 30px; }

.student-marking section.grammatical_mistakes {
  width: 370px;
  height: 85px;
  background: #ffffff85;
  border-radius: 16px;
  margin-top: 26px; }

.student-marking .vl {
  border-left: 1px solid black;
  height: 60px;
  transform: translate(28px, 3px); }

.student-marking section.grammatical_mistakes span {
  display: table-cell;
  text-align: center;
  padding-left: 20px;
  /* margin-top: 10px; */ }

.student-marking .post {
  height: 250px;
  width: 840px;
  background: white;
  margin-top: 26px;
  padding: 20px;
  border-radius: 16px;
  position: relative;
  right: 21px; }

.student-marking span.wrong {
  color: red;
  font-weight: 600;
  text-decoration: line-through; }

.student-marking span.true {
  color: #07CF43;
  font-weight: 600; }

.student-marking a.btn.btn-dark.btn_back {
  border-radius: 22px;
  width: 123px;
  height: 50px;
  padding-top: 10px;
  position: relative;
  left: 84%; }



.___pronunciation_11{
	flex-wrap: wrap;
}

.___pronunciation_11 .answers-content {
	flex-basis: 50%;
	margin-bottom: 20px;
}


.questions-list .ques_11 {
	display: block;
}

.ques_11 .answers .answer {
	width: 75%;
}
