#tmpModal .signinwith, #tmpModal .su-form-header {
  display: none;
}
#tmpModal .wrap-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
#tmpModal .wrap-header .modal-title {
  font-family: "Verdana Pro", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  letter-spacing: -0.01em;
  color: #333349;
}
#tmpModal .wrap-header button {
  background-color: transparent;
}
#tmpModal .wrap-header button.close-popover {
  width: 18px;
  height: 18px;
}
#tmpModal .wrap-header button.close-popover .close-icon {
  background-image: url(/content/images/close-black.svg);
}
#tmpModal #modalContentContainer {
  background-color: #f5f9fc !important;
}

/*LoginMenu*/
#loginMenu-content .title-popover {
  display: none;
}
#loginMenu-content .profile-wrapp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#loginMenu-content .profile-wrapp .col-lg-10 {
  padding: 0px;
}
#loginMenu-content .profile-wrapp .col-lg-2 {
  padding: 0px;
}
#loginMenu-content .profile-wrapp .col-lg-2 i {
  font-size: 20px;
}
#loginMenu-content #userMenu {
  all: unset;
  cursor: pointer;
  display: inline-block;
}
#loginMenu-content #userMenu .img-name {
  display: flex;
  gap: 7px;
}
#loginMenu-content #userMenu .img-name .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: #333349;
}
#loginMenu-content #userMenu .circle-img {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
#loginMenu-content #userMenu .messages_count {
  display: none !important;
}
#loginMenu-content .list-group {
  box-shadow: none;
  margin-left: 20px;
  margin-right: 20px;
}
#loginMenu-content .list-group a.list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#loginMenu-content .list-group a.list-group-item.group-title {
  display: block;
  background-color: transparent;
  padding-left: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: #333349;
}
#loginMenu-content .list-group a.list-group-item.group-title .fa-star {
  color: #1382C6;
  font-size: 20px;
}
#loginMenu-content .list-group a.list-group-item.group-title:hover {
  background-color: transparent;
}
#loginMenu-content .list-group a.list-group-item i {
  margin-right: 8px;
}
#loginMenu-content .list-group a.list-group-item .text {
  margin-right: auto;
  color: #333349;
}
#loginMenu-content .list-group a.list-group-item .badge, #loginMenu-content .list-group a.list-group-item .next-step {
  margin-left: 12px;
}
#loginMenu-content .list-group a.list-group-item .next-step {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/content/images/next_step.svg");
}
#loginMenu-content .list-group a.list-group-item.exit {
  background-color: #e1eaf2;
  border-radius: 56px !important;
  display: inline-flex;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px 16px;
  border: none;
  height: 50px;
  font-family: "Verdana Pro", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 131%;
  cursor: pointer;
  transition: background 0.2s ease;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #333349;
}
#loginMenu-content .list-group a.list-group-item.exit i {
  display: none;
}
#loginMenu-content .list-group a:hover {
  background-color: #1382c6 !important;
  color: white !important;
}
#loginMenu-content .list-group a:hover .text {
  color: white;
}
#loginMenu-content .list-group a:hover .next-step {
  background-image: url("/content/images/next_step_w.svg") !important;
}

/*LoginMenu*/
.modalHeader, .modalFooter, .modalBody {
  background-color: #f5f9fc !important;
}

/* Sign In*/
.signIn-wrap {
  display: flex;
  flex-direction: column;
  margin-left: 0px;
  margin-right: 0px;
}
.signIn-wrap .padding-20 {
  padding-left: 5px;
  padding-right: 5px;
}
.signIn-wrap .signinwith {
  /*order: 2;*/
}
.signIn-wrap .signinwith .wrap-signin-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.signIn-wrap .signinwith .wrap-signin-head div:nth-of-type(1) {
  width: 100%;
}
.signIn-wrap .signinwith .wrap-signin-head .close-popover {
  width: 20px;
  height: 20px;
}
.signIn-wrap .signinwith .wrap-signin-head .close-icon {
  background-image: url("/content/images/close-black.svg");
}
.signIn-wrap .signinwith .si-title {
  font-family: "Verdana Pro", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  letter-spacing: -0.01em;
  color: #333349;
}
.signIn-wrap .signinform {
  background-color: #f5f9fc !important;
  /*order: 1;*/
}
.signIn-wrap .signinform .head {
  /* display:inline-block;*/
  text-align: center;
}
.signIn-wrap .signinform .icon-show-password, .signIn-wrap .signinform .icon-hide-password {
  top: 13px;
  right: 11px;
}
.signIn-wrap .signinform .username-icon {
  display: block;
  position: absolute;
  background-image: url("/content/images/user_icon.svg");
  width: 14px;
  height: 14px;
  top: 16px;
  left: auto;
  right: 17px;
}
.signIn-wrap .signinform .password-icon {
  display: none;
}
.signIn-wrap .signinform .glyphicon-remove::before {
  content: "";
}
.signIn-wrap .signinform .break {
  display: block;
}
.signIn-wrap .signinform #soc-block .si-social-icon {
  /* margin-bottom: 0px;*/
}
.signIn-wrap .signinform .signin-check {
  margin-bottom: 24px;
}
.signIn-wrap .signinform .btn-sign-in {
  font-family: inherit;
  background-color: #1382C6;
  border: none;
}
.signIn-wrap .signinform .btn-register {
  font-family: inherit;
  border-color: #1382C6;
  color: #1382C6;
}
.signIn-wrap .signinform .btn-register:hover {
  color: #fff;
}

