.modal-backdrop {
    display: none;
    z-index: 1040 !important;
}

.modal-content {
    margin: 2px auto;
    z-index: 1100 !important;
    background-color: #fafafa;
}

.modal {
    width:90vw;
    height:90vh;
    top:10vh;
}

.modal-title {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;

}

.invoice-modal {
    top:20vh;
    left:20vh;
}


.ui-dialog-titlebar {
    background-color: #0d6efd;
    color: #FFFFFF;
    border-radius:10px;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #0d6efd;
    color: #ffffff;
    font-weight: bold;
}