html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
main {
    flex: 1;
}
footer {
    background-color: #f8f9fa;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

#app{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.navbar-brand .logo{
    max-height:100px;
}

.btn-violet{
    background-color: #84358D !important;
    color:#fff;
    border-radius: 0px;
}
.btn-violet:hover {
  color: #ffffff;
}
.btn-border{
    border-radius: 25px 25px 25px 25px;
}

.btn-skyblue{
    background-color: #1382C7 !important;
    color:#fff;
}

.bg-violet {
     background-color: #84358D !important;
     color:#fff;
}
.text-violet {
    color: #84358D;
}
.text-skyblue {
    color: #1382C7 !important;
}
.text-gray{
    color: #6C6C6C !important
}
.navbar .site-title {
    font-size:1.5rem;
    /**text-shadow: 2px 2px 0 #F05929, 4px 4px 0 #F05929;**/
}
.navbar .site-border{
    border-bottom: 3px solid #84358D;
    padding-bottom:15px;
}

.site-block{
    min-height:400px
}

.navbar .nav-link{
    color: #2e2e2e !important;
    font-size: 1.2rem !important;
}
.home-section {
    height: 80vh;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 2%;
}
.home-section .slogan {
    font-weight: bold;
    line-height: 100%;
    font-size: 3.9rem;
    word-wrap: break-word;
}
.home-section .tagline {
    font-size: 1.25rem;
}
@media (max-width: 768px) {
    .home-section {
        background-image: none !important;
        background-color: #fff !important;
        height: auto;
        padding: 3rem 1rem;
    }
    .home-section .slogan {
        font-size: 2rem;
        line-height: 120%;
        color: #000;
    }
    .home-section .tagline {
        font-size: 1rem;
        color: #000;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1rem;
    }
}

.carousel-indicators [data-bs-target]{
    background-color: #84358D !important;
        width: 47px;
    height: 8px;
}



.bi-2x {
    font-size:2rem;
}

.bi-2x {
    font-size:3rem;
}


#register .form-control {
    border: 2px solid #9C27B0;
    font-size: 1.1rem;
    height: 60px;
}

#register .form-control:focus{
    box-shadow: none !important;
}

#register .btn{
    padding: 0.775rem 4rem;
    font-size: 1.2rem;
}


#app .nav-link{
    font-size: 1rem !important;
    padding: 10px;
}

#app .nav-item .active{
    border-bottom:3px solid #84358D;
}

.breadcrumb{
        --bs-breadcrumb-divider-color: #ffffff;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #ffffff;
}

.breadcrumb-item a{
    text-decoration:None;
}

.navbar .dropdown-toggle::after{
display: none !important;
}

.nav-profile{
    height:40px;
    width:40px;
    text-align:center;

}
.dropdown-menu[data-bs-popper]{
left : -1px
}
.login-section{
    overflow:auto;height:100%;width:420px
}
.login-logo{
    max-width:120px
}

.h-100vh{
    height:100vh;
}

.border-violet{
    border-color: #84358D !important;
}

.bi-1x{
    font-size:1rem;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: #84358D;
    background-color: transparent;
    border: none;
    /* border-radius: var(--bs-navbar-toggler-border-radius); */
    transition: var(--bs-navbar-toggler-transition);
}

canvas{
width:100%;
}

.dropdown-item.active, .dropdown-item:active{
    background-color:#84358D;
}

.badge-primary {
      color: #fff;
      background-color: #06794f;
  }

 .badge-light {
      color: #1f2d41;
      background-color: #eff3f9;
  }
  .badge-warning {
      color: #fff;
      background-color: #ebb20c;
  }
  .badge-success {
      color: #fff;
      background-color: #3ac97c;
  }
  .badge-danger {
      color: #fff;
      background-color: #d73f30;
  }

 .badge-warning-soft {
      color: #1f2d41;
      background-color: #f0e3c7;
  }
  .badge-danger-soft {
      color: #1f2d41;
      background-color: #eec7c7;
  }
  .badge-success-soft {
      color: #1f2d41;
      background-color: #bfe5dc;
  }
  .text-right {
      text-align: right !important;
  }

  .bi-1x{
    font-size:2rem;
  }


    .bi-15x{
    font-size:1.2rem;
  }
  .stats-card{
    width:200px;
  }

  .bg-grad {
    background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
  }

 .alert-light-purple {
    background-color: #E6E6FA;
    color: #4B0082;
    border: none;
}

.accordion-button:not(.collapsed){
box-shadow:none !important
}

.circle-box-md{
height:50px;
width:50px;
font-size:1.2rem;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
    text-decoration: none;
 }

.alert-error{
    background-color: #f1aeb5 !important;
}

        .input-group {
            position: relative;
        }
        .input-group .form-control {
            padding-right: 2.5rem; /* Adjust padding to make space for the icon */
        }
        .input-group .toggle-password {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
        }
