.exam-text{
    font-size: 19px;
    color: var(--gray-color);
    line-height: 35px;
}
.exam-bg-div {
    background-image: url(../images/backgrounds/blue-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30%;
    height: 320px;
    position: absolute;
    left: 0;
    top: 20%;
}
.star-span{
    position: relative;
    bottom: 8px;
    font-size: 12px;
}
.get-it-div{
    display: flex;
}
.get-package-now, .get-package-now:hover{
    font-family: Al-Jazeera-Bold,sans-serif;
    font-size: 15px;
    background-color: var(--blue-color);
    border-radius: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 165px;
    height: 45px;
    color: white !important;
    border: 0;
}
.subtitle-payment{
    font-size: 20px;
    color: var(--gray-color);
}


.visa-details-box{
    border-radius: 5px;
    box-shadow: 6px 21px 35px #363E930D;
    border-top: 4px solid rgba(72,127,254,0.12);
}
.visa-details-div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 5px 5px 0 0;
}
.visa-details-title{
    font-family: Al-Jazeera-Bold, sans-serif;
    font-size: 19px;
    color: var(--dark-blue-color);
}
.payment-label{
    font-family: Al-Jazeera-Bold, sans-serif;
    font-size: 15px;
    color: var(--blue-color);
    width: 100%;
    padding-right: 2px;
}
.payment-input-style{
    border: 1px solid #6A777F4A;
    border-radius: 8px;
    width: 100%;
    height: 40px;
    padding-right: 15px;
    color: #6A777F;
}
.payment-input-style:focus{
    border: 2px solid var(--blue-color);
    outline: var(--blue-color);
}
input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.select-style{
    background: none;
    border: 1px solid #6A777F4A;
    border-radius: 8px;
    width: 100%;
    height: 40px;
    padding-right: 15px;
    color: #6A777F;
}
.select-style:focus,.select-form-style:focus{
    border: 2px solid var(--blue-color);
    outline: var(--blue-color);
}
.select-down-arrow{
    display: flex;
    background-color: white;
    width: 39px;
    justify-content: center;
    align-items: center;
    height: 23px;
    pointer-events: none;
    position: absolute;
    left: 18px;
    top: 9px;
    border-radius: 8px;
    color: #6A777F;
}
.credit-card-btn,.credit-card-btn:hover{
    font-family: Al-Jazeera-Bold, sans-serif;
    font-size: 17px;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    color: white;
}
.credit-card-btn.payment-btn{
    background-color: var(--blue-color);
}
.credit-card-btn.cancel-btn{
    background-color: rgba(145,152,167,0.74);
}
.or-text {
    font-family: Almarai-Bold, sans-serif;
    font-size: 25px;
    color: var(--dark-blue-color);
}
.span-title{
    position: relative;
    padding: 0 15px;
}
.span-title:before, .span-title:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 20px;
    border-top: 2px solid var(--dark-blue-color);
}
.span-title:before{
    right: 100%;
}
.span-title:after{
    left: 100%;
}
.paypal-div{
    margin-top: 25px;
}
.paypal-icon{
    width: 18%;
}
.card{
    border: none;
}
#validateCard span.card span{
    right: 5px;
    top: 1px !important;
}
.question-link,.question-link:hover{
    color: var(--blue-color);
    font-size: 17px;
    border: 1px solid var(--blue-color);
    border-radius: 9px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
}
.question-link.active{
    background-color: var(--blue-color) !important;
}
.exercise-title{
    font-size: 22px;
    color: var(--dark-blue-color);
}
.choose-title{
    font-family: Al-Jazeera-Bold,sans-serif;
    font-size: 23px;
    color: var(--blue-color);
}
.question-choose{
    font-size: 21px;
    color: var(--dark-blue-color);
}
.select-question-style{
    color: var(--blue-color);
    background: none;
    border: 1px solid var(--blue-color);
    border-radius: 5px;
    width: 100px;
    height: 40px;
    padding-right: 7px;
    font-size: 20px;
    padding-top: 2px;
}
.select-question-style:focus{
    outline: none;
}
.select-question-down-arrow{
    font-size: 18px;
    display: flex;
    background-color: white;
    width: 20px;
    justify-content: center;
    align-items: center;
    height: 19px;
    pointer-events: none;
    position: absolute;
    left: 3px;
    top: 6px;
    border-radius: 8px;
    color: var(--blue-color);
}
.border-between-question{
    background: rgba(34, 40, 74,0.27);
    width: 1px;
    height: 100%;
    margin: auto;

}
.nav-question{
    justify-content: flex-end;
}
.question-bar-div{
    background-color: white;
    box-shadow: 6px 21px 35px #363E930D;
}
.star-title{
    position: relative;
    bottom: 2px;
    font-size: 10px;
    color: var(--blue-color);
}
.num-title{
    font-size: 22px;
    color: var(--blue-color);
}
.num-of-exam{
    font-size: 18px;
    color: var(--blue-color);
}
.progress-bar-exam-div{
     width: 87%;
    direction: rtl;
    padding-top: 5px;
}
.progress-exam-style{
    height: 13px;
    background-color: rgba(208, 222, 253,0.72);
    border-radius: 0;
}
.progress-bar-exam-style{
    background-color: var(--blue-color);
}
.title-choose{
    font-size: 26px;
    color: var(--dark-blue-color);
}
.exam-num{
    font-size: 24px;
    color: var(--blue-color);
}
.exam-text-gray{
    font-size: 21px;
    color: var(--gray-color);
}

