.tournament-details{
    background-color: #fff;
    padding: 0 15px;
}
.tournament-event{
    flex: 1;
    min-width: 0;
}
.tournament-name{
    font-size: 20px;
    font-family: 'Bebas Neue';
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tournament-event .tournament-name{
    color: gray;
}
.tournament-location{
    display: inline-block;
    border-radius: 10px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-family: 'Roboto Condensed';
}
.tournament-team-location-date{
    width: 73px;
    flex-shrink: 0;
}
.tournament-date{
    display: inline-block;
}
.future .team-tournament-date{
    color: #ff18f1;
    font-weight: bold;
}
.tournament-division{
    margin-top: -10px;

}
.tournament-body .tournament-division{
    margin-bottom: 10px;
}
.tournament-item .tournament-img{
    display: inline-block;
    margin-left: 4px;
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.tournament-img img{

}
.tournament-position{
    font-size: 30px;
    color: #4CAF50;
    font-family: 'Bebas Neue';
    text-align: right;
    float: right;
}
.tournament-event .tournament-team{
    font-weight: bold;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tournament-item.collapsible-header{
    padding: 0.3rem !important;
}
.info-button{
    margin-top: 20px;
    display: inline-block;
}
.profile-img{
    margin: 1rem !important;
}
.player-info{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.collapsible-body {
    padding: 1rem !important;
}
.collapsible-header {
    margin-bottom: 0px !important;
}
.player-teams{
    height: 204px;
    overflow-y: scroll;
    width: 100%;
    padding-left: 8px;
}
.team-info{
    vertical-align: top;
    width: calc(100% - 60px);
}
.partner-img, .team-info, .partner-info .partner-name, .partner-info .partner-logo{
    display: inline-block;
}
.partner-img img{
    height: 60px;
    object-fit: cover;
    width: 54px;
    border-radius: 15px 0 0 15px;
}
.partner-info{
    margin-top: -5px;
}
.tournament-team .team-info .team-name, .player-team .team-info .team-name{
    color: gray;
    font-family: 'Bebas neue', sans-serif;
    font-size: 20px;
    width: 96%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.team-info .tournament-info{
    color: black;
    font-family: 'Roboto Condensed';
    font-size: 11px;
    width: 96%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: -3px;
}
.partner-logo img{
    height: 18px;
    width: auto;
}
.partner-name{
    font-size: 12px;
    vertical-align: top;
    font-family: 'Tauri';
}
.player-team{
    margin: 2px 0;
    filter: drop-shadow(3px -3px 2px #a4a4a4);
    border-radius: 15px;
    background: linear-gradient(90deg, rgb(255, 255, 255) 49%, rgb(244, 236, 215) 89%);
}
.player-profile-img {
    height:200px;
    width: 175px;
    object-fit: cover;
    border-radius: 25px 0 25px 0;
}
.info-player{
    display: inline-block;
    margin-left: 10px;
    width: calc(100% - 190px);
}
.player-profile-img-wrapper{
    display:inline-block;
}
.player-card{
    border-radius: 25px !important;
    background-color: #fff;
    filter: drop-shadow(3px -3px 2px #a4a4a4);
    margin-bottom: 15px;
    height: 200px;
}
.info-player-name{
    font-weight: bold;
    font-family: 'Tauri';
    height: 44px;
    z-index:1;
}
.info-player-club{
    font-family: 'Bebas Neue';
    color: grey;
    font-size: 18px;
    line-height: 17px;
    height: 35px;
}
.info-player-logo{
    height: 55px;
    width: 55px;
    object-fit: contain;
    margin-top: 10px;
}
.tournament-item.no-body{
    cursor: default;
}
.toggle-years{
    margin: 5px;
    text-align: center;
    font-family: 'Tauri';
}
.toggle-year{
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}
.toggle-year.selected{
    color: red;
    font-weight: bold;
}
li.hidden{
    display: none;
}
.player-sm{

}
.ranking-points{
    width: max-content;
    font-size: 12px;
}
.ranking-points img{
    height: 20px;
    width: auto;
}
.ranking-points.in-ranking{

}
.ranking-points.in-ranking:after{
    content: '✅';
}
.pos-wrapper{
    max-width: 80px;
    padding-right: 4px;
    flex-shrink: 0;
}
