.static-page-container {
  padding: 130rem 112rem;
}

.static-page-content {
  padding: 60rem 0 60rem 0;
  font-size: 16rem;
  font-weight: 400;
  line-height: 24rem;
}

.static-page-content img {
  max-width: 100%;
}

.path-top {
  display: flex;
  align-items: center;
  gap: 10rem;
}

.path-top img {
  filter: brightness(1) invert(1);
}

.path-text {
  font-size: 12rem;
  font-weight: 500;
  line-height: 20rem;
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  justify-content: center;
}

.health-corner-form .column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.column {
  float: left;
  width: 900rem;
  padding-top: 63rem;
  padding-right: 0;
  display: flex;
  justify-content: center;
}

.form-width {
  width: 100% !important;
  max-width: min-content;
  display: flex;
  justify-content: center;
}

.ask-doctor-text {
  font-size: 32rem;
  font-weight: 600;
  line-height: 40rem;
  display: flex;
  justify-content: center;
  color: #057dab;
  margin-bottom: 20rem;
}

.display-flex-justify-center {
  display: flex;
  justify-content: center;
}

.input-name {
  width: 100%;
  margin-right: 5px;
  display: block;
  flex: 1;
  margin-right: 0;
}

input:focus {
  border: unset !important;
}

input[type="text"]:focus {
  outline: 1rem solid #46b4d9;
}

input[type="phone"]:focus {
  outline: 1rem solid #46b4d9;
}

input[type="email"]:focus {
  outline: 1rem solid #46b4d9;
}

textarea:focus {
  outline: 1rem solid #46b4d9;
}

label {
  font-size: 12rem;
  font-weight: 400;
  color: #4a4c59;
  text-align: left;
  padding-left: 10rem;
  line-height: 17rem;
}

li::marker {
  font-size: 1em;
}

p {
  color: #4a4c59;
  font-size: 16rem;
  font-weight: 400;
  line-height: 24rem;
  padding: 6rem 0;
}

ol li::marker {
  font-size: 16rem;
  font-weight: 500;
}

h5 {
  padding-top: 10px;
}

h6 {
  padding-top: 10px;
}

h2 {
  color: #057dab;
}

h3 {
  color: #057dab;
  font-size: 18rem;
  padding-top: 4rem;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 768rem;
  height: 432rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30rem;
  margin-bottom: 18rem;
  border-radius: 4rem;
}

th,
td {
  padding-left: 32rem;
  padding-right: 16rem;
  text-align: left;
  height: 56rem;
}

tr {
  border-bottom: 1px solid #e6ecf5;
}

td {
  font-size: 14rem;
  font-weight: 400;
  color: #4a4c59;
}

th {
  background-color: #e6ecf5;
  font-size: 14rem;
  font-weight: 600;
  color: #4a4c59;
  text-transform: uppercase;
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 4rem;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 4rem;
}

table tr:first-child th:first-child {
  border-top-left-radius: 4rem;
}

table tr:first-child th:last-child {
  border-top-right-radius: 4rem;
}

table tr td:first-child {
  border-left: 1rem solid #e6ecf5;
}

table tr td:last-child {
  border-right: 1rem solid #e6ecf5;
}

#formFirstName {
  width: 376rem;
  padding-left: 15rem;
  font-size: 14rem;
  color: #606472;
  font-family: inherit;
}

#formFirstName::placeholder {
  padding-left: 0;
}

textarea::placeholder {
  padding-left: 0;
}

input[type="phone"] {
  padding-left: 15rem;
  font-size: 14rem;
  color: #606472;
  font-family: inherit;
}

input[type="phone"]::placeholder {
  padding-left: 0;
}

input[type="email"] {
  padding-left: 15rem;
  font-size: 14rem;
  color: #606472;
  font-family: inherit;
}

input[type="email"] {
  width: 376rem;
}

h1 {
  text-align: center;
  background-color: #007bff;
  color: white;
  padding: 20px;
  margin: 0;
}

