.fc-phone-field .fc-phone-row {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}

.fc-phone-country {
  flex: 0 0 auto;
  min-width: 140px;
  max-width: 46%;
  padding: 0 8px;
  font-size: 12px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  background: #fff;
  color: #313140;
  cursor: pointer;
  height: 50px;
  box-sizing: border-box;
  text-overflow: ellipsis;
}

.fc-phone-national {
  flex: 1 1 auto;
  min-width: 0;
}

.elaqe-formu .fc-phone-field .fc-phone-row {
  align-items: stretch;
}

.elaqe-formu .fc-phone-field .fc-phone-country {
  display: block;
  height: 50px;
  min-height: 50px;
  min-width: 132px;
  max-width: 48%;
  border: 2px solid #eaeaea;
  border-radius: 3px;
  padding: 0 28px 0 10px;
  font-size: 14px;
  line-height: 1.2;
  color: #313140;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23696969' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 8px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  box-sizing: border-box;
}

.elaqe-formu .fc-phone-field .fc-phone-national.text {
  display: block;
  height: 50px !important;
  min-height: 50px !important;
  border: 2px solid #eaeaea;
  border-radius: 3px;
  padding: 12px;
  font-size: 14px;
  line-height: 1.2;
  background: #fff;
  box-sizing: border-box;
}

.input_wrapper_cta.fc-phone-field .fc-phone-row {
  width: 100%;
  align-items: flex-end;
}

.input_wrapper_cta.fc-phone-field .fc-phone-country {
  all: unset;
  box-sizing: border-box;
  display: inline-block;
  min-width: 120px;
  max-width: 48%;
  padding-bottom: 3px;
  border-bottom: 1px solid #464656cc;
  font-size: 12px;
  cursor: pointer;
  color: #444;
}

.input_wrapper_cta.fc-phone-field .fc-phone-national {
  all: unset;
  box-sizing: border-box;
  display: inline-block;
  flex: 1;
  font-size: 13px;
  padding-bottom: 3px;
  border-bottom: 1px solid #464656cc;
}

.input_wrapper_cta.fc-phone-field::after {
  display: none;
}

.input_wrapper_cta.fc-phone-field:focus-within label,
.input_wrapper_cta.fc-phone-field.fc-phone-has-value label {
  bottom: 20px;
}

.online-rezerv-modal .fc-phone-field .fc-phone-row {
  align-items: stretch;
}

.online-rezerv-modal .fc-phone-field .fc-phone-country {
  flex: 0 0 auto;
  min-width: 120px;
  max-width: 46%;
  display: block;
  height: 50px;
  min-height: 50px;
  padding: 15px 28px 15px 10px;
  border: 1px solid #b6bbc5;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.2;
  color: #212121;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23696969' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 8px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  box-sizing: border-box;
}

.online-rezerv-modal .fc-phone-field .fc-phone-national.label-effect {
  display: block;
  width: 100%;
  min-height: 50px;
  height: 50px;
  padding: 15px 10px;
  border: 1px solid #b6bbc5;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.2;
  color: #212121;
  background: #fff;
  box-sizing: border-box;
}

.online-rezerv-modal .fc-phone-field > label {
  top: -20px;
  left: 0;
  color: #212121;
}

@media (max-width: 575.98px) {
  .fc-phone-country {
    min-width: 88px;
    max-width: 96px;
    font-size: 12px;
  }
}
