@import url("global.css");

/* .extra-content-header { height: 230px;} */
header {
  background: #8c99e0;
  top: 0;
  left: auto;
  right: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.extra-base {
  height: 230px;
  background: #8c99e0;
  margin-bottom: -60px;
}
body.active .extra-base {
  height: auto;
}
@media only screen and (max-width: 576px) {
  .extra-base {
    margin-bottom: -90px;
  }
}

header h1 {
  font-size: 23.5px;
  color: #fff;
  color: #f4f6f9;
  font-weight: 700;
  padding: 16px 0;
  margin-bottom: 2px;
}
@media only screen and (max-width: 576px) {
  .sub-menu-content .header-title-mobil {
    display: none;
  }
}

header .logo-container {
  padding-top: 10px;
}
@media only screen and (max-width: 576px) {
  header .logo-container {
    padding-bottom: 10px;
  }
}

header .logo-content {
  padding: 16px;
  background: #f4f6f9;
  border-radius: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
  width: 70px;
  height: 70px;
}

@media only screen and (max-width: 576px) {
  header .logo-content {
    width: 50px;
    height: 50px;
  }
}

header .logo-content a {
  height: 50px;
  display: block;
  position: absolute;
  left: 9px;
  top: 10px;
}

@media only screen and (max-width: 576px) {
  header .logo-content a {
    left: 4px;
  }
}

header .logo-content img {
  height: 50px;
  width: 60px;
}

@media only screen and (max-width: 576px) {
  header .logo-content img {
    width: 45px;
    height: 30px;
  }
}
/* .extra-content-dropwon.show { display: block !important;} */
.header-title-mobil {
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .remove-class .header-title-mobil { display: none;} 
}


.breadcrumb-content ul {
  list-style-type: none;
  padding-left: 0;
  height: 42px;
}

.breadcrumb-content ul li {
  display: inline-block;
}

.breadcrumb-content ul li a {
  color: #253137;
  padding: 11px 15px;
  display: block;
  color: #fff;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  font-weight: 700;
  max-height: 42px;
}

.breadcrumb-content ul li a:hover {
  background: rgba(0, 0, 0, 0.6);
}

.breadcrumb-content ul li a.active {
  background: #fff;
  color: #253137;
  display: inline-block;
}

.breadcrumb-content {
  background: #253137;
}

@media only screen and (max-width: 576px) {
  .breadcrumb-content {
    display: none;
  }
}

.icons-content-header {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

@media only screen and (max-width: 576px) {
  .icons-content-header {
    padding-top: 20px;
    align-items: baseline;
  }
}

.icons-content-header a svg {
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 28px;
}

.notification-header {
  position: relative;
}

.notification-header {
  transition: 0.5s;
  margin-right: 10px;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
}

.notification-header:hover {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}

.notification-header svg {
  height: 100%;
}

.notification-number {
  content: "4";
  background: red;
  color: #fff;
  font-weight: 100;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  top: 7px;
  left: 10px;
  transform: scale(1) translate(50%, -50%);
  transform-origin: 100% 0%;
  font-family: "Roboto" !important;
}

.notification-location ul {
  height: 150px;
  width: 400px;
  overflow-y: scroll;
}
@media only screen and (max-width: 460px) {
  .notification-location ul {
    width: 95vw;
  }
}
.notification-location .left-info {
  margin-right: 10px;
  width: 45px;
  height: 45px;
}

.notification-location .error-icon-container,
.notification-location .info-icon-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #03a9f4;
  color: #00293b;
  border-radius: 100%;
}

.notification-location .error-icon,
.notification-location .info-icon {
  background-image: url(../images/icons/warning.svg), none;
  height: 24px;
  width: 24px;
}

.notification-location .done-icon-container,
.notification-location .success-icon-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #4caf50;
  color: #003602;
  border-radius: 100%;
}

.notification-location .done-icon,
.notification-location .success-icon {
  background-image: url(../images/icons/done.svg), none;
  height: 24px;
  width: 24px;
}

.notification-location img {
  height: 45px;
  width: 45px;
}

.notification-location li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notification-location .right-info .up {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  line-height: 16px;
}

.notification-location .right-info .up h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}

.notification-location .right-info .up span {
  font-size: 11px;
  color: #313131;
  font-weight: 400;
}

