* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  font-family: "Telenor-Bold";
}
* button {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  text-transform: capitalize;
  cursor: pointer;
}
html,
body {
  margin: 0%;
  padding: 0%;
  font-size: 62.5%;
  overflow-x: hidden;
  /*background-color: black;*/
  /*background-image: url("../assets/pattern.png");*/
  background-color: #21031a;
  background-repeat: repeat;
  background-position: center center;
  overflow: hidden;
}
@font-face {
  font-family: "Telenor-Bold";
  font-style: normal;
  src: url(".././font/Telenor-Bold.ttf");
}

@font-face {
  font-family: "Telenor-Medium";
  font-style: normal;
  src: url(".././font/Telenor-Medium.ttf");
}
canvas {
  position: fixed;
  overflow: hidden;
  background-color: transparent;
  margin: auto;
}
#loading_screen {
          width: 100vw; /* Full viewport width */
          height: 100vh; /* Full viewport height */
          background-image: url('../assets/figma/splash/splash.png');
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          position: relative;
          
      }
/*.loading_screen {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: "Telenor-Medium";
  z-index: 1000;
  overflow: hidden;
  background-color: black;
  background-image: url("../assets/figma/splash/splash.png");
  background-repeat: repeat;
  background-position: center center;
  
}
.loading_screen > img {
  width: 100%;
  height: 100%;
  max-width: 50rem;
  max-height: 1280px;
  object-fit: cover;
}*/
.loading_screen > span {
  margin-top:  95%;
  color: aliceblue;
  font-size: 2.5rem;
  position: absolute;

}
#loading-container 
{
      width: 300px; /* Adjust the width as needed */
      height: 100px; /* Adjust the height as needed */
      margin-bottom: 370px;/* Adjust the gap between the animation and text */
}
/*#loading-container {
    width: 300px; 
    height: 100px; 
    margin: auto; 
    display: flex;
    justify-content: center;
    align-items: center;
}*/
#turn {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: white;
  /* background-image: url('./assets/portrait.png'); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: none;
  z-index: 999999;
}
/* change */
.main-container {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #21031a;/*black;*/
  z-index: 1000;
  display: none;
}
.container_2 {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 50rem;
  background-image: url("../assets/bg.png");

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  overflow-y: auto;
  
}
#faqmain-container2 {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 50rem;
  background-image: url("../assets/bg.png");

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  /*overflow-y: auto;*/
  align-items: center;
  text-align:center;
}
.header {
  width: 100%;
  height: 5rem;
 /* background-color: #08497e;*/
  background-image: url("../assets/figma/menu/appbarbg.png");
  
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 3rem;
  /*color: white;*/
  z-index: 99999;
  padding: 1rem;
}
.header img {
  width: 1.75rem;
  height: 2.0rem;
  cursor: pointer;
  margin-left: 2.5rem;
}
.header h2 {
  margin: 0 auto;
  color: white;
  font-size: 2.5rem;
  text-align: center;
  margin-left: 35%;
}
.ui_container {
  width: 100%;
  height: 100vh;
  /*min-height: max-content;*/
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  overflow: hidden;
  overflow-y: auto;
  user-select: none;

}

