﻿
.wCarousel{
    min-height:100px;
}

.wCarousel {
    padding-bottom: 50px;
}

.wCarousel .wCarousel__SlideContent{
    width:100%;
}

.wCarousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 10px !important;
    border: 0;
    background-color: #dee4ec;
}

    .wCarousel .carousel-indicators {
        margin-bottom: 0;
        bottom: 20px;
    }

        .wCarousel .carousel-indicators button:hover, .wCarousel .carousel-indicators button:focus, .wCarousel .carousel-indicators button:focus-visible {
            background-color: #7e97eb;
        }

        .wCarousel .carousel-indicators button.active {
            background-color: #375edf;
        }

    .wCarousel .carousel-control-next {
        width: unset;
        right: 20px;
        display: unset;
        top: unset;
        bottom: 0px;
    }

    .wCarousel .carousel-control-next-icon {
        background-image: url("/images/widgets/carousel-right.svg");
    }

    .wCarousel .carousel-control-prev {
        width: unset;
        left: 20px;
        display: unset;
        top: unset;
        bottom: 0px;
    }

    .wCarousel .carousel-control-prev-icon {
        background-image: url("/images/widgets/carousel-left.svg");
    }

@media (min-width: 992px) {
    .wCarousel .carousel-control-next {
        right: 10px;
        display: flex;
        top: 0;
        bottom: 0;
    }
}

@media (min-width: 992px) {
    .wCarousel .carousel-control-next-icon {
        height: 44px;
        width: 44px;
    }
}

@media (min-width: 992px) {
    .wCarousel {
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .wCarousel .carousel-control-prev {
        left: 10px;
        display: flex;
        top: 0;
        bottom: 0;
    }
}

@media (min-width: 992px) {
    .wCarousel .carousel-control-prev-icon {
        height: 44px;
        width: 44px;
    }
}

@media (min-width: 992px) {
    .wCarousel .carousel-inner {
        padding: 0 55px;
    }
}

@media (min-width: 992px) {
    .wCarousel .carousel-indicators {
        bottom: -5px;
    }
}