.notification-location .down p {
  display: -webkit-box;
  font-size: 13px;
  color: #383838;
  line-height: 16px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.all-notification {
  padding: 8px 16px;
  display: block;
  text-align: center;
  text-decoration: none !;
  font-size: 13px;
  color: #1769aa;
}

.notification-header .all-notification {
  width: 100%;
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  border-top: 1px solid red;
}

@media only screen and (min-width: 1863px) {
  .notification-location {
    transform: translate(-365px, 50px) !important;
  }
}

.notification-location::before {
  content: " ";
  position: absolute;
  top: -8px;
  right: 10px;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
}
@media only screen and (max-width: 460px) {
  .notification-location::before {
    right: 25px;
  }
}

.notification-location li {
  border-bottom: 1px solid #ddd;
  padding: 7.5px 10px;
}

.user .dropdown ul.dropdown-menu {
  left: -120px !important;
  transform: translate(0px, 50px) !important;
}
header .dropdown-menu { 
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);  
}
@media only screen and (max-width: 460px) {
 header .dropdown-menu { 
  transform: translate3d(-303px, 42px, 0px) !important;
}
}

.user .dropdown ul.dropdown-menu li {
  padding: 6px 16px;
}

.user .dropdown ul.dropdown-menu:before {
  content: " ";
  position: absolute;
  right: 10px;
  top: -10px;
  width: 10px;
  height: 10px;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.user .dropdown ul.dropdown-menu span {
  min-width: 56px;
  color: #000;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 24px;
}

.user .dropdown ul.dropdown-menu li {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.user .dropdown ul.dropdown-menu li:hover {
  background: rgba(0, 0, 0, 0.04);
}

.user .dropdown ul.dropdown-menu li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.user .dropdown ul.dropdown-menu li .img-box {
  width: 56px;
}

.user .dropdown .dropdown-item {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.dropdown-item.active,
.dropdown-item:active {
  background: unset !important;
  color: unset !important;
}

header .breadcrump-box {
  padding: 19px 0;
  margin: 0 15px;
}

header .extra-base h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}

header .extra-base.extra-margin {
  margin-bottom: -45px;
}

header .extra-base li {
  display: inline-block;
  color: #fff;
}

header .extra-base li a {
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
}

.extra-base-sub li {
  display: inline-block;
  color: #fff;
  margin-right: 3px;
}

.extra-base-sub li a {
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.extra-base-sub h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}

.extra-base-sub {
  background: #8c99e0;
  padding: 18px 0 20px 0;
  margin-top: 130px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 576px) {
  .extra-base-sub {
    margin-top: 60px;
  }

  .extra-base-sub h2 {
    font-size: 19px;
  }
}

.extra-base-sub .breadcrump-box {
  margin: 0 15px;
}

.extra-base .list-line {
  margin: 0 8px;
}

.up-area-all {
  position: relative;
  padding: 15px 10px;
  background: #fff;
  display: flex;
  border-radius: 5px 5px 0px 0px;
  align-items: center;
  justify-content: space-between;
}

.up-area-all .completed {
  margin-right: 30px;
  font-size: 14px;
  background: #fa626b;
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
  padding: 3px 10px;
  margin-right: 30px;
}

.up-area-all .completed.plus {
  background: #4caf50;
}

.info-box-icon img {
  width: 24px;
  height: 24px;
}

h3.info-box-h3 {
  color: #253137;
  text-align: left;
  font-size: 19px;
  font-weight: 700;
  background-color: #fff;
  text-align: left;
  margin-bottom: 0;
}

.down-area .nav-tabs .nav-link {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  width: 50%;
  padding: 11px 0;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 700;
  font-size: 14px;
}

.down-area .lessons-container {
  position: relative;
  overflow-y: scroll;
  width: 100%;
  height: 260px;
}

.down-area .nav-tabs .nav-link.active {
  color: #3f51b5;
  border-bottom: 2px solid #3f51b5 !important;
  background: unset;
}

.down-area .nav-tabs {
  border: none;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
}

.down-area .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: 2px solid #3f51b5;
}

.down-area .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: transparent transparent #3f51b5 transparent;
}

.down-area .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent transparent transparent transparent;
}

.down-area .lesson-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px 8px 16px;
  border: 1px solid rgba(97, 106, 120, 0.07);
  background: #fff;
  color: #67757c;
}

.down-area .lesson-box:hover {
  background-color: #f9fafb;
  color: #000;
}

.down-area .lesson-box:hover h6 {
  color: #000;
}

.down-area .lesson-name {
  display: flex;
  align-items: center;
}

.down-area .lesson-name .img-box {
  max-width: 55px;
  max-height: 55px;
}

.down-area .lesson-name .img-box.bg-yellow {
  background: #e3a170;
}

.down-area .lesson-name .img-box.bg-red {
  background: #f62817;
}

