/* sweetalert2 css */

.swal2-container {
    z-index: 99999 !important;
}

.swal2-actions button {
    border-radius: 24px !important;
    border: thin solid !important;
    background: transparent !important;
    color: purple !important;
    padding: 5px 10px;
}

    .swal2-actions button:hover {
        background: #8000800d !important;
    }

    .swal2-actions button:focus {
        box-shadow: unset !important;
        background: #8000800d !important;
    }

.swal2-title {
    font-size: 1.3em !important;
}

.swal-node-text {
    color: #9c27b0 !important;
}

.swal2-html-container {
    text-align: left !important;
    overflow-y: auto;
    max-height: calc(50vh);
}

    .swal2-html-container::-webkit-scrollbar {
        height: 10px;
        width: 10px;
        background-color: transparent
    }

    .swal2-html-container::-webkit-scrollbar-thumb {
        background-color: #ece0fd;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }

    .swal2-html-container:hover::-webkit-scrollbar-thumb {
        background-color: #b37efe;
    }

    .swal2-html-container::-webkit-scrollbar-track {
        background-color: transparent
    }

