[data-dom-id-87882]  .ui-dialog .ui-dialog-titlebar-close {
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    color: #475569;
    top: 50%;
    margin-top: 0px;
    transform: translateY(-50%);
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
[data-dom-id-87882]  .ui-dialog .ui-dialog-titlebar-close::after {
    color: #475569;
    font-family: 'Font Awesome 6 Free';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    text-rendering: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-indent: 0px;
    content: "\f00d";
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    position: absolute;
}
[data-dom-id-87882]  .ui-dialog .ui-dialog-titlebar-close:hover {
    background-color: #E2E8F0;
    border-color: #CBD5E1;
}
[data-dom-id-87882]  .ui-dialog .ui-dialog-titlebar-close:hover::after {
    color: #0F172A;
    content: "\f00d";
    font-family: 'Font Awesome 6 Free';
}