.exam-radio-button {
    font-family: Al-Jazeera-Regular,sans-serif;
    display: inline-block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--gray-color);

}

.exam-radio-button .checkmark-radio:first-child{
    margin-right: 3px !important;
}

.exam-radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark-radio {
    position: absolute;
    top: 0;
    right: 0;
    height: 23px;
    width: 23px;
    background-color: white;
    border: 1px solid rgba(144, 144, 144,0.64);
    border-radius: 50%;
}

.exam-radio-button:hover input ~ .checkmark-radio {
    background-color: #fff;
}

.exam-radio-button input:checked ~ .checkmark-radio {
    background-color: var(--blue-color);
    border: 1px solid var(--blue-color);


}

.exam-radio-button input:checked ~ .checkmark-radio:after{
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 4px;
    top: 4px;
}

.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}


.exam-radio-button input:checked ~ .checkmark:after {
    display: block;
}


.exam-radio-button .checkmark-radio:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


.checkmark-radio .radio-button-circle{
    display: none;
}
.checkmark-radio.active .radio-button-circle{
    display: block;
    background: var(--blue);
    width: 21px;
    height: 21px;
    position: relative;
    right: 0;
    border-radius: 50%;
    border: 5px solid rgb(255 255 255);
}
.exam-button,.exam-button:hover{
    font-family: Al-Jazeera-Bold,sans-serif;
    font-size: 17px;
    background-color: var(--blue-color);
    color: white;
    width: 180px;
    height: 50px;
    border-radius: 27px;
}
.circle-message-div{
    border-radius: 50%;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 25px;
    color: white;

}
.circle-message-div.success-bg{
    background-color: #4caf50;
}
.circle-message-div.wrong-bg{
    background-color: #e60920;
}
.result-title{
    font-family: Al-Jazeera-Bold,sans-serif;
    font-size: 25px;
}
.result-title.success{
    color: #4caf50
}
.result-title.wrong{
    color: #e60920;
}
.result-text{
    font-family: Al-Jazeera-Regular,sans-serif;
    font-size: 19px;
    color: var(--gray-color);
}
@media (max-width: 900px){
    .nav-question{
        justify-content: center;
        padding-right: 0;
        flex-wrap: unset;
    }
    .span-title:before, .span-title:after{
        width: 70%;
    }
    .paypal-icon{
        width: 45%;
    }
    .exam-bg-div{
        display: none;
    }
    .exam-button-div{
        display: flex;
    }
    .btn-matrix{
        margin: 0px 0px 25px 0px;
    }
    .exam-text{
        text-align: justify;
        margin: 0 10px;
    }
    .get-package-now, .get-package-now:hover{
        font-size: 12px;
    }
    .no-margin{
        margin: 0;
    }
    .progress-bar-exam-div{
        width: 82%;
    }

    .time-questions{
         display: block !important;
    }

    .q-mobile{
         align-items: center;
         justify-content: center;
    }

    .t-mobile{
        align-items: center;
        justify-content: center;
    }

    .watermarked2{
        background-position: 0px 30px !important;
    }
    
  
}

