.candidate-settings-panel {
  .title-panel {
    i.fa {
      margin-right: 10px;
    }
  }

  margin-bottom: 30px;

  /* candidate_details */
  .candidate-phone-number {
    form {
      margin: -0.75rem 0 1rem 0;
    }
  }

  /* devices */
  .candidate-settings-device-about {
    i.fa {
      margin-right: 5px;
    }
  }
  .candidate-settings-device-connected {
    font-size: 14px;
  }

  .candidate-settings-device-created-at {
    font-size: 12px;
  }

  .candidate-settings-device-current {
    font-size: 12px;
    margin-left: 10px
  }

  .candidate-settings-job-alert {
    position: relative;
    margin-bottom: 10px;
    clear: both;
  }

  .candidate-settings-job-alert-delete {
    position: absolute;
    right: 0;
    top: 0;
  }

  .signin-buttons {
    text-align: center;
  }
}

.candidate-settings-panel, .anonymise {

  .title-panel .accordion-toggle:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f063';
    float: right;
    color: black;
  }

  .title-panel .accordion-toggle.collapsed:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f2ed';
  }

  .confirmation-email-field {
    margin-bottom: 20px;
  }
}
