/* Start custom CSS */.tag-dot.blue-dot {
    background-color: #01B1A7;
}
.tag-dot {
    border-radius: 10px;
    width: 6px;
    height: 6px;
}
.title-tag.tag_dark-background {
   
    background-color: #ffffff0f;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    display: flex;
    color:white;
}

.title-tag {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 6px 15px;
    font-weight: 500;
    display: inline-block;
}
.team-name{
    color:#45afa7;
    font-weight: 
}/* End custom CSS */