/* Feedback modal — floating labels, white fields (no green material-line fill) */

#alx_feed_back_FID1 .afbf_item_pole {
  position: relative;
  margin-bottom: 2rem;
}

#alx_feed_back_FID1 .afbf_inputtext,
#alx_feed_back_FID1 .afbf_textarea {
  background: #fff !important;
  background-image: none !important;
  color: #212121 !important;
  border: 1px solid #e6e6e6 !important;
}

#alx_feed_back_FID1 .afbf_inputtext {
  height: 60px !important;
  padding: 22px 20px 10px !important;
}

#alx_feed_back_FID1 .afbf_textarea {
  min-height: 120px !important;
  padding: 28px 20px 12px !important;
  resize: vertical;
}

#alx_feed_back_FID1.floating_labels .afbf_feedback_poles .afbf_item_pole .afbf_name {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: 0;
  pointer-events: none;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(33, 33, 33, 0.55);
  z-index: 2;
  transition: 0.2s ease all;
  transform: translateY(-50%);
}

#alx_feed_back_FID1.floating_labels .afbf_item_pole--textarea .afbf_name {
  top: 1.25rem;
  transform: none;
}

#alx_feed_back_FID1.floating_labels .afbf_item_pole.is_filled .afbf_name,
#alx_feed_back_FID1.floating_labels .afbf_item_pole.is_focused .afbf_name {
  top: 0;
  left: 0;
  font-size: 12px;
  color: #42b515;
  transform: translateY(-20px);
}

#alx_feed_back_FID1.floating_labels .afbf_item_pole--textarea.is_filled .afbf_name,
#alx_feed_back_FID1.floating_labels .afbf_item_pole--textarea.is_focused .afbf_name {
  transform: translateY(0);
}

a.kit-modal__services-item-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

#alx_feed_back_FID1 .afbf_inputtext::placeholder {
  color: transparent;
}
