#modal {
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: var(--dark-80-rgba);
}

.swal2-timer-progress-bar-container, .swal2-timer-progress-bar {
    height: 0.5rem !important;
}

.swal2-shown > [aria-hidden="true"] {
    transition: 0.25s filter;
    filter: blur(0.12rem);
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0,100%);
    width: 32em;
    max-width: 100%;
    padding: 2rem;
    border-radius: 0.12rem;
    color: var(--light-hex) !important;
    font-family: inherit !important;
    font-size: revert !important;
}

.swal2-container.swal2-center > .swal2-popup {
    max-width: calc(100% - 8rem);
    max-height: calc(100% - 2rem);
    padding: 2rem;
    border-radius: 0.25rem;
}

.swal2-popup .swal2-title {
    font-size: inherit !important;
    text-transform: small-caps;
    display: grid;
    padding-top: 0.25rem;
    text-decoration: underline;
    text-decoration-color: var(--light-40-rgba);
}

.swal2-icon {
    margin-top: -0.5rem !important;
    width: 2rem;
    height: 2rem;
}

.swal2-styled.swal2-confirm {
    color: var(--light-80-rgba) !important;
    background: var(--success-hex) !important;
}

.swal2-styled.swal2-cancel {
    color: var(--light-80-rgba) !important;
    background: var(--error-hex) !important;
}

.colored-toast.swal2-icon-success {
    background-color: var(--success-hex) !important;
}

.colored-toast.swal2-icon-error {
    background-color: var(--error-hex) !important;
}

.colored-toast.swal2-icon-warning {
    background-color: var(--alert-hex) !important;
}

.colored-toast.swal2-icon-info {
    background-color: var(--info-hex) !important;
}

.colored-toast.swal2-icon-question {
    background-color: var(--primary-hex) !important;
}

.colored-toast .swal2-title {
    color: var(--light-hex) !important;
}

.colored-toast .swal2-close {
    color: var(--light-hex) !important;
}

.colored-toast .swal2-html-container {
    color: var(--light-hex) !important;
    margin-top: -0.5rem;
    opacity: 0.8;
    font-size: small;
    padding: 0rem !important;
}

.swal2-html-container {
    margin: 0 !important;
    padding: 0rem !important;
    overflow-x: hidden !important;
    font-size: inherit !important;
    max-width: 100% !important;
}

.swal2-container .swal2-toast { 
    flex-direction: column;
    align-items: start;
    position: relative;
    min-height: 2rem;
    align-items: middle;
}

.swal2-container .swal2-toast .swal2-icon {
    position: absolute;
    display: table-cell;
    top: 0;
}

.swal2-icon {
    zoom: 0.4;
}

.swal2-container .swal2-toast .swal2-title {
    margin-top: 1.25rem !important;
    font-weight: 900 !important;
    text-transform: uppercase;
}

.swal2-container .swal2-toast .swal2-title,
.swal2-container .swal2-toast #swal2-html-container,
.swal2-container .swal2-toast .swal2-content {
    margin-left: 4rem !important;
    height: 100% !important;
    padding: 0rem !important;
    text-align: left !important;
    display: table !important;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background: var(--dark-80-rgba) !important;
}