  /* CSS for dot container */
body{
    font-family: 'Rubik';font-size: 22px;
    background-color: #f6fdff;

}
.sub-question-text{
    text-align: center;
    font-size: 15px;
    direction: rtl;

}
  h1{
    text-align: center;
    direction: rtl;
    font-size: 30px;
  }

  
  .container{
    margin: auto;
    width: 70%; 
     padding: 20px;
     border-radius: 20px;
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
     background-color: rgb(252, 252, 252);
  }

  .content-container{
    border-radius: 20px;
    box-shadow: rgba(82, 82, 82, 0.35) 0px 3px 9px;
    padding-bottom: 50px;
    background-color: white;
  }
  .dot-container {
    display: flex;
     align-items: center;
     justify-content: center;
     direction: rtl;

  }

  .dot{
    margin: 2px;
    direction: rtl;

  }

  #result {
    text-align: center;
    direction: rtl;

    }

  /* CSS for individual dots */
  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: gray;
  }

  #question{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    direction: rtl;
  }

 .dot{
    width: 15px;
    height: 15px;
    background-color: lightgray;
 }
  /* CSS for message popup */
  .message {
    position: absolute;
    width: 300px;
    top: 100%;
    left: 12%;
    transform: translate(-50%, -50%);
    border: 2px solid rgb(98,170,254); ;
    padding: 5px;
    border-radius: 10px;
    display: none;
    color: black;
    font-size: 20px;
    z-index: 10;
    direction: rtl;
    color: black;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

.game-buttons{
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 20px;
    margin: 10px;
    font-size: 20px;
    background: rgb(98,170,254);
    background: linear-gradient(90deg, rgba(98,170,254,1) 0%, rgba(125,74,253,1) 100%);
    box-shadow: rgba(142, 142, 142, 0.35) 0px 5px 15px;
    color: white;
    padding: 20px;
    line-height: 0px;
    cursor: pointer;
    margin-bottom: 15px; 
}

#continue-button{
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 20px;
    margin: 10px;
    font-size: 20px;
    background: rgb(98,170,254);
    background: linear-gradient(90deg, rgba(98,170,254,1) 0%, rgba(125,74,253,1) 100%);
    box-shadow: rgba(142, 142, 142, 0.35) 0px 5px 15px;
    color: white;
    padding: 20px;
    line-height: 0px;
    cursor: pointer;
    margin-bottom: 15px; 
}



#feedback{
    border-radius: 10px;
}


#game-buttons :hover{
    background: rgb(98,170,254);
    background: linear-gradient(90deg,rgba(125,74,253,1)  0%, rgba(98,170,254,1) 100%);
    box-shadow: rgba(142, 142, 142, 0.35) 0px 5px 15px;
    }

.button-container {
    display: flex;
     align-items: center;
     justify-content: center;
  }

#answers {
display: flex;
justify-content: center;
direction: rtl;
}

#answers {
display: flex;
align-items: center;
justify-content: center;
direction: rtl;
}

#explanation-text{
    position: absolute;
    width: 250px;
    top: 40%;
    left: 12%;
    transform: translate(-50%, -50%);
    border: 2px solid rgba(125,74,253,1); ;
    padding: 5px;
    border-radius: 10px;
    display: none;
    color: black;
    font-size: 20px;
    z-index: 10;
    direction: rtl;
    background-color: white;
    color: black;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 280px;



}
  .continue-button{
    display: none;
  }

  /* first question css */

  .micheal-tooltip {
    position: relative;
    cursor: pointer;
  }
  
  .micheal-tooltip::before {
    content: attr(data-address);
    position: fixed;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background-color: #000;
    color: #fff;
    padding: 5px;
    border-radius: 0px 10px 0px 0px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 20px;
  }
  
  .micheal-tooltip:hover::before {
    opacity: 1;
  }
  

  .container-mail{
    width: 90%;
    height: 100%;
    padding: 20px;
}

.header-mail{
    display: inline-flex;
    gap: 10px;
    padding: 10px;
}

.logo-mail{
    width: 70px;
    height: 70px;
    background-color: orange;
    text-align: center;
    border-radius: 50%;
    line-height: 70px;
    color: white;
    font-size: 30px;
    font-weight: bolder;
}

.content-mail{
    width: 75%;
    border: solid lightgray 1px;
    position: relative;
    margin: auto;
    top: 40px;
    padding: 20px;
    
}

#head-mail{
    line-height: 1px;
}

#down-arrow-mail{
    width: 10px;
    height: 10px;
}
#down-arrow-mail :hover{
   background-color: lightgray;
}

#pdf-mail{
    width: 30px;
    height: 30px;
}

.pdf-mail-download{
    margin-top: 100px;
    display: inline-flex;
    background-color: rgb(241, 241, 241);
    border: 1px solid rgb(215, 215, 215);
    line-height: 1px;
    padding: 5px;
}

a{
    text-decoration: none;
    color: black;
}

/* second qustion css */

.dropbox-image{
    display: flex;
    align-items: center;
    justify-content: center;

}
#dropbox-image{
    width: 50px;
    height: 50px;
}

.dropbox-button{
    display: flex;
    align-items: center;
    justify-content: center;
}

#dropbox-button{
    background-color: #1175e0;
    color: white;
    width: 250px;
    height: 50px;
    font-size: 20px;
    border: 0px;
}

.header-dropbox{
    display: inline-flex;
    gap: 20px;
    padding: 10px;
}


.micheal-tooltip {
    position: relative;
    cursor: pointer;
  }
  
  .micheal-tooltip::before {
    content: attr(data-address);
    position: fixed;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background-color: #000;
    color: #fff;
    padding: 5px;
    border-radius: 0px 10px 0px 0px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 20px;
  }
  
  .micheal-tooltip:hover::before {
    opacity: 1;
  }


/*third question*/
.netflix-button{
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-netflix-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

#netflix-button{
    background-color: #D94235;
    width: 200px;
    height: 40px;
    font-size: 20px;
    border: 0px;
    border-radius: 0px;
}

.content-images-netflix{
    
    align-items: center;
    justify-content: center;
}

#netflix-image{
    display: block;
    margin: auto;
    width: 50%;
}



.inline-flex{
    display: flex;
    align-items: center;
    gap: 10px;
}

.inline-flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}