/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./components/login/login-modal.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.login-modal_inputDiv__KA_yU {
  display: flex;
  margin-top: 54px;
  height: 57px;
  width: 100%;
}

.login-modal_inputDiv__KA_yU button{
  width: 30%;
}

.login-modal_inputContainer__RM3BI {
  display: flex;
  background-color: #f2f4f5;
  width: 70%;
  margin-right: 16px;
  padding-left: 25px;
  border-radius: 12px;
  align-content: center;
  color: #576470;
}

.login-modal_failed__bJkj7 {
  border: 1px solid var(--error-text-color);
}

.login-modal_countryCode__6WT4U {
  align-content: center !important;
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  color: #576470 !important;
}

.login-modal_inputContainer__RM3BI input {
  width: 100%;
  border: none;
  background-color: #f2f4f5;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  height: 23px;
  align-self: center;
  color: #576470 !important;
}

.login-modal_inputContainer__RM3BI ::placeholder {
  color: #576470;
}

.login-modal_inputContainer__RM3BI input:focus {
  outline: none;
}

.login-modal_getOtpButton__9jm4w {
  width: 148px;
  align-content: center;
  border-radius: 12px;
}

.login-modal_googleButton__T26CV {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 460px;
  height: 57px;
  align-content: center;
  border: aliceblue;
  border: 2px solid #d6d9dc;
  border-radius: 13px;
  margin-top: 30px;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.login-modal_googleButton__T26CV img {
  width: 31px;
  height: 31px;
  margin-left: 13px;
}

.login-modal_secondaryButton__9qt5K {
  color: #576470;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 36px;
}

.login-modal_secondaryButton__9qt5K:hover {
  cursor: pointer;
}

.login-modal_inputErrorMsg__bOW_3 {
  color: var(--error-text-color);
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 13px;
}

/* Mobile styles */
@media only screen and (max-width: 600px) {
  .login-modal_inputContainer__RM3BI {
    height: 56px;
    width: -webkit-fill-available;
    width: -moz-available;
    margin-left: 20px;
  }

  .login-modal_inputDiv__KA_yU {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
    width: -moz-available;
    margin-right: 0px !important;
    margin-top: 30px;
    height: 112px !important;
  }

  .login-modal_getOtpButton__9jm4w {
    margin-top: 12px !important;
    height: 56px !important;
    margin-right: 20px;
    margin-left: 20px;
  }

  .login-modal_googleButton__T26CV {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 56px;
    border-radius: 12px;
    margin-top: 48px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .login-modal_secondaryButton__9qt5K {
    margin-top: 32px;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./components/custom-button/custom-button.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/


.custom-button_buttonDefault__xcuV8 {
  background-color: white;
  color: #29AC9A;
  border: 1px solid #29AC9A;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 600;
}
.custom-button_buttonDefault__xcuV8:hover{
  border-color: #111111;
}

.custom-button_activeBtn__eFxg4 {
  background-color: #29ac9a;
  border-color: #29ac9a;
  color: white;
}
.custom-button_activeBtn__eFxg4:hover{
  background-color: #178575;
  border-color: #178575;
}

.custom-button_dangerBtn__qG7cl {
  background-color: #e02d3c;
  border-color: #e02d3c;
  color: white;
}

.custom-button_dangerBtn__qG7cl:hover{
  background-color: #AC1C28;
  border-color: #AC1C28;
}

.custom-button_buttonDefault__xcuV8:disabled,
.custom-button_activeBtn__eFxg4:disabled,
.custom-button_dangerBtn__qG7cl:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.custom-button_smallBtn__RrSJL {
  padding: 6px 12px;
  font-size: 12px;
}

.custom-button_mediumBtn__V2vt4 {
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 10px;
}

.custom-button_largeBtn__3pI3x {
  padding: 14px 28px;
  font-size: 16px;
}




.custom-button_loader__q9Ms1 {
  /* Loader styles */
  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-right: 0.5rem;
  animation: custom-button_spin__gSjmA 2s linear infinite;
  display: inline-block;
  vertical-align: middle;
}

@keyframes custom-button_spin__gSjmA {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Mobile styles */
@media only screen and (max-width: 600px) {
  .custom-button_buttonDeactive___W0yZ {
    width: -webkit-fill-available;
    width: -moz-available;
  }

  .custom-button_buttonActive__hmiWX {
    width: -webkit-fill-available;
    width: -moz-available;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./components/login/otp-modal.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.otp-modal_otpInput__ymuz6 {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.otp-modal_otpInput__ymuz6 input {
  width: 70px;
  height: 70px;
  background: #f2f4f5;
  color: var(--text-color);
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  text-align: -moz-center;
  margin: 0 9px;
  border-radius: 12px;
  border-style: none;
}

.otp-modal_otpFailed__nlYvO input {
  border: 1.23px solid var(--error-text-color);
}

.otp-modal_submitOtpButton__Uq0kA {
  width: 460px !important;
  height: 70px !important;
  margin-top: 20px !important;
}

.otp-modal_editImg__uBCKX {
  width: 16px !important;
  height: 16px !important;
  margin-left: 20px;
  cursor: pointer;
}

.otp-modal_sentOtpContainer__r2lJ3 {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.otp-modal_inputErrorMsg__w_w59 {
  color: var(--error-text-color);
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 15px;
}

/* Mobile styles */
@media only screen and (max-width: 600px) {
  .otp-modal_sentOtpContainer__r2lJ3 {
    margin-top: 30px;
    margin-left: 118px;
    margin-right: 118px;
  }

  .otp-modal_editImg__uBCKX {
    width: 12px !important;
    height: 12px !important;
    align-self: end;
    margin-left: 8px;
    margin-bottom: 2px;
  }

  .otp-modal_otpInput__ymuz6 {
    margin-top: 30px;
  }

  .otp-modal_otpInput__ymuz6 input {
    width: 56px;
    height: 56px;
  }

  .otp-modal_submitOtpButton__Uq0kA {
    width: -webkit-fill-available !important;
    height: -webkit-fill-available !important;
    margin-top: 20px !important;
    height: 56px !important;
    margin-left: 20px;
    margin-right: 20px;
  }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./components/timer/timer.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.timer_resendOtp__zYRjF {
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.timer_resend__dVcno {
  margin-top: 28px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--primary-color);
  cursor: pointer;
}

/* Mobile styles */
@media only screen and (max-width: 600px) {
  .timer_resendOtp__zYRjF {
    margin-top: 24px;
    font-size: 16px;
    line-height: 20px;
  }

  .timer_resend__dVcno {
    margin-top: 24px;
    font-size: 16px;
    line-height: 20px;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/login/page.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.page_centerDiv__sexRM {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 70px);
  padding: 20px;
}

.page_centerDiv__sexRM a {
  color: var(--primary-color);
}

.page_login__5X0Rt {
  flex-grow: 1;
  text-align: center;
  text-align: -moz-center;
  margin-top: 214px;
  width: 460px;
  height: 312px;
}

.page_login__5X0Rt p {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}

.page_inputDiv__4z_NI {
  display: flex;
  justify-content: center;
  margin-top: 54px;
  height: 72px;
  width: 460px;
}

.page_termsCondition__l7lvV {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #909090;
}

.page_termsCondition__l7lvV a {
  text-decoration: none;
}

/* Mobile styles */
@media only screen and (max-width: 600px) {
  .page_centerDiv__sexRM {
    padding: 0px;
    padding-top: 100px;
    height: calc(100vh - 130px);
  }

  .page_login__5X0Rt {
    margin-top: 97px;
    width: -webkit-fill-available;
    width: -moz-available;
    height: -webkit-fill-available;
  }

  .page_login__5X0Rt p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }

  .page_termsCondition__l7lvV {
    text-align: center;
    text-align: -moz-center;
    font-size: 12px;
    line-height: 17x;
    font-weight: 400;
    margin-left: 60px;
    margin-right: 60px;
  }

  .page_termsCondition__l7lvV a {
    font-size: 12px;
    line-height: 17px;
  }
}

