.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%;
}

.cps-test-page .reaction-round-tracker {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.cps-test-page .reaction-test-area {
    width: 100%;
    margin-bottom: 25px;
}

.cps-test-page .reaction-test-area .click-test {
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    background: rgba(255,255,255,0.03);
    padding: 25px;
}

.cps-test-page .reaction-test-area .tool_content p,
.cps-test-page .reaction-test-area .olbox li {
    color: rgba(255,255,255,0.9);
}

.cps-test-page .reaction-test-area .olbox {
    background: rgba(255,255,255,0.05);
}

.cps-test-page .reaction-test-area .btn-a {
    background: var(--cps-primary, #3b82f6);
    color: white;
    border: none;
}

.cps-test-page #textLine {
    position: static;
    top: auto;
    display: block;
    padding: 20px 0;
    min-height: 40px;
    color: white;
}

.cps-test-page .reaction-test-area .reactspan,
.cps-test-page .reaction-test-area .span-text {
    color: white !important;
}

.cps-test-page .reaction-test-area .mheigth {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cps-test-page .reaction-test-area .mheigth > div {
    width: 100%;
}

.cps-test-page .reaction-test-area .flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: auto;
    min-height: 80px;
}

.cps-test-page .reaction-test-area .flexbox div {
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cps-test-page .reaction-test-area .flexbox svg {
    max-width: 100%;
    height: auto;
}

.cps-test-page .cps-hero-left {
    min-width: 0;
    overflow: visible;
}

.cps-test-page .cps-hero-right {
    flex-shrink: 0;
}

.cps-test-page .cps-mw {
    min-width: 0;
}

@media (max-width: 1100px) {
    .cps-test-page .reaction-test-area {
        margin-bottom: 40px;
    }
}
.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;
    }
}