.toggle-pointer {
    cursor: pointer;
}

.cool-scrollbar::-webkit-scrollbar {
    -webkit-appearance: none;
}

.cool-scrollbar::-webkit-scrollbar:vertical {
    width: 5px;
}

.cool-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.2);
}

.cool-scrollbar::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}

.cool-scrollbar {
    overflow-y: auto;
}

div.swal2-container { 
    z-index: 100000
}
