html,
body {
  font-family: "Exo", sans-serif;
}

.main-container {
  padding-left: 112rem;
  padding-right: 112rem;
  padding-top: 140rem;
  padding-bottom: 112rem;
  font-size: 14rem;
}

.medical-second-header {
  font-weight: 700;
  color: #057dab;
  font-size: 32rem;
  text-align: center;
  margin-bottom: 40rem;
}

.medical-second-list {
  font-size: 15rem;
  font-weight: 500;
}

.second-header {
  font-size: 25rem;
  color: #057dab;
  font-weight: 600;
  margin-top: 32rem;
  margin-bottom: 32rem;
  text-align: center;
}

.list-header {
  font-size: 22rem;
  color: #057dab;
  font-weight: 600;
  margin-bottom: 16rem;
  margin-top: 6rem;
}

.background-image-info {
  width: 100vw;
  height: 270rem !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;
  text-decoration: underline;
  color: #ffffff;
  margin-left: 10rem;
  cursor: pointer;
}

.header-text {
  color: #ffffff;
  padding-top: 40rem;
  font-size: 40rem;
  font-weight: 500;
  line-height: 60rem;
  padding-left: 112rem;
}

.menu-column {
  margin-left: 90rem;
  width: 384rem;
  min-height: 400rem;
  max-height: 772rem;
  box-shadow: 0px 32rem 32rem 0px #1b245924;
  margin-right: 62.5rem;
  border-radius: 8rem;
  height: 100%;
}

.display-none-mobile {
  display: block;
}

.menu-titles {
  padding: 12rem !important;
  border-bottom: 1rem solid #f5f7fa;
  cursor: pointer;
  font-size: 14rem !important;
  font-weight: 500 !important;
  color: #4a4c59;
  width: 100%;
}

.menu-titles:focus {
  color: #057dab;
  border-left: 4rem solid #057dab;
  background-color: #eefaff;
  outline: 0;
}

.content-column {
  width: 400rem;
}

.content-title {
  font-size: 32rem;
  font-weight: 600;
  color: #057dab;
  line-height: 44rem;
  width: 400rem;
}

.main-information {
  margin: 32rem 0 32rem 0;
}

.hospital-info {
  background-color: #ffffff;
  color: #386e98;
  font-size: 16rem;
  font-weight: 400;
  border-radius: 16rem;
  width: 525rem;
  height: 381rem;
}

.hospital-info.view-mobile {
  position: relative;
  width: 328rem;
  height: auto;
}

.left-column {
  width: 728rem;
  position: relative;
  right: 0rem;
  display: flex;
  align-items: center;
  padding: 4rem 0 16rem 0;
}

.right-column-img {
  width: 275rem;
  height: 156rem;
  object-fit: cover;
  position: relative;
  border-radius: 12rem;
}

.modal {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 24rem;
  text-align: center;
  position: relative;
  width: 436rem;
  height: 433rem;
  border-radius: 8rem;
}

.close {
  position: absolute;
  top: 10rem;
  right: 10rem;
  font-size: 20rem;
  cursor: pointer;
}

.sms-title {
  font-size: 24rem;
  font-weight: 500;
  margin-top: 20rem;
  color: #057dab;
  line-height: 36.24rem;
}

.sms-text {
  font-size: 14rem;
  text-align: center;
  font-weight: 300;
  color: #5f6273;
  margin-top: 24rem;
}

.approve-button {
  background-color: #057dab;
  color: #ffffff;
  border-radius: 4rem;
  border: none;
  font-size: 14rem;
  margin-top: 50rem;
  font-weight: 600;
  width: 189rem;
  height: 48rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  cursor: pointer;
}

.adres-info {
  margin-top: -30rem;
  padding-left: 16rem;
}

.margin-top-10 {
  margin-top: 10px;
}

.padding-bottom {
  padding-bottom: 12px;
  padding-top: 12px;
}

.hospital-contact-tel1 {
  color: #006084;
  font-weight: 500;
  font-size: 16rem;
  padding: 10rem;
  width: max-content;
  height: 36rem;
}

.margin-right-8rem {
  margin-right: 8rem;
}

.address-img {
  display: flex;
  align-items: flex-start;
  padding-right: 12rem;
  padding-top: 3rem;
}

.hospital-contact {
  color: #006084;
  font-weight: 500;
  font-size: 16rem;
  padding: 10rem;
  width: 477rem;
  height: auto;
}

.hospital-address {
  color: #5f6273;
  font-size: 16rem;
  font-weight: 500;
  line-height: 24rem;
}

.hospital-address2 {
  font-size: 12rem;
  font-weight: 600 !important;
}

.location {
  border: 1px solid #d3d9e5;
  background-color: #ffffff;
  color: #4a4c59;
  height: 32rem;
  font-size: 12rem;
  line-height: 24rem;
  font-weight: 600;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 10rem;
  padding-right: 10rem;
  max-width: max-content;
  border-radius: 32rem;
  margin-top: 5rem;
  margin-bottom: 16rem;
  display: flex;
  align-items: center;
}

.padding-right-five {
  padding-right: 5rem;
}

.menu-border {
  border-bottom: 1rem solid #e6ecf5;
  width: 748rem;
  margin-top: 16rem;
  margin-bottom: 30rem;
}

.display-flex {
  display: flex;
}

.input-wrapper-select {
  --padding: 10rem;
  --focus-color: #6b7280;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.input-wrapper {
  --padding: 10rem;
  --focus-color: #6b7280;
  position: relative;
  /* display: flex; */
  display: block;
  align-items: flex-end;
}

.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;
}

.input-placeholder::placeholder {
  color: #818699 !important;
  font-size: 14rem !important;
  font-weight: 400 !important;
}

