#login_modal .modal-header {
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(251, 241, 229);
}
#login_modal .modal-header .btn-close-modal {
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #151414;
  border-radius: 5px;
}
#login_modal .modal-title h5 {
  font-size: 1.5rem !important;
}
#login_modal .modal-body {
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgb(251, 241, 229);
}
#login_modal .modal-body .card {
  padding-left: 4px;
  font-size: 0.9rem;
  line-height: 17px;
  background-color: rgb(251, 241, 229);
  border: 2px solid #808080;
}
#login_modal .modal-body .card:hover {
  cursor: pointer;
  background-color: rgb(255, 236, 212);
  border: 2px solid #000;
}
#login_modal .modal-body .description {
  font-size: 0.88rem;
  text-align: center;
}
#login_modal .modal-body .social-con {
  width: 40px;
  height: 40px;
}
#login_modal .modal-body .social-title {
  margin-top: 20px;
  font-size: 1rem;
}
#login_modal label {
  margin-bottom: 7px;
  font-size: 0.9rem;
  color: rgb(67, 67, 67);
}
#login_modal .form-input {
  position: relative;
  margin-top: 9px;
}
#login_modal .password-input {
  position: relative;
}
#login_modal .password-input span {
  position: absolute;
  right: 0;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  margin-top: -90px;
  cursor: pointer;
}
#login_modal .terms {
  width: 100%;
  font-size: 0.6rem;
}
#login_modal .login-text {
  font-size: 1rem;
  font-weight: 300;
}
#login_modal .login-text a {
  font-weight: 300;
  text-decoration: none;
}
#login_modal .remember {
  display: flex;
  align-items: center;
  height: 20px;
  margin-top: 30px;
}
#login_modal .remember input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px;
  background-color: #fff;
}
#login_modal .btn-dovi {
  border: 1px solid black;
}
#login_modal .modal-footer {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  background-color: rgb(251, 241, 229);
}
#login_modal .modal-footer .forgot-password {
  width: 100%;
  margin-top: 10px;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
}
#login_modal .modal-footer .terms {
  font-size: 0.8rem;
  text-align: center;
}
#login_modal .modal-footer .terms a {
  text-decoration: none;
}
#login_modal .modal-footer .login-text {
  width: 100%;
  font-size: 1.1rem;
  text-align: center;
}

