.popupcard{padding: 8px;border-radius: 8px; margin: 10px 0;border:1px solid #ccc;}
.lbl,.lblval{font-size: 9pt;}
.lblval{color:rgb(21, 135, 21) ;}

#cardList{
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}



#cardList .card {
    flex: 0 0 calc(33.33% - 20px); /* 25% width for each card with margin */
    max-width: 100%;
    margin: 10px;
    padding: 10px 10px 30px 10px;
    height: 150px;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  @media (max-width: 992px) {
    #cardList .card {
      flex-basis: calc(50% - 20px); /* 50% width on smaller screens */
    }
  }

  @media (max-width: 576px) {
    #cardList .card {
      flex-basis: calc(100% - 20px); /* 100% width on even smaller screens */
    }
  }


.footerl{
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: #ccc;
    font-size: 10px;
}
.footerr{
    position: absolute;
    bottom: 5px;
    right:5px;
    color: #ccc;
    font-size: 10px;
}
.cbg1{
    background-image: url(img/cbg/cbg1.svg);
    background-size: cover;
}
.cbg2{
    background-image: url(img/cbg/cbg2.svg);
    background-size: cover;
}
.cbg3{
    background-image: url(img/cbg/cbg3.svg);
    background-size: cover;
}
.cbg4{
    background-image: url(img/cbg/cbg4.svg);
    background-size: cover;
}