@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
@font-face {
    font-family: GESSUniqueBold;
    src: url("/fonts/GESSUniqueBold-Bold.otf") format("opentype");
}
@font-face {
    font-family: GE Dinar One;
    src: url("/fonts/GEDINAR-medum.otf") format("opentype");
}
@font-face {
    font-family: GEDINAR-regular;
    src: url("/fonts/GEDINAR-regular.otf") format("opentype");
}
@font-face {
    font-family: GESSUniqueLight-Light;
    src: url("/fonts/GESSUniqueLight-Light.otf") format("opentype");
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
    -webkit-tap-highlight-color: transparent;

    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
  ;
}
footer,
header,
nav,
section,
main {
    display: block;
}
body {
    line-height: 1;
    direction:rtl;  
    overflow-y: auto;
    background: #F3C70E;

margin:0;
padding:0
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input {
    -webkit-appearance: none;
    border-radius: 0;
}
:root {
    --main-color: #000000;
    --white-color: #fff;
    --btnBkg: #205787db;
    ;

}
   
.wrapper {
     /* background: var(--main-color); */
     position: relative;
     width: 100%;
     min-height: 100vh;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

h1,h2 {
    font-family: "GESSUniqueBold";
}
@-webkit-keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.blured {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 14;

  }

  
    .conf_msg {
        background: #F9F9F9;
        border-radius: 14px;
        width: 80%; height: 40%;
        z-index: 150;
        position: fixed;
        /*transform: scale(0);*/

        left:calc(50% - 40%);
        top:100%;
        box-shadow: 0px 3.9405205249786377px 3.9405205249786377px 0px #00000026;
        text-align: center;
      }
      .verifySMS {
        padding:10px;
        margin:0
      }
      .verifySMS .checkIT{
        border:none; 
        border-bottom:1px  #A6A6A6 solid;
        width:90%;
        margin-top:20px;
        background: transparent;
        height: 59px;
        font-size: 24px;
        padding: 0 15px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        direction: LTR;
        font-weight: 700;
        text-align: center;

    }
      .conf_msg form h2 {
        font-family: "GESSUniqueBold";
        color: #205787db;
        margin-top:20px;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: center;

      }
      .conf_msg .errorMSG {
        min-height: 28px;
      }
      @keyframes createBox {
        from {
          transform: scale(0);
        }
        to {
          transform: scale(1);
          left:calc(50% - 30%)
        }
      }

.register {
    background: #F3C70E;
    background: #F3C70E url("/images/pattern.png") repeat;

    position:fixed;
    width:100%;
    display: flex;
    height:100%;
    z-index: 5;
    right: 0;
    top:200%;
    overflow: hidden; /* Hide scrollbars */
    overflow-y: scroll;
    

    /*display: none;*/
}
/* Style for the overlay element */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    pointer-events: none;
    z-index: 20;
  }
 
  
.register::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .register {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  #pass, #fail { display: none; }
  .wrapper {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  
  }
  .wrapper::-webkit-scrollbar {
    display: none;
  }
  #results,#errorMSG {
   
    height: 0;
  }
  
  #results p ,  #errorMSG p{
    background-image: url('/images/fi_159469.png');
    background-repeat: no-repeat;
    background-position: center right;
    padding-right:25px;
    font-size: 13px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: right;
    color: #FF0000;
    min-height: 22px;
    
  }
  #errorMSG {
width:90%;
margin: 0 auto;
margin-top:10px
  }
