body{
    background: #FCFDFF;
}

.back-primary,
.back-primary:hover{
    border: 0;
    background-color: #B311F0 !important; 
}

.color-primary{
    color: #B311F0;
}

.no-report {
    font-size: 20px;
}

.white-header{
    display: block;
    width: 100%;
    background: #fff;
    margin-top: 20px;
}

.white-header .fifthinsightlogo {
    margin-left: 50%;
    transform: translateX(-50%);
}

.large{
    font-size: 18px; !important
}

.xlarge{
    font-size: 25px;
}

.ft-small{
    font-size: 12px; !important
}

.height-100{
    height: 60vh;
}

.btn-group .btn{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16); !important
}

.btn-rounded{
    border-radius: 15px; !important;
}


.center-btn-width{
    width: 250px;
    background-color: #B311F0; !important
    border-radius: 20px;
    padding: 15px 25px;
    color: #fff;
}

.center-btn-width2{
    background-color: #B311F0; !important
    border-radius: 20px;
    padding: 10px 20px;
    color: #fff;
}

.center-btn-width:hover, .center-btn-width2:hover{
    color: #fff;
}

.logo{
    width: 186px;
    margin: 0 auto;
}

.nav-bottom{
    border-top: 1px solid #CACAD1;
    border-bottom: 1px solid #CACAD1;
}

.nav{
    display: flex;
    justify-content: space-around;
}

.circle strong{
    position: absolute
}

.around, .average{
    position: relative;
}

.around canvas, .average canvas{
    margin-left: 50%;
    transform: translateX(-50%);
}

.around strong, .average strong{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc( -50% - 2px ));
    font-size: 35px;
    line-height: 35px;
}

.average strong{
    transform: translate(-50%, calc( -50% - 5px ));
    font-size: 60px;
    line-height: 60px;
}

.card-style{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
    border-radius: 15px;
    transition: 0.2s;
}

.card-style:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.vs{
    font-size: 50px;
    color: #aeaeae;
    font-weight: bold
}

.rotate{
    transform: rotate(180deg);
}

.active-nav{
    display: block;
    position: relative;
    background: #b311f0;
    width: 80px;
    height: 3px;
    transform: translateY(8px);
    margin: 0 auto;
}

.shift-10{
    transform: translateY(6px);
}

.report-compare{
    font-size: 16px;
    letter-spacing: 6px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 25px;
}

.list-group-item{
    border: 0;
    border-bottom: 1px solid #707070;
    background: transparent;
}

.list-group-item:nth-child(5){
    border: 0;
}

.api-form{
    padding: 15px 25px; !important;
    width: 400px; !important;
    height: 65px;
    border-radius: 20px;
}

.bg-success {
    background-color: #00AF14;
}

input[type=text], input[type=text]:focus{
    background-color: transparent;
    box-shadow: none;
}

textarea {
    background-color: transparent;
    box-shadow: none;
}