.custom-form {
  .label-field-wrapper {
    width: 100% !important;
  }

  .custom-label-pair {
    margin-bottom: 0rem;
  }

  .digit-submit-bar {
    width: fit-content;
    margin-left: auto;
  }
}

.custom-form-employee-create{
  .digit-card-component{
    gap: 0rem;
  }
  .digit-header-content{
    line-height: normal;
    margin-bottom: 1.5rem;
  }
  hr{
    margin-bottom: 1.5rem;
  }
}