/**
 * Template: ms-lms-starter-theme
 * Theme Name: MasterStudy Templates Child
 * Theme URI: https://starter.stylemixthemes.com/
 * Author: StylemixThemes
 * Author URI: https://stylemixthemes.com/
 * Description: MasterStudy Templates Child Theme is the child theme for the MasterStudy Templates. With this child theme, you can customize your eLearning website appearance without changing the original templates.
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: classes, courses, Education, education center, e-commerce, learning center, tutoring, teaching, study, studying, learning, lessons, instructor, teacher, mentor
 * Text Domain: starter-text-domain
 * Version: 1.0.0
 */

.stm_lms_courses__filter.stm_lms_courses__category,
.stm_lms_courses__filter.stm_lms_courses__level,
.stm_lms_courses__filter.stm_lms_courses__search,
.stm_lms_courses__filter.stm_lms_courses__subcategory .stm_lms_courses__filter_heading {
    display: none;
}

.link_by_pay_feedback span {
    background: var(--accent-100);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0;
    border: none;
    min-height: auto;
    border-radius: 5px;
    transition: .2s;
    text-decoration: none;
    caret-color: transparent;
    box-shadow: none;
    height: 40px;
    padding: 0 20px;
}

.masterstudy-table-list__td--points, .masterstudy-table-list__th--points {
    display: none !important;
}