*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

.single_academy .course_content_tab section .dy_course .season {
    border: 1px solid #eee;
    padding: 15px;
    margin: 10px 0;
    border-radius: 15px;
}

.single_academy .course_content_tab section .dy_course .season .season-title {
    color: #333;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 400ms;
    margin: 0;
    display: flex;
    justify-content: flex-start;
}

.single_academy .course_content_tab section .dy_course .season .season-title i {
    margin-left: 10px;
}

.single_academy .course_content_tab section .dy_course .season .episodes {
    display: none;
}

.single_academy .course_content_tab section .dy_course .season .season-title:hover,
.single_academy .course_content_tab section .dy_course .season .season-title.open {
    color: var(--e-global-color-primary);
    padding-right: 10px;
}

.single_academy .course_content_tab section .dy_course .season .episodes .episode {
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background: rgb(80 80 80);
}

.dy_course .season .episodes .episode .episode-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all ease 400ms;
}

.dy_course .season .episodes .episode .episode-top.open {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.dy_course .season .episodes .episode .episode-title {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.dy_course .season .episodes .episode .episode-title .episode-subtitle {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
}

.dy_course .season .episodes .episode .episode-icon {
    background: #00000033;
    color: #fdd678;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.dy_course .season .episodes .episode .episode-time {
    background: #fff;
    color: #636363;
    padding: 2px 10px;
    font-size: 11px;
    margin-right: 5px;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 1px;
}

.dy_course .season .episodes .episode .episode-bottom {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 15px;
    flex-direction: column;
    padding: 10px;
    display: none;
}

.dy_course .season .episodes .episode .episode-bottom .episode-content {
    width: 100%;
    font-size: 13px;
    color: #fff;
    text-align: justify;
    line-height: 1.7;
}

.dy_course .season .episodes .episode .episode-bottom .episode-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dy_course .season .episodes .episode .episode-bottom .episode-info li {
    background: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 10px 5px;
    text-align: center;
    border-radius: 5px;
}

.dy_course .season .episodes .episode .episode-bottom .episode-info li.episode-kind.free {
    background: #8bc34a;
}

.dy_course .season .episodes .episode .episode-bottom .episode-info li.episode-kind.private {
    background: #ff5722;
}

.dy_course .season .episodes .episode .episode-bottom .episode-info li.episode-kind.members {
    background: orange;
}

.dy_course .season .episodes .episode .episode-bottom .episode-info li.episode-label {
    background: #fdd678;
}

.dy_course .season .episodes .episode .episode-bottom .episode-info li.episode-preview a {
    color: #0855df;
}

.dy_course .season .episodes .episode .episode-bottom .episode-info li.episode-preview a.disabled,
.dy_course .season .episodes .episode .episode-bottom .episode-info li.episode-play a.disabled,
.dy_course .season .episodes .episode .episode-bottom .episode-info li.episode-download a.disabled {
    pointer-events: none;
    color: #bbb;
}

.back_layer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    right: 0;
    top: 0;
}

.player {
    display: none;
    position: fixed;
    width: 600px;
    max-width: 95%;
    height: 400px;
    max-height: 80%;
    border-radius: 10px;
    top: 20%;
    right: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.player .plyr__controls .plyr__controls__item,
.player .plyr__control {
    border: 0 !important;
    color: #fff;
}

/***** Menu style widgets ******/
.daneshkadeh_menu ul {
    display: flex;
    padding-right: 5px;
}

.daneshkadeh_menu ul>li {
    position: relative;
    list-style: none;
}

.daneshkadeh_menu ul>li:first-child {
    padding-right: 0;
}

.daneshkadeh_menu ul li>a {
    transition: .2s;
    position: relative;
    list-style: none;
    padding: 15px 15px 15px 20px;
    border-radius: 10px;
    color: #313131;
}

.daneshkadeh_menu li ul {
    position: absolute;
    width: 200px;
    background: #ffffff;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    padding: 5px;
    transition: all .3s;
    border-radius: 10px;
    display: block;
    border-top: 3px solid #6640fd;
    right: 0;
    z-index: 1;
    -webkit-box-shadow: 0 10px 70px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 70px rgba(0, 0, 0, .15);
}

.daneshkadeh_menu ul.sub-menu>li {
    padding-right: 0;
    position: relative;
}

.daneshkadeh_menu li .sub-menu a {
    display: block;
    transition: .2s ease-in-out;
    margin: 5px;
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
    color: #313131;
}

.daneshkadeh_menu li ul li ul {
    top: -12px !important;
    right: 200px;
}

.daneshkadeh_menu li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 35px;
}

.daneshkadeh_menu ul li.menu-item-has-children>a::after {
    transition: .2s;
    -webkit-transition: .2s;
    position: relative;
    right: 8px;
    top: 2px;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    color: #313131;
}

.daneshkadeh_menu ul li.menu-item-has-children:hover>a::after {
    transform: rotate(180deg);
    color: #6640fd;
}

.daneshkadeh_menu ul li:hover>a {
    color: #6640fd;
}

/******* Mobile menu styles *******/
.hamburgermenu {
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.hamburgermenu .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 30px;
    cursor: pointer;
}

.hamburgermenu .icon li {
    list-style: none;
    position: absolute;
    left: 0;
    background: #6640fd;
    width: 100%;
    height: 1.5px;
    transform: translateY(-50%);
    transition: .5s;
    border-radius: 20px;
}

.hamburgermenu .icon li:first-child {
    top: 20%;
}

.hamburgermenu .icon li:nth-child(2) {
    top: 50%;
}

.hamburgermenu .icon li:last-child {
    top: 80%;
}

.hamburgermenu.open .icon li:first-child {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.hamburgermenu.open .icon li:nth-child(2) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.hamburgermenu.open .icon li:last-child {
    left: -100%;
    opacity: 0;
}

.mobile-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    z-index: 999999999;
    visibility: hidden;
    opacity: 0;
    transition: .3s all;
    -webkit-transition: .3s all;
}

.mobile-menu.active {
    visibility: visible;
    opacity: 1;
}

.mobile-menu .layer {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .93);
    backdrop-filter: blur(3px);
}

