/* --- ชุดสีโทนอ่อน (Soft / Pastel) --- */

/* สีฟ้าอ่อน (ใช้แทน bg-primary) */
.bg-soft-primary {
    background-color: #e7f1ff;
}

/* สีเขียวอ่อน (ใช้แทน bg-success) */
.bg-soft-success {
    background-color: #d1e7dd !important;
}

/* สีเหลือง/ส้มอ่อน (ใช้แทน bg-warning) */
.bg-soft-warning {
    background-color: #fff3cd !important;
}

/* สีแดงอ่อน (ใช้แทน bg-danger) */
.bg-soft-danger {
    background-color: #f8d7da !important;
}

/* สีฟ้าคราม (ใช้แทน bg-info) */
.bg-soft-info {
    background-color: #cff4fc !important;
 
}
.text-soft-primary{
        color: #0c63e4 ; /* สีตัวหนังสือฟ้าเข้ม */
}
.text-soft-success{
   color: #0f5132 ; /* สีตัวหนังสือเขียวเข้ม */
}
/* สีเหลือง/ส้มอ่อน (ใช้แทน bg-warning) */
.text-soft-warning {
    color: #664d03 ; /* สีตัวหนังสือเหลืองเข้ม */
}

/* สีแดงอ่อน (ใช้แทน bg-danger) */
.text-soft-danger {
    color: #842029 ; /* สีตัวหนังสือแดงเข้ม */
}

/* สีฟ้าคราม (ใช้แทน bg-info) */
.text-soft-info {
    color: #055160 ;
}


/* --- ปรับแต่งการ์ดให้สวยขึ้นอีกนิด --- */
