/*Custom fonts*/
@font-face {
  font-family: "Inter";
  src: url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
}

@font-face {
  font-family: "Mulish";
  src: url("https://fonts.googleapis.com/css2?family=Mulish&display=swap");
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.urf-form-wizard {
  font-family: "Inter", sans-serif;
  color: #111111;
  line-height: 120%;
  padding-bottom: 60px;
}

.fusion-title {
  margin: 0 0 21px !important;
}

.fusion-title.urf-title h1 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 56px;
  width: 100%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.logged-user-sec .fusion-title.urf-title h1 {
  color: #ffffff;
}

@media (min-width: 576px) and (max-width: 860px) {
  .fusion-title.urf-title h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 575px) {
  .fusion-title.urf-title h1 {
    font-size: 24px;
    line-height: 29px;
    margin-top: 15px;
    margin-bottom: 6px;
  }
}

.fusion-text.urf-subtitle {
  margin: 0 0 48px;
}

.fusion-text.urf-subtitle.mb-80 {
  margin-bottom: 80px;
}

.fusion-text.urf-subtitle p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #e2e2e2;
  max-width: 930px;
  margin: auto;
}

@media (max-width: 575px) {
  .fusion-text.urf-subtitle p {
    font-size: 14px;
  }
}

.fusion-text.urf-text-regular p {
  font-family: "Inter", sans-serif;
  text-align: center;
  font-size: 16px;
  color: #111111;
  line-height: 120%;
}

/* Formstone*/
.demo_tabs.contain {
  display: none;
}

.urf-file-upload-container {
  margin-top: 30px;
}

.urf-file-upload-container .fs-upload.fs-light .fs-upload-target {
  font-family: "Inter", sans-serif;
  width: 40%;
  height: 126px;
  background: unset;
  margin: auto !important;
  background-color: unset;
  font-size: 16px !important;
  line-height: 19px;
  letter-spacing: -0.02em;
  border: 2px dashed #111111 !important;
  padding-top: 30px;
  box-sizing: border-box;
  color: #111111 !important;
  text-align: center;
  -webkit-transition: background 0.15s linear, border 0.15s linear,
    color 0.15s linear, opacity 0.15s linear;
  transition: background 0.15s linear, border 0.15s linear, color 0.15s linear,
    opacity 0.15s linear;
}

.urf-file-upload-container .fs-upload.fs-light .fs-upload-target img {
  margin-bottom: 10px;
}

.dropzone-content p {
  margin: 0;
}

.filelists {
  text-align: center;
}

#wizard.wizard > .content {
  min-height: 100px;
}

#wizard.wizard > .content > .body {
  width: 100%;
  height: auto;
  padding: 15px;
  position: absolute;
}

#wizard.wizard .content .body.current {
  position: relative;
}

.urf-select-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  height: 51px;
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  padding: 0 20px;
}

.urf-select-box.selected {
  background: #f4edfd;
}

.urf-select-box-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.urf-select-box-text p,
.urf-select-box-text span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #111111;
  margin: 0;
  text-align: center;
}

/* Removing dropdown icon from material ui datepicker*/
.datepicker-modal .select-dropdown.dropdown-trigger {
  background: none !important;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .urf-select-box {
    margin-bottom: 10px;
  }
}

.actions.clearfix {
  width: fit-content;
  width: -moz-fit-content; /*Firefox*/
  width: intrinsic; /* Safari/WebKit uses a non-standard name */
  margin: 0 auto 0 auto;
  /*display: none;*/
}

.actions.clearfix ul li:first-of-type,
.actions.clearfix ul li:last-of-type {
  display: none;
}

.actions.clearfix > ul li > a,
.actions.clearfix > ul li > a:hover {
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  width: 320px;
  height: 56px;
  left: 655px;
  top: 792px;
  background: #761ee4;
  border-radius: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.urf-input {
  margin: auto;
  max-width: 400px;
}

.urf-input-text {
  font-family: "Inter", sans-serif;
  flex-direction: row;
  align-items: center;
  padding: 0px 24px !important;
  height: 64px !important;
  background: #ffffff !important;
  border: 2px solid #111111 !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #111111 !important;
  margin-bottom: 16px !important;
}

#wizard.wizard .select2-search__field::placeholder {
  opacity: 0.4 !important;
  padding: 0;
}