.success-card {
    max-width: 400px;
    margin: auto;
    border: none; /* Remove border */
    border-radius: 10px 10px 0 0; /* Rounded top corners */
    background-color: white;
    text-align: left;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 320px; /* Increase height as per your requirement */
}

.error-card {
    max-width: 400px;
    margin: auto;
    border: none; /* Remove border */
    border-radius: 10px 10px 0 0; /* Rounded top corners */
    background-color: white;
    text-align: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 320px; /* Increase height as per your requirement */
}

.info-card {
    max-width: 400px;
    margin: auto;
    border: none; /* Remove border */
    border-radius: 10px 10px 0 0; /* Rounded top corners */
    background-color: #FFCCCC; /* Light red background color */
    /*text-align: center;*/
    text-align: left;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 320px; /* Increase height as per your requirement */
}

.card-header-success {
    background-color: #E6E6FA;
    color: #4B0082;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;
}

.card-header-error {
        background-color: #E6E6FA;
    color: #4B0082;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;
}

.card-header i {
    font-size: 3rem; /* Adjust the size of the icon */
}

.card-body {
    background-color: white;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Push the content to the top of the card body */
}

.btn-outline-success-custom {
    background-color: white;
    color: #4B0082;
    border: 1px solid #4B0082;
    margin-top: 20px;
    padding: 10px 20px;
}

.btn-outline-success-custom:hover {
    background-color: #4B0082;
    color: white;
}

.btn-outline-danger-custom {
    background-color: white;
    color: #FF5733; /* Red color for error button */
    border: 1px solid #FF5733;
    margin-top: 20px;
    padding: 10px 20px;
}

.btn-outline-danger-custom:hover {
    background-color: #FF5733;
    color: white;
}


.nav-underline .nav-link:focus, .nav-underline .nav-link:hover{
    border-bottom: 3px solid #84358D;
}

.sidenav .sidenav-menu .nav .nav-link{
padding-top: 0.50rem;
    padding-bottom: 0.20rem;
}



.text-elglty {
    font-size: 1rem;
}
.text-icons {
    font-size: 1.2rem;
    text-align: end;
}



p.word {
  word-break: break-word;
  font-size:15px;
  padding:0px !important;
  zoom: 1 !important;
}
small.word{
font-weight: bold;
}

.alert-violet {
    color: #84358D;
    background-color: #E6E6FA;
    border-color: #4B0082;
}f

.alert-violet .alert-link {
    color: #84358D;
}

.alert-violet hr {
    border-top-color: #4B0082;
}

.alert-violet .close {
    color: #84358D;
}

