/* SWAL ALERT */
.swal-css {
    color: var(--main-color) !important;
    max-width: 500px !important;
    border-radius: 4px !important;
}

.swal2-popup {
    background-color: rgba(255, 255, 255, 90%) !important;
    border-radius: 4px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
}

.swal-css-notif {
    color: var(--main-color) !important;
    max-width: 500px !important;
    border-radius: 4px !important;
    background-color: rgba(255, 255, 255, 100%) !important;
}

.swal2-confirm {
    background-color: var(--main-color) !important;
    width: 120px;
    height: 40px;
    border-radius: 4px !important;
    font-weight: 400;
    letter-spacing: 2px;
}

.swal2-deny {}

.swal2-cancel {
    background-color: var(--red-color) !important;
    width: 120px;
    /* height: 40px; */
    border-radius: 4px !important;
    font-weight: 400;
    letter-spacing: 2px;
}

.swal-title-css {
    font-weight: 600;
    color: var(--orange-color);
    padding: 10px;
    font-size: 1.5em;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #898989;
}

.swal-title-css-notif {
    font-size: 0.8em !important;
    color: var(--orange-color);
}

.swal-title-css-error {
    font-weight: 600;
    color: var(--red-color);

    padding: 10px;
    font-size: 1.5em;
}

/* SWAL ALERT */
.swal-css {
    color: var(--main-color) !important;
    max-width: 500px !important;
    border-radius: 4px !important;
}

.swal2-popup {
    background-color: rgba(255, 255, 255, 90%) !important;
    border-radius: 4px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
}

.swal-css-notif {
    color: var(--main-color) !important;
    max-width: 500px !important;
    border-radius: 4px !important;
    background-color: rgba(255, 255, 255, 100%) !important;
}

.swal2-confirm {
    background-color: var(--main-color) !important;
    width: 120px;
    height: 40px;
    border-radius: 4px !important;
    font-weight: 400;
    letter-spacing: 2px;
}

.swal2-deny {
    /*  */
}

.swal2-cancel {
    background-color: var(--red-color) !important;
    width: 120px;
    /* height: 40px; */
    border-radius: 4px !important;
    font-weight: 400;
    letter-spacing: 2px;
}

.swal-title-css {
    font-weight: 600;
    color: var(--orange-color);
    padding: 10px;
    font-size: 1.5em;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #898989;
}

.swal-title-css-notif {
    font-size: 0.8em !important;
    color: var(--orange-color);
}

.swal-title-css-error {
    font-weight: 600;
    color: var(--red-color);

    padding: 10px;
    font-size: 1.5em;
}