@import 'admin-booking/main_dependencies';

.bb-quick-pick {
  .quick-pick__form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .bb-quick-pick__list-panel {
    padding: 35px 19px 51px;
    width: 50%;

    .form-group {
      margin-bottom: 34px;

      &:last-of-type {
        margin-bottom: 0;
      }
    }
  }

}
