.service-form-advance {

  div {
    padding-left: 0;
    padding-right: 0;
  }

  p,
  bb-duration-picker input,
  bb-duration-picker select {
    line-height: 35px;
  }

  bb-duration-picker input {
    max-width: 70px;
  }

  p {
    text-align: center;
  }
}

#assign-locations-modal-body {
  #assign-locations-list {
    max-height: 500px;
    overflow-y: auto;
    margin-top: 10px;
  }

  .loader-service-new {
    position: relative !important;
    width: auto;
  }
}
