.grossmotorskills {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    box-shadow: 4px 4px 4px 0px rgba(225, 237, 255, 0.8);
    transition: none;
    height: 100%;
    min-height: 350px;
    padding: 20px 60px 10px;
}

.grossmotorskills .subtitle {
    color: #4b4a4a;
    text-align: center;
    font-family: "Metropolis Semi bold";
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.grossmotorskills .description {
    color: #4b4a4a;
    text-align: center;
    font-family: "Metropolis Regular";
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.17px;
    margin-block: 15px;
}

.grossmotorskills .graphContainer {
    position: relative;
}

.grossmotorskills .graphContainer .fineMotorIcon {
    background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/gross_motor_skills_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
}

.grossmotorskills .graphContainer .boxLines {
    position: absolute;
    width: 60px;
    height: 50px;
    border-left: 4px solid #fe7b35;
    border-bottom: 4px solid #fe7b35;
    top: calc(50% - 46px);
    right: calc(50% + 100px);
}

.grossmotorskills .graphContainer .boxLines.rightSide {
    position: absolute;
    width: 60px;
    height: 50px;
    border-top: 4px solid #fe7b35;
    border-right: 4px solid #fe7b35;
    border-bottom: none;
    border-left: none;
    top: 50%;
    right: calc(50% - 160px);
}

.grossmotorskills .graphContainer .motorMetricContainer {
    position: absolute;
    top: calc(50% - 95px);
    left: calc(50% - 190px);
}

.grossmotorskills .graphContainer .motorMetricContainer.rightSide {
    position: absolute;
    top: calc(50% + 52px);
    right: calc(50% - 501px);
}

.grossmotorskills .graphContainer .motorMetricContainer .motorMetric {
    color: #4b4a4a;
    text-align: center;
    font-family: "Metropolis Semi bold";
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.2px;
}

/* DARK MODE */
.dark .grossmotorskills {
    background-color: #1f2120;
    box-shadow: none;
}
.dark .grossmotorskills .subtitle,
.dark .grossmotorskills .description,
.dark .grossmotorskills .graphContainer .motorMetricContainer .motorMetric {
    color: #fff;
}
