.bubble-hash-tag{
    background-color: #ED1C24;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 2px 2px;
}
.hash-tag-input{
    width: 90%;
    /* height: 40px; */
    padding: 0px 0px;
    font-weight: normal;
}
.hash-tag-input:focus{
    outline: 0;
}
.hash-tag{
    font-weight: bold;
}
.hash-tag.editing{
    font-weight: normal;
}
