.tagsinput{
    border:1px solid #CCC;
    background:#FFF;
    padding:6px 6px 0;
    width:300px;
    overflow-y:auto
}
span.tag{
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    display:block;
    float:left;
    padding:5px 9px;
    background:#1ABB9C;
    color:#F1F6F7;
    margin-right:5px;
    font-weight:500;
    margin-bottom:5px;
    font-family:helvetica
}
span.tag a{
    color:#F1F6F7!important
}
.tagsinput span.tag a{
    font-weight:700;
    color:#82ad2b;
    font-size:11px
}
.tagsinput input{
    width:80px;
    margin:0;
    font-family:helvetica;
    font-size:13px;
    border:1px solid transparent;
    padding:3px;
    background:0 0;
    color:#000;
    outline:0
}
.tagsinput div{
    display:block;
    float:left
}
.social-body,.social-sidebar,ul.bar_tabs.right li{
    float:right
}
.tags_clear{
    clear:both;
    width:100%;
    height:0
}

.form-check-input {
    --tblr-form-check-bg: #8a97ab;
}