.termic-slider > .swiper-slide, .termic-courses__wrapper {
    margin: 2rem 0 2rem 0;
}
.termic-courses__x-margin {
    margin: 0 0 0 0;
}

.termic-slider__branch-icon {
    width: 50px;
    height: 50px;
}
.termic-slider__term-icon {
    width: 20px;
    height: 20px;
}
.termic-slider__branch-title {
    padding: 0.7rem 1rem;
}
.termic-slider__box-title {
    font-size: 16px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.pulse {
    animation: pulse 1s infinite;
}

@media only screen and (min-width: 768px) {
    .termic-slider > .swiper-slide, .termic-courses__wrapper {
        margin: 2rem 20px 2rem 20px;
    }
    .termic-courses__x-margin {
        margin: 0 20px 0 20px;
    }
}

@media only screen and (min-width: 992px) {
    .termic-slider > .swiper-slide, .termic-courses__wrapper {
        margin: 2rem 40px 2rem 40px;
    }
    .termic-courses__x-margin {
        margin: 0 40px 0 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .termic-slider > .swiper-slide, .termic-courses__wrapper {
        margin: 2rem 60px 2rem 60px;
    }
    .termic-courses__x-margin {
        margin: 0 60px 0 60px;
    }
}

@media only screen and (min-width: 1400px) {
    .termic-slider > .swiper-slide, .termic-courses__wrapper {
        margin: 2rem 80px 2rem 80px;
    }
    .termic-courses__x-margin {
        margin: 0 80px 0 80px;
    }
}
.all-courses__search-input-wrapper {
    max-width: 375px;
}
.all-courses__search-input {
    padding: 0.6rem 0.6rem;
    outline: 0;
    border: 1px solid var(--miracel-secondary-color);
    color: var(--miracel-primary-color);
}
/* Start Package */
.all-courses__search-submit,
.termic-courses__submit-button {
    padding: 0.6rem 0.6rem;
    border: 0;
    outline: 0;
    max-width: 200px;
}
.termic-courses__submit-button {
    bottom: 100px;
    left: 80px;
}
.app-packages {
    max-width: 1920px;
    padding: 0rem 20px 2rem 20px;
}
.app-packages__category {
    width: 130px;
    height: 45px;
    outline: 0;
    border: 0;
    font-size: 14px;
}
.app-packages__category:focus {
    outline: 2px solid var(--miracel-primary-color);
}
.app-packages__filter {
    border: 0;
    border-left: 8px solid transparent;
    width: calc(70px + 1vw);
    height: 45px;
    outline: 0;
    font-size: 14px;
    display: flex;
    padding-right: 8px;
}
.app-packages__filter:first-of-type {
    display: none;
}
.app-packages__filter:focus {
    outline: 2px solid var(--miracel-secondary-color);
}
.app-packages__filter > svg {
    width: 14px;
    height: 14px;
    transform: rotate(-90deg);
}
.all-packages__show-more svg {
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
}
.course-cart__details {
    display: none;
}
@media only screen and (min-width: 250px) {
    .course-cart__details {
        display: flex;
    }
}
@media only screen and (min-width: 425px) {
    .app-packages__filter {
        width: 80px;
    }
}
@media only screen and (min-width: 576px) {
    .app-packages__filter {
        width: 100px;
    }
}
@media only screen and (min-width: 768px) {
    .app-packages {
        padding: 0rem 20px 2rem 20px;
    }
    .app-packages__filter {
        width: 130px;
    }
}
@media only screen and (min-width: 992px) {
    .app-packages {
        padding: 0rem 40px 2rem 40px;
    }
    .user-panel.app-packages__categories {
        max-width: calc(100vw - 380px);
    }
}
@media only screen and (min-width: 1200px) {
    .app-packages {
        padding: 0rem 60px 2rem 60px;
    }
}
@media only screen and (min-width: 1400px) {
    .app-packages {
        padding: 0rem 80px 2rem 80px;
    }
    .all-packages__show-more span {
        font-size: 18px;
    }
}
/* End Packages */
.termic-course-cart__shopping {
    max-width: 160px;
    height: 40px;
    border: 0;
}
