.sidebar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sidebar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.cds-claim-card {
    border: 1px solid #e5e5e5;
    cursor: pointer;
    gap: 5px;
    overflow: auto;
    height: 160px;
}

.cds-claim-badge {
    border-radius: 4px;
    background: #f8f8f8;
    padding: 3px 8px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    gap: 5px;
}