

#v2Chart{
    /*background-image: url("../image/bubble-background.png");*/
    /*background-repeat: no-repeat;*/
}

#v1Chart,#v2Chart,#v3Chart,#v5Chart {

    /*background-size: 575px 241px;*/
    /*background-position-x: 49px;*/
    /*background-position-y: 55px;*/
    /*width: 650px;*/
    /*height: 350px;*/
    margin: auto;
}

.no-Chart{
    display: none;
    margin: 80px auto;
    width: 100%;
    /* height: 100%; */
    text-align: center;
    position: absolute;
    color: white;

}

.weighttest{
background: #48418a;
}


/*Charts design*/
.chartsGrouping{
    /*height: 575px*/
}

.chartButton {
    display: flex;
    justify-content: space-evenly;
    height: 150px;
    align-items: center;
    background: #1D667D26 0% 0% no-repeat padding-box;
    border: 1px solid #1D667D;
    border-radius: 30px;
    opacity: 1;

    /* UI Properties */
    text-align: center;
    font: normal normal 600 18px/21px var(--kpasce-font-prime);
    letter-spacing: 0px;
    color: #1D667D;
}

.chartButtons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 150px;
    margin: 0 5%;
}

.chartButtons button{
    border-radius: 50px;
    width: 222px;
    height: 95px;
}

.chartTab {
    display: none;
    height: 100%;
    margin: auto;
    position: relative;
    max-width: 1000px;
}

.chartTab button {
    /* left: unset; */
    right: 0px;
    /* text-align: right;*/
}

.chart{
    /*padding: 1% 5%;*/
    /*margin: 0;*/

}

.charts{
    background-color: #11546B;
    height: 600px;
    padding: 40px
}

.modal-backdrop {
    /*display: none;*/
}

.chartInfoBTN {
    position: absolute;
    top: -30px;
/* right: 50%; */
/* left: 50%;*/
}

/*Progress*/
.chart .progress:first-child{
    border: 1px solid #0093FF;
}

.chart .progress{
    border: 1px solid #94D365;
}

.chart .progress:last-child{
    border: 1px solid #FFB339;
}

.progress {
    /*width: 1228px;*/
    height: 80px;
    margin: 40px 0;
    /* UI Properties */
    background: #FFFFFF 0 0 no-repeat padding-box;
    border-radius: 50px;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
}
.progress-text1, .progress-text2, .progress-text3, .progress-text-white1, .progress-text-white2, .progress-text-white3{
    height: 100%;
    /*width: 14%;*/
    font-size: 20px;
    font-weight: 900;
    display: flex;
    align-items: center;
    position: absolute;
    /*margin-top: 20px;*/
    right: 10%;
}

.progress-text1{
    color: #0093FF;
}

.progress-text2{
    color: #94D365;
}

.progress-text3{
    color: #FFB339;
}

.progress-text-white1, .progress-text-white2, .progress-text-white3{
    color: white;
    font-size: 22px;
}

.progress.complete .bar {
    width: 0;
}

/*Bars*/
.bar {
    width: 100%;
    /*background-color: deepskyblue;*/
    /*color: white;*/
    text-align: center;
    line-height: 2em;

    transition-property: width;
    transition-timing-function: linear;
    transition-duration: 0.5s;
}

#bar1 {
    background: #0093FF 0 0 no-repeat padding-box;
    border-color: #0093FF;
    border-radius: 50px;
    opacity: 1;
}

#bar2 {
    background: #94D365 0 0 no-repeat padding-box;
    border-color: #94D365;
    border-radius: 40px;
    opacity: 1;
}

#bar3 {
    background: #FFB339 0 0 no-repeat padding-box;
    border-color: #FFB339;
    border-radius: 40px;
    opacity: 1;
}


#chart {
    /*max-width: 650px;*/
}
#v4Chart{
    /*height: 600px;*/
    /*max-width: 1000px;*/
}

.kpa-carousel {
}

.feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*min-width: 310px;*/

    border: solid var(--kpasce-color1) 5px;
    border-radius: var(--kpasce-border-radius-lg);
    padding: 15px 20px;
    position: relative;
    background: #BCBCBC10 0% 0% no-repeat padding-box;

    /*box-shadow: 5px 5px 50px #1D667D73;*/
    opacity: 1;
}


.area-name {
    text-align: center;
    font: normal normal 600 24px/28px var(--kpasce-font-prime);
    letter-spacing: 0px;
    color: var(--kpasce-color1);
    opacity: 1;
}

.level-title {
    text-align: center;
    font: normal normal 600 90px/109px var(--kpasce-font-prime);
    letter-spacing: 0px;
    color: #1D667D;
    opacity: 0.5;
}

/*.icon-chevron-left, icon-chevron-right {*/
/*    background: var(--kpasce-color1);*/
/*    height: 40px;*/
/*    width: 40px;*/
/*    border-radius: 40px;*/
/*}*/

.carousel-control {
    /*background: var(--kpasce-color1);*/
    color: var(--kpasce-color1);
    /*height: 50px;*/
    /*width: 50px;*/
    font-size: 50px;
    position: relative;
    /*border-radius: 40px;*/
    /*padding: 5px;*/
    text-align: center;
}

.carousel-options {
    margin: 20px 150px;
    width: 300px;
    position: relative;
    height: 100px;
}

.control-icon {
    /*height: 100%;*/
    /*position: relative;*/

}

.carousel-content, .carousel-option {
    display: none;
}