.mobile-menu .menus {
    position: fixed;
    overflow: auto;
    right: -300px;
    height: 100%;
    width: 300px;
    background-color: #ffffff;
    padding: 20px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: .3s all;
    -webkit-transition: .3s all;
}

.mobile-menu.active .menus {
    visibility: visible;
    opacity: 1;
    right: 0;
}

.mobile-menu .menus .headermenu {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}

.mobile-menu .headermenu .logo {
    max-width: 140px;
    transition: .3s;
    align-items: center;
    display: flex;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

.mobile-menu .headermenu .logo a {
    display: block;
    width: 140px;
    height: 40px;
}

.mobile-menu .headermenu .logo a img {
    height: inherit;
    width: inherit;
}

.mobile-menu .menus .menu {
    width: 100%;
    display: block;
    max-height: calc(100% - 180px);
    overflow: auto;
}

.mobile-menu .menus .menu>li {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #6b6C771A;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.mobile-menu .menus .menu>li>ul {
    width: calc(100% - 0px);
    padding: 5px 12px;
    margin: 20px 0 10px;
    background-color: rgba(179, 179, 179, 0.15);
    border-radius: 15px;
    display: none;
    border: 1px solid #6b6C771A;
}

.mobile-menu .menus .menu>li>ul li {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #6b6C771A;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu .menus .menu>li>ul li:last-child {
    border: 0;
}

.mobile-menu .menus .sub-menu .menu-item-has-children {
    display: block !important;
}

.mobile-menu .menus .sub-menu .menu-item-has-children .open-btn {
    margin: 10px 0 !important;
    float: left;
}

.mobile-menu .menus .menu>li>ul li a {
    display: inline-block !important;
    padding: 10px 0 !important;
}

.mobile-menu .menus .menu>li .open-btn {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
    -webkit-transition: .3s all;
    cursor: pointer;
}

.mobile-menu .menus .menu>li .open-btn::before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 6px;
    width: 6px;
    border: 1px solid #555;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -1px;
}

.mobile-menu .menus .menu>li .open-btn .active {
    transform: rotate(180deg);
}