/* styles.css */
.animate-on-scroll {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.animate-on-scroll.animate {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.list-group-item.active{
    background-color:#84358D;
    border-color:#84358D;
    color:#fff
}
.list-group-item{
    border:none
}
.bg-light{
background-color:#F0F4F9 !important;
}

.small-bold {
    font-size: 1.2rem;
    font-weight: bold;
}
.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.header-btn-padding{
    padding-right: 10px;
}
.nav-item .dropdown-menu {
  left: auto !important;
  right: 0 !important;
  margin-top: 0.2rem !important;
}
.img-opacity{
    opacity: 0.3;
    height: 400px;
    width: 400px;
}
.btn-rounded{
    border-radius: 50px;
}
.small-word{
    word-break: break-word;
    font-size:15px;
    font-weight: bold;
    color:#535252;
    padding:0px !important;
}
.padding-left-check{
    padding-left: 2px;
}
.padding-right-check{
    padding-right: 2px;
}
.course-profile{
    height:50px;
    width:50px;
    text-align:center;
    font-size: 28px;
    font-weight: normal;
}
.custom-profile{
    height: 40px;
    width: 40px;
    text-align: center;
    font-weight: bolder;
}
.custom-icon{
    font-size: 25px;
}
video::-webkit-media-controls-timeline,
video::-moz-media-controls-timeline {
    pointer-events: none;
}
.certificate-size {
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: 0;
}
@media (max-width: 768px) {
    .certificate-size {
        width: 100%;
        max-width: 300px;
        height: auto;
    }
}
.enrollment-progress{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: .8rem;
}
  .video-js {
    width: 100%;
    border-radius: 10px;
    font-size: 0.9rem; /* Slightly smaller text globally */
  }

    /* Responsive 16:9 wrapper for video player */
    .slide-container {
        position: relative;
        width: 100%;
        padding-top: 56.25%; /* 16:9 aspect ratio */
    }

    .slide-container .video-js,
    .slide-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .vjs-username-overlay {
        position: absolute;
        top: 8px;
        left: 8px;
        z-index: 20;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 0.8rem;
        pointer-events: none;
    }

.completion-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 9999;
  animation: popupSlide 0.4s ease-out;
}

.completion-popup-content {
  background: #1f1f1f;
  color: #fff;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 14px;
  max-width: 300px;
  min-width: 260px;
  opacity: 0.95;
  box-shadow: 0 4px 14px rgba(0,0,0,0.5);
  border-left: 4px solid #28a745;
}
@keyframes popupSlide {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.percentage-progress{
    display: flex;
    align-items: center;
    justify-content: center;
    height:40px;
    width:40px;
    border-radius:50%;
    font-size:.8rem;
}
.pdf-controls{
    overflow-y: auto;
    height: 700px;
}
.multi-select-message{
    display:none;
}
.landing-content-mt-one{
    margin-top:30px;
}
.landing-content-mt-two{
    margin-top:50px;
}
.landing-content-mt-three{
    margin-top:60px;
}
.landing-content-ht-one{
    height:3.5rem;
}
.landing-content-ht-two{
    height:8.5rem;
}
.landing-display-none{
    display:none;
}
.eligibility-content{
    line-height:30px;
    font-size:1.0rem;
}
.vision-content{
    font-size:1.3rem;
    min-height:20rem;
}
.landing-fs-one{
    font-size:1rem;
}
.bg-lighthouse {
    background-image: url("/static/assets/img/lighthouse.ca447f48f8bd.svg");
    background-repeat: no-repeat;
}
.landing-banner {
    background-image: url("/static/assets/img/landing-banner.9ae75eb781dc.svg");
    background-repeat: no-repeat;
}
.header-logo-width{
    width:35px;
}
.login-card{
    max-width:350px;
    width:350px;
}
.asteriskField {
    display: none !important;
}
.form-actions {
    text-align: right;
    margin-top: 20px;
    padding-right: 320px;
}
.pagination-ph{
    padding:5px;
    height:39px;
}
.filter-width{
    width: 500px;
}
.custom-margin-right{
    margin-right: 2px!important;
}
.custom-margin-top{
    margin-top: 28px;
}
.vjs-progress-control {
    pointer-events: auto;
}

/* Optional: keep hover tooltip hidden */
.vjs-mouse-display,
.vjs-time-tooltip {
    display: none !important;
}


/* Optional: custom backward button style */
.vjs-backward-only::before {
    content: "10s";
    color: white;
    font-size: 14px;
}
.custom-icon{
    cursor:pointer;
    font-size:18px;
}
.custom-caret-none::after{
    display: none !important;
}
#sidebar {
    width: 240px;
    position: fixed;
    left: 0;
    top: 65px;
    height: calc(100vh - 50px);
    overflow-y: auto;
    border-right: 0px;
}
.sidebar-spacer {
    flex: 0 0 240px;
}
.sidebar-nav {
    display: flex;
    flex-direction: column;
}
.sidebar-link {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    color: #333;
    text-decoration: none;
}
.sidebar-link i {
    margin-right: 10px;
}
.sidebar-link:hover {
    background-color: #f5f0ff;
    color: #6f42c1;
}
.sidebar-link.active {
    background-color: #84358D;
    color: #ffffff;
}
@media (min-width: 768px) {
    #sidebar {
        position: fixed;
        top: 52px;
        height: calc(100vh - 52px);
        transform: none !important;
        visibility: visible !important;
    }
}
.custom-wh{
    width:36px;
    height:36px;
}
.custom-h{
    height:32px;
}
.admin-header {
    position: sticky;
    top: 0;
    z-index: 1050;
}
html, body {
    overflow-x: hidden;
}
.content-wrapper {
    height: calc(100vh - 64px);
    overflow: hidden;
}
.content-wrapper main {
    overflow-y: auto;
}


.vjs-seek-locked .vjs-progress-control {
    pointer-events: none;
    opacity: 0.5;
}
.video-wrapper {
    position: relative;
    width: 100%;
}

.video-loader {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    font-size: 16px;
}
.vjs-progress-control.seek-enabled {
    pointer-events: auto;
    opacity: 1;
}
.vjs-progress-control.locked {
    pointer-events: none;
}
.modal .form-label,
.modal label {
    text-align: left !important;
    float: none !important;
}
.vjs-user-watermark {
    position: absolute;
    top: 12px;
    left: 12px;          /* moved from right → left */
    z-index: 9999;
    color: red; /* black with slight transparency */
    font-size: 14px;
    font-weight: 600;
    pointer-events: none;
    user-select: none;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.6); /* keeps it visible on dark video */
}
.is-hidden {
  display: none !important;
}
.errorlist,
.errorlist ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
/* hide first li that contains the field label */
.errorlist > li {
    font-weight: normal;
}

