.swal2-container {
    z-index: 999998 !important;
    padding: calc(var(--bien-topbar) + 12px) var(--bien-gutter);
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background-color: rgba(19, 29, 42, .5);
}

.swal2-popup {
    padding: 0;
    font-size: 14px;
    border-radius: var(--border-radius);
    width: 550px;
    color: var(--bien-dark);
}

.swal2-title {
    padding: var(--bien-gutter);
    margin: 0;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
}

.swal2-html-container {
    padding: var(--bien-gutter);
    margin: 0;
    color: var(--bien-dark);
    border-top: 1px solid var(--bien-bg);
    overflow: unset;
    font-size: 16px;
}

.swal2-close {
    font-size: 24px;
    color: var(--bien-grey-1);
}

.swal2-close:hover {
    color: var(--bien-dark);
}

.swal2-close:focus {
    box-shadow: none;
}

.swal2-actions, .swal2-footer {
    margin: 0;
    padding: var(--bien-gutter);
    border-top: 1px solid var(--bien-bg);
}

.swal2-styled {
    margin: 0 6px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    min-width: 70px;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-deny,
.swal2-styled.swal2-cancel {
    border-radius: var(--border-radius);
    line-height: 24px;
    font-size: 14px;
}

.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-deny:focus,
.swal2-styled.swal2-cancel:focus {
    box-shadow: none;
}

.swal2-styled.swal2-confirm {
    background-color: var(--bien-primary);
}

.swal2-styled.swal2-deny {
    background-color: var(--bien-grey-2);
    color: var(--bien-dark);
}

.swal2-styled.swal2-cancel {
    background-color: var(--bien-danger);
}

@-webkit-keyframes swal2-shake {
    0% { transform: translate(0, 0) rotate(0deg) scale(1); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg) scale(1.025); }
    50% { transform: translate(-1px, 2px) rotate(-1deg) scale(1.05); }
    60% { transform: translate(-3px, 1px) rotate(0deg) scale(1.025); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(0, 0) rotate(0deg) scale(1); }
}

@keyframes swal2-shake {
    0% { transform: translate(0, 0) rotate(0deg) scale(1); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg) scale(1.025); }
    50% { transform: translate(-1px, 2px) rotate(-1deg) scale(1.05); }
    60% { transform: translate(-3px, 1px) rotate(0deg) scale(1.025); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(0, 0) rotate(0deg) scale(1); }
}

.swal2-shake {
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: swal2-shake;
    animation-name: swal2-shake;
}

.swal2-icon {
    margin: var(--bien-gutter) auto 0;
}

.swal2-icon.swal2-error {
    border-color: var(--bien-red-60);
    color: var(--bien-red-100);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: var(--bien-red-100);
}

.swal2-icon.swal2-warning {
    border-color: var(--bien-yellow-60);
    color: var(--bien-yellow-100);
}

.swal2-timer-progress-bar-container {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.swal2-timer-progress-bar {
    height: 6px;
    background: var(--bien-primary);
}

.swal2-icon.swal2-success {
    border-color: var(--bien-green-60);
    color: var(--bien-green-60);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: var(--bien-green-100);
}

.swal2-popup:not(.swal2-toast) .swal2-icon.swal2-success .swal2-success-ring {
    border-color: var(--bien-green-60);
}

body.swal2-toast-shown .swal2-container {
    width: auto;
}

.swal2-popup.swal2-toast .swal2-title {
    margin: 0;
    padding-left: var(--bien-gutter-half);
}

.swal2-popup.swal2-toast .swal2-icon {
    margin: 0;
}

.swal2-popup.swal2-toast {
    padding: var(--bien-gutter-half);
}

body.swal2-toast-shown.swal2-shown .swal2-container .swal2-popup.swal2-toast * {
    font-size: 16px !important;
}

body.swal2-toast-shown.swal2-shown .swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content,
body.swal2-toast-shown.swal2-shown .swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
    font-size: 24px !important;
}

.swal2-popup.swal2-toast .swal2-title {
    line-height: calc(2em + .25em + .25em);
}

.swal2-input, .swal2-file, .swal2-textarea {
    font-size: 14px;
    border-color: var(--border-color);
}

.swal2-input, .swal2-file, .swal2-textarea, .swal2-select, .swal2-radio, .swal2-checkbox {
    margin: var(--bien-gutter);
    border-color: var(--border-color);
}

.swal2-select {
    border-radius: var(--border-radius);
    font-size: 16px;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    animation: none;
}

.swal2-icon.swal2-icon-show,
.swal2-icon.swal2-icon-show * {
    font-size: 16px;
}

.swal2-icon .swal2-icon-content {
    font-size: 3.75em !important;
}

.swal2-loader {
    position: relative;
    animation: 1s spinner-speed infinite ease-in-out;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    display: none;
    line-height: 1;
    font-size: 30px;
    font-family: "Material Icons Outlined" !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    border: 0;
    width: auto;
    height: auto;
    margin: 0 var(--3);
}

.mi.swal2-loader {
    font-size: 14px;
}

.swal2-loader:before {
    content: "";
    border: 0.15em solid transparent;
    border-top-color: var(--bien-primary);
    display: inline-block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.swal2-loader:after {
    content: "a";
    border: 0.15em solid var(--bien-grey-2);
    border-top-color: transparent;
    border-radius: 50%;
    position: relative;
    margin: 0;
    display: block;
    animation: none;
    opacity: .5;
}

.swal2-icon,
.swal2-icon.swal2-success .swal2-success-ring {
    box-sizing: content-box !important;
}