/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./app/page.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.page_main__nw1Wk {
    width: 100vw;
    height: 100vh;
}

.page_h_screen__U_ljc {
    width: 65vw;
    height: 100vh;
}

.page_h_screen__U_ljc img {
    width: 65vw;
    height: 100vh;
    object-fit: cover;
}

.page_signin_sec__6tsy8 {
    width: 35vw;
    height: 100vh;
    background: #F0F2F5;
    position: relative;
    display: flex;
    justify-content: center;
}
.page_logo__ikIZE {
    position: absolute;
    width: 80%;
    max-width: 700px;
    height: auto;
    margin-top: 2vh;
}

.page_signintxt__kW6Fw {
    width: 30vw;
    max-width: 500px;
    height: auto;
    align-self: center;
    background: white;
    z-index: 999;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: -20%;
    border-radius: 10px;
    padding: 50px 0;
}



.page_signintxt__kW6Fw div {
    width: 80%;
    margin-bottom: 20px;
    border-radius: 10px;
}

.page_signintxt__kW6Fw h2 {
    font-size: 2rem;
    text-align: left;
}

.page_signintxt__kW6Fw p {
    font-size: 1rem;
    margin-top: 2%;
    text-align: left;
}

.page_signin_btn__IhHAv {
    cursor: pointer;
    width: 80%;
    height: 45px;
    display: flex;
    border: 2px solid #E6E8E7;
    align-items: center;
    justify-content: center;
    transition-duration: .2s;
}
.page_signin_btn__IhHAv:hover{
    border: 2px solid black;
}
.page_signin_btn__IhHAv img {
    width: auto;
    height: 80%;
    margin-right: 10px;
}

.page_signin_btn__IhHAv p {
    font-size: 1.2rem;
    margin-top: 0;
}
.page_or__ll6aZ{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.page_login_form__6qS3S{
    width: 80%;
    display: flex;
    flex-direction: column;
    height: auto;
}
.page_login_form__6qS3S p{
    font-size: 1rem;
    margin-bottom: 10px;
    color: red;
}
.page_login_form__6qS3S input{
    width: 90%;
    height: 45px;
    border: 2px solid #E6E8E7;
    background: none;
    padding: 0 5%;
    color: black;
    margin-bottom: 20px;
    outline: none;
    border-radius: 10px;
    transition-duration: .2s;
    font-size: 1rem;
}
.page_login_form__6qS3S input:focus{
    border: 2px solid rgb(110, 110, 110);
}
.page_login_form__6qS3S button{
    width: 100%;
    height: 45px;
    margin-top: 5px;
    border: none;
    background: black;
    color: white;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 1rem;
    transition-duration: .3s;
}
.page_login_form__6qS3S button:hover{
    font-size: 1.1rem;
}
.page_forgot__ytdzV{
    color: black;
    text-decoration: underline;
    cursor: pointer;
    text-underline-offset: 5px;
}


.page_flex__io2QE {
    display: flex;
}


@media screen and (max-width: 768px) {
    .page_main__nw1Wk {
      width: 100vw;
      height: auto;
      display: flex;
      flex-direction: column;
      overflow-x: hidden;
    }
  
    .page_flex__io2QE {
      flex-direction: column;
      width: 100%;
    }
  
    .page_h_screen__U_ljc {
      width: 100vw;
      height: 45vh;
    }
  
    .page_h_screen__U_ljc img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .page_signin_sec__6tsy8 {
      width: 100vw;
      height: auto;
      background-color: white;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      position: relative;
      top: -20px;
      padding: 10px 0 30px 0;
      display: flex;
      justify-content: center;
    }
  
    .page_signintxt__kW6Fw {
      width: 90%;
      max-width: 95%;
      position: relative;
      left: 0;
      top: 0;
      background: white;
      border-radius: 15px;
      padding: 30px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      z-index: 2;
    }
  
    .page_signintxt__kW6Fw div {
      width: 100%;
      margin-bottom: 20px;
      text-align: center;
    }
  
    .page_signintxt__kW6Fw h2 {
      font-size: 1.8rem;
    }
  
    .page_signintxt__kW6Fw p {
      font-size: 1rem;
    }
  
    .page_signin_btn__IhHAv {
      width: 100%;
      height: 45px;
    }
  
    .page_signin_btn__IhHAv img {
      height: 70%;
      margin-right: 8px;
    }
  
    .page_signin_btn__IhHAv p {
      font-size: 1rem;
    }
  
    .page_or__ll6aZ {
      width: 100%;
      margin: 20px 0;
    }
  
    .page_login_form__6qS3S {
      width: 100%;
      padding: 0;
    }
  
    .page_login_form__6qS3S input {
      width: 90%;
      padding: 0 12px;
      font-size: 1rem;
    }
  
    .page_login_form__6qS3S button {
      width: 100%;
      font-size: 1rem;
    }
  
    .page_forgot__ytdzV {
      margin-top: 10px;
      font-size: 0.95rem;
      text-align: center;
    }
  
    .page_logo__ikIZE {
      display: none;
    }
  }
  
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./components/Loading/LoadingOverlay.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
/* Fullscreen overlay styles */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Spinner styles */
.spinner {
  width: 64px;
  height: 64px;
  border: 8px solid rgba(255, 255, 255, 0.2); /* Light border */
  border-top: 8px solid #fff; /* White color on top for animation */
  border-radius: 50%; /* Makes the spinner circular */
  animation: spin 1s linear infinite; /* Infinite spinning animation */
}

/* Animation keyframes */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Example button styles */
.content button {
  padding: 10px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.content button:hover {
  background: #0056b3;
}

/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./components/popup/popup.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
/* Fullscreen overlay styles */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.box{
  width: 30%;
  height: auto;
  background: white;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  border-radius: 10px;
  position: relative;
}

.box p {
  font-size: 1rem;
  color: black;
  margin: 20px 0;
  white-space: pre-wrap; /* preserves line breaks */
  text-align: center;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  line-height: 1.6;
}

.box img{
  width: 120px;
  height: auto;
}

.box button{
  position: absolute;
  top: 0;
  right: 5%;
  width: 30px;
  height: 30px;
  background: black;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  margin-top: 20px;
  font-size: 1rem;
}

