﻿.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 42em;
    max-width: 100%;
    padding: 1.75em;
    border: solid;
    border-radius: 18px;
    background: var(--backColor);
    font-family: inherit;
    font-size: 1rem;
    border-color: white;
}

.swal2-icon.swal2-warning {
    border-color: #facea8 !important;
    color: #f8bb86 !important;
}

.swal2-confirm.swal2-styled {
    display: inline-block;
    background-color: white !important;
    color: black !important;
}

.swal2-title, .swal2-content {
    color: white !important;
}

/*.swal2-popup.swal2-modal.swal2-show {
    display: flex;
    -webkit-box-shadow: 0 0 10px white !important;
    -moz-box-shadow: 0 0 10px white !important;
    box-shadow: 0 0 10px white !important;
}*/

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: white !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
    border-color: var(--mainColor) !important;
}