.input-placeholder:focus {
  color: #4a4c59 !important;
  font-size: 14rem !important;
  font-weight: 400 !important;
  border: none;
}

.label-text {
  width: 400rem;
}

.submit-button {
  width: 400rem;
  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;
}

p {
  font-size: 16rem;
  font-weight: 400;
  color: #5f6273;
  margin-top: 16rem;
  margin-bottom: 16rem;
}

label {
  color: #4a4c59;
  font-size: 14rem;
  font-weight: 400;
}
input {
  position: relative;
  font-size: x-small;
  border-radius: 6rem;
  border: 1rem solid #46b4d9;
  width: 400rem;
  height: 36rem;
}

textarea {
  width: 400rem;
  min-height: 108rem;
  border: 1rem solid #46b4d9;
  padding: 10rem;
  border-radius: 6rem;
  color: #818699;
  font-size: 14rem;
  font-weight: 400;
  margin-top: 16rem;
}

#search-hospitals {
  width: 376rem;
  height: 342rem;
  background-color: #f5f7fa;
  position: absolute;
  border-radius: 8rem;
  margin-top: 16rem;
  z-index: 1111;
  padding-right: 16rem;
  padding-top: 16rem;
  top: 20rem;
  left: 0rem;
}

#getDirection a {
  color: #5f6273 !important;
}

.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: 18rem;
  font-weight: 500;
  color: #057dab;
  cursor: pointer;
  width: 100%;
  height: 60rem;
}

.hospital-input {
  height: 36rem;
  width: 400rem;
  margin-right: 16rem;
  border: 1rem solid #46b4d9;
  border-radius: 6rem;
  display: flex;
  align-items: center;
  padding-left: 16rem;
  padding-right: 16rem;
  justify-content: space-between;
}

#all-hospitals {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.search::placeholder {
  padding-left: 11rem;
}

.collapsible-content {
  max-height: 0;
  color: #4a4c59;
  font-size: 16rem;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}

.display-flex-align-center {
  align-items: center;
  display: flex;
}

.headers {
  font-size: 20rem;
  font-weight: 600;
  color: #4a4c59;
  padding-bottom: 30rem;
}

.display-block {
  display: block;
}

.hospital-contact-tel2 {
  color: #006084;
  font-weight: 500;
  font-size: 16rem;
  padding: 10rem;
  width: 271rem;
  height: 36rem;
}

.padding-top-32rem {
  padding-top: 32rem;
}

.display-flex-justify-between {
  justify-content: space-between;
  display: flex;
}
.display-flex-justify-center {
  display: flex;
  justify-content: center;
}

.desktop-none {
  display: none;
}

.input-wrapper input {
  padding-left: 10rem !important;
  font-size: 14rem;
}

.left-form {
  margin-left: 30rem;
}

.margin-16 {
  margin-top: 16rem;
}

.drop-container:hover {
  background: #eee;
  border-color: #ffffff;
}

.drop-container:hover .drop-title {
  color: #222;
}

.text-color {
  color: #057dab !important;
}

.drop-container {
  position: relative;
  display: flex;
  gap: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 129rem;
  padding: 20rem;
  border-radius: 6rem;
  border: 2rem dashed #82bed5;
  color: #444;
  cursor: pointer;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  width: 400rem;
}

.drag-over {
  border: 2px dashed #333;
}

.file-uploaded-message {
  border: 1px solid #d61616;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  background-color: #f5f5f5;
}

.drop-title {
  color: #6b7280;
  font-size: 12rem;
  font-weight: 500;
  text-align: center;
  transition: color 0.2s ease-in-out;
  display: flex;
}
.visibility {
  visibility: hidden;
}

.checkbox-width {
  height: 16rem;
  width: 16rem;
}

.select-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;
}

.text-danger.field-validation-error {
  font-size: 12rem !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropbtn {
  background-color: unset;
  color: #000;
  font-size: 14rem;
  cursor: pointer;
  border: 1rem solid #46b4d9 !important;
  border-right: none !important;
  border-bottom-left-radius: 6rem;
  border-top-left-radius: 6rem;
  cursor: pointer;
  height: 36rem;
  display: flex;
  padding: 5rem 5rem 5rem 8rem;
  align-items: center;
  margin-top: 16rem;
  width: 100rem;
  justify-content:space-between;
}

.search-countryCode {
  border-bottom: 1rem solid #e6ecf5;
  padding-bottom: 16rem;
  overflow-y: auto;
  max-height: 220rem;
  padding-left: 0px;
  border: 1rem solid #e6ecf5;
  background: white;
  border-radius: 4rem;
  position: absolute;
  margin-top: 55rem;
}

.search-countryCode::-webkit-scrollbar {
  width: 5rem;
}

.search-countryCode::-webkit-scrollbar-track {
  background: transparent;
}

.search-countryCode::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5rem;
}

.search-medical-units-text {
  height: 32rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding-left: 16rem;
  padding-right: 16rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  font-size: 12rem;
  font-weight: 500;
  color: #5f6273;
  cursor: pointer;
  width: 100%;
  border-radius: 6rem;
}

.phone-number-input {
  border-left: none !important;
  border-bottom-left-radius: unset !important;
  border-top-left-radius: unset !important;
}

#formLastName {
  width: 300rem !important;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

#countryCodeText{
    margin-right:10rem;
}

#flagImageUrl{
    margin-left:10rem;
}

.modal-search {
    width: 90rem !important;
    border: none;
    border-bottom: 1rem solid #46b4d9;
    border-radius: 0;
    color: #057dab !important;
    height: 20rem;
    background-color: transparent;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    margin-left: 4rem;
}

.modal-search::placeholder {
  color: #057dab !important;
  font-size: 8rem !important;
}
