.no-bg{
    background: none !important;
}

.pagination .page-item{
    position: relative;
}



.htmx-indicator{
    display: none;
    transition: opacity 500ms ease-in;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 5;
    width: 15px;
}
.htmx-request .htmx-indicator{
    display: block;
}
.htmx-request.htmx-indicator{
    display: block;
}

.app-sidepanel .client-name{
 word-break: break-word;   
 margin-top: 10px;
 font-size: 16px;
}

.mr-2{
    margin-right: 10px;
}

#buyer-info-wrapper .content{
    border: 1px solid #e9ecef;
    padding: 10px;
    border-radius: 3px;
    background: #f5f5f5;
}

#invoice-list-page .entry_status-wrapper{
    display: none;
}