#body{

}
.invoice-details{
    display: block;
    width: 500px;
    margin: 100px auto;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.invoice-details h1{
    color:rgb(66, 34, 207);
    font-weight: 300;
}
thead th{
    padding: 5px;
}
tbody td{
    font-size: 12px;
    color: rgb(80, 80, 80);
}
.group span{
    font-weight: 400;
    font-size: 12px;
    color: rgb(86, 86, 86);
}
#items{
    margin-top: 40px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(109, 109, 109);
}
#editModal{
    display: none;
}

.iconButt{
    background-color: transparent;
    border: none;
}