<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.swiper-new-tour{
    height: unset !important;
}

.swiper-popular-tours{
    border: 0.1rem solid var(--Lgrey);
    border-radius: var(--b-radius);
    .list-tours-popular{
        border: 0.1rem solid var(--Lgrey);
        border-radius: var(--b-radius);
        overflow: hidden;
        img{
            border-radius: var(--b-radius);
        }
        .rating-tour{
            top:1rem;
            left:1rem;
            border-radius: var(--b-radius);
            svg{
                width: 1rem;
            }
        }
        .count-day{
            bottom: 0.7rem;
            right: 0.9rem;
            border-radius: var(--b-radius);
            right: 1rem;
            bottom: 1rem;
        }
    }
    .title-popular-tours{
        border-radius: var(--b-radius);
        a{
            color: var(--White) !important;
        }
        svg{
            width: 1.42rem;
        }
    }
    .box-arrow{
        left: 0;
        right: 0;
        .btn-arrow{
            svg{
                width:2.2rem;
                height: 2.2rem;
            }
        }
       
        .NextButton{
            transform:scale(-1,1);
        }
        .swiper-button-disabled{
            opacity: 0.5;
        }
    }
    
    .inner-list-bottom{
        border-radius:0.5rem;
        svg{
            width: 1.7rem;
            height: 1.7rem;
        }
    }
} 
    
</pre></body></html>