.swal2-popup .swal2-styled.swal2-cancel {
    color: #000;
    font-weight: 700;
    border: 1px solid #e8e8e8;
}

#scroll-sidebar {
    overflow: auto;
}

#scroll-sidebar::-webkit-scrollbar {
    width: 6px;
}

#scroll-sidebar::-webkit-scrollbar-thumb {
    background-color: #5365CE;
    border-radius: 50px;
}

#scroll-sidebar::-webkit-scrollbar-track {
    background-color: #ffffff;
}

html::-webkit-scrollbar {
    width: 6px;
}

html::-webkit-scrollbar-thumb {
    background-color: #5365CE;
    border-radius: 50px;
}

html::-webkit-scrollbar-track {
    background-color: #ffffff;
}