.down-area .lesson-name .img-box.bg-blue {
  background: #25587e;
}

.down-area .lesson-name .img-box img {
  width: 50px;
  height: 50px;
}

.down-area .lesson-name .lesson-subject {
  margin-left: 10px;
  font-size: 11px;
  font-weight: 100;
  color: #67757c;
}

.down-area .lesson-time {
  display: flex;
  align-items: center;
}

.down-area .left-box {
  display: flex;
  flex-direction: column;
  width: 60px;
  line-height: 20px;
}

.down-area .lesson-time .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 25px;
}

/*  scroll bar */

#style-1::-webkit-scrollbar-track {
  background-color: transparent;
}

#style-1::-webkit-scrollbar {
  width: 5px;
  height: 4px;
  background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  height: 103px;
}

@media only screen and (max-width: 576px) {
  #style-1::-webkit-scrollbar {
    width: 2px;
  }
}

#style-2::-webkit-scrollbar-track {
  background-color: transparent;
}

#style-2::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  height: 103px;
}

@media only screen and (max-width: 576px) {
  #style-2::-webkit-scrollbar {
    width: 2px;
  } 
  #style-2::-webkit-scrollbar-thumb {
    height: 5px !important;
  }
}

.lesson-info .down-area {
  margin-bottom: 30px;
}

.extra-16-icon .icon-info-2 {
  top: 16px;
  right: 16px;
}

.all-info-icon .info-lesson-push {
  top: 5px;
  right: 5px;
}

/* scroll bar */
.info-lesson-container {
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  position: relative;
  margin-bottom: 15px;
  background: #fff;
  z-index: 0;
}

.info-lesson-container .detail-box {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  justify-content: space-between;
  padding: 16px 16px 20px 16px;
  z-index: -2;
}

.info-lesson-container .detail-box .left-box span {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.info-lesson-container .detail-box .left-box span {
  color: #000;
  font-size: 16px;
  margin-bottom: 25px;
  position: relative;
  bottom: 15px;
}

.info-lesson-container .detail-box .left-box p {
  font-size: 14px;
}

.all-info-icon {
  position: relative;
  height: 30px;
  padding: 3px;
}

.icon-info img {
  height: 24px;
  width: 24px;
  position: absolute;
  right: 3px;
  top: 3px;
}

.icon-info-2 img {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.icon-hover-info-a {
  position: relative;
}

.icon-hover-info:hover .icon-hover-info-a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -25px;
  padding: 15px;
  border-radius: 50%;
  background: rgb(225 229 234 / 20%);
}

.info-lesson-container .detail {
  position: absolute;
  right: 0;
  bottom: 5px;
  background: #f62817;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 20px 0 0 20px;
}

.info-lesson-container .detail a {
  color: #fff;
}
/* finish-test */
section.finish-test .col-lg-4 {
  margin-bottom: 16px;
}
.finish-test .chart-content {
  padding: 16px;
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  background: #fff;
  height: 100%;
}

.finish-test .chart-content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}

.finish-test .chart-content h3 {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 700;
}

.finish-test .chart-content .title span {
  font-size: 14px;
  background: #fa626b;
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
  padding: 3px 10px;
  margin-right: 30px;
}

.finish-test .info-box ul {
  list-style-type: none;
  padding: 0;
}

.finish-test .info-box ul li {
  font-size: 14px;
  color: #000;
  margin: 8px 0;
  display: flex;
}

.finish-test .info-box ul li span {
  color: #febe0f;
  display: block;
  margin-left: 5px;
}

.finish-test .info-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

/* last-watches */
@media only screen and (max-width: 991px) {
  .last-watches .modal { padding-right: 0!important;}
}

.last-watches .title {
  position: relative;
  padding: 16px;
}

.last-watches .title h3 {
  color: #000;
  font-size: 19px;
  font-weight: 700;
}

.last-watches ul.table-list-lesson li {
  display: inline-block;
  font-family: Source Sans Pro, calibri, sans-serif;
  font-size: 14px;
  line-height: 13px;
  padding: 16px;
}

.last-watches ul.table-list-lesson li:nth-child(1) {
  width: 43%;
}

.last-watches ul.table-list-lesson li:nth-child(2) {
  width: 43%;
}

.last-watches ul.table-list-lesson li:nth-child(3) {
  width: 11%;
}
@media only screen and (max-width: 991px) and (max-width: 576px) {
  .last-watches ul.table-list-lesson li:nth-child(1) {
    width: 38%;
  }
  .last-watches ul.table-list-lesson li:nth-child(2) {
    width: 40%;
  }
  .last-watches ul.table-list-lesson li:nth-child(3) {
    width: 20%;
  }
}

