:root{
    --p-dialog-border-radius: 0px;
    --p-overlay-modal-border-radius: 0px;
    --p-border-radius: 0px;
    /* --p-form-field-padding-x: 5px; */
    /* --p-form-field-padding-y: 5px; */
    --p-image-toolbar-background: rgba(0, 0, 0, .2);

    /* --p-tabs-tablist-background: #cdcdcd9d; */
    --p-tabs-tab-active-background: #7c7c7c94;
    --p-tabs-tab-active-color: #ffffff;

    /* --p-tabs-tablist-border-color: #cdcdcd; */
    --p-tabs-tablist-border-width: 0 0 1px 0;
    /* --p-content-border-color: #cdcdcd; */

    --p-datatable-header-padding: .3rem .5rem;
    --p-paginator-padding: .1rem .5rem;
    --p-datatable-header-cell-padding: .3rem .75rem;
    --p-datatable-body-cell-padding: .1rem .5rem;
}
.p-image-toolbar{
    z-index: 9999;
}
.p-image-preview-container{
    line-height: unset;
}
.p-inputtext{
    width: 100%;
}