.content-invoice:hover{
    background-color: #324148e0;
}
.card-statistik:hover{
    box-shadow: 0px 0px 5px 1px rgb(50, 65, 72);
}

/* style Form */
.margin-form-sm{
    margin-bottom: 0.5rem;
}

/* Button */
.btn-sm{
    padding: .1rem .5rem;
}

/* table */
.table-sm td{
    padding: 0.5rem 0.5rem;
}

/* radius */
.border-radius{
    border-radius: 10px;
}
