/*package*/
.c-info-box-area .c-info-box {
    width: 150px;
    height: 150px;
    border-width: 7px;
}
.c-info-box-area .c-info-box p {
    line-height: 140px;
}
.swal-button--danger {
    background-color: #6f42c1 !important;
}
.packageTable{
    font-size: 14px;
}




/*Ledger*/
.ledgerName {
    padding: 11px;
    text-align: center;
    margin: 0;
}
.ledgerName p {
    margin: 0;
    padding-bottom: 8px;
    font-size: 24px;
}
.ledgerName h3 {
    font-size: 19px;
}

.user-profile-details .card {
    border: 1px solid rgb(125 42 232 / 13%);
    transition: .4s;
}

.user-profile-details .card:hover {
    border: 1px solid rgb(125 42 232 / 32%)
}

.user-profile-details .card:hover h3{
    color: #7d2ae8;
}

.user-profile-details .card:hover p i{
    color: #7d2ae8;
}

.user-profile-details .card:hover p{
    color: #7d2ae8;
}


