.tools-box {
    width: 100%;
}
.tool_content p{
    font-size: 14px;
    text-align: center;
}
.imgs{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
}
.imgs img{
    width: 16%;
}
.olbox{
    margin: 20px auto;
    width: 90%;
    background-color: #F2F2F2;
    padding: 20px;
    border-radius: 8px;
}

.olbox li{
    text-align: left;
    font-size: 13px;
    margin: 10px 0;
    list-style: none;
}

#btnstart{
    padding: 10px 20px;
    font-size: 16px;
}
.mheigth{
    min-height: 450px;
    position: relative;
}
.flexbox{
    display: flex;
    align-items: center;
    height: 50%;
}
.flexbox div{
    width: 33%;
}



.wait {
    color: #fff;
    max-width: 300px;
    width: 100%;
    height: 300px;
    border-radius: 50%;
    cursor: pointer;
    background: #fa1414;
    transition: .2s ease-in-out
}

.tap {
    color: #fff;
    max-width: 300px;
    width: 100%;
    height: 300px;
    border-radius: 50%;
    cursor: pointer;
    background: #009f3d;
    transition: .2s ease-in-out
}

/* --< highscore elements >-- */
.highscore {
    background: rgb(35, 35, 35);
    color: #fff;
    display: block;
    font-size: 0.85em;
    height: auto;
    left: 0;
    padding: 4px;
    position: absolute;
    top: 0;
    width: calc(50% - 8px);
}

.hs {
    color: rgb(12, 85, 225);
}

/* --< footer element >-- */

/* --< [dn] attribute for hiding elements easily >-- */
[dn] {
    display: none;
}
img.info-section-img {
    margin: 8px;
}
.ol-li {padding: 10px !important;}
ol li {
    counter-increment: item;
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 30px;
}
ol li::before {
    margin-right: 10px;
    content: counter(item);
    background: #fff;
    border-radius: 100%;
    color: #E90379;
    width: 1.5em;
    text-align: center;
    display: inline-block;
    position: relative !important;
    left: 0;
}
.btn-a {
    width: 155px;
    border-radius: 10px;
}
.span-text {font-size:40px !important;}
.span-color-pink {color:#E90379;margin-left:10px;}
.span-color-green {color:#00B507;margin-left:10px;}
.span-color-purple {color:#7655CA;margin-left:10px;}
.span-color-orange {color:#FF8300;margin-left:10px;}
.span-color-yellow {color:#FFCC00;margin-left:10px;}
.span-color-brown {color:#964B00;margin-left:10px;}
.click-test span {
	font-size: 40px;
}
#textLine{
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
}
.reactspan{
    font-weight: 400;
    font-size: 50px;
    line-height: 96px;
    text-align: center;
    color: #212529;
}
.getready {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
}
#btnNextLvel{
    padding: 10px 20px;
}
.avgspan{
    font-size: 14px !important;
}
.reaction-time-avg{
    width: 20px !important;
    height: 20px !important;
}
.avg-color-arrow{
    width: 10px !important;
    height: 20px;
}
.avgDivhtml {
    max-width: 140px;
    min-height: 40px;
    border-radius: 5px;
    padding: 10px;
    margin:0 5px
}
.avgDiv{
    align-items: center;
}
.btns_c{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.rstdiv {
    align-items: center;
    align-items: center;
    width: fit-content;
    border: 1px solid #E90379;
    border-radius: 15px;
    margin: 25px auto;
    padding-right: 20px;
}
#btnClose{
    display: none !important;
}
@media (max-width:500px) {
    .olbox{
        width: 99%;
        margin: 0 auto;
        padding: 5px;
    }
    .olbox ol{
        margin: 0;
        padding: 0;
    }
    .flexbox svg{
        width: 100%;
    }
    .avgDiv{
        flex-wrap: wrap;
    }
    .avgDivhtml{
        margin: 5px 0;
    }
}