div:where(.swal2-container) div:where(.swal2-popup) {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 95%;
    max-width: 400px;
    /* max-width: 100%; */
    padding: 0 0 1.25em;
    border: none;
    border-radius: 3px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    box-shadow: 0 0 5px #00000047;
    font-size: 1rem;
}
div:where(.swal2-container) h2:where(.swal2-title) {
    position: relative;
    max-width: 100%;
    margin: 0;
    /* padding: .8em 1em 0; */
    color: inherit;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    /* word-wrap: break-word; */
    /* cursor: initial; */
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    font: inherit;
    border: 0;
    box-shadow: 0 0 5px #0000002e;
    border-radius: 3px;
    background: initial;
    background-color: var(--color-theme);
    color: #fff;
    font-size: 13px;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 5px 15px;
    overflow: auto;
    color: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
    cursor: initial;
    font-family: 'Saira Semi Condensed', sans-serif;
}
div:where(.swal2-container) div:where(.swal2-actions) {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 1.25em auto 0;
    padding: 0;
    margin-top: 5px;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
    border: 0;
    border-radius: 3px;
    background: initial;
    background-color: #6e7881;
    color: #fff;
    font-size: 13px;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
    border: 0;
    border-radius: 3px;
    background: initial;
    background-color: #dc3741;
    color: #fff;
    font-size: 13px;
}