body.card-sticky-on .card-sticky .card-header:first-child {
  margin-top: 71px;
}

@media (min-width: 992px) {
  .header-fixed .header {
    height: 70px !important;
  }

  .header-tabs .nav-item .nav-link.active {
    background-color: #E9E9EF;
    opacity: 1;
    color: #181C32;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  }
}
@media (min-width: 992px) {
  #kt_header {
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    height: 70px !important;
  }
}
#kt_subheader {
  height: 90px;
}

.role-admin #kt_header {
  background-color: #333333 !important;
}

.role-customer #kt_header {
  background-color: #6F328A !important;
}

.role-teacher #kt_header {
  background-color: #79A72B !important;
}

.role-learner #kt_header {
  background-color: #ffffff;
  color: #000000;
}

@media (min-width: 1600px) {
  .modal-dialog.modal-xxl {
    max-width: 1500px;
  }
}
.modal-fullscreen.modal {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
}
.modal-fullscreen.modal .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: 100% !important;
}
.modal-fullscreen.modal .modal-dialog .modal-content {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  border: 2px solid #3C7DCF !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.modal-fullscreen.modal .modal-dialog .modal-content .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  background: #6598D9;
  border: 0;
}
.modal-fullscreen.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 300;
  font-size: 2em;
  color: #FFFFFF;
  line-height: 30px;
}
.modal-fullscreen.modal .modal-dialog .modal-content .modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
}
.modal-fullscreen.modal .modal-dialog .modal-content .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #F1F3F5;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*# sourceMappingURL=app.css.map */