.pop_up {
  display: flex;
  width: 42rem;
  background-color: #f0e5ee;
  border-radius: 2rem;
  text-align: left;
  flex-direction: column;
  padding: 2rem 1.5rem;
  gap: 0.5rem;
  font-size: 2rem;
  align-items: center;
}
.pop_up h2 {
  /*align-self: flex-start;*/
  font-size: 2rem;
  color: #000000;
  line-height: 1.5rem;
  /*text-transform: capitalize;*/
  margin-left: 2rem;
}
.pop_up p {
  /*align-self: flex-start;*/
  text-align: center;
  padding: 10px;
  font-size: 1.5rem;
  color: #444444;/*#809cad;*/
  font-weight: 900;
 /* text-transform: capitalize;*/
  /*margin-left: 2rem;*/
}
.pop_up_item {
  display: flex;
  width: 100%;
  align-items: center;
  border: 2px solid #5d0241;
  border-radius: 1rem;
  gap: 2rem;
  padding: 0.5rem 1rem;
}
.pop_up_icon {
  color: #5d0241;
  font-size: 2rem;
}
.pop_up_item > div > h3:first-child {
  font-size: 1.6rem;
  color: black;
  font-weight: 700;
}
.pop_up_item > div > h3:nth-child(2) {
  font-size: 1.6rem;
  color: #000000;
  /*color: #0777c9;*/
}
.my-input {
  width: 35rem;
  height: 5rem;
  font-size: 1.8rem;
  outline: none;
  border: 1px solid black;
  padding-left: 1rem;
  border-radius: 1rem;
  align-self: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
#my_text_area {
  padding: 1rem;
  resize: none;
  width: 35rem;
  height: 20rem;
  outline: none;
  border: 1px solid black;
  align-self: center;
  font-family: "Telenor-Medium";
  border-radius: 1rem;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::-ms-reveal,
input::-ms-clear {
  display: none;
}
.submit_button {
  width: 35rem;
  height: fit-content;
  min-height: fit-content;
  align-self: center;
  padding: 1rem;
  margin: auto;
  border-radius: 1rem;
  background-color: #5d0241;
  font-size: 2rem;
  color: white;
  transition: all linear 0.2s;
  margin-bottom: 1rem;
}
.submit_button:active {
  transform: scale(0.95);
}
.sign-container {
  border: none;
  width: 42rem;
  gap: 0;
  justify-content: center;
  cursor: pointer;
  padding: 0%;
}
.sign-tab {
  width: 20rem;
  height: 5rem;
  font-size: 2rem;
  border-start-start-radius: 10px;
  border-end-start-radius: 10px;
  background-color: #129cec;
  color: white;
  text-align: center;
  margin: auto 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
.sign-up {
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
  border-start-end-radius: 10px;
  border-end-end-radius: 10px;
}
.my-input--group {
  width: 35rem;
  height: 5rem;
  font-size: 1.5rem;
  border: 1px solid black;
  padding-left: 1rem;
  border-radius: 1rem;
  align-self: center;
  display: flex;
  align-items: center;
  background-color: white;
  position: relative;
}
.my-input--radius {
  border-radius: 0;
  height: auto;
  border: none;
}
.btn_highlight {
  background-color: #0d69a7;
  color: whitesmoke;
  font-weight: 200;
}
.bold_number {
  font-weight: 700;
}
.display {
  display: block;
}
.hide {
  display: none;
}
.display_hide {
  display: none;
}
.dialog_box {

  position: relative;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  min-height: 100vh;
  margin: 0 auto;
  outline: none;
  border: none;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  background-image: url("../assets/bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background: transparent;
  background-color: transparent;*/

  /*position: relative;
  width: 100%;
  height: 100%;
  max-width: 50rem;
  background-color: transparent;
  background-image: url("../assets/bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  overflow-y: auto;
  margin: 0 auto;
  outline: none;
  border: none;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 99999;*/

}

.outer_popup {
  width: 80%;
  height: 30rem;
  background-color: #5d0241;
  border-radius: 3rem;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: center;
  margin: 0 auto;
}
#terms-header h2 {
  text-align: center;
  color: white;
  font-size: 1.95rem;
  margin-left: 25%;
}

.terms-popup .ui_container
{
 /* max-height: calc(100% - 150px); /* Adjusted for header height */
 /* margin-bottom: 400px; /* Adjust for sticky header */
}

.formatted-terms h2 {
  text-align: left;
  color: black;
  
}
.formatted-terms p {
  text-align: left;
  color: black;
  
}
.formatted-terms li {
  text-align: left;
  color: black;
  font-size: 1.2rem;
  margin-left: 10%;
}

.formatted-terms table {
  text-align: center;
  color: black;
  font-size: 1.2rem;
  margin-left: 5%;
  border-collapse: collapse;
}
table, th, td {
    border: 1px solid black;
}
th, td {
    padding: 8px;
    text-align: center;
}
th {
        font-weight: 900;
        font-family: "Telenor-Bold";
    }
.outer_popup h2 {
  text-align: center;
  color: white;
  font-size: 3rem;
}
.inner_dialog {
  width: 100%;
  height: 100%;
  background-color: #f0e5ee;
  border-radius: 3rem;
  text-align: center;
  position: relative;
}
#dialog_content {
  padding: 2rem;
  font-size: 2rem;
  color: black;
  font-weight: 700;
  margin-top: 5rem;
}
#home_btn {
  /*width: 8rem;
  height: auto;
  object-fit: contain;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  margin: 1rem;
  cursor: pointer;*/
  width: 12rem;
  height: fit-content;
  min-height: fit-content;
  align-self: center;
  padding: 1rem;
  margin: auto;
  border-radius: 1rem;
  /*background-color: #0079d0;*/
  /*font-size: 2rem;*/
  /*color: white;*/
  /*transition: all linear 0.2s;*/
  margin-bottom: 1rem;
}
.profile-icon {
  width: 8.0rem;
  height: 8.0rem;
  font-size: 5rem;
  aspect-ratio: 1;
  /*background-color: #a7b2b9;
  box-shadow: 0 0 0.2rem 5px #8f9a9f;*/
  border-radius: 50%;
  text-align: center;
  align-content: center;
  /*color: #d5e6ec;*/
  position: relative;
  margin-bottom: 2rem;
}
.profile-icon img {
  width: 110%;
  height: auto;
  object-fit: contain;
}
.profile-icon::before {
  /*content: "";
  position: absolute;
  width: 105%;
  height: 105%;
  border-radius: 50%;
  border: 0.5rem solid #d3dbe3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}
#join_room_input{
   text-align: center;
}
#create_room_input{
   text-align: center;
}
.select-menu {
  position: relative;
}
.select-menu .select-header {
  width: 35rem;
  height: 5rem;
  font-size: 1.8rem;
  outline: none;
  border: 1px solid black;
  padding: 1rem;
  border-radius: 1rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-bottom: 1rem; */
  cursor: pointer;
}
.select-header > i:nth-child(2) {
  transition: all linear 0.2s;
  transform: rotate(0deg);
}
.select-menu.active .select-header > i:nth-child(2) {
  transform: rotate(180deg);
}

