.roaster-header{
    background-color: #f3f3f3;
    padding:12px;
    margin: 0 -12px;
    border-radius: 5px;
}
.roaster{
    max-width: 1000px;
    margin: 0 auto;
}
.profile-container{
    margin: 0 12px 24px;
    display: flex;
    flex-direction: column;
    /* border: 1px solid #ececec; */
}
.player-image{
    width:100%;
}
.player-name{
    background-color: #f5f5f5;
    border: 1px solid #ececec;
}
.profile{
    padding-top:24px;
    border-radius: 5px;
    
}
.text-decoration-none{
    text-decoration: none;
}
.player-name{
    padding: 5px;
    font-size: 13px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.position-container{
    margin-top: 24px;
}
.position-name{
    background-color: #144e8c;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}
.player-image-continer{
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.player-number{
    position: absolute;
    /* left: 0; */
    bottom: 1px;
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: #d20113;
    color: white;
    border-radius: 5px;
}
.lr-dt-sc{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.fixture{
    color: #d20113;
    text-transform: uppercase;
    font-weight: bold;
    text-align:center;
}
.date{
    font-weight: bold;
    text-align:center;
}
.club-emblem{
    height: 40px;
}
.club-name{
    font-size: large;
    font-weight: bold;
}
.word-break{
    overflow-wrap: break-word; 
    word-break: break-all;
}

@media only screen and (max-width: 600px) {
    .profile-container{
        margin: unset;
    }
}