/*======== Start Login Css ========*/
/* Start Login Page Css */

.textHeading {
  font-size: 18px;
  font-family: "Maison Mono";
  font-weight: 500;
  margin: 0 0 10px;
}
.textParagh {
  font-size: 14px;
  color: #14171a;
  font-weight: 400;
  margin: 0;
}
.modal-content {
  padding: 60px 50px !important;
}
.heading {
  font-size: 21px;
  color: #14171a;
  font-weight: 600;
  margin: 0 0 5px;
  font-family: "Maison Mono";
}
.smallText {
  color: #3c444d;
  font-size: 12px;
  font-weight: 500;
}
.commonLogin {
  height: 100vh;
  align-items: center;
  display: flex;
  width: 100%;
}
.authFormHead {
  padding-bottom: 10px;
}
.loginhead {
  text-align: left;
  margin: 0 0 50px;
}
.loginLogo {
  width: 182px;
  height: 32px;
}
.loginForm {
  position: relative;
  padding: 60px 30px 30px;
  border-radius: 30px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: -31.03px 73.73px 80px 0px #344f7512;
  text-align: center;
}
.loginhorrizontal-form {
  height: calc(100vh - 25px);
  background: #fff;
  align-items: center;
  display: grid;
  border-radius: 22px;
  justify-content: center;
  /* grid-auto-flow: column; */
  padding: 44px 72px;
  overflow: auto;
}
.loginhorrizontal-form::-webkit-scrollbar {
  display: none;
}
.remeberText {
  font: normal normal normal 14px/17px Roboto;
  letter-spacing: 0px;
  color: #2b2728;
}
.form-label {
  font-size: 14px;
  font-weight: 500;
  color: #636e9f;
  display: block;
  text-align: left;
}
.loginForm .icon_ {
  position: absolute;
  bottom: 17px;
  left: 18px;
}
.loginhead .heading {
  font-size: 35px;
}
.loginForm .customform-control {
  border: 1px solid var(--Neutrals-N-100, #d7deff);
  padding: 18px 18px 18px 54px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  background: #fff;
  box-shadow: -4.95px 9.82px 80px 0px #32507f0a;
  color: #263682;
}
.customform-control::placeholder {
  color: var(--Neutrals-N-800, #636e9f);
  font-weight: 400;
}
.loginForm .icon_eye {
  position: absolute;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
}
.text {
  font-size: 16px;
  color: #14171a;
  font-weight: 400;
}
.forgetPass {
  font-size: 16px;
  font-weight: 400;
  color: #263682;
  padding: 20px 0;
  font-family: "roobert_trialmedium";
}
.loginBtn {
  display: block;
  text-align: center;
  border: 1px solid #275aff;
  padding: 20px;
  font-size: 18px;
  opacity: 1;
  color: #fff;
  font-weight: 600;
  background: #275aff;
  border-radius: 5px;
  transition: all 0.8s;
}
.loginBtnDisable {
  display: block;
  text-align: center;
  border: 1px solid #626262;
  padding: 20px;
  font-size: 18px;
  opacity: 1;
  color: #fff;
  font-weight: 600;
  background: #626262;
  border-radius: 5px;
  transition: all 0.8s;
}

/*---Eye Icon---*/
.show-icon {
  background-image: url(../images/openEyeIcon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 4;
  height: 19px;
  width: 25px;
  position: absolute;
  bottom: 19px;
  right: 26px;
  cursor: pointer;
}
.hide-icon.hide-icon {
  background-image: url(../images/closeEyeIcon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 4;
  height: 19px;
  width: 25px;
  position: absolute;
  bottom: 19px;
  right: 26px;
  cursor: pointer;
}
.loginForm .form-group {
  position: relative;
}
.copyRight {
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  text-align: center;
}
.copyRight p {
  color: #172461;
  font-size: 12px;
  margin: 0;
  font-family: "roobert_trialmedium";
}
.authboxContent li {
  width: 53px;
  height: 46px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  margin: 0 4px 0 0;
}
.authboxContent {
  display: flex;
  margin-top: 17px;
}
/*======== End login Page Css ======== */
/* Start Forgetpassword Css */
.forgetcommon {
  background: rgba(255, 255, 255, 0.58) !important;
}
.forgetcommon .loginhorrizontal-form {
  background: #e5f0ff;
  border-radius: 22px;
}
.forgetcommon .customform-control {
  background: #f5f6f7;
}
.forgetcommon .heading {
  font-size: 21px;
  font-weight: 500;
}
.gobacklink {
  font-size: 14px;
  color: #263682;
  font-weight: 400;
  padding: 30px 0 0;
}
.gobacklink a {
  color: var(--Complement-C-300-Main, #58c2e8);
  font-weight: 650;
  font-size: 14px;
  padding-left: 10px;
}
.gobacklink i {
  color: #275aff;
  margin-right: 7px;
}
/* End Forgetpassword Css */
.textLine {
  font-size: 12px;
  color: #3c444d;
  margin: 2px 0 12px;
}
.resetcommon .heading {
  font-size: 21px;
}
.resetcommon .text {
  color: #3c444d;
  font-size: 12px;
  font-weight: 400;
}
.resetcommon {
  background: #fff !important;
}
.resetcommon .loginhorrizontal-form {
  background: rgba(142, 169, 255, 0.29);
}
.verifyOtpInputParent{
  margin: 46px 0;
}

/*Schedule Modal*/
#scheduleModal .modal-body {
  margin: 0;
}
#scheduleModal .modal-content {
  border-radius: 30px;
}
.scheduleModalContent {
  padding: 38px 18px 20px;
}
.closeAction {
  position: absolute;
  right: 10px;
  background: transparent;
  border: none;
  top: 8px;
  color: #626262;
  font-size: 19px;
}
.noHeaderModal {
  padding: 50px 30px;
}
.noHeaderModal h4 {
  color: #275aff;
  font-size: 22px;
  font-family: "Maison Mono";
  margin: 25px 0 8px;
}
.noHeaderModal p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #14171a;
}
/**Schedule Modal**/
/** Wallet Login css **/
.commonWallet {
  background: #bfc4d85c;
}
.wallethorizontalform {
  align-items: center;
  height: 100vh;
  justify-content: center;
}
.walletForm {
  max-width: 800px;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
}
.wallethead {
  text-align: center;
}
.walletForm .form_horizontal {
  max-width: 330px;
  margin: 0 auto;
}
.wallethead h5 {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 2px;
}
.wallethead h3 {
  color: #275aff;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.wallethead img {
  max-width: 92px;
  width: 100%;
  margin-bottom: 10px;
}
.wallethead {
  text-align: center;
  margin-bottom: 40px;
}
.walletForm .form-label {
  color: #626262;
  font-size: 13px;
  font-weight: 400;
}
.buttonBott span i {
  margin: 0 0 0 7px;
}
.walletForm .form-control {
  background: #f5f6f7;
  border-radius: 5px;
  height: 41px;
  border: none;
}
.commonWallet .copyRight {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.walletForm h4 {
  color: #14171a;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 19px;
}
.NextBtn {
  background: #275aff;
  border-radius: 5px;
  border: 1px solid #275aff;
  height: 46px;
  color: #fff;
  font-weight: 400;
}

/* Start Authentication Modal css */
.walletauthenModal .modal-dialog {
  max-width: 640px !important;
  width: 100%;
}
.walletauthContent {
  padding: 13px 25px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  max-width: 525px;
  margin: 51px auto 0;
  text-align: left;
  width: 100%;
}
.walletauthModal {
  height: 88vh;
}
.walletauthBottom {
  position: absolute;
  bottom: 66px;
  left: 0;
  right: 0;
}
.walletauthModal {
  height: 88vh;
  position: relative;
}
.learnMore {
  display: inline-block;
  width: 100%;
  margin: 7px 0 0;
  text-decoration: underline !important;
  color: #14171a;
}
.walletauthBottom .NextBtn {
  padding: 0 22px;
}

/**Twofa  Modal**/
#walletauthModal .modal-body {
  margin: 0;
}
#walletauthModal .modal-content {
  border-radius: 10px;
}
.walletauthHead {
  display: flex;
  justify-content: start;
  background: #ffffff;
  border-radius: 10px 10px 0px 0px;
  padding: 19px 17px;
  border-bottom: 1px solid #d8d8d8;
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.05));
}
.walletauthHead h4 {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  margin: 0;
  font-family: "Maison Mono";
}