.last-watches .watches-box {
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  margin-bottom: 20px;
}

.last-watches .lesson-names {
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  background: #f5f5f5;
  letter-spacing: 0.01071em;
  padding: 5px 0;
}

.last-watches .lesson-detail {
  background: #fff;
  max-height: 405px;
  overflow-y: scroll;
}

.last-watches .lesson-names ul li {
  font-weight: 700;
}
.last-watches .lesson-names ul li:last-child { padding-left: 0; } 

.last-watches .lesson-detail ul {
  display: flex;
  align-items: center;
  border-bottom: #e0e0e0;
  border-bottom: 1px solid #c0c0c0;
}
.last-watches .lesson-detail p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.last-watches .lesson-detail h6 {
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 576px) {
  .last-watches .lesson-detail p {
    font-size: 13px;
  }
  .last-watches .lesson-detail h6 {
    font-size: 12px;
  }
}
.last-watches .lesson-detail ul li time {
  font-size: 14px;
}
@media only screen and (max-width: 991px) and (max-width: 1200px) {
  .last-watches .lesson-detail ul li time {
    font-size: 12px !important;
  }
} 
.last-watches .lesson-detail ul li time:last-child {
  font-size: 12px;
  color: #6b6f80;
}
.videos-detail .container[data-container] { 
  background: #fff;
}
/* last-watches */
footer {
  flex-grow: 1;
  margin: 15px 0 10px 0;
  text-align: center;
  font-size: 12px;
  padding: 1rem 5px;
  color: #a3a3a3; 
  position: relative;
}
@media only screen and (max-width: 576px){ footer {  margin: 50px 0 10px 0; } }
footer p { position: absolute;bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; padding: 0 10px; }

/* videos-container */
.videos-container .video-area {
  background: #fff;
  margin-bottom: 16px;
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.videos-container .video-area .video-box {
  padding: 16px;
  position: relative;
}

.videos-container .button-area a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  line-height: 25px;
  transition: 0.5s;
  background: #f9f9f9;
  padding: 8px;
  text-align: center;
  display: block;
  padding: 6px 8px;
}

.videos-container .button-area a:hover {
  background: rgba(63, 81, 181, 0.04);
}

.videos-container .button-area {
  background: #f9f9f9;
  transition: 0.5s;
  padding: 8px;
}

.videos-container .button-area:hover {
  background: #3f51b50a;
}

.time-content {
  position: absolute;
  top: 25px;
  right: 26px;
  display: flex;
  padding: 0 7px;
  align-items: center;
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  background-color: #f9f9f9;
  cursor: pointer;
  border-radius: 16px;
  color: black;
}

.time-content img {
  width: 17px; 
  margin-right: 4px;
}

/* videos-container */

/* watched-lesson */
.watched-lesson {
  margin-top: 30px;
}

/* .nav-tabs { border: none !important; } */

.watched-lesson .nav-item {
  width: 49.3%;
}

.watched-lesson .nav-item:last-child {
  margin-left: 8px;
}

.watched-lesson .nav-item:first-child {
  margin-right: 8px;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .watched-lesson .nav-item {
    width: 48%;
  }
}

