.pill-list-main-btn,
.pill-item-delete-btn{
    fill : #555; 
    color : #555;
    font-size : 0.75rem;
}
.card.pill-list {
    border : 1px solid rgba(204, 229, 255, 0.5);
}


.pill-item-delete-btn:hover{
    background-color: #DDD;
    fill : #555;  
    color : #555;
    transform: scale(1.05);
}


.pill-list-main-btn:hover{
    background-color:#D4F1F9; /* #FFDAB9; */
    fill : #000;  
    color : #000;
    transform: scale(1.05);
}

#pill-name{
    font-size : 0.95rem;
    font-weight : 600;
    color : black;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#total-pill{
    font-size : 0.95rem;
    font-weight : 400;
    color : black;
}

.card-body-p{
    font-size : 0.8rem;
}

.card-pill-img{
    height : 11rem;
}