.modal-content{
    width: 500px !important;
}
.modal-content button{
    width: auto !important;
}
@media (max-width : 600px) {
    .modal-content{
        width: 400px !important;
    }
}
@media (max-width : 400px) {
    .modal-content{
        width: 250px !important;
    }
}

.competition-theme .container .monthly-exams-container {
    display: flex;
    justify-content: center;
    margin: 50px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* .competition-theme .container .monthly-exams-container  {
    padding: 0;
    margin: 0 10px;
} */

.competition-theme .container .monthly-exams-container .type {
    /* width: 100%; */
    position: relative;
    margin: 0 10px;
    cursor: pointer;
}

.competition-theme .container .monthly-exams-container .type .title {
    position: absolute;
    width: 100%;
    top: 61%;
    left: 50%;
    font-size: 1.3rem;
    transform: translate(-50%);
}

@media (max-width : 600px) {
    .competition-theme .container .monthly-exams-container .type .title {
        font-size: 0.6rem;
    }
}

.competition-theme .container .monthly-exams-container .type img {
    filter: drop-shadow(5px 11px 14px #222);
    width: 100%;
    height: 100%;
}

.competition-theme .container .noexam-err {
    margin-top: 35px;
    background-color: thistle;
    color: red;
    padding: 4px 23px;
    display: none;
    margin: 35px auto;
    width: 350px;

}

/* ///////////////////////// */
/* container-exam */
/* //////////////////////// */

.competition-theme .container .container-exam {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.competition-theme .container .container-exam .title-comp-show {
    width: 225px;
    height: 65px;
    border: 1px rgb(161, 161, 161) solid;
    border-radius: 10px;
    position: relative;
    margin-bottom: 100px;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(213, 213, 216)) border-box;
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 10px -14px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.competition-theme .container .container-exam .title-comp-show .title {
    font-size: large;
    color: #17bd3b;
    margin: 0;
}

.competition-theme .container .container-exam .title-comp-show .arrow {
    height: 70px;
    margin-top: -30px;
    margin-right: -10px;
}

/* @media(max-width : 600px)
    {
        .competition-theme .container .container-exam .title-comp-show{
            width: 160px;
            height: 40px;
            margin-bottom: 60px;
        }
        .competition-theme .container .container-exam .title-comp-show .title{
            font-size:medium;
        }
        .competition-theme .container .container-exam .title-comp-show .arrow{
            height: 40px;
            margin-top: -20px;
        }
    } */
.competition-theme .container .container-exam .container-exam-content {
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.competition-theme .container .container-exam .container-exam-content .backgroundRectangle {
    display: flex;
    width: auto;
    justify-content: space-between;
}

.competition-theme .container .container-exam .container-exam-content .backgroundRectangle .rectangle {
    width: 43%;
    height: 100px;
    background-color: rgb(245, 241, 241);
    box-shadow: rgb(0 0 0 / 43%) 0px 9px 90px, rgb(0 0 0 / 30%) 0px 0px 2px -4px, rgb(0 0 0 / 20%) 0px -6px 2px inset
}

.competition-theme .container .container-exam .container-exam-content .backgroundRectangle .rectangleB {
    border-radius: 0 65px 65px 0;
}

.competition-theme .container .container-exam .container-exam-content .backgroundRectangle .rectangleA {
    border-radius: 65px 0 0 65px;
}

@media(max-width : 600px) {
    .competition-theme .container .container-exam .container-exam-content .backgroundRectangle .rectangle {
        display: none;
    }
}

/* .competition-theme .container .container-exam .container-exam-types  .circles{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    } */
.competition-theme .container .container-exam .container-exam-types .bigcircle {
    width: 260px;
    height: 260px;
    margin: 0 30px;
    cursor: pointer;
}

.competition-theme .container .container-exam .container-exam-types .smallcircle {
    width: 150px;
    height: 150px;
    cursor: pointer;
}

.competition-theme .container .container-exam .container-exam-types .circleA {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 4px;
    border-radius: 50%;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(147, 147, 150)) border-box;
    display: flex;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.competition-theme .container .container-exam .container-exam-types .circleB {
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(186, 186, 190)) border-box;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

/* .competition-theme .container .container-exam .container-exam-types .border {
    width: 77%;
    height: 77%;
    border-radius: 50%;
    border: 8px solid transparent;
    background: linear-gradient(to top, rgb(255, 255, 255), rgb(186, 186, 190)) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
} */
.competition-theme .container .container-exam .container-exam-types .border {
    width: 77%;
    height: 77%;
    border-radius: 50%;
    /* padding: 1rem; */
    /* position: relative; */
    background: linear-gradient(to top, rgb(255, 255, 255), rgb(186, 186, 190)) border-box;
    padding: 7px;
}

.competition-theme .container .container-exam .container-exam-types .border .bg {
    color: white;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(to top, rgb(186, 186, 190), rgb(255, 255, 255)) border-box;
}

.competition-theme .container .container-exam .container-exam-types .big {
    position: absolute;
    width: 70%;
    height: 70%;
}

.competition-theme .container .container-exam .container-exam-types .small2 {
    position: absolute;
    width: 50%;
    height: 50%;
}

.competition-theme .container .container-exam .container-exam-types .small {
    position: absolute;
    width: 100%;
    height: 90%;
}

/* .competition-theme .container .container-exam .comp-titles-container{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    } */

.competition-theme .container .container-exam .comp-title {
    width: 170px;
    height: 50px;
    border-radius: 18px;
    background: linear-gradient(to top, rgb(201, 239, 248), rgb(255, 255, 255)) border-box;
    /* background: linear-gradient(to bottom, #6578C1, #AECCFF) border-box; */
    position: relative;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    margin-top: 20px;
    cursor: pointer;
    padding: 3px;
    /* text-align: center;*/
}

.competition-theme .container .container-exam .comp-title p {
    color: white;
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    background: linear-gradient(to bottom, #6578C1, #AECCFF) border-box;
    /* background: linear-gradient(to top, rgb(201, 239, 248), rgb(255, 255, 255)) border-box; */
    font-size: 16px;
    border-radius: 18px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .competition-theme .container .container-exam .comp-title::after {
    content: "";
    border-radius: 22px;
    position: absolute;
    top: -3px;
    left: -3px;
    width: 104%;
    height: 109%;
    border: 3px solid transparent;
    background: linear-gradient(to top, rgb(201, 239, 248), rgb(255, 255, 255)) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
} */

.competition-theme .container .container-exam .container-exam-types a {
    text-decoration: none;
    padding: 0;
    margin: 0;
}

/* .competition-theme .container .container-exam .comp-title p {
    color: #fff;
    font-size: 15px;
    padding: 0;
    margin: 0;
} */

.competition-theme .container .container-exam .comp-title a:hover>.comp-title p {
    text-decoration: none;
}

.competition-theme .container .container-exam .container-exam-types {
    display: flex;
    margin-top: -180px;
    align-items: center;
    width: 80%;
}

.competition-theme .container .container-exam .container-exam-types .container-exam-type {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

@media(max-width : 600px) {
    .competition-theme .container .container-exam .container-exam-types {
        flex-direction: column;
        margin: 0;
    }

    .competition-theme .container .container-exam .container-exam-types .bigcircle,
    .competition-theme .container .container-exam .container-exam-types .smallcircle {
        width: 160px;
        height: 160px;
    }

    .competition-theme .container .container-exam .container-exam-types .container-exam-type:nth-child(2) {
        margin: 40px 0;
    }
}

.competition-theme .container .container-exam .type-err {
    margin-top: 35px;
    background-color: thistle;
    color: red;
    padding: 4px 23px;
    display: none;
}

/* ////////////////////// */
/* change in bootstrap */
/* ////////////////////// */
.competition-theme .modal {
    text-align: center;
    padding: 0 !important;
}

.competition-theme .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.competition-theme .modal-dialog {
    display: inline-block;
    /* text-align: left; */
    vertical-align: middle;
}

/* ///////////////////////// */
/* abacus exam */
/* //////////////////////// */
.competition-theme .abacus_exam .logo {
    display: flex;
    flex-direction: row-reverse;
}

.competition-theme .abacus_exam .logo img {
    width: 210px;
    height: 210px;
    margin-left: 130px;
    filter: drop-shadow(0px 0px 5px #000);
    margin-top: 20px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

@media (max-width : 995px) {
    .competition-theme .abacus_exam .logo img {
        margin-left: 50px;
    }
}

@media (max-width : 768px) {
    .competition-theme .abacus_exam .logo img {
        margin-left: 30px;
    }
}

@media (max-width : 700px) {
    .competition-theme .abacus_exam .logo {
        justify-content: center;
    }

    .competition-theme .abacus_exam .logo img {
        margin-left: 0;
    }
}

.competition-theme .abacus_exam .container-comp {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -90px;
}

@media (max-width : 700px) {
    .competition-theme .abacus_exam .container-comp {
        margin-top: 50px;
    }
}

.competition-theme .abacus_exam .container-comp .title-comp-show {
    width: 225px;
    height: 65px;
    border: 1px rgb(161, 161, 161) solid;
    border-radius: 10px;
    position: relative;
    margin-bottom: 25px;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(213, 213, 216)) border-box;
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 10px -14px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.competition-theme .abacus_exam .container-comp .title-comp-show .title {
    font-size: large;
    color: #17bd3b;
    margin: 0;
    font-weight: 600;
}

.competition-theme .abacus_exam .container-comp .title-comp-show .arrow {
    height: 70px;
    margin-top: -30px;
    margin-right: -10px;
}

.competition-theme .abacus_exam .container-comp .blackboxs {
    display: flex;
    width: 120px;
    justify-content: space-between;
}

.competition-theme .abacus_exam .container-comp .clock {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
}

.competition-theme .abacus_exam .container-comp .clock .blackbox {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-image: linear-gradient(#2f2e2e, #555454, black, black);
    align-items: center;
    justify-content: center;
}

.competition-theme .abacus_exam .numbers {
    margin: 0;
    padding: 0;
}

.competition-theme .abacus_exam .container-comp .clock .clocktext {
    text-align: center;
    margin: 5px 0;
    padding: 0;
    color: #0e6e23;
    font-size: 14px;
    text-transform: uppercase;
}

.competition-theme .abacus_exam .container-comp .bg-start {
    /* width: 190px; */
    height: 50px;
    display: flex;
    align-items: center;
}

.competition-theme .abacus_exam .container-comp .bg-start .bg-end {
    /* width: 190px; */
    margin-left: 15px;
}

@media (max-width : 700px) {
    .competition-theme .abacus_exam .container-comp .bg-start {
        flex-direction: column;
        height: -webkit-fill-available;
        justify-content: space-between;
    }

    .competition-theme .abacus_exam .container-comp .bg-start .bg-end {
        margin-left: 0;
        margin-bottom: 15px;
    }
}

/* .competition-theme .abacus_exam .container-comp .bg-start .start {
    width: 190px;
    height: 50px;
    border: none;
    border-radius: 8px;
    text-transform: capitalize;
    background: linear-gradient(to bottom, rgb(44, 202, 13), rgb(6, 129, 6));
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
} */

.competition-theme .abacus_exam .container-comp .bg-start .start {
    display: inline-block;
    padding: 12px 32px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: linear-gradient(to bottom, rgb(44, 202, 13), rgb(6, 129, 6));
    border: none;
    /* font: 12px/1.2 "Oswald", sans-serif; */
    /* letter-spacing: 0.4em; */
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
    transition: color 0.1s linear 0.05s;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .abacus_exam .container-comp .bg-start .start::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to bottom, rgb(36, 167, 10), rgb(4, 80, 4));
    z-index: 1;
    opacity: 0;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
    border-radius: 8px;
}

.competition-theme .abacus_exam .container-comp .bg-start .start::after {
    transition: border 0.1s linear 0.05s;
}

.competition-theme .abacus_exam .container-comp .bg-start .start .start-inner {
    position: relative;
    z-index: 2;
}

.competition-theme .abacus_exam .container-comp .bg-start .start:hover {
    color: #f8f2f2;
    padding: 10px 30px;
    transition: color 0.1s linear 0s;
}

.competition-theme .abacus_exam .container-comp .bg-start .start:hover::before {
    top: 0;
    height: 100%;
    opacity: 1;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}

.competition-theme .abacus_exam .container-comp .bg-start .start:hover::after {
    border-color: #ffffff;
    transition: border 0.1s linear 0s;
}

/* //////////////// */
.competition-theme .abacus_exam .container-comp .bg-start .end {
    display: inline-block;
    padding: 12px 32px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: linear-gradient(to bottom, rgb(44, 202, 13), rgb(6, 129, 6));
    border: none;
    /* font: 12px/1.2 "Oswald", sans-serif; */
    /* letter-spacing: 0.4em; */
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
    transition: color 0.1s linear 0.05s;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .abacus_exam .container-comp .bg-start .end::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to bottom, rgb(36, 167, 10), rgb(4, 80, 4));
    z-index: 1;
    opacity: 0;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
    border-radius: 8px;
}

.competition-theme .abacus_exam .container-comp .bg-start .end::after {
    transition: border 0.1s linear 0.05s;
}

.competition-theme .abacus_exam .container-comp .bg-start .end .end-inner {
    position: relative;
    z-index: 2;
}

.competition-theme .abacus_exam .container-comp .bg-start .end:hover {
    color: #f8f2f2;
    /* padding: 10px 30px; */
    transition: color 0.1s linear 0s;
}

.competition-theme .abacus_exam .container-comp .bg-start .end:hover::before {
    top: 0;
    height: 100%;
    opacity: 1;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}

.competition-theme .abacus_exam .container-comp .bg-start .end:hover::after {
    border-color: #ffffff;
    transition: border 0.1s linear 0s;
}

/* /////////////// */

/* .competition-theme .abacus_exam .container-comp .bg-start .end {
    width: 190px;
    height: 50px;
    border: none;
    border-radius: 8px;
    text-transform: capitalize;
    background: linear-gradient(to bottom, rgb(228, 9, 9), rgb(158, 8, 8));
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .abacus_exam .container-comp .bg-start .end:hover {
    width: 180px;
    height: 45px;
    background: linear-gradient(to bottom, rgb(206, 11, 11), rgb(106, 7, 7));
} */

.competition-theme .abacus_exam .container-comp .start-title {
    display: none;
    justify-content: center;
    text-transform: capitalize;
    align-items: center;
    width: 270px;
    height: 50px;
    border-radius: 8px;
    background: linear-gradient(to bottom, rgb(160, 9, 9), rgb(77, 4, 4));
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .abacus_exam .blocks {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.competition-theme .abacus_exam .block {
    position: relative;
    margin-top: 40px;
}

.competition-theme .abacus_exam .block .bg-block {
    width: 315px;
    height: 550px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.competition-theme .abacus_exam .block:nth-child(2) {
    margin-left: 15px;
    margin-right: 15px;
}

.competition-theme .abacus_exam .block .bg-title {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 190px;
    height: 55px;
}

.competition-theme .abacus_exam .block .title {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translate(-50%, 0);
}

.competition-theme .abacus_exam .block .bg-example {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 80%;
    width: 90%;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.competition-theme .abacus_exam .block .bg-example .next,
.competition-theme .abacus_exam .block .bg-example .prev {
    position: absolute;
    color: #0e6e23;
    z-index: 1;
    top: 50%;
    font-size: 35px;
    cursor: pointer;
    display: none;
    padding: 5px;
}

.competition-theme .abacus_exam .block .bg-example i {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    transition: left 0.5s ease;
}

.competition-theme .abacus_exam .block .bg-example .next {
    right: 35px;
}

.competition-theme .abacus_exam .block .bg-example .next:hover i {
    left: 10px;
}

.competition-theme .abacus_exam .block .bg-example .prev {
    left: 35px;
}

.competition-theme .abacus_exam .block .bg-example .prev:hover i {
    left: -10px;
}

.competition-theme .abacus_exam .block .bg-example .show-example {
    position: relative;
}

.competition-theme .abacus_exam .block .bg-example .show-example img {
    height: 380px;
    width: 130px;
}

.competition-theme .abacus_exam .block .bg-example .show-example .example {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0e6e23;
    font-family: Cairo;
    display: none;
}

.competition-theme .abacus_exam .block .bg-example .show-example .example p {
    margin: -8px;
}

.competition-theme .abacus_exam .block .bg-example .show-example .example img {
    height: 100px;
    width: 100px;
}

.competition-theme .abacus_exam .block .bg-example .show-example .start-example {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0e6e23;
}

.competition-theme .abacus_exam .block .bg-example .bg-inputsolution {
    /* width: 200px;
        height: 50px; */
    padding: 5px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    direction: ltr;
    display: none;
}

.competition-theme .abacus_exam .block .bg-example .bg-inputsolution input {
    width: 35px;
    height: 35px;
    outline: none;
    border: 0;
    text-align: center;
    font-size: 26px;
    border-radius: 8px;
    background-image: linear-gradient(#2f2e2e, #555454, black, black);
    direction: ltr;
    margin: 0 2px;
    font-family: Cairo;
    color: #fff;
}

.competition-theme .abacus_exam .block .information {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.competition-theme .abacus_exam .block .information .blackbox {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-image: linear-gradient(#2f2e2e, #555454, black, black);
    align-items: center;
    justify-content: center;
}

.competition-theme .abacus_exam .block .information .blackboxcenter {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background-image: linear-gradient(#2f2e2e, #555454, black, black);
    align-items: center;
    justify-content: center;
}

.competition-theme .abacus_exam .block .information .text {
    padding: 0;
    margin: 0;
    color: #0e6e23;
}

.competition-theme .abacus_exam .block .examplesnumber {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    flex-direction: column;
    height: 80%;
    width: 66%;
    display: none;
    grid-template-columns: repeat(5, auto);
    grid-auto-rows: 16px;
    column-gap: 5px;
    row-gap: 5px;
    user-select: none;
}

.competition-theme .abacus_exam .block .examplesnumber .bg-number-ex {
    position: relative;
    border-bottom: 1px solid rgb(199, 198, 198);
}

/* .competition-theme .abacus_exam .block .examplesnumber .bg-number-ex:hover .number-ex {
    background: linear-gradient(to bottom, rgb(7, 32, 157), rgb(41, 10, 196)) border-box;
} */

.competition-theme .abacus_exam .block .examplesnumber .bg-number-ex .number-ex {
    width: 29px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: linear-gradient(to bottom, rgb(199, 198, 198), rgb(168, 168, 168)) border-box;
    position: absolute;
    z-index: 1;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.competition-theme .abacus_exam .block .examplesnumber .bg-number-ex .done {
    background: linear-gradient(to bottom, rgb(47, 180, 13), rgb(44, 175, 44)) border-box;
}

.competition-theme .abacus_exam .block .examplesnumber .bg-number-ex .skip {
    background: linear-gradient(to bottom, rgb(144, 10, 10), rgb(183, 7, 7)) border-box;
}

.competition-theme .abacus_exam .block .examplesnumber .bg-number-ex .active {
    background: linear-gradient(to bottom, rgb(7, 32, 157), rgb(41, 10, 196)) border-box;
}

/* ///////////////////// */
/* mental exam */
/* //////////////////// */
.competition-theme .mental_exam .logo {
    display: flex;
    flex-direction: row-reverse;
}

.competition-theme .mental_exam .logo img {
    width: 210px;
    height: 210px;
    margin-left: 130px;
    margin-top: 20px;
    filter: drop-shadow(0px 0px 5px #000);
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

@media (max-width : 995px) {
    .competition-theme .mental_exam .logo img {
        margin-left: 50px;
    }
}

@media (max-width : 768px) {
    .competition-theme .mental_exam .logo img {
        margin-left: 30px;
    }
}

@media (max-width : 700px) {
    .competition-theme .mental_exam .logo {
        justify-content: center;
    }

    .competition-theme .mental_exam .logo img {
        margin-left: 0;
    }
}

.competition-theme .mental_exam .container-comp {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -90px;
}

@media (max-width : 700px) {
    .competition-theme .mental_exam .container-comp {
        margin-top: 50px;
    }
}

.competition-theme .mental_exam .container-comp .title-comp-show {
    width: 225px;
    height: 65px;
    border: 1px rgb(161, 161, 161) solid;
    border-radius: 10px;
    position: relative;
    margin-bottom: 25px;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(213, 213, 216)) border-box;
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 10px -14px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.competition-theme .mental_exam .container-comp .title-comp-show .title {
    font-size: medium;
    color: #0f27b1;
    margin: 0;
    font-weight: 600;
}

.competition-theme .mental_exam .container-comp .title-comp-show .arrow {
    height: 70px;
    margin-top: -30px;
    margin-right: -10px;
}

.competition-theme .mental_exam .container-comp .blackboxs {
    display: flex;
    width: 120px;
    justify-content: space-between;
}

.competition-theme .mental_exam .container-comp .clock {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
}

.competition-theme .mental_exam .container-comp .clock .blackbox {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-image: linear-gradient(#2f2e2e, #555454, black, black);
    align-items: center;
    justify-content: center;
}

.competition-theme .mental_exam .numbers {
    margin: 0;
    padding: 0;
}

.competition-theme .mental_exam .container-comp .clock .clocktext {
    text-align: center;
    margin: 5px 0;
    padding: 0;
    color: #0a0f58;
    font-size: 14px;
    text-transform: uppercase;
}

.competition-theme .mental_exam .container-comp .bg-start {
    /* width: 190px; */
    height: 50px;
    display: flex;
    align-items: center;
}

.competition-theme .mental_exam .container-comp .bg-start .bg-end {
    /* width: 190px; */
    margin-left: 15px;
}

@media (max-width : 700px) {
    .competition-theme .mental_exam .container-comp .bg-start {
        flex-direction: column;
        height: -webkit-fill-available;
        justify-content: space-between;
    }

    .competition-theme .mental_exam .container-comp .bg-start .bg-end {
        margin-left: 0;
        margin-bottom: 15px;
    }
}

/* .competition-theme .mental_exam .container-comp .bg-start .start {
    width: 190px;
    height: 50px;
    border: none;
    border-radius: 8px;
    text-transform: capitalize;
    background: linear-gradient(to bottom, rgb(44, 202, 13), rgb(6, 129, 6));
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .mental_exam .container-comp .bg-start .start:hover {
    width: 180px;
    height: 45px;
    background: linear-gradient(to bottom, rgb(36, 167, 10), rgb(4, 80, 4));
} */
.competition-theme .mental_exam .container-comp .bg-start .start {
    display: inline-block;
    padding: 12px 32px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: linear-gradient(to bottom, rgb(44, 202, 13), rgb(6, 129, 6));
    border: none;
    /* font: 12px/1.2 "Oswald", sans-serif; */
    /* letter-spacing: 0.4em; */
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
    transition: color 0.1s linear 0.05s;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .mental_exam .container-comp .bg-start .start::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to bottom, rgb(36, 167, 10), rgb(4, 80, 4));
    z-index: 1;
    opacity: 0;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
    border-radius: 8px;
}

.competition-theme .mental_exam .container-comp .bg-start .start::after {
    transition: border 0.1s linear 0.05s;
}

.competition-theme .mental_exam .container-comp .bg-start .start .start-inner {
    position: relative;
    z-index: 2;
}

.competition-theme .mental_exam .container-comp .bg-start .start:hover {
    color: #f8f2f2;
    padding: 10px 30px;
    transition: color 0.1s linear 0s;
}

.competition-theme .mental_exam .container-comp .bg-start .start:hover::before {
    top: 0;
    height: 100%;
    opacity: 1;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}

.competition-theme .mental_exam .container-comp .bg-start .start:hover::after {
    border-color: #ffffff;
    transition: border 0.1s linear 0s;
}

.competition-theme .mental_exam .container-comp .bg-start .end {
    display: inline-block;
    padding: 12px 32px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: linear-gradient(to bottom, rgb(44, 202, 13), rgb(6, 129, 6));
    border: none;
    /* font: 12px/1.2 "Oswald", sans-serif; */
    /* letter-spacing: 0.4em; */
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
    transition: color 0.1s linear 0.05s;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .mental_exam .container-comp .bg-start .end::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to bottom, rgb(36, 167, 10), rgb(4, 80, 4));
    z-index: 1;
    opacity: 0;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
    border-radius: 8px;
}

.competition-theme .mental_exam .container-comp .bg-start .end::after {
    transition: border 0.1s linear 0.05s;
}

.competition-theme .mental_exam .container-comp .bg-start .end .end-inner {
    position: relative;
    z-index: 2;
}

.competition-theme .mental_exam .container-comp .bg-start .end:hover {
    color: #f8f2f2;
    /* padding: 10px 30px; */
    transition: color 0.1s linear 0s;
}

.competition-theme .mental_exam .container-comp .bg-start .end:hover::before {
    top: 0;
    height: 100%;
    opacity: 1;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}

.competition-theme .mental_exam .container-comp .bg-start .end:hover::after {
    border-color: #ffffff;
    transition: border 0.1s linear 0s;
}


.competition-theme .mental_exam .container-comp .start-title {
    display: flex;
    justify-content: center;
    text-transform: capitalize;
    align-items: center;
    padding: 12px 32px;
    border-radius: 8px;
    background: linear-gradient(to bottom, rgb(160, 9, 9), rgb(77, 4, 4));
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .mental_exam .blocks {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.competition-theme .mental_exam .block {
    position: relative;
    margin: 40px 5px 0 5px;
}

.competition-theme .mental_exam .block .bg-block {
    width: 315px;
    height: 550px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.competition-theme .mental_exam .block .bg-block-big {
    width: 630px;
    height: 550px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.competition-theme .mental_exam .block .bg-title {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 190px;
    height: 55px;
}

.competition-theme .mental_exam .block .title {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translate(-50%, 0);
}

.competition-theme .mental_exam .block.block-example .next,
.competition-theme .mental_exam .block.block-example .prev {
    position: absolute;
    color: #b3edbf;
    z-index: 1;
    top: 50%;
    font-size: 35px;
    padding: 5px;
    cursor: pointer;
    display: none;
}

.competition-theme .mental_exam .block.block-example i {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    transition: left 0.5s ease;
}

.competition-theme .mental_exam .block.block-example .next {
    right: 35px;
}

.competition-theme .mental_exam .block.block-example .next:hover i {
    left: 10px;
}

.competition-theme .mental_exam .block.block-example .prev {
    left: 35px;
}

.competition-theme .mental_exam .block.block-example .prev:hover i {
    left: -10px;
}

.competition-theme .mental_exam .block .examplesnumber {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    flex-direction: column;
    height: 80%;
    width: 66%;
    display: none;
    grid-template-columns: repeat(5, auto);
    grid-auto-rows: 16px;
    column-gap: 5px;
    row-gap: 5px;
    user-select: none;
}

.competition-theme .mental_exam .block .examplesnumber .bg-number-ex {
    position: relative;
    border-bottom: 1px solid rgb(199, 198, 198);
    cursor: pointer;
}

.competition-theme .mental_exam .block .examplesnumber .bg-number-ex:hover .number-ex {
    background: linear-gradient(to bottom, rgb(7, 32, 157), rgb(41, 10, 196)) border-box;
}

/* .competition-theme .mental_exam .block .examplesnumber .bg-number-ex::after{
        content: "";
        position: absolute;
        width: 29px;
        height: 16px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        background:linear-gradient(to bottom,rgb(199, 198, 198),rgb(168, 168, 168)) border-box;
        top:0;
        left: 50%;
        transform: translate(-50%,0);
    } */
.competition-theme .mental_exam .block .examplesnumber .bg-number-ex .number-ex {
    width: 29px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: linear-gradient(to bottom, rgb(199, 198, 198), rgb(168, 168, 168)) border-box;
    position: absolute;
    z-index: 1;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.competition-theme .mental_exam .block .examplesnumber .bg-number-ex .done {
    background: linear-gradient(to bottom, rgb(47, 180, 13), rgb(44, 175, 44)) border-box;
}

.competition-theme .mental_exam .block .examplesnumber .bg-number-ex .skip {
    background: linear-gradient(to bottom, rgb(144, 10, 10), rgb(183, 7, 7)) border-box;
}

.competition-theme .mental_exam .block .examplesnumber .bg-number-ex .active {
    background: linear-gradient(to bottom, rgb(7, 32, 157), rgb(41, 10, 196)) border-box;
}

.competition-theme .mental_exam .block .bg-example {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 80%;
    justify-content: space-around;
    align-items: center;
}

.competition-theme .mental_exam .block .bg-example .show-example {
    display: flex;
    /* position: relative; */
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    font-size: 30px;
}

.competition-theme .mental_exam .block .bg-example .show-example .example {
    color: #fff;
    font-family: Cairo;
    display: none;
}

.competition-theme .mental_exam .block .bg-example .bg-inputsolution {
    /* width: 200px;
        height: 50px; */
    padding: 5px;
    background-color: #fff;
    border-radius: 8px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    direction: ltr;
}

.competition-theme .mental_exam .block .bg-example .bg-inputsolution input {
    width: 35px;
    height: 35px;
    outline: none;
    border: 0;
    text-align: center;
    font-size: 26px;
    border-radius: 8px;
    background-image: linear-gradient(#2f2e2e, #555454, black, black);
    direction: ltr;
    margin: 0 2px;
    font-family: Cairo;
    color: #fff;
}

/* /////////////////////// */
/* flash card exam */
/* ////////////////////// */
.competition-theme .flashcard_exam .logo {
    display: flex;
    flex-direction: row-reverse;
}

.competition-theme .flashcard_exam .logo img {
    width: 210px;
    height: 210px;
    margin-left: 130px;
    margin-top: 20px;
    filter: drop-shadow(0px 0px 5px #000);
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

@media (max-width : 995px) {
    .competition-theme .flashcard_exam .logo img {
        margin-left: 50px;
    }
}

@media (max-width : 768px) {
    .competition-theme .flashcard_exam .logo img {
        margin-left: 30px;
    }
}

@media (max-width : 700px) {
    .competition-theme .flashcard_exam .logo {
        justify-content: center;
    }

    .competition-theme .flashcard_exam .logo img {
        margin-left: 0;
    }
}

.competition-theme .flashcard_exam .container-comp {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -90px;
}

@media (max-width : 700px) {
    .competition-theme .flashcard_exam .container-comp {
        margin-top: 50px;
    }
}

.competition-theme .flashcard_exam .container-comp .title-comp-show {
    width: 225px;
    height: 65px;
    border: 1px rgb(161, 161, 161) solid;
    border-radius: 10px;
    position: relative;
    margin-bottom: 25px;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(213, 213, 216)) border-box;
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 10px -14px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.competition-theme .flashcard_exam .container-comp .title-comp-show .title {
    font-size: medium;
    color: #0f27b1;
    margin: 0;
    font-weight: 600;
}

.competition-theme .flashcard_exam .container-comp .title-comp-show .arrow {
    height: 70px;
    margin-top: -30px;
    margin-right: -10px;
}

.competition-theme .flashcard_exam .container-comp .blackboxs {
    display: flex;
    width: 120px;
    justify-content: space-between;
}

.competition-theme .flashcard_exam .container-comp .clock {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
}

.competition-theme .flashcard_exam .container-comp .clock .blackbox {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-image: linear-gradient(#2f2e2e, #555454, black, black);
    align-items: center;
    justify-content: center;
}

.competition-theme .flashcard_exam .numbers {
    margin: 0;
    padding: 0;
}

.competition-theme .flashcard_exam .container-comp .clock .clocktext {
    text-align: center;
    margin: 5px 0;
    padding: 0;
    color: #0a0f58;
    font-size: 14px;
    text-transform: uppercase;
}

.competition-theme .flashcard_exam .container-comp .bg-start {
    /* width: 190px; */
    height: 50px;
    display: flex;
    align-items: center;
}

.competition-theme .flashcard_exam .container-comp .bg-start .bg-end {
    width: 190px;
    margin-left: 15px;
}

/* @media (max-width : 700px) {
    .competition-theme .flashcard_exam .container-comp .bg-start {
        flex-direction: column;
        height: -webkit-fill-available;
        justify-content: space-between;
    }

    .competition-theme .flashcard_exam .container-comp .bg-start .bg-end {
        margin-left: 0;
        margin-bottom: 15px;
    }
} */

.competition-theme .flashcard_exam .container-comp .bg-start .start {
    display: inline-block;
    padding: 12px 32px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: linear-gradient(to bottom, rgb(44, 202, 13), rgb(6, 129, 6));
    border: none;
    /* font: 12px/1.2 "Oswald", sans-serif; */
    /* letter-spacing: 0.4em; */
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
    transition: color 0.1s linear 0.05s;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .flashcard_exam .container-comp .bg-start .start::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to bottom, rgb(36, 167, 10), rgb(4, 80, 4));
    z-index: 1;
    opacity: 0;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
    border-radius: 8px;
}

.competition-theme .flashcard_exam .container-comp .bg-start .start::after {
    transition: border 0.1s linear 0.05s;
}

.competition-theme .flashcard_exam .container-comp .bg-start .start .start-inner {
    position: relative;
    z-index: 2;
}

.competition-theme .flashcard_exam .container-comp .bg-start .start:hover {
    color: #f8f2f2;
    padding: 10px 30px;
    transition: color 0.1s linear 0s;
}

.competition-theme .flashcard_exam .container-comp .bg-start .start:hover::before {
    top: 0;
    height: 100%;
    opacity: 1;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}

.competition-theme .flashcard_exam .container-comp .bg-start .start:hover::after {
    border-color: #ffffff;
    transition: border 0.1s linear 0s;
}

.competition-theme .flashcard_exam .container-comp .bg-start .end {
    width: 190px;
    height: 50px;
    border: none;
    border-radius: 8px;
    text-transform: capitalize;
    background: linear-gradient(to bottom, rgb(228, 9, 9), rgb(158, 8, 8));
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .flashcard_exam .container-comp .bg-start .end:hover {
    width: 180px;
    height: 45px;
    background: linear-gradient(to bottom, rgb(206, 11, 11), rgb(106, 7, 7));
}

.competition-theme .flashcard_exam .container-comp .start-title {
    display: flex;
    justify-content: center;
    text-transform: capitalize;
    align-items: center;
    width: 270px;
    height: 50px;
    border-radius: 8px;
    background: linear-gradient(to bottom, rgb(160, 9, 9), rgb(77, 4, 4));
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .flashcard_exam .blocks {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.competition-theme .flashcard_exam .block {
    position: relative;
    margin: 40px 5px 0 5px;
}

.competition-theme .flashcard_exam .block .bg-block {
    width: 315px;
    height: 550px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.competition-theme .flashcard_exam .block .bg-block-big {
    width: 630px;
    height: 550px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.competition-theme .flashcard_exam .block .bg-title {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 190px;
    height: 55px;
}

.competition-theme .flashcard_exam .block .title {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translate(-50%, 0);
}

.competition-theme .flashcard_exam .block.block-example .next,
.competition-theme .flashcard_exam .block.block-example .prev {
    position: absolute;
    color: #0e6e23;
    z-index: 1;
    top: 50%;
    font-size: 35px;
    padding: 5px;
    cursor: pointer;
    display: none;
}

.competition-theme .flashcard_exam .block.block-example i {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    transition: left 0.5s ease;
}

.competition-theme .flashcard_exam .block.block-example .next {
    right: 35px;
}

.competition-theme .flashcard_exam .block.block-example .next:hover i {
    left: 10px;
}

.competition-theme .flashcard_exam .block.block-example .prev {
    left: 35px;
}

.competition-theme .flashcard_exam .block.block-example .prev:hover i {
    left: -10px;
}

.competition-theme .flashcard_exam .block .examplesnumber {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    flex-direction: column;
    height: 80%;
    width: 66%;
    display: none;
    grid-template-columns: repeat(5, auto);
    grid-auto-rows: 16px;
    column-gap: 5px;
    row-gap: 5px;
    user-select: none;
}

.competition-theme .flashcard_exam .block .examplesnumber .bg-number-ex {
    position: relative;
    border-bottom: 1px solid rgb(199, 198, 198);
    cursor: pointer;
}

.competition-theme .flashcard_exam .block .examplesnumber .bg-number-ex:hover .number-ex {
    background: linear-gradient(to bottom, rgb(7, 32, 157), rgb(41, 10, 196)) border-box;
}

/* .competition-theme .flashcard_exam .block .examplesnumber .bg-number-ex::after{
        content: "";
        position: absolute;
        width: 29px;
        height: 16px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        background:linear-gradient(to bottom,rgb(199, 198, 198),rgb(168, 168, 168)) border-box;
        top:0;
        left: 50%;
        transform: translate(-50%,0);
    } */
.competition-theme .flashcard_exam .block .examplesnumber .bg-number-ex .number-ex {
    width: 29px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: linear-gradient(to bottom, rgb(199, 198, 198), rgb(168, 168, 168)) border-box;
    position: absolute;
    z-index: 1;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.competition-theme .flashcard_exam .block .examplesnumber .bg-number-ex .done {
    background: linear-gradient(to bottom, rgb(47, 180, 13), rgb(44, 175, 44)) border-box;
}

.competition-theme .flashcard_exam .block .examplesnumber .bg-number-ex .skip {
    background: linear-gradient(to bottom, rgb(144, 10, 10), rgb(183, 7, 7)) border-box;
}

.competition-theme .flashcard_exam .block .examplesnumber .bg-number-ex .active {
    background: linear-gradient(to bottom, rgb(7, 32, 157), rgb(41, 10, 196)) border-box;
}

.competition-theme .flashcard_exam .block .bg-example {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 80%;
    justify-content: space-around;
    align-items: center;
}

.competition-theme .flashcard_exam .block .bg-example .show-example {
    display: flex;
    /* position: relative; */
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    font-size: 30px;
}

.competition-theme .flashcard_exam .block .bg-example .show-example .example {
    color: #fff;
    /* font-family: Cairo; */
    display: none;
}

.competition-theme .flashcard_exam .block .bg-example .show-example .example .operation {
    color: #000;
    font-size: 100px;
}

.competition-theme .flashcard_exam .block .bg-example .show-example .example .exFlashCard img {
    height: 280px;
    width: 80px;
    margin: 0 -5px;
}

.competition-theme .flashcard_exam .block .bg-example .bg-inputsolution {
    /* width: 200px;
        height: 50px; */
    padding: 5px;
    background-color: #fff;
    border-radius: 8px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    direction: ltr;
}

.competition-theme .flashcard_exam .block .bg-example .bg-inputsolution input {
    width: 35px;
    height: 35px;
    outline: none;
    border: 0;
    text-align: center;
    font-size: 26px;
    border-radius: 8px;
    background-image: linear-gradient(#2f2e2e, #555454, black, black);
    direction: ltr;
    margin: 0 2px;
    color: #fff;
    /* font-family: Cairo; */
}

/* ////////////////// */
/* kid result */
/* ////////////////// */
.competition-theme .kidres .title-pop {
    color: black;
    text-align: center;
}

.competition-theme .kidres .modal-header {
    border: none;
    border-radius: 5px;
}

.competition-theme .kidres .rate {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-left: 0 !important;
}

.competition-theme .kidres .kidres-body .row {
    text-align: right;
    display: flex;
}

.competition-theme .kidres .kidres-body .row:not(:first-child) {
    margin: 30px;
}
@media (max-width : 786px) {
    .competition-theme .kidres .kidres-body .row:not(:first-child) {
        margin: 10px;
    }
    .competition-theme .kidres .kidres-body .row {
        text-align: center;
    }
    .competition-theme .kidres .kidres-body .row div{
        margin: 5px 0;
    }
}
.competition-theme .kidres .kidres-body .row .result_kid {
    /* height: 100%; */
    /* border: 2px solid red; */
    color: rgb(9, 107, 35);
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    border-radius: 100%;
    /* margin-right: 20px; */
    /* border-top: 2px solid #2C7873;
    border-right: 20px solid #2C7873;
    border-bottom: 2px solid #2C7873;
    border-left: 20px solid #2C7873; */
    background: linear-gradient(to bottom, #52DE97, #C0FFB3) border-box;
    box-shadow: rgb(82, 222, 151) 0px 3px 0px 0px, rgb(82, 222, 151) 0px 1px 0px 1px;
}

.competition-theme .kidres .kidres-body .row .result_kid_time {
    /* height: 100%; */
    /* border: 2px solid red; */
    color: rgb(9, 107, 35);
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    border-radius: 20px;
    background: linear-gradient(to bottom, #52DE97, #C0FFB3) border-box;
    box-shadow: rgb(82, 222, 151) 0px 3px 0px 0px, rgb(82, 222, 151) 0px 1px 0px 1px;
}
.competition-theme .kidres .hr{
    width: 60%;
    height: 1px;
    margin: 10px auto;
    background-color: rgb(9, 107, 35);
    display: flex;
}