﻿body {
}





/* Popup background */
.swal2-popup {
    background-color: rgba(255, 239, 186, 0.9) !important; /* Light yellowish-orange */
    color: black !important; /* Text color */
    border-radius: 10px;
}

/* Error Icon (❌) */
.swal2-icon.swal2-error {
    border-color: #ff0000 !important; /* Strong red border */
    background-color: rgba(255, 0, 0, 0.2) !important; /* Light red background */
}

.swal2-x-mark-line-left, .swal2-x-mark-line-right {
    background-color: white !important; /* White X lines */
}

/* Success Icon (✔) */
.swal2-icon.swal2-success {
    border-color: #008000 !important; /* Green border */
    background-color: rgba(0, 128, 0, 0.2) !important; /* Light green background */
}

.swal2-success-ring {
    border-color: #008000 !important; /* Green ring */
}

.swal2-success-line-tip, .swal2-success-line-long {
    background-color: white !important; /* White tick */
}

/* Warning Icon (⚠️) */
.swal2-icon.swal2-warning {
    border-color: #ffae00 !important; /* Golden border */
    background-color: rgba(255, 174, 0, 0.2) !important; /* Light golden background */
}

/* Info Icon (ℹ️) */
.swal2-icon.swal2-info {
    border-color: #ff4d00 !important; /* Reddish-orange info icon */
    background-color: rgba(255, 77, 0, 0.2) !important;
}

/* Confirm Button */
.swal2-confirm {
    background-color: #ff0000 !important; /* Strong red button */
    color: white !important;
    font-size: 16px;
    border-radius: 8px;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    box-shadow: 0px 4px 8px rgba(255, 0, 0, 0.4);
    transition: all 0.3s ease-in-out;
}

    .swal2-confirm:hover {
        background-color: #ff4d00 !important; /* Lighter red on hover */
        box-shadow: 0px 6px 12px rgba(255, 77, 0, 0.6);
    }

/* Cancel Button */
.swal2-cancel {
    background-color: #ff8600 !important; /* Orange cancel button */
    color: white !important;
    font-size: 14px;
    border-radius: 6px;
    padding: 8px 18px;
    border: none;
}

    .swal2-cancel:hover {
        background-color: #ffae00 !important; /* Slightly brighter orange */
    }



.swal2-success-circular-line-left, .swal2-success-circular-line-right, .swal2-success-fix {
    background-color: transparent !important;
}


.swal2-error-x-mark {
    background-color: transparent !important; /* Ensures no background around the X */
}

.swal2-x-mark-line-left,
.swal2-x-mark-line-right {
    background-color: white !important; /* Keeps the X lines white */
}



/* Warning Icon (⚠️) */
.swal2-icon.swal2-warning {
    border-color: black !important; /* Strong black border */
    background-color: rgb(240 192 1) !important; /* Dark yellow background */
}

    /* Exclamation Mark */
    .swal2-icon.swal2-warning .swal2-warning-line {
        background-color: black !important; /* Black exclamation mark */
    }

/* Removes any unwanted background around the symbol */
.swal2-warning::before, .swal2-warning::after {
    background-color: transparent !important;
}

/* Exclamation mark inside warning icon */
.swal2-icon.swal2-warning .swal2-icon-content {
    color: black !important; /* Turns the "!" black */
 
}
