@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;500;600;700;800&display=swap");
.feedback {
  color: red;
  font-size: 16px;
  margin-top: 4px;
}
body {
  font-family: "Noto Sans Thai", sans-serif;
  width: auto;
  min-height: 100vh;
  margin: 15px;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  background-color: #f6f6f6;
}

.backbtn,
.backbtn:active,
.backbtn:hover,
.backbtn:focus {
  padding: 0px;
  font-weight: 700;
  font-size: 26px;
  width: fit-content;
  background-image: linear-gradient(to right, #921113, #731566);
  -webkit-background-clip: text; /* For Safari and older versions of Chrome */
  background-clip: text;
  color: transparent; /* Hide the original text color */
  border-width: 0px;
  border-color: #ffffff;
}
.underline {
  border-bottom: 1px solid #c3c3c3;
}
/* .fbtanjai {
  border-radius: 25px;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid black;
} */

.boxcontentHome {
  height: 85vh;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.boxcontexnt {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.boxlottie {
  display: flex;
  justify-content: center;
  align-items: center;
}
h1 {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
}
h1.gradient-text {
  font-size: 26px;
  background-image: linear-gradient(to right, #921113, #731566);
  -webkit-background-clip: text; /* For Safari and older versions of Chrome */
  background-clip: text;
  text-align: left;

  color: transparent; /* Hide the original text color */
}
.gradient-text {
  background-image: linear-gradient(to right, #921113, #731566);
  -webkit-background-clip: text; /* For Safari and older versions of Chrome */
  background-clip: text;
  text-align: center;
  color: transparent; /* Hide the original text color */
}
h2 {
  font-weight: 600;
  font-size: 24px;
  margin: 5px;
}
h3 {
  font-weight: 400;
  font-size: 22px;
}

h4 {
  font-weight: 600;
  font-size: 20px;
}
h5 {
  font-weight: 400;
  font-size: 18px;
  color: #8d8486;
}
h6 {
  font-weight: 400;
  font-size: 18px;
  color: red;
}

.countFound {
  text-align: end;
  padding-top: 10px;
  padding-bottom: 10px;
}

.submitbtn,
.submitbtn:hover {
  background: linear-gradient(to right, #921113, #731566);
  border-radius: 10px;
  color: aliceblue;
  font-size: 25px;
}
.phonenumber {
  color: aliceblue;
  padding-right: 5px;
}
.phonenumber:hover {
  color: aliceblue;
  padding-right: 5px;
}
.full {
  width: 100%;
}

.closebtn,
.closebtn:hover {
  border-radius: 10px;
  color: aliceblue;
}
.form-control {
  border-radius: 10px;
  color: black;
}
.center {
  text-align: center;
}

p {
  font-size: 8px;
  max-width: 400px;
  overflow-wrap: break-word;
}

input.form-control {
  border: none;
  background-color: #e6e6e6; /* Set the background color of the input group */
}
.custom-input-group {
  padding: 5px;
  border: 1px solid #d4d2d2;
  border-radius: 10px;
  background-color: #e6e6e6; /* Set the background color of the input group */
}

.custom-icon {
  color: rgb(154, 154, 154);
  border: none;
  border-radius: 10px;
  background-color: #e6e6e6;
}
.modal-content {
  background-color: #f6f6f6;
}
.boxcontent {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.imgbox {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.imgdetail {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.imgdetailprofile {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.imgprof {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
#spinner {
  display: none;
  /* position: absolute; */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  z-index: 9999;
}
#spinneraa {
  width: 100%;
  height: 100%;
}
.notfound {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 85vh; /* เพื่อให้ .notfound มีความสูงเท่ากับ viewport ของหน้าจอ */
  text-align: center; /* จัดข้อความให้อยู่กึ่งกลางแนวนอน */
}
