
.nav-link.active {
    background-color: orange !important;
    color: white !important;
    border-color: orange !important;
}

.nav-link {
    white-space: nowrap;
}

.nav-tabs {
    flex-wrap: nowrap;
}

.hide-scrollbar {
    overflow-y: auto;
    /* Enable scrolling */
    scrollbar-width: none;
    /* Firefox */
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Edge */
}


.modal-content {
    border-radius: 10px;
    overflow: hidden;
}

.modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.load-more-btn {
    color: #ea7144;
    border: 1px solid #ea7144;
    ;
    padding: 4px 8px;
    border-radius: 5px;
    cursor: pointer;
}

.load-more-btn:hover {
    background-color: #ea7144;
    color: white;

}


swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.pc__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}




@media (max-width: 768px) {
    .sm-flex-none {
        display: flex;
        flex-direction: column;
        align-items: left;
    }
}


.category-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px;
    gap: 8px;
    margin-bottom: 20px;
    align-items: center;
}

.category-title {
    font-size: 1.6rem;
    font-weight: 600;
}

.category-view-all {
    transform: translateX(8px);
    transition: 0.2s ease-in-out all;
}

.category-view-all a {
    text-decoration: none;
    font-weight: 500;
    color: #00BADB;
}

@media screen and (max-width: 640px) {
    .category-title {
        font-size: 18px;
    }
}


.banners {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    padding: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.main-banner {
    width: 80%;
    height: 100%;

}

.extra-banner {
    width: 18%;
    display: flex;
    flex-direction: column;
    gap: 1rem !important;
    justify-content: center;
}

@media (max-width: 768px) {
    .extra-banner {
        display: none;
    }

    .main-banner {
        width: 100%
    }
}

@media (min-width: 427px) {
.col-3-5{
width: 33.33% !important;
padding: 0px !important;
}
}
@media (min-width: 769px) {
.col-3-5{
width: 20% !important;
padding: 0px !important;
}
}
@media (max-width: 426px) {
.col-3-5{
width: 50% !important;
padding: 0px !important;
}
}
