.player_card {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    padding: 1.25em;

    position: relative;
}

.card_photo {
    width: 165px;
}

.card_name {
    font-size: 17px;
}

.card_line2 {
    line-height: 2.5em;
    display: flex;
    justify-content: center;
    gap: 0.5em;
}

.card_line2 div {
    width: 3em;
    display: flex;
    justify-content: center;
}

.card_nationality_flag {
    height: 2.5em;
}

.card_line3 {
    line-height: 2.5em;
    display: flex;
    justify-content: center;
    gap: 0.5em;
}

.card_line3 div {
    width: 3em;
    display: flex;
    justify-content: center;
}

.card_team_logo {
    height: 2.5em;
}

.player_stats_bar {
    background-color: rgba(0, 0, 0, .7);
    /*
    border-radius: 1em;
    */
    display: flex;
    margin-top: 0.5em;
    padding: 0.5em;
    justify-content: center;
    font-size: 14px;
}

.player_stats_bar_lineup {
    background-color: rgba(0, 0, 0, .7);
    /*
    border-radius: 1em;
    */
    display: flex;
    margin-top: 0.5em;
    padding: 0.5em;
    justify-content: center;
    width: 165px;
}

.owned {
    /*
    outline: rgba(var(--bs-warning-rgb)) 2px dashed;
    */
    outline: silver 2px dashed;
}

.owned_today {
    outline: gray 2px dashed;
}

.noPoints {
    /*
    outline: rgba(var(--bs-warning-rgb)) 2px dashed;
    */
    outline: silver 2px dashed;
}

.assistPoints {
    outline: rgba(var(--bs-info-rgb)) 2px dashed;
}

.goalPoints {
    outline: rgba(var(--bs-danger-rgb)) 2px dashed;
}

.extra_info {
    top: 5px;
    left: 5px;
    position:absolute;
}

.status_icon {
    height: 30px;
  }