:root {
    /* --ac-primary-color: #c35353;
    --ac-grey-darker-color: #545454;
    --ac-grey-dark-color: #666666;
    --ac-grey-lighter-color: #747474;
    --ac-highlight-menu: #858585;
    --ac-light-borders: #959595;*/
    /*----------------------------------------------*/
    --ac-primary-color: rgb(239,65,61);
    --ac-grey-darker-color: #1c3345;
    --ac-grey-dark-color: #264054;
    --ac-grey-lighter-color: #36546a;
    --ac-highlight-menu: #3a6587;
    --ac-light-borders: #ffffff3d;
}

.not-complete {
    text-align: center;
    padding: 15px;
    background: #edf3dc;
    color: green;
    font-weight: bold;
}

    .not-complete .btn {
        min-width: 104px;
    }

.course-select-msg {
    text-align: center;
    color: #fff;
    padding: 30px 0 0 0;
}

.exam-display {
    /* min-height: 500px; */
    background: #ffffff99;
    border-radius: 16px;
    padding: 15px;
    margin: 0 0 25px 0;
}

.video-player > h2 {
    font-size: 20px !important;
    color: #ffffff;
    padding: 20px 20px 0 0;
    margin: 0 0 0 0 !important;
}

.exam-display > h2 {
    font-size: 20px !important;
    color: #666666
}

.exam-display ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

    .exam-display ul li {
        padding: 0 0 0 15px;
        width: 50%;
        margin: 0 0 15px 0;
    }

.exam-form-button {
    position: fixed;
    bottom: 0;
    z-index: 99;
    background: #ffffffd6;
    left: 0;
    right: 0;
    margin: 0 !important;
    border-radius: 0px !important;
    padding: 20px 0 20px 0 !important;
}

.exam-display form > div {
    padding: 20px 20px 10px 20px;
    color: #505050;
    font-weight: bold;
    border: 1px solid #00000000;
    border-radius: 11px;
    transition: 0.3s ease-in;
    margin: 0 0 15px 0;
}

    .exam-display form > div:hover:not(.exam-form-button), .exam-display div.active {
        /* border: 1px solid var(--ac-grey-dark-color); */
        /* box-shadow: inset 0 0 10px rgba(0,0,0,0.1); */
        background-color: #ffffff4a;
    }

.exam-display div:hover li label {
    background: #ffffff2e;
}

.exam-display div > p {
    margin: 0 0 5px 0;
    color: var(--ac-grey-darker-color);
}

    .exam-display div > p i {
        margin: 0 0 0 5px;
    }