#wizard.wizard .select2-search__field::-webkit-input-placeholder {
  opacity: 0.4 !important;
  padding: 0;
}

#wizard.wizard .select2-search__field::-moz-placeholder {
  opacity: 0.4 !important;
  padding: 0;
}

#wizard.wizard .select2-search__field::-ms-input-placeholder {
  opacity: 0.4 !important;
  padding: 0;
}

.urf-input-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #111111;
  opacity: 0.4 !important; /* Firefox */
}

.urf-input-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #111111;
  opacity: 0.4 !important;
}

.urf-input-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #111111;
  opacity: 0.4 !important;
}

.urf-signin-panel {
  display: block;
  width: fit-content;
  width: -moz-fit-content; /*Firefox*/
  margin: 0 auto 35px auto;
}

.urf-signin-button {
  font-family: "Inter", sans-serif !important;
  position: relative;
  display: block;
  font-size: 16px !important;
  line-height: 19px !important;
  padding: 16px 20px;
  height: 52px;
  background: #ffffff !important;
  border: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 8px !important;
  margin: 16px;
  color: #111111 !important;
  width: 240px;
  font-weight: 500 !important;
}

.urf-signin-button-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.urf-signin-button:hover {
  text-decoration: none;
  color: #111111;
  cursor: pointer;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 28%);
}

.urf-signin-button:focus {
  background-color: #ffffff;
}

.urf-signin-button.disabled {
  box-shadow: none;
  opacity: 0.4;
}

.urf-signin-button img {
  width: 18px;
  height: 18px;
  margin-right: 16px;
}

@media only screen and (max-width: 768px) {
  .urf-signin-button {
    margin: 20px auto 20px auto;
  }
}

.urf-custom-action-button {
  display: flex;
  width: fit-content;
  width: -moz-fit-content; /*Firefox*/
  width: intrinsic; /* Safari/WebKit uses a non-standard name */
  margin: auto;
  padding: 80px;
}

.urf-button-primary,
.custom-next-button {
  font-family: "Inter", sans-serif;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  width: 129px;
  height: 56px;
  left: 655px;
  top: 792px;
  background: #761ee4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: center;
}

.urf-button-primary:hover,
.custom-next-button:hover {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

#smartwizard ul.nav {
  width: 300px;
  margin: auto;
  box-shadow: none !important;
}

#smartwizard .nav-link {
  width: 16px !important;
  height: 16px;
  border-radius: 50%;
  background: #cccccc;
  margin: auto;
  padding: 0;
}

#smartwizard .nav-link:after {
  content: none !important;
}

#smartwizard .nav-link.active {
  background: #111111;
}

#wizard .ff_fileupload_wrap {
  display: block;
}

#wizard .ff_fileupload_wrap .ff_fileupload_dropzone_wrap {
  z-index: 10000;
}

#wizard .ff_fileupload_wrap .ff_fileupload_dropzone {
  max-width: 400px;
  height: 160px;
  margin: auto;
  background-color: #333333;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  border: 2px dashed #ffffff;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  margin-top: 30px;
  z-index: 10000;
  padding: 15px;
}

#wizard .ff_fileupload_wrap .ff_fileupload_dropzone p {
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 20px;
}

@media only screen and (max-width: 488px) {
  #wizard .ff_fileupload_wrap .ff_fileupload_dropzone {
    width: 100%;
  }
}

#wizard .ff_fileupload_wrap table.ff_fileupload_uploads {
  display: none;
}

.wizard > .content > .body input.ff_fileupload_hidden,
.ff_fileupload_start_upload {
  display: none !important;
}

#wizard
  .ff_fileupload_wrap
  table.ff_fileupload_uploads
  button.ff_fileupload_remove_file {
  background-image: url("../img/remove-item.png");
}

#wizard
  .ff_fileupload_wrap
  table.ff_fileupload_uploads
  td.ff_fileupload_actions
  button:hover,
#wizard
  .ff_fileupload_wrap
  table.ff_fileupload_uploads
  td.ff_fileupload_actions
  button:focus,
