﻿.custom-confirm-btn {
    background: black !important;
}

.colored-toast {
    z-index: 999999999999 !important;
}
.colored-toast.swal2-icon-success {
    background-color: #2dd284 !important;
}

    .colored-toast.swal2-icon-error {
        background-color: #f27474 !important;
        z-index: 999999999999 !important;
    }

    .colored-toast.swal2-icon-warning {
        background-color: #E69D01 !important;
        z-index: 999999999999 !important;
    }

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}

/* Your Custom CSS File */
.toast-styles {
    /* Set a custom width for the toast container */
    width: 400px !important;
    /* Add margin to the top (or other sides) if 'position' is too close to the edge */
    margin-top: 60px !important;
}

header{
    z-index:0 !important ;
}