.mobile-menu .menus .headermenu .close {
    display: flex;
    padding: 15px;
    transition: .2s ease-in-out;
    border-radius: 8px;
    color: #6640fd;
    font-weight: 200;
    border: transparent;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.mobile-menu .searchbox {
    display: flex;
    align-items: center;
    margin-top: 35px;
    padding-top: 15px;
    justify-content: space-between;
    position: relative;
}

.mobile-menu .searchbox form {
    position: relative;
    left: 0;
    margin-left: 0;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
}

.mobile-menu .searchbox form input {
    padding: 15px;
    background: #dfdede;
    color: #333333;
    transition: .2s ease-in-out width;
    border: transparent;
    font-weight: 200;
    font-size: 14px;
    width: 85%;
    border-radius: 50px;
}

.mobile-menu .searchbox form input:focus {
    width: 100%;
}

/***** New post and product list widget styles ******/
.latest_blog .dy_latest_post .dy_latest_blog_list {
    padding: 10px 13px;
    margin-bottom: 10px;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    align-items: center;
    justify-content: flex-start;
}

.latest_blog .dy_latest_post .dy_latest_blog_list li a {
    margin-left: 15px;
    color: #bfbec4;
    padding-bottom: 6px;
    -webkit-transition: color ease 300ms;
    transition: color ease 300ms;
    position: relative;
}

.latest_blog .dy_latest_post .dy_latest_blog_list li a.active,
.latest_blog .dy_latest_post .dy_latest_blog_list li a:hover {
    color: #4F0083;
}

.latest_blog .dy_latest_post .dy_latest_blog_list li a::after {
    content: " ";
    width: 0;
    height: 2px;
    background: #4F0083;
    position: absolute;
    right: auto;
    left: 0;
    bottom: -5px;
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms;
}

.latest_blog .dy_latest_post .dy_latest_blog_list li a.active::after,
.latest_blog .dy_latest_post .dy_latest_blog_list li a:hover::after {
    width: 100%;
    left: auto;
    right: 0;
}

.latest_blog .dy_latest_items {
    padding: 5px 15px;
}

.latest_blog .dy_latest_items .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
    padding: 10px;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
    position: relative;
    border-radius: 10px;
}

.latest_blog .dy_latest_items .item .click {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.latest_blog .dy_latest_items .item .date {
    display: none;
}

.latest_blog .dy_latest_items .item .thumbnail--image {
    max-width: 60px;
    border-radius: 8px;
    display: block;
    margin-left: 10px;
}

.latest_blog .dy_latest_items .item .info {
    max-width: 71%;
    line-height: 1.5;
}

.latest_blog .dy_latest_items .item .info .title {
    font-weight: bold;
    font-size: 14px;
    color: #2b2a4b;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    margin-top: 0;
}

.latest_blog .dy_latest_items .item .info .author {
    font-size: 11px;
    color: #77a5c2;
    margin: 0;
}

.latest_blog .dy_latest_items .item:hover {
    background: #fff;
    box-shadow: 0 0 50px -7px rgba(0, 0, 0, 0.15);
}

/****** Blog list widget styles *******/
.blog_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.blog_list .dy_post {
    border: 1px solid #6B6C771A;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
}

.blog_list .dy_post:hover {
    border-color: transparent;
    box-shadow: 0 0 50px -7px rgba(0, 0, 0, 0.2);
}

.blog_list .dy_post .dy_post_thumbnail {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px !important;
}

.blog_list .dy_post .dy_post_thumbnail img {
    display: block;
    border-radius: 10px;
    -webkit-transition: all ease 600ms;
    transition: all ease 600ms;
    min-height: 245px;
    object-fit: cover;
}

.blog_list .dy_post .dy_post_title {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    font-size: 1.0rem;
    font-weight: 500;
    color: #3a3f45;
    line-height: 1.5;
    min-height: 48px;
    text-align: justify;
}

.blog_list .dy_post .dy_post_excerpt {
    color: #7d8188;
    font-size: 0.85rem;
    text-align: justify;
    text-align-last: right;
    font-weight: 400;
    margin-bottom: 10px;
    min-height: 54px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.blog_list .dy_post .dy_post_info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.blog_list .dy_post .dy_post_info .dy_post_info--item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 25px;
    font-size: 12px;
    color: #9f9d9d;
    font-weight: bold;
    margin-bottom: 0;
}

.blog_list .dy_post .dy_post_info .dy_post_info--item svg {
    margin-left: 5px;
}

.blog_list .dy_post .dy_post_info .dy_post_info--item:last-child {
    margin-left: 0;
}

/***** Download list product widget styles *****/
.download_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
}

