.vidlec .container ul {
  position: absolute !important;
  bottom: 30px !important;
  left: 93% !important;
  transform: translate(-50%) !important;
  display: initial !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 20 !important;
}

.dashboard {
  display: block;
}

html:not(.no-js) [data-aos^="fade"][data-aos^="fade"] {
  opacity: 1 !important;
}

.col-lg-2 {
  flex: 1 0 16.66667%;
  max-width: 61.66667%;
}

.services .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 17px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #eeeeee;
  transition: 0.3s;
}

.assignment th {
  border-color: inherit;
  border-style: solid;
  border-width: 12px;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 33px !important;
}

/* .hero {
    width: 100%;
    position: relative;
    background: #fff !important;
    padding: 60px 0 0 0;
} */
.sticked-header-offset {
  margin-top: 0px;
}

.call-to-action .container {
  background: none;
  background-size: cover;
  padding: 0px 25px;
  height: 400px;
  width: 689px;
}

@media (max-width: 750px) {
  .call-to-action .container {
    height: 302px;
  }
}

section {
  padding: 50px 0;
  overflow: hidden;
  background-color: #fff;
}

/* #material .contact {
    background: var(--color-primary) !important;
    border: 0 !important;
    padding: 6px 11px !important;
    color: white !important;
    transition: 0.4s !important;
    border-radius: 50px !important;
} */

#material .g-4,
.gy-4 {
  --bs-gutter-y: 6.5rem !important;
}

@media screen and (max-width: 1260px) {
  .course-image {
    height: 130px;
  }
}

@media screen and (min-width: 1260px) {
  .course-image {
    height: 250px;
  }

  .h4,
  h4 {
    font-size: 20px;
  }
}

#material label {
  font-weight: bold;
  color: black;
}

#logbook label {
  font-weight: bold;
  color: black;
}

.plyr--video {
  overflow: visible !important;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: grid !important;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 1;
  width: 100%;
}

.player {
  --plyr-color-main: #1ac266;
}

.ytp-button,
.ytp-copylink-button,
.ytp-show-copylink-title,
.ytp-copylink-button-visible {
  display: none !important;
}

.html5-video-player:not(.ytp-big-mode) .ytp-chrome-top .ytp-copylink-button {
  min-width: 48px;
  max-width: 80px;
  display: none !important;
}

.ytp-button:not([aria-disabled="true"]):not([disabled]):not([aria-hidden="true"]) {
  display: none !important;
}

.ytp-button,
.ytp-overflow-button,
.ytp-overflow-button-visible {
  display: none !important;
}

.ytp-chrome-top,
.ytp-button,
.ytp-small-mode,
.ytp-chrome-controls,
.ytp-button,
.ytp-small-mode,
.ytp-replay-button {
  opacity: 0 !important;
  display: inline-block;
  width: 36px;
  -webkit-transition: opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  overflow: hidden;
}

.ytp-embed:not(.ad-showing).ytp-small-mode .ytp-overflow-button {
  display: none !important;
}

/* Style for the radio button container */
.radio-container {
  margin-bottom: 10px;
}

/* Style for the radio button itself */
.radio-container input[type="radio"] {
  /* display: block; */
  margin-right: 5px;
  margin-left: 5px;
  /* Adjust the spacing between the radio button and the label */
}

/* Style for the radio button label */
.radio-container label {
  /* display: block; */
  font-size: 14px;
  /* Adjust the font size of the label */
}

.wrapper-1 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  animation: fadeIn 1.5s ease-out forwards;
}

.wrapper-2 {
  padding: 30px;
  text-align: center;
  transform: translateY(20px);
  animation: slideUp 1s ease-out forwards;
}

