.key2 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

.key3 {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

.imagecomment1 {
    width: 10px;
    margin-left: 65px;
    cursor: pointer;
}

.bg-gray {
    background-color: rgb(221 221 221);
}

.image-avatar1 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 3;
}

.image-avatar2 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 2;
}

.image-avatar3 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 1;
}

.nine-href {
    border: 1px solid rgb(174, 175, 176);
    padding-top: 3px;
    background-color: #FFFFFF;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    font-weight: 500;
}

.none {
    text-decoration: none;
}

.try-cricle {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tri-li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.tri-li-number {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-weight: 600;
    border: 1px solid rgb(168, 168, 168);
    display: inline-block;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s ease;
    transition: .2s ease;
    text-align: center;
    padding-top: 5px;
}

.tri-li-number1 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-weight: 600;
    border: 1px solid rgb(168, 168, 168);
    display: inline-block;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s ease;
    transition: .2s ease;
    text-align: center;
    padding-top: 2px;
}

.tri-li:nth-child(4) {
    background: rgb(211, 211, 211);
}

.tri-li:nth-child(n+2) {
    margin-left: -15px;
}

.try-cricle:hover .tri-li:nth-child(n+2) {
    margin-left: -5px;
}

.team1 {
    font-size: 17px;
    font-weight: 600;
    text-decoration: underline 2px;
    color: #1155A6;
}