﻿/* Site Admin 25 CSS */

/*#region Ui Dialog Generico*/

 .ui-dialog-titlebar-close {
    border: none;
    outline: none;
    background: transparent;
}

 .ui-dialog-titlebar-close::after {
        content: "\f00d";
        font-family: "Font awesome 7 pro";
        border: none;
        outline: none;
        background: transparent;
    }

 .ui-dialog-buttonpane .ui-dialog-buttonset {
    text-align: center;
    float: none;
}

 .ui-widget-header {
    background-color: transparent;
    border: none;
}

 .ui-dialog-buttonpane {
    border-top: none;
}

.ui-dialog-content {
    text-align: center;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/*#endregion*/