.wrapper {
  height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.account-wrap {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 78vh;
}
@media screen and (max-height: 850px) {
  .account-wrap {
    height: 87vh;
  }
}
@media screen and (max-width: 767px) {
  .account-wrap {
    overflow-y: auto;
  }
}
.account-wrap > .row {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .account-wrap > .row {
    flex-flow: column;
    height: initial;
  }
}
.account-wrap .info {
  background-color: var(--secondary-color);
  padding: 30px;
  color: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.account-wrap .info .logo-transparent {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.03;
}
.account-wrap .info .content-info {
  position: relative;
  display: flex;
  flex-flow: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .account-wrap .info .content-info {
    text-align: center;
  }
}
.account-wrap .info .content-info > h1.heading-top {
  margin: 0;
  font-family: var(--main-font);
  font-size: 30px;
  letter-spacing: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 41px;
  font-weight: var(--heading-text-weight);
  text-transform: var(--heading-text-transform);
}
.account-wrap .info .content-info > h1.heading-top.with-activity-name {
  font-size: 20px;
  line-height: 33px;
}
@media screen and (max-width: 767px) {
  .account-wrap .info .content-info > h1.heading-top {
    font-size: 25px;
  }
}
.account-wrap .info .content-info > h2.heading-description {
  margin: 7px 0 0;
  font-size: var(--text-base);
  font-weight: var(--normal-text-weight);
  text-transform: var(--normal-text-transform);
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .account-wrap .info .content-info > h2.heading-description {
    font-size: var(--text-xs);
    font-weight: var(--extra-small-text-weight);
    text-transform: var(--extra-small-text-transform);
  }
}
.account-wrap .info .content-info ul.tabs-btns-switch {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: -30px;
}
@media screen and (max-width: 767px) {
  .account-wrap .info .content-info ul.tabs-btns-switch {
    position: static;
    margin: 0;
    transform: initial;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: -31px;
  }
}
.account-wrap .info .content-info ul.tabs-btns-switch li.active a {
  background-color: #fff;
  color: var(--secondary-color);
  border-radius: 9px 0 0 9px;
}
.account-wrap .info .content-info ul.tabs-btns-switch li.active a svg {
  position: absolute;
  top: -13px;
  right: -3px;
  content: "";
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .account-wrap .info .content-info ul.tabs-btns-switch li.active a svg {
    display: none;
  }
}
.account-wrap .info .content-info ul.tabs-btns-switch li.active a svg:last-of-type {
  position: absolute;
  top: initial;
  bottom: -13px;
  right: -3px;
  content: "";
  width: 16px;
  height: 16px;
  transform: rotate(270deg);
}
@media screen and (max-width: 767px) {
  .account-wrap .info .content-info ul.tabs-btns-switch li.active a {
    border-radius: 9px 9px 0 0;
    text-align: center;
  }
  .account-wrap .info .content-info ul.tabs-btns-switch li.active a:before, .account-wrap .info .content-info ul.tabs-btns-switch li.active a:after {
    display: none;
  }
}
.account-wrap .info .content-info ul.tabs-btns-switch li a {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-family: var(--main-font);
  font-size: var(--text-lg);
  font-weight: var(--sub-title-text-weight);
  text-transform: var(--sub-title-text-transform);
  padding: 14px 0;
  padding-right: 80px;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .account-wrap .info .content-info ul.tabs-btns-switch li a {
    padding: 10px 30px;
  }
}
.account-wrap .info .content-info .foot {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .account-wrap .info .content-info .foot {
    margin-top: 30px;
  }
}
.account-wrap .info .content-info .foot h2.heading-description {
  margin: 0;
  font-size: var(--text-base);
  font-weight: var(--normal-text-weight);
  text-transform: var(--normal-text-transform);
}
.account-wrap .info .content-info .foot a.mail {
  text-decoration: none;
  font-family: var(--main-font);
  font-weight: var(--sub-title-text-weight);
  font-size: 22px;
  color: #fff;
  margin: 3px 0 0;
  display: block;
}
.account-wrap .info .content-info .foot h6.copyrights {
  margin: 25px 0 0;
  font-size: var(--text-sm);
  font-weight: var(--small-text-weight);
  text-transform: var(--small-text-transform);
}
.account-wrap .info .content-info .foot h6.copyrights b {
  font-family: var(--main-font);
  font-weight: var(--sub-title-text-weight);
}
.account-wrap .info.oreed-copyrights .oreed-copyrights-content {
  display: block;
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
.account-wrap .info.oreed-copyrights .oreed-copyrights-content a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease-in-out;
}
.account-wrap .info.oreed-copyrights .oreed-copyrights-content a:hover {
  color: var(--main-color);
}
.account-wrap .info.oreed-copyrights .oreed-copyrights-content img {
  height: 15px;
  filter: brightness(0) invert(1);
}
.account-wrap .content-account {
  padding: 25px 50px;
  overflow-y: auto;
  height: 100%;
}
.account-wrap .content-account .logo-text {
  color: var(--main-color);
  font-weight: 700;
  font-size: var(--text-lg);
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid;
  padding: 3px 10px;
  border-radius: 20px;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-decoration: none;
}
.account-wrap .content-account .logo-text:hover, .account-wrap .content-account .logo-text:focus {
  text-decoration: none;
}
.account-wrap .content-account .logo-form {
  display: table;
  text-align: center;
  margin: 0 auto 20px;
  text-decoration: none;
}
.account-wrap .content-account .logo-form img {
  height: 60px;
}
@media screen and (max-width: 767px) {
  .account-wrap .content-account .logo-form {
    margin: 0 auto 25px;
  }
  .account-wrap .content-account .logo-form img {
    height: 55px;
  }
}
.account-wrap .content-account .vma-field {
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
}
.account-wrap .content-account .vma-field input {
  padding: 16px 20px;
}
.account-wrap .content-account .vma-field label:not(.error) {
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--text-sm);
  font-weight: var(--small-text-weight);
  text-transform: var(--small-text-transform);
}
.account-wrap .content-account .vma-field input:focus + label:not(.error) {
  top: 0;
}
.account-wrap .content-account .vma-field .iti input {
  padding-left: 47px;
}
.account-wrap .content-account .vma-field .iti .error ~ label {
  position: absolute;
  top: 110%;
  left: 0;
}
.account-wrap .content-account .vma-field.has-content label:not(.error) {
  top: -10px;
}
.account-wrap .content-account .vma-field .error ~ label {
  top: -10px;
}
.account-wrap .content-account .mt-btn-text {
  margin-top: 20px;
  display: inline-block;
}
.account-wrap .content-account .links-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.account-wrap .content-account .links-row a {
  color: var(--main-color);
  font-size: var(--text-sm);
  font-weight: var(--small-text-weight);
  text-transform: var(--small-text-transform);
}
.account-wrap .content-account .links-row a:last-child {
  margin-left: auto;
}
.account-wrap .content-account .resend {
  display: flex;
  align-items: center;
  color: var(--text-color);
  font-size: var(--text-sm);
  font-weight: var(--small-text-weight);
  text-transform: var(--small-text-transform);
}
.account-wrap .content-account .resend button {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: var(--main-color);
}
.account-wrap .content-account .resend button:disabled {
  color: var(--text-color);
}
.account-wrap .content-account .resend > span {
  margin: 0 10px;
}
.account-wrap .content-account .resend #countdown-value:disabled {
  cursor: not-allowed;
}
.account-wrap .content-account .confirmation-msg,
.account-wrap .content-account .confirmation-msg-mobile {
  display: none;
}
.account-wrap .content-account .confirmation-msg #code-sumbit-btn,
.account-wrap .content-account .confirmation-msg-mobile #code-sumbit-btn {
  margin-top: 20px;
}
.account-wrap .content-account .confirmation-msg p,
.account-wrap .content-account .confirmation-msg-mobile p {
  margin-bottom: 4px;
  font-size: var(--text-sm);
  color: var(--text-dark);
  font-weight: var(--small-text-weight);
  text-transform: var(--small-text-transform);
}
.account-wrap .content-account .confirmation-msg p a,
.account-wrap .content-account .confirmation-msg-mobile p a {
  color: var(--main-color);
}
.account-wrap .content-account .confirmation-msg p:last-child,
.account-wrap .content-account .confirmation-msg-mobile p:last-child {
  margin-bottom: 20px;
}
.account-wrap .content-account input#main-form-submit-mobile {
  margin-top: 20px;
}
.account-wrap .content-account .msg-terms {
  margin-bottom: 10px;
}
.account-wrap .content-account .msg-terms h6 {
  color: var(--text-dark);
  font-size: var(--text-sm);
  font-weight: var(--small-text-weight);
  text-transform: var(--small-text-transform);
  margin: 0;
}
.account-wrap .content-account .msg-terms h6 a {
  color: var(--main-color);
}
.account-wrap .content-account .updates {
  margin-bottom: 10px;
  color: var(--text-dark);
  font-size: var(--text-sm);
  font-weight: var(--small-text-weight);
  text-transform: var(--small-text-transform);
}
.account-wrap .content-account .vma-btn {
  padding: 10px 75px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .account-wrap .content-account .vma-btn {
    padding: 10px 35px;
    width: 100%;
  }
}
.account-wrap .content-account .login-with-socialmedia {
  margin-top: 60px;
}
.account-wrap .content-account .login-with-socialmedia .head {
  position: relative;
  margin-bottom: 15px;
}
.account-wrap .content-account .login-with-socialmedia .head h6 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  background-color: #fff;
  padding: 5px 15px;
  margin-top: -12px;
  color: var(--text-dark);
  font-size: var(--text-sm);
  font-weight: var(--small-text-weight);
  text-transform: var(--small-text-transform);
}
.account-wrap .content-account .login-with-socialmedia > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.account-wrap .content-account .login-with-socialmedia > ul li {
  margin: 0 5px;
}
.account-wrap .content-account .login-with-socialmedia > ul li a {
  background-color: var(--main-color);
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  font-size: var(--text-lg);
  font-weight: var(--sub-title-text-weight);
  text-transform: var(--sub-title-text-transform);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.account-wrap .content-account .login-with-socialmedia > ul li a.google-plus {
  background-color: #dd4b39;
}
.account-wrap .content-account .login-with-socialmedia > ul li a.yahoo {
  background-color: #411093;
}
.account-wrap .content-account .login-with-socialmedia > ul li a.facebook {
  background-color: #1684fc;
}
.account-wrap .content-account .login-with-socialmedia > ul li a.linkedin {
  background-color: #1177b5;
}
.account-wrap .content-account .login-with-socialmedia > ul li a:hover {
  opacity: 0.8;
}
.account-wrap .content-account .field-passwordresetrequestemailform-email + button[type=submit] {
  margin-top: 20px;
}
@media screen and (min-height: 450px) and (min-width: 767px) {
  .account-wrap .tab-content > #login,
  .account-wrap .tab-content > #email,
  .account-wrap .tab-content > #mobile,
  .account-wrap .tab-content #active-load-content-tab > #login,
  .account-wrap .tab-content #active-load-content-tab > #email,
  .account-wrap .tab-content #active-load-content-tab > #mobile {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: calc(50% - 15px);
    width: calc(100% - 100px);
  }
}

