.swal2-popup {
    font-family: 'Oswald' !important;

    .swal2-title {
        font-size: 1.5em;
    }

    .swal2-styled {
        padding: .4em 1em;

        &:focus {
            box-shadow: none !important;
        }
    }

    .swal2-confirm {
        background-color: $green !important;
    }

    .swal2-deny {
        background-color: $red !important;
    }
}

.translated-rtl {
    .swal2-popup {
        font-family: 'Cairo' !important;
    }
}
