.swal2-popup.swal2-modal {
    background-color: #f6f6f6;
    border-radius: 24px;
    padding-bottom: 2rem;
}

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: white !important;
}

/* Hide scrollbar but still scrollable */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