#login_modal2 .modal-header {
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(251, 241, 229);
}
#login_modal2 .modal-header .btn-close-modal {
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #151414;
  border-radius: 5px;
}
#login_modal2 .modal-title h5 {
  font-size: 1.5rem !important;
}
#login_modal2 .modal-body {
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgb(251, 241, 229);
}
#login_modal2 .modal-body .card {
  padding-left: 4px;
  font-size: 0.9rem;
  line-height: 17px;
  background-color: rgb(251, 241, 229);
  border: 2px solid #808080;
}
#login_modal2 .modal-body .card:hover {
  cursor: pointer;
  background-color: rgb(255, 236, 212);
  border: 2px solid #000;
}
#login_modal2 .modal-body .description {
  font-size: 0.88rem;
  text-align: center;
}
#login_modal2 .modal-body .social-con {
  width: 40px;
  height: 40px;
}
#login_modal2 .modal-body .social-title {
  margin-top: 20px;
  font-size: 1rem;
}
#login_modal2 label {
  margin-bottom: 7px;
  font-size: 0.9rem;
  color: rgb(67, 67, 67);
}
#login_modal2 .form-input {
  position: relative;
  margin-top: 9px;
}
#login_modal2 .password-input {
  position: relative;
}
#login_modal2 .password-input span {
  position: absolute;
  right: 0;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  margin-top: -90px;
  cursor: pointer;
}
#login_modal2 .terms {
  width: 100%;
  font-size: 0.6rem;
}
#login_modal2 .login-text {
  font-size: 1rem;
  font-weight: 300;
}
#login_modal2 .login-text a {
  font-weight: 300;
  text-decoration: none;
}
#login_modal2 .remember {
  display: flex;
  align-items: center;
  height: 20px;
  margin-top: 30px;
}
#login_modal2 .remember input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px;
  background-color: #fff;
}
#login_modal2 .btn-dovi {
  border: 1px solid black;
}
#login_modal2 .modal-footer {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  background-color: rgb(251, 241, 229);
}
#login_modal2 .modal-footer .forgot-password {
  width: 100%;
  margin-top: 10px;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
}
#login_modal2 .modal-footer .terms {
  font-size: 0.8rem;
  text-align: center;
}
#login_modal2 .modal-footer .terms a {
  text-decoration: none;
}
#login_modal2 .modal-footer .login-text {
  width: 100%;
  font-size: 1.1rem;
  text-align: center;
}#register_modal .modal-header {
  background-color: rgb(251, 241, 229);
}
#register_modal .modal-header .btn-close-modal {
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #151414;
  border-radius: 5px;
}
#register_modal .modal-title h5 {
  font-size: 1.5rem !important;
}
#register_modal .modal-body {
  background-color: rgb(251, 241, 229);
}
#register_modal .modal-body .social-con {
  width: 40px;
  height: 40px;
}
#register_modal label {
  margin-bottom: 6px;
  font-size: 0.9rem;
  color: rgb(67, 67, 67);
}
#register_modal .form-input {
  margin-top: 10px;
}
#register_modal .social-login-name {
  font-size: 0.8rem;
  font-weight: 700;
}
#register_modal .card {
  padding-left: 4px;
  cursor: pointer;
  background-color: rgb(251, 241, 229);
  border: 1px solid rgb(204, 204, 204);
}
#register_modal .terms {
  width: 100%;
  font-size: 0.6rem;
}
#register_modal .login-text {
  font-size: 1rem;
  font-weight: 300;
}
#register_modal .login-text a {
  font-weight: 300;
  text-decoration: none;
}
#register_modal .btn-dovi {
  border: 1px solid black;
}
#register_modal .modal-footer {
  text-align: center;
  background-color: rgb(251, 241, 229);
}
#register_modal .modal-footer .forgot-password {
  width: 100%;
  margin-top: 10px;
  font-size: 1.3rem;
  text-align: center;
}
#register_modal .modal-footer .terms {
  font-size: 0.8rem;
  text-align: center;
}
#register_modal .modal-footer .login-text {
  width: 100%;
  font-size: 1.1rem;
  text-align: center;
}
.math-captcha[data-v-719e05db] {
    padding: 10px 14px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}
