.custom-action-btn {
       background-color: #007bff !important;
       color: #fff !important;
       border: none !important;
       font-weight: 600;
       transition: all 0.3s ease-in-out !important;
     }
     .custom-action-btn:hover {
       background-color: #0056b3 !important;
       color: #fff !important;
       transform: scale(1.05) !important;
       box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
     }