﻿:root {
    --ac-primary-color: #727272;
    --ac-light-borders: #959595;
}

aside.dashboard-sidebar .sidebar-header strong {
    color: #fff;
}

.section-bordered {
    border: 1px solid var(--ac-light-borders);
    padding: 15px 30px;
    border-radius: 8px;
    margin: 40px 0 40px 0;
}

    .section-bordered > h3 {
        color: #fff;
        font-size: 18px !important;
        margin: 10px 10px 15px !important;
    }

.page-wrapper.academy h1 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 35px 0;
}

.page-wrapper.academy {
    background: var(--ac-primary-color);
    min-height: 800px;
    padding: 30px 0 0 0;
}

aside.dashboard-sidebar {
    border: 1px solid var(--ac-light-borders);
    border-radius: 15px;
    padding: 30px 20px 20px 20px;
    width: 80%;
    margin: 0 auto;
}

    aside.dashboard-sidebar .sidebar-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        aside.dashboard-sidebar .sidebar-menu ul li a svg {
            opacity: 0.6;
            margin: 0 0 0 5px;
        }

        aside.dashboard-sidebar .sidebar-menu ul li a {
            color: #ffffffa8;
            display: block;
            padding: 10px;
            font-size: 13px;
        }

    aside.dashboard-sidebar .sidebar-header {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0 15px 0;
        border-bottom: 1px solid #818181;
        padding: 0 0 20px 0;
    }

        aside.dashboard-sidebar .sidebar-header > div i {
            color: #fbc23e;
        }

        aside.dashboard-sidebar .sidebar-header > img {
            height: 100px;
            width: 100px;
            border-radius: 50%;
            background: #888;
            display: inline-block;
            margin: 0 0 10px 0;
        }

.category-cart .img-frame {
    background: #888888;
    height: 200px;
    border-radius: 7px;
}

.category-cart {
    border: 1px solid var(--ac-light-borders);
    border-radius: 8px;
    padding: 8px;
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 30px 0;
}

    .category-cart > a {
        color: #2e2e2e
    }

        .category-cart > a > div {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

    .category-cart div.cart-title {
        padding: 5px 10px 0 10px;
    }

    .category-cart strong {
        color: #cfcfcf;
    }

.course-listitem {
}

.course-listitem {
    display: flex;
    margin: 0 0 25px 0;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
}

    .course-listitem:hover {
        background: #ffffff0d
    }

    .course-listitem .course-details {
        flex-grow: 1;
        border-left: 1px solid #888888;
        padding-left: 15px;
    }

    .course-listitem .course-img-frame {
        height: 120px;
        width: 190px;
        background: #888888;
        border-radius: 10px;
        margin: 0 0 0 30px;
    }

    .course-listitem .course-details h3 {
        font-size: 17px !important;
        margin: 0 !important;
        color: #cfcfcf;
    }

    .course-listitem .course-details strong {
        color: #363636;
        font-size: 12px;
    }

.course-buttons {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 0 0;
    min-width: 160px;
    gap: 10px;
}

    .course-buttons .btn.btn-primary {
        background: #C74141;
        border-color: #C74141;
    }

        .course-buttons .btn.btn-primary:hover {
            background: #dd3b3b;
            border-color: #dd3b3b;
        }

    .course-buttons .btn.btn-secondary {
        background: #88888894;
        border-color: #888;
    }

        .course-buttons .btn.btn-secondary:hover {
            background: #afafaf94;
            border-color: #afafaf94;
        }

    .course-buttons > a {
        width: 100%;
    }

.progress-bar-wrapper {
    background: #888 !important;
    border: none !important;
    padding: 0;
    margin: 0;
    border-radius: 50px;
}

    .progress-bar-wrapper > div {
        width: 50%;
        background-color: #c74141;
        border-radius: 60px;
    }

        .progress-bar-wrapper > div > div {
            border: none;
        }

.progress-text ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0 0 10px 0;
}

.progress-text li {
    border-left: 1px solid #888;
    padding: 0 10px 0 10px;
    color: #b1b1b1;
}

    .progress-text li:last-child {
        border: none;
    }

    .progress-text li:first-child {
        padding-right: 0;
    }

    .progress-text li .p-number {
        font-size: 1.1rem;
        color: #a72323;
        font-weight: bold;
    }

.searchbox input {
    background: transparent;
    width: 100%;
    border: 1px solid var(--ac-light-borders);
    border-radius: 7px;
    padding: 6px;
    margin: 10px 0 30px;
}

    .searchbox input:focus {
        outline: none;
        background: #fcfcfc1c
    }

.searchbox i {
    position: absolute;
    left: 11px;
    font-size: 17px;
    color: #888888;
    top: 23px;
}

.searchbox {
    position: relative;
}

.sidebar-menu.seasons ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--ac-light-borders);
    align-items: center;
}

.video-player {
    height: 500px;
    background: #eeeeee2e;
    border-radius: 15px;
}