#wizard
  .ff_fileupload_wrap
  table.ff_fileupload_uploads
  td.ff_fileupload_actions
  button:active {
  border-color: #111111;
}

#wizard.wizard > .steps .done a,
#wizard.wizard > .steps .error a,
#wizard.wizard > .steps .error a:hover,
#wizard.wizard > .steps .error a:active {
  background: #ffffff;
}

.steps.clearfix ul {
  display: flex;
  justify-content: center;
}

.steps.clearfix > ul li {
  width: 12%;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #111111 !important;
  background: #111111 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #ffffff !important;
}

.back-link {
  display: flex;
  font-family: "Inter", sans-serif;
  position: absolute;
  font-size: 13px;
  line-height: 19px;
  cursor: pointer;
  top: 0;
}

.back-link img {
  width: 6px;
  margin-right: 6px;
}

#wizard .actions a.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.select-wrapper input.select-dropdown,
.notice-datepicker {
  margin-bottom: 1px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>")
    transparent no-repeat calc(100% - -5px) !important;
}

svg.caret {
  display: none;
}
.modal.datepicker-modal {
  bottom: unset;
}

.urf-input.input-field label {
  font-family: "Inter", sans-serif;
  margin-top: 12px;
  padding-left: 24px;
  color: #111111 !important;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.02em;
}

.urf-input.input-field label.active {
  opacity: 0.4 !important;
  padding-left: 32px;
}

.urf-input.input-field label#preferred_location_label.active,
.urf-input.input-field label#preferred_location_label.active.selected {
  opacity: 0.4 !important;
}

.input-field.email-field,
.input-field.password-field {
  display: none; /* Hidden by default */
}

.urf-input.input-field div.error,
#preferred_location_error,
.email-existing-notification .error {
  font-family: "Inter", sans-serif;
  color: #d54e21 !important;
  margin-top: -10px;
  padding-bottom: 18px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.02em;
}

.email-existing-notification .error {
  text-align: center;
}

#preferred_location_label.active.selected {
  opacity: 0.4 !important;
}

#preferred_location_error {
  margin-top: 8px;
}

.url-collection .collection-item.avatar {
  min-height: 60px;
  box-shadow: none;
  border: none;
  border-radius: 8px;
  padding: 13px 20px 10px 24px;
}

.url-collection .collection-item.avatar .title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
}

.url-collection .collection-item.avatar p {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.02em;
  margin-top: 2px;
}

.url-collection .collection-item.avatar .switch label .lever {
  width: 32px;
  height: 8px;
  margin: 0 10px;
}

.url-collection .switch label .lever:before,
.url-collection .switch label .lever:after {
  background-color: #111111;
  width: 16px;
  height: 16px;
  top: -4px;
}

.url-collection .switch label .lever {
  background-color: #e9e9e9;
}

.url-collection .switch label input[type="checkbox"]:checked + .lever {
  background-color: #e9e9e9;
}

.url-collection .switch label input[type="checkbox"]:checked + .lever:before,
.url-collection .switch label input[type="checkbox"]:checked + .lever:after {
  left: 16px;
}

.collection.url-collection {
  border: none;
  margin: 0;
  max-width: 320px;
}

.row.urf-collection-row {
  width: 475px;
  margin: 0 auto 16px auto !important;
}

@media (max-width: 575px) {
  .row.urf-collection-row {
    width: 100%;
  }
}

.row.urf-collection-row .section-1 {
  margin-left: -32px;
}

.row.urf-collection-row .col {
  padding: 0;
}

.collection-item-remove {
  padding-top: 20px;
  float: right;
  margin-right: 10px;
  opacity: 0.4;
}

.mw-100 {
  max-width: 100% !important;
}

.collection-item-remove:hover {
  cursor: pointer;
}

#wizard,
#wizard.wizard * {
  overflow: visible;
}

.top-level-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Menu Link Styles */
.top-level-menu a /* Apply to all links inside the multi-level menu */ {
  color: inherit;
  text-decoration: inherit;
  display: block;
}
.top-level-menu a:hover {
  color: #000000;
}

