/* .imginfo{
    background-image: url('https://images.unsplash.com/photo-1540747913346-19e32dc3e97e?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE4MjY3M30');
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.55;
} */
*{
    font-family: "Poppins", sans-serif;
}
.imginfo{
   /* background-color: rgba(0, 0, 255, 0.189)!important; */
   background-color:#ffbd078a!important;
}
.imginfo .profilepic{
    height: 110px;
    width: 110px;
    border-radius: 100px;
    border: 2px solid ghostwhite;
}
.player .t-shirt{
    background-image: url(/image/icon/india-tshirt.svg);
background-repeat: no-repeat;
background-size: 100% 100%;
height: 110px;
width: 110px;
text-align: center;
color: #ffae35;
font-size: 24px;
position: absolute;
top: 105px;
right: 1050px;
font-weight: 600;
z-index: 9;
display: flex;
justify-content: center;
align-items: center;
}
.player-name{
    font-size:25px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    font-variant: small-caps;
}
.table{
    /* background-color: rgba(220, 220, 220, 0.398); */
    background-color: #fbf6e963;
}
.table th{
    border-left:1px solid gainsboro;
}
.table .smalltext{
    font-weight: normal!important;
    color: gainsboro;
}
.table .smalltext1{
    font-weight: normal;
    font-size: 14px;
}
.card{
    border-color:1px solid #ffbe07!important;
   
}