html, body {
    min-height: 100%;
}
.xy-dialog {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.xy-dialog-inner {
    max-width: 82%;
    padding: 14px 18px;
    border-radius: 8px;
    background: rgba(0, 0, 0, .82);
    color: #fff;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}
.xy-dialog-icon {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto 8px;
}
.notification {
    display: none;
}
