.vyl-section-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vyl-section-background::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(50vw - 356.4px);
    background: #a404b40f;
}
#VYL_COURSE_SCHEDULE_APP h3 {
    font-family: museo-sans, sans-serif;
    color: #0c0b44;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom: 0;
}
#VYL_COURSE_SCHEDULE_APP h4 {
    font-family: museo-sans, sans-serif;
    color: #0c0b44;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 0;
    text-transform: none;
}
.filter-group-title #Stroke-5 {
    transform-origin: center;
}
.filter-group-items, .filter-group-title #Stroke-5 {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.filter-group-title.expanded #Stroke-5 {
    transform: rotate(90deg) translateY(2px);
}
.filter-group-items {
    max-height: 0;
    overflow: hidden;
}
.filter-group-items.expanded {
    max-height: 600px;
}
.filter-group-title {
    cursor: pointer; 
}
.filter-group {
    padding-bottom: 0.9rem;
    padding-top: 0.9rem;
    border-bottom: 1px solid #c6a9c9;
}
#VYL_COURSE_SCHEDULE_APP .input label>input[type=checkbox], #VYL_COURSE_SCHEDULE_APP .input label>input[type=radio] {
    -webkit-appearance: none;
    display: none;
}
#VYL_COURSE_SCHEDULE_APP .input label>input[type=checkbox]~span:last-of-type, 
#VYL_COURSE_SCHEDULE_APP .input label>input[type=radio]~span:last-of-type {
    position: relative;
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    cursor: pointer;
    padding-left: 23px;
    margin: 0;
    line-height: 26px;
    padding-left: 30px;
}
#VYL_COURSE_SCHEDULE_APP .filters-inner .input label>input[type=checkbox]~span:last-of-type:before {
    background: #fff;
    width: 19px;
    height: 19px;
}

#VYL_COURSE_SCHEDULE_APP .input label>input[type=checkbox]~span:last-of-type:before {
    border-radius: 2px;
}
#VYL_COURSE_SCHEDULE_APP .input label>input[type=checkbox]~span:last-of-type:before, 
#VYL_COURSE_SCHEDULE_APP .input label>input[type=radio]~span:last-of-type:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #734A77;
    background-color: #fafafa;
}
#VYL_COURSE_SCHEDULE_APP .input label>input[type=checkbox]:checked~span:last-of-type:after {
    content: url("/wp-content/uploads/2023/03/check-1.svg");
    position: absolute;
    top: 6px;
    left: 2px;
    line-height: 1px;
    top: 9px;
    left: 4px;
}
#VYL_COURSE_SCHEDULE_APP .input label>input[type=checkbox]:checked~span:last-of-type:before, 
#VYL_COURSE_SCHEDULE_APP .input label>input[type=radio]:checked~span:last-of-type:before {
    border-color: #734A77;
    background-color: #734A77;
}
#VYL_COURSE_SCHEDULE_APP .card-inner {
    background-color: #fff;
    /* box-shadow: 0 0 30px 0 rgb(12 11 68 / 10%); */
    border-radius: 6px;
    border: 1px solid #734a7740;
    display: block;
    cursor: pointer;
}
#VYL_COURSE_SCHEDULE_APP .card-title {
    font-size: 23px;
    font-weight: bold;
    line-height: 34px;
}
#VYL_COURSE_SCHEDULE_APP .card-description {
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#VYL_COURSE_SCHEDULE_APP .card {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#VYL_COURSE_SCHEDULE_APP .card:hover {
    color: #734A77 !important;
    transform: scale(1.04);
}
#VYL_COURSE_SCHEDULE_APP input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #734A77;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    width: 100%!important;
    padding: 10px 14px!important;
    border: 1px solid #734A77;
    border-radius: 2px;
    background-color: #fafafa;
}
#VYL_COURSE_SCHEDULE_APP input[type="text"]::placeholder, #VYL_COURSE_SCHEDULE_APP input[type="text"]::-moz-placeholder, #VYL_COURSE_SCHEDULE_APP input[type="text"]::-webkit-input-placeholder {
    color: #734A77;
}

#VYL_COURSE_SCHEDULE_APP .filter-chip {
    background: #734A77;
    padding: 14px 20px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
}

#VYL_COURSE_SCHEDULE_APP .chip-title {
    font-weight: bold;
    font-size: 16px;
}

#VYL_COURSE_SCHEDULE_APP a.clear-chips-btn {
    padding-top: 10px;
    color: #734A77;
    font-size: 16px;
    text-decoration: underline;
}
#VYL_COURSE_SCHEDULE_APP a.clear-chips-btn:hover {
    color: #734A77 !important;
    font-size: 16px;
    text-decoration: none;
}

#VYL_COURSE_SCHEDULE_APP .btn-purple {
    background: #734A77;
    padding: 14px 20px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
}
#VYL_COURSE_SCHEDULE_APP .btn-purple:hover {
    color: white !important;
    text-decoration: underline;
}
[v-cloak] {display: none}

#VYL_COURSE_SCHEDULE_APP .no-results-container h5 {
    font-size: 29px;
    font-weight: 900;
    margin-top: 26px;
    text-transform: none;
    letter-spacing: 0;
}
#VYL_COURSE_SCHEDULE_APP .no-results-container a:hover {
    color: #734A77 !important;
    text-decoration: underline;
}
#VYL_COURSE_SCHEDULE_APP  .courses-statuses {
    font-weight: bold;
    font-size: 14px;
}
#VYL_COURSE_SCHEDULE_APP .card-number {
    font-size: 14px !important;
    font-weight: normal;
} 
.course-individual-section h1 {
    color: #734A77;
    font-family: "Crimson Text", Sans-serif;
    font-size: 65px;
    font-weight: 600;
    letter-spacing: -1px;
    text-transform: none;
}
.course-individual-section h2 {
    color: #734A77;
    font-family: "Crimson Text", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -1px;
    text-transform: none;
}
.course-individual-section h4 {
    color: #734A77;
    font-family: "Crimson Text", Sans-serif;
    font-size: 29px;
    font-weight: 6000;
    letter-spacing: 0px;
    text-transform: none;
}
.course-individual-section h5 {
    color: #734A77;
    font-family: museo-sans, sans-serif;
    font-size: 35px;
    text-transform: uppercase;
}
.course-individual-section a {
    font-weight: bold;
}
.course-individual-section a:hover {
    color: #734A77 !important;
    text-decoration: underline;
}
.muted {
    opacity: 0.4;
}
@media (max-width: 1400px) {
    .vyl-section-background::after {
        width: calc(50vw - 306.4px);
    }
}
@media (max-width: 1200px) {
    .vyl-section-background::after {
        width: calc(50vw - 176.4px);
    }
}
@media (max-width: 767px) {
    .sidebar-super-wrapper {
        position: absolute;
        background: #fef2ff;
        top: 0;
        width: 100%;
        z-index: 9999;
        max-width: unset;
    }
    #VYL_COURSE_SCHEDULE_APP > .container {
        max-width: 100%;
    }
    .mobile-filter-inner {
        font-weight: bold;
    }
    .sidebar-super-wrapper {
        max-height: 59px;
        overflow: hidden;
    }
    .sidebar-super-wrapper.mobile-active {
        max-height: unset;
    }
    .mobile-filter-close svg {
        transform: rotate(45deg);
    }
    .mobile-filter-trigger > div {
        transform: translateY(-6px);
    }
}