.invoice-list-wrap{
    height: calc(100% - 50px);
    width: 100%;
    overflow: auto;
    background: #F3F4F6;
}
.invoice-list-item {
    padding: 1rem 1.5rem;
    border-top: 8px solid #f8f8f8;
    background-color:#fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.empty-text-wrap{
    width: 70%;
    text-align: center;
}
.empty-text{
    font-size: 1.4rem;
}
.text-red{
    color: #DF3736;
}
.default-invoice-header{
    font-size: 10px;
    border-radius: 2px;
    padding: 1px 3px;
    vertical-align: text-top;
    border: 1px solid #DF3736;
    color: #DF3736;
}
.invoice-header-type-red{
    font-size: 10px;
    border-radius: 2px;
    padding: 1px 3px;
    vertical-align: text-top;
    border: 1px solid #DF3736;
    color: #DF3736;
}
.invoice-header-type-blue{
    font-size: 10px;
    border-radius: 2px;
    padding: 1px 3px;
    vertical-align: text-top;
    border: 1px solid #8bb6fd;
    color: #8bb6fd;
}