
.hash-tag {
    color: white;
    background: darkgoldenrod;
    border-radius: 3px;
    font-size: 0.85rem;
    flex-direction: row;
    justify-content: center;
    vertical-align: middle;
    margin: 0 0.25em 0.25em 0;
    padding: 1px 5px 2px;
    width: auto;
    box-shadow: 1px 1px 2px black;
    /*cursor: pointer;*/
    text-transform: capitalize;
    text-decoration: none;
    height: auto;
    align-items: center;
    white-space: nowrap;
    text-wrap: auto;
}

.main-interests .hash-tag {
    display: inline-block;
}

.hash-tag.fake-chat {
    background: goldenrod;
    cursor: default;
    padding: 0.25em;
}

.hash-tag:hover{
    background: goldenrod;
}
.hash-tag.red {
    background: #FF8888;
}

.hash-tag.green {
    background: #006600;
}

.hash-tag.blue {
    background: #8888ff;
}

.hash-tag.gold {
    background: #CCBB66;
}

.hash-tag.silver {
    background: #E0E0E0;
}

.hash-tag.black {
    background: #333333;
}

.hash-tag.white {
    background: #FFFFFF;
}
.your-interests{
    margin-top: 1rem;
}

.add-new-interest{
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 1em;
  }

.add-new-interest-button {
    margin-left: 10px;
    padding: 5px;
}

.tag-container {
        display: block;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 2vw;
        padding: 2vw;
        border: 1px solid #000; 
}

.tag-container .title {
    margin-bottom: 2vw;
}

.tag-container .hash-tag {
    width: min-content;
    margin: 1vh 1vw;
    min-height: 1.47rem;
}

.dialog .hash-tag.selected,
.dialog .selected .hash-tag
{
    visibility: hidden;
}

div.tag-list {
    display: inline-block
}