   .panel{
      box-shadow: 2px 2px 10px #DADADA;
      background-color: #fff;
      border-radius: 10px;
      transition: .3s linear all;
  }

  .c-title{
      font-style: bold;

      font-size: 16px;
      text-align: center;
      margin: 0;

      font-family: calibri;
  }

  .c-jdl {
      font-size: 16px;
      margin: 0;
      font-family: arial;
      font-weight: bold;
      color: #323d9f;
  }

  .c-jdl1 {
      font-size: 14px;
      margin: 0;
      font-family: arial;
      font-weight: bold;
      color: #323d9f;
  }

  .c-jml {
      font-size: 28px;
      margin: 0;
      font-family: arial;
      font-weight: bold;
      color: #323d9f;
  }

  .c-produk {
      font-size: 28px;
      margin: 0;
      font-family: arial;
      font-weight: bold;
      color: #323d9f;
  }
  .text-bold{
      font-weight: bold;
      color: black;
  }
  body {
    background-color: #f8fafc;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.filter-section {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 25px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

@media (max-width: 767px) {
    .page-header-area {
        flex-direction: column;
        align-items: flex-start;
    }
    .form-inline {
        width: 100%;
        text-align: left;
    }
    .form-inline .form-group,
    .form-inline button {
        width: 100%;
        margin-top: 5px;
    }
}