dialog::backdrop {
    background: #0007 !important;
}

.modal-style {
    border: none;
    border-radius: 5px;
    padding: 0;
    width: 90%;
    max-width: 550px;
    box-shadow: 0 2px 0px rgba(0,0,0,0.5), 0 5px 0px rgba(0,0,0,0.3);
    margin: auto;
    transform: skewX(-2deg);
    background-color: transparent;
    border: 1px solid;
}

.modal-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: radial-gradient(#4e576e,#353d53,rgb(38, 38, 48));
}
.modal-content::after{
    z-index: 0;
    pointer-events: none;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../../nuxt_/icons/patt_info.png);
    -webkit-mask-image: radial-gradient( black 40%, transparent);
    background-size: 100px;
    opacity: .02;
    background-position: 0px 0px;
    animation: up 10s infinite linear;
}
.btn-confirmar {
    transform: skewX(0deg) !important;
}
.intro-text {
    color: #ffffff;
    margin-bottom: 25px;
    transform: skewX(2deg);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* Escurecer o fundo quando o modal abre */