.second-level-menu {
  position: absolute;
  top: 20px;
  list-style: none;
  display: none;
  z-index: 500;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  border-radius: 6px !important;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  right: 0;
  left: 0;
  margin-left: 0;
  width: 100%;
}

.second-level-menu > li {
  position: relative;
  line-height: 1.5;
  align-items: center;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.second-level-menu > li:hover {
  background: #cccccc;
}

.third-level-menu {
  position: absolute;
  top: -40px;
  list-style: none;
  display: none;
  z-index: 1000;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  border-radius: 6px !important;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  right: 0;
  left: 0;
  margin-left: 0;
  width: 100%;
}

.third-level-menu > li {
  line-height: 1.5;
  background: #ffffff;
  align-items: center;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.third-level-menu > li:hover {
  background: #cccccc;
}

#wizard .country-search-option {
  margin-top: -6px;
  width: 100%;
  max-height: 250px;
  overflow: auto !important;
  border-radius: 4px;
}

#location_search {
  margin-bottom: 0;
}

input#location_search {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}

.country-search-option li:hover {
  background: #ebebeb;
}

/* Select2 dropdown custom styling*/

.select2-container--default.select2-container--open .select2-dropdown,
.select2-container--default.select2-container--open
  .select2-dropdown
  .select2-search,
.select2-container--default.select2-container--open
  .select2-search--dropdown
  .select2-search__field,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow,
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__rendered {
  z-index: 999999 !important;
}

.select2-search__field {
  font-size: 16px !important;
}

.select2-search__field::placeholder {
  padding: 10px 20px;
  color: #111111;
}

span.select2-selection.select2-selection--multiple {
  font-family: "Inter", sans-serif;
  border: 2px solid #111111;
}

.select2-container--default .select2-search--inline .select2-search__field {
  padding-left: 24px;
  width: 270px !important;
}

.urf-input.input-field.select2-field label {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.2s ease 0s;
  padding-left: 18px;
  margin-top: 0;
}

.urf-input.input-field.select2-field label.active,
.urf-input.input-field.select2-field label.active.selected {
  margin-top: 10px;
  -webkit-transform: translateY(0) scale(0.8);
  transform: translateY(0) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  top: 0;
  opacity: 0.4;
}

.urf-input
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  /*margin-top: 20px;*/
  display: none;
}

.urf-input .select2.select2-container {
  width: 100%;
}

#country-list-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.urf-input.input-field.select2-field .select2-selection__rendered {
  height: 58px !important;
}

.urf-input.input-field.select2-field .select2-search__field {
  border-bottom: 0;
  box-shadow: unset;
  margin-top: 18px;
  padding: 0 20px;
  margin-left: 4px;
}

.dropdown-content.select-dropdown {
  width: 110px !important;
  height: fit-content !important;
}

.dropdown-content li > a,
.dropdown-content li > span {
  font-family: "Inter", sans-serif;
}

span.select2-dropdown.select2-dropdown--below,
span.select2-dropdown.select2-dropdown--above {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #ebebeb !important;
  color: #111111 !important;
}

.select2-results .select2-results__option {
  padding: 15px;
  color: #111111 !important;
  font-family: "Inter", sans-serif !important;
}

.select2-results .select2-results__option[aria-selected="true"] {
  display: none;
}

.select2-results .select2-results__option.select2-results__message {
  display: none;
}

#wizard
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 2px solid #111111;
  border-radius: 4px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  font-family: "Inter", sans-serif !important;
  color: #111111 !important;
  padding: 0;
}

.select2-search {
  font-family: "Inter", sans-serif !important;
  color: #111111 !important;
}

.select2-search input {
  font-family: "Inter", sans-serif !important;
  color: #111111 !important;
  width: 100%;
}

.select2-results {
  font-family: "Inter", sans-serif !important;
  color: #111111 !important;
}
/* End of Select2 dropdown custom styling */

/*Progress bar*/
.progress-bar-container {
  display: flex;
  justify-content: center;
}
.progress.urf-progress {
  display: none; /*Hidden by default*/
  background-color: #cccccc;
  width: 60%;
  height: 4px;
}

/*Pending profile page (Last step)*/
.process-row {
  text-align: center;
  padding-top: 20px;
}