/* hide the label text itself */
.errorlist > li::marker {
    display: none;
}

/* hide the first text node (password label) */
.errorlist > li {
    font-size: 0;
}

/* restore inner error text */
.errorlist > li ul li {
    font-size: 14px;
    margin-bottom: 4px;
}
.table-font{
    font-size: 15px;
    }
.disabled {
    pointer-events: none;
    opacity: 0.6;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}
.breadcrumb-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.breadcrumb-item.active,
.breadcrumb-item.text-white {
    color: #ffffff;
    white-space: normal;
    word-break: break-word;
}
@media (max-width: 576px) {
    .breadcrumb {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .breadcrumb::-webkit-scrollbar {
        display: none;
    }
    .breadcrumb-item {
        flex: 0 0 auto;
    }
    .breadcrumb-item a {
        white-space: nowrap;
    }
}
@media (min-width: 768px) {
    .list-group {
        max-height: 80vh;
        overflow-y: auto;
        position: sticky;
        top: 70px;
    }
}
.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}
.video-wrapper video,
.video-wrapper .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#pdfViewer canvas {
    width: 100% !important;
    height: auto !important;
}
p {
    word-break: break-word;
}
.completion-popup-content {
    width: 90%;
    max-width: 400px;
    margin: auto;
}
.checkbox-question {
    font-size: 14px;
}
@media (max-width: 576px) {
    .checkbox-question {
        padding: 10px;
    }
}
.list-group {
    max-height: 80vh;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.list-group::-webkit-scrollbar {
    display: none;
}
.title-scroll {
    display: inline-block;
    max-width: 85%;
    overflow-x: auto;
    white-space: nowrap;
    vertical-align: middle;
    scrollbar-width: none;
}
.title-scroll::-webkit-scrollbar {
    display: none;
}
#attachmentModal .modal-body {
    padding: 0;
    overflow: hidden;
    text-align: center;
}

#attachmentModal video {
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
}

#attachmentModal iframe {
    width: 100%;
    height: 70vh;
}
.material-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.material-link .material-icon {
    color: #7b1fa2;
}
.material-link.active .material-icon {
    color: #fff !important;
}
.material-link.active .title-scroll {
    color: #fff;
}
.page-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 999999;
}

.page-loader.show {
    display: block;
}

.page-loader .loader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.page-loader-spinner {
    width: 55px;
    height: 55px;
    border: 5px solid #dddddd;
    border-top: 5px solid #6f42c1;
    border-radius: 50%;
    animation: spinLoader 0.8s linear infinite;
    margin: 0 auto 15px auto;
}

.page-loader-text {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

body.loader-active {
    overflow: hidden;
}

@keyframes spinLoader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.select-all-checkbox,
.row-checkbox {
    transform: scale(1.2);
    cursor: pointer;
}

/* Video player - disable seeking for incomplete materials */
.video-no-seek .vjs-progress-control,
.video-no-seek .vjs-progress-holder,
.video-no-seek .vjs-play-progress,
.video-no-seek .vjs-load-progress,
.video-no-seek .vjs-slider {
    pointer-events: none !important;
    cursor: not-allowed !important;
}

/* For HTML5 video players - disable seeking */
video.video-no-seek::-webkit-media-controls-timeline,
video.video-no-seek::-webkit-media-controls-current-time-display,
video.video-no-seek::-webkit-media-controls-time-remaining-display {
    pointer-events: none !important;
}

/* Disable scrubber dragging for incomplete videos */
.video-no-seek .vjs-progress-control {
    opacity: 0.7;
}
#pagination-select + .select2 .select2-selection--single {
    height: 38px;
    border: 0 !important;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    padding-left: 10px;
    background-color: #fff;
}
#pagination-select + .select2 .select2-selection__rendered {
    line-height: 38px;
    color: #212529;
}
#pagination-select + .select2 .select2-selection__arrow {
    height: 38px;
}
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table {
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
}

.table th {
    background: #f8f9fa;
    font-weight: 600;
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
    position: sticky;
    top: 0;
    z-index: 2;
}

.table td {
    vertical-align: middle;
    white-space: nowrap;
}

.table td,
.table th {
    padding: .6rem .75rem;
}

/* Course name can wrap */
.table td:last-child {
    white-space: normal;
    min-width: 220px;
}

/* Email column */
.table td:nth-child(5) {
    min-width: 230px;
}

/* Last Login Date */
.table td:nth-child(7) {
    min-width: 190px;
}

/* Registration & Enrollment */
.table td:nth-child(8),
.table td:nth-child(9) {
    min-width: 150px;
}

/* Alternate row color */
.table tbody tr:nth-child(even) {
    background: #fafafa;
}

.table tbody tr:hover {
    background: #f3f3f3;
}