.autohelp-dialog {
    z-index: 10000;
    border: 0 !important;
    padding: 0;
    background: none !important;
}

.autohelp-dialog.ui-draggable-dragging .ui-dialog-content {
    pointer-events: none;
}

.autohelp-dialog .ui-dialog-titlebar {
    border: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 16px;
    background-color: black;
    color: white;
    font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-size: 14px;
    line-height: 1;
}

.autohelp-dialog .ui-dialog-titlebar h1 {
    margin: 0 !important;
    color: white !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

.autohelp-message {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 50000;
    border-radius: 5px;
    padding: 20px;
    background-color: #00a000;
    color: white;
    font-size: 16px;
}

.autohelp-dialog .ui-dialog-titlebar-close {
    top: 17px;
    right: 20px;
    border: 2px solid transparent;
    border-radius: 50%;
    padding: 15px;
    background: none;
}

.autohelp-dialog .ui-dialog-titlebar-close:hover {
    border-color: white;
}

.autohelp-dialog .ui-icon.ui-icon-closethick {
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    margin: 0;
    background: url("data:image/svg+xml,%3csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 1.318l-10 10M11 11.318l-10-10' stroke='%23D3D4D9' stroke-width='1.5'/%3e%3c/svg%3e") no-repeat 50%;
}

.toolbar-icon-autohelp-dialog + .ajax-progress {
    display: none;
}

.autohelp-dialog .ui-dialog-content {
    padding: 0 !important;
    background: none !important;
}

.autohelp-dialog iframe {
    display: block;
    height: 100%;
    width: 100%;
    border: 0;
}
