#azek-cert-container {
  padding: 1rem;
  font-family: Arial, sans-serif;
  position: relative;
}

.cert-item {
  border: 1px solid #ccc;
  padding: 1rem;
  margin-bottom: 0.75rem;
  border-radius: 6px;
  background-color: #f9f9f9;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.cert-item:hover {
  background-color: #f0f0f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

#azek-filters {
  margin-bottom: 1rem;
}

#azek-filters select,
#search-input {
  margin-right: 10px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 0.95rem;
}

#clear-filters {
  padding: 6px 12px;
  background-color: #EEE;
  color: #333;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
}

#clear-filters:hover {
  background-color: #f6F6F6;
}

.page-btn {
  margin: 0 5px;
  padding: 6px 12px;
  border: 1px solid #007bff;
  background-color: #fff;
  color: #007bff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9rem;
}

.page-btn:hover:not([disabled]) {
  background-color: #007bff;
  color: #fff;
}

.page-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  border-color: #aaa;
  color: #aaa;
}

#azek-loader {
  display: none;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  color: #007bff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem 2rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 100;
}

 .user-card {
      background: #fff;
      border-radius: 4px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      padding: 16px 20px;
      margin-bottom: 16px;
    }
    .user-card h5 {
      margin-bottom: 4px;
      font-size: 16px;
font-weight:normal;
letter-spacing: normal;
    }
.azek h5{
color:#b0002e;}

.aiwm h5{
color:#65203e;}

.sfaa h5{
color:#006095;}
    .user-card .subtext {
      font-size: 0.9rem;
      color: #6c757d;
    }

 @media (min-width: 768px) {
      .user-card {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 20px 28px;
      }
      .user-card .info {
        flex: 1;
      }
      .user-card h5 {
       /* font-size: 1.4rem;*/
        margin-bottom: 6px;
      }
      .user-card .subtext {
        font-size: 1rem;
      }
      .user-card .cert-links {
        flex: 2;
        text-align: right;
      }
      .user-card .cert-links a, .user-card .cert-links span {
        margin-left: 6px;
        margin-bottom: 6px;
      }
    }

.cert-tag {
  display: inline-flex;
  align-items: center;
  margin: 4px 6px 0 0;
  padding: 6px 10px;
  font-size: 0.8rem;
  color: #222;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
background-color: #FFF;
border:1px solid #000 !important;
vertical-align: top;
}

.cert-tag .bi
{
color:#000 !important;
}

a.cert-tag:hover
{
background:#F6F6F6;
}

span.cert-tag
{
border:1px solid #DDD !important;
}