.download_list .dl_product {
    background: #fff;
    box-shadow: 0 0 10px hsla(0, 0%, 74.9%, .35);
    -webkit-box-shadow: hsla(0, 0%, 74.9%, .35) 0 0 10px;
    border-radius: 4px;
    border: none;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.download_list .dl_product figure img {
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.download_list .dl_product .dl_product_info {
    height: 130px;
    padding: 13px 23px;
    transition: .3s;
}

.download_list .dl_product:hover .dl_product_info {
    height: 60px;
}

.download_list .dl_product .dl_product_info .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
    max-height: 56px;
    transition: .3s;
    overflow: hidden;
    line-height: 28px;
    text-align: right;
    display: block;
    margin-top: 0;
}

.download_list .dl_product .dl_product_info .title a {
    color: #3c4354;
    transition: .3s;
}

.download_list .dl_product:hover .dl_product_info .title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    max-width: 100%;
    display: block;
}

.download_list .dl_product .dl_product_info .title a:hover {
    color: #f59a25;
}

.download_list .dl_product .dl_product_info .category {
    font-size: 14px;
    color: #959595;
    height: 21px;
    transition: .3s;
    text-align: right;
    margin: 0;
}

.download_list .dl_product:hover .dl_product_info .category {
    display: none;
}

.download_list .dl_product .dl_product_footer {
    height: 104px;
    display: flex;
    align-items: center;
    padding: 25px 0;
    margin: 0 25px;
    border-top: 1px dashed #efefef;
    box-shadow: none;
    background-color: transparent;
}

.download_list .dl_product .dl_product_footer .details {
    display: flex;
    flex: 1;
    border-left: 1px solid #efefef;
    margin-left: 20px;
    align-items: center;
}

.download_list .dl_product .dl_product_footer .details .sale,
.download_list .dl_product .dl_product_footer .details .rate {
    flex: 1;
    text-align: center;
}

.download_list .dl_product .dl_product_footer .details .sale .count,
.download_list .dl_product .dl_product_footer .details .rate .count {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #ffc64b;
}

.download_list .dl_product .dl_product_footer .details .rate .count {
    color: #8ed557;
}

.download_list .dl_product .dl_product_footer .details .sale .title,
.download_list .dl_product .dl_product_footer .details .rate .title {
    font-size: 14px;
    color: hsla(0, 0%, 42.7%, .8);
}

.download_list .dl_product .dl_product_footer .price {
    text-align: right;
    position: relative;
}

.download_list .dl_product .dl_product_footer .price .discount {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 7px;
    border-radius: 4px;
    margin-right: 3px;
    font-size: 16px !important;
    color: #fff;
    background: #fbcb65;
}

.download_list .dl_product .dl_product_footer .price .orgPrice {
    text-align: right;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    color: #6d6d6d;
    padding-right: 6px;
}

.download_list .dl_product .dl_product_footer .price .salePrice {
    display: block;
    text-decoration: none;
    color: #3c4354;
    font-size: 20px;
    font-weight: 500;
}

.download_list .dl_product .dl_product_footer .price .salePrice span.woocommerce-Price-currencySymbol {
    font-size: 14px;
    font-weight: 400;
    margin-right: 2px;
    color: #6d6d6d;
}

.download_list .dl_product .dl_product_footer .price .orgPrice .woocommerce-Price-currencySymbol {
    display: none;
}

.download_list .dl_product .dl_product_action {
    height: 0;
    padding: 0 25px;
    overflow: hidden;
    opacity: 0;
    transition: .3s;
    display: flex;
}

.download_list .dl_product .dl_product_action a {
    display: inline-block;
    padding: 8px 20px;
    font-size: 12px;
    border: none;
    border-radius: 4px;
    background-color: #f8f9fb;
    color: #a2a6ab;
    transition: all .3s;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.7;
}

.download_list .dl_product .dl_product_action .dl_btn {
    padding: 10px 3px;
    text-align: center;
    flex: 2;
    background-color: #8ed557;
    color: #fff;
}

.download_list .dl_product .dl_product_action .dl_btn:hover {
    background-color: #7fc945;
}

.download_list .dl_product .dl_product_action .dl_view {
    margin-right: 20px;
    flex: 1;
    text-align: center;
    padding: 10px 15px;
}

.download_list .dl_product .dl_product_action .dl_view:hover {
    background-color: #eeeff2;
}

.download_list .dl_product:hover .dl_product_action {
    display: flex;
    padding: 0 25px 25px;
    height: 70px;
    transition: .3s;
    opacity: 1;
}

.download_list .dl_product .dl_product_action a.wc-forward {
    display: none;
}

.download_list .dl_product .dl_product_action a.added::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-right: 2px;
    vertical-align: bottom;
}

