/* SWAL 2 styles */
:root {
    --swal2-width: 480px !important;
    --swal2-padding: 17px !important;
    --swal2-background: #fff !important;
    --swal2-border-radius: 5px !important;
    font-size: 15px !important;
}

.swal2-container{
    z-index: 9999 !important;
}
.swal2-html-container {
    --swal2-color: #797979 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.swal2-actions {
    direction: ltr !important;
}

.swal2-actions button {
    font-size: 1.1em;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 5px 5px 0;
}

.swal2-actions .swal2-cancel {
    background-color: #b9b9b9;
}

.swal2-actions .swal2-confirm {
    background-color: rgb(212, 103, 82);
}

.swal2-actions .swal2-deny {
    background-color: #2e80ce;
}

.swal2-btn-small {
    font-size: 12px !important;
}
