.down-card .card {
    box-shadow: 0 0 0 0 !important;
    border: 1px solid #80808047;
}

/* Sidebar Scroll Fix */
.main-sidebar {
    height: 100vh !important;
    overflow-y: auto !important;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 890;
    padding-bottom: 50px;
}

/* Scrollbar styling */
.main-sidebar::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.main-sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.main-sidebar:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
}