.mainInterpreter {
  display: flex;
  width: 100%;
  align-items: stretch;
  overflow: hidden; }
  .mainInterpreter .test {
    width: 100%;
    padding: 15px 0;
    min-height: 100vh;
    transition: all 0.3s; }
  .mainInterpreter .sidebar {
    min-width: 360px;
    max-width: 360px;
    max-height: 100vh;
    top: 65px;
    background: #fff;
    transition: all 0.3s;
    border-right: 1px solid #f3f3f4;
    padding: 15px;
    color: #71767a; }
    .mainInterpreter .sidebar.active {
      margin-left: -360px; }
    .mainInterpreter .sidebar h2 {
      margin: 0 0 5px;
      font-size: 1rem;
      color: #a9aeb1; }
    .mainInterpreter .sidebar h3 {
      margin: 0;
      font-size: 1rem;
      color: #a9aeb1; }
  .mainInterpreter .infos {
    margin-top: 30px;
    margin-bottom: 30px; }
  .mainInterpreter .close {
    font-size: 1.2rem;
    cursor: pointer; }
  .mainInterpreter .sidebar .infos label {
    display: block;
    margin: 0; }
  .mainInterpreter .sidebar .infos .time, .mainInterpreter .sidebar .infos .percentage {
    display: inline-block;
    color: #a9aeb1;
    font-weight: bold; }
  .mainInterpreter .sidebar .list-group {
    padding: 0;
    margin: 0;
    border: 0; }
    .mainInterpreter .sidebar .list-group li {
      border: 0;
      padding: 10px 0 0; }
    .mainInterpreter .sidebar .list-group .badge-primary {
      background-color: inherit;
      font-weight: bold;
      color: #a9aeb1;
      font-size: .9rem; }
  .mainInterpreter .sidebar .form-check .form-check-label {
    position: relative;
    padding-left: 15px; }
  .mainInterpreter .sidebar .form-check label:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background-color: #a9aeb1;
    border-radius: 50%; }
  .mainInterpreter .sidebar .form-check label[for="answeredcheck"]:before {
    background-color: #8dee8d; }
  .mainInterpreter .sidebar .form-check label[for="reviewcheck"]:before {
    background-color: #ee8bd0; }
  .mainInterpreter .sidebar .form-check label[for="unansweredcheck"]:before {
    background-color: #dfe1e2; }
  .mainInterpreter .sidebar .nav-pills {
    margin: 30px 0 0; }
    .mainInterpreter .sidebar .nav-pills .nav-item {
      width: 20%;
      text-align: center; }
      .mainInterpreter .sidebar .nav-pills .nav-item .nav-link {
        position: relative;
        width: 50px;
        height: 45px;
        border: 1px solid #dfe1e2;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
        color: #71767a; }
        .mainInterpreter .sidebar .nav-pills .nav-item .nav-link.active {
          border-width: 2px;
          background-color: #f3f3f4; }
        .mainInterpreter .sidebar .nav-pills .nav-item .nav-link.check {
          border-color: #8dee8d; }
        .mainInterpreter .sidebar .nav-pills .nav-item .nav-link.review {
          border-color: #ee8bd0; }
        .mainInterpreter .sidebar .nav-pills .nav-item .nav-link.invalid {
          border-color: #c71a1a; }
        .mainInterpreter .sidebar .nav-pills .nav-item .nav-link.active:before {
          font-family: 'Font Awesome 5 Free';
          position: absolute;
          top: -15px;
          left: 0;
          right: 0;
          margin: auto;
          content: '\f0d7';
          font-weight: 900;
          color: #a9aeb1;
          font-size: 1.2rem; }
  .mainInterpreter .breadcrumbTest .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0; }
    .mainInterpreter .breadcrumbTest .breadcrumb a {
      font-size: .9em;
      color: #71767a; }
  .mainInterpreter .breadcrumbTest .breadcrumb-item.active {
    color: #000; }
  .mainInterpreter .timeline {
    margin: 30px 0; }
    .mainInterpreter .timeline h2 {
      margin: 0;
      font-size: 1rem; }
    .mainInterpreter .timeline .btn-default {
      margin-right: 15px;
      background-color: transparent; }
      .mainInterpreter .timeline .btn-default:hover {
        background-color: #f3f3f4; }
    .mainInterpreter .timeline .progress {
      margin: 15px 0 0;
      height: 3px;
      border-radius: 0; }
      .mainInterpreter .timeline .progress .bg-success {
        background-color: #8dee8d !important; }
  .mainInterpreter .question figure {
    margin: 15px 0; }
  .mainInterpreter .question figcaption {
    color: #71767a; }
  .mainInterpreter .question .answers .form-check {
    background-color: #f3f3f4;
    position: relative;
    display: block;
    margin-top: 1rem;
    padding: 0;
    border-radius: 5px; }
  .mainInterpreter .question .answers .form-check-label {
    padding: 15px 15px 15px 60px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 5px; }
    .mainInterpreter .question .answers .form-check-label:before {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      content: '';
      background-color: #ffffe6;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale3d(1, 1, 1);
      transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0;
      z-index: -1; }
    .mainInterpreter .question .answers .form-check-label:after {
      content: '';
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 30px;
      height: 30px;
      border: 1px solid #D1D7DC;
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: 2px 3px;
      border-radius: 50%;
      z-index: 2;
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      transition: all 200ms ease-in; }
  .mainInterpreter .question .answers .form-check .form-check-label:after {
    content: attr(identifier); }
  .mainInterpreter .question .answers .form-check-input {
    width: 30px;
    height: 30px;
    order: 1;
    z-index: 2;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
    margin: 0; }
    .mainInterpreter .question .answers .form-check-input:checked ~ label {
      color: #000;
      border-color: #dfe1e2; }
      .mainInterpreter .question .answers .form-check-input:checked ~ label:before {
        transform: translate(-50%, -50%) scale3d(75, 75, 1);
        opacity: 1; }
      .mainInterpreter .question .answers .form-check-input:checked ~ label:after {
        background-color: #ffff00;
        border-color: #565c65; }
  .mainInterpreter .question .review {
    margin: 15px 0; }
  .mainInterpreter .controls .btn-default {
    background-color: #fff; }
    .mainInterpreter .controls .btn-default.menu {
      border: 1px solid #dfe1e2;
      min-width: 140px; }
      .mainInterpreter .controls .btn-default.menu i {
        color: #565c65;
        font-size: .9rem;
        margin-left: 15px; }
    .mainInterpreter .controls .btn-default:hover {
      background-color: #f3f3f4; }
  .mainInterpreter .sidebar {
    margin-right: 30px;
    max-height: inherit;
    border-radius: 5px; }
    .mainInterpreter .sidebar.active {
      margin-left: -390px; }
    .mainInterpreter .sidebar h2, .mainInterpreter .sidebar h3 {
      font-size: 1.4rem;
      text-transform: none;
      line-height: 20px; }
    .mainInterpreter .sidebar .form-check label:before {
      left: 4px;
      top: -2px; }
    .mainInterpreter .sidebar .nav-pills .nav-item .nav-link {
      cursor: pointer; }
  .mainInterpreter .test {
    padding: 0; }
  .mainInterpreter .timeline {
    margin-top: 0; }
  .mainInterpreter .grid-row .col-12 {
    padding: 0; }
  .mainInterpreter .timeline h2 {
    font-size: 1.4rem; }
  .mainInterpreter .question .form-check-label {
    margin-left: 5px; }
  .mainInterpreter .controls .btn-default {
    width: 50px;
    height: 50px; }
  .mainInterpreter .question .answers .form-check-input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(115, 75, 1); }

iqti-item .answers {
  margin-bottom: 15px; }
  iqti-item .answers .form-check {
    background-color: #f3f3f4;
    position: relative;
    display: block;
    margin-top: 1rem;
    padding: 0;
    border-radius: 5px; }
  iqti-item .answers .form-check-label {
    padding: 15px 15px 15px 60px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 5px; }
    iqti-item .answers .form-check-label:before {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      content: '';
      background-color: #ffffe6;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale3d(1, 1, 1);
      transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0;
      z-index: -1; }
    iqti-item .answers .form-check-label:after {
      content: '';
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 30px;
      height: 30px;
      border: 1px solid #D1D7DC;
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: 2px 3px;
      border-radius: 50%;
      z-index: 2;
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      transition: all 200ms ease-in; }
  iqti-item .answers .form-check .form-check-label:after {
    content: attr(identifier); }
  iqti-item .answers .form-check-input {
    width: 30px;
    height: 30px;
    order: 1;
    z-index: 2;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
    margin: 0; }
    iqti-item .answers .form-check-input:checked ~ label {
      color: #000;
      border-color: #dfe1e2; }
      iqti-item .answers .form-check-input:checked ~ label:before {
        transform: translate(-50%, -50%) scale3d(75, 75, 1);
        opacity: 1; }
      iqti-item .answers .form-check-input:checked ~ label:after {
        background-color: #ffff00;
        border-color: #565c65; }
