.cred-compact-popup {
    position: absolute;
    z-index: 4999 !important;
    top: -88px; /* Image height + some margin */
    left: 1px;
    width: 260px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    padding: 16px;
    display: block;
  }
  .cred-compact-popup h4 {
    margin: 0 0 5px;
    font-weight: 600;
  }
  .cred-compact-popup p {
    margin: 0 0 5px;
    font-size: 12px;
  }
  .cred-compact-popup button{
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
  }
  .cred-compact-popup  a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
  }
  .mt-18px {
    margin-top: 18px;
  }
  .creds-progress-bar {
      width: 100%;
      height: 24px;
      background-color: #f0f0f0;
      border-radius: 25px;
      position: relative;
  }

  .progress-bar-minor {
      width: var(--filled);
      height: 10px;
      background-color: #12ADDE;
      margin-top: 6px;
  }

  .fill-progress {
      width: var(--filled);
      height: 24px;
      background-color: #12ADDE;
      border-radius: 22px;
      transition: width 0.3s ease-in-out;
  }

  .progress-percentage {
      display: block;
      position: absolute;
      color: #000;
      font-size: smaller;
      text-align: center;
      min-width: 20%;
      padding-top: 0px;
      width: 100%;
  }