/* Register*/
.signUp-wrap {
  background-color: #f5f9fc;
  font-size: 15px !important;
  margin-left: 0px;
  margin-right: 0px;
}
.signUp-wrap .su-form-header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.signUp-wrap .su-form-header .row div:nth-of-type(1) {
  width: 100%;
}
.signUp-wrap .su-form-header .row .si-title {
  font-family: "Verdana Pro", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  letter-spacing: -0.01em;
  color: #333349;
}
.signUp-wrap .su-form-header .row .close-popover {
  width: 20px;
  height: 20px;
}
.signUp-wrap .su-form-header .row .close-icon {
  background-image: url("/content/images/close-black.svg");
}
.signUp-wrap .su-form-body {
  padding-right: 5px;
  padding-left: 5px;
}
.signUp-wrap .su-form-body #form-register .title-one {
  margin-bottom: 16px;
}
.signUp-wrap .su-form-body #form-register .title-one h1 {
  margin-top: 4px;
  font-size: 20px;
}
.signUp-wrap .su-form-body #form-register .email-form-control .username-icon {
  display: block;
  position: absolute;
  background-image: url("/content/images/user_icon.svg");
  width: 14px;
  height: 14px;
  top: 17px;
  left: auto;
  right: 17px;
}
.signUp-wrap .su-form-body #form-register .email-form-control i.change-icon {
  display: none;
}
.signUp-wrap .su-form-body #form-register .su-form-control-passsword label[for=togglePassword] {
  display: inline;
}
.signUp-wrap .su-form-body #form-register .su-form-control-passsword .icon-show-password, .signUp-wrap .su-form-body #form-register .su-form-control-passsword .icon-hide-password {
  top: 12px;
  right: 12px;
}
.signUp-wrap .su-form-body #form-register .su-form-control-passsword-mob {
  display: block;
}
.signUp-wrap .su-form-body #form-register .su-form-control img {
  display: none;
}
.signUp-wrap .su-form-body #form-register .name-form-control .username-icon {
  display: block;
  position: absolute;
  background-image: url("/content/images/user_icon.svg");
  width: 14px;
  height: 14px;
  top: 17px;
  left: auto;
  right: 17px;
}
.signUp-wrap .su-form-body #form-register .btn-user-register {
  font-family: inherit;
  background-color: #1382C6;
  border: none;
}
.signUp-wrap .member-wrap {
  margin-top: 24px;
  margin-bottom: 4px;
  text-align: center;
}
.signUp-wrap .su-form-footer {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: white !important;
}
.signUp-wrap .su-form-footer .is-bussines {
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  text-align: center;
}
.signUp-wrap .su-form-footer .reg-business {
  margin-top: 16px;
  font-family: inherit;
}

/* Activate your account */
#userIsNotConfirmedModal .modal-body {
  background-color: #f5f9fc;
}
#userIsNotConfirmedModal .modal-body .div-color-write, #userIsNotConfirmedModal .modal-body .div-color-dark {
  background-color: #f5f9fc;
  border: none;
}
#userIsNotConfirmedModal .modal-body .mb-header .form-margin-17 {
  display: flex;
  align-items: center;
}
#userIsNotConfirmedModal .modal-body .mb-header .form-margin-17 .padding-right-0 {
  display: flex;
  justify-content: end;
}
#userIsNotConfirmedModal .modal-body .mb-header .form-margin-17 .padding-right-0 .closeAlert {
  display: flex;
  justify-content: center;
  padding: 0px;
}
#userIsNotConfirmedModal .modal-body .mb-header .form-margin-17 .padding-right-0 .closeAlert .icon-close {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml;charset=UTF-8,%3Csvg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16.4636 0.263604L0.263604 16.4636C0.0948211 16.6324 0 16.8613 0 17.1C0 17.3387 0.0948211 17.5676 0.263604 17.7364C0.432387 17.9052 0.661305 18 0.9 18C1.13869 18 1.36761 17.9052 1.5364 17.7364L17.7364 1.5364C17.9052 1.36761 18 1.13869 18 0.9C18 0.661305 17.9052 0.432387 17.7364 0.263604C17.5676 0.0948212 17.3387 0 17.1 0C16.8613 0 16.6324 0.0948211 16.4636 0.263604Z" fill="%231C1C1C" /%3E%3Cpath d="M1.5364 0.263604C1.36761 0.0948211 1.13869 0 0.9 0C0.661305 0 0.432387 0.0948211 0.263604 0.263604C0.0948211 0.432387 0 0.661305 0 0.9C0 1.13869 0.0948211 1.36761 0.263604 1.5364L16.4636 17.7364C16.6324 17.9052 16.8613 18 17.1 18C17.3387 18 17.5676 17.9052 17.7364 17.7364C17.9052 17.5676 18 17.3387 18 17.1C18 16.8613 17.9052 16.6324 17.7364 16.4636L1.5364 0.263604Z" fill="%231C1C1C" /%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#userIsNotConfirmedModal .modal-body .mb-header .form-margin-17 .padding-right-0 .closeAlert .icon-close span {
  display: none;
}
#userIsNotConfirmedModal .modal-body .mb-body ul {
  margin-left: 30px;
}
#userIsNotConfirmedModal .modal-body .mb-footer .form-margin-17 .padding-right-0 {
  display: flex;
  flex-direction: column-reverse;
  padding-left: 0px;
  gap: 10px;
}