.screen_title {
   /* background-image: url('/images/title_screen.png');
    background-repeat: no-repeat;
    background-position: center;*/
    position:absolute;
    width:100%;
    height:290px;
    z-index: 5;
    top:0;
    text-align: center;    

}
.screen_title img {
    width: 70%;
    margin: 0 auto;
    margin-top: 24%;
}
.fillForm h2 {
    font-size: 33px;
}
.fillForm form {
    padding:20px 28px ;
    margin: 0;
    width:100%
}
.fillForm form .formgroup  {    
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: "GESSUniqueBold";
    margin-top: 20px;

}
.fillForm form .formgroup .mobilephone {    
   
    display: flex;
    flex-direction: row-reverse;
}
.fillForm form .formgroup label {    
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: right;
    color: #777777;
    margin-bottom: 6px;
}
.fillForm form p {    
    
    font-family: "GESSUniqueLight-Light";
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
    padding:0

    
}
.fillForm form p b{    
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: normal;
    font-size:13px
}
b{    
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 700;
}
.fillForm form .formgroup input {  
    box-shadow: 0px 2px 2px 0px #0000001A;
    background: #FFFFFF;
    height: 59px;
    border: none;
    border-radius: 15px;
    font-size: 24px;
    padding: 0 15px;
    font-family: "GESSUniqueLight-Light";
    font-weight: 700;

}
.fillForm form .formgroup input#ext {  
    width:30%;
    margin-right:15px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    direction: LTR
}
.fillForm form .formgroup input#phone {  
    width:calc(100% - (30% + 15px));
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    direction: LTR;
}
.back_button {
    position: absolute;
    top: 30px;
    left: 30px;
    
}
.fillForm {
    background: #F9F9F9;
    background-repeat: no-repeat;
    background-position: center;
    position:absolute;
    width:98%;
    display: flex;
    min-height:calc(100%  - 220px);
    z-index: 5;
    top:230px;
    border-top-left-radius: 115px 115px;
    padding-bottom: 112px;

}
.thanksScreen {
    background: #F3C70E;
    background: #F3C70E url(/images/pattern.png) repeat;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: fixed;
    width: 100%;
    display: flex;
    height: 100%;
    top: 200%;
    left: 0;
    z-index: 41;
    flex-direction: column;
    width: 100%;
    text-align: center;
    /* padding-bottom: 140px; */
    overflow-y: scroll;
    justify-content: center;
}
.GoNext {
    position: fixed;
    display: flex;
    top: 200%;
    left: 0;
    z-index: 41;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 25px;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.nexMsg {
        padding: 52px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        direction: rtl;
        position: relative;
        background: var(--white-color);
        border-radius: 25px;
        -webkit-box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.2);
        width: 100%;
        pointer-events: auto;
        margin: 40% 0 25px;
        font-family: "GE Dinar One";
        color: #ff0000;
        text-align: center;
        font-size: 34px;
        line-height: 40px;
      }
     .camelsFinish img{
        margin: 0 auto;
        width: 70%;
        margin-top: 80px;
        margin-bottom: 80px;
      }
.letsin{
    text-align: right;
    margin:0 8%;
    margin-top:15px

}
.thanksScreen .berryFinish {
    width:70%;
    margin:0 auto;
    text-align: center;
}
.close {
    position: absolute;
    z-index: 100;
    left: 20px;
    top: 82px;
}
.thanksScreen .camelsFinish {
    width:85%;
    margin:0 auto;
    text-align: center;
    margin-top:10px;
}
.thanksScreen .wisper {
    width:85%;
    margin:0 auto;
    text-align: center;
}
.thanksWarp {
    position: relative;
    width:100%;
}
.thanksScreen h1 {
    font-family: "GESSUniqueBold";
font-size: 27px;
font-weight: 700;
line-height: 44px;
letter-spacing: 0em;
text-align: center;
color:var(--btnBkg);
margin-top:80px;
padding: 0 35px;
}
.thanksScreen h2 {
    font-family: "GESSUniqueLight-Light";
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--btnBkg);
    margin-top: 10px;
    padding: 0 35px;
    margin-bottom: 80px;
}
.thanksScreen h3 {
    font-family: "GESSUniqueBold";
font-size: 22px;
font-weight: 700;
line-height: 44px;
letter-spacing: 0em;
text-align: center;
color:#FFF;
margin-top:40px;
padding: 0 35px;
}
.thanksScreen .camelsFinish img, .thanksScreen .berryFinish img,.thanksScreen .wisper img {
margin: 0 auto;
width: 100%;
}

