
@media only screen and (max-width:991px) {
    .popupClose {
        display: flex
    }

    .course_category_chose {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        background-color: #fff;
        margin-top: 0 !important;
        width: 100%;
        height: 100%;
        padding: 20px;
        overflow: auto;
        display: none
    }

    .sidebar_iner {
        box-shadow: 0 0 0
    }

    .login_wrapper .login_wrapper_left,
    .login_wrapper .login_wrapper_right {
        grid-column: span 12/span 12
    }
}



.course_category_chose .course_category_inner {
    border: 1px solid #e9e7f7;
    padding: 30px;
    border-radius: 5px 0 0 5px
}

.course_category_chose .single_course_categry h4 {
    margin-bottom: 18px
}

.course_category_chose .single_course_categry:not(:last-child) {
    margin-bottom: 36px
}

.course_category_chose .course_title svg {
    margin-right: 10px
}

.primary_checkbox,
.primary_checkbox2 {
    display: inline-block;
    position: relative;
    margin: 0 0 15px;
    align-items: center;
}

.primary_checkbox input:checked~.checkmark {
    background: var(--theme-color2);
}

.primary_checkbox .label_name {
    font-family: sans-serif;
    color: var(--theme-color1);
    margin-bottom: 0;
}


.primary_checkbox .checkmark {
    border-radius: 3px;
    top: -1px;
}

.primary_checkbox2 .checkmark,
.primary_checkbox .checkmark {
    position: relative;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    line-height: 18px;
    flex: 18px 0 0;
}

.primary_checkbox2 input,
.primary_checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

input:checked~.checkmark:before {
    content: "\E64C";
    font-family: themify;
    position: absolute;
    display: block;
    top: 0;
    left: 3px;
    text-indent: 1px;
    color: #828bb2;
    background-color: transparent;
    border: 0;
    transform: rotate(8deg);
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    z-index: 99;
    color: #fff;
    transition: all .3s ease-in-out;
    font-weight: 700;
}

.mr_15 {
    margin-right: 15px;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
}

@media only screen and (max-width: 991px) {
    .mobile_filter {
        display: block !important;
    }
}

.mobile_filter {
    display: none;
    padding: 10px;
}

@media only screen and (max-width: 991px) {
    .course_category_chose {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        background-color: #fff;
        margin-top: 0 !important;
        width: 100%;
        height: 100%;
        padding: 20px;
        overflow: auto;
        display: none;
    }
}

.popupClose {
    --pc-size: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    align-items: center;
    justify-content: center;
    width: var(--pc-size);
    height: var(--pc-size);
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    background-color: var(--theme-color1);
    color: #fff;
    transition: .3s;
    display: none
}

.popupClose:hover {
    background-color: #202e3b
}

.popupClose i {
    font-size: 12px
}

@media only screen and (max-width:991px) {
    .popupClose {
        display: flex
    }

    .mobile_filter {
        display: block !important
    }

    .course_category_chose {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        background-color: #fff;
        margin-top: 0 !important;
        width: 100%;
        height: 100%;
        padding: 20px;
        overflow: auto;
        display: none
    }

    .sidebar_iner {
        box-shadow: 0 0 0
    }

    .login_wrapper .login_wrapper_left,
    .login_wrapper .login_wrapper_right {
        grid-column: span 12/span 12
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .popupClose {
        line-height: 28px
    }

    .profile_info_icon {
        padding: 17px 19px
    }

    .header_iner {
        padding: 12px 30px;
        height: auto
    }

    .header_iner .notification_wrapper ul li:not(:last-child) {
        margin: 6px
    }
}

@media only screen and (max-width:767px) {
    .popupClose {
        --pc-size: 30px;
        font-size: 16px
    }

    .header__left form {
        display: none
    }

    .dashboard_card .card {
        width: calc(50% - 10px);
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        padding: 20px 0
    }

    #historyDiv {
        overflow: hidden;
        overflow-x: auto
    }

    #historyDiv table {
        width: 600px
    }

    .social_btns {
        display: flex;
        flex-wrap: wrap;
        gap: 10px
    }

    #invoice_print {
        padding: 40px;
        overflow: auto
    }

    .profile_info_icon {
        padding: 14px 16px
    }

    .header_iner .notification_wrapper ul li:not(:last-child) {
        margin: 6px
    }

    .header_iner .notification_wrapper ul li a .notify_icon img {
        max-width: 26px;
        width: 26px
    }

    .theme_btn.point_btn {
        padding: 8px
    }

    .section-subtitle-action {
        display: flex;
        align-items: center;
        margin-top: 0
    }
}

@media only screen and (max-width:479px) {
    .popupClose {
        --pc-size: 25px
    }

    .mobile_filter~h5 {
        display: none
    }

    .profile_info_icon {
        padding: 13px 15px
    }

    .theme_btn.point_btn {
        font-size: 14px
    }

    .theme_btn.point_btn svg {
        width: 16px;
        height: 16px
    }

    .header_iner .notification_wrapper ul {
        padding: 10px 12px !important
    }

    .header_iner .notification_wrapper ul li a .notify_icon img {
        width: 20px;
        max-width: 20px
    }

    .header_iner .notification_wrapper ul li:not(:last-child) {
        margin-right: 15px
    }
}

.image-course img{
    height: 200px;
    object-fit: cover;
}

.filter-title{
    font-size: 16px;
    font-weight: 500;
}

.filter-icon{
    font-size: 14px;
}

.filter-section-title{
    font-size: 18px;
    font-weight: 700;
}

.Check_sidebar li:not(:last-child) {
    margin-bottom: 15px;
}

.primary_checkbox, .primary_checkbox2 {
    display: inline-block;
    position: relative;
    margin: 0 0 15px;
    align-items: center;
}

.primary_checkbox2 .checkmark:after, .primary_checkbox .checkmark:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 3px;
    border: 1px solid #e9e7f7;
    transition: all .3s ease-in-out;
    transform: scale(1);
}

@media (max-width:1197px) {
    .mobile_filter {
        display: block !important
    }
}

@media only screen and (max-width:770px) {
    .box_header_fillter {
        margin-bottom: 30px;
    }
}