.prime-vue-edit-button{
    color: #363b46e5 !important;
    border:1px solid #7f838bc9;
    padding: 3px;
    border-radius: 5px;
    font-size: 15px;
    cursor:pointer;
}

.prime-vue-delete-button{
    color: #e0503de5 !important;
    border:1px solid #de8d82e5 ;
    padding: 3px;
    border-radius: 5px;
    font-size: 15px;
    cursor:pointer;
    margin-left: 5px;
}

.p-resizable-column:first-child{
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
}
.p-resizable-column:last-child{
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}

.p-image-toolbar button{
    width: 2rem !important;
    height: 2rem !important;
}
.p-image-toolbar button{
    margin-right: 3px;
}
.p-image-toolbar button:first-child{
    margin-right: 0px;
}
.p-image-toolbar button:last-child{
    margin-right: 0px;
}

.page-link{
    cursor: pointer;
}

.page-item{
    cursor: pointer;
}

.p-confirm-dialog-reject{
    margin-right: 7px !important;
}

.p-tabview-nav-link{
    color: #9f9f9f !important;
}
.p-tabview-nav-link:active{
    color: #9f9f9f !important;
    border-color: #5b69bc !important;
}
.p-tabview-title{
    color: #575e64;
    font-size: 15px;
}
.p-tabview-title{
    margin-right: 7px;
}

.customer-history-area .card-body{
    padding: 0px !important;
}