.forum-content,
.notes-content {
    background: var(--white-color);
}
.forum-slide-content a i {
    font-size: 26px;
    color: var(--primary-blue-color);
    font-weight: 600;
}
.forum-slide-content,
.notes-slide-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.forum-slide-img img {
    width: 50px;
}
.forum-slide-bottom {
    display: flex;
    justify-content: space-between;
}
.forum-slide-content .forum-slide-title,
.notes-slide-content .notes-slide-title {
    font-size: 16px;
    font-weight: 600;
}

.forum-slide-bottom span {
    color: #818181;
    font-size: 12px;
}
.forum-slide-content img,
.notes-slide-content img {
    width: 35px;
}
.form-group.has-search {
    position: relative;
}
span.lni.lni-search-alt {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 20px;
    color: #818181;
    line-height: 10px;
    top: 45%;
    transform: translateY(-50%);
}
.inp-wrap {
    display: flex;
    gap: 20px;
    padding: 0 20px;
}
i.lni.lni-plus {
    vertical-align: middle;
}
.inp-wrap .add-btn i {
    font-weight: bolder;
}
.add-btn {
    border: unset;
}
.inp-wrap .add-btn {
    font-size: 24px;
    background: var(--primary-blue-color);
    padding: 7px 12px;
    border-radius: 0.5rem;
    color: var(--white-color);
}
.form-control {
    padding: 10px 15px;
    width: 100%;
    border-radius: 33px;
    border: unset;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 5px 15px;
    font-size: 14px;
}
.notes-wrap {
    margin-top: 45px;
}

/************************************************************/


/* Resources Page Styling Start */


/************************************************************/

#nav-tabContent {
    background: var(--white-color);
    border-radius: 0 10px 10px 10px;
}
.nav-tabs {
    border: none;
}
.nav-tabs .nav-link {
    border: none;
}
.nav-tabs .nav-link:not(:first-child) {
    border-radius: 10px 10px 0 0;
    padding: 10px 40px;
    margin: 0 0 0 6px;
}
button#nav-home-tab {
    background: var(--primary-blue-color);
    color: var(--white-color);
}
button#nav-profile-tab {
    background: #95CA60;
    color: var(--white-color);
}
button#nav-contact-tab {
    background: #F8A01B;
    color: var(--white-color);
}
.nav-tabs .nav-link.active {
    background: var(--white-color)!important;
    color: #242424!important;
}
.sub-tab-title h4 {
    margin: 0;
}
.files-wrap {
    padding: 30px 0;
}
.files {
    text-align: center;
}
.file-img img {
    width: 70px;
}
.files h5 {
    margin: 15px 0 5px 0;
    font-weight: 600;
    font-size: 1.1rem;
}
.files a {
    font-size: 15px;
    color: var(--text-black);
}
.files a > span i {
    color: var(--primary-blue-color);
    font-weight: 700;
}

/************************************************************/


/* Resources Page Styling End */


/************************************************************/


/************************************************************/


/* My Courses Page Styling Start */


/************************************************************/