/******‌Academy product list widget styles ******/
.academy_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    align-items: stretch;
}

.academy_list .grid_a {
    padding: 10px !important;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 50px -7px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    position: relative;
}

.academy_list .grid_a .dy_grid_a_imgbox {
    margin-bottom: 10px;
}

.academy_list .grid_a .dy_grid_a_imgbox .img-fluid {
    border-radius: 8px;
}

.academy_list .grid_a .dy_grid_a_star {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.academy_list .grid_a .dy_grid_a_star .dy_grid_a_star--status {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #838281;
    margin-bottom: 0;
}

.academy_list .grid_a .dy_grid_a_star .dy_grid_a_star--status .eicon-post {
    margin-left: 5px;
}

.academy_list .grid_a .dy_grid_a_star .dy_grid_a_star--sale {
    font-size: 13px;
    background: #ecf1fd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #454950;
    padding: 3px 8px;
    margin-bottom: 0;
}

.academy_list .grid_a .dy_grid_a_star .dy_grid_a_star--sale span {
    margin-left: 5px;
}

.academy_list .grid_a .woocommerce-loop-product__title {
    font-weight: 800;
    font-size: 16px;
    min-height: 40px;
}

.academy_list .grid_a .dy_grid_a_excerpt {
    text-align: justify;
    text-align-last: right;
    font-size: 0.8rem;
    color: #636363;
    font-weight: 400;
    margin-bottom: 0.5em;
    min-height: 65px;
}

.academy_list .grid_a .dy_academy_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 0.5em;
    font-weight: 400;
    color: #636363;
}

.academy_list .grid_a .dy_academy_meta .dy_academy_meta--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.academy_list .grid_a .dy_academy_meta .dy_academy_meta--item .dy_academy_meta--icon {
    font-size: 14px;
    color: #4913f4;
    margin-left: 2px;
}

.academy_list .grid_a .dy_like_btn {
    background: #ce000087;
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    font-size: 12px;
    margin-right: 10px;
}

.academy_list .grid_a .dy_like_btn.is-liked,
.academy_list .grid_a .dy_like_btn:hover {
    background: #ff0303;
}

.academy_list .grid_a .dy_like_btn .fas {
    margin-left: 5px;
    font-size: 13px;
}

.academy_list .grid_a .dy_like_btn.is-liked .fas {
    animation: shake-lr .7s cubic-bezier(.455, .03, .515, .955) both;
    -webkit-animation: shake-lr .7s cubic-bezier(.455, .03, .515, .955) both;
}

.academy_list .grid_a .dy_academy_meta .dy_academy_meta--item .price {
    color: #f49e13;
    display: block;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
}

.academy_list .grid_a .dy_academy_meta .dy_academy_meta--item .price .woocommerce-Price-currencySymbol {
    font-size: 12px;
}

.academy_list .grid_a .dy_grid_a_price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.academy_list .grid_a .dy_grid_a_price .left {
    width: 100%;
}

.academy_list .grid_a .dy_grid_a_price .left .add_to_cart_button {
    display: block !important;
    text-align: center;
    font-size: 14px;
    background: #6b6c771a;
    color: #3a3f45;
    margin: 0;
    -webkit-transition: all ease 200ms;
    transition: all ease 200ms;
    padding: .618em 1em;
    border-radius: 4px;
    font-weight: 500;
}

.academy_list .grid_a:hover .dy_grid_a_price .left .add_to_cart_button {
    background: #3100ce;
    color: #ffffff;
}

.academy_list .grid_a .discount {
    position: absolute;
    left: 29px;
    background: var(--e-global-color-primary);
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 0 0 30px 30px;
    color: #fff;
    top: -12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 8px 13px 20px -7px rgb(0 0 0 / 80%);
    font-weight: 900;
}

.academy_list .grid_a .discount span {
    font-weight: normal;
}

.academy_list .grid_a .discount::after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #4813f4 transparent;
    position: absolute;
    left: -12px;
    top: 0;
    box-shadow: 8px 13px 20px -7px rgb(0 0 0 / 80%);
}

.academy_list .grid_a .dy_grid_a_price .left .add_to_cart_button.added::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-right: 0.53em;
    vertical-align: bottom;
}

.academy_list .grid_a .dy_grid_a_price .left .added_to_cart {
    display: none;
}