.thanksScreen a {
    background: var(--btnBkg);
    font-family: "GE Dinar One";
    color: #FFF;
    width: 55%;
    margin: 0 auto;
    border: none;
    text-align: center;
    padding: 10px 20px;
    font-size: 17px;
    line-height: 28px;
    height: 55px;
    border-radius: 12px;
    margin-top: 80px;
    width: 100%;
    display: flex;
    text-align: center;
    text-decoration: none;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.welcome_msg {
    background: #F3C70E;
    background: #F3C70E url("/images/pattern.png") repeat;

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome_msg .bottom_city{
    position: fixed;
    width:100%;
    bottom: 0;
    z-index: 0;
}
.header{
    position: fixed;
    width:100%;
    top: 0;
    width:100% ;
    background-color: var(--white-color);
    z-index: 7;
    height:61px;
    display: none;
    text-align: center;
}
.header a{
    position: fixed;
    top: 17px;
    height:25px;
}
.header a img {
   height:100%;
}
.header a.contactus img {
    height:32px;
 }
.header a.logo{
    left:40px
}
.header a.contactus{
    right:40px;
    top:15px
}
.welcome_msg .heading {
    position: relative;
    padding: 20px;
    width: 100%;
    color: #205787db;
    z-index: 3;

}
.welcome_msg .heading h1{
    line-height: 40px;
    font-size: 38px;
    text-align: center;
}
.welcome_msg .heading h2{
    line-height: 29px;
    font-size:23px;
    text-align: center;
    margin-top:25px
}
.welcome_msg .heading .ticket {
    width:100%;
    text-align: center;
    height:auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top:20px;
}
.welcome_msg .heading .ticket img {
    width:100%;
    height: auto;
}

.form-group {
    display: block;
    margin-bottom: 15px;
  }
  
  .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .form-group label {
    position: relative;
    cursor: pointer;
    display: flex;
    font-family: "GE Dinar One";
    line-height: 17px;
    font-size: 14px;
    text-align: right;
    align-items: center;

  }
  .confirmation {
    width: 100%;
    position: relative;
    margin-top: 80px;
  }
  .confirmation form {
    width: 100%;
    display: grid;
    text-align: center;
  }
  .Submit_confirmation {
    background: var(--btnBkg);
    font-family: "GE Dinar One";
    color:#FFF;
    width:55%;
    margin: 0 auto;
    border:none;
    text-align: center;
    padding:10px 20px; 
    font-size: 23px;
    line-height: 28px;
    height: 55px;
    border-radius: 12px;
    margin-top:0px

  }
  .next {
    background: var(--btnBkg);
    font-family: "GE Dinar One";
    color:#FFF;
    width: 100%;
    margin: 0 auto;
    border:none;
    text-align: center;
    padding:10px 20px; 
    font-size: 20px;
    line-height: 24px;
    height: 55px;
    border-radius: 12px;
    display: block;
    margin-top:10px;
    -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  }
  .next.finish {
    margin: 25px;
    width: calc(100% - 50px);
  }

  .next.half {
    width:50%;
    margin-top:20px
  }
  .result {
    position: fixed;
    top: 200%;
    z-index: 40;
    
    width:100%;
    
  }
  .result.showResult {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .form-group label .data_check {
    display: block;
  }
  .form-group label a {
    display: inline;
    color:#9BCFFF   
  }
  .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: var(--white-color);
    border: 1px #D2D2D2 solid;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 15px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 10px;
    width: 20px;
    height: 20px;
  }
  
  .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    right: 9px;
    width: 10px;
    height: 20px;
    border: solid #205787db;
    border-width: 0 5px 5px 0;
    transform: rotate(45deg);
  }
  /* Style the checkmark/indicator */
  .checkbox_cont .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
 .smoking_alert{
    position: relative;
    width:100%;
    width:100%;
    background-color: var(--white-color);
    border:2px #000 solid;
    z-index: 50;
    margin-bottom: 0;
    padding:5px 20px;
    text-align: center;
    margin-top:40px;
}
 .smoking_alert img {
margin:0 auto;
width: calc(100% - 30px);
}
.quiz .smoking_alert{
    margin: 20px;
    width: calc(100% - 44px)
}
.container {
    direction:rtl;
    position: relative;
    background: var(--white-color);
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 100%;

    pointer-events: auto;
    margin: 25px;
    margin-top:0;
    width: calc(100% - 50px);
    border-radius: 25px;
}
.start__btn {
    font-size: 25px;
    font-weight: 500;
    color: var(--main-color);
    padding: 15px 30px;
    outline: none;
    border: none;
    border-radius: 5px;
    background: var(--white-color);
    cursor: pointer;
}
.start__btn-container {
    width: auto;
}
.btn {
    margin: 0 10px;
    height: 40px;
    padding: 0 20px;
    border: none;
    outline: none;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid var(--main-color);
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.btn_quit {
    color: var(--main-color);
    border-color: var(--main-color);
}
.btn_quit:hover {
    color: var(--white-color);
    background: var(--main-color);
}
.btn_start {
    color: var(--white-color);
    border-color: var(--main-color);
    background: var(--main-color);
}
.btn_start:hover {
    background: #0263ca;
}
.btn_next {
    margin: 0 5px;
    height: 40px;
    width: 145px;
    background: var(--main-color);
    background: var(--btnBkg);
    color: var(--white-color);
    font-size: 1rem;
    font-family: "GE Dinar One";
    color: #FFF;
    width: 100%;
    margin: 0 auto;
    border: none;
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 12px;
    display: block;
}

.btn_replay {
    color: var(--white-color);
    border-color: var(--main-color);
    background: var(--main-color);
}
.btn_replay:hover {
    background: #0263ca;
}
.info-container {
    opacity: 0;
    pointer-events: none;
}
.info__title {
    height: 60px;
    width: 100%;
    border-bottom: 2px solid lightgrey;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 35px;
    font-size: 20px;
    font-weight: 500;
}
.info__list {
    list-style-type: decimal;
    padding: 20px 30px;
}
.info__list-item {
    padding-bottom: 15px;
    font-size: 1.1rem;
}
.info__list span {
    font-weight: 700;
}
.info__buttons {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 35px;
    border-top: 1px solid lightgrey;
}
.quiz-container {
    opacity: 0;
    pointer-events: none;
}
.quiz header {
    position: relative;
    z-index: 99;
    height: auto;
    padding: 0 30px;
    background: var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
}
.quiz__title {
    font-size: 20px;
    font-weight: 500;
}
.quiz__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80px;
    height: 30px;
    border-radius: 5px;
    padding: 0 8px;
    position: absolute;
    left: 20px;
    z-index: 20;
    color: var(--btnBkg);
    background-color: #FFF;
    text-align: center;
    box-shadow: 0px 3.7555556297302246px 3.7555556297302246px 0px #00000040;

}
.quiz__timer-text {
    font-weight: 400;
    font-size: 1.1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.quiz__timer-sec {
    font-size: 1.2rem;
    font-weight: 500;
    color: #FFF;
    color: var(--btnBkg);
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    font-family: monospace;
    font-weight: 700;
}
.quiz__timer-sec.red {
    color:#FE0000
}
.quiz__questions {
    padding: 25px 30px 0px 30px;
}
.quiz__question {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 23px;
    font-family: "GE Dinar One";
    color: var(--btnBkg);
    

}
.quiz__options {
    padding: 20px 0;
    display: block;
}
.quiz__option {
    min-height: 43px;
    font-size: 1.1rem;
    padding: 0;
    /* margin-bottom: 18px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    border: 0.95px solid;
    /* border-image-source: linear-gradient(180deg, rgba(135, 41, 142, 0.94) 0%, rgba(32, 87, 135, 0.92) 100%); */
    background: var(--btnBkg);
    border: none;
    margin-bottom:18px


}
.quiz__option b {
    font-weight:normal
}
.quiz__option span {
    width: 100%;
    display: block;
    background: #FFF;
    padding: 8px 15px;
    margin: 1px;
    border-radius: 15px;
    min-height: 41px;
    line-height: 28px;
    font-family: GEDINAR-regular;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    text-align: right;
    color: #326491;
}
.quiz__option:last-child {
    margin-bottom: 0;
}
.quiz__option:hover {
   
}
.quiz__icon {
    height: 25px;
    width: 25px;
    border: 2px solid transparent;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    place-items: center;
    pointer-events: none;
    display: none;
}
.quiz__icon_tick {
    color: #23903c;
    border-color: #23903c;
    background: #d4edda;
    display: none;
}
.quiz__icon_cross {
    display: -ms-grid;
    display: grid;
    color: #a42834;
    border-color: #a42834;
    background: #f8d7da;
    display: none;
}
.quiz footer {
    padding: 0 30px 10px;
}
.quiz__total {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.quiz__total-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: center;
    font-size: 1.1rem;
    color:#87298E
}
.quiz__total-count p {
    margin:0 2px;
    font-family: "system-ui";
}
.quiz__num-current {
    color:#205787

}
.quiz__num {
    font-weight: 600;
    font-size: 1.1rem;
}
.quiz__timer-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: var(--main-color);
    display: none;
}
.correct {
    background-color: rgba(35, 144, 60, 0.5);
}
.wrong {
    background-color: rgba(164, 40, 52, 0.5);
}
.selected span{
    background: var(--btnBkg);
    color:#FFF;
}
.display-icon {
    display: -ms-grid;
    display: grid;
}
.answered {
    pointer-events: none;
}
#timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* width: 80px; */
    /* height: 30px; */
    border-radius: 5px;
    /* padding: 0 8px; */
    /* position: absolute; */
    /* left: 20px; */
    z-index: 20;
    background: var(--btnBkg);
    text-align: center;
    box-shadow: 0px 3.7555556297302246px 3.7555556297302246px 0px #00000040;
    color: var(--white-color);
    text-align: center;
    /* line-height: 56px; */
    padding: 3px 20px;
    font-size: 36px;
    font-family: monospace;
    font-weight: 700;
}
.result-container {
    padding: 52px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
}
.result__icon {
    font-size: 100px;
    color: var(--main-color);
    margin-bottom: 20px;
}
.result__text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.result__score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 500;
}
.result__score-correct {
    color: var(--main-color);
}
.result__score-message {
    text-transform: capitalize;
}
.result__score span {
    padding: 0 ;
    font-weight: 600;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.result__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
}
.result__btn {
    margin: 0 10px;
    height: 40px;
    padding: 0 20px;
    border: none;
    outline: none;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid var(--main-color);
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.footer {
    width: 100%;
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.footer-container {
    max-width: 1340px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.footer__source a {
    margin-right: 10px;
    padding-left: 10px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
}
.footer__source a:last-child {
    margin-right: 0;
    padding-left: 0;
}
.footer__author span {
    color: #fff;
}
.active-info {
    z-index: 5;
    opacity: 1;
    pointer-events: auto;

}
.btn-disabled {
    background: rgb(129,187,238);
    background: linear-gradient(266deg, rgba(129,187,238,1) 0%, rgba(203,99,210,1) 100%);
    border: none;
    color: rgb(230, 221, 221);
    background: var(--btnBkg);

}
.btn-disabled:hover {
    background: rgb(129,187,238);
    border: none;
    color: rgb(230, 221, 221);
}
.quiz {

    background: #F3C70E;
    background: #F3C70E url("/images/pattern.png") repeat;
    position: fixed;
    z-index: 20;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    top: 200%;
    left: 0;
    flex-direction: column;
    padding-bottom: 120px;
    overflow-y: scroll;
    display: flex;
    padding:0;
    padding-top:40px;
    padding-bottom:100px;
}
.quiz.blured {
}
.quiz::-webkit-scrollbar * {
    background:transparent; // manage scrollbar background color here
  }
.quiz .bottom_city{
position: absolute;
width: 100%;
bottom: 0;
z-index: 0;
}
.quiz .quiz_heading {
    width: 100%;
    position: relative;
}
.done {
    background:var(--btnBkg);
    border-radius: 0100%;
    height: 50px;
    width: 50px;
    line-height: 25px;
    padding: 0;
    text-align: center;
}
.done img {
    width: 41px;
}
.result__score {
font-family: "GESSUniqueBold";
font-size: 30px;
font-weight: 700;
line-height: 45px;
text-align: center;

}
.quiz_header {
    display: flex;
    flex-direction: column;
    width:100%;
}
.quiz .quiz_heading .quiz_header .berrymint {
    width: 100%;
    text-align: center;
}
.quiz .quiz_heading .quiz_header .berrymint img {
    margin-bottom: 20px;
    width: 174px;
    height: auto;
}
.quiz .quiz_heading .quiz_header .camels {
    width: 100%;
    text-align: center;
}
.quiz .quiz_heading .quiz_header .camels img {
    /* margin-top: 5px; */
    width: 170px;
    height: auto;
}
.quiz .quiz_heading .quiz_header .stepWrapper {
    width: 100%;
    text-align: center;
    margin-top: 7px;
}
.quiz .quiz_heading .quiz_header .stepWrapper .step { 
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: #F0F0F0F0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    /* width: 150px; */
    line-height: 40px;
    margin-bottom:20px

}

@media screen and (max-width: 757px) {
  
    .footer {
        bottom: 10px;
        right: 10px;
    }
    .footer-container {
        width: 100%;
    }
    .start__btn-container {
        width: auto;
    }
    .quiz header {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .quiz__title {  
        display: none;
    }
    .quiz__total-count {
        width: 30px;
        font-size: 1rem;
    }
    .quiz__total-text {
        display: none;
    }
   
    .result__score {
        line-height: 30px;
    }
}