@media only screen and (max-width: 991px) {
  .watched-lesson .nav-item {
    width: 100%;
  }

  .watched-lesson .nav-item:last-child {
    margin-left: 0;
  }

  .watched-lesson .nav-item:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.watched-lesson .nav-item .nav-link {
  font-size: 24px;
  color: rgba(24, 23, 23, 0.555);
  background: #aaa8a85e;
  text-align: left;
  padding: 13px 15px;
  border-radius: 10px;
  width: 100%;
  font-weight: 700;
}
.watched-lesson .nav-item .nav-link img {
  max-width: 30px;
  height: 30px;
}

.watched-lesson .nav-item .nav-link.active {
  font-size: 24px;
  color: #fff;
  background: #00c292;
  width: 100%;
}
.d-none-1 {
  display: inline-block;
}
.watched-lesson .nav-item .nav-link.active .d-none-1 {
  display: none;
}
.watched-lesson .nav-item .nav-link.active .d-none-2 {
  display: inline-block;
}

.watched-lesson .nav-item .nav-link .d-none-2 {
  display: none;
}

.watched-lesson table td {
  padding: 17px 16px;
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}

.watched-lesson table td:nth-child(1) {
  width: 20%;
}

.watched-lesson table td:nth-child(2) {
  width: 35%;
}

.watched-lesson table td:nth-child(3) {
  width: 35%;
}

.watched-lesson table td:nth-child(4) {
  width: 10%;
}

.watched-lesson table.up-table {
  width: 100%;
  background: #f5f5f5;
}

.watched-lesson table.up-table span {
  font-size: 13px;
  line-height: 14px;
}

.watched-lesson table.up-table tr.bold-text {
  font-weight: 700;
}

.watched-lesson-icon {
  position: relative;
  top: 15px;
  right: 15px;
}

.line-height-watched {
  line-height: 15px;
}

.up-area-all-watched {
  padding: 15px 10px;
}

.up-area-all-watched h3 {
  margin-bottom: 0;
}

.watched-lesson.nav-tabs {
  border-bottom: none;
}

.watched-scroll-x {
  overflow-x: auto;
  width: 100%;
}

/* pilot test */
.pilot-tests-title {
  background: #00c292;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.pilot-tests-title img {
  margin-right: 5px;
}

.pilot-tests-title h2 {
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}

.exam-result .exams-box {
  margin-top: 18px;
}

.exam-result .exams-box .exam-sort {
  background: #ffa500;
  display: inline-block;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  margin-right: 5px;
  font-weight: 500;
  font-size: 19px;
}

.exam-result .exams-box .exam-long {
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}

.exam-result .exams-box .title {
  border-bottom: 1px solid #c0c0c0;
  text-align: center;
  padding: 7px;
  background: #fff;
}

.exam-result .exam-content {
  background: #fff;
}

.exam-result .exam-content .exam-info {
  font-size: 11px;
  background-color: #ffa500;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin: 0 auto;
  padding: 3px;
  border-radius: 3px;
  margin-top: 15px;
}

.exam-result .exam-content p {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  margin-top: 15px;
}

.exam-result .pilot-cards {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.exam-result .pilot-cards .card-box {
  display: flex;
  flex-direction: column;
  padding: 10px;
  text-align: center;
}

.exam-result .pilot-cards .line {
  background-color: orange;
  margin-top: 7px !important;
  height: 5px;
  width: 55px;
  margin: 0 auto;
}

.exam-button-all {
  color: #fff;
  transition: 0.5s;
  width: 100%;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  font-family: Source Sans Pro, calibri, sans-serif;
  border-color: #212121;
  border-radius: 4px;
  background: #212121;
}

.exam-result .button-box {
  text-align: center;
  padding: 10px 16px 24px 16px;
}

.exam-button-all:hover {
  color: #b8b8b8;
}
.statistics-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background: url("../images/pilot-tests/chevron-down.png");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 14px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 30px 10px 15px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

/* pilot test */

/* try-result */
.try-result .left-content {
  margin-top: 45px;
  background: #fff;
  height: calc(100% - 65px);
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.try-result .left-content .title {
  border-bottom: 1px solid #ddd;
  margin: 0 16px;
}

.try-result .left-content .title .icon-box {
  width: 93px;
  height: 93px;
  border-radius: 50%;
  background: #a1f54f;
  z-index: 1;
  text-align: center;
  line-height: 93px;
  position: relative;
  margin: auto;
  bottom: 35px;
}

.try-result .left-content .title .icon-box img {
  max-width: 100%;
  border-radius: 50%;
}

.try-result .left-content .title .icon-box:before {
  content: " ";
  background: rgba(162, 245, 79, 0.5) !important;
  width: 125px;
  height: 125px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}

.try-result .left-content .time-content-try {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.try-result .left-content .time-content-try h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0;
}
@media only screen and (max-width: 576px) and (max-width: 1200px) {
  .try-result .left-content .time-content-try h4 {
    font-size: 13px;
  }
}
.try-result .left-content .time-content-try span {
  display: block;
  font-size: 16px;
}

.try-result .left-content .detail-box {
  display: flex;
  padding-top: 30px;
  justify-content: space-between;
  margin: 0 16px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 576px) and (max-width: 1200px) {
  .try-result .left-content .detail-box {
    margin: 0 5px;
  }
}

.try-result .right-content .exam-info {
  display: flex;
  justify-content: space-between;
  padding: 9px;
  background: #fff;
  box-shadow: 0 0 30px rgb(0 0 0 / 30%);
  margin-bottom: 10px;
  align-items: center;
}

.try-result .right-content .exam-info img {
  width: 28px;
  height: 28px;
}

.try-result .right-content .exam-info.red {
  background: #d73e40;
  color: #fff;
}

.try-result .right-content .exam-info .text {
  font-size: 28px;
}

.try-result .right-content .exam-info .text span {
  font-weight: 700;
}

.try-result .right-content {
  margin-top: 45px;
}

.true-false {
  margin-top: 10px;
}

.true-false .true-ques {
  background: #00c292;
}

.true-false .false-ques {
  background: #dc3545;
}

.true-false .empty-ques {
  background: #ffc107;
}

.true-false .net-ques {
  background: #00c292;
}

.true-false .detail-content {
  background: #ecf0f1;
  padding: 24px;
  margin: 0 -4px;
  margin-bottom: 25px;
}

.true-false .detail-content .lesson-name {
  font-size: 24px;
  line-height: 31px;
}

.true-false .detail-content span {
  max-width: 300px;
  line-height: 24px;
  color: #212529;
}

@media only screen and (max-width: 991px) {
  .true-false .detail-content span {
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px;
    display: block;
  }
}

.true-false .detail-content span:first-child {
  margin-bottom: 15px;
}

.true-false .detail-content .prime-box {
  padding: 15px 25px;
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}

.true-false .col-lg-3,
.true-false .col-xl-3 {
  padding-left: 4px;
  padding-right: 4px;
}

/* try-result */

/*videos-detail  */
.videos-detail .tab-content {
  margin-top: 10px;
}
#player {
  height: 500px;
}
@media only screen and (max-width: 546px) {
  #player {
    height: 200px;
  }
}
.video-list h2 {
  font-size: 19px;
  padding: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #d3d3d3;
  font-weight: 700;
}

.videos-detail .video-list {
  background: #fff;
  height: 100%;
  margin-top: 10px;
}

.video-list .nav-tabs {
  border-bottom: none;
}
.video-list .nav-tabs li {
  display: block;
  width: 100%;
}
.video-list ul .sub-video {
  display: flex;
  align-items: center;
}

.video-list ul .sub-video img {
  max-width: 120px;
}

.video-list ul .video-detail {
  width: calc(100% - 130px);
  text-align: left;
  margin-left: 10px;
  padding-right: 10px;
}

.video-list ul .sub-video h5 {
  font-size: 13px;
  color: #000;
  margin: 0 0 5px;
}

.video-list ul .sub-video h6 {
  font-size: 11px;
  color: #000;
  margin: 0;
}

.videos-detail .down-area .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: none;
  border-color: transparent;
}

