.PageNotFound_main__2kBgT {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url(c4b57908574c50dd.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}

/* @media (max-width: 800px) {
  .main {
    background-repeat: no-repeat;
    background-size: cover;
  }
} */

.PageNotFound_login-icon__1OGcI {
  margin-left: '20px';
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.PageNotFound_content_layout__2VFgk {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
}

.PageNotFound_description__1atxN {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.PageNotFound_title__3gJW3 {
  display: flex;
  justify-content: center;
  color: white;
  font-size: 11.1rem;
  line-height: 1.5;
  font-weight: 700;
  max-height: 10rem;
}

.PageNotFound_subtitle__3Xr8G {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  color: white;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 400;
}

.PageNotFound_text__3330P {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
  color: white;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}

.PageNotFound_back_btn__3EzVm {
  margin-top: 3rem;
  width: 17rem;
  height: 2.5rem;
  border-radius: 0.3rem;
  font-size: 1rem;
  font-weight: 800;
  border: 0px;
  color: white;
  background-color: #ffb657;
}

@media (max-width: 800px) {
  .PageNotFound_main__2kBgT {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .PageNotFound_title__3gJW3 {
    font-size: 8rem;
  }
  .PageNotFound_subtitle__3Xr8G {
    margin-top: 0;
  }
}

@media (max-width: 400px) {
  .PageNotFound_text__3330P {
    font-size: 1rem;
  }
}

.channelPartner_main-container-flex__2I1IE {
  overflow-y: scroll !important;
}

.channelPartner_hBit_red_span__26mAk {
  font-weight: 700;
  color: #ff0000;
}

.channelPartner_term-in-use__2iuC7 {
  color: #000;
  font-weight: bold;
}
.RegistrationModal_RegModalBackground__Eu5QR {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
}

.RegistrationModal_modalContainer__23jwr {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 50%;
  left: 50%;
  width: 800px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  pointer-events: auto;
  outline: 0;
  padding: 13px;
  z-index: 1000;
}

.RegistrationModal_titleCloseBtn___MnG- {
  display: flex;
  justify-content: flex-end;
}

.RegistrationModal_titleCloseBtn___MnG- button {
  background-color: #fff;
  border: 0px;
}

.RegistrationModal_titleCloseBtn___MnG- img {
  vertical-align: middle;
}

.RegistrationModal_modalBody__2OHBq {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px 10px 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 520px) {
  .RegistrationModal_modalBody__2OHBq {
    padding: 0 15px 15px 15px;
  }
}

@media (max-width: 479px) {
  .RegistrationModal_modalBody__2OHBq {
    padding: 0 15px 15px 15px;
  }
}

.RegistrationModal_title__2_vM- h3 {
  padding: 13px 0px;
  margin: 0;
  margin-bottom: 6.5px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
  opacity: 1;
}

.RegistrationModal_inputContainer__1DTUr {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

@media (max-width: 1700px) {
  .RegistrationModal_inputContainer__1DTUr {
    min-height: auto;
  }
}

.RegistrationModal_Wrapper__38N7H {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  padding: 13px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
}

.RegistrationModal_Wrapper__38N7H input, .RegistrationModal_Wrapper__38N7H select {
  width: 100%;
  margin: 15px 0;
  border: none;
  padding: 0.375rem 0.75rem;
  border-bottom: 1px solid #c1c1c1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 767px) {
  .RegistrationModal_Wrapper__38N7H input, .RegistrationModal_Wrapper__38N7H select {
    margin: 10px 0;
  }
}

.RegistrationModal_Wrapper__38N7H input:focus-visible {
  outline-offset: 0px;
}

.RegistrationModal_Wrapper__38N7H input:focus, .RegistrationModal_Wrapper__38N7H select:focus {
  outline: none;
  background: none;
  background-color: none;
}

.RegistrationModal_Wrapper__38N7H input:-internal-autofill-selected {
  background-image: none !important;
  background-color: #fff !important;
}

.RegistrationModal_errorMessage__26coa {
  position: absolute;
  font-size: 13px;
  color: red;
  bottom: -15px;
}

.RegistrationModal_errorRegMessage__uj6j0 {
  font-size: 13px;
  color: red;
  margin-top: -2.5px;
  font-weight: 400;
}

.RegistrationModal_react-tel-input__3qlpV .RegistrationModal_form-control__1aods {
  width: 100% !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
  border-radius: 0 !important;
  height: 55px;
}

@media (max-width: 1699px) {
  .RegistrationModal_react-tel-input__3qlpV .RegistrationModal_form-control__1aods {
    height: 48px;
  }
}

.RegistrationModal_react-tel-input__3qlpV .RegistrationModal_flag-dropdown__3uy3N {
  background: none !important;
  border: none !important;
}

.RegistrationModal_react-tel-input__3qlpV .RegistrationModal_selected-flag__2AooJ {
  outline: none;
  position: relative;
  width: 38px;
  height: 100%;
  padding: 0 0 0 8px;
  border-radius: 3px 0 0 3px;
}

.RegistrationModal_verifyButtonContainer__2JvTV {
  padding: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.RegistrationModal_btn__1jGNL {
  padding: 13px 39px;
  margin: 0;
  background: #ffb657 0 0 no-repeat padding-box;
  border-radius: 5px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.48px;
  color: #000;
  text-transform: uppercase;
  opacity: 1;
  border: 1px solid transparent;
}

.RegistrationModal_btn__1jGNL :hover {
  background: #ffb657 0 0 no-repeat padding-box;
}

.RegistrationModal_bottomContent__3-3yY {
  padding: 0px 0px 13px;
  margin: 0;
}

.RegistrationModal_bottomContent__3-3yY p {
  font-family: Roboto;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000000;
  margin-top: 0;
  margin-bottom: 13px;
}

.RegistrationModal_bottomContent__3-3yY span {
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  color: #1a295b;
}

.RegistrationModal_tncBottom__12D4a {
  padding: 13px 0;
}

.RegistrationModal_tncBottom__12D4a p {
  font-family: Roboto;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  color: #535353;
  margin-top: 0;
  margin-bottom: 13px;
}

.RegistrationModal_tncBottom__12D4a span {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 700;
  cursor: pointer;
  color: #1a295b;
}

.RegistrationModal_linked_checkbox__2oeiy {
  margin-bottom: 1rem;
  font-size: 14px;
  color: #535353;
}

.RegistrationModal_grid-item-4__1fxkq {
  margin-top: 15.5px;
}

.RegistrationModal_serverErrorMessage__2pp0c {
  color: red;
  display: flex;
  justify-content: center;
}

.RegistrationModal_relationWithParentDropdown__1HI5i {
  background-color: white;
}

@media screen and (max-width: 900px) {
  .RegistrationModal_modalContainer__23jwr {
    max-width: 500px;
    max-height: 800px;
  }
  .RegistrationModal_Wrapper__38N7H {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 520px) {
  .RegistrationModal_modalContainer__23jwr {
    max-width: 400px;
    max-height: 800px;
  }
  .RegistrationModal_Wrapper__38N7H {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479px) {
  .RegistrationModal_modalContainer__23jwr {
    max-width: 87%;
  }
}
.components_header_main-container__aAkln {
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 9;
  align-self: center;
  padding: 1% 0 1% 0;
  height: 85px;
  align-items: center;
  justify-content: space-between !important;
  transition: all ease-out 0.2s;
  margin-top: 85px;
}
.components_header_main-container__aAkln .components_header_iconDivWrap__sTPjm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.components_header_main-container__aAkln .components_header_moneyControlLogo__d9VHZ {
  margin-top: -10px;
  width: 160px;
  cursor: default !important;
  margin-left: -15px;
}
.components_header_main-container__aAkln .components_header_logo-icon__38pzN {
  margin-top: -5px;
}
@media (max-width: 800px) {
  .components_header_main-container__aAkln .components_header_iconDivWrap__sTPjm {
    align-items: center;
  }
  .components_header_main-container__aAkln {
    padding: 0;
  }
  .components_header_main-container__aAkln .components_header_moneyControlLogo__d9VHZ {
    margin-top: -30px;
    width: 120px;
    margin-left: 0px;
  }
  .components_header_main-container__aAkln .components_header_logo-icon__38pzN {
    margin-top: 2px;
  }
}
.components_header_main-container__aAkln .components_header_mobile-logo__1cGfm {
  height: 32px !important;
}
.components_header_main-container__aAkln .components_header_full-screen-logo__4k_d9 {
  height: 32px !important;
}
.components_header_main-container__aAkln .components_header_logo-icon__38pzN:hover {
  cursor: pointer;
}
.components_header_main-container__aAkln .components_header_user-name__22g5k {
  font-size: 1rem;
}
.components_header_main-container__aAkln .components_header_user-name__22g5k:hover {
  color: white;
}
@media (max-width: 800px) {
  .components_header_main-container__aAkln .components_header_user-name__22g5k {
    font-size: 21px;
  }
}
.components_header_main-container__aAkln .components_header_logo__13lOr {
  color: #ffb657;
  margin: 5px 1rem 5px 0%;
  cursor: pointer;
  width: 8.333rem;
  height: 2.778rem;
}
.components_header_main-container__aAkln .components_header_header_container__1hlMr {
  display: flex;
  align-items: center;
  width: 100% !important;
}
.components_header_main-container__aAkln .components_header_breadcrumbs__2TaWi {
  color: white;
  display: flex;
  align-self: flex-start;
  font-size: 0.9rem;
  padding-left: 0.5rem;
  margin-top: 0.7rem;
  letter-spacing: 0.54px;
}
@media (max-width: 991px) {
  .components_header_main-container__aAkln .components_header_breadcrumbs__2TaWi {
    margin: 0px 5px;
  }
}
@media (max-width: 800px) {
  .components_header_main-container__aAkln .components_header_breadcrumbs__2TaWi {
    display: none;
  }
}
.components_header_main-container__aAkln .components_header_nav-links__3KAq9 {
  display: flex;
  margin-top: 5px;
}
.components_header_main-container__aAkln .components_header_nav-links__3KAq9 .components_header_links__x5eVu {
  color: white;
  text-decoration: none;
  padding-right: 20px;
  padding-left: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.54px;
  opacity: 1;
}
.components_header_main-container__aAkln .components_header_nav-links__3KAq9 .components_header_links__x5eVu:hover {
  color: #ffb657;
}
@media (max-width: 1700px) and (min-width: 800px) {
  .components_header_main-container__aAkln .components_header_nav-links__3KAq9 .components_header_links__x5eVu {
    font-size: 0.98rem;
  }
}
@media (max-width: 991px) {
  .components_header_main-container__aAkln .components_header_nav-links__3KAq9 .components_header_links__x5eVu {
    margin: 10px 5px;
  }
}
@media (max-width: 800px) {
  .components_header_main-container__aAkln .components_header_nav-links__3KAq9 .components_header_links__x5eVu {
    font-size: 21px;
    padding: 0.5rem 1rem;
  }
}
.components_header_main-container__aAkln .components_header_nav-links__3KAq9 .components_header_highlight__3NNI8 {
  color: #ffb657;
}
.components_header_main-container__aAkln .components_header_btns__rihRp {
  display: flex;
  margin-left: auto;
  align-items: center !important;
}
@media (max-width: 800px) {
  .components_header_main-container__aAkln .components_header_btns__rihRp {
    align-items: flex-start !important;
    width: 100%;
    margin-left: 17px !important;
  }
}
.components_header_main-container__aAkln .components_header_btns__rihRp .components_header_new_btn__wdT9r {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 0.25rem;
  cursor: pointer;
  padding: 0.375rem 2rem;
  font-size: 1rem;
}
@media (max-width: 800px) {
  .components_header_main-container__aAkln .components_header_btns__rihRp .components_header_new_btn__wdT9r {
    font-size: 21px;
  }
}
.components_header_main-container__aAkln .components_header_btns__rihRp .components_header_new_btn__wdT9r .components_header_a-btn__3nWBU {
  color: white;
  text-align: center;
  text-decoration: none;
}
.components_header_main-container__aAkln .components_header_btns__rihRp .components_header_header_profile__20hxP {
  color: white;
  height: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 50px;
}
@media (max-width: 800px) {
  .components_header_main-container__aAkln .components_header_btns__rihRp .components_header_header_profile__20hxP {
    margin-left: 12px;
  }
}
.components_header_main-container__aAkln .components_header_btns__rihRp .components_header_header_profile__20hxP .components_header_header_profile_image__2DE2Y {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.components_header_main-container__aAkln .components_header_btns__rihRp .components_header_new_btn__wdT9r:nth-child(1) {
  display: flex;
  align-items: center;
  margin-right: 0.35rem;
  padding: 0;
}
@media (max-width: 800px) {
  .components_header_main-container__aAkln .components_header_btns__rihRp .components_header_new_btn__wdT9r:nth-child(1) {
    display: none;
  }
}
.components_header_main-container__aAkln .components_header_btns__rihRp .components_header_new_btn__wdT9r:nth-child(1) .components_header_login-icon__22LyB {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.components_header_main-container__aAkln .components_header_btns__rihRp .components_header_new_btn__wdT9r:nth-child(2) {
  display: flex;
  align-items: center;
  margin-right: 0.35rem;
}
@media (max-width: 800px) {
  .components_header_main-container__aAkln .components_header_btns__rihRp .components_header_new_btn__wdT9r:nth-child(2) {
    margin-left: 10px;
  }
}
.components_header_main-container__aAkln .components_header_btns__rihRp .components_header_new_btn__wdT9r:nth-child(2) .components_header_login-icon__22LyB {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 800px) {
  .components_header_main-container__aAkln .components_header_btns__rihRp .components_header_new_btn__wdT9r:nth-child(2) .components_header_login-icon__22LyB {
    margin-left: -15px;
  }
}
.components_header_main-container__aAkln .components_header_btns__rihRp .components_header_new_btn__wdT9r:nth-child(3) {
  display: flex;
  align-items: center;
  margin-right: 0.35rem;
}
.components_header_main-container__aAkln .components_header_btns__rihRp .components_header_new_btn__wdT9r:nth-child(3) .components_header_login-icon__22LyB {
  margin-left: "20px";
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.components_header_main-container__aAkln .components_header_btns__rihRp .components_header_new_btn__wdT9r:nth-child(4) {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .components_header_main-container__aAkln .components_header_btns__rihRp .components_header_new_btn__wdT9r:nth-child(4) {
    display: none;
  }
}
.components_header_main-container__aAkln .components_header_btns__rihRp .components_header_new_btn__wdT9r:nth-child(4) .components_header_login-icon__22LyB {
  margin-left: "20px";
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.components_header_main-container__aAkln .components_header_btns__rihRp .components_header_new_btn__wdT9r:nth-child(4) .components_header_a-btn__3nWBU {
  color: white;
}
.components_header_main-container__aAkln .components_header_btns__rihRp .components_header_new_btn__wdT9r:nth-child(5) {
  display: flex;
  align-items: center;
  margin-right: 0.35rem;
}
@media (max-width: 800px) {
  .components_header_main-container__aAkln .components_header_btns__rihRp .components_header_new_btn__wdT9r:nth-child(5) {
    display: none;
  }
}
.components_header_main-container__aAkln .components_header_btns__rihRp .components_header_new_btn__wdT9r:nth-child(5) .components_header_login-icon__22LyB {
  margin-left: "20px";
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.components_header_call_icon__2PHZY {
  display: none;
}
.components_header_whatsapp_icon__1Znix {
  display: none;
}
.components_header_icon__35Ooc {
  display: none;
}
@media screen and (max-width: 800px) {
  .components_header_main-container__aAkln {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 65px;
    width: 100% !important;
  }
  .components_header_main-container__aAkln .components_header_container__BOO9m {
    padding-left: 0;
    padding-right: 0;
  }
  .components_header_main-container__aAkln .components_header_logo__13lOr {
    margin-right: auto;
    padding: 10px 30px;
    margin-left: 25px;
  }
  .components_header_main-container__aAkln .components_header_mobile-logo__1cGfm {
    height: 25px !important;
    margin-top: -15px;
  }
  .components_header_main-container__aAkln .components_header_full-screen-logo__4k_d9 {
    height: 30px !important;
    margin-top: -15px;
    margin-left: 18px;
  }
  .components_header_main-container__aAkln .components_header_nav-links__3KAq9 {
    display: flex;
    margin: auto;
    flex-direction: column;
    margin-top: 50px;
    justify-content: space-between;
  }
  .components_header_main-container__aAkln .components_header_nav-links__3KAq9 .components_header_links__x5eVu {
    text-align: center;
  }
  .components_header_main-container__aAkln .components_header_nav-links__3KAq9 .components_header_header-options__wla1p {
    visibility: none;
    margin-bottom: 30px !important;
  }
  .components_header_main-container__aAkln .components_header_t-align__1ydPd {
    text-align: start !important;
  }
  .components_header_main-container__aAkln .components_header_m_bt__1JzsH {
    margin-bottom: 0 !important;
  }
  .components_header_main-container__aAkln .components_header_btns__rihRp {
    flex-direction: column;
    margin: auto;
    justify-content: flex-start;
    align-items: "center";
    margin-bottom: 30px;
  }
  .components_header_main-container__aAkln .components_header_btns__rihRp .components_header_new_btn__wdT9r {
    display: flex;
    margin-bottom: 30px;
    margin-left: 15px;
  }
  .components_header_main-container__aAkln .components_header_btns__rihRp .components_header_header-options_dropdown__2EJ-E {
    top: -70px !important;
    right: -160px !important;
    border-radius: 8px !important;
    width: 13rem !important;
    max-width: 14rem !important;
    max-height: 14rem !important;
    height: 14rem !important;
    display: flex;
    flex-direction: column;
  }
  .components_header_main-container__aAkln .components_header_btns__rihRp .components_header_header_dropdown__3IR4b {
    right: 250px;
  }
  .components_header_main-container__aAkln .components_header_btns__rihRp .components_header_header_dropdown__3IR4b .components_header_header-options_dropdown_item__2j7RL {
    padding: 0.2rem !important;
    color: #1a295b !important;
    font-weight: bold !important;
    text-align: start !important;
  }
  .components_header_main-container__aAkln .components_header_call_icon__2PHZY {
    display: block;
    position: fixed;
    right: 60px;
    top: 18px;
    background-color: transparent;
    border: none;
    margin: 0 0.5vw;
  }
  .components_header_main-container__aAkln .components_header_whatsapp_icon__1Znix {
    display: block;
    position: fixed;
    right: 65px;
    top: 18px;
    background-color: transparent;
    border: none;
    margin: 0 0.5vw;
  }
  .components_header_main-container__aAkln .components_header_icon__35Ooc {
    display: block;
    position: fixed;
    right: 20px;
    top: 18px;
    background-color: transparent;
    border: none;
    margin: 0 0.5vw;
  }
  .components_header_header_container__1hlMr {
    display: flex;
    padding: 25px 0;
    flex-direction: column;
    height: auto;
    flex-basis: 0;
    width: 100%;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    position: relative;
    z-index: 9;
  }
  .components_header_header_container__1hlMr.components_header_toggle_open__viUot {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    background-color: #1a295b !important;
  }
}
.components_header_btns__rihRp {
  position: relative;
}
.components_header_btns__rihRp .components_header_header-options_dropdown__2EJ-E {
  top: 0px !important;
  right: -100px !important;
  border-radius: 8px !important;
  width: 13rem !important;
  max-width: 14rem !important;
  max-height: 14rem !important;
  height: 14rem !important;
}
.components_header_btns__rihRp .components_header_header_dropdown__3IR4b {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 12rem;
  width: 12rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.components_header_btns__rihRp .components_header_header_dropdown__3IR4b .components_header_header-options_dropdown_item__2j7RL {
  padding: 0.88rem !important;
  color: #1a295b !important;
  font-weight: bold !important;
}
.components_header_btns__rihRp .components_header_header_dropdown__3IR4b .components_header_dropdown_item__2q1-N {
  width: 100%;
  padding: 0.25rem 0 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  white-space: pre-line;
  overflow-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
  hyphens: auto;
}
.components_header_btns__rihRp .components_header_header_dropdown__3IR4b .components_header_dropdown_item__2q1-N:hover {
  background-color: #dddddd;
}
.components_header_btns__rihRp .components_header_header_dropdown__3IR4b .components_header_submenu_title__rHOKc {
  display: flex;
  align-items: center;
}
.components_header_btns__rihRp .components_header_header_dropdown__3IR4b .components_header_submenu_icon__1z7-v {
  padding-left: 10px;
  padding-bottom: 1px;
}
.components_header_btns__rihRp .components_header_header_dropdown__3IR4b .components_header_linkedAccount__1L8Rz {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-size: 1rem;
  width: 100%;
  text-align: start;
  list-style: none;
  background-color: #fff;
}
.components_header_btns__rihRp .components_header_header_dropdown__3IR4b .components_header_dropdown_linkedaccount__2TxAP:hover .components_header_linkedAccount__1L8Rz {
  display: block;
}
.components_header_linked-account-text__1TkIn {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .components_header_bell-icon-button__1WuEO {
    margin-left: 105px;
  }
}
.components_header_active_100__3HBL- {
  background-color: rgba(26, 41, 91, 0.4) !important;
  transition: all ease-out 0.5s;
}
.components_header_active_200__1fiQ4 {
  background-color: rgba(26, 41, 91, 0.7) !important;
  transition: all ease-out 0.5s;
}
.components_header_active__3PE4I {
  background-color: rgb(26, 41, 91) !important;
  transition: all ease-out 0.5s;
}
.components_header_phone-icon__27Dy1 {
  width: 27px;
  height: 27px;
  transform: matrix(0.99, 0.1, -0.1, 0.99, 0, 0);
  /* UI Properties */
  border: 1px solid #ffffff;
  opacity: 1;
}
.components_header_sub_menu_class__rLVmd {
  height: 10rem;
  overflow-y: scroll;
}
/*Font variables */
/* Color variables */
.channel-partner_enrollment_form__1JXZu {
  background: #fff;
  padding: 3ch;
  border-radius: 0.3rem;
}
.channel-partner_input_box__3YHXt {
  width: 100% !important;
  height: 40px !important;
  font-size: 16px !important;
}
.channel-partner_cp_wrapper__32Thq {
  background-image: url(2ac921c908e6fbcf.png) !important;
  align-items: center;
  min-height: 100vh;
  padding-top: 95px;
}
.channel-partner_cp_wrapper__32Thq * {
  font-size: 16px;
}
.channel-partner_cp_wrapper__32Thq h1 {
  font-size: 31.104px !important;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .channel-partner_cp_wrapper__32Thq {
    padding-top: 6rem;
  }
}
@media only screen and (min-width: 1025px) {
  .channel-partner_cp_wrapper__32Thq .channel-partner_container__1OeVG {
    width: 800px;
  }
}
@media only screen and (max-width: 800px) {
  .channel-partner_cp_wrapper__32Thq .channel-partner_container__1OeVG {
    width: 500px;
  }
}
.channel-partner_cp_wrapper__32Thq .channel-partner_container__1OeVG {
  justify-content: center;
}
.channel-partner_cp_heading__16dF8 {
  font-weight: 500 !important;
  font-size: 4.444rem !important;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
}
.channel-partner_cp_action_btn__1JBCQ {
  background-color: #ffb657 !important;
  padding: 2rem !important;
  font-size: 2rem !important;
}
.channel-partner_action_btns__FwCUM {
  padding: 16px 50px;
  height: max-content !important;
  font-size: 1rem !important;
  min-width: 170px !important;
  background-color: #ffb657;
}
.channel-partner_action_btns__FwCUM:hover {
  background-color: #ffb657;
}
@media only screen and (max-width: 800px) {
  .channel-partner_action_btns__FwCUM {
    width: 500px;
    padding: 22px 50px;
  }
}
.PrivacyModal_main-container-flex__3g05R {
  overflow-y: scroll !important;
}
.mainsection_box-shadow-contsiner__bxBq5 {
  box-shadow: inset 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
}

.mainsection_documnetpaymetrecipt__2GwC7 {
  font-size: 10px;
  color: "green";
}
.Overview_box-shadow-contsiner__2Bje8 {
  box-shadow: inset 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
}

.Overview_add_client_btn_overview__1I-W0 {
  width: 140px;
  height: 36px !important;
  border-radius: 5px !important;
  font-size: 1rem !important;
}
.TncModal_main-container-flex__5O67_ {
  overflow-y: scroll !important;
}

.TncModal_hBit_red_span__2cIh0 {
  font-weight: 700;
  color: #ff0000;
}

.TncModal_term-in-use__oyzAh {
  color: #000;
  font-weight: bold;
}
.styles_my_teams__2qyil .styles_input_group__1PDH3 {
  height: 48px;
}
.styles_my_teams__2qyil .styles_input_group__1PDH3 .styles_input_box__1sAmE {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.styles_add_team_btn__3HSit {
  width: 199px;
  height: 48px !important;
  border-radius: 5px !important;
  font-size: 18px !important;
}
.styles_add_team_members_input__MrEIb input,
.styles_add_team_members_input__MrEIb select,
.styles_add_team_members_input__MrEIb option,
.styles_add_team_members_input__MrEIb textarea,
.styles_add_team_members_input__MrEIb input::placeholder,
.styles_add_team_members_input__MrEIb textarea::placeholder,
.styles_add_team_members_input__MrEIb .styles_react-tel-input__OeiL3 {
  font-size: 16px !important;
}
.styles_members_card__rYAvV {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  min-width: 19rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  opacity: 1;
  font-size: unset !important;
}
.styles_team_member_name__3bxtR {
  font-size: 21px;
  font-weight: 500;
  color: #000;
}
.styles_phone_input_parent__3kuVs > .styles_react-tel-input__OeiL3 {
  display: flex;
  align-items: flex-end;
}
.styles_my_clients__1_thY .styles_input_group__3dasC {
  width: 405px;
  height: 48px;
}
.styles_my_clients__1_thY .styles_input_group__3dasC .styles_input_box__3JVKN {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.styles_add_client_btn__3QI0Z {
  width: 199px;
  height: 48px !important;
  border-radius: 5px !important;
  font-size: 1rem !important;
}
.styles_add_client_input__VRlGn input,
.styles_add_client_input__VRlGn select,
.styles_add_client_input__VRlGn option,
.styles_add_client_input__VRlGn textarea,
.styles_add_client_input__VRlGn input::placeholder,
.styles_add_client_input__VRlGn textarea::placeholder,
.styles_add_client_input__VRlGn .styles_react-tel-input__2Fy0_ {
  font-size: 16px !important;
}
.styles_add_client_input__VRlGn textarea::placeholder {
  position: absolute;
  top: -22px;
  left: 10px;
}
.styles_client_card__2S4Oc {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 850px;
  height: 281px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  opacity: 1;
}
.styles_client_name__37hLB {
  font-size: 20px;
  font-weight: 500;
}
.styles_client-p-tag-for-cpbottom__1hLdt {
  text-align: left;
  font: normal normal normal 18px/80px Roboto;
  letter-spacing: 0px;
  color: #535353;
}
.styles_client-a-tag__oRe5R {
  text-align: left;
  text-decoration: underline !important;
  font: normal normal medium 18px/80px Roboto;
  letter-spacing: 0px;
  color: #1A295B;
  font-weight: 500;
}
.styles_errorRegMessage__3X4Nl {
  font-size: 12px;
  color: red;
}
.analaytics_bold-text__3iPLa {
  font-weight: bold;
  font-size: 11px;
}

.analaytics_font-size-1__2TSBP {
  font-size: 11px;
}

.analaytics_horizontal-scroll__2Wv_t {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.referal_formErrorMessage__2P568 {
  font-size: 12px;
  color: red;
}
.Kyc_kyccontainer_card__2IGPq {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0588235294);
  border-radius: 1rem;
  border: 1px solid #e2e2e2;
  opacity: 1;
  width: 100%;
}

.Kyc_errorRegMessage__3uUhI {
  font-size: 16px;
  color: red;
}

.Kyc_fileUpload__lh2Ul {
  margin-top: 10px;
  border: 1.2px dashed #bbb;
  height: 50px;
  width: 160px;
  border-radius: 5px;
  cursor: pointer;
}

.Kyc_hide__39OfI {
  display: none;
}

.Kyc_phoneInputWrapper__1sMez div > input {
  font-size: 16px !important;
  cursor: default !important;
}

.Kyc_datePicker_wrapper__dUwhM div > div > input[type=text] {
  font-size: 16px !important;
  width: 100% !important;
  outline: none !important;
  border-bottom: 1px solid rgb(165, 165, 165) !important;
  height: 45px;
}

.Kyc_snackWrapper__2Lo1K {
  position: fixed;
  z-index: 2;
  top: 90px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .Kyc_snackWrapper__2Lo1K {
    width: 95%;
  }
}

.Kyc_snackWrapper__2Lo1K {
  flex-direction: row;
  justify-content: center;
  left: 50%;
  margin: 0 auto;
  display: flex;
  transform: translateX(-50%);
}

.Kyc_snackContentWrapper__1Gen2 {
  background-color: #ffb351;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  margin: 0 0.5rem;
  padding: 0.1rem 0.1rem 0.1rem 0.1rem;
}

.Kyc_snackContent__3_I-d {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-evenly;
  padding: 8px 10px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto";
}

.Kyc_snackButton__1Nr7i {
  background: #1a295b;
  display: inline-flex;
  align-items: center;
  color: #fff;
  padding: 5px 1.5rem;
  border: none !important;
  outline: none !important;
  border-radius: 3px;
  font-weight: 500;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .Kyc_snackWrapper__2Lo1K {
    display: block;
  }
  .Kyc_snackContentWrapper__1Gen2 {
    margin-bottom: 10px;
  }
  .Kyc_cross-img__2xREX {
    display: block;
  }
  .Kyc_crossSign__3mxoG {
    margin-left: 30px;
  }
  .Kyc_crossSignafterImage__1OM80 {
    margin-left: 40px;
  }
}
.emailVerifyModal_emailmodalBackground__3xlZx {
  position: fixed;
  background-color: #fff;
  z-index: 1;
}

.emailVerifyModal_modalOtpContainer__1xKCD {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 50%;
  left: 50%;
  width: 500px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  pointer-events: auto;
  outline: 0;
  padding: 10px;
  z-index: 1;
}

.emailVerifyModal_titleCloseBtn__1bK1F {
  display: flex;
  justify-content: flex-end;
  color: red;
}

.emailVerifyModal_modalBody__l4F8U {
  width: 100%;
  margin: 0 auto;
  overflow: hidden !important;
}

.emailVerifyModal_title__3-O8u h3 {
  padding-top: 13px;
  margin: 0;
  margin-bottom: 6.5px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
  opacity: 1;
}

.emailVerifyModal_otp_text__m9kE2 {
  font-size: 16px;
}

@media screen and (max-width: 520px) {
  .emailVerifyModal_otp_text__m9kE2 {
    font-size: 13px;
  }
}

.emailVerifyModal_subtitle__2FiP2 {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  color: #535353;
  letter-spacing: 0;
}

.emailVerifyModal_subtitle__2FiP2 p {
  margin-top: 5px;
  margin-bottom: 13px;
}

.emailVerifyModal_inputOtpContainer__8L9TJ {
  min-height: 200px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.emailVerifyModal_OtpWrapper__2Nys8 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  padding: 13px 26px;
  column-gap: 20px;
}

.emailVerifyModal_OtpWrapper__2Nys8 input {
  width: 100%;
  margin: 15px 0;
  border: none;
  padding: 0.375rem 0.75rem;
  border-bottom: 1px solid #c1c1c1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.emailVerifyModal_OtpWrapper__2Nys8 input:focus-visible {
  outline-offset: 0px;
}

.emailVerifyModal_OtpWrapper__2Nys8 input:focus {
  outline: none;
  background: none;
  background-color: none;
}

.emailVerifyModal_OtpWrapper__2Nys8 input:-internal-autofill-selected {
  background-image: none !important;
  background-color: #fff !important;
}

.emailVerifyModal_resendContainer__3_Q9D {
  padding: 16px 0 0 !important;
  margin: 0;
}

.emailVerifyModal_resendContainer__3_Q9D p {
  font-family: Roboto;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  color: red;
  margin-top: 0;
  margin-bottom: 13px;
}

.emailVerifyModal_resendContainer__3_Q9D button {
  font-size: 14px;
  font-weight: 700;
  color: #003cd5;
}

.emailVerifyModal_verifyButtonContainer__ywF12 {
  padding: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.emailVerifyModal_skiptext__19_4k {
  padding: 13px 0;
  margin-right: 13px;
}

.emailVerifyModal_skiptext__19_4k p {
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
}

.emailVerifyModal_skiptext__19_4k span {
  padding: 0 2px;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  color: #003cd5;
  opacity: 1;
}

.emailVerifyModal_btn__3AUkx {
  padding: 10px 39px;
  margin: 0;
  background: #ffb657 0 0 no-repeat padding-box;
  border-radius: 5px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.48px;
  color: #000;
  text-transform: uppercase;
  opacity: 1;
  border: none;
}

@media screen and (max-width: 900px) {
  .emailVerifyModal_modalOtpContainer__1xKCD {
    max-width: 500px;
  }
  .emailVerifyModal_Wrapper__1GXl7 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 520px) {
  .emailVerifyModal_modalOtpContainer__1xKCD {
    max-width: 400px;
  }
  .emailVerifyModal_Wrapper__1GXl7 {
    grid-template-columns: 1fr;
  }
}
.download-wizid_container__3398T {
  background-color: white;
  bottom: 0;
  position: fixed;
  z-index: 100;
  right: 2%;
}

.download-wizid_downloadtext__1OtHv {
  font-size: 14px;
  font-weight: bold;
  color: "#1a295b";
}

/*# sourceMappingURL=main.css.map*/