.main-container {
  padding-bottom: 112rem;
}

.background-image-info {
  width: 100vw;
  height: 400rem !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.path-top {
  padding-top: 130rem;
  padding-left: 112rem;
  display: flex;
  align-items: center;
}

.homeButton {
  width: 16rem;
  height: 16rem;
}

.path-ok {
  margin-left: 10rem;
  width: 16rem;
  height: 16rem;
}

.path-text {
  font-size: 12rem;
  font-weight: 500;
  line-height: 20rem;
  color: #ffffff;
  margin-left: 10rem;
}

.header-text-title {
  color: #ffffff;
  padding-top: 40rem;
  font-size: 40rem;
  font-weight: 500;
  line-height: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-text {
  font-size: 16rem;
  font-weight: 400;
  line-height: 27.2rem;
  color: #ffffff;
  padding-top: 22rem;
  text-align: Center;
  padding-left: 290rem;
  padding-right: 290rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40rem;
}

.content-title {
  font-size: 32rem;
  font-weight: 600;
  color: #057dab;
  line-height: 44rem;
  width: 768rem;
}

.display-block {
  display: flex;
}

.input-wrapper {
  --padding: 10rem;
  --focus-color: #4a4c59;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.input-placeholder::placeholder {
  color: #4a4c59 !important;
  font-size: 12rem !important;
  font-weight: 400 !important;
}

.input-placeholder:focus {
  color: #4a4c59 !important;
  font-size: 12rem !important;
  font-weight: 400 !important;
  border: none;
}

.input-placeholder {
  padding-left: 14rem;
}

.input-wrapper-select {
  --padding: 10rem;
  --focus-color: #4a4c59;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.hospital-input {
  height: 36rem;
  width: 600rem;
  border: 1rem solid #46b4d9;
  border-radius: 6rem;
  display: flex;
  align-items: center;
  padding-left: 16rem;
  padding-right: 16rem;
  justify-content: space-between;
}

.input-label {
  position: absolute;
  background-color: white;
  left: var(--padding);
  padding: 0 4rem;
  transition: all 0.2s ease-in;
  opacity: 1;
  font-size: 10rem;
  color: #6b7280;
  font-weight: 600;
}

.select-bottom {
  bottom: 28rem;
}

#all-genders {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

#search-genders {
  width: max-content;
  height: max-content;
  background-color: #f5f7fa;
  position: absolute;
  border-radius: 8rem;
  margin-top: 16rem;
  z-index: 1111;
  padding-right: 16rem;
  padding-top: 16rem;
  top: 20rem;
  left: 0rem;
}

.search-categories {
  border-bottom: 1rem solid #e6ecf5;
  padding-bottom: 16rem;
  overflow-y: auto;
  max-height: 320rem;
  padding-left: 16rem;
}

.search-categories::-webkit-scrollbar {
  width: 5rem;
}

.search-categories::-webkit-scrollbar-track {
  background: transparent;
}

.search-categories::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5rem;
}

.search-results-text {
  display: flex;
  align-items: center;
  padding-left: 16rem;
  padding-right: 16rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  font-size: 12rem;
  font-weight: 500;
  color: #057dab;
  cursor: pointer;
  width: 100%;
  height: 32rem;
  background-color: #ffffff;
  margin-bottom: 6rem;
}

input {
  position: relative;
  font-size: 12rem !important;
  padding-left: 0;
  border-radius: 6rem;
  border: 1rem solid #46b4d9;
  width: 600rem;
  height: 36rem;
}

.label-text {
  width: 600rem;
}

label {
  color: #4a4c59;
  font-size: 14rem;
  font-weight: 400;
}

.submit-button {
  width: 600rem;
  height: 36rem;
  color: #ffffff;
  border-radius: 4rem;
  background-color: #f37b54;
  padding-left: 16rem;
  display: flex;
  align-items: center;
  font-size: 14rem;
  font-weight: 700;
  margin-top: 16rem;
  justify-content: center;
  cursor: pointer;
}

input:is(:focus, :valid) + .input-label {
  transform: translatey(calc(-1 * var(--padding) - 18rem));
  font-size: 10rem;
  color: var(--focus-color);
}

.newsletter-container {
  display: none;
}

.contact-form .input-label {
  color: #6b7280 !important;
}
