@media only screen and (max-width: 425px) {
  /* For mobile phones: */
  #candidate_registration {
    height: auto;
  }

  #wizard.wizard {
    height: -webkit-fill-available !important;
    height: -moz-available !important; /* WebKit-based browsers will ignore this. */
    height: fill-available !important;
  }

  #wizard.wizard > .content {
    margin: 0;
    height: auto;
  }

  #wizard.wizard > .content > .body {
    padding: 0;
    margin: 0;
    height: auto;
  }

  #wizard.wizard .content .body.current {
    height: auto;
  }

  #wizard .link-url {
    width: 100%;
  }

  .fusion-text.urf-subtitle {
    margin: 0;
  }

  .fusion-text.urf-subtitle p,
  .bottom-sticky-wrapper p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 40px;
  }

  #wizard.wizard .steps.clearfix {
    width: 160px;
  }

  #wizard.wizard .steps.clearfix > ul li > a {
    width: 10px;
    height: 10px;
  }

  #wizard.wizard .actions.clearfix {
    width: 100%;
    margin: 0 auto 0 auto;
  }

  #wizard.wizard .actions.clearfix ul {
    width: 100%;
    margin: 0;
  }

  #wizard.wizard .actions.clearfix ul li {
    width: 100%;
    margin: 0;
  }

  #wizard.wizard .actions.clearfix ul li a,
  #wizard.wizard .urf-button-primary {
    width: 100%;
    position: sticky;
    bottom: 0px;
  }

  .ff_fileupload_wrap {
    display: none;
  }

  #expected_salary {
    margin-bottom: 0px;
  }

  .urf-select-box-icon {
    padding-top: 0px;
    margin: 0 24px 0 24px;
  }
  .urf-select-box-icon img {
    width: 24px;
  }

  #country-list-container {
    margin-top: 0;
  }

  .collection.url-collection {
    width: 275px;
    margin: auto;
  }

  .row.urf-collection-row .section-1 {
    margin-left: -33px;
  }

  .collection-item-remove {
    float: right;
    margin-right: 10px;
  }

  .actions.clearfix ul li#cv-upload-button {
    display: block;
  }

  .urf-signin-panel {
    position: relative;
  }

  .urf-signin-button {
    margin: 20px auto 0 auto;
  }

  #email_address,
  #password {
    margin-bottom: 0;
  }

  .urf-input.input-field div.error {
    padding-bottom: 0px;
  }

  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #000000;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    margin-top: -8px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  }

  input[type="range"]::-webkit-slider-runnable-track {
    width: 100px;
    height: 2px;
    background: #111111;
    border: none;
  }

  /* All the same stuff for Firefox */
  input[type="range"]::-moz-range-thumb {
    border: 1px solid #000000;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
  }

  input[type="range"]::-moz-range-track {
    width: 100px;
    height: 2px;
    background: #111111;
    border: none;
  }

  /* All the same stuff for IE */
  input[type="range"]::-ms-thumb {
    border: 1px solid #000000;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
  }

  input[type="range"]::-ms-track {
    width: 100px;
    height: 2px;
    background: #111111;
    border: none;
  }

  .range-field {
    width: 100px;
  }

  p.selected-range-value {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    padding-right: 10px;
  }

  .notice_month_mobile {
    opacity: 0.4;
    font-size: 13px;
    padding: 0 2px !important;
  }

  .notice_month_mobile.selected {
    opacity: 1;
    text-decoration: underline;
    text-underline-position: under;
  }

  .notice_period_dropdown_mobile {
    display: none; /* Hidden by default */
    text-align: center;
    margin: 0 0 10px 0 !important;
  }

  .mobile-text {
    display: block;
  }

  .bottom-text-mobile {
    display: block;
    width: max-content;
    margin: auto;
    text-align: center;
    padding: 2%;
    position: absolute;
  }

  div.skip-notice-period {
    padding: 2%;
  }

  .fusion-body .fusion-flex-container.fusion-builder-row-1 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .modal.datepicker-modal.open {
    top: 25% !important;
  }

  #preferred_location {
    padding: 0 !important;
  }

  .urf-signin-button img.magic-link-info {
    position: absolute;
    margin-left: 54%;
    margin-top: -20%;
  }

  .show-on-small {
    display: block;
  }

  .show-on-medium-and-up {
    display: none;
  }

  .process-row .dash-line {
    width: 40px;
  }

  .row.process-row-text {
    width: 100%;
    margin: auto;
    padding: 16px 0 0 0;
  }
}
