.elektraweb-main label {
  display: block;
}

.elektraweb-main {
  display: flex;
  flex-wrap: wrap;
  font-family: sans-serif;
  align-items: center;
  gap: 5px;
}

.elektraweb-formGroup {
  margin: 10px auto;
  /* cursor: pointer; */
}

.elektraweb-formGroup input,
.elektraweb-formGroup select {
  font-weight: 500;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 16px;
  text-indent: 0;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  color: black;
  background: transparent !important;
  border: none !important;
  min-width: 120px;
  padding-inline: 0px;
  height: 35px;
}

.elektraWebFlex {
  display: flex;
}
.elektraweb-formGroup label {
  color: #777;
  margin-bottom: 5px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

#elektraweb-widget-area {
  z-index: 98;
  position: relative;
}

.elektraweb-widget {
  font-family: inherit;
  box-shadow: 1px 3px 20px 0px #c6bcbc61;
  max-width: 1200px;
  margin: 15px auto;
  border-radius: 80px;
  padding: 5px 20px;
  background: #ffffffdb;
}

.elektraweb-formGroup .pluscss {
  background: #ff4d4d;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-weight: bold;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  margin: 5px;
  padding: 0;
}

input#adult,
#child {
  width: 50px;
  text-align: center;
  cursor: pointer;
}

button#widgetSubmit {
  background: linear-gradient(135deg, #ff4d4d, #ff8c42);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1 1 100%;
  /* margin-top: 20px; */
}

button#widgetSubmit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 77, 77, 0.3);
}

#childAream {
  /* position: absolute; */
  background: #ffffff;
  /* width: 210px; */
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  display: none;
  /* box-shadow: 4px 6px 11px #ededed; */
  z-index: 1000;
}

#childArea {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.childAgeGroup {
  margin: 10px;
  width: 40%;
}

.childAgeGroup select {
  width: 100%;
}

@media (max-width: 480px) {
  #childAream {
    left: 15px;
  }
}

@media (max-width: 720px) {
  .elektraweb-widget {
    border-radius: 5px;
  }

  .elektraweb-hotels-area {
    width: 100% !important;
    /* margin: 10px !important; */
  }
  .elektraweb-hotels-area select {
    width: 100% !important;
  }

  .elektraweb-formGroup {
    margin: 10px auto;
    width: 49%;
  }

  .elektraweb-submit-button,
  .elektraweb-submit-button #widgetSubmit {
    width: 100%;
  }

  .guest-popup {
    display: block;
    left: 5px;
    width: 94%;
  }

  .elektraweb-formGroup .pluscss {
    width: 25px;
    height: 25px;
  }
}

path.cls-1 {
  fill: white;
}

#widgetSubmit svg {
  width: 25px;
}

button#chillok {
  background: linear-gradient(135deg, #ff4d4d, #ff8c42);
  color: white;
  border: none;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  margin: 10px 0;
}

.guest-popup {
  position: absolute;
  background: white;
  min-width: 250px;
  margin-top: 20px;
  padding: 10px;
  display: none;
  box-shadow: 1px 3px 20px 0px #c6bcbc61;
  border-radius: 10px;
  padding: 15px;
      z-index: 1;
}

#guest-conatiner {
  cursor: pointer;
}

.flexPersons {
  display: flex;
  justify-content: center;
  gap: 25px;
      flex-wrap: wrap;
}

.elektraweb-formGroup svg {
  width: 20px;
}

.flatpickr-calendar {
  z-index: 10000000 !important;
}
