/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */ 
.max-width-100 {
  max-width: 100%;
  height: auto;
}


/* ปุ่มสีแดง */
.btn-danger-custom {
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #fff;
}

/* ปุ่มสีเหลือง */
.btn-warning-custom {
  background-color: #0f6c36;
  border-color: #103a06;
  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
  text-shadow: 0px 2px 2px #575a57;
}
.btn-warning-custom:hover {
  font-weight: 900; /* ทำให้ตัวหนามากขึ้นเมื่อเมาส์ชี้ */
  transform: scale(1.1); /* ซูมปุ่มให้ใหญ่ขึ้นเมื่อเมาส์ชี้ */
  text-shadow: 0px 3px 3px #080808; /* เพิ่มเงาตัวหนังสือ */
  color: #FFF;
}

/* หัวข้อเปิดบริการ */
.open-service-title {
  font-size: 2.0em;
  font-weight: 700;
  text-shadow: -2px -2px 0 #ffbf00, 2px 2px 0 #ffbf00;
  color: #27920d;
  margin-top: 20px;
}

/* รูปภาพตอบสนอง */
.img-responsive-custom {
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}



/* เพิ่มเติมใน styles.css */

/* ปุ่มเฉพาะ */
.btn-danger-custom {
  font-size: 1.5em;
  font-weight: 700;
  text-shadow: 0px 2px 2px #080808;
  transition: all 0.3s ease; /* เพิ่มการเปลี่ยนแปลงที่นุ่มนวล */
}

.btn-danger-custom:hover {
  font-weight: 900; /* ทำให้ตัวหนามากขึ้นเมื่อเมาส์ชี้ */
  transform: scale(1.1); /* ซูมปุ่มให้ใหญ่ขึ้นเมื่อเมาส์ชี้ */
  text-shadow: 0px 3px 3px #080808; /* เพิ่มเงาตัวหนังสือ */
  color: #FFF;
}