.btn-phone-verify {
  width: 35% !important;
  margin-left: 5px;
}

.checkbox input[type=checkbox] + label, .already-member {
  color: #333349;
  font-size: 15px !important;
}

.su-form-footer {
  /*    background-color: white !important;*/
}

.btn-register {
  /* margin-top: 16px;*/
}

/*forgot-passwordMenu*/
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row {
  margin-right: 0px;
  margin-left: 0px;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalHeader {
  padding: 20px 20px 16px 20px;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalHeader.block-row {
  border: none;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalHeader .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalHeader .row div:nth-child(1) {
  padding-left: 0px;
  padding-right: 0px;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalHeader .row div:nth-child(2) {
  display: flex;
  justify-content: end;
  padding-left: 0px;
  padding-right: 0px;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalHeader .row .closeDialog {
  padding: 0px;
  /*height: 28px;*/
  display: flex;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalHeader .row .closeDialog .icon-close {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml;charset=UTF-8,%3Csvg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16.4636 0.263604L0.263604 16.4636C0.0948211 16.6324 0 16.8613 0 17.1C0 17.3387 0.0948211 17.5676 0.263604 17.7364C0.432387 17.9052 0.661305 18 0.9 18C1.13869 18 1.36761 17.9052 1.5364 17.7364L17.7364 1.5364C17.9052 1.36761 18 1.13869 18 0.9C18 0.661305 17.9052 0.432387 17.7364 0.263604C17.5676 0.0948212 17.3387 0 17.1 0C16.8613 0 16.6324 0.0948211 16.4636 0.263604Z" fill="%231C1C1C" /%3E%3Cpath d="M1.5364 0.263604C1.36761 0.0948211 1.13869 0 0.9 0C0.661305 0 0.432387 0.0948211 0.263604 0.263604C0.0948211 0.432387 0 0.661305 0 0.9C0 1.13869 0.0948211 1.36761 0.263604 1.5364L16.4636 17.7364C16.6324 17.9052 16.8613 18 17.1 18C17.3387 18 17.5676 17.9052 17.7364 17.7364C17.9052 17.5676 18 17.3387 18 17.1C18 16.8613 17.9052 16.6324 17.7364 16.4636L1.5364 0.263604Z" fill="%231C1C1C" /%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalHeader .row .closeDialog .icon-close span {
  display: none;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalBody {
  padding: 20px 20px 9px 20px;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalBody.block-row {
  border: none;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalBody #forgot-body-1 {
  font-family: "Verdana Pro", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #788d9d;
  margin: 0px;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalBody #forgot-body-1 p {
  height: auto !important;
  margin: 0 0 16px 0;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalBody #forgot-body-1 p:nth-of-type(2) {
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0px;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalBody #forgot-body-1 .img-check {
  width: 50px;
  height: 50px;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalBody #forgot-body-1 .check {
  font-family: "Verdana Pro", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #333349;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalBody #forgot-body-1 #forgot-email {
  height: 50px;
  border-radius: 10px;
  padding: 0px 0px 0px 16px;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalBody #forgot-body-1 #forgot-email::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  letter-spacing: -0.02em;
  color: #788d9d;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalFooter {
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalFooter.block-row {
  border: none;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalFooter .button-wrap {
  display: flex;
  flex-direction: column-reverse;
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalFooter .button-wrap button.closeDialog {
  padding: 0px;
  /*background-color: #E1EAF2;
  border-radius: 56px;
  padding: 14px 16px;
  min-width: 320px;
  height: 50px;
  font-family: $font-family;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000;
  order: 2;*/
}
#forgot-password-modal .modal-dialog #forgot-password-md.modalDialog .row .modalFooter .button-wrap button.btn-continue {
  padding: 0px;
  background-image: none;
  /* background: #138ad1;
  border-radius: 56px;
  padding: 13px 111px; //23
  min-width: 320px;
  height: 50px;
  font-family: $font-family;
  font-weight: 400;
  font-size: 16px;
  line-height: 131%;
  order: 1;*/
}

/*loginMenu*/
.mob-header .si-title {
  color: red;
}
/*# sourceMappingURL=auth-mobile.css.map */
