.module-cell {
    height: 168px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  /* Style the icon */
  .icon {
    width: 50px;
    height: 50px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Style the icon image */
  .icon img {
    max-width: 100%;
    max-height: 100%;
  }

  /* Style the text */
  .text {
    margin-top: 0;
    margin-left: 20px;
  }

  /* Style the link and button */
  .module-link {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
  }

  .bg-color-th-span-3030 {
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
  }

  .download-btn {
    background-color: #007bff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    
    cursor: pointer;
  }

  .download-btn:hover {
    background-color: #0056b3;
  }
