body {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Kanit", Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

select {
  height: 44px;
}

.card-img-top {
  overflow-clip-margin: content-box;
  overflow: clip;
  width: 70%;
}

a {
    text-decoration: none;
}

.box {
  display: grid;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 10px;
  background-color: rgba(234, 234, 234, 0.405);
  border-radius: 20px;
}

.loading {
  margin: 0 !important;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.405);
}

.header1 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #163c6e !important;
}

.header2 {
  text-align: left;
  margin-bottom: 5px;
  font-size: 16px;
  color: #163c6e !important;
}

.header3 {
  margin-top: 20px;
  text-align: left;
  margin-bottom: 5px;
  font-size: 16px;
  color: #163c6e !important;
  line-height: 1.6;
  padding: 10px;
}

.header4 {
  margin-top: 5px;
  text-align: left;
  margin-bottom: 0px;
  font-size: 16px;
  color: #fdd108 !important;
  line-height: 1.6;
  padding: 5px;
}
.header3 p {
  display: flex;
  align-items: flex-start;
  margin: 0 0 0.5em 0;
}
.material-symbols-outlined {
  vertical-align: middle;
  margin-right: 8px;
  flex-shrink: 0;
  color: #fdd108;

}
.text {
  flex-grow: 1;
}

.indent {
  padding-left: 30px;
}
.double-indent {
  padding-left: 20px;
  color: #fdd108;
}

.header0 {
  font-size: 22px;
  margin-top: 20px;
  font-weight: 500;
  color: #163c6e !important;
}

.name {
  display: flex !important;
  gap: 10px;
}

.info {
  border-radius: 15px;
  background-color: #ffffff;
  color: #163c6e;
  width: 100%;
  justify-content: center !important;
  align-items: center !important;
  border-color: #163c6e;
  border-width: 2px;
  margin-bottom: 10px;
  padding: 10px;
  border-style: none;
  box-shadow: #000000;
}
.info2 {
  border-radius: 15px;
  background-color: #ffffff;
  /* background-color: #163c6e; */
  color: #163c6e;
  width: 50%;
  justify-content: center !important;
  align-items: center !important;
  border-color: #163c6e;
  border-width: 2px;
  margin-bottom: 10px;
  padding: 10px;
  border-style: none;
}

input::placeholder {
  color: #163c6e; /* Set the desired color */
  opacity: 1; /* Adjust the opacity if needed */
}

.btn-hospital {
  background-color: #163c6e;
  color: white;
  border: none;
  border-radius: 100px;
  padding: 10px 50px;
  width: 100%;
  margin-top: 20px;
}

.btn-hospital2 {
  background-color: #0c7c19;
  color: white;
  border: none;
  border-radius: 100px;
  width: 100%;
  padding: 5px;
  height: 44px;
  margin-bottom: 10px;
}

.patient_pic img {
  width: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.list {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 5px;
  box-shadow: 0 4px 8px rgba(60, 60, 60, 0.135);
}

.patient_info {
  display: grid;
  margin-left: 10px;
  justify-content: left;
  align-items: left;
}

.patient_name {
  display: grid;
  justify-content: left !important;
  font-size: 18px;
  font-weight: 500;
  color: #163c6e;
}

.patient_id {
  display: grid;
  justify-content: left;
  font-size: 16px;
  color: #747474;
}

.appointment-list {
  display: grid;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 15px;
  margin-bottom: 10px;
  box-shadow: 0 4px 8px rgba(60, 60, 60, 0.135);
}

.appointment_date {
  background-color: #0c7c19;
  color: white;
  border-radius: 15px 15px 0px 0px;
  padding: 5px;
}

.appointment_info {
  display: grid;
  margin-left: 10px;
  justify-content: left;
  align-items: left;
  padding: 10px;
}
.appointment_details {
  display: grid;
  justify-content: left !important;
  text-align: left !important;
  font-size: 18px;
  color: #747474;
  font-style: italic;
  margin-bottom: 10px;
}

.all_form {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 10px;
  background-color: #163c6e;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(60, 60, 60, 0.135);
}

.form_name {
  display: grid;
  justify-content: left;
  font-size: 18px;
  color: white;
  font-weight: 300;
}