.time-questions{
    display: flex;
    justify-content: center;
}

.q-mobile{
    align-items: center;
}

.t-mobile{
   align-items: center;
}


.watermarked {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image:  linear-gradient(rgba(255,255,255,95%), rgba(255,255,255,95%)), url('../../assets/images/logos/nurse-logo.svg');
    background-size: 100% 100px;
    background-position: 30px 30px;
    background-repeat: no-repeat;

}
.text-watermarked{
    color:lightgrey;
    font-size:20px;
    pointer-events: none;
    position: static;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 0.5;

}

#watermarked::before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: -40px;
    left: 0px;
    background-image:  linear-gradient(rgba(255,255,255,95%), rgba(255,255,255,95%)), url('../../assets/images/logos/nurse-logo.svg');
    background-size: 100% 100px;
    background-position: 0px 300px;
    transform: rotate(370deg);
    background-repeat: space;

}



.watermarked2 {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image:  linear-gradient(rgba(255,255,255,95%), rgba(255,255,255,95%)), url('../../assets/images/logos/nurse-logo.svg');
    background-size: 100% 100px;
    background-position: 150px 30px;
    background-repeat: space;

}


/* Arrange buttons */
.btn-matrix > .btn {
	width: 33%; /* force buttons to have the same width regardless of content */
}
.btn-matrix > .btn:nth-child(3n + 4) {
	clear: left; /* force the button to start a new row of the matrix
	                (because .btn adds the `float: left;` property) */
	margin-left: 0; /* because .btn-group adds `margin-left: -1px;` to all buttons */
}
.btn-matrix > .btn:nth-child(n + 4) {
	margin-top: -1px; /* superimpose borders of the buttons from adjacent rows */
}

/* Fix border radius */
.btn-matrix > .btn:first-child {
	border-bottom-left-radius: 0;
}
.btn-matrix > .btn:nth-child(3) {
	border-top-right-radius: 4px !important;
}
.btn-matrix > .btn:nth-last-child(3) {
	border-bottom-left-radius: 4px !important;
}
.btn-matrix > .btn:last-child {
	border-top-right-radius: 0;
}

/* Decorations */
.btn-matrix {
	margin: 20px 0;
    /* transform: skew( -20deg); */
}

/*** custom checkboxes ***/
.yellow {color: yellow; cursor: pointer;}
.custom-checkbox input[type="checkbox"],
.custom-checkbox .checked {
    display: none;
}

.custom-checkbox input[type="checkbox"]:checked ~ .checked
{
    display: inline-block;
}

.custom-checkbox input[type="checkbox"]:checked ~ .unchecked
{
    display: none;
}


.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    background-color: white;
    padding: 10px;
    /* margin: 50% 0 0 0; */
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
}
.grid-item{
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #d3d3d3;
    text-align: center;
    border-radius: 5px;
    position: relative;
    padding: 16px;
    width: 100%;
}
.grid-item:hover{
    color: white;
    background-color: var(--blue-color);
}

.result-labels{
    display: flex !important;
}





.exam-button2,.exam-button2:hover{
    font-family: Al-Jazeera-Bold,sans-serif;
    font-size: 17px;
    background-color: var(--blue-color);
    color: white;
    width: 150px;
    height: 50px;
    border-radius: 27px;
}