@import 'proto-ui.vusion/src/u-list-view-item.vue/module.css';
.root {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.root:hover {
    background: #f5f7fa;
}

.root[selected] {
    background: $brand-primary;
}

.root[disabled] {
    color: #ccc;
    background: none;
}

.root {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flag {
    position: absolute;
    top: 0;
    left: 0;
    border: 7px solid;
    border-color: #4ec9ab transparent transparent #4ec9ab;
}