.swal2-custom-toast.swal2-toast {
    color: #0b0b0b !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.swal2-custom-toast.swal2-toast.swal2-icon-success {
    background: #CF9F71 !important;
}
.fl-succcess {
    color: #CF9F71 !important;
}
.swal2-custom-toast.swal2-toast.swal2-icon-success .swal2-success-ring {
    border-color: #0b0b0b !important;
}

.swal2-custom-toast.swal2-toast.swal2-icon-success [class^='swal2-success-line'] {
    background-color: #0b0b0b !important;
}

.swal2-custom-toast .swal2-html-container {
    color: inherit;
    font-weight: 600;
}

.fl-title {
    display: none !important;
}

/* .fl-main-container .fl-container.fl-flasher.fl-success:not(.fl-rtl){
    border-color: #CF9F71 !important;
}

.fl-main-container .fl-container.fl-success .fl-icon{
     background-color: #CF9F71 !important;
}

.fl-main-container .fl-container.fl-success .fl-progress-bar{
    background-color: #fcc088 !important;
}
.fl-main-container .fl-container.fl-success .fl-progress-bar .fl-progress{
    background-color: #9b7551 !important;
} */


.swal2-popup .swal2-actions {
    display: flex !important;
    visibility: visible !important;
}
.swal2-popup .swal2-styled {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0.625em 1.5em !important;
    font-size: 1em !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    letter-spacing: 0.05em !important;
}
.swal2-popup .swal2-confirm,
.swal2-popup .swal2-confirm:hover {
    background-color: #000000 !important;
}
.swal2-popup .swal2-cancel,
.swal2-popup .swal2-cancel:hover,
.swal2-popup .swal2-cancel:focus {
    background-color: #CF9F71 !important;
}
.swal2-popup .swal2-deny {
    display: none !important;
}
.swal2-popup .swal2-styled:focus {
    box-shadow: none !important;
}
