.image-answer.selected {
    border: 5px solid #0BB7AF;
}

.image-answer {
    cursor: pointer;
}

.answers-list li, .options-list li, .draggable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.answers-list li:active, .options-list li:active, .draggable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.options-list {
    min-height: 100px;
    background: #f2f2f5;
    width: 100%;
    padding: 20px;
}

.answers-list {
    display: block;
}
.finance-dashboard.stock-dashboard .asset-category .category .asset .asset-logo:before {
    background-image: var(--background);
    background-size: cover;
}

