/** SCROLLBAR */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--blue-clr-2);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--blue-clr-3);
}

/** SWIPER */
.swiper-pagination {
    top: inherit !important;
    bottom: inherit !important;
    z-index: 1 !important;
}

.swiper-pagination-bullet {
    background: #fff !important;
    margin: 0 4px !important;
    opacity: 100 !important;
    height: 10px !important;
    width: 10px !important;
    transform: initial !important;
}

.swiper-pagination-bullet-active {
    background: var(--blue-clr-1) !important;
}

.swiper-button-prev,
.swiper-button-next {
    position: relative !important;
    display: block;
    padding: 8px;
    border-radius: 100%;
    width: 45px !important;
    height: 45px !important;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 100%;
    height: auto;
    background-size: cover;
}

.swiper-button-prev {
    margin-right: 1rem;
    background-color: #fff;
    background-image: url(/storage/modules/system/imgs/icons/prev.png);
}

.swiper-button-next {
    margin-left: 1rem;
    background-color: var(--blue-clr-1);
    background-image: url(/storage/modules/system/imgs/icons/next.png);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: none !important;
}
