/* สไตล์ของแถบเมนู */ .nav-tabs { display: flex; border-bottom: 2px solid #ccc; /* เส้นใต้ */ border-top: 2px solid #ccc; width: 100%; cursor: pointer; border-top: 2px solid #ccc; } .nav-item { list-style: none; margin-right: 40px; /* ช่องว่างระหว่างเมนู */ } .nav-link { text-decoration: none; padding: 10px 20px; display: inline-block; font-size: medium; text-align: left; padding-left: 0px; padding-right: 0px; } .nav-link:hover { background-color: #f0f0f0; /* เปลี่ยนสีเมื่อ hover */ } .nav-link.active { color: #569bf5; /* สีตัวอักษรในสถานะ active */ font-size: medium; border-bottom: 3.5px solid #569bf5; /* เส้นใต้ */ } .tab-content { margin-top: 20px; } .tab-pane.active { display: block; } .body-content { margin-left: 10px; } .header-title-type { width: 100%; min-height: 50px; /* ใช้ min-height เพื่อให้มีความยืดหยุ่น */ margin-top: 10px; margin-bottom: 10px; justify-content: space-between; /* จัดเรียงองค์ประกอบภายใน */ align-items: center; /* จัดกลางแนวตั้ง */ }