.videos-detail .down-area .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:focus {
  border-bottom: none;
  border-color: transparent;
}

.videos-detail .nav-tabs .nav-link {
  border: none;
  padding: 10px 0;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .play-wrapper svg {
    width: 50px;
  }
}

/*videos-detail  */

/* lesson-statistics */
.ders-istatic-content {
  padding: 12px;
  min-height: 395px;
}

.lesson-statistics .lesson-title {
  font-size: 32px;
  margin-top: 2px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .lesson-statistics .lesson-title {
    margin-top: 60px;
  }
}

.lesson-statistics .statistics-container {
  background: #fff;
}

.lesson-statistics .statistics-container .graphics-box {
  padding: 12px;
}

.my-progress-button {
  background: #1976d2;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  transition: 0.5s;
}

.my-progress-button:hover {
  font-size: 16px;
  color: #fff;
}

.p-16 {
  padding: 16px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background: url("../images/my-progress/select-arrow.png");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 14px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 30px 10px 15px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
}

/* lesson-statistics */
/* notification */
section.notification {
  margin-top: 24px;
}

section.notification .warning-box .exclamation {
  background: #03a9f4;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 8px 0;
  text-align: center;
  line-height: 32px;
  display: inline-block;
}

section.notification .warning-box .tic {
  background: #4caf50;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-top: 8px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  margin-bottom: 5px;
}

section.notification .warning-box {
  text-align: center;
}

section.notification .warning-box .line {
  width: 2px;
  background-color: #bdbdbd;
  height: 100%;
  display: inline-block;
}

section.notification .notification-box {
  box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%),
    0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%);
  border-radius: 4px;
  background: #fff;
  padding: 16px;
  text-align: left;
  margin: 6px 16px;
  width: 100%;
}

section.notification .notification-box .title {
  margin-bottom: 2px;
}
@media only screen and (min-width: 991px) {
  section.notification .notification-box .title {
    display: flex;
    align-items: center;
  }
}

section.notification .title .name {
  font-size: 19px;
  font-weight: 700;
  color: #000;
}

section.notification ul li {
  display: flex;
  margin-bottom: 12px;
  overflow: hidden;
}

section.notification .title .history {
  margin-left: 16px;
  font-size: 13px;
  color: #313131;
  font-weight: 400;
}

