.right-desktop-img-bg {
    background-color: #EDF4FD;
    z-index: 1;
    width: 75%;
}


.right-desktop-img {
    width: 70%;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}

.desktop-app {
    max-width: 440px!important;
    position: relative!important;
    width: 100%!important;
}

.mobile-app {
    max-width: none;
}

.event_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
    font-family: "Lexend", sans-serif;
}
.event_popup .popup_window {
  max-width: 450px;
  width: 100%;
  padding: 30px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
}
.event_popup .popup_window h5 {
  font-weight: 700;
  font-size: 20px;
  color: #404041;
  text-align: center;
 margin: 15px 0;
}
.event_popup .popup_window .text {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: rgba(130, 130, 130, 1);
  margin-bottom: 40px;
  /* margin-top: 15px; */
}
.event_popup .popup_window .action_btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.event_popup .popup_window .action_btns .signin_btn {
  background-color: rgba(0, 96, 114, 1);
  color: #fff;
  border-radius: 25px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 5px;
  text-align: center;
  cursor: pointer;
}
.event_popup .popup_window .action_btns .signout_btn {
  background-color: #fff;
  border: 1px solid rgba(0, 96, 114, 1);
  color: rgba(0, 96, 114, 1);
}

/* =================== LOGIN POPUP =================== */

.login_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  display: flex;
  justify-content: center;
    font-family: "Lexend", sans-serif;
}
.login_popup .content {
  max-width: 500px;
  width: 100%;
  padding: 30px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
}
.login_popup .content h5 {
  color: #414040;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.login_popup .content .almost_there {
  color: #FCB913;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.20000000298023224px;
  display: flex;
  justify-content: flex-end;
}
.login_popup .content .completed {
  color: #0AC400;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.20000000298023224px;
  display: flex;
  justify-content: flex-end;
}
.login_popup .content .progress {
  color: rgba(252, 185, 19, 1);
  width: 100%;
  height: 8px;
}
.login_popup .content .progress-bar {
  background-color: rgba(252, 185, 19, 1);
}
.login_popup .content .green {
  color: #0AC400;
}
.login_popup .content .green .progress-bar {
  background-color: #0AC400;
}

.login_popup .content .mobile_no_box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
  flex-direction: column;
  text-align: center;
}
.login_popup .content .mobile_no_box span {
  color: #686868;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.login_popup .content .mobile_input_box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.login_popup .content .mobile_input_box .prefix {
  width: 40%;
   position: relative;
}
.login_popup .content .mobile_input_box .prefix .selector {
  position: relative;
  cursor: pointer;
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 0;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login_popup .content .mobile_input_box .prefix .selector .arrow {
  box-sizing: border-box;
  position: absolute;
  right: 10px;
  top: 33%;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-radius: 100px;
}
.login_popup .content .mobile_input_box .prefix .selector .arrow::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 10px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #1E1E1E;
  border-right: 2px solid #1E1E1E;
  transform: rotate(45deg);
  left: 4px;
  top: 2px;
}
.login_popup .content .mobile_input_box .prefix .selector .expanded {
  transform: rotateZ(180deg) translateY(0px);
}
.login_popup .content .mobile_input_box .prefix .selector .label {
  display: block;
  padding: 13px;
  font-size: 16px;
  color: #888;
  background-color: #F6F6F6;
  border-radius: 10px;
  width: 100%;
}
.login_popup .content .mobile_input_box .prefix ul {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  height: auto;
  overflow: auto;
  background: #fff;
  margin-top: 10px;
  border-radius: 15px;
  top: 46px;
  left: 0;
}
.login_popup .content .mobile_input_box .prefix li {
  padding: 10px;
  color: #888888;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  gap: 10px;
}
.login_popup .content .mobile_input_box .prefix li:hover {
  color: white;
  background: rgba(0, 180, 184, 1);
}
.login_popup .content .mobile_input_box .prefix .current {
  background: rgba(0, 180, 184, 1);
  color: white;
}
.login_popup .content .mobile_input_box .prefix .hidden {
  visibility: hidden;
}
.login_popup .content .mobile_input_box .prefix .visible {
  visibility: visible;
}
.login_popup .content .mobile_input_box .mobile_input {
  background-color: #F6F6F6;
  color: #888888;
  padding: 13px;
  border: none;
  border-radius: 10px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}

.login_popup .content .btn_action {
  margin-top: 25%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.login_popup .content .next_btn {
  background-color: #006072;
  color: #fff;
  padding: 12px;
  text-align: center;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
}
.login_popup .content .back {
  background-color: #A7A7A7;
}

.login_popup .content .otp-text {
  font-size: 12.5px;
  color: #797979;
}
.login_popup .content .otp-container-mobile {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 25px;
}
.login_popup .content .otp-box-mobile {
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #F6F6F6;
  border-radius: 10px;
  background-color: #F6F6F6;
  color: #686868;
}
.login_popup .content .otp-box-mobile:focus {
  border: 1px solid rgba(211, 211, 211, 1);
}

.login_popup .content .custom_input_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.login_popup .content .custom_input_box .register_input {
  background-color: #F6F6F6;
  color: #888888;
  padding: 13px;
  border: none;
  border-radius: 10px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}

.login_popup .content .log_text {
  font-weight: 400;
  font-size: 16px;
  align-items: center;
  color: #686868;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.login_popup .content .log_text .contact {
  font-weight: 700;
  color: #006072;
}


.login_popup .otp_popup{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  display: flex;
  justify-content: center;
    font-family: "Lexend", sans-serif;
    align-items: center;
}

.login_popup .otp_popup .popup_window {
  max-width: 450px;
  width: 100%;
  padding: 30px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;

}

.login_popup .otp_popup .popup_window .popup_item{
 display: flex;
 align-items: center;
gap: 10px;
}