.banner__inner {
    background-image: url(/assets/images/course/banner-1.png);
    max-height: 242px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 222px;
}

.chart-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.category__wrapper {
    background-color: #F0F2FB;
    max-height: 177px;
}

.category__list {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.category__detail {
    display: block;
    border-radius: 4px;
    height: 74px;
    flex: 1;
    background: white;
    text-align: center;
    align-content: center;
    max-width: 318px;
    cursor: pointer;
}

.category__detail.active {
    border: 2px solid #274D99;
}

.category__detail span {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
}

.chart {
    padding-top: 88px;
    padding-bottom: 150px;
    background: #fff;
}

.chart__filter-group {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
    flex-wrap: wrap;
    margin-bottom: 12px;
    justify-content: space-around;
}

.chart__filter-option {
    display: flex;
    text-align: center;
    align-items: center;
    border-radius: 6px;
    padding: 12px;
    padding-left: 6px;
    height: 44px;
    background-color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #6A6A6A;
    border: 1px solid #AEBFFF;
    width: 140px;
}

.chart__wrapper {
    margin-top: 72px;
    padding: 20px 40px;
    box-shadow: 0px 0px 1px 0px #0F224314;
    box-shadow: 0px 8px 64px 0px #0F22430F;
    height: 100%;
    max-height: 1200px;
    overflow-y: auto;
    position: relative;
}

.chart__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #272B3F;
}

.select2-container {
    width: 132px !important;
}

.select2-container input.select2-search__field {
    outline: none;
}

.select2-container--default .select2-selection--single {
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    font-size: 16px;
    width: 220px !important;
    position: absolute;
    text-align: left;
    left: -10px;
    top: 12px;
}

.select2-results__option {
    padding: 10px;
    line-height: 24px;
    margin-bottom: 6px;
}

.btn__collapse-wrapper {
    display: flex;
}

.btn__collapse-wrapper button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    background-color: unset;
}

.btn__collapse-wrapper button div:first-child {
    max-height: 45px;
    border-radius: 6px;
    border: 1px solid #AEBFFF;
    padding: 12px 14px;
    gap: 10px;
}

.btn__collapse-wrapper button div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.btn__collapse-wrapper button div:last-child span {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #274D99;
}

.btn__collapse-wrapper button div:last-child .icon__wrapper {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #AEBFFF;
    background: #E0EAFF;
}

.btn__collapse-wrapper button div:last-child .icon__wrapper i {
    width: 100%;
    color: #274D99;
    font-size: 12px;
}

#filterCollapse {
    margin: 20px 0;
}

.chart__filter.--mobile {
    display: none;
}

@media (min-width: 1440px) {
    .banner__inner {
        height: 285px;
    }
}

@media (max-width: 1320px) {
    .chart__filter-group {
        justify-content: flex-start;
    }
}

@media (max-width: 991.98px) {
    .chart__title {
        text-align: center;
    }

    .chart__wrapper {
        padding: 20px 8px;
    }

    .chart__filter.--mobile {
        display: block;
    }

    .banner__inner {
        background-image: unset;
        background-color: #fff;
        padding: 20px 0;
        min-height: unset;
        height: fit-content;
    }

    .banner__inner h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 150%;
        text-align: center;
        text-transform: uppercase;
        color: #274D99;
        margin-bottom: 0;
    }

    .category__list {
        padding: 20px 0;
        gap: 20px;
    }

    .category__detail {
        height: 45px;
    }

    .category__detail span {
        font-size: 16px;
    }

    .chart {
        padding-top: 18px;
        padding-bottom: 0;
    }

    .chart__title {
        max-width: 264px;
        text-align: center;
        margin: 0 auto 36px auto;
    }

    .chart__filter.--mobile {
        padding-bottom: 20px;
    }

    .chart__container {
        padding: 20px 0;
        background-color: #F0F2FB;
    }

    .chart__wrapper {
        margin-top: 0;
        border-radius: 10px;
        background-color: white;
    }

    .select2-container {
        width: 100% !important;
    }

    .select2-container--open .select2-dropdown--below,
    .select2-container--open .select2-dropdown--above {
        width: 100% !important;
    }
}
