.tsu-status div span {
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #7B7B7B;
}

.tsu-status-active {
    color: #60BF41 !important;
}

.tsu-status-inactive {
    color: #F51D38 !important;
}

.tsu-list {
    background-color: white;
    padding: 10px 0px 10px 0px;
    border-radius: 8px;
}

.tsu-data-user img{
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.tsu-data-user i {
    font-size: 13px;
    margin-right: 7px;
}

.tsu-win-indicator {
    color: #60BF41;
}

.tsu-lose-indicator {
    color: #F51D38;
}

.tsu-data-user div strong {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #3A3A3A;
}

.tsu-chat-data span {
    margin-right: 1px;
}

.tsu-chat-engajament {
    color: #60BF41;
}

.tsu-user-engajament img {
    width: 24px;
    height: 24px;
}

.tsu-user-engajament i, .tsu-user-engajament svg:nth-child(1) {
    margin-right: 5px;
    color: #838383;
}

.tsu-country {
    color: #959595;
    font-size: 11px;
    font-weight: 600;
    margin: 4px 0px 0px 3px;
}

.tsu-content {
    padding: 0px 10px 0px 10px;
}

.tsu-content hr {
    height: 2px !important;
    color: #8d8b8b;
    border-radius: 10px;
}

.select-tsu select {
    font-size: 11px;
    height: 30px;
    width: 128px;
    border-radius: 7px;
    margin-right: 3px;
}

@media (min-width: 1400px) {
    .tsu-list {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .tsu-list {
        padding: 15px;
    }

    .select-tsu select {
        font-size: 11px;
        height: 35px;
        width: 100%;
        border-radius: 10px;
        margin-right: 3px;
    }
}