footer.foot-acount {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  footer.foot-acount {
    justify-content: center;
  }
}
footer.foot-acount ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.foot-acount ul li {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid var(--text-dark);
}
@media screen and (max-width: 767px) {
  footer.foot-acount ul li {
    margin-right: 7px;
    padding-right: 7px;
    border-right: 1px solid var(--text-dark);
  }
}
footer.foot-acount ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
footer.foot-acount ul li a {
  color: var(--text-dark);
  font-size: var(--text-xs);
  font-weight: var(--extra-small-text-weight);
  text-transform: var(--extra-small-text-transform);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
footer.foot-acount ul li a:hover {
  color: var(--main-color);
}

.edit-mobile-modal .modal-content {
  min-height: 234px;
}
.edit-mobile-modal .modal-content input.vma-btn {
  border: 0;
  margin-top: 20px;
}

.edit-mail-modal-height .modal-content {
  min-height: 188px;
}

.thank-you-wrapper {
  height: 200px;
  width: 100%;
}

.head-thank-you {
  font-family: var(--main-font);
  font-weight: var(--sub-title-text-weight);
  color: var(--text-dark);
  font-size: 23px;
  margin: 40px 0;
  text-align: center;
  line-height: 34px;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .head-thank-you {
    font-size: 20px;
    margin: 15px 0;
    line-height: 29px;
  }
}
.head-thank-you a {
  color: var(--main-color);
  text-decoration: none;
}

.accounts-list {
  margin: 20px 0 30px;
}

.vma-field-check {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.vma-field-check:last-child {
  margin-bottom: 0;
}
.vma-field-check label:not(.error) {
  font-size: var(--text-lg);
  font-weight: var(--sub-title-text-weight);
  text-transform: var(--sub-title-text-transform);
  font-family: var(--main-font);
  color: var(--text-color);
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.vma-field-check label:not(.error) span {
  font-size: 22px;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
  padding: 0;
}
.vma-field-check b {
  font-family: var(--main-font);
  font-size: var(--text-md);
  color: var(--text-color);
  cursor: pointer;
}
.vma-field-check b.active {
  color: var(--text-dark);
}
.vma-field-check input:checked + label {
  color: var(--text-dark) !important;
}
.vma-field-check input:checked + label span:before {
  content: "\f058";
  color: var(--main-color);
}

.vma-thankyou-btn {
  padding: 17px 45px !important;
  margin: 0 auto !important;
  display: table !important;
  text-align: center;
}

.content-account .vma-field .control-label {
  width: 70%;
}
.content-account .vma-field input:focus + .control-label {
  width: auto;
}
.content-account .vma-field.has-content .control-label {
  width: auto;
}
.content-account .has-content .control-label {
  width: auto !important;
}

.complete-registration .info .logo-form {
  text-align: center;
  display: block;
  margin-bottom: 50px;
}
.complete-registration .info .logo-form img {
  filter: brightness(0) invert(1);
  height: 60px;
}
.complete-registration .info .content-info .wizard-title {
  font-family: var(--main-font);
  font-size: var(--text-lg);
}
.complete-registration .info .content-info > h1.heading-top {
  font-size: 26px;
}
.complete-registration .content-account {
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .complete-registration .content-account {
    padding-right: 20px;
  }
}
@media screen and (min-height: 767px) {
  .complete-registration .content-account {
    display: flex;
    align-items: center;
  }
}
.complete-registration .wrap-forms-content {
  width: 100%;
}
.complete-registration .terms-message {
  margin-top: 15px;
  display: block;
  color: var(--text-color);
}
.complete-registration .terms-message a {
  color: var(--main-color);
}
.complete-registration .check-box-offers {
  margin: 20px 0;
}
.complete-registration .check-box-offers label {
  font-size: var(--text-base);
  font-family: var(--main-font);
}
.complete-registration .message-text {
  color: var(--text-color);
  font-size: var(--text-lg);
  margin: 30px 0;
  line-height: 25px;
}
.complete-registration .message-text b {
  color: var(--danger-color-hover);
  font-family: var(--main-font);
}
.complete-registration .custom-btns-wrapper {
  margin-top: 50px;
  justify-content: space-between;
}
.complete-registration .custom-btns-wrapper a,
.complete-registration .custom-btns-wrapper button {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .complete-registration .custom-btns-wrapper {
    flex-flow: column;
    text-align: center;
    gap: 10px;
  }
}
.complete-registration .info-details-box {
  margin-bottom: 40px;
}
.complete-registration .info-details-box .title {
  color: var(--text-color);
  font-size: var(--text-lg);
  font-family: var(--main-font);
  margin: 0 0 15px 0;
}
.complete-registration .info-details-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.complete-registration .info-details-box ul li {
  color: var(--dark-color);
  margin-bottom: 5px;
}
.complete-registration .info-details-box ul li b {
  display: inline-block;
  min-width: 50px;
}
.complete-registration .info-details-box ul li:last-child {
  margin-bottom: 0;
}
.complete-registration .info-details-box ul li a {
  color: inherit;
}
.complete-registration .reset-style-flex {
  display: block;
}
.complete-registration .vma-table-light-v thead {
  background-color: #fff;
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  color: var(--text-color);
}
.complete-registration .vma-table-light-v tbody .type {
  color: var(--main-color);
}
.complete-registration .disclose-box-block {
  margin-bottom: 10px;
}
.complete-registration .disclose-box-block .main-title-disclose {
  color: var(--text-color);
  font-size: var(--text-md);
  font-family: var(--main-font);
  margin-right: 30px;
}
.complete-registration .disclose-box-block .vma-field {
  width: auto;
  margin: 0 20px;
}
.complete-registration .disclose-box-block .vma-field label {
  position: static !important;
  transform: initial !important;
}
.complete-registration .disclose-box-block .vma-field label i {
  margin-right: 3px;
  color: #fff;
  border: 1px solid var(--dark-color);
}
.complete-registration .disclose-box-block .vma-field input:checked ~ i {
  color: var(--success-color);
}
.complete-registration .checkbox-square-view input:checked + label .fas::before {
  content: "\f0c8";
}
.complete-registration .checkbox-square-view label {
  align-items: flex-start;
}
.complete-registration .checkbox-square-view label span.fas {
  margin-top: 3px;
  border-radius: 0;
}
.complete-registration .wrap-action-btns {
  margin-top: 10px;
  text-align: center;
  gap: 10px;
}

html[dir=rtl] .account-wrap .info .content-info ul.tabs-btns-switch {
  right: initial;
  left: 0;
  margin-right: 0;
  margin-left: -30px;
}
html[dir=rtl] .account-wrap .info .content-info ul.tabs-btns-switch li a {
  padding-left: 80px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  html[dir=rtl] .account-wrap .info .content-info ul.tabs-btns-switch li a {
    padding: 10px 30px;
  }
}
html[dir=rtl] .account-wrap .info .content-info ul.tabs-btns-switch li.active a {
  border-radius: 0 9px 9px 0;
}
@media screen and (max-width: 767px) {
  html[dir=rtl] .account-wrap .info .content-info ul.tabs-btns-switch li.active a {
    border-radius: 9px 9px 0 0;
  }
}
html[dir=rtl] .account-wrap .info .content-info ul.tabs-btns-switch li.active a svg {
  left: -3px;
  right: initial;
  transform: rotate(-270deg);
}
html[dir=rtl] .account-wrap .info .content-info ul.tabs-btns-switch li.active a svg:last-of-type {
  left: -3px;
  right: initial;
  transform: rotate(-180deg);
}
@media screen and (min-width: 768px) and (min-height: 730px) {
  html[dir=rtl] .account-wrap .tab-content #login {
    right: calc(50% - 15px);
    left: initial !important;
    transform: translate(50%, -50%) !important;
  }
}
html[dir=rtl] .account-wrap .content-account .links-row a:last-child {
  margin-right: auto;
  margin-left: initial;
}
html[dir=rtl] footer.foot-acount {
  justify-content: flex-start;
}
html[dir=rtl] footer.foot-acount ul li {
  margin-right: initial;
  margin-left: 15px;
  padding-right: initial;
  padding-left: 15px;
  border-right: initial;
  border-left: 1px solid var(--text-dark);
}
html[dir=rtl] footer.foot-acount ul li:last-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
@media screen and (max-width: 767px) {
  html[dir=rtl] footer.foot-acount ul li {
    margin-left: 7px;
    padding-left: 7px;
  }
}

.field-signupform-recaptcha {
  margin: 15px 0 20px -15px;
}

.thank-you-wrapper-img {
  max-height: 240px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 768px) {
  [dir=rtl] #register-form > .field-signupform-full_name + .row {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  [dir=rtl] #register-form > .field-signupform-full_name + .row {
    display: flex;
    flex-flow: column;
  }
}
@media screen and (max-width: 767px) {
  .account-wrap .content-account .links-row {
    flex-flow: column;
    align-items: flex-start;
    gap: 15px;
  }
  .account-wrap .content-account .links-row a:last-child {
    margin: 0 !important;
  }
  footer.foot-acount ul {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 17px 0;
  }
}/*# sourceMappingURL=account.css.map */