.web-scoring-performance,
.web-scoring-accessibility,
.web-scoring-best-practices,
.web-scoring-seo {
    display: grid;
    font-family: poster-gothic-round-cond-atf, sans-serif !important;
    font-size: 18px;
}

.web-scoring-performance span,
.web-scoring-accessibility span,
.web-scoring-best-practices span,
.web-scoring-seo span {
    margin-bottom: 15px;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    padding-top: 16px;
    font-size: 22px;
}

.border-white {
    border: 5px solid white;
    color: white;
}

.border-green {
    border: 5px solid #51c975;
    color: #51c975;
}

.border-orange {
    border: 5px solid #f8a738;
    color: #f8a738;
}

.border-red {
    border: 5px solid #f35c49;
    color: #f35c49;
}

.web-scoring-input {
    background-color: #eee;
    color: #000;
    outline: none;
    border-radius: 3px;
    padding: 11px 15px;
    border: none !important;
    width: 100%;
}

.web-scoring-label {
    font-family: poster-gothic-round-cond-atf, sans-serif !important;
    text-transform: uppercase;
    font-size: 16px !important;
    margin-bottom: 5px;
    text-align: left;
    letter-spacing: 0;
}

.web-scoring-button {
    width: 100%;
    margin-top: 33px;
}

.web-scoring-display {
    display: none;
}

.web-scoring h3 {
    margin-bottom: 40px !important;
}

.web-scoring small {
    position: absolute;
}

.web-scoring .analysis-time {
    bottom: -70px;
    left: 0;
}

.web-scoring .web-vital {
    bottom: -100px;
    left: 0;
}

.customer-check {
    display: none;
}

.red-vital {
    color: red;
}

#calltoperformance .container {
    border-radius: 7px;
}

@media (max-width:980px) {

    .border-green,
    .border-orange,
    .border-red {
        padding-top: 21px !important;
    }

    .web-scoring-button {
        margin-top: 0px !important;
    }

    .web-scoring small {
        position: relative;
    }
}