section.notification .detail p {
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
  line-height: 20px;
}

section.notification .notification-list {
  margin: 0 15px;
}

/* notification */

/* hover menu */
.icon-info-2 {
  position: absolute;
  top: 0;
  right: 0;
}

.icon-info-2 .chart-right-area a {
  text-decoration: none;
}

.icon-info-2 .chart-right-area nav {
  font-family: monospace;
}

.icon-info-2 .chart-right-area ul {
  background: darkorange;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.icon-info-2 .chart-right-area li {
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}

.icon-info-2 .chart-right-area li a {
  color: #fff;
}

.icon-info-2 .chart-right-area li:hover {
  cursor: pointer;
}

ul.icon-hover-info li ul {
  background: #6f6f6f;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  right: -6px;
  display: none;
  min-width: 300px;
  padding: 5px;
  line-height: 12px;
  font-size: 10px;
  bottom: 10px;
}

ul.icon-hover-info li ul li {
  position: relative;
  width: 100%;
}

ul.icon-hover-info li ul li:before {
  content: " ";
  border-top: 8px solid #6f6f6f;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -13px;
  right: 6px;
}

ul.icon-hover-info li ul li a {
  color: #fff;
}

ul.icon-hover-info li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  z-index: 999;
}

.chart-right-area {
  display: flex;
}

/* hover menu */

/* modal */
.home-page-modal h6.modal-title-info {
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.0075em;
  color: #3a4759;
}
.home-page-modal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-page-modal .info-detail-box {
  margin-left: 40px;
}

.home-page-modal .modal .modal-body {
  padding: 32px 0;
}

.home-page-modal .info-detail-box li {
  color: #3a4759;
  font-size: 14px;
  margin: 5px 0;
  line-height: 16px;
}
@media only screen and (min-width: 991px) {
  .home-page-modal .modal-dialog {
    max-width: 445px;
  }
}

/* modal */

/* login */
.bg-login {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  flex-direction: column;
  background: url(../images/login/bg-login.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 25px;
}

@media only screen and (max-width: 991px) {
  .bg-login {
    align-items: unset;
    padding: 40px 20px 10px 20px ;
  }
}

.login-page .login-form-element {
  padding: 10px 0;
  width: 70%;
  margin: 0 auto 15px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .login-page .login-form-element {
    width: 90%;
    text-align: left;
  }
}
.login-page .login-form-element .personel-contrat {
  line-height: 17px;
}

.bg-login label.error {
  position: absolute;
  bottom: -10px;
  left: 0;
  color: #f62817;
  font-size: 12px;
}

.login-page .login-form-element .little-title {
  position: absolute;
  top: 1px;
  left: 8px;
  background: #fff;
  color: #000;
  font-size: 12px;
  height: 30px;
  padding: 0 5px;
  z-index: 99;
}

.login-page .login-form-element .input {
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  padding: 13px 12px;
  background: #fff;
}
.login-page .login-form-element .input img { max-height: 22px;}
@media only screen and (min-width: 991px) {
  .login-page .parent-login {
    min-width: 612px;
  }
}

.login-page .parent-login {
  margin: auto;
  background: #fff;
  padding: 16px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.login-page .parent-login .login-input {
  padding: 18px 14px 18px 46px;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  width: 100%;
  border: 1px solid #67757c;
  border-radius: 5px;
}
.login-page .parent-login .login-input:hover {
  border: 1px solid #000;
}
.login-page .parent-login .login-input:focus {
  border: 1px solid #3f51b5;
}

.login-page .parent-login .title h1 {
  margin-top: 25px;
  margin-bottom: 35px;
  color: #6b6f80;
  font-size: 32px;
}

.toggle-password {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.login-page .personel-contract {
  display: flex;
  align-items: center;
  font-size: 13px;
}
@media only screen and (max-width: 576px) {
  .login-page .personel-contract {
    align-items: inherit;
  }
}
.login-page .personel-contract .contract-input {
  margin-right: 15px;
  outline: 4px solid red !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 18px;
  height: 18px;
}

.login-page .personel-contract span {
  color: red;
  cursor: pointer;
}

.login-page .personel-contract input[id="cb1"] + label {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 2px;
  cursor: pointer;
  margin: 0 14px;
}
@media only screen and (max-width: 576px) {
  .login-page .personel-contract input[id="cb1"] + label {
    height: 17px;
    width: 23px;
    margin: 5px 10px 0 10px;
  }
}

.login-page .personel-contract input[id="cb1"]:checked + label {
  background: #3f51b5;
  border: 2px solid transparent;
}

.login-page .personel-contract input[id="cb1"]:checked + label:after {
  position: relative;
  color: #fff;
  top: -2px;
  left: 0px;
  content: "\2714";
  font-size: 10px;
}

.login-page .personel-contract input[id="cb1"] {
  display: none;
}

.login-page .login-button {
  background: #1976d2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  color: #fff;
  padding: 13px 0;
  border: none;
  border-radius: 3px;
}

.login-page .login-button img {
  margin-right: 8px;
  height: 15px;
  width: 15px;
  position: relative;
  bottom: 3px;
}
.login-modal .modal-dialog {
  max-width: 1280px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
}
.login h3 {
  font-size: 19px;
  color: #000;
}
.login-modal .modal-header-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.54);
}
.login-modal .modal-body {
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 0.00938em;
}
.login-modal .modal-body p {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
}
.login-modal h5.modal-title {
  font-size: 20px;
}
.login-modal .modal-login h3 {
  font-size: 19px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
  font-weight: 700;
  line-height: 28px;
}
.login-modal .modal-login .second-title {
  font-weight: 700;
  font-size: 16px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
}
.login-modal .modal-title {
  font-weight: 500;
  font-size: 20px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
  color: #000;
  letter-spacing: 0.0075em;
}
.modal-footer-login {
  text-align: right;
  padding: 16px 24px;
  font-size: 14px;
}
.modal-footer-login a {
  color: #3f51b5;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
}
.group {
  position: relative;
}

#myInput:focus::-webkit-input-placeholder {
  visibility: hidden; /*hide placeholder on focus*/
}

