.course-teacher-img {
    border-radius: 50%;
    width: 100%;
    max-width: 260px;
    height: auto;
    display:block;
}

.category-product-div {
padding: 5px !important;
}

.ui-variant {
margin-top: 1px;
}

.ui-variant--check::after{
border-bottom:0px !important;
}

input[type=radio]:checked + .ui-variant--check{
background-color: #007bff75 !important;
}

.video-container{
margin-top: 30px;
text-align: center;
}


.audio-only .vjs-big-play-button {
display: none !important;
}

.audio-only .vjs-control-bar {
display: flex !important;
}

.audio-only.video-js {
height: 30px;
}


.content-desc {
font-size: 11px;
direction: rtl;
text-align: right;
}

.page img {
width: 100% !important;
height: auto !important;
}

div.video-js {
max-height: 240px !important;
max-width: 50% !important;
}

@media (max-width: 576px) {
    div.video-js {
        max-width: 90% !important;
    }
}

.more-less-bu {
    color: #3ea6ff;
    cursor: pointer;
}

.sticky-nav {
    width: 100%;
    position: fixed;
    border-radius: 0 0 10px 10px !important;
}

/* .product-sticky-sidebar {
    position: fixed;
    width: 30%;
    right: 3rem;
    bottom: 320px;
} */

@media (max-width: 576px) {
    .mobile-sticky {
        position: fixed;
        width: 100%;
        display: block;
        left: 0;
        bottom: 2px;
        z-index: 999;
        outline-offset: 0px;
        border-radius: 10px 10px 0px 0px;
        padding-top: 9px;
        padding-bottom: 9px; 
    }
}

/* .course-page__navbar-items {
    background-color: rgba(0,0,0,.5);
    color: #858585;
}

.course-page__navbar-items, .course-page__navbar-items--fixed-title {
    display: flex;
    padding: 15px 150px;
    width: 100%;
} */


#content-navbar {
background-color: var(--primary-color);
color: #fff;
padding: 20px 0px;
margin: 10px 0px;
border-radius: 10px;
left: 0;
top: -10px;
z-index: 1100;
display: flex;
/* align-items: center; */
/* flex-wrap: nowrap; /* Prevent items from wrapping onto a new row */
/*overflow-x: auto; Enable horizontal scrolling if needed */
/*justify-content: space-around; */
}

.content-navbar-button {
flex: 1;
cursor: pointer;
/* white-space: nowrap; /* Prevent text from wrapping onto a new line */
/* padding: 0 10px; Add padding to the button for spacing */
cursor: pointer; /* Change the cursor to indicate the buttons are clickable */
text-align: center;
}

@media (max-width: 576px) {
    .content-navbar-button {
        font-size: 12px;
        /* padding-right: 6px !important;
        padding-left: 6px !important; */
    }
}

.sticky-nav {
    width: 100%;
    position: fixed;
    border-radius: 0 0 10px 10px !important;
}

.scroll-to {
    scroll-margin: 70px;
}


@media (min-width: 1200px) {
    .course-margin {
        margin: 0 3rem;
    }

    .sticky-nav {
        width: 65%;
    }

    /* .product-sticky-sidebar {
        right: 4rem;
    } */
}

@media (max-width: 1200px) {
    .course-margin {
        margin: 0 2rem;
    }

    .sticky-nav {
        width: 58%;
    }


    /* .product-sticky-sidebar {
        right: 3.5rem;
        width: 35%;
    } */
}

@media (max-width: 992px) {
    .course-margin {
        margin: 0 1.5rem;
    }

    .sticky-nav {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .course-margin {
        margin: 0 0.5rem;
    }

    .sticky-nav {
        width: 100%;
    }

    #content-navbar {
        flex-wrap: wrap; /* Allow the spans to wrap to a new line on smaller screens */
    }

    /* .content-navbar-button {
        flex-basis: 100%; Make each span take up 100% width on smaller screens
    } */
}

@media (max-width: 576px) {
    .course-margin {
        margin: 0 0;
    }

    .sticky-nav {
        width: 100%;
    }

    .course-teacher-img {
        max-width: 150px;
        margin-left: auto;
        margin-right: auto !important;
    }
}

  .image-container {
    position: relative;
  }

  .image-container img {
        display: block;
    }

    .teaser-grey-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity (last value) to make it darker or lighter */
    }

  .teaser-play-icon {
    font-size: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
  }


  .pr-article h1, h2, h3 {
    font-weight: bold;
  }


  .pr-article img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}