/******* Features widget styles ******/
.features_product .let_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 8px;
    background-color: rgb(246, 246, 244);
    background-color: linear-gradient(270deg, rgba(246, 246, 244, 1) 51%, rgba(255, 255, 255, 1) 100%);
    padding: 8px;
    border-radius: 7px;
}

.features_product .let_item i {
    padding: 15px;
    border-radius: 3px;
    margin-left: 8px;
    color: #fff;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4913f4;
}

.features_product .let_item .let_item_title {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.features_product .let_item .let_item_title .name {
    font-size: 0.775rem;
    color: #636363;
    margin-bottom: 2px;
}

.features_product .let_item .let_item_title .value {
    font-size: 1rem;
    color: #3a3f45;
}

/****** My acoount btn widget styles *****/
.profile_btn,
.btn_account a {
    display: flex;
    align-items: center;
    background: #7521c1;
    border-radius: 10px;
    padding: 11px !important;
    font-size: 14px;
    border: 1px solid #6b6C771A;
    user-select: none;
    cursor: pointer;
    color: #fff;
    position: relative;
    z-index: 999;
}

.btn_style2 {
    position: relative;
    z-index: 999;
}

.btn_style2.lowz,
.da_search_box.lowz {
    z-index: 2;
}

.btn_account2 {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 50%;
    color: #67778d;
    cursor: pointer;
}

.btn_style2 .btn_account2_menu {
    position: absolute;
    left: 0;
    top: 120%;
    width: 278px;
    border-radius: 0.75rem;
    background: #fff;
    padding: 1.25rem;
    display: none;
}

.btn_style2 .btn_account2_menu .top {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgb(229, 229, 229);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btn_style2 .btn_account2_menu .top .avatar {
    object-fit: cover;
    border-radius: 50%;
    margin-left: 10px;
}

.btn_style2 .btn_account2_menu .top span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
}

.btn_style2 .btn_account2_menu .middle a {
    display: flex;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 48px;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    border-radius: 10px;
}

.btn_style2 .btn_account2_menu .middle a i,
.btn_style2 .btn_account2_menu .bottom a i {
    margin-left: 10px;
}

.btn_style2 .btn_account2_menu .middle a:hover {
    background: var(--e-global-color-primary);
    color: #ffffff;
}

.btn_style2 .btn_account2_menu .bottom {
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    border-top: 1px solid rgb(229, 229, 229);
}

.btn_style2 .btn_account2_menu .bottom a {
    display: flex;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 48px;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    border-radius: 10px;
}

.btn_style2 .btn_account2_menu .bottom a:hover {
    background: rgb(239 68 68);
    color: #fff;
}

.btn_account a {
    color: #fff !important;
}

.profile_btn img {
    width: 30px;
    margin-left: 10px;
    overflow: hidden;
    border-radius: 8px !important;
}

.profile_btn::after {
    transition: .2s;
    -webkit-transition: .2s;
    position: relative;
    right: 5px;
    top: 2px;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 0 7px;
    font-weight: 900;
}

.profile_btn.open::after {
    transform: rotate(180deg) translateY(4px);
    -webkit-transform: rotate(180deg) translateY(4px);
}

.profile_btn .profile_menu {
    position: absolute;
    top: 57px;
    background: #fff;
    width: 200px;
    left: 0;
    z-index: 999;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border-top: 4px solid #7521c1;
    display: none;
}

.profile_btn .profile_menu li {
    margin-bottom: 10px;
    font-size: 14px;
}

.profile_btn .profile_menu li:last-child {
    margin-bottom: 0;
}

.profile_btn .profile_menu li a {
    display: flex;
    align-items: center;
}

.profile_btn .profile_menu li a svg {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    fill: #f59a25;
}

.profile_btn .profile_menu li a i {
    font-size: 18px;
    margin-left: 10px;
}

/******** Download box widget styles ********/
.da-accordion .da-accordion-header {
    border: 1px solid #61585836;
    user-select: none;
    transition: .2s;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 10px;
    font-size: 15px;
    margin-bottom: 15px;
}

.da-accordion .da-accordion-header .da-part {
    display: flex;
    align-items: center;
    width: 100%;
}

.da-accordion .da-accordion-header .da-part .da-part-title {
    line-height: 2;
}

.da-accordion .da-accordion-header .da-part i {
    font-size: 40px;
    margin-left: 20px;
}

.da-accordion .da-accordion-content .dl-item {
    margin-right: 20px;
}

.da-accordion .da-accordion-content .dl-item .dl-accordion-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 10px;
    font-size: 13px;
    margin-bottom: 15px;
    border: 1px solid #61585836;
    user-select: none;
    transition: .2s;
}