.captcha-row[data-v-719e05db] {
    display: flex;
    align-items: center;
    gap: 10px;
}
.captcha-question[data-v-719e05db] {
    font-size: 15px;
    font-weight: 600;
    color: #374151;
    letter-spacing: 1px;
    white-space: nowrap;
}
.captcha-input[data-v-719e05db] {
    width: 70px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding: 4px 8px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s;
}
.captcha-input[data-v-719e05db]:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37,99,235,0.1);
}
/* Hide number input spinners */
.captcha-input[data-v-719e05db]::-webkit-outer-spin-button,
.captcha-input[data-v-719e05db]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.captcha-input[type=number][data-v-719e05db] {
    -moz-appearance: textfield;
}
.captcha-refresh[data-v-719e05db] {
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 4px;
    font-size: 13px;
    transition: color 0.2s;
}
.captcha-refresh[data-v-719e05db]:hover {
    color: #2563eb;
}
.captcha-error[data-v-719e05db] {
    display: block;
    margin-top: 4px;
    font-size: 12px;
}
#forgotPassword_modal .modal-header {
  display: flex;
  justify-content: end;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgb(251, 241, 229);
}
#forgotPassword_modal .modal-header .btn-close-modal {
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #151414;
  border-radius: 5px;
}
#forgotPassword_modal .modal-title {
  display: flex;
  justify-content: center;
  padding-right: 10%;
  padding-left: 10%;
  margin-top: -10px;
  text-align: center;
}
#forgotPassword_modal .modal-title h5 {
  font-size: 1.8rem !important;
  text-align: center;
}
#forgotPassword_modal .modal-body {
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgb(251, 241, 229);
}
#forgotPassword_modal .modal-body .card {
  padding-left: 4px;
  font-size: 0.9rem;
  line-height: 17px;
  background-color: rgb(251, 241, 229);
  border: 2px solid #808080;
}
#forgotPassword_modal .modal-body .card:hover {
  cursor: pointer;
  background-color: rgb(255, 236, 212);
  border: 2px solid #000;
}
#forgotPassword_modal .modal-body .description {
  font-size: 0.88rem;
  text-align: center;
}
#forgotPassword_modal .modal-body .social-con {
  width: 40px;
  height: 40px;
}
#forgotPassword_modal .modal-body .social-title {
  margin-top: 20px;
  font-size: 1rem;
}
#forgotPassword_modal label {
  margin-bottom: 7px;
  font-size: 0.9rem;
  color: rgb(67, 67, 67);
}
#forgotPassword_modal .form-input {
  margin-top: 9px;
}
#forgotPassword_modal .terms {
  width: 100%;
  font-size: 0.6rem;
}
#forgotPassword_modal .login-text {
  font-size: 1rem;
  font-weight: 300;
}
#forgotPassword_modal .login-text a {
  font-weight: 300;
  text-decoration: none;
}
#forgotPassword_modal .remember {
  display: flex;
  align-items: center;
  height: 20px;
  margin-top: 30px;
}
#forgotPassword_modal .remember input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px;
  background-color: #fff;
}
#forgotPassword_modal .modal-footer {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  background-color: rgb(251, 241, 229);
}
#forgotPassword_modal .modal-footer .forgot-password {
  width: 100%;
  margin-top: 10px;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
}
#forgotPassword_modal .modal-footer .terms {
  font-size: 0.8rem;
  text-align: center;
}
#forgotPassword_modal .modal-footer .terms a {
  text-decoration: none;
}
#forgotPassword_modal .modal-footer .login-text {
  width: 100%;
  font-size: 1.1rem;
  text-align: center;
}
#forgotPassword_modal .btn-dovi {
  border: 1px solid black;
}.mainVideoPlayerModal {
  background: #FFF;
  border: none !important;
  border-radius: 2px;
}
@media (width <= 762px) {
  .mainVideoPlayerModal {
    width: 100%;
  }
}
@media (width >= 762px) {
  .mainVideoPlayerModal {
    width: 800px;
    margin-top: 30px;
  }
}
.mainVideoPlayerModal .modal-content {
  padding: 0 !important;
  background: #FFF;
  border: 1px solid #DFE4EA;
  border-radius: 28px;
}
.mainVideoPlayerModal .btn-close {
  width: 15px;
  height: 15px;
  font-size: 0.7rem !important;
  background-color: #151414;
  border-radius: 5px;
}
.mainVideoPlayerModal .player-container {
  height: 300px;
}

