
/* --------------- BOOTSTRAP CHIPS --------------- */
.chip-container  {
    flex-wrap: wrap;
}


div.chip {
    min-width: auto;
    margin: 5px 0px 0px 0px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

div.chip .chip-label {
    height: auto;
}

.chip-container a,
.chip a{
    white-space: nowrap;
    padding: 2px 10px 0px 10px;
    margin-bottom: 0px;
    display: block;
    top: -1px;
    position: relative;
}

.chip.chip-simple {
    border: none !important;
}

span.chip-label {
    transform: none !important;
    line-height: 1.5em !important;
}

span.chip-label a {
    line-height: 1.5em !important;
    text-decoration: none;
    color: white;
}

span.chip-label a {
    color: white;
}
span.chip-label:hover a {
    color: white;
}
