
        .nav-logo {
            height: 50px;
        }
        .nav-item a {
            font-size: 18px;
            color: white;
        }
        .table-container {
            margin-top: 20px;
            padding: 20px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        .navbar {
            background: linear-gradient(135deg, #6a11cb, #2575fc);
        }
        .btn-login {
            background: white;
            color: #2575fc;
            font-weight: bold;
        }
        .btn-danger:hover {
            background-color: #c82333 !important; /* สีแดงเข้มขึ้นเมื่อ hover */
            transform: scale(1.05);               /* ขยายขนาดเล็กน้อย */
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* เพิ่มเงาเมื่อ hover */
        }
        
        .btn-login:hover {
            background: #f8f9fa;
        }