.wrapper-2 h1 {
  font-family: "Kaushan Script", cursive;
  font-size: 4em;
  letter-spacing: 3px;
  color: #5892ff;
  margin: 0;
  margin-bottom: 20px;
  animation: pulse 1.5s ease-out infinite;
  /* Set animation to run infinitely */
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  to {
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.wrapper-2 p {
  margin: 0;
  font-size: 1.3em;
  color: #aaa;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 1px;
}

.go-home {
  color: #fff;
  background: #5892ff;
  border: none;
  padding: 10px 50px;
  margin: 30px 0;
  border-radius: 30px;
  text-transform: capitalize;
  box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}

.footer-like {
  margin-top: auto;
  background: #d7e6fe;
  padding: 6px;
  text-align: center;
}

.footer-like p {
  margin: 0;
  padding: 4px;
  color: #5892ff;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 1px;
}

.footer-like p a {
  text-decoration: none;
  color: #5892ff;
  font-weight: 600;
}

@media (min-width: 360px) {
  h1 {
    font-size: 3.5em;
    /* Adjusted font size for smaller screens */
  }

  .go-home {
    margin-bottom: 10px;
    /* Adjusted bottom margin for the button */
  }
}

@media (min-width: 600px) {
  .content {
    max-width: 800px;
    /* Adjusted max-width for medium-sized screens */
    margin: 0 auto;
    padding: 0px;
    /* Added padding for better spacing */
  }

  .wrapper-1 {
    height: initial;
    max-width: 600px;
    /* Adjusted max-width for medium-sized screens */
    margin: 0 auto;
    margin-top: 30px;
    /* Adjusted top margin */
    box-shadow: 0 8px 16px rgba(88, 146, 255, 0.2);
    /* Adjusted box-shadow */
  }
}

@media (min-width: 990px) {
  .about-img {
    width: 760px;
  }

  /* .custom-img {
    margin-top: -133px;
  } */
  /* .video-container,
  .plyr__video-wrapper {
    background: #000 !important;
    background: var(
      --plyr-video-background,
      var(--plyr-video-background, #000)
    ) !important;
    border-radius: inherit !important;
    height: 240px !important;
    margin: auto !important;
    overflow: hidden !important;
    position: relative !important;
    width: 357px !important;
  } */

  /* .vospce-option-video,
  .plyr__video-wrapper {
    background: #000 !important;
    background: var(
      --plyr-video-background,
      var(--plyr-video-background, #000)
    ) !important;
    border-radius: inherit !important;
    height: 187px !important;
    margin: auto !important;
    overflow: hidden !important;
    position: relative !important;
    width: 282px !important;
  } */

  /* .video-container,
  .plyr--video, .plyr__controls {
    width: 434px !important;
  }
  .vospce-option-video,
  .plyr--video,.plyr__controls {
    width: 282px !important;
  } */
  .vospce-option-video,
  .plyr__volume input[type=range] {
    margin-left: 5px;
    margin-left: calc(var(--plyr-control-spacing, 10px)/2);
    margin-right: 5px;
    margin-right: calc(var(--plyr-control-spacing, 10px)/2);
    max-width: 40px !important;
    min-width: 60px !important;
    position: relative;
    z-index: 2;
  }

  .header .logo img {
    /* max-height: 138px;
    width: 276px; */
    max-height: 117px;
    width: 140px;
    margin-top: 0px;
  }

  /* .uploadVideo{
    width: 365px !important;
    height: 209px !important;
  } */

}

@media screen and (max-width: 990px) {

  .vospce-option-video,
  .plyr__volume input[type=range] {
    margin-left: calc(var(--plyr-control-spacing, 10px)/2) !important;
    margin-right: calc(var(--plyr-control-spacing, 10px)/2) !important;
    max-width: 42px !important;
    min-width: 52px !important;
    position: relative !important;
    z-index: 2 !important;
  }

  .uploadVideo {
    width: 313px !important;
    height: 173px !important;
  }

  .header .logo img {
    /* max-height: 108px;
    width: 215px; */
    max-height: 100px;
    width: 105px;
  }

  /* .custom-img {
    margin-top: -99px;
  } */
  .hero .btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 50px;
    transition: 0.3s;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.1);
    margin-top: 9px;
  }

  .about .content ul li {
    padding: 0px 0 0px 0px;
    position: relative;
  }

  .hero .btn-watch-video i {
    color: #000;
    font-size: 18px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
  }

  .course-image {
    height: 130px;
  }

  #material label {
    text-align: left;
    display: block;
  }

  .input-field {
    margin-bottom: 10px;
  }

  #result .tabs-to-dropdown .nav-pills li:not(:last-child) {
    margin-right: 5px;
  }

  /* .video-container,
  .plyr__video-wrapper {
    background: #000 !important;
    background: var(
      --plyr-video-background,
      var(--plyr-video-background, #000)
    ) !important;
    border-radius: inherit !important;
    height: 240px !important;
    margin: auto !important;
    overflow: hidden !important;
    position: relative !important;
    width: 357px !important;
  } */
  /* .video-container,
  .plyr--video .plyr__controls {
    width: 357px !important;
  } */
  /* .vospce-option-video,
  .plyr__video-wrapper {
    background: #000 !important;
    background: var(
      --plyr-video-background,
      var(--plyr-video-background, #000)
    ) !important;
    border-radius: inherit !important;
    height: 187px !important;
    margin: auto !important;
    overflow: hidden !important;
    position: relative !important;
    width: 273px !important;
  } */
  /* .vospce-option-video,
  .plyr--video .plyr__controls {
    width: 270px !important;
  } */
  .navbar {
    position: fixed !important;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .nav-open {
    right: 0%;
  }

  .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 0px;
    margin-bottom: 0.125rem;
  }

  .table-striped thead {
    display: flex;
  }

  .table-striped th,
  .table-striped td {
    border: none;
    font-size: 13px;
  }

  .button_base {
    margin: 0;
    font-size: 15px;
    position: relative;
    top: 50%;
    left: 90%;
    /* margin-top: -14px; */
    margin-left: -109px;
    width: 138px;
    height: 42px;
    text-align: center;
  }
}