#myInput {
  padding: 5px;
}

#myInput:focus {
  border: 1px solid dodgerblue;
  border-radius: 3px;
}

#myInput-label {
  display: none;
  font-size: 11px;
  color: dodgerblue;
  font-family: sans-serif;
  background-color: #fff;
  padding: 0 3px;
}
/*#myInput:focus + style of label when input is focused*/
#myInput-label {
  display: inline-block;
  position: absolute;
  left: 12px;
  top: -5px;
  color: #c4c4c4;
}
/* login */

/* skeleton */

.skeleton {
  opacity: 0.7;
  animation: skeleton-loading 1s linear infinite alternate;
}

.skeleton-text {
  width: 100%;
  height: 0.5rem;
  margin-bottom: 0.25rem;
  border-radius: 0.125rem;
}

.skeleton-text:last-child {
  margin-bottom: 0;
  width: 80%;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 70%);
  }

  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

/* skeleton finish*/
.empty-schedule {
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.percentile {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: 700;
  z-index: -1;
}

.chart-detail-content {
  position: relative;
  right: 5px;
}

.info-lesson-container .detail-box {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  justify-content: space-between;
  padding: 16px 16px 36px 16px;
}

.verb-limit {
  max-width: 220px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.chart-detail {
  margin: 15px 0;
}

.chart-detail .first span.all-student {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #ccc;
  margin-right: 10px;
}

.chart-detail .first {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.chart-detail .first span.answer-question {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #7d6bed;
  margin-right: 10px;
}

.toplam-deneme-sinavi-content {
  padding: 0 70px 0 70px;
}
@media only screen and (max-width: 991px) {
  #toplam-deneme-sinavi {
    max-height: 600 !important;
    max-width: 600 !important;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  #toplam-deneme-sinavi {
    max-height: 510px !important;
    max-width: 510px !important;
    margin: auto;
  }
}

.statistics-box-template {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 30px 10px 15px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  height: 45px;
}

.exclamation .error-icon-container,
.exclamation .info-icon-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #03a9f4;
  color: #00293b;
  border-radius: 100%;
}

.exclamation .error-icon,
.exclamation .info-icon {
  background-image: url(../images/icons/warning.svg), none;
  height: 24px;
  width: 24px;
}

.exclamation .done-icon-container,
.exclamation .success-icon-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4caf50;
  color: #003602;
  border-radius: 100%;
}

.exclamation .done-icon,
.exclamation .success-icon {
  background-image: url(../images/icons/done.svg), none;
  height: 24px;
  width: 24px;
}

.color-class {
  color: black !important;
}
.ders-istatisigi-content {
  margin-right: 20px;
  margin-top: 16px;
}
.pilot-test-select-box {
  margin-top: 30px;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
.bd-example-modal-lg button {
  background: transparent;
  border: none;
}
.bd-example-modal-lg span {
  font-size: 25px;
}
.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item .sv_q_rating_item_text { font-size:1.5rem;}
.sv_main span { font-size: 18px;}