.course-main-content-box {
    margin-top: 6rem;
}

.course-page-title {
    font-size: 24px;
}

.course-page-main-detail-box {
    box-shadow: -1px -1px 6px 2px rgba(0, 0, 0, 0.15), 1px 1px 6px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.course-page-detail-box {
    box-shadow: -1px -1px 6px 2px rgba(0, 0, 0, 0.15), 1px 1px 6px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

@media(min-width:768px) {
    .course-page-detail-box {
        position: sticky;
        top: 6rem;
    }
}

.course-page-price-box {
    border-bottom: 0.5px solid rgb(201, 201, 201);
}

.course-page-icon-color {
    color: #bababa;
}

.course-page-price-title {
    font-size: 18px;
}

.course-page-price {
    font-size: 18px;
    color: #89BA02;
}

.course-page-price-discount {
    font-size: 18px;
    color: red;
    text-decoration: line-through;
}

.course-page-button-box {
    border-top: 0.5px solid rgb(201, 201, 201);
}

.teaser-box {
    border-radius: 10px;
}

.course-page-image-main-box {
    background: #FFFFFF;
    box-shadow: -1px -1px 6px 2px rgba(0, 0, 0, 0.15), 1px 1px 6px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.course-page-image-box {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 20%, rgba(210, 210, 210, 1) 80%);
    border-radius: 10px;
}

a.season-collapse-link {
    border-bottom: 1px solid #B5B5CF;
    display: flex;
    justify-content: space-between;
    color: #035217;
    align-items: center;
    text-decoration: none;
}

a.course-video-link {
    background-color: #FFF;
    display:flex;
    justify-content:space-between;
}

    a.course-video-link:hover {
        color: #B5B5CF;
    }


a.season-collapse-link:hover {
    color: #B5B5CF;
}

/* comment */
.comment-title {
    padding-bottom: 0.5rem;
    border-bottom: 4px solid #89BA02;
}

.main-comment-box {
    border: 1px solid #B5B5CF;
    border-radius: 10px;
}

.comment-user-info-box {
    border-bottom: 1px solid #dbdbe9;
}

.user-image {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding: 2px;
    border: 2px solid #c1c1c1;
}

.owner-image {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding: 2px;
    border: 2px solid #89BA02;
}

.comment-user-name {
    font-weight: bold;
    color: #737373;
}

.comment-date {
    font-weight: bold;
    font-size: 14px;
    color: #737373;
}

/* comment */

.desc-title {
    color: #89BA02;
}

.comment-awnser-owner {
    font-weight: bold;
    font-size: 13px;
    color: #737373;
}

.comment-star-icon {
    color: gold;
}

.comment-text {
    color: #484848;
}

.awnser-comment-box {
    background-color: #e8ffe4;
}

@media(min-width:768px) {
    .awnser-comment-box {
        max-width: 90% !important;
    }
}

.main-season-collapse-link {
    border-bottom: 2px solid #B5B5CF;
    display: flex;
    justify-content: space-between;
    color: #035217;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
}


/* arvan style */

.r1_iframe_embed {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
}

    .r1_iframe_embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* poscast */
.course-page-podcast-box {
    background: #FFFFFF;
    box-shadow: -1px -1px 6px 2px rgba(0, 0, 0, 0.15), 1px 1px 6px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background-color: #f4fff3;
}

a.course-podcast-link {
    background-color: #FFF;
    border: 1px solid #B5B5CF;
    display: flex;
    flex-direction: column;
    align-items: start;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}

    a.course-podcast-link:hover {
        color: #B5B5CF;
    }

.podcast-audio {
    width: 100%;
}

.podcast-title {
    padding-bottom: 2px;
    border-bottom: 2px solid #89BA02;
}

/* audio */
audio::-webkit-media-controls-play-button {
    background-color: #ffffff;
    color: black;
    border-radius: 5rem;
    /* margin: 0 1rem; */
}

audio::-webkit-media-controls-current-time-display {
    color: #035217;
}

audio::-webkit-media-controls-time-remaining-display {
    color: #035217;
}

audio::-webkit-media-controls-timeline {
    color: #035217;
}

@media(max-width:990px){
    .course-page-main-detail-box {
    min-height:16rem !important;
    }
    }
    
    
    @media(min-width:990px){
    .course-page-main-detail-box {
    min-height:30rem !important;
    }
    }
