﻿.raw-content-section {
    margin-top: 20px;
    padding: 20px;
    background-color: #38393D;
    border-radius: 20px;
    direction: rtl;
    position: relative;
}

    .raw-content-section h1 {
        font-size: 24px;
    }

    .raw-content-section h2 {
        font-size: 18px;
    }

    .raw-content-section p {
        line-height: 30px;
        text-align: justify;
        font-size: 14px;
    }

    .raw-content-section .section-content {
        display: flex;
    }



.course-icon {
    position: absolute;
    width: 10%;
    top: 30px;
    left: 30px;
    color: #D4A017;
}


.raw-meta-box {
    display: flex;
    padding: 5px;
    position: relative;
}
.submit-class .raw-meta-desc {
    width: 100%;
}
.raw-meta-desc {
    width: 70%;
}

    .raw-meta-desc div {
        padding: 5px 10px 5px 10px;
        text-align: center;
    }

    .raw-meta-desc .raw-meta-title {
        font-size: 14px;
    }

    .raw-meta-desc .raw-meta-value {
        font-size: 16px;
    }

.raw-meta-icon {
    width: 40%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gold {
    color: #D4A017;
}
.dark-white {
    color: #bebebe;
}
.smaller-font {
    font-size:12px;
}
.raw-meta-seprator-parent {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.raw-meta-seprator {
    height: 2px;
    width: 95%;
    background-color: #414141;
}

.divider {
    position: relative;
}

    .divider::after {
        content: "";
        position: absolute;
        top: 15%;
        bottom: 15%;
        left: 0;
        width: 1px;
        background: rgba(255,255,255,.08);
    }

.course-enroll{
    padding:0 40px 0 40px !important;
}
.course-enroll a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.course-enroll a i {
    color: black;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comment ul{
    width:100%;
}
@media (max-width: 900px) {
    .divider::after {
        display: none;
    }

    .raw-meta-desc .raw-meta-value {
        font-size: 13px;
    }
}

@media (min-width: 901px) {

    .raw-content-section .section-content .raw-section-content-part1 {
        width: 80%;
    }

    .raw-content-section .section-content .raw-section-content-part2 {
        width: 20%;
    }
}
