.newForm {
  display: grid;
  gap: 10px;
  font-size: 13px;
}

.newForm label {
  display: flex;
}

.newForm label img {
  height: 30px;
  width: 30px;
}

.newForm select,
.newForm input,
#passengersNumberContainer > .subNumberContainer {
  width: 100%;
  padding-left: 10px;
  border: none;
  outline: none;
}
.monthlyPlanLabel {
  z-index: 3;
}
.travelTimeLabel {
  z-index: 4;
}

.monthlyPlanContainer,
.timeContanier {
  height: 30px;
  z-index: 2;
  overflow: hidden;
}

.monthlyPlan,
.travelTime {
  padding: 0 !important;
  height: 30px;
  display: flex;
  align-items: center;
}
.timeContanier,
.travelTime ,.monthlyPlanContainer, .monthlyPlan{
  padding-left: 10px;
  background-color: white;
  width: 100%;
  height: 30px;
}

.monthlyPlanMenu,
.timeContanierMenu {
  transform: translateY(0%);
}

.monthlyPlanMenu ul,
.timeContanierMenu ul {
  padding: 0px;
}

.monthlyPlanMenu ul li,
.timeContanierMenu ul li {
  list-style: none;
  background-color: #f1f1f1;
}

/* .passengersNumberContainer ul li:nth-child(odd),
  .timeContanierMenu ul li:nth-child(odd) {
    background-color: #dcdcdc;
  } */

.timeContanierMenu ul li,.monthlyPlanMenu ul li {
  padding: 5px;
}

.formRequirement {
  /* border: 1px solid red; */
  z-index: 1;
  width: 100%;
  height: 40px;
  overflow: hidden;
}

img {
  margin-right: 10px;
}
.optionalText{
  height: 50px;
}
.formSubmit {
  background-color: #0d6efd;
  color: white;
  border: none;
  outline: none;
  border-radius: 5px;
  height: 40px;
}
.color {
  background-color: rgb(239 239 239);
  border: 1px solid rgba(0 0 0 / 13%) !important;
  border-radius: 5px;
  padding: 5px;
}

.overFlow {
  z-index: 5;
  overflow: visible;
}
.clickEffect {
  /* transform: scale(1.020); */
  background-color: blue !important;
  color: white;
}
.optionsContanierEffect {
  height: 150px;
  transition: height 0.9s ease-in-out;
}
