

  #checkoutMainContainer{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  #checkoutMainContainer .checkout-footer{
    margin-top: auto;
  }




  .checkout-container.row-fluid.orderform-active{
    display: flex;
    gap: 16px;
  }
  .checkout-container .step{
    flex: 1; /* cada um ocupa mesma largura */
  }




.checkout-container.row-fluid.orderform-active
  .step.accordion-group.client-profile-data.unfixed.active:first-of-type{
  height: auto !important;
  min-height: 0 !important;
  align-self: flex-start !important;
}





.checkout-container{
  display: flex;
  align-items: center;
}

.checkout-right{
  display: flex;
  align-items: center;
  gap: 20px; /* ajuste se quiser */
}






  [data-step].ok .step-status{
    color: #18a957 !important;
    font-weight: 700 !important;
  }

  /* ajuda a copiar/selecionar texto do passo 1/2/3 */
  .step-status, [data-step] {
    user-select: text !important;
    -webkit-user-select: text !important;
    -ms-user-select: text !important;
  }




