/* HEADER LIFE SIMULATION/HIRING */
.header-life-simulation  {
    position: fixed; 
    top: 0; 
    width: 70%;
    background-color: #F8F9FB;
    height: 129px; 
    display: flex; 
    align-items: center; 
    z-index:99999;
  }
  
  .header-life-simulation .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .header-life-simulation .btn-life-hiring-container {
    display: flex; 
    align-items: center; 
  
  }
  
  .header-life-simulation .btn-life-hiring-container .btn-back {
    display: none; 
    margin-right: 20px; 
    height: 40px;
    width: 166px;
  }
  
  .header-life-simulation.results .btn-life-hiring-container .btn-back {
    display: flex; 
  }
  
  .header-life-simulation .btn-life-hiring-container .sign-life-simulation {
    display: none; 
    margin-right: 20px; 
    height: 40px;
    width: 166px;
  }
  
  .header-life-simulation.sign .btn-life-hiring-container .sign-life-simulation {
    display: flex; 
  }
  
  .header-life-simulation.results {
    width: 100%; 
  }
  
  .header-life-simulation .hiring-life-simulation {
    display: none; 
    height: 40px;
    width: 166px; 
  }
  
  .header-life-simulation.hiring .btn-life-hiring-container .hiring-life-simulation {
    display: flex; 
  }
  
  .header-life-simulation .btn-life-hiring-container .btn-definitive-hire-life {
    display: none; 
    height: 40px;
    width: 166px; 
  }
  
  .header-life-simulation.hire .btn-life-hiring-container .btn-definitive-hire-life {
    display: flex; 
  }
  
  .header-life-simulation .logo-white-container.step-header-logo-container .step-header-logo-section {
    color: #004F8B;
  }

  @media(max-width: 768px) {
    .header-life-simulation {
      width: 100%;
      height: auto; 
    }

    .header-life-simulation.results .center {
      width: 100%;
      margin: 0;
    }

    .header-life-simulation.results.hiring .center {
      width: 100%;
      margin: 0;
    }

    .header-life-simulation.results .center .step-header-logo-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .header-life-simulation.results .center .step-header-logo-container .step-header-logo {
      margin: 0; 
    }

    .header-life-simulation.results .center .btn-life-hiring-container .btn-back {
      height: 33px;
      width: 100px;
    }

    .header-life-simulation.results .center .btn-life-hiring-container .hiring-life-simulation {
      height: 33px;
      width: 100px;
    }
  }