.da-accordion .da-accordion-content .dl-item .dl-accordion-header .dl-one {
    max-width: 85%;
    display: flex;
    align-items: center;
}

.da-accordion .da-accordion-content .dl-item .dl-accordion-header .dl-one i {
    font-size: 35px;
    color: #303137;
    margin-left: 10px;
}

.da-accordion .da-accordion-content .dl-item .dl-accordion-header .dl-one .dl-info {
    display: flex;
    align-items: center;
}

.da-accordion .da-accordion-content .dl-item .dl-accordion-header .dl-one .dl-info .dl-info-name {
    display: block;
    line-height: 1;
}

.da-accordion .da-accordion-content .dl-item .dl-accordion-header .dl-one .dl-info .dl-info-name span {
    display: block;
    font-size: 12px;
    color: #7a7777;
    margin-top: 5px;
}

.da-accordion .da-accordion-content .dl-item .dl-accordion-header .dl-two {
    display: flex;
    align-items: center;
}

.da-accordion .da-accordion-content .dl-item .dl-accordion-header .dl-two .status-label {
    display: flex;
    align-items: center;
    background: #7521c1;
    border-radius: 8px;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    margin-left: 5px;
}

.da-accordion .da-accordion-content .dl-item .dl-accordion-header .dl-two .status-label i {
    margin-left: 5px;
}

.da-accordion .da-accordion-content .dl-item .dl-accordion-header .dl-two .countable {
    display: flex;
    align-items: center;
    background: #e9e9e9;
    border-radius: 8px;
    padding: 10px;
    font-size: 12px;
    color: #303137;
}

.da-accordion .da-accordion-content .dl-item .dl-accordion-header .dl-two .countable:hover {
    background: #7521c1;
    color: #fff;
}

/***** Progress bar widget styles *****/
.da_progress .da_progress_text {
    font-size: 13px;
}

.da_progress .da_progress_text span {
    font-size: 16px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}

.da_progress .da_progress_bar {
    height: 10px;
    position: relative;
    background: #f5f5f5;
    margin-top: 10px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    direction: ltr;
    overflow: hidden;
}

.da_progress .da_progress_bar .da_progress_value {
    display: block;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #551bf8;
    position: relative;
    overflow: hidden;
}

.da_progress .da_progress_bar .da_progress_value::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    z-index: 1;
    background-size: 50px 50px;
    animation: progress_animate 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

/* Video privew Widget styles */
.video-preview {
    border-radius: 10px;
    overflow: hidden;
}

/* Overlay styles */
.da_overlay {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    display: none;
}

.da_overlay.active {
    display: block;
}

/*Ajax search widget styles*/
.da_search_box {
    position: relative;
    z-index: 999;
}

.da_search_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border: 1px solid #bbb;
    border-radius: 5px;
}

.da_search_form .fa-spin {
    position: absolute;
    left: 50px;
    display: none;
    color: #636363;
}

.da_search_form .da_search_input {
    width: 100%;
    border: 0;
    outline: 0;
    color: #636363;
    height: 40px;
}

.da_search_form .da_search_btn {
    padding: 0;
    position: absolute;
    left: -7px;
    top: -7px;
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: var(--e-global-color-primary);
    border: 0;
}

.da_search_box .da_form_box {
    border: 1px solid #bbb;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    top: 120%;
    background: #fff;
    padding: 20px 10px;
    display: none;
    z-index: 999;
}


.da_search_box .da_form_box .da_form_box_title {
    margin: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.da_search_box .da_form_box .da_form_box_title i {
    margin-left: 10px;
}

.da_search_box .da_form_box .da_form_box_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 15px 0 0 0;
    padding: 0 40px 0 0;
}

.da_search_box .da_form_box .da_form_box_list li {
    border: 1px solid #eee;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 14px;
    transition: all ease 400ms;
}

ul.da_form_box_list li:hover {
    background: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.da_search_result {
    display: none;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

.da_search_result.active {
    display: flex;
}

.da_search_result::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

.da_search_result::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: #DFE9EB;
}

.da_search_result::-webkit-scrollbar-track:hover {
    background-color: #DFE9EB;
}

.da_search_result::-webkit-scrollbar-track:active {
    background-color: #B8C0C2;
}

.da_search_result::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #636363;
}

