/*
 * *
 *  * @author    Andrew German <german.too.good@gmail.com>
 *  * @package   Neostar project
 *  * @version   2.0
 *  * @copyright Copyright (c) 2023, IndustrialAX LLC
 *  * @license   https://industrialax.com/license
 *
 */

.swal2-popup {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(145, 158, 171, 0.24), 0px 24px 48px rgba(145, 158, 171, 0.24);
    border-radius: 0.25rem;
    padding: 12px !important;
}

.swal2-container.swal2-top-end {
    top: 70px !important;
}

.swal2-html-container {
    margin: 0;
}

.swal2-title {
    font-size: 14px !important;
}

.swal2-html-container {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #212B36;
}

.swal2-actions {
    font-weight: 700;

    margin: 1.25em auto 0;
    width: 100% !important;
}

.swal2-actions .swal2-confirm {
    background-color: var(--tz-primary);
    border-radius: 8px;
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: var(--tz-primary);
}

.swal2-actions .swal2-confirm:focus {
    box-shadow: unset;
}

.swal2-actions .swal2-confirm:hover {
    background-color: var(--tz-primary);
}

.swal2-actions .swal2-cancel {
    background-color: #FFF;
    border: 1px solid rgba(145, 158, 171, 0.32);
    border-radius: 8px;
    color: #212B36;
}

.swal2-actions .swal2-cancel:focus {
    box-shadow: unset;
}

body.swal2-shown > [aria-hidden="true"] {
    transition: 0.1s filter;
    filter: blur(1px);
}


