.ui-autocomplete {
    position:absolute;
    cursor:default;
    z-index:1001 !important
}
.paginate_button{
    padding: 10px;
    cursor: pointer;
}
.paginate_button.previous{
    background-color: #007bff;
    color: white !important;
}
.paginate_button.next{
    background-color: #007bff;
    color: white !important;
}
.paginate_button.current{
    background-color: #007bff;
    color: white !important;
}
.paginate_button.disabled{
    cursor: not-allowed !important;
    color: gray !important;
    background-color: white !important;
}
.paginate_button.disabled:hover{
    cursor: not-allowed !important;
    color: gray !important;
    background-color: white !important;
}

.popup-2{
    z-index: 9999 !important;
}

.list-barang{
    width: 100% !important;
    cursor: pointer !important;
}
.list-barang:hover{
    background-color: gray !important;
}
.modal {
    overflow-y:auto !important;
}  