﻿.nevda-tags {
    /*display: flex;*/
}

.nevda-tags .nevda-tags__tagItem {
    background-color: rgb(221, 221, 221);
    font-weight: 400;
    font-size: 14px;
    margin: 3px;
    padding: 4px;
}

.nevda-tags .nevda-tags__tagItem:hover {
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

.nevda-tags .nevda-tags__tagItemClose {
    cursor: pointer;
    padding-left: 8px;
}

.nevda-tags .k-autocomplete {
    height: 23px;
    font-weight: 300;
    font-size: 14px
}

.nevda-tags input.nevda-tags__input {
    height: 16px;
}

.nevda-tags .nevda-tags__addButton, .nevda-tags .nevda-tags__closeButton {
    cursor: pointer;
    font-size: 12px;
}

.nevda-tags .nevda-tags__addButton.disabled {
    opacity: 0.5;
    cursor: none;
}