@layer base {
    /* input[type="date"]::-webkit-inner-spin-button,
    input[type="date"]::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none;
    } */
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
    }
    .swiper-pagination-bullet {
        --swiper-pagination-bullet-inactive-opacity: 1;
        --swiper-pagination-bullet-width: 40px;
        --swiper-pagination-bullet-height: 8px;
        --swiper-pagination-bullet-border-radius: 24px;
        --swiper-pagination-bullet-inactive-color: #EEEEEE;
    }
    .swiper-pagination-bullet-active {
        --swiper-pagination-color: #F95618;
    }
}

@layer utilities {}