
:not(html):not(body)::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: transparent;
}
:not(html):not(body)::-webkit-scrollbar-thumb {
    border-radius: 16px;
    background-color: hsla(0,0%,54.9%,.3);
}
:not(html):not(body)::-webkit-scrollbar-track {
    border-radius: 30px;
    background-color: #efefef;
}
.m--s-ipt{
    position: relative;
    border: 1px solid #eee;;
    border-radius: 0.25rem;
    padding:0px 10px;

    color: #333;
    cursor: text;
}
.m--s-real-ipt{
    border: none;
    outline: none;
    line-height: 30px;
    background-color: transparent;
    font-size: 14px;
    color: #333;
    -moz-box-shadow: none;
    -goog-ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}

.m--s-list{

    margin-top: -6px;
    width: 100%;
    background-color: #fff;

    display: none;
    max-height: 120px;
    overflow: scroll;
    overflow-x: hidden;    
}
.m--s-list .m--s-option{
    line-height: 30px;
    height: 30px;
    background-color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #444;
    font-weight: 500;
}
.m--s-list .m--s-option:hover{
    background-color: #eee;
}
.m--s-tag-container{
    display: inline-block;
    padding-bottom: 10px;
    padding-top:0.5rem;
}
.m--s-tag{
    margin-top: 3px;
    display: inline-block;
    padding: 1px 4px;
    line-height: 20px;
    font:normal 14px sans-serif;
    border-radius: 2px;
    background-color: #00914d;
    color:#fff;
    margin-left: 8px;
}
.m--s-tag ::selection{
    background-color: transparent;
}
.m--s-tag-txt{
    display: inline-block;
}
.m--s-tag-del{

    margin-left: 6px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 2px;
    border-radius:  20px;

}

.m--s-tag-del:after{
    content: "×";
    left: 0;
    top: 0;
    width: 10px;
    left: 3px;
    top: 6px;
    height: 2px;

}
.m--s-tag-del:hover{
color: #d65454;
}

body{
    height:300px;
}