.select-menu .select-list {
  position: absolute;
  list-style: none;
  font-size: 1.8rem;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
  display: none;
}
.select-menu.active .select-list {
  display: block;
}
.options {
  width: 35rem;
  height: 5rem;
  background-color: white;
  border-bottom: 1px solid black;
  padding: 1rem;
  font-size: 1.6rem;
  text-transform: capitalize;
  align-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  z-index: 999999;
}
.options:hover {
  background: rgba(200, 200, 200, 1);
}
.options > img {
  text-align: center;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  object-fit: 1;
  font-size: 2rem;
  margin-right: 1rem;
}
.date-container {
  /* display: flex; */
  /* position: relative; */
  width: min-content;
}
.date-container label {
  display: inline-block;
  color: black;
  pointer-events: none;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
/* input[type="date"]:focus + .date-container label,
input[type="date"]:not(:placeholder-shown) + .date-container label {
  display: none;
} */
input[type="date"] {
  /* appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; */
  padding: 1rem;
}
/* input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}
input[type="date"]::-moz-calendar-picker-indicator {
  display: none;
}
input[type="date"]::-moz-clear {
  display: none;
}
input[type="date"]::-moz-focus-inner {
  border: 0;
} */
/* input[type="date"]:required:invalid::-webkit-datetime-edit {
  color: transparent;
}
input[type="date"]:focus::-webkit-datetime-edit {
  color: transparent;
}
input[type="date"]:active::-webkit-datetime-edit {
  color: transparent;
} */

/*----------------------- FAQ -----------------------*/
p.custom-paragraph{
    color: white; /* Font color: Dark grey */
    font-size: 12px; /* Font size: 16 pixels */
    width: 100%; /* Full width of the container */
    word-wrap: break-word; /* Ensure text wraps within the container */
    margin: 10px 0; /* Optional: margin for spacing */
    line-height: 1.5; /* Optional: line height for better readability */
    justify-content: center;
}
.faq-container {
    background: rgba(255, 255, 255, 0.9);
    background-color: #9ddcff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    min-width: 30rem;
    max-height: calc(100% - 150px); /* Adjusted for header height */
    margin-top: 10px; /* Adjust for sticky header */
    width: 80%;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-question {
    background-color: #bde8ff;
    color: black;
    border: none;
    padding: 10px;
    width: 100%;
    text-align: left;
    font-size: 12px;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
}

.faq-answer {
    display: none;
    padding: 10px;
    font-size: 12px;
    background: #ffffff;
    background-color: #e1f4ff;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    text-align: left;
}


.arrow {
    width: 8px;
    height: 8px;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-right: 5px;
}

.arrow.up {
    transform: rotate(-135deg);
}
.faq-question.active{
    background-color: #eeffff;
}
/*----------------------- facebook login button -----------------------*/
.image-button {
    background-color: #21031a;
/*    display: inline-flex;
    align-items: center;
    padding: 10px 20px ;
    border: 2px solid #0a203f;
    border-radius: 15px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    text-align: center;*/
}



.image-button:hover {
    background-color: #21031a;
    border-color: #21031a;
}
.image-button img {
    /*width: 85%; */
    width: 94%; 
    height: auto; 
    margin-right: 0px; 
}
/*----------------------- MEDIA -----------------------*/
@media screen and (max-width: 1200px) {
  html {
    font-size: 60%;
    overflow-x: hidden;
  }

}
@media screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
    font-size: 55%;
  }
  .main-container {
    height: 100vh;
  }
  .container_2 {
    height: 100%;
    min-height: 100vh;
  }
  .ui_container {
    height: 100vh;
    min-height: 92vh;
  }
  #home_btn {
    margin: 0 2rem 7.5rem 0;
  }
  /* input[type="date"]:placeholder-shown{

  } */
  /* input[type="date"] {
    display: flex;
  } */
}
@media screen and (max-width: 480px) {
  html,
  body {
    overflow-x: hidden;
    font-size: 50%;
  }
  .sign-container{
    padding: 0;
  }
  .sign-tab {
    width: 40rem;
    height: 6rem;
  }
}
@media screen and (max-width: 320px) {
  html,
  body {
    overflow-x: hidden;
    font-size: 40%;
  }
}
/* change */

/*///////////////////////////////////////////////////////////////*/
/* Media Queries for Desktop */
@media only screen and (min-width: 1024px) {
    #loading_screen {
        background-size: contain;
        width: 720px;
        height: 620px;
        margin-left: 23%;
    }
    .loading_screen > span {
      margin-top: 40%;
      font-size: 1.5rem;
    }
    #loading-container 
    {
          width: 240px; /* Adjust the width as needed */
          height: 80px; /* Adjust the height as needed */
          margin-bottom: 320px;/* Adjust the gap between the animation and text */
    }

    .image-button img {
        width: 85%;
    }
}

/* Media Queries for Tablets */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #loading_screen {
        background-size: contain;
        width: 100vw;
        height: auto;
    }
}

/* Media Queries for Mobile */
@media only screen and (max-width: 767px) {
    #loading_screen {
        background-size: cover;
        width: 100vw;
        height: 100vh;
    }
    /*.loading_screen > span {
      margin-top: 80%;
      font-size: 1.5rem;
    }*/

    .image-button img {
        width: 94%; 
    }
}