.carousel-option {
    position: absolute;
    animation-duration: 0.5s;
    white-space: nowrap;
}

.carousel-content-0, .carousel-option-0 {
    display: block;
    top: 0px;
    left: 0px;
}

.carousel-content-1, .carousel-option-1 {
    display: block;
    font: normal normal 600 40px/48px var(--kpasce-font-prime);
    letter-spacing: 0px;
    color: #1D667D;
    opacity: 0.3;
    top: -28px;
    left: 270px;
}

.carousel-content-2, .carousel-option-2 {
    display: block;
    font: normal normal 600 20px/24px var(--kpasce-font-prime);
    letter-spacing: 0px;
    color: #1D667D;
    opacity: 0.2;
    top: -55px;
    left: 400px;
}

.carousel-controls {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 280px;
}


@keyframes carousel-from1to0 {
    from {
        font: normal normal 600 40px/48px var(--kpasce-font-prime);
        letter-spacing: 0px;
        color: #1D667D;
        opacity: 0.3;
        top: -28px;
        left: 270px;
    }
    to {
        opacity: 0.5;
        top: 0px;
        left: 0px;
        text-align: center;
        font: normal normal 600 90px/109px var(--kpasce-font-prime);
    }
}

@keyframes carousel-from0to1 {
    to {
        font: normal normal 600 40px/48px var(--kpasce-font-prime);
        letter-spacing: 0px;
        color: #1D667D;
        opacity: 0.3;
        top: -28px;
        left: 270px;
    }
    from {
        opacity: 0.5;
        top: 0px;
        left: 0px;
        text-align: center;
        font: normal normal 600 90px/109px var(--kpasce-font-prime);
    }
}

@keyframes carousel-from2to1 {
    from {
        font: normal normal 600 20px/24px var(--kpasce-font-prime);
        letter-spacing: 0px;
        color: #1D667D;
        opacity: 0.2;
        top: -55px;
        left: 400px;
    }
    to {
        font: normal normal 600 40px/48px var(--kpasce-font-prime);
        letter-spacing: 0px;
        opacity: 0.3;
        top: -28px;
        left: 270px;
    }
}

@keyframes carousel-from1to2 {
    to {
        font: normal normal 600 20px/24px var(--kpasce-font-prime);
        letter-spacing: 0px;
        color: #1D667D;
        opacity: 0.2;
        top: -55px;
        left: 400px;
    }
    from {
        font: normal normal 600 40px/48px var(--kpasce-font-prime);
        letter-spacing: 0px;
        opacity: 0.3;
        top: -28px;
        left: 270px;
    }
}

@keyframes carousel-from0to2 {
    from {
        opacity: 0.5;
        top: 0px;
        left: 0px;
        text-align: center;
        font: normal normal 600 90px/109px var(--kpasce-font-prime);
    }
    50% {
        opacity: 0.0;
        top: 28px;
        left: -560px;
        text-align: center;
        font: normal normal 600 225px/279px var(--kpasce-font-prime);
    }
    51% {
        font: normal normal 600 10px/12px var(--kpasce-font-prime);
        letter-spacing: 0px;
        color: #1D667D;
        opacity: 0.0;
        top: -83px;
        left: 465px;
    }
    to {
        font: normal normal 600 20px/24px var(--kpasce-font-prime);
        letter-spacing: 0px;
        color: #1D667D;
        opacity: 0.2;
        top: -55px;
        left: 400px;
    }
}

@keyframes carousel-from2to0 {
    0% {
        font: normal normal 600 20px/24px var(--kpasce-font-prime);
        letter-spacing: 0px;
        color: #1D667D;
        opacity: 0.2;
        top: -55px;
        left: 400px;
    }
    51% {
        opacity: 0.0;
        top: 28px;
        left: -560px;
        text-align: center;
        font: normal normal 600 225px/279px var(--kpasce-font-prime);
    }
    50% {
        font: normal normal 600 10px/12px var(--kpasce-font-prime);
        letter-spacing: 0px;
        color: #1D667D;
        opacity: 0.0;
        top: -83px;
        left: 465px;
    }

    100% {
        opacity: 0.5;
        top: 0px;
        left: 0px;
        text-align: center;
        font: normal normal 600 90px/109px var(--kpasce-font-prime);
    }
}


.carousel-forward.carousel-option-0 {
    animation-name: carousel-from1to0;
}

.carousel-forward.carousel-option-1 {
    animation-name: carousel-from2to1;
}

.carousel-forward.carousel-option-2 {
    animation-name: carousel-from0to2;
}

.carousel-backwards.carousel-option-0 {
    animation-name: carousel-from2to0;
    /*animation-direction: reverse;*/
}

.carousel-backwards.carousel-option-1 {
    animation-name: carousel-from0to1;
    /*animation-direction: reverse;*/
}

.carousel-backwards.carousel-option-2 {
    animation-name: carousel-from1to2;
    /*animation-direction: reverse;*/
}

/*styles for Products*/
.feature-card-text {
    height: 100%;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 0;
}

/*.feature-card-onlyText{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*}*/

.stars-outer {
    display: inline-block;
    position: relative;
    width: fit-content;
}

.stars-outer::before {
    content: "\f005 \f005 \f005 \f005 \f005";
}

.stars-inner {
    display: inline-block;
    width: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

.stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #f8ce0b;
}

.attribution {
    font-size: 12px;
    color: #444;
    text-decoration: none;
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: -1;
}

.attribution:hover {
    color: #1fa67a;
}

.apexcharts-text {
color: white;
}