body{
    font-family: 'Times New Roman', Times, serif;
}
.header{
    width: 100%;
    height: auto;
    background-color: #18281a;
    padding: 7px 0;
}
.clientName{
    width: auto;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
.testTimer {
    width: auto;
    padding: 0;
    background-color: transparent;
    border-radius: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    margin: auto;
}
.remainingTimeSection{
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: left;
}
h3{
    width: 160px;
    font-size: 20px;
    line-height: 13px;
    color: #ffffff;
    margin-bottom: 0 !important;
    font-family: Arial, Helvetica, sans-serif;
}
.remainingTime{
    width: auto;
    color: #ffffff;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.testCompleteBtn{
    width: 200px;
    padding: 10px 30px;
    height: 50px;
    background-color: #091d10;
    font-size: 20px;
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    border: none;
}
.testCompleted{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: #206048;
    padding: 5px 0;
}
.testCompletedPercent {
    width: auto;
    display: flex;
    position: absolute;
    right: 27%;
    top: 15px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    text-align: center;
}
.percentDiv{
    width: 150px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 100px;
    overflow: hidden;
}
.percentDivCompleted{
    height: 20px;
    background-color: #46846d;
    float: left;
}
.percentage{
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 16px;
    /* direction: rtl; */
}
.testTitle{
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 50px;
    color: #51bc17;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin: 30px 0;
}
.row-1{
    width: 15%;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
}
.row-2{
    width: 65%;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
}
.row-3{
    width: 20%;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
}
.testStartBtn {
    width: 80px;
    height: 35px;
    background-color: #4e2eff;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testStartBtn:hover{
    background-color: #4e2eff;
}
.yesBtn{
    min-width: 120px;
    border-radius: 0;
    background-color: #65907d !important;
    font-size: 18px;
    border: none !important;
    border-color: #65907d !important;
    direction: rtl;
    margin: 0 0 0 5px;
    border-radius: 5px;
}
.yesBtn:hover{
    background-color: #65907d !important;
}
.yesBtn>img{
    width: 7px;
    margin: 0 3px;
}
.noBtn{
    width: 100px;
    border-radius: 5px !important;
    background-color: #ff8686;
    font-size: 18px;
    border: none;
}
.noBtn:hover{
    background-color: #ff8686;
}
.backBtn{
    width: 100px;
    border-radius: 0;
    background-color: #dad9d9 !important;
    font-size: 18px;
    color: #000000 !important;
    border: none;
}
.backBtn:hover{
    background-color: #f7f3f3 !important;
}
.modalSize{
    border-radius: 0;
}
.modalText{
    width: 100%;
    text-align: right;
    font-size: 30px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: end;
}
div#myOnLoadModal {
    background-color: #ffffff9c;
}
.content-div {
    display: none; /* Hide all content divs by default */
}
.content-div.active {
    display: block; /* Show the active content div */
}
.mainContainer{
    width: 100%;
    float: left;
}
.questionContainer{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.questionSideBar {
    width: 100px;
    height: 800px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    box-shadow: 1px 1px 7px -2px #8a8787;
    padding: 5px;
}
.questionNumber{
    width: 100%;
    height: 35px;
    background-color: #46846d;
    border-radius: 5px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.questionNumber.activeQuestion{
    background-color: #2e3120;
}
.questionListSection{
    width: 100%;
    /* max-width: 800px; */
    display: flex;
    flex-direction: column;
    box-shadow: 1px 1px 7px -2px #8a8787;
    padding: 5px 30px;
    border-radius: 10px;
    margin: 10px 0 0;
}
.questionSection{
    width: 100%;
    display: flex;
    gap: 15px;
    font-size: 24px;
    text-align: right;
    direction: rtl;
    float: right;
}
.answerSection{
    width: 100%;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.answer{
    width: 100%;
    height: 50px;
    border: solid 3px #747c7e;
    direction: rtl;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 0;
}
.answer:hover{
    border: solid 3px #747c7e;
}
.btn-check+.btn:hover{
    border: solid 3px #747c7e;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    border: solid 3px #f8df25;
}
.scrollTooltip {
    width: auto;
    height: 100px;
    background-color: #51bc17;
    border-radius: 10px;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
    position: fixed;
    right: 70px;
    bottom: 20px;
    padding: 0 40px;
}
.toolTipHide{
    display: none;
}
.crossIcon>img {
    width: 20px;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 10px;
}
.newClass{
    display: none;
}
.clockImage{
    width: auto;
}
.clockImage>img{
    width: 30px;
    margin: 10px 0 0;
}
.questionCol{
    width: auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 7px;
    left: auto;
}
.questionCol>div{
    font-size: 20px;
    color: #ffffff;
    line-height: 23px;
}
.mcQuizNumberCol{
    display: flex;
    align-items: center;
    gap: 15px;
}
.mcQuizNumberCol>span{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.btnContainer {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #18281a;
    border-top: solid 8px #46846d;
    padding: 10px 0;
}
.controlBtns{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.controlBtns>h1{
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin: 0;
}
.controlBtns>div{
    display: flex;
    gap: 20px;
}
.controlBtns>div>.btn{
    width: 130px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}