.da_search_result::-webkit-scrollbar-thumb:hover {
    background-color: #000000;
}

.da_search_result::-webkit-scrollbar-thumb:active {
    background-color: #000000;
}

.da_search_result .da_result_pr {
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 5px;
    margin-left: 10px;
    max-width: 200px;
}

.da_search_result .da_result_pr:last-child {
    margin-left: 0;
}

.da_search_result .da_result_pr a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.da_search_result .da_result_pr a img {
    width: 50px;
    margin-left: 10px;
    border-radius: 5px;
    height: 50px;
    object-fit: cover;
}

.da_search_result .da_result_pr a span {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

/**** Teacher box widget styles ****/
.da_teacher_box {
    border: 1px solid #eee;
    text-align: center;
    padding: 1rem;
    border-radius: 15px;
    margin-bottom: 10px;
}

.da_teacher_box .da_teacher_avatar {
    margin-bottom: 15px;
}

.da_teacher_box .da_teacher_avatar img {
    border-radius: 100%;
}

.da_teacher_box .da_teacher_info .da_teacher_name {
    font-size: 20px;
    font-weight: 900;
    color: var(--e-global-color-primary);
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.da_teacher_box .da_teacher_info .da_teacher_name .da_teacher_ex {
    font-size: 12px;
    color: #636363;
    font-weight: normal;
}

.da_teacher_box .da_teacher_info .da_teacher_desc {
    font-size: 14px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.da_teacher_box .da_teacher_info .da_teacher_skills {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.da_teacher_box .da_teacher_info .da_teacher_skills .da_teacher_skill {
    border: 1px solid #eee;
    width: 49%;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 5px 0;
    cursor: pointer;
    position: relative;
}

.da_teacher_box .da_teacher_info .da_teacher_skills .da_teacher_skill .da_teacher_skill_name {
    font-size: 14px;
}

.da_teacher_box .da_teacher_info .da_teacher_skills .da_teacher_skill .da_teacher_skill_value {
    position: absolute;
    background: #333;
    color: #fff;
    padding: 5px;
    bottom: 125%;
    right: -38px;
    flex-direction: column;
    opacity: 0;
    margin: auto;
    width: 50px;
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    transition: all ease 400ms;
    transform: rotate(20deg);
}

.da_teacher_box .da_teacher_info .da_teacher_skills .da_teacher_skill:hover .da_teacher_skill_value {
    opacity: 1;
}

.da_teacher_box .da_teacher_info .da_teacher_skills .da_teacher_skill .da_teacher_skill_value::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.9px 8px 0 8px;
    border-color: #333333 transparent transparent transparent;
    transform: rotate(0deg);
    content: " ";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.da_teacher_box .da_teacher_info .da_teacher_socilas {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.da_teacher_box .da_teacher_info .da_teacher_socilas a {
    border: 1px solid #eee;
    width: 32px;
    height: 32px;
    margin-left: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.da_teacher_box .da_teacher_info .da_teacher_socilas a i {
    color: var(--e-global-color-primary);
    font-size: 16px;
}

@media (max-width:992px) {

    .blog_list,
    .download_list,
    .academy_list {
        grid-template-columns: repeat(2, 1fr) !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width:767px) {
    .dy_course .season .episodes .episode .episode-top {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    .dy_course .season .episodes .episode .episode-top i {
        display: none;
    }

    .blog_list,
    .download_list,
    .academy_list {
        grid-template-columns: repeat(1, 1fr) !important;
        column-gap: 0 !important;
        margin-bottom: 0 !important;
    }

    .da-accordion .da-accordion-content .dl-item .dl-accordion-header {
        flex-direction: column;
    }

    .da-accordion .da-accordion-content .dl-item .dl-accordion-header .dl-one {
        margin-bottom: 10px;
        max-width: 100%;
    }

    .da-accordion .da-accordion-content .dl-item .dl-accordion-header .dl-two {
        width: 100%;
        justify-content: space-between;
    }
}

@keyframes shake-lr {

    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 50% 50%;
    }

    10% {
        transform: rotate(8deg);
    }

    20%,
    40%,
    60% {
        transform: rotate(-10deg);
    }

    30%,
    50%,
    70% {
        transform: rotate(10deg);
    }

    80% {
        transform: rotate(-8deg);
    }

    90% {
        transform: rotate(8deg);
    }
}

@keyframes progress_animate {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}