body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

.basicTitle {
  padding: 60px 0;
  background-color: rgba(73, 201, 151, 1);
  color: #fff;
  width: 100%;
}

.basicBtn {
  margin: 15px 0;
}
.closeBtn {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  color: #fff !important;
  font-weight: bold !important;
  font-size: 14px !important;
  /* border-radius: 50% !important;
  height: 35px !important;
  width: 35px !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: bold !important; */
}
.bottomOpt {
  /* position: absolute; */
  /* bottom: 10%; */
  margin-top: 7rem;
  padding-bottom: 5rem;
  width: 100%;
}
.basicPLabel {
  font-size: 14px;
  text-align: center;
  border-radius: 15px;
  padding-top: 40px;
  position: relative;
  top: -30px;
  background-color: #fff;
}
.basicPLeftLabel {
  font-size: 14px;
  text-align: left;
  border-radius: 15px;
  padding-top: 40px;
  position: relative;
  top: -30px;
  background-color: #fff;
}
.basicInput {
  margin: 10px 0;
  padding: 8px 20px;
  border-radius: 50px;
  background-color: rgb(242, 242, 242);
}
.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg {
  background-color: #f7f7f7;
}
