﻿
.swiper {
    height: 500px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.apexcharts-legend {
    justify-content: center !important;
}

.charts {
    display: flex;
    align-items: center;
    justify-content: center;
}


.chartDiv {
    display: flex;
    height: 100%;
}

.spinner {
    margin: 0 auto 0;
    width: 70px;
    height: 100%;
    text-align: center;
    display: flex;
}

    .spinner > div {
        width: 15px;
        height: 15px;
        background-color: #333 !important;
        opacity: 0.4;
        border-radius: 100%;
        margin: auto;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@media only screen and (max-width: 768px) {
    .swiper{
        display:none !important;
    }
}
