.bucket-component {
  padding: .25rem;
  background: white;
  border-left: 2px solid blue;
  border-top: 1px solid #dee2e6 !important;
  border-bottom: 1px solid #dee2e6 !important;
  display: flex;
  justify-content: space-between;
}
.quick-add-section {
  max-height: 60vh;
  overflow: auto;
}
.nested-accordion {
  padding:0 !important;
}
.no-fields-available {
  background: #F9F9F9;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  .no-fields-text{
    margin-top: 0.1rem;
  }
}