﻿body {
    background-color: transparent;
}
@font-face {
    font-family: 'GilroydBold';
    src: url('/assets//fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
}
@font-face {
    font-family: 'GilroydMedium';
    src: url('/assets//fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
* {
    box-sizing: border-box;
}
.row-flex {
    display:flex;
    margin:0;
    padding:0;
}
#team_row {
    width:295px;
}
.row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}
#base_container {
    display: flex;
    flex-direction: column;
    width: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
#teamContainer {
    width: 336px;
}
#sportLogoContainer {
    background-image: url('/assets/img/Boxscore/CC25/VCcanadacup_03.png');
    width: 94px;
    height:98px;
    background-repeat: no-repeat;
    background-position: center;
}
.teamName {
    color: white;
    font-family:GilroydBold;
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
}
.teamLogo {
    width: 40px;
    z-index: 10;
    border: 1px solid white; /* 5px white border */
    border-radius: 4px; /* optional: rounded corners */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* optional: subtle shadow */
}
.points {
    color: white;
    font-family: GilroydMedium;
    font-size: 36px;
    height: 50px;
    line-height: 50px;
}
.score {
    color: black;
    font-family: GilroydBold;
    font-size: 36px;
    height: 50px;
    line-height: 50px;
}
#leftteamname {
    background-image: url('/assets/img/Boxscore/CC25/CC25_4.png');
    width: 152px;
    height: 50px;
}
#leftteamlogoContainer {
    background-image: url('/assets/img/Boxscore/CC25/CC25_4.png');
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center; /* shorthand for justify-items and align-items */
}
#leftteampoints {
    background-image: url('/assets/img/Boxscore/CC25/CC25_5.png');
    width: 67px;
    height: 50px;
    text-align: center;
}
#leftteamscore {
    background-image: url('/assets/img/Boxscore/CC25/CC25_6.png');
    width: 67px;
    height: 50px;
    text-align: center;
    font-weight: bold;
}
#rightteamname {
    background-image: url('/assets/img/Boxscore/CC25/CC25_9.png');
    width: 152px;
    height: 50px;
}
#rightteamlogoContainer {
    background-image: url('/assets/img/Boxscore/CC25/CC25_9.png');
    width: 50px;
    height: 50px;
}
#rightteampoints {
    background-image: url('/assets/img/Boxscore/CC25/CC25_10.png');
    width: 67px;
    height: 50px;
    text-align: center;
}
#rightteamscore {
    background-image: url('/assets/img/Boxscore/CC25/CC25_6.png');
    width: 67px;
    height: 50px;
    text-align: center;
    font-weight:bold;
}