.twoauthenticationModal .modal-dialog {
  max-width: 640px;
  width: 100%;
}
.twoauthenticationModal .walletauthBottom {
  bottom: 35px;
}
.twoauthenticationModal .BackBtn {
  background: #ccc;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 46px;
  color: #000;
  font-weight: 400;
  max-width: 160px;
  width: 100%;
  margin: 0 10px 0 0;
}
.twoauthenticationModal .NextBtn {
  max-width: 160px;
  width: 100%;
}
.qrCode img {
  width: 160px;
  height: 160px;
}
.qrCode {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
div#twoauthenticationModal .walletauthContent {
  border: none;
  margin: 7px auto 0;
  max-width: initial;
}
.twofamiddleBox {
  background: #eeeeee;
  padding: 22px 30px;
  margin: 27px 0 0;
  border-radius: 5px;
}
.twofaContenthead {
  max-width: 259px;
  width: 100%;
  margin: 0 auto;
}
.twoauthenticationModal .walletauthBottom {
  position: initial;
  margin: 11px 0px 19px;
  display: inline-block;
  width: 100%;
  text-align: right;
  padding: 0 23px;
}
#twoauthenticationModal .walletauthModal {
  height: 100%;
}
.twofamiddleBox h5 {
  font-size: 16px;
  margin: 18px 0 5px;
}
.verifyCode .form-control {
  width: 87%;
  text-align: left;
  display: inline-block;
  height: 43px;
}
.verifyCode {
  display: inline-block;
}
.verifyCode h3 {
  font-size: 16px;
  margin: 0 0 5px;
  color: #000;
}
/**Twofa Modal**/
/**--- Wallet Login css ---**/
/*========== Start ChooseRoles Page Css ==========*/
.rolesContainer {
  border-radius: 30px;
  padding: 48px 6px 14px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid var(--Neutrals-N-100, #d7deff);
}
.rolesContainer .rolesImgHoverImg {
  display: none;
  filter: grayscale(1);
}
.rolesContainer:hover .rolesImgHoverImg,
.rolesContainer.active .rolesImgHoverImg {
  display: block !important;
}
.rolesImg {
  display: block;
}
.rolesContainer:hover .rolesImg,
.rolesContainer.active .rolesImg {
  display: none;
}
.rolesContainer:hover,
.rolesContainer.active {
  border: 1px solid #263682;
}
/* .rolesContainer:hover .mainlightHead, .rolesContainer.active .mainlightHead
{
    font-weight: bold !important;
} */
.p-13 {
  padding: 13px !important;
}
.leftSect {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 35px 0;
}
.aboutBusiness {
  margin-top: auto;
}
#register {
  cursor: pointer;
}
/* Start VerifyModal Css */
#verifyModal .modal-content {
  padding: 60px 50px !important;
}
/* End VerifyModal Css */
/* Start SuccessFulModal Css */
.checkedSucc {
  width: 100px;
  height: 100px;
}
#successful .modal-content {
  padding: 60px 50px;
  background-color: #3c444d;
  text-align: center;
}
#successful .mainBoldHeading {
  font-size: 68px;
  color: #fff;
}
#successful .innerSubhead {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.loginProfileModal {
  text-align: center;
}
.react-tel-input {
  border: 1px solid var(--Neutrals-N-100, #d7deff) !important;
  background-color: #fff !important;
  border-radius: 50px !important;
  padding: 18px !important;
}
.react-tel-input .form-control {
  position: relative;
  font-size: 18px !important;
  font-weight: 400 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 39px !important;
  margin-left: 0;
  background: #fff !important;
  border: none !important;
  border-radius: 5px;
  line-height: normal !important;
  width: 100% !important;
  height: auto !important;
  outline: none !important;
  color: #636e9f !important;
}
.react-tel-input .flag-dropdown {
  border: unset !important;
  background-color: #fff !important;
}
.react-tel-input .selected-flag {
  padding: unset !important;
  position: unset !important;
  width: unset !important;
  height: unset !important;
}

/* End SuccessFulModal Css */
/* Start LoginProfileModal Css */
.profileUserImg {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
#loginProfileModal .modal-content {
  width: 432px;
}
/* End LoginProfileModal Css */
.logo-part img {
  width: 1400%;
  max-width: 167px;
}
.logo-part {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 47px;
}
.logintxt {
  font-size: 48px;
  font-weight: 500;
  color: #172461;
  font-family: "roobert_trialmedium";
}
.welcomeBackTxt {
  color: #7e8ac1;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
}

.verifyFrom {
  padding: 60px 135px;
}
.forgotModal {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.forgotModal .closeAction {
  top: -19px;
  right: -28px;
}

.forgotModal p {
  font-size: 13px;
}

.signupForm_ .flag-dropdown {
  background: #e5e5ea !important;
  border: 1px solid #e5e5ea;
}
/*========== End ChooseRoles Page Css ==========*/

.phone-numbpart {
  position: relative;
  padding-top: 20px;
}

/* .commonLogin .form_horizontal {
    display: inline-block;
    width: 100%;
} */
.resetcommon .form-control {
  background: #f5f6f7;
  border: none;
  padding: 11px 12px;
}
.forgetcommon .loginForm {
  text-align: center;
}
.forgetcommon .loginhead {
  margin-bottom: 16px;
  text-align: center;
  width: 100%;
}
.forgetcommon .mainlightHead {
  font-weight: 400;
  margin: 7px 0;
  font-size: 16px;
}
.forgetcommon .loginBtn {
  background: #a7a7a7;
  border: 1px solid #a7a7a7;
}

.verifyModal {
  margin: 12px 0;
  display: inline-block;
  width: 100%;
}
.chooseRoles .logo-part {
  text-align: center;
}

/* .loginBtnSign:hover {
    background: #275aff;
} */
.verifyPhone__ h2 {
  color: #3c444d;
  font-family: "Maison Mono";
  font-size: 27px;
  font-weight: 700;
  text-transform: capitalize;
}
.verifyPhone__ .protectionBtn {
  padding: 0 60px 32px 60px !important;
}
.verifyPhone__ .protectionBtn p a {
  text-decoration: underline !important;
}
.protectionBtn .innerSubtext button {
  background: transparent !important;
  color: #275aff !important;
  text-align: center;
  font-family: "Montserrat";
  text-decoration-line: underline;
  font-weight: 400;
}
.verifyModal .innerSubtext button {
  background: transparent !important;
  color: #263682 !important;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 400;
  text-decoration-line: underline;
}
.passIcon {
  position: absolute;
  top: 63px;
  left: 20px;
}
.forgetPass_BackBtn {
  background: #f5f6fc;
  color: #263682;
  border-radius: 30px;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 400;
  font-family: "roobert_trialregular" !important;
}
#result input::placeholder {
  color: var(--Neutrals-N-800, #636e9f);
  font-size: 18px;
}
.resetFormPassIcon {
  top: 44px;
}
.resetPassForm .loginhead {
  margin-bottom: 32px;
  text-align: center;
}
.resetPassForm .loginForm {
  padding: 60px 30px;
}
.resetPassForm .loginForm .customform-control{
  padding: 18px 56px 18px 50px;
}
/* Start verifyPhoneNoForm */
.verifyPhoneNoForm {
  max-width: 466px;
  padding: 50px 30px 40px;
  width: 100%;
}
.verifyPhoneNoForm .phone-numbpart {
  padding: 76px 0 46px;
}
.verifyOtpForm .verify-part {
  padding: 46px 0;
}
.resendOtpBtn span {
  font-size: 18px;
  color: #7e8ac1;
  font-weight: 400;
  font-family: "roobert_trialregular";
  white-space: nowrap;
}
.resendOtpBtn button {
  background-color: unset !important;
  border: 1px solid #263682 !important;
  padding: 16px 20px;
  border-radius: 30px;
}
.resendOtpBtn button span {
  color: #263682 !important;
}
.emailInput {
  padding: 18px !important;
}
/* End verifyPhoneNoForm */

/*New Signup flow */

.chooseRoles .loginhorrizontal-form {
  padding: 30px;
  border-radius: 20px;
  box-shadow: -31.03px 73.73px 80px 0px #344f7512;
}
.newRole_ .commonLogin {
  padding: 60px 0;
}
.newRole_ .loginhorrizontal-form {
  height: calc(100vh - 120px);
}
.newRole_ .subheading_ {
  font-size: 36px;
  font-weight: 400;
  font-family: "roobert_trialregular";
  color: #263682;
}
.para_Text_ {
  font-size: 18px;
  color: #636e9f;
  line-height: 24px;
}
.headsignup_ {
  margin-bottom: 42px;
}
.tab-signup {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.lightparagrph_text {
  color: #7e8ac1;
  font-weight: 400;
  font-size: 14px;
  margin-top: 7px !important;
  display: inline-block;
  width: 100%;
  line-height: 16px;
}
.newRole_ .loginhorrizontal-form .multiSelectContainer .searchBox::placeholder {
  color: red !important;
}
.newRole_ .select {
  font-size: 18px;
}
.newRole_ .commonBlueBtn{
  font-size: 18px !important;
  padding: 20px 24px !important;
}

.loginEyeIcon{
  z-index: 0 !important;
}

.authFormCommonWidth{
  max-width: 400px;
  width: 100%;
}