@media (min-width: 1280px) {

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #000;
  }
}

@media (max-width: 1279px) {

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #000;
  }

  .mobile-nav-show {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 16px;
  color: white;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.material .bg-primary,
.btn-primary,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.badge-primary,
.nav-pills .nav-link.active,
.pagination .active a,
.custom-control-input:checked~.custom-control-label:before,
#preloader #status .spinner>div,
.social-icon li a:hover,
.back-to-top:hover,
.back-to-home a,
::selection,
#topnav .navbar-toggle.open span:hover,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.clickable .owl-dot:hover span,
.watch-video a .play-icon-circle,
.sidebar .widget .tagcloud>a:hover,
.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.tns-nav button.tns-nav-active,
.form-check-input.form-check-input:checked {
  background-color: #000 !important;
  border-color: #000;
  color: white;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  border-color: #000;
}

.hero .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.3s;
  color: #000;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid #000;
}

.signup .wrapper .btn:hover {
  background-color: #000;
  border-color: #000;
}

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1;
}

.plyr .ytp-chrome-top .ytp-overflow-button {
  /* Your styles here */
  width: auto !important;
  height: auto !important;
  min-width: 48px !important;
  display: none !important;
}

.plyr .ytp-chrome-top .ytp-overflow-icon {
  /* Your styles here */
  margin: auto !important;
  width: 36px !important;
  height: 36px !important;
  vertical-align: middle !important;
  display: none !important;
}

@media screen and (min-width: 1366px) {
  .uploadVideo {
    width: 314px;
    height: 176px;
  }
}

@media screen and (min-width: 1600px) {
  .uploadVideo {
    width: 365px;
    height: 209px;
  }
}

.ytp-chrome-top .ytp-button,
.ytp-small-mode .ytp-chrome-controls .ytp-button,
.ytp-small-mode .ytp-replay-button {
  opacity: -0.1 !important;
  display: inline-block !important;
  transition: opacity .1s cubic-bezier(.4, 0, 1, 1) !important;
  overflow: hidden !important;
}

/* .plyr--video .plyr__controls{
  bottom: 60px;
} */
.footer .footer-links {
  margin-bottom: -62px;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  margin-right: 10px !important;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid #000;
}

.section-header {
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
}

.test-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #e6e4e9;
  border-radius: 8px;
  height: 160px;
}

.vospce-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #e6e4e9;
  border-radius: 8px;
  height: 160px;
}

.material-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #e6e4e9;
  border-radius: 8px;
  height: 200px;
}

.feedback-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #e6e4e9;
  border-radius: 8px;
  height: 150px;
}

.signup .logo img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 7%;
  box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaa7, -8px -8px 15px #fff;
}

.course-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #e6e4e9;
  height: 430px;
}

.section-headerr {
  text-align: center !important;
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
  display: none !important;
}

.ql-container.ql-snow {
  border: 0px solid #ccc !important;
}

@media screen and (max-width: 1278px) {
  .navbar {
    position: fixed !important;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .nav-open {
    right: 0%;
  }
}