.process-row-text .dash-line {
  padding: 45% 0;
}

@media only screen and (max-width: 1024px) {
  /* For mobile phones: */
  .process-row .dash-line {
    width: 80px;
  }
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .row.process-row-text {
    width: 70%;
    margin-left: unset;
    margin-right: unset;
    margin: 0 auto 0 auto;
  }
}

.process-row .center-image {
  position: absolute;
}

.text-div {
  font-family: "Inter", sans-serif;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
}

div.skip-notice-period {
  display: none; /* Hidden by default*/
  width: max-content;
  margin: auto;
  text-align: center;
  padding: 15px;
  cursor: pointer;
}

div.skip-notice-period .skip-notice-period-link {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #000000;
}

.password-field .password-icon {
  position: absolute;
  margin-left: 85%;
  margin-top: 20px;
  width: 24px;
}

.password-field .password-icon:hover {
  cursor: pointer;
}

.dropzone-overlay-container {
  display: none; /* Hidden by default*/
}

.dropzone-overlay {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
  z-index: 99;
}

/* Z-index fix for country  logo nox */
.fusion-fullwidth.fullwidth-box.fusion-builder-row-2.fusion-flex-container.hundred-percent-fullwidth.non-hundred-percent-height-scrolling.fusion-animated {
  z-index: 100;
}

div.dropzone-overlay > .overlay-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-family: "Spectral", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.02em;
}

.mobile-view-magic-link,
.mobile-view-traditional-link {
  display: none;
}

.mobile-text {
  display: none;
}

.bottom-text-mobile {
  display: none;
}

.show-on-small {
  display: none;
}

.show-on-medium-and-up {
  display: block;
}

.modal.datepicker-modal {
  width: -moz-max-content; /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
  width: max-content; /* Chrome */
  overflow: hidden;
}
.datepicker-date-display {
  display: none;
}

.full-screen-dropzone.enabled {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background: transparent;
}

/* CSS loader spinner */

.urf-signin-button .preloader-icon {
  margin: 0;
  display: none;
}

.actions.clearfix .preloader-icon {
  margin: 0;
  padding-left: 10px;
  display: none;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .process-row-text {
    padding: 16px 0 0 0;
  }
}

@media only screen and (min-width: 992px) {
  /* For desktop: */
  .process-row-text .custom-offset {
    margin-left: 29% !important;
  }
}

/* Tooltip */
#wizard .tooltip {
  opacity: 1;
}

span.tt {
  position: absolute;
  top: -5px;
  right: -25px;
}

span.tt[hint]:hover::after {
  content: attr(hint);
  position: absolute;
  top: -100%;
  left: -1000%;
  background-color: #000000;
  opacity: 0.4;
  color: #ffffff;
  padding: 5px 10px;
  width: auto;
  font-size: 12px;
  border-radius: 4px;
  font-weight: bold;
  overflow: visible;
}
/*End of tooltip */

p.terms-of-service {
  margin: 8px 0 20px 0;
  font-size: 12px;
  line-height: 15px;
}

p.terms-of-service a {
  color: #111111;
  font-weight: 700;
}

#referer-form .wizard > .content {
  min-height: 100px;
}

#referer-form .wizard > .content > .body {
  width: 100%;
  height: auto;
  padding: 15px;
  position: absolute;
}

#referer-form .wizard > .content > .body.current {
  position: relative;
}

#referer-form .steps.clearfix {
  visibility: hidden;
}

#referer-form .wizard > .content > .body .dark-button-parent {
  margin-top: 80px;
  min-height: 56px;
}

#referer-form .wizard > .content > .body .dark-button {
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  width: auto;
  height: 56px;
  left: 655px;
  top: 792px;
  background: #761ee4;
  color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
}

#referer-form .wizard > .content > .body .dark-button.disabled {
  opacity: 0.4;
}

#referer-form .wizard > .content > .body .dark-button a {
  color: #ffffff;
}

#referer-form .wizard > .content > .body .referer-text {
  margin-top: 16px;
}

#referer-form .wizard > .content > .body .referer-text a {
  color: #cccccc;
}

#referer-form .wizard div.fusion-title #referer-title-1 {
  margin-bottom: 80px;
}

