.team-popup .placeholder{
    width: 200px;
    height: 20px;
}
.placeholder-player{
    display: inline-block;
    width:100px;
}
.placeholder-player .square{
    width:40px;
}
.modal.team-popup{
    width: fit-content !important;
    border-radius: 15px !important;
}
.team-popup .player-team-card{
    filter: drop-shadow(2px 2px 4px black) !important;
    background-color: #fff;
    border-radius: 10px;
    margin: 5px;
    padding: 5px 15px 1px 5px;

}
.team-popup .player-team-card .player-img{
    display: inline-block;

}
.player-team-card .player-img img{
    height: 80px;
    width: 70px;
    border-radius: 10px;
}
.player-team-card .player-info{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 77px);
}
.player-team-card .player-name{
    font-family: 'Tauri';
    padding-top: 0px;
    width: 217px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.player-team-card .player-club{
    width: 217px;

}
.player-club img{
    height: auto;
    width: 25px;
    margin-right: 5px;
    margin-top: 5px;
    vertical-align: sub;
}
.player-club .club{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 36px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.popup-content{
    width: auto;
    max-height: 320px;
    overflow-y: auto;
}
.liga .popup-content{
    width: auto !important;
}
.popup-team-name{
    font-family: 'Bebas Neue', cursive;
    font-size: 27px;

}
.team-popup{
    padding: 10px !important;
}
