
.pholder::-webkit-input-placeholder {
    color: red;
 }
 
 .pholder {
    color: red;
 }
 
	#image{
    /*margin-top: 10px;*/
    /*box-shadow: 5px 5px 5px 5px gray;*/
    width: 100%;;
    padding: 20px;
    font-weight: 400;
   /* padding-bottom: 0px;*/
    /*height: 40px;*/
    user-select: none;
    text-decoration:line-through;
    font-style: italic;
    font-size: x-large;
    border: red 2px solid;
    /*margin-left: 10px;*/
    
}

	 .error { border: 2px solid red; } /* เปลี่ยนสีกรอบเป็นแดง */
	  
	#Nonono{
		display: none;
	}
  .half-width {
    width: 48%;
    display: inline-block;
    margin-right: 2%;
  }

  .card {
    padding: 20px;
  }

  button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
  }

  button:hover {
    background-color: #0056b3;
  }
   #cancelBtn{
    background-color: #0056b3;
  }
  #submitBtn{
    background-color: rgb(255, 128, 64);
  }
  
  #cancelBtn:hover{
    background-color: rgb(128, 128, 192);
  }
  #submitBtn:hover{
    background-color: rgb(255, 0, 0);
  }
  

   #verify-button{
    background-color: rgb(255, 128, 64);
    border-radius: 50%;
    width: 100px;
    height: 50px;
    border: none;
    background-color: #4CAF50; /* สีเขียว */
    color: white;
    border: 1px solid black;
    font-size: 18px;
    cursor: pointer;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

    #verify-button:hover{
    background-color: rgb(255, 0, 0);
  }
  .status {
    color: red;
    font-size: 12px;
  }
  input[type="date"],select {
    appearance: none; /* ลบ UI เริ่มต้นของ Browser */
    -webkit-appearance: none;
    -moz-appearance: none;
    
    background-color: #f9f9f9;
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    
    font-family: inherit;
    font-size: 16px;
    color: #333;
}

/* ปรับให้ cursor เป็น pointer เมื่อ hover */
input[type="date"],select:hover {
    border-color: #888;
}

/* ปรับให้ border เด่นขึ้นเมื่อคลิก */
input[type="date"],select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 3px rgba(0, 123, 255, 0.5);
}
.label-date {
    display: block;
    margin-bottom: 2px;
    font-weight: bold;
}
.lee{
	text-align: left;
	 color: rgba(0, 0, 0, 0.3); /* สีจาง (สีดำที่ความทึบ 30%) */
	
}

/* กำหนด class สำหรับ span */
.bold-text {
    font-weight: bold; /* ฟอนต์หนา */
}

.faded-text {
	font-weight: bold; /* ฟอนต์หนา */
    color: black; /* สีข้อความเด่น (หรือสีที่ต้องการ) */
   /* color: rgba(0, 0, 0, 0.3); /* สีจาง (สีดำที่ความทึบ 30%) */
}

/* ใช้ร่วมกับ span เพื่อทำให้ฟอนต์หนาแล้วช่วงหน้าจาง */
.span-highlight {
    font-weight: bold; /* ฟอนต์หนา */
    color: rgba(0, 0, 0, 0.3); /* สีจาง */
}
.serang{
	padding-left: 20px;
    padding-right: 20px;
}
.important-label {
  font-weight: bold;
  color: red;
}