#referer-form .wizard div.fusion-title #referer-title-2 {
  margin-bottom: 16px !important;
}

div#refer-someone-link a {
  color: #111111;
}

#referer-form .actions.clearfix ul li:first-of-type,
#referer-form .actions.clearfix ul li:last-of-type {
  display: block;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.referer-email-address-container {
  margin-bottom: 8px !important;
}

.referer-name-container {
  margin-bottom: 80px !important;
}

.actions-buttons-container {
  display: inline-flex;
  margin: auto;
  width: 100%;
  /* margin: auto; */
  width: 100%;
  justify-content: center;
}

.actions-buttons-container .actions.clearfix {
  margin: 0 5px;
}

.select2-field.location-area {
  height: 65px !important;
}

.step1 {
  height: 450px !important;
}

.step1 .fusion-title.urf-title h1 {
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  line-height: 150%;
  letter-spacing: -0.02em;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.step1 .fusion-text.urf-subtitle p,
.step1 .fusion-text.urf-text-regular p,
.step1 .fusion-text-2 {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  line-height: 150%;
  letter-spacing: -0.02em;
}

.step1 .header-badge {
  background: #761ee4;
  padding: 5px 10px;
  border-radius: 5px;
}

.step1 .sub-title {
  margin: 16px;
}

.step1 .other-oprion-link {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  width: 210px;
  cursor: pointer;
  margin: 25px auto;
}

.step1 .other-oprion-link:hover {
  text-decoration: underline;
}

.step1 .link-upload-div {
  display: none;
  width: 400px;
  margin: auto;
  box-sizing: border-box;
}

.step1 .link-upload-div .title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  cursor: pointer;
  margin: 20px 0 10px 0;
}

.step1 .link-upload-div .link-url {
  display: block;
  padding: 5px 16px;
  height: 40px;
  width: 100%;
  background: #333333;
  border: 1px solid #111111;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #ededed;
}

.step1 .link-upload-div .next-btn {
  font-family: "Inter", sans-serif;
  background: #ffffff;
  border: 1px solid #111111;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #111111;
  width: 100%;
  height: 40px;
}

.step1 .link-upload-div .next-btn .link-next-preloader-icon {
  display: none;
}

.step1 .link-upload-div .input-error {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ff5353;
  margin-top: 8px;
}

@media (max-width: 575px) {
  .step1 .link-upload-div {
    display: block;
    width: 100%;
  }

  #wizard .ff_fileupload_wrap,
  .step1 #dont_have_cv {
    display: none;
  }
}

/* start only for local development */
.fusion-body .fusion-flex-container.fusion-builder-row-1 {
  min-height: 820px;
}

.fusion-flex-container .fusion-flex-align-items-center {
  align-content: unset !important;
  align-items: unset !important;
}

@media (max-width: 575px) {
  .fusion-body .fusion-flex-container.fusion-builder-row-1 {
    min-height: 760px;
  }
}

/* end only for local development */

/* A/B testing */
/* B flow */
.back-to-other-options {
  font-size: 14px;
  display: none;
  cursor: pointer;
  line-height: 40px;
  color: rgb(139, 139, 139);
}

.back-to-other-options img {
  width: 6px;
  margin-bottom: 2px;
  margin-right: 5px;
}

.cus-dark-dots {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  padding: 0;
  background: #000;
  position: absolute;
  top: 0;
}

.cus-dark-dots.dot1 {
  left: 23px;
}

@media (max-width: 425px) {
  .cus-dark-dots.dot1 {
    left: 15px;
  }

  .cus-dark-dots {
    width: 10px;
    height: 10px;
  }
}

.cus-dark-dots.dot2 {
  left: -13px;
}

.cus-disable-dots {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  padding: 0;
  background: #ccc;
  position: absolute;
  top: 0;
}

.cus-disable-dots.dot1 {
  right: -5px;
}

.cus-disable-dots.dot2 {
  right: 40px;
}

.cus-disable-dots.dot3 {
  right: 85px;
}

.cus-disable-dots.dot4 {
  right: 130px;
}

.cus-disable-dots.dot5 {
  right: 175px;
}

