@import url("https://nx.betuscdn.com/cdn/libs/css/fonts.css");
@font-face {
  font-family: Roboto;
  src: url("https://nx.betuscdn.com/cdn/libs/webfonts/Roboto-Regular.eot") format("eot"), url("https://nx.betuscdn.com/cdn/libs/webfonts/Roboto-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
.font-roboto {
  font-family: Roboto, sans-serif;
}
.font-nexaBold {
  font-family: Nexa-bold, Roboto;
}
.font-nexaHeavy {
  font-family: Nexa-heavy, Roboto;
}
.font-nexaRegular {
  font-family: Nexa-regular, Roboto;
}
.font-roboto {
  font-family: Roboto, sans-serif;
}
.font-nexaRegular {
  font-family: Nexa-regular, Roboto;
}
.font-nexaBold {
  font-family: Nexa-bold, Roboto;
}
.font-nexaHeavy {
  font-family: Nexa-heavy, Roboto;
}
.form-field-width {
  max-width: 490px;
  width: 100%;
}
.form-content {
  align-items: center;
  color: #0e2857;
  display: flex;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  min-height: 500px;
  height: auto;
  width: 100%;
}
.form-content .form-header {
  color: #0e2857;
  font-family: Nexa-bold, Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-top: 12px;
}
.form-content .form-header.referral-header {
  font-size: 24px;
}
.form-content form {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-content form .join-form-field {
  align-items: center;
  border-radius: 8px;
  border: 1px solid #0e2857;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  height: 56px;
  margin-top: 25px;
  padding: 0px 20px;
  width: 100%;
  position: relative;
}
.form-content form .join-form-field:focus-within {
  outline: 4px solid #B0D6FF;
  border: 0;
}
.form-content form .join-form-field input {
  border: none;
  color: #0e2857;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  height: 53px;
  outline: none;
  width: 100%;
}
.form-content form .join-form-field input::-ms-reveal {
  display: none;
}
.form-content form .join-form-field input::placeholder {
  color: #DBDBDB;
}
.form-content form .join-form-field input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #333;
  box-shadow: 0 0 0 50px white inset;
}
.form-content form .join-form-field input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #333;
}
.form-content form .join-form-field legend {
  font-size: 12px;
  padding: 0 7px;
  position: absolute;
  top: -7px;
  background: #FFFFFF;
}
.form-content form .join-form-field.join-select {
  padding: 0 10px;
}
.form-content form .join-form-field.join-select select {
  color: #0e2857;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  height: 53px;
  outline: none;
  border: none;
  background: transparent;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  background: url(../../img/quickJoin/down-arrow-icon.png) no-repeat right;
  margin-right: 5px;
  background-size: 12px;
  padding-left: 10px;
}
.form-content form .join-form-field.join-select option {
  font-size: 14px;
}
.form-content form .validation-msg {
  height: 12px;
  margin: 7px 0px 0px 7px;
  padding-left: 20px;
  box-sizing: border-box;
  max-width: 490px;
  width: 100%;
}
.form-content form .success-field {
  border: 1px solid #60b527 !important;
}
.form-content form .success-field .msg-icon {
  background-position: center;
  background: url('../../img/quickJoin/green-tick-icon.svg') no-repeat;
  padding: 12px;
}
.form-content form .success-field + .validation-msg {
  color: #60b527;
  font-size: 12px;
  background: url(/img/quickJoin/green-tick-icon.svg) no-repeat;
  background-size: 14px 15px;
}
.form-content form .success-field.no-success-msg + .validation-msg {
  visibility: hidden;
}
.form-content form .error-field {
  border: 1px solid #FF3932 !important;
}
.form-content form .error-field .msg-icon {
  background: none;
}
.form-content form .error-field + .validation-msg {
  color: #FF3932;
  font-size: 12px;
  background: url(/img/quickJoin/alert-circle-red-icon.svg) no-repeat;
  background-size: 14px 15px;
  background-position: 0;
}
.form-content form .join-dropdown {
  position: relative;
}
.form-content form .join-dropdown ::-webkit-scrollbar {
  width: 2px;
}
.form-content form .join-dropdown ::-webkit-scrollbar-thumb {
  background: #667085;
}
.form-content form .join-dropdown select,
.form-content form .join-dropdown .select-hide {
  display: none;
}
.form-content form .join-dropdown .select-items {
  position: absolute;
  background-color: #FFFFFF;
  top: 100%;
  right: -4px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.38);
  height: 260px;
  width: 265px;
  overflow-y: scroll;
  z-index: 99;
}
.form-content form .join-dropdown .select-items div {
  padding: 12px 14px;
  cursor: pointer;
  color: #667085;
  font-size: 16px;
}
.form-content form .join-dropdown .select-items div:hover,
.form-content form .join-dropdown .select-items div.same-as-selected {
  background-color: #EFF7FF;
}
.form-content form .join-dropdown .select-selected {
  line-height: 54px;
  cursor: pointer;
  color: #0e2857;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}
.form-content form .join-dropdown .select-selected:after {
  content: "";
  border: solid #000000;
  border-width: 0 1px 1px 0;
  padding: 4px;
  transform: rotate(45deg) translateY(-40%);
  color: #0e2857;
  -webkit-transform: rotate(45deg) translateY(-40%);
  position: absolute;
  top: 40%;
  right: 20px;
}
.form-content form .join-dropdown .select-selected.select-arrow-active:after {
  transform: rotate(-135deg) translateY(-40%);
  -webkit-transform: rotate(-135deg) translateY(-40%);
}
.form-content form .cloudflare-captcha {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  flex-direction: column;
  align-items: center;
}
.form-content form .cloudflare-captcha.captcha-required :first-child {
  background-color: #ec0100;
  border-radius: 8px;
  padding-bottom: 3px !important;
}
.form-content form .captcha-error-message {
  width: 100%;
  max-width: 300px;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  display: block;
  font-size: 14px;
  text-align: center;
}
.form-content p {
  color: #0e2857;
  font-size: 14px;
  margin-top: 25px;
  padding: 0px 25px;
}
.form-content p a {
  color: #1298FF;
  cursor: pointer;
}
.form-content .join-terms-conditions {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.form-content .join-terms-conditions p {
  padding: 0;
  margin: 0;
  display: flex;
}
.form-content .join-terms-conditions a {
  display: inline-block;
}
.form-content .validation-error-message {
  color: #FF3932;
  font-size: 12px;
  background: url(/img/quickJoin/alert-circle-red-icon.svg) no-repeat;
  background-size: 14px 15px;
  padding-left: 20px;
  margin-top: 8px;
  width: 100%;
  box-sizing: border-box;
}
.form-content .link-section {
  color: #06244b;
  font-size: 14px;
  margin: 0 0 30px 0;
}
.form-content .link-section a {
  color: #1298FF;
  font-weight: 700;
}
.form-content .join-country-dropdown.join-form-field input {
  padding-left: 90px;
}
.form-content .country-container {
  width: 100%;
}
.form-content .country-container .select-flag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #F2F6F9;
  justify-content: center;
  width: 95px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: 1px solid #0e2857;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form-content .country-container .select-flag .iti__arrow {
  border: solid #0e2857;
  border-width: 0 1px 1px 0;
  padding: 3px;
  transform: rotate(45deg);
  color: #667085;
  -webkit-transform: rotate(45deg);
}
.form-content .country-container .select-flag.active .iti__arrow {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.form-content .country-container .country-wrapper {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 56px;
}
.form-content .country-container .country-wrapper.active {
  display: block;
}
.form-content .country-container .country-close {
  background: url(../../img/quickJoin/exit-black.svg) #D2D8E0 center no-repeat;
  border-radius: 50%;
  position: absolute;
  width: 39px;
  height: 39px;
  top: 18px;
  right: 15px;
  display: none;
}
.form-content .country-container .country-alphabet {
  color: #007BFF;
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px 0 41px;
}
.form-content .country-container .country-alphabet.country-us,
.form-content .country-container .country-alphabet.country-ca {
  display: none;
}
.form-content .country-container .iti__country-list {
  white-space: normal;
  position: relative;
  padding: 20px 0;
}
.form-content .country-container .iti__country-list::-webkit-scrollbar {
  width: 2px;
}
.form-content .country-container .iti__country-list::-webkit-scrollbar-thumb {
  background: #667085;
}
.form-content .country-container .iti__country-list .iti__country {
  font-size: 14px;
  padding: 5px 14px;
  cursor: pointer;
}
.form-content .country-container .iti__country-list .iti__country .iti__country-name {
  width: 200px;
  word-break: break-word;
  display: inline-block;
  color: #667085;
}
.form-content .country-container .iti__country-list .iti__country:hover .iti__country-name,
.form-content .country-container .iti__country-list .iti__country.active .iti__country-name {
  color: #007BFF;
  font-weight: 700;
}
.form-content .country-container .iti__country-list .iti__country.active .iti__country-name {
  background: url(../../img/quickJoin/correct.png) right no-repeat;
  background-size: 14px;
}
.form-content .country-container .iti__country-list .iti__country .iti__dial-code {
  position: absolute;
  right: 14px;
  color: #667085;
}
#quickJoinAboutUs .join-view-btn {
  margin: 60px 0 10px 0;
}
.join-view-btn {
  border-radius: 48px;
  border: none;
  color: #FFFFFF;
  font-family: Nexa-bold, Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  height: 56px;
  max-width: 490px;
  width: 100%;
  margin: 30px 0 10px 0;
  cursor: pointer;
}
.join-view-btn:disabled {
  background: #007BFF;
  color: #FFFFFF;
}
.btn-blue {
  background: #007BFF;
  color: #FFFFFF;
}
.btn-white {
  background: #FFFFFF;
  color: #06244b;
  border: 2px solid #06244b;
}
input[type='checkbox'].quick-join-checkbox {
  -webkit-appearance: none;
  border-radius: 4px;
  border: 1px solid #06244b;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  min-width: 20px;
}
input[type='checkbox'].quick-join-checkbox:checked {
  background-color: #007BFF;
  background-image: url(../../img/quickJoin/checked-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 1px solid #007BFF;
}
.process-progress {
  text-align: center;
  width: 100%;
}
.process-progress h4 {
  display: inline-block;
}
.process-progress .process-progress-number {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-family: Nexa-regular, Roboto;
  font-size: 20px;
  color: #ADB5C2;
}
.process-progress .process-progress-bar {
  display: flex;
  width: 327px;
  margin: 18px auto 0 auto;
}
.process-progress .process-progress-bar span {
  height: 3px;
  border-radius: 40px;
  background-color: #D9D9D9;
  margin: 2px;
  flex: 1;
}
.process-progress .process-progress-bar span.passed {
  background-color: #1298FF;
}
.ui-widget.ui-widget-content {
  width: calc(490px - 40px);
}
.ui-menu .ui-menu-item {
  font-size: 14px;
  padding: 7px;
}
@media screen and (max-width: 480px) {
  .ui-widget.ui-widget-content {
    width: calc(100% - 100px);
  }
  .form-content p {
    margin-top: 15px;
  }
  .form-content .form-header {
    font-size: 18px;
  }
  .form-content .form-header.referral-header {
    margin: 65px 0 25px 0;
    font-size: 16px;
  }
  .form-content form .join-form-field {
    margin-top: 15px;
    height: auto;
  }
  .form-content form .join-form-field input {
    height: 42px;
  }
  .form-content form .join-form-field.join-select select {
    height: 42px;
  }
  .form-content form .join-form-field .custom-group-select {
    height: 42px;
  }
  .form-content form .join-dropdown {
    height: 42px;
  }
  .form-content form .join-dropdown .select-items {
    width: 100%;
    right: 0;
  }
  .form-content form .join-terms-conditions {
    margin-top: 20px;
  }
  .form-content form .cloudflare-captcha {
    margin-top: 20px;
  }
  .form-content form .country-container .country-wrapper {
    top: 0;
    position: fixed;
    max-height: 100%;
    padding-top: 90px;
    background: #FFFFFF;
    height: 100%;
  }
  .form-content form .country-container .iti__country-list {
    max-height: 80%;
    width: 100%;
    box-shadow: none;
    border: none;
    position: fixed;
  }
  .form-content form .country-container .iti__country-list .iti__country {
    font-size: 17px;
    line-height: 17px;
    padding: 15px 30px;
  }
  .form-content form .country-container .iti__country-list .iti__country .iti__dial-code {
    right: 30px;
  }
  .form-content form .country-container .country-close {
    display: block;
  }
  #quickJoinAboutUs .join-view-btn {
    margin: 35px 0 10px 0;
  }
  .join-view-btn {
    margin: 15px 0 10px 0;
  }
  .process-progress {
    margin-bottom: 12px;
  }
  .process-progress .process-progress-bar {
    width: 100%;
    margin: 10px auto 0 auto;
  }
  .process-progress .process-progress-number {
    font-size: 18px;
  }
}