.exam-display div.exam-form-button .exam-info {
    padding: 10px 15px 10px 15px;
    background: #ededed;
    max-width: 400px;
    margin: -26px auto 15px auto;
    border-radius: 50px;
    font-size: 10px;
    line-height: initial;
    display: flex;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

    .exam-display div.exam-form-button .exam-info > div {
        border-radius: 50px;
        overflow: hidden;
        margin: 0 15px 0 0;
        background: #dbdbdb;
        flex-grow: 1;
    }

        .exam-display div.exam-form-button .exam-info > div > div {
            height: 100% !important;
            transition: 0.5s ease-out;
        }

.exam-display div.exam-form-button {
    text-align: center;
    border-top: 1px solid #a1a1a1;
    padding: 10px !important;
}

    .exam-display div.exam-form-button .btn {
        min-width: 150px;
    }

.exam-display ul li label input[type="radio"] {
    right: 10px;
    top: 12px;
    position: absolute;
}

.exam-display ul li label.active {
    border: 1px solid var(--ac-primary-color);
}

.exam-display ul li label {
    position: relative;
    padding-right: 30px; /* فاصله برای جا دادن دایره سفارشی */
    cursor: pointer;
    /* background: #ffffff2e; */
    border-radius: 10px;
    padding: 5px 35px 5px 20px;
    font-weight: normal;
    color: #2e2e2e;
    width: 100%;
}

.exam-display ul li input[type="radio"]:before {
    content: " ";
    position: absolute;
    right: -2px;
    top: -2px;
    width: 18px;
    height: 18px;
    /* border: 1px solid #b7b7b7; */
    border-radius: 50%;
    background: #ffffff;
    box-sizing: border-box;
}

.exam-display ul li input[type="radio"]:after {
    content: "";
    position: absolute;
    right: 2px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #ffffff00;
    border-radius: 50%;
    transition: 0.3s ease-out;
}

.exam-display ul li input[type="radio"]:checked:after {
    right: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
    background: var(--ac-primary-color);
}

.video-player-files > div {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #888;
    border-radius: 8px;
    margin: 5px 0 0 0;
}

.video-player-files div a {
    background: #f33c3c;
    padding: 8px 10px;
    border-radius: 8px;
    color: #fff;
}

.video-player-comments h5 {
    color: #ffffff42;
}

.video-player-comments input:focus, .video-player-comments textarea:focus {
    background: #ffffffb3 !important;
}

.video-player-comments input, .video-player-comments textarea {
    background: var(--ac-grey-darker-color) !important;
    border-color: var(--ac-grey-darker-color) !important;
    color: #fff !important;
    transition: 0.3s ease-in;
}

.empty-course {
    text-align: center;
    color: #eee;
    padding: 20px;
}

    .empty-course img {
        border-radius: 20px;
        margin: 0 0 20px 0;
    }

.video-progreess {
    background: #ffffff36;
}

li.completed .video-progreess > div {
    background: #3fab5a;
}

li.exam .video-progreess > div {
    background: #ff9823;
}

.video-progreess > div {
    background: var(--ac-primary-color);
}

aside.dashboard-sidebar .sidebar-header strong {
    color: #fff;
}

.section-bordered {
    border: 1px solid var(--ac-light-borders);
    padding: 15px 30px;
    border-radius: 15px;
    margin: 0px 0 40px 0;
}

    .section-bordered > h3 {
        color: #fff;
        font-size: 18px !important;
        margin: 10px 10px 15px !important;
    }

.page-wrapper.academy.course h1 {
    font-size: 20px;
    margin: 0 0 5px 0;
}

.page-wrapper.academy h1 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 15px 0;
}

.page-wrapper.academy {
    background: var(--ac-grey-dark-color);
    min-height: 800px;
    padding: 25px 10px 0 10px;
}

.video-player .course-breadcrumb {
    margin: 10px 15px 15px 0;
}

.course-breadcrumb {
    margin: 0 0 10px 0;
}

    .course-breadcrumb a, .course-breadcrumb span {
        color: #ffffffcf !important;
        font-size: 12px;
    }

        .course-breadcrumb a:after {
            content: '';
            padding: 3px;
            border-top: 1px solid;
            border-left: 1px solid;
            display: inline-block;
            transform(rotate(45deg));
            transform: rotate(-45deg);
            margin: 0 2px 0 7px;
        }

        .course-breadcrumb a:last-child:after {
            display: none;
        }

    .course-breadcrumb strong {
        color: #ffffffcf;
    }

aside.dashboard-sidebar.courses {
    padding: 10px 15px 15px 15px;
    padding: 0px 0;
    overflow: hidden;
    margin: 0px 0 0 0;
    border-radius: 0;
}

    aside.dashboard-sidebar.courses > strong {
        color: #eeeeee80;
        display: block;
        padding: 4px 0;
        text-align: center;
        background: rgb(16 27 36);
        /* border-radius: 8px; */
        display: none;
    }

    aside.dashboard-sidebar.courses.main-exam > strong {
        background: #ffc107;
        color: #464646
    }

.returnlink {
    text-align: center;
    padding: 10px;
}

    .returnlink a {
        color: #9b9b9b;
        border-bottom: 1px dashed;
    }

aside.dashboard-sidebar.courses span.reddot {
    padding: 3px;
    background: var(--ac-primary-color);
    border-radius: 50%;
    margin: 0 10px 0 0;
}

.page-wrapper.academy #sidebar > button:active, .page-wrapper.academy #sidebar > button:focus {
    background: #b63234;
}

.page-wrapper.academy #sidebar > div {
    display: none;
}

.page-wrapper.academy #sidebar > button {
    width: 100%;
    background: #c94143;
    border: none;
    color: #fff;
    padding: 10px;
}

.page-wrapper.academy #sidebar.active {
    bottom: -0%;
}

.page-wrapper.academy #sidebar {
    position: fixed;
    bottom: 0;
    background: #101b24;
    left: 15px;
    right: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    z-index: 99;
    transition: 0.3s ease-in;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.5);
}

