.d-product-selection .dropdown-menu {
  max-height: 400px;
  overflow:auto;
  min-width: 100%;
  box-shadow: 1px 1px 3px 0 rgba(51, 51, 51, 0.1), -1px 1px 3px 0 rgba(51, 51, 51, 0.1);

}
.d-product-selection .dropdown-menu[data-popper-placement="bottom-start"]{
  top: -2px !important;
}
.d-product-selection .dropdown-menu:empty{
  display:none;
}
.d-product-selection .form-label {
  display: flex;
  align-items: center;
}
.d-product-selection .form-label.dropdown-toggle .form-control {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 1px 1px 3px 0 rgba(51, 51, 51, 0.1), -1px 1px 3px 0 rgba(51, 51, 51, 0.1);
  border-color: transparent;
}
.d-product-selection .form-label.dropdown-toggle::after{
 z-index: 2;
 margin-left: auto;
 margin-right: 13px;
 position: relative;
 /* top: 18px; */
}
.d-product-selection .dropdown{
  height: 100%;
}
.d-product-selection .form-label svg {
  margin-left: -26px;
  position: relative;
  z-index: 2;
}
.d-product-selection .form-control {
  color: #000;
  --bs-border-color: transparent;
  --bs-body-bg: var(--main-white);
  height: 100%;
  padding: 0.375rem 2.175rem 0.375rem 0.75rem;
  font-size: 14px;
  --input-placeholder-color: #000;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 rgba(51, 51, 51, 0.1), -1px 1px 3px 0 rgba(51, 51, 51, 0.1);
}
.d-product-selection .form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
}
.d-product-selection .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}
.d-product-selection .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}
.d-product-selection .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
.d-product-selection .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
.d-product-selection .form-control::placeholder {
  /* Most modern browsers support this now. */
  color: #000;
}

.d-product-selection .btn {
  width: 100%;
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-product-selection .btn.btn-secondary {
  justify-content: space-between;
  --bs-btn-hover-bg: var(--main-white);
  --bs-btn-bg: var(--main-white);
  --bs-btn-active-bg: var(--main-white);
  --bs-btn-color: #000;
  --bs-btn-hover-color: #000;
  --bs-btn-active-color: #000;
}
.d-product-selection.vertical {
    flex-flow: column;
    align-items: center!important;
}
.d-product-selection.vertical>div{
    width: 100%;

}
.d-product-selection.vertical .dropdown,
.d-product-selection .form-label{
    min-height: 40px;
}
.d-product-selection .form-control{
    min-height: 40px;
}