.courses_card_wrapper .courses-card .card {
    border: none;
    margin: 15px 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.light_custom_color {
    background: #7BD0E9;
    border-radius: 30px;
}
.orange_custom_color {
    background: #F8A01B;
    border-radius: 30px;
}
.progress {
    --bs-progress-border-radius: 30px;
    --bs-progress-bg: #0F1D3C;
}
.card-foot img {
    width: 25px;
}
.card-foot p {
    font-weight: 600;
    color: var(--primary-blue-color);
}
.card-foot a {
    color: var(--primary-blue-color);
}

/************************************************************/


/* My Courses Page Styling End */


/************************************************************/

.tags-wrap select {
    word-wrap: normal;
    padding: 5px;
    border: none;
    outline: 0px;
    border-radius: 6px;
    font-size: 15px;
    color: #7f8082;
}
.btn-green-primary {
    background: #95CA60;
    color: var(--white-color);
}
.btn-orange-primary {
    background: #F8A01B;
    color: var(--white-color);
}
.btn-light-blue {
    background: #7BD0E9;
    color: var(--white-color);
}
.btn-dark-green {
    background: #4E6632;
    color: var(--white-color);
}
.tags-wrap span {
    padding: 10px 15px;
    font-weight: 300;
}
.badge {
    padding: 10px 15px;
}
.all-forums-head-content img {
    width: 35px;
}
.all-forums-slide .all-forums-content strong {
    color: var(--primary-blue-color);
}
.all-forums-slide .all-forums-content p {
    margin-bottom: 0;
}
.all-forums-slide-tags span {
    color: var(--primary-blue-color);
    font-weight: 600;
}
.all-forums-slide-tags span:last-child {
    display: inline-block;
    margin-left: 18px;
}
.all-forums-slide-footer a {
    color: var(--primary-blue-color);
    font-weight: 500;
}
.all-forums-slide-footer a > img {
    width: 35px;
}
.jump-btns a {
    color: #7f8082;
    margin: 0 10px;
}
.jump-btns a:first-child::before {
    content: '<';
    margin-right: 8px;
}
.jump-btns a:last-child::after {
    content: '>';
    margin-left: 8px;
}

/* Progress Bar*/


/* CSS */

.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}
.step-button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    background-color: #dee2e6;
    transition: .4s;
}
.step-button[aria-expanded="true"] {
    width: 20px;
    height: 20px;
    background-color: #7BD0E9;
    color: #fff;
}
.done {
    background-color: #7BD0E9;
    color: #fff;
}
.step-item {
    z-index: 10;
    text-align: center;
}
.step-title {
    color: #818181;
    font-weight: 600;
}
#progress {
    -webkit-appearance: none;
    position: absolute;
    width: 100%;
    z-index: 5;
    height: 5px;
    margin-bottom: 26px;
    background-color: #dee2e6;
}

/* to customize progress bar */

#progress::-webkit-progress-value {
    background-color: #7BD0E9;
    transition: .5s ease;
}
#progress::-webkit-progress-bar {
    background-color: var(--prm-gray);
}
.accordion a {
    background-color: #ffff0047;
}
.clock-title {
    color: var(--primary-blue-color);
    font-size: 3.5rem;
    font-weight: 600;
    margin: 0;
}
@media (max-width: 1024px) {}
@media (max-width: 991px) {

    .h-lg-100 {
        height: 100!important;
    }

    .form-group-mobile span.lni.lni-search-alt {
        position: initial;
        transform: translateY(15px);
    }
    .form-group-mobile {
        display: flex !important;
        justify-content: end;
    }

    .steps {
        margin-bottom: 0;
    }
    #progress {
        margin-bottom: 22px;
    }
    .step-button[aria-expanded="true"] {
        width: 12px;
        height: 12px;
    }
    .step-button {
        width: 12px;
        height: 12px;
    }
    .course_overview_wrap div#accordionExample {
        padding: 0;
    }
    .step-title {
        font-size: 10px;
    }
    .clock-title {
        font-size: 2.5rem;
    }


}
@media (max-width: 767px) {
    .nav.nav-tabs button {
        padding: 8px 8px !important;
        width: 100%;
        max-width: 105px;
        font-size: 12px;
    }
    .notes-content {
        margin-top: 20px;
    }
    /* .steps {
        margin-bottom: 0;
    }
    #progress {
        margin-bottom: 22px;
    }
    .step-button[aria-expanded="true"] {
        width: 12px;
        height: 12px;
    }
    .step-button {
        width: 12px;
        height: 12px;
    }
    .course_overview_wrap div#accordionExample {
        padding: 0;
    }
    .step-title {
        font-size: 10px;
    }
    .clock-title {
        font-size: 2.5rem;
    } */
    div#nav-tabContent .row-cols-1 {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
        gap: 15px 5px !important;
    }
    div#nav-tabContent .row-cols-1 .files {
        width: 100%;
    }
    .file-img img {
        width: 55px;
    }
}
@media (max-width: 522px) {
    .file-img img {
        width: 45px;
    }
    .all-forums-slide-tags span:last-child {
        margin-left: 0px;
    }
    .all-forums-slide-footer a > img {
        width: 15px;
    }
    .all-forums-slide-footer a {
        font-size: 14px;
    }
    .all-forums-slide-tags span {
        font-size: 14px;
        display: block;
    }
    div#nav-tabContent .row-cols-1 {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 15px 5px !important;
    }
    div#nav-tabContent .row-cols-1 .files {
        width: 100%;
    }
    .files h5 {
        margin: 10px 0 5px 0;
        font-size: 16px;
    }
    .files a {
        font-size: 12px;
    }
}
