/** Hash Configs **/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka&display=swap');

:root {
  
    /** Font **/
    --font1: Fredoka;

    --fontSize1: 5rem;
    --fontSize2: 2rem;

    --xs:1%;
    --sm:2.5%;
    --md:5%;
    --lg:7.5%;
    --xl:10%;

    --px-xs:1%;
    --px-sm:2.5%;
    --px-md:5%;
    --px-lg:7.5%;
    --px-xl:10%;

    
}

/** Hash Configs Ends **/

/*** 
====================================================================
	Text - START
====================================================================
***/

body{
  font-family:var(--font1);
  margin: auto;
}


/* lg screen*/
@media (max-width: 1012px) {
}
 
/* md screen*/
@media (max-width: 768px) {

    h1, .h1 {
      font-size:  6.4rem;
    }
    h2, .h2 {
      font-size: 3.4rem;
    }
}
 
/* sm screen*/
@media (max-width: 577px) {
 /** DESIGN **/
  h1, .h1 {
    font-size:  4.7rem;
  }
  h2, .h2 {
    font-size: 2.9rem;
  }
  h3, .h3 {
    font-size: 1.8rem;
  }
  h4, .h4 {
    font-size: 1.6rem;
  }
  h5, .h5 {
    font-size: 1.6rem;
  }
}

/*** 
====================================================================
	Text - Ends
====================================================================
***/


/*** 
====================================================================
    Common Styling - Start
====================================================================
***/
/*** Validation Styling ***/
.inner.correct {
  background-color: lightgreen;
}

.inner.incorrect {
  background-color: lightcoral;
}

.reference {
  cursor: url(../img/green-cursor.cur), auto;
}

.reference .selected {}


/*** 
====================================================================
    Page Styling - Start
====================================================================
***/

body {
  background-color: #EAFFEA;
  cursor: url(../img/green-cursor.cur), auto;
  font-family: var(--font1);
  padding: 20px;
}

.pageGrid {
  border: 5px dashed #62F163;
  border-radius: 30px;
}

#h1 .boxborder {
  border: 4px dashed #62F163;
  padding: 10px 12px;
  border-radius: 15px;
}

#h1 .boxborder img {
  width: 100%;
}

#h1 p {
  color: #62F163;
  font-weight: 800;
  border: 4px dashed #62F163;
  border-radius: 15px;
  padding: 4px 15px;
  font-size: 2rem;
  line-height: 1.8;
}

#h1 button {
  background-color: #62F163;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  border: 1px solid #62F163;
  padding: 4px 15px;
  border-radius: 10px;
  cursor: url(../img/green-cursor.cur), auto;
  font-family: var(--font1);
}

#h1 .none {
  display: none;
}

#h1 .n0-i2 .n1-i2 {
  border: 4px dashed #62F163;
  height: fit-content;
  padding: 5px;
  border-radius: 17px;
}
.o3 img {
  max-width: 100%;
}
.o3 .q4 .n0-i2 {
  --px-sm:2%;
}
.o3 .q5 .n0-i2 {
  --px-sm:2.3%;
}
.custom-overlay .ui-dialog-content {
  background-color: rgba(0, 0, 0, 0.5) !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  display: flex;
  /* Add this line */
  justify-content: center;
  /* Add this line */
  align-items: center;
  /* Add this line */
}

.result-image {
  height: 100px;
}

.popup {
  display: none;
  /* initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgb(0, 0, 0, 0.55);
}

.popup img {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup_btn_border {
  border-radius: 15px;
  border: 4px dashed #62F163;
  padding: 4px;
  width: 140px;
  height: 45px;
}

#custom-alert {
  display: grid;
  justify-self: center;
  position: fixed;
  z-index: 1000;
  font-size: 5rem;
  z-index: 1000;
}

.mobile p {
  display: none;
}

.mobile img {
  display: none;
}


/*** 
====================================================================
    Page Styling - END
====================================================================
***/

/*** 
====================================================================
   Responsive - START
====================================================================
***/

/* large laptop screen*/
@media (max-width: 1440px) {

}

/* small laptop screen*/
@media (max-width: 1024px) {

}

/* tablet screen*/
@media (max-width: 768px) {
 

}

/* mobile screen*/
@media (max-width: 577px) {
  body {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pageGrid {
    border: none;
    margin: 0px;
  }
  #h1 p {
    border: 3px dashed #62F163;
    padding: 2.5px 10px;
    font-size: 1.5rem;
    border-radius: 12px;
  }
  #h1 .n0-i2 .n1-i1 img {
    width: 38px;
  }

  #h1 .check {
    width: 18px;
  }

  #h1 .boxborder {
    border: 3px dashed #62F163;
    padding: 8px 10px;
    border-radius: 12px;
  }

  #h1 button {
    font-size: 1.5rem;
    padding: 2px 10px;
    border-radius: 7px;
  }

  #h1 .boxborder img {
    width: 10px;
  }

  #h1 .n0-i1 {
    --sm: 3%;
  }

  #h1 .n0-i2 {
    --px-xs: 6%;
    --sm: 3%;
  }

  #h1 .n0-i2 .n1-i2 {
    border: 3px dashed #62F163;
    border-radius: 12px;
    padding: 3.5px;
  }

  .o3 img {
    max-width: 25vw !important;
  }
  #custom-alert img {
    width: 200px;
  }
}


/*** 
====================================================================
   Responsive - END
====================================================================
***/