.margin-16 {
  margin-top: 16rem;
}

textarea {
  width: 100%;
  height: auto;
  border: 1rem solid #46b4d9;
  padding: 10rem;
  border-radius: 6rem;
  color: #606472;
  font-size: 14rem;
  font-weight: 400;
  margin-top: 16rem;
  font-family: inherit;
}

.form-height::placeholder,
textarea::placeholder {
  color: #818699 !important;
  font-size: 14rem !important;
  font-weight: 400;
}

.form-height {
  height: 36rem;
}

.text-danger {
  font-size: 10rem !important;
}

.drop-container {
  position: relative;
  display: flex;
  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;
}

.drop-container:hover {
  background: #eee;
  border-color: #fff;
}

.drop-container:hover .drop-title {
  color: #222;
}

.drop-title {
  color: #6b7280;
  font-size: 12rem;
  font-weight: 500;
  text-align: center;
  transition: color 0.2s ease-in-out;
  display: flex;
}

.input-wrapper-select {
  font-size: small;
  border: 1px solid #46b4d9;
  border-radius: 6px;
  width: 100%;
  height: 36rem !important;
  margin-top: 16rem;
  position: relative;
  display: flex;
  flex: 1;
}

.hospital-input {
  width: 100%;
}

.text-color {
  color: #057dab !important;
}

.visibility {
  visibility: hidden;
}

.checkbox-width {
  height: 16rem;
  width: 16rem;
}

.modal-content {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 24rem;
  text-align: center;
  position: relative;
  width: 436rem;
  height: 370rem;
  border-radius: 8rem;
}

.modal {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100000; /* Ensure modal is on top */
}

.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;
}

.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;
}

.randevu-button {
  background-color: #f37b54;
  border: 1rem solid #f37b54;
  color: #fff;
  border-radius: 4rem;
  font-size: 14rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16rem;
  cursor: pointer;
  height: 36rem;
  margin: auto;
  margin-top: 16rem;
  width: 100%;
}

.input-phone {
  width: 376rem;
  flex: 1;
  display: flex;
  position: relative;
}

.search-countryCode {
  z-index: 111111 !important;
  border-bottom: 1rem solid #e6ecf5;
  padding-bottom: 16rem;
  overflow-y: auto;
  max-height: 320rem;
  padding-left: 0px;
  border: 1rem solid #e6ecf5;
  background: white;
  border-radius: 4rem;
  position: absolute;
  margin-top: 55rem;
}

.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: 14rem;
  font-weight: 500;
  color: #5f6273;
  cursor: pointer;
  width: 100%;
  margin-bottom: 6rem;
  border-radius: 6rem;
}

.input-wrapper {
  width: 100%;
}

input {
  font-size: 14rem;
  border: 1px solid #46b4d9;
  border-radius: 6px;
  padding-right: 10px;
  width: 100%;
  color: #818699;
  font-family: inherit;
}

#countrySelect {
  margin-top: 16rem;
  border: 1rem solid #46b4d9;
  height: 36rem;
  display: flex;
  align-items: center;
  border-right: unset;
  border-top-left-radius: 6rem;
  border-bottom-left-radius: 6rem;
  padding-left: 6rem;
  padding-right: 6rem;
  cursor: pointer;
}

#all-hospitals {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 9rem;
  width: 376rem;
}

.homeButton {
  width: 16rem;
  height: 16rem;
}

.input-label {
  position: absolute;
  background-color: white;
  left: 9rem;
  padding: 0 4rem;
  transition: all 0.2s ease-in;
  opacity: 1;
  font-size: 10rem;
  color: #6b7280;
  font-weight: 600;
  margin-left: 4rem;
  bottom: 28rem;
}

#search-hospitals {
  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-results-text {
  display: flex;
  align-items: center;
  padding-left: 16rem;
  padding-right: 16rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  font-size: 14rem;
  font-weight: 500;
  color: #057dab;
  cursor: pointer;
  width: 100%;
  height: 40rem;
  font-family: inherit;
}