#video_player_modal .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
#video_player_modal .modal-body {
  position: relative;
  padding: 0;
}
@media (width <= 600px) {
  #video_player_modal .btn-close {
    position: absolute;
    top: 1px;
    right: 0;
    background-color: white;
  }
}
@media (width >= 600px) {
  #video_player_modal .btn-close {
    position: absolute;
    top: 0;
    right: -30px;
  }
}
#video_player_modal .coursePreview {
  padding: 20px 0 0 20px;
  color: white;
}
#video_player_modal .courseTile {
  padding: 0 0 20px 20px;
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
}.horizontaLoader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
vm-playback-control {
    --vm-control-scale: 1.7;
}
.page-breadcrum {
  margin-top: 10px;
}
.page-breadcrum .breadcrumb-item {
  display: flex;
  align-items: center;
  height: 30px;
  font-weight: 500;
  color: #1f1f1f;
}
@media (width <= 800px) {
  .page-breadcrum .breadcrumb-item:nth-child(2) {
    width: 80vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.page-breadcrum .breadcrumb-item a {
  overflow: hidden;
  font-weight: 500;
  color: #1f1f1f;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (width <= 800px) {
  .page-breadcrum .breadcrumb-item a {
    font-size: 0.9rem;
  }
  .page-breadcrum .breadcrumb-item a .breadcrumb-item + .breadcrumb-item::before {
    font-size: 0.9rem;
  }
}
@media (width >= 800px) {
  .page-breadcrum .breadcrumb-item a {
    font-size: 1rem;
  }
  .page-breadcrum .breadcrumb-item a .breadcrumb-item + .breadcrumb-item::before {
    font-size: 1.3rem;
  }
}
.page-breadcrum .breadcrumb-item + .breadcrumb-item::before {
  font-size: 1.3rem;
  font-weight: 500;
  color: rgb(0, 14, 0);
}
.video {
         width: 100%;
         background-color: black;
         pointer-events: none;
         height: inherit;
}
video::-webkit-media-controls-panel {
            display: none !important;
            opacity: 1 !important;
}
  .genericencoder .custom-controls {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  z-index: 999;
}
.genericencoder .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  width: 100%;
  background-color: black;
  pointer-events: none;
  height: inherit;
}
.genericencoder .plyr:-webkit-full-screen.plyr--vimeo > .plyr__video-wrapper > .plyr__video-embed__container {
  transform: none !important;
  position: initial;
}
.genericencoder .vimeo-video {
  width: 100%;
  background-color: black;
  pointer-events: none;
  height: 100%;
}
.genericencoder .vimeo-video iframe {
  width: 100% !important;
}
.genericencoder .custom-controller {
  z-index: 999;
  width: 400px;
}
@media (min-width: 650px) {
.genericencoder .custom-controller {
    margin-left: 270px;
}
}
@media (max-width: 650px) {
.genericencoder .custom-controller {
    margin-left: 220px;
}
}
@media (max-width: 520px) {
.genericencoder .custom-controller {
    margin-left: 200px;
}
}
@media (max-width: 480px) {
.genericencoder .custom-controller {
    margin-left: 50px;
}
}
.genericencoder .videoplayer-forward {
  position: relative;
  height: 40px;
  width: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  background-color: rgba(236, 4, 89, 0);
  border: none;
}
@media (min-width: 650px) {
.genericencoder .videoplayer-forward svg {
    width: 25px;
}
}
@media (max-width: 650px) {
.genericencoder .videoplayer-forward svg {
    width: 25px;
}
}
@media (max-width: 520px) {
.genericencoder .videoplayer-forward svg {
    width: 22px;
}
}
@media (max-width: 480px) {
.genericencoder .videoplayer-forward svg {
    width: 22px;
    margin-bottom: 15px;
}
}
.genericencoder[data-v-9356e564]{
.custom-controls[data-v-9356e564] {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        z-index: 999;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper[data-v-9356e564] {
        width: 100%;
        background-color: black;
        pointer-events: none;
        height: inherit;
}
.plyr:-webkit-full-screen.plyr--vimeo > .plyr__video-wrapper > .plyr__video-embed__container[data-v-9356e564] {
        transform: none !important;
        position: initial;
}
.vimeo-video[data-v-9356e564] {
        width: 100%;
        background-color: black;
        pointer-events: none;
        height: 100%;
iframe[data-v-9356e564]{
            width: 100% !important;
}
}
vm-fullscreen-control[data-v-9356e564] {
        z-index: 1000; /* Ensure it's above other elements */
        pointer-events: auto;
}
vm-icon[data-v-9356e564] {
        pointer-events: auto;
}
.custom-controller[data-v-9356e564]{
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 500px;
@media (min-width: 650px) {
.vimeo-video[data-v-9356e564] {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 300px;
                height: 100vh;
                margin-left: 30px;
}
}
@media (max-width: 650px) {
            margin-left: 130px;
            width: 300px;
}
@media (max-width: 520px) {
            margin-left: 100px;
            width: 300px;
}
@media (max-width: 480px) {
            margin-left: 35px;
            width: 290px;
}
}
    /* Base styling for the PiP button */
.videoplayer-pip[data-v-9356e564] {
        background: none;
        border: none;
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: end;
        justify-content: end;
        transition: transform 0.3s;
        color: #fff;
}
.player-pip-control[data-v-9356e564] {
        position: absolute;
        right: 20px;
        bottom: 20px;
}

    /* Floating styling when PiP is active */
.pip-active .videoplayer-pip[data-v-9356e564] {
        position: fixed;
        bottom: 40px;  /* Adjust the position */
        right: 30px;
        z-index: 9999;
        transform: scale(1.2); /* Slightly enlarge for visibility */
}
.videoplayer-forward[data-v-9356e564]{
        position: relative;
        height: 40px;
        width:50px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        background-color: rgba(236, 4, 89, 0);
        border:none;
svg[data-v-9356e564]{
@media (min-width: 650px) {
                width: 25px;
}
@media (max-width: 650px) {
                width: 25px;
}
@media (max-width: 520px) {
                width: 22px;
}
@media (max-width: 480px) {
                width: 22px;
                margin-bottom: 15px;
}
}
}
    /* Ensure PiP button visibility */
video[data-v-9356e564]::-webkit-media-controls-picture-in-picture-button {
        display: block !important; /* Forces PiP button to show */
}

    /* Hide custom controls when in PiP mode */
.pip-mode .custom-controls[data-v-9356e564] {
        display: flex; /* Keeps custom controls layout in place */
        justify-content: center;
        margin-top: 20px;
}

    /* Style adjustments for PiP buttons */
.pip-mode .custom-controller[data-v-9356e564] {
        z-index: 20;
        width: 100%;
        display: flex;
        justify-content: center;
}
}
.video-player[data-v-9356e564] {
    width: 100%; /* Default full width */
    position: relative;
}
.video-player[data-v-9356e564] {
    position: relative;
    width: 100%;
    height: auto;
    transition: width 0.3s ease, height 0.3s ease;
}
.mini-player[data-v-9356e564] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 260px;
    height: 150px;
    z-index: 9999;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}
.mini-player video[data-v-9356e564] {
    width: 100%;
    height: 100%;
}

.is-sticky[data-v-cdd84a28] {
    position: fixed;
    bottom: 0;
    right: 10px;
    width: initial;
    z-index: 2000;
    transform: translateY(0); /* Avoids flicker */
}

.genericencoder[data-v-fcbd2485]{
.custom-controls[data-v-fcbd2485] {
      display: flex;
      justify-content: center;
      margin-top: 20px;
      z-index: 999;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper[data-v-fcbd2485] {
        width: 100%;
        background-color: black;
        pointer-events: none;
        height: inherit;
}
.plyr:-webkit-full-screen.plyr--vimeo > .plyr__video-wrapper > .plyr__video-embed__container[data-v-fcbd2485] {
        transform: none !important;
        position: initial;
}
.vimeo-video[data-v-fcbd2485] {
      width: 100%;
      background-color: black;
      pointer-events: none;
      height: 100%;
iframe[data-v-fcbd2485]{
           width: 100% !important;
}
}
vm-fullscreen-control[data-v-fcbd2485] {
          z-index: 1000; /* Ensure it's above other elements */
          pointer-events: auto;
}
vm-icon[data-v-fcbd2485] {
          pointer-events: auto;
}
.custom-controller[data-v-fcbd2485]{
        z-index: 999;
        width: 300px;
@media (min-width: 650px) {
.vimeo-video[data-v-fcbd2485] {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 300px;
                height: 100vh;
}
}
@media (max-width: 650px) {
           margin-left: 150px;
            width: 300px;
}
@media (max-width: 520px) {
           margin-left: 100px;
            width: 200px;
}
@media (max-width: 480px) {
           margin-left: 50px;
            width: 290px;
}
}
      /* Base styling for the PiP button */
.videoplayer-pip[data-v-fcbd2485] {
          background: transparent;
          border: none;
          cursor: pointer;
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: transform 0.3s;
          color: #fff;
}

      /* Floating styling when PiP is active */
.pip-active .videoplayer-pip[data-v-fcbd2485] {
          position: fixed;
          bottom: 40px;  /* Adjust the position */
          right: 30px;
          z-index: 9999;
          transform: scale(1.2); /* Slightly enlarge for visibility */
}
.videoplayer-forward[data-v-fcbd2485]{
        position: relative;
        height: 40px;
        width:50px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        background-color: rgba(236, 4, 89, 0);
        border:none;
svg[data-v-fcbd2485]{
@media (min-width: 650px) {
              width: 25px;
}
@media (max-width: 650px) {
              width: 25px;
}
@media (max-width: 520px) {
              width: 22px;
}
@media (max-width: 480px) {
              width: 22px;
              margin-bottom: 15px;
}
}
}
      /* Ensure PiP button visibility */
video[data-v-fcbd2485]::-webkit-media-controls-picture-in-picture-button {
          display: block !important; /* Forces PiP button to show */
}

      /* Hide custom controls when in PiP mode */
.pip-mode .custom-controls[data-v-fcbd2485] {
          display: flex; /* Keeps custom controls layout in place */
          justify-content: center;
          margin-top: 20px;
}

      /* Style adjustments for PiP buttons */
.pip-mode .custom-controller[data-v-fcbd2485] {
          z-index: 20;
          width: 100%;
          display: flex;
          justify-content: center;
}
}
.video-player[data-v-fcbd2485] {
      width: 100%; /* Default full width */
      position: relative;
}
.video-player[data-v-fcbd2485] {
      position: relative;
      width: 100%;
      height: auto;
      transition: width 0.3s ease, height 0.3s ease;
}
.mini-player[data-v-fcbd2485] {
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 260px;
      height: 150px;
      z-index: 9999;
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
      cursor: pointer;
      border-radius: 8px;
      overflow: hidden;
}
.mini-player video[data-v-fcbd2485] {
      width: 100%;
      height: 100%;
}

.pdf-viewer-wrapper[data-v-93811058] {
    position: relative;
    width: 100%;
    height: 60vh; /* Full viewport height */
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto; /* Enable vertical scrolling */
    background-color: #fff; /* Set a bright background */
}
.pdf-iframe[data-v-93811058] {
    width: 100%;
    height: 100%;
    border: none;
}
.pdf-canvas[data-v-93811058] {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px; /* Bottom margin to ensure space below the canvas */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: add shadow for better visibility */
}
.pdf-link-container[data-v-93811058] {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; /* Ensure the container itself doesn't block clicks */
}
.pdf-link-container a[data-v-93811058] {
    pointer-events: auto; /* Ensure links are clickable */
    background: rgba(0, 0, 0, 0.1); /* Optional: highlight link areas */
}
.download-button[data-v-93811058] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
}
.download-icon[data-v-93811058] {
    width: 24px;
    height: 24px;
}
@media (max-width: 600px) {
.download-icon[data-v-93811058] {
        width: 20px;
        height: 20px;
}
}
.is-sticky[data-v-93811058] {
    position: fixed;
    bottom: 0;
    right: 10px;
    width: initial;
    z-index: 2000;
    transform: translateY(0); /* Avoids flicker */
}
.docx-content[data-v-93811058] {
    max-width: 100%;
    padding: 10px;
    background-color: #fff;
    overflow-y: auto;
}
.is-sticky .docx-content[data-v-93811058] {
    position: fixed;
    right: 10px;
    bottom: 0;
    width: 30%; /* Make the width smaller when sticky */
    max-width: 300px; /* Limit the maximum width */
    height: 60vh; /* Set height when sticky */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Optional: add shadow for visibility */
    z-index: 2000;
}


.audio-viewer-wrapper[data-v-b19f48b4] {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    background-color: #333;
    color: white;
    padding: 20px;
}
audio[data-v-b19f48b4] {
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.speed-control[data-v-b19f48b4] {
    display: flex;
    align-items: center;
    gap: 10px;
}
#speed[data-v-b19f48b4] {
    background-color: #555;
    color: white;
    border: none;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
}
#speed[data-v-b19f48b4]:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}


.responsive-img[data-v-a539382a] {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}
.image-viewer[data-v-a539382a] {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    background-color: dimgrey;
}

.excel-viewer-wrapper[data-v-3c326c9f] {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    background-color: dimgrey;
}
table[data-v-3c326c9f] {
    width: 100%;
    height: 10vh;
    border-collapse: collapse;
    overflow: scroll;
}
td[data-v-3c326c9f] {
    border: 1px solid #ddd;
    padding: 8px;
    color: #ddd;
}
.video-track {
  /* Special styling for WebKit/Blink */
  /* All the same stuff for Firefox */
  /* All the same stuff for IE */
}
.video-track input[type=range] {
  position: relative;
  top: -1px;
  overflow: hidden;
  width: 100%;
  -webkit-appearance: none;
  background-color: #ccc;
  border-radius: 5px;
  height: 8px;
}
.video-track input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #0f0b01;
  height: 8px;
  width: 8px;
  border-radius: 3px;
  background: #2AAC62;
  cursor: pointer;
  margin-top: -1px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: 1px 1px 1px #2AAC62, 0px 0px 1px #2AAC62; /* Add cool effects to your sliders! */
}
.video-track input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #2AAC62, 0px 0px 1px #2AAC62;
  border: 1px solid #0f0b01;
  height: 8px;
  width: 8px;
  border-radius: 3px;
  background: #2AAC62;
  cursor: pointer;
}
.video-track input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #2AAC62, 0px 0px 1px #2AAC62;
  border: 1px solid #0f0b01;
  height: 8px;
  width: 8px;
  border-radius: 3px;
  background: #2AAC62;
  cursor: pointer;
}
.video-track input[type=range]:focus {
  outline: none;
}/* Add your custom CSS styles for the excerpt here */
.excerpt {
  /* Your styles here */
}
.excerpt .btn {
  font-weight: bold;
  font-size: 0.9rem;
  color: #2AAC62;
}

