*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
body{
    height: 100vh;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    /* background-color: #f4f4f4; */
    background-color:#fbf6e9;
}
.profile-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    max-width: 370px;
    width: 100%;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.profile-card::before{
    content: "";
    position: absolute;
    height: 34%;
    width: 100%;
    /* background-color: #7040f4; */
    background-color: #ffbe07;
    /* top: 0; */
    /* left:0; */
    border-radius: 24px 24px 0 0;
}
.player .t-shirt{
    background-image: url(/image/icon/india-tshirt.svg);
background-repeat: no-repeat;
background-size: 100% 100%;
height: 100px;
width: 105px;
text-align: center;
color: #ffae35;
font-size: 24px;
position: absolute;
top: 130px;
right: 10px;
font-weight: 600;
z-index: 9;
display: flex;
justify-content: center;
align-items: center;
}
.image{
    position: relative;
    height: 150px;
    width: 150px ;
    border-radius: 50%;
    top: 10px;
    /* background-color: #4070f4a2!important; */
    /* background-color: rgba(0, 255, 255, 0.109)!important; */
    padding: 3px;
    margin-bottom: 20px;
}
.image .profile-img{
    height: 100%;
    width: 100%;
    /* margin-top:; */
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
}
.profile-img:hover{
    cursor: pointer;
}
.text-data table{
    height: 50px;
    width: 300px;
    border-radius: 20px!important;
    text-align: center;
    cursor: pointer;
    /* background-color: lightskyblue; */
    background-color: rgba(220, 220, 220, 0.335);
    margin: 0!important;
    margin-bottom: 6px!important;
}
/* .text-data table tr td{
    border-left: 1px!important;
} */
.player-name{
    font-weight: bold;
    font-size: 17px;
    margin-right: 150px;
}
.name-info:hover{
    /* background-color: aqua; */
    cursor: pointer;
}
/* .number-code{
    background-image: url(/image/icon/india-tshirt.svg);
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    text-align: center;
    color: #ffae35;
    font-size: 24px;
    position: absolute;
    padding-top: 20px;
    font-weight: 600;
    top: 86px;
    right: 1;
    z-index: -1;
    transition: .5s;
} */
/* .profile-card .text-data{
    display: flex;
    flex-direction: column;
    align-items: center;
} */
 /* ======== Responsive css code Start======== */

@media(max-width:600px){
	.player-col{
		min-width: 100%;
        margin-bottom: 10px;
	}
}   
/* ======== Responsive css code Start======== */
