.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border-style: solid;
    border-radius: 0.6em;
    background-color: rgba(0, 0, 0, 0.8);
    color: rgba(0, 0, 0, 1);
    font-family: inherit;
    font-size: 0.8rem;
}

.swal2-title {
    font-family: 'Work Sans', cursive;
    color: rgba(200, 200, 200, 1);
    font-size: 1.3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.8em;
}

.swal2-content {
    font-family: 'Work Sans', cursive;
    color: rgba(255, 255, 255, 1);
    justify-content: flex-start;
    font-size: 1em;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    word-wrap: break-word;
}