﻿.swal2-popup {
    background-color: #fff;
    font-family: 'Poppins', sans-serif !important;
    width: 440px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.swal2-title {
    color: #111;
    font-size: 25px;
    font-weight: 600;
    margin: 5px 5px;
    line-height: 30px;
}

.swal2-confirm {
    background-color: #dc3545;
}

    .swal2-confirm:hover {
        background-color: #dc3545;
    }

*::-webkit-scrollbar {
    height: 7px;
    width: 7px;
}

*::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #DFE9EB;
}

    *::-webkit-scrollbar-track:hover {
        background-color: #B8C0C2;
    }

    *::-webkit-scrollbar-track:active {
        background-color: #B8C0C2;
    }

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #DC3545;
}

    *::-webkit-scrollbar-thumb:hover {
        background-color: #B32B38;
    }

    *::-webkit-scrollbar-thumb:active {
        background-color: #9A2530;
    }