aside.dashboard-sidebar {
    /* border: 1px solid var(--ac-light-borders); */
    border-radius: 15px;
    padding: 30px 20px 20px 20px;
    width: 100%;
    margin: 0px 0 20px 0;
}

    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 {
            margin: 0 0 5px 0;
        }

            aside.dashboard-sidebar .sidebar-menu ul li.exam span.exam-title {
                background: #ff9823;
                border-radius: 6px;
                padding: 2px 5px;
                margin: 0 10px 0 0
            }

            aside.dashboard-sidebar .sidebar-menu ul li:last-child {
                margin: 0;
            }

            aside.dashboard-sidebar .sidebar-menu ul li.active a {
                background: #dd3b3b47 !important;
                color: #fff;
            }

            aside.dashboard-sidebar .sidebar-menu ul li a {
                color: #ffffffa8;
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 10px;
                font-size: 13px;
                width: 100%;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                aside.dashboard-sidebar .sidebar-menu ul li a > div {
                    width: 20%;
                    text-align: center;
                }

                aside.dashboard-sidebar .sidebar-menu ul li a:hover, aside.dashboard-sidebar .sidebar-menu ul li.active a {
                    background: #eeeeee0f;
                    border-radius: 8px;
                }

                aside.dashboard-sidebar .sidebar-menu ul li a svg.play-icon {
                    fill: var(--ac-primary-color);
                }

            aside.dashboard-sidebar .sidebar-menu ul li.first-open a svg.play-icon {
                fill: #969696;
            }

            aside.dashboard-sidebar .sidebar-menu ul li a svg {
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            aside.dashboard-sidebar .sidebar-menu ul li a:hover svg {
                margin-left: 12px;
            }

    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 var(--ac-light-borders);
        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;
        }

div.season-accordion .accordion-header {
    margin: 1px 0 0px 0 !important;
}

div.season-accordion .accordion-collapse {
    margin: 0 0 0px 0 !important;
}

div.season-accordion button.accordion-button.collapsed {
    background: var(--ac-grey-lighter-color);
}

div.season-accordion a strong {
    font-weight: normal !important;
}

div.season-accordion a {
    padding: 5px 0px !important;
}

div.season-accordion button.accordion-button.collapsed:after {
    transform: rotate(-135deg);
    top: 30px;
}

div.season-accordion button.accordion-button:after {
    content: '';
    padding: 5px;
    border-left: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    float: left;
    position: absolute;
    left: 20px;
    top: 35px;
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

div.season-accordion button.accordion-button {
    padding: 20px 15px !important;
    font-size: 14px !important;
    background: var(--ac-highlight-menu);
    border-radius: 0;
    color: #fff;
}

div.season-accordion ul {
    background: var(--ac-grey-darker-color);
    border-radius: 0;
    padding: 20px 10px 10px 10px !important;
    margin: -10px 0px 0 0px !important;
}

.category-cart .img-frame img {
    width: 100%
}

.category-cart .img-frame {
    background: #888888;
    border-radius: 15px;
    overflow: hidden;
}

.category-cart {
    border: 1px solid var(--ac-light-borders);
    border-radius: 15px;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 30px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .category-cart:hover {
        background: #eeeeee0f;
        -moz-transform: scale(1.03);
        -webkit-transform: scale(1.03);
        -o-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }

    .category-cart > a {
        color: #2e2e2e
    }

        .category-cart > a > div {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

    .category-cart div.cart-title {
        padding: 10px 15px 10px 15px;
    }

        .category-cart div.cart-title span {
            color: #ffffff8c;
            font-weight: normal;
        }

    .category-cart strong {
        color: #cfcfcf;
    }

.course-listitem {
}

.course-listitem {
    display: flex;
    flex-direction: column;
    margin: 0 0 25px 0;
    border-radius: 10px;
    padding: 10px;
    align-items: center;
}

    .course-listitem:hover {
        background: #ffffff0d
    }

    .course-listitem .course-details {
        flex-grow: 1;
        border-left: 0px solid #888888;
        padding-left: 15px;
    }

    .course-listitem .course-img-frame {
        width: 190px;
        background: #ffffff14;
        border-radius: 10px;
        margin: 0 0 20px 0px;
        overflow: hidden;
        /* height: 100%; */
    }

        .course-listitem .course-img-frame a {
            display: block;
        }

        .course-listitem .course-img-frame img {
            width: 100%;
        }

    .course-listitem .course-details h3 {
        font-size: 17px !important;
        margin: 0 !important;
        color: #cfcfcf;
    }

    .course-listitem .course-details strong {
        color: #ffffff57;
        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;
}

.page-wrapper.academy .video-player {
    min-height: 500px;
    background: #eeeeee2e;
    border-radius: 8px 8px 10px 10px;
    position: relative;
    padding: 0 0 0px 0;
    margin: 0px 0 25px 0;
}

.video-player-links {
    margin: 0px 0 0px 0;
    background: #ffffff17;
    border-radius: 0 0 8px 8px;
    padding: 15px;
}

.video-lighbox {
    color: #fff;
    background: #000000a6;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 85;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page-wrapper.academy .video-player .course-brief {
    color: #ffffffd4;
    margin: 15px 15px;
    background: #1c3345;
    border-radius: 20px;
    padding: 15px 20px;
    text-align: justify;
}

.page-wrapper.academy .video-player .course-Text {
    color: #ffffffd4;
    margin: 20px 15px;
}

    .page-wrapper.academy .video-player .course-Text img {
        max-width: 100%;
        height: auto !important;
    }

    .page-wrapper.academy .video-player .course-Text img {
        border-radius: 15px
    }

.video-player-links button {
    background: #ffffff61;
    border: 1px solid #ffffff17;
    border-radius: 5px;
    min-width: 41px;
}

.page-wrapper.academy .empty-page {
    border: 1px solid var(--ac-light-borders);
    border-radius: 15px;
    text-align: center;
    color: #ffffff80;
    padding: 30px 0;
}

    .page-wrapper.academy .empty-page i {
        font-size: 50px;
        color: #d3d3d31f;
        margin: 0 0 30px 0;
    }

    .page-wrapper.academy .empty-page p {
        margin: 0;
    }

.page-wrapper.academy .xp-item {
    display: flex;
    color: #fff;
    border: 1px solid var(--ac-light-borders);
    margin: 0 0 15px 0;
    border-radius: 15px;
    transition: 0.3s ease-in;
}

    .page-wrapper.academy .xp-item > div.title-item {
        flex-grow: 1;
    }

    .page-wrapper.academy .xp-item > div {
        padding: 20px 35px;
    }

.cert-item {
    color: #fff;
    display: flex;
    color: #fff;
    border: 1px solid var(--ac-light-borders);
    margin: 0 0 15px 0;
    border-radius: 15px;
    transition: 0.3s ease-in;
}

    .cert-item > div.title-item {
        flex-grow: 1;
    }

    .cert-item > div {
        padding: 20px 35px;
    }

.exam-result {
}

.exam-result {
    color: #fff;
    display: flex;
    color: #fff;
    border: 1px solid var(--ac-light-borders);
    margin: 0 0 15px 0;
    border-radius: 15px;
    transition: 0.3s ease-in;
}

    .exam-result > div {
        padding: 20px 35px;
    }

        .exam-result > div.title-item {
            flex-grow: 1;
        }

.page-wrapper.academy .xp-item:hover, .page-wrapper.academy .exam-result:hover, .page-wrapper.academy .cert-item:hover {
    background-color: #ffffff1f;
}

@media (min-width: 576px) {
    aside.dashboard-sidebar.courses > strong {
        background: var(--ac-primary-color);
        padding: 10px 0;
        color: #fff;
        display: block;
    }

    aside.dashboard-sidebar.courses {
        margin: 20px 0 0 0;
        border-radius: 15px;
    }

    .page-wrapper.academy #sidebar > div {
        display: block;
    }

    .course-listitem .course-img-frame {
        margin: 0 0 0 30px;
    }

    .course-listitem .course-details {
        border-left: 1px solid #888888;
    }

    .course-listitem {
        flex-direction: row
    }

    .page-wrapper.academy #sidebar > button {
        display: none;
    }

    .page-wrapper.academy #sidebar {
        position: initial;
        background: transparent;
        bottom: initial;
        left: initial;
        right: initial;
        overflow: initial;
        z-index: 6;
        box-shadow: none;
    }

    aside.dashboard-sidebar.courses {
        margin: 0 auto;
    }

    aside.dashboard-sidebar {
        margin: 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
