input, textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #06103A;
  padding: 0 10px;
  margin: 0;
  border-bottom: 1px solid #6b6b6b;
  font-family: "Inter:Regular";
}

input::placeholder, textarea::placeholder {
  color: #A4A4A4;
}

input#contact-email:-webkit-autofill {
  -webkit-text-fill-color: #06103A;
  -webkit-box-shadow: 0 0 0px 1000px #fffcf5 inset;
}


.css-19xntg.css-7js8wp {
  cursor: pointer !important;
}

#mobile-menu-container a {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #06103A;
  text-decoration: none;
  cursor: pointer;
}

#mobile-menu-container a:hover {
  color: #0821B7;
}

.css-gxdil1.css-w05399.css-j9f0op {
  border-bottom-left-radius: 80px;
  border-top-right-radius: 80px;
}

.css-8kkpf5.css-gxdil1.css-j9f0op {
  border-bottom-right-radius: 80px;
}

.css-tkcy7b.css-32hmgi {
  cursor: pointer;
}