.promo-form::part(form-input-label) {
  display: none;
}

.promo-form::part(container) {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.promo-form::part(form-input),
.promo-form::part(form-input-select) {
  border-radius: 0px !important;
  border-color: #c5cad1 !important;
  background-color: rgba(255, 255, 255, 0.72) !important;
  color: #1d1d1d !important;
  height: 50px !important;
  font: 15px !important;
}

.promo-form::part(form-input)::placeholder,
.promo-form::part(form-input-select)::placeholder {
  color: #414141 !important;
  font: 15px !important;
}

.promo-form::part(form-loader-icon) {
  stroke: white !important;
}

.promo-form::part(form-select-container) {
  color: #1d1d1d !important;
  background-color: #bbb !important;
  border-color: #c5cad1 !important;
  z-index: 11 !important;
  border-radius: 0px !important;
  max-height: 180px !important;
}

.promo-form::part(select-arrow) {
  fill: #1d1d1d !important;
}

.promo-form::part(companyBranchId-cross-icon) {
  stroke: #1d1d1d !important;
}

.promo-form::part(form-error-message) {
  margin-top: -3px !important;
}

.promo-form::part(form-select-container-downwards) {
  margin-top: 20px !important;
}

.promo-form::part(form-select-option-selected) {
  background-color: #aaa !important;
}

.promo-form::part(form-select-option):hover {
  background-color: #ccc !important;
}
