#swal2-html-container{
        background-color: rgb(225 224 216);

}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
    background-color: unset;
}
div:where(.swal2-icon).swal2-warning .swal2-success-ring {
    background-color: unset;
}
@container swal2-popup style(--swal2-icon-animations: true) {
    div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
        background-color: unset;
    }
    }
[class^=swal2] {
    -webkit-tap-highlight-color: transparent !important;
        color: darkcyan;
        /* background-color: inherit !important; */
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color:  white !important;
}
.swal2-input-label{
    background-color: inherit;
}
/* [class^=swal2] {
    background-color: inherit;
} */
/* [class^=swal2] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: unset;
} */
div:where(.swal2-container).swal2-center>.swal2-popup {

    background-color: rgb(225 224 216);
}

div:where(.swal2-icon){
    background-color: unset;
}
div:where(.swal2-icon).swal2-error .swal2-x-mark {
    background-color: beige;
    border-radius: inherit;
}
.swal2-confirm .custom-confirm .button-sucess .swal2-styled {
    background-color: #ffff;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
    background-color: #ffff;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
    background-color: #ffff;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
    background-color:  #ffff;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
    background-color:  color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-hover));
    background-color: #ffff;
}