/* Styles for the excerpt content */
.excerpt div {
  /* Your styles for the truncated excerpt text */
  /* max-height: 850px;  
  overflow: hidden; */
}

/* Styles for the full content */
.full-content {
  /* Your styles for the expanded content */
}

/* Styles for the "Read More" and "Read Less" buttons */
button {
  /* Your styles for the buttons */
}
.truncate-text[data-v-dbe461ed] {
    /* Your styles for the component container */
}
.truncated-content[data-v-dbe461ed] {
    /* Your styles for the truncated content */
}
.full-content[data-v-dbe461ed] {
    /* Your styles for the full content */
}
.btn-show-more[data-v-dbe461ed],
  .btn-show-less[data-v-dbe461ed] {
    /* Your styles for the "Show More" and "Show Less" buttons */
}
  .img-src img {
  width: 100%;
}.search-container .search-result {
  position: absolute;
  top: 60px;
  width: 100%;
  max-height: 300px;
  padding-bottom: 5px;
  overflow-y: scroll;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgb(221, 221, 221);
  border-radius: 10px;
  z-index: 1000;
}
.search-container .search-result ul {
  border: none;
}
.search-container .search-result a {
  color: rgb(28, 27, 27);
  text-decoration: none;
}
.search-container .search-result a .search-image {
  width: 30px;
  height: 30px;
}
.scorm-container[data-v-13024cf5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
}
.scorm-content[data-v-13024cf5] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
}
.scorm-list[data-v-13024cf5] {
    width: 30%;
    padding-right: 20px;
    margin-left: 10px;
    margin-top: 10px;
}
.scorm-resource[data-v-13024cf5] {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    cursor: pointer;
}
.scorm-resource[data-v-13024cf5]:hover {
    background-color: #f9f9f9;
}
.scorm-selected[data-v-13024cf5] {
    background-color: #e6f7ff;
}
.scorm-checkbox[data-v-13024cf5] {
    margin-right: 10px;
}
.scorm-checkbox input[data-v-13024cf5] {
    cursor: pointer;
}
.scorm-info[data-v-13024cf5] {
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.scorm-index[data-v-13024cf5] {
    font-weight: bold;
    margin-right: 5px;
}
.scorm-title[data-v-13024cf5] {
    flex-grow: 1;
}
.scorm-player[data-v-13024cf5] {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
}
.placeholder[data-v-13024cf5] {
    color: #777;
    font-style: italic;
    text-align: center;
    padding: 20px;
}
.navigation-buttons[data-v-13024cf5] {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.nav-button[data-v-13024cf5] {
    border: none;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 20px;
    background-color: #4caf50;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.nav-button[data-v-13024cf5]:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.nav-button[data-v-13024cf5]:hover:not(:disabled) {
    background-color: #45a049;
}

.xapi-container[data-v-1b1cebad] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
}
.xapi-content[data-v-1b1cebad] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}
.xapi-player[data-v-1b1cebad] {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    display: flex;
    justify-content: center;
}
.navigation-buttons[data-v-1b1cebad] {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.nav-button[data-v-1b1cebad] {
    border: none;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 20px;
    background-color: #4caf50;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.nav-button[data-v-1b1cebad]:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.nav-button[data-v-1b1cebad]:hover:not(:disabled) {
    background-color: #45a049;
}