/* Hong Kong launch */
.cus-field {
  position: relative;
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
}

.country-dropdown.currency {
  width: 170px;
}

.country-dropdown.country {
  width: 235px;
}

.country-dropdown.phone-code {
  width: 155px;
}

.show-hong-kong-passport {
  display: none;
}

.country-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.country-dropdown .down-arrow {
  position: absolute;
  top: 29px;
  right: 20px;
  cursor: pointer;
}

.country-flag {
  display: flex;
  align-items: center;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top: 2px solid #111111 !important;
  border-bottom: 2px solid #111111 !important;
  border-left: 2px solid #111111 !important;
  border-right: 0 !important;
  width: 60px;
  height: 64px;
  margin-bottom: 16px;
  padding: 5px 10px 5px 15px;
  background: #ebe4f4 !important;
}

.country-name {
  font-weight: 500;
  box-sizing: border-box !important;
  border-radius: 0 !important;
  border-top: 2px solid #111111 !important;
  border-bottom: 2px solid #111111 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  background: #ebe4f4 !important;
  padding-left: 0 !important;
  padding-right: 30px !important;
}

.cus-dropdown-wrapper {
  position: relative;
  margin: auto;
  max-width: 400px;
}

.cus-dropdown-wrapper.address-country {
  width: 100%;
}

.cus-dropdown-wrapper.address-country .country-name {
  background: #fff !important;
  border-right: 2px solid #111111 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.cus-dropdown-wrapper.address-country .country-flag {
  background: #fff;
  padding: 5px 10px 5px 22px;
}

.cus-dropdown-wrapper.address-country .country-dropdown.country {
  width: 100% !important;
}

.cus-dropdown-list {
  position: absolute;
  top: 82px;
  left: 0;
  width: 100%;
  display: none;
  margin: auto;
  max-width: 400px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%),
    0 1px 5px 0 rgb(0 0 0 / 20%);
  border-radius: 4px;
  margin-top: -14px;
  max-height: 275px;
  overflow: auto !important;
  z-index: 2;
}

.cus-dropdown-list .list-item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px 15px;
  cursor: pointer;
}

.cus-dropdown-list .list-item:hover {
  background: #ebebeb;
}

.cus-dropdown-list .list-item span {
  padding-left: 14px;
}

.no-data-item {
  padding: 10px 15px;
  color: #979797;
  background: #fff;
}

.cus-field .cus-dropdown:focus {
  outline: 0;
}

.cus-field .cus-input {
  width: calc(100% - 100px) !important;
  font-weight: 500;
  box-sizing: border-box !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top: 2px solid #111111 !important;
  border-bottom: 2px solid #111111 !important;
  border-right: 2px solid #111111 !important;
  border-left: 0 !important;
}

.cus-field .cus-input.salary {
  padding: 15px 70px 15px 24px !important;
  text-align: right;
}

.cus-field .months-label {
  position: absolute;
  right: 15px;
  top: 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
}

.cus-info {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #666666;
  text-align: center;
  margin-top: 12px !important;
}

.info-icon {
  margin-right: 5px;
}

.switch-condition-btn {
  display: block;
  width: fit-content;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #761ee4;
  cursor: pointer;
  margin: auto;
  margin-bottom: 30px;
}

.ordinance-link {
  text-decoration: underline;
  color: #111111;
}

#i_have_HKID {
  display: none;
}

.select-dropdown.dropdown-trigger {
  width: 86px !important;
  height: 21px !important;
  border-bottom: 1px solid #111111 !important;
  color: #111111 !important;
}

.datepicker-container.modal-content {
  padding: 20px !important;
}

.notice-datepicker {
  width: 112px !important;
  height: 21px !important;
  border-bottom: 1px solid #111111 !important;
  color: #111111 !important;
  cursor: pointer;
}

.status-sample-companies {
  display: block;
  margin: auto;
  margin-top: -10px;
  margin-bottom: 48px;
}

#benifit-sec {
  margin-bottom: 40px;
}

#benifit-sec .benifit-item {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  #benifit-sec .benifit-item {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
  }
}

#animation {
  max-height: 0vh !important;
}

.ct-shortcode {
  z-index: 1;
}
