.main-content {
  background-image: url("./imgs/shopify1.jpeg");
  width: 100%;
  /*height: 100%;*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page__title {
  font-size: 40px;
  font-weight: 500;
  padding: 7px 0;
  background-color: #fff;
}
.input,
select {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.calculator {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 90px 20px 90px;
}



.input-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.input-form label {
  font-size: 14px;
  font-weight: 500;
}
.sel {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  vertical-align: baseline;
  background: #fff !important;
  height: 47px;
  padding: 6px 12px 7px;
  border: 1px solid rgb(230, 228, 228);
  border-radius: 2px !important;
  box-shadow: none;
  margin-bottom: 0 !important;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 1.85714286em;
}
.tt-dropdown-menu {
  width: 100%;
  margin-top: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
}
.tt-hint,
.typeahead {
  width: 300px;
  padding: 5px 12px;
  line-height: 30px;
  border: 1px solid #ccc;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  outline: 0;
}
.tt-suggestion p {
  white-space: nowrap !important;
  font-size: 0.9em !important;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  padding: 8px 8px;
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer;
}
.input-form input {
  border: 1px solid rgb(230, 228, 228);
  border-radius: 2px !important;
  box-shadow: none;
  height: 47px;
  background: #fff !important;
  padding: 6px 12px 7px;
  margin-bottom: 0 !important;
  -webkit-transition: border 0.25s linear, color 0.25s linear,
    background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear,
    background-color 0.25s linear;
  cursor: text;
  /* padding-right: 1.85714286em; */
  width: 100%;
  -webkit-appearance: none;
}

.form {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 550px;
  margin: 0 auto;
  padding: 16px 16px;
}

.gen-btn {
  color: white !important;
  background: #7c587f !important;
  cursor: pointer;
  padding: 15px 20px;
  border: none;
  width: 100%;
  border-radius: 2px;
}
.gen-btn:hover {
  background: #6f4c72 !important;
}
.calculator-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 20px;
  padding: 0 50px;
  text-align: center;
}
.error {
  color: #ef4444;
}
h1 {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}
.chart {
  width: 500px;
  margin: 0 auto;
}
.mcenter {
  display: flex;
  max-width: 1280px;
  margin: auto;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
.zodiacSign {
  display: grid;
  column-gap: 10px;
  row-gap: 20px;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  grid-template-columns: repeat(12, 1fr);
}
.sign {
  width: 100%;
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detail {
  max-width: 950px;
  margin: 50px auto;
  width: 100%;
  display: grid;
  gap: 50px;
  align-items: flex-start;
  grid-template-columns: repeat(2, 1fr);
}
.housestext,
.planetflex {
  width: 100%;
  font-size: 20px;
  display: inline;
}
.houses,
.planet {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin: auto;
  width: 100%;
}
.housesflex,
.planetflex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.housesflex h2,
.planetflex h2 {
  text-align: left;
  font-size: 30px;
}
.planetdata {
  display: flex;
  gap: 10px;
}
.box {
  padding: 5px;
  border: 1px solid #000;
}
.hide {
  display: none;
}
.aspect {
  max-width: 950px;
  margin: 0 auto;
}
.tbody {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.flexi {
  display: flex;
  gap: 10px;
}
.country {
  width: 210px;
}
.formeffect {
  background-color: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 10px;
  max-width: 550px;
  margin: auto;
  padding: 30px 0 20px !important;
  box-shadow: 0 12px 100px 0 rgb(0 0 0 / 5%);
}
.form {
  padding: 0 !important;
}

.formeffect h5 {
  font-size: 25px;
  margin-bottom: 30px;
  text-align: center;
  font-family: var(--font-stack-body);
}
.formflex {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px;
}
.page {
  max-width: 625px !important;
}
#home-form-1 {
  padding: 0 17px !important;
}
#country-box {
  display: flex;
  border: 1px solid rgb(230, 228, 228);
  background-color: #fff;
  align-item: center;
  border-radius: 2px;
}
#country-box #stage,
#country-box input {
  border: none !important;
  padding: 0 !important;
  outline: none;
  padding: 8px 5px !important;
  background-color: #fff;
}
#country-box #stage {
  border-right: 1px solid #cbd5e1 !important;
}
#country-box input {
  width: 100%;
  height: 40px;
}
.drawer--visible {
  visibility: visible !important;
  transform: translateZ(0) !important;
}
.drawer__content {
  position: fixed;
  z-index: 4001;
  top: 150px;
  padding-top: 20px;
  left: 0;
  background-color: #040f0f;
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-width: 50vw;
  box-shadow: 0 2px 8px #0000000f, 0 3px 12px #00000005;
  transform: translate(-100%); 
   visibility: hidden;
  transition: transform 0.3s ease 0.01s, visibility 0.3s ease 0.01s;
}

@media (max-width: 768px) {
  .drawer__content {
    width: 100vw;
    border-right: none;
  }
  .formeffect {
    box-shadow: none;
    border: none;
  }
  .flexi {
    flex-direction: column;
  }
  .country {
    width: 100%;
  }
  .zodiacSign {
    grid-template-columns: repeat(6, 1fr);
  }
  .chart {
    width: auto;
    margin: 0 auto;
  }
  .detail,
  .tbody {
    grid-template-columns: 1fr;
  }
  .page__title {
    font-size: 30px;
  }
}
