/* Hide scrollbar for Chrome, Safari, and Edge */
::-webkit-scrollbar {
    display: none !important;
}

/* Hide scrollbar for IE and Edge (older versions) */
* {
    -ms-overflow-style: none !important;
    /* Internet Explorer 10+ */
    scrollbar-width: none !important;
    /* Firefox */
}

.h5p-course-presentation .h5p-cp-navigation {
    height: 10px !important;
}

.h5p-course-presentation .h5p-progressbar a:focus {
    outline: 2px solid #D31F82 !important;
}

.h5p-course-presentation .h5p-progressbar .h5p-progressbar-part-show {
    background: #D31F82 !important;
    background-image: -webkit-linear-gradient(top, #D31F82, #D31F82) !important;
    background-image: -moz-linear-gradient(top, #D31F82, #D31F82) !important;
    background-image: linear-gradient(180deg, #D31F82, #D31F82) !important;
}

.h5p-course-presentation .h5p-progressbar {
    border-radius: 14px !important;
}

.h5p-course-presentation .h5p-progressbar .h5p-progressbar-part-show:first-child {
    border-top-left-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
}

.h5p-course-presentation .h5p-progressbar .h5p-progressbar-part:last-child {
    border-top-right-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
}

.h5p-footer-center-adjusted {
    font-size: 15px !important;
}