body input::-moz-placeholder {
  font-size: 1rem;
  color: #9E9E9E;
}
body input::placeholder {
  font-size: 1rem;
  color: #9E9E9E;
}
body .content {
  width: 37.5rem;
  margin: 0 auto;
  padding: 0 0 4rem;
}
body .content .title {
  font-weight: 600;
  font-size: 2.75rem;
  margin: 5rem 0;
  text-align: center;
}
body .content form .state {
  position: relative;
  width: 100%;
}
body .content form .state .country {
  width: 100%;
  padding-right: 1.5625rem !important;
}
body .content form .state ul {
  position: absolute;
  display: none;
  left: 0;
  background-color: #fff;
  max-height: 11.5625rem;
  overflow: auto;
  white-space: nowrap;
  border-radius: 0.25rem;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  padding-left: 0;
  width: 100%;
}
body .content form .state ul li {
  padding: 0 0.75rem;
  line-height: 2.875rem;
  color: #000;
  cursor: pointer;
}
body .content form .state ul li:hover {
  background-color: #f5f5f5;
}
body .content form .state ul li.current {
  color: #221ed3;
}
body .content form .state ul.top {
  top: 3.5rem;
}
body .content form .state ul.bottom {
  bottom: 2.7rem;
}
body .content form .state::before {
  content: "";
  position: absolute;
  top: 1.48rem;
  right: 0.9375rem;
  width: 0.425rem;
  height: 0.425rem;
  border-right: 0.0625rem solid #000;
  border-bottom: 0.0625rem solid #000;
  transform: rotate(45deg);
  transition: all 0.3s;
}
body .content form .state.rotate::before {
  transform: rotate(225deg);
}
body .content form button {
  width: 48%;
  height: 3.5rem;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  font-weight: 600;
}
body .content form .cancel {
  background-color: #fff;
  border: 0.0938rem solid #5163ba;
  background: linear-gradient(90deg, #5163ba 0%, #192873 145.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .content form .save {
  background: linear-gradient(90deg, #5163ba 0%, #192873 145.1%);
  color: #fff;
}

@media (max-width: 768px) {
  body .header {
    padding: 0 1rem;
    height: 3.5rem;
  }
  body .content {
    padding: 0 1rem 4rem;
    width: unset;
  }
  body .content .title {
    text-align: left;
    margin: 1.25rem 0 0.9375rem;
    font-size: 1.125rem;
  }
  body .content form .state::before {
    top: 1.18rem;
  }
  body .content form .state ul.top {
    top: 2.75rem;
  }
  body .content form .state ul.bottom {
    bottom: 1.85rem;
  }
  body .content form .form-label {
    font-size: 0.875rem;
  }
  body .content form input.form-control {
    height: 2.75rem;
  }
  body .content form input.form-control::-moz-placeholder {
    font-size: 0.875rem;
  }
  body .content form input.form-control::placeholder {
    font-size: 0.875rem;
  }
  body .content form button {
    height: 2.75rem;
    font-size: 1rem;
  }
  body .content form > div:last-child {
    margin-top: 0.75rem;
  }
}/*# sourceMappingURL=business_address.css.map */