t_big {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    width: auto !important;
    --score_bg:rgba(255, 255, 255, 0.301);
}

t_big_wrap {
    display: flex;
    min-width: max-content;
    margin-bottom: var(--bottom_titles_margin);
    /* margin-top: 30px; */
    /* background-image: url("../assets/images/hb_bottom_titles_bg.jpg"); */
    background-size: 100% 100%;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
}
t_big grid {
    display: flex;
    border-radius: var(--radius_big);
    background-color: var(--bg-color);
    background-image: url(../assets/images/hb2_tbig_bg.png);
    /* min-width: 724px; */
    align-items: center;
    height: 151px;
    flex-grow: 1;
    width: 100%;
}

t_big teams {
    display: flex;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    flex-grow: 1;
    flex-direction: column;
    height: 100%;
    align-items: center;
    /* height: 151px; */
    border-radius: 15px;
    flex: 1;
    gap: 4px;
    justify-content: center;
    padding: 4px 0px;
    padding-right: 9px;
    min-width: 724px;
    /* width: 100%; */
    /* background: red; */
    /* border: 1px solid green; */
}

t_big team_cell {
    display: flex;
    align-items: center;
    height: 67px;
    /* height: 100%; */
    width: 100%;
    /* flex-grow: 1; */
    /* flex: 1; */
    flex-direction: row;
}

t_big team_cell.home {
    display: flex;
}

t_big team_cell.away {
    display: flex;
}

t_big .team_logo{
    display: flex;
    /* object-fit: contain; */
    height: 100%;
    width: 74px;
    width: 109px;
    z-index: 2;
    /* height: 40px; */
    object-fit: contain;
    border-radius: var(--radius_big);
    border: 2px solid white;
    margin: 0 8px;
    background: var(--bg-color);
}

t_big t_big_team_name,
t_big t_big_score{
    display: flex;
    flex-grow: 1;
    background: var(--bg-color2);
    /* height: 37px; */
    height: 100%;
    border-radius: var(--radius_big);
    color: var(--text-color-inverted);
    font-size: 66.67px;
    font-size: 66px;
    font-weight: bold;
    align-items: center;
    padding: 0 26px;
}

t_big t_big_score {
    width:66px;
    flex-grow: 0;
    display:flex;
    justify-content: center;
    margin-left: 5px;
}


t_big_label {
    display: none;
    height: 47px;
    background: var(--bg);
    margin-bottom: 5px;
    min-width: 210px;
    /* height: auto !important; */
}

t_big_label text{
    display: flex;
    align-items: center;
}

t_big_label img{
    height: 36px;
    margin-left: -8px;
    margin-right: 8px;
}

t_big.big .on_big {
    display: flex;
}

t_big.pen .on_pen {
    display: flex;
}

t_big.geo .on_geo {
    display: flex;
    /* align-items: center; */
}

t_big.geo t_big_score,
t_big.geo .comp_logo,
t_big.arrival .comp_logo,
t_big.arrival .comp_logo,
t_big.arrival[team="home"] team_cell.away,
t_big.arrival[team="away"] team_cell.home,
t_big.arrival t_big_score{
    display: none;
}

t_big.arrival {

}

t_big.arrival grid{
    height: 81px;
}


t_big img.comp_logo{
    height:155px;
    height:100%;
    min-width: 153px;
    object-fit: contain;
    padding: 9px;
    margin-left: -7px;    
}

t_big img.comp_logo[src=""]{
    display: none;
}


/* pens */

t_big.pen tbig_pens{
    display: flex;
}

t_big teams_col.away tbig_pens::before{
    left:var(--side_unpd_in);
    right: var(--side_unpd_out);
}

t_big tbig_pens::before{
/*     content:" ";
    --side_unpd_out: -135px;
    --side_unpd_in: -40px;
    left: var(--side_unpd_out);
    right: var(--side_unpd_in);
    top:-5px;
    bottom: -5px;
    display: flex;
    position: absolute;
    background-color: var(--score_bg); */
}

tbig_pens{
    display: none;
    gap:20px;
    justify-content: center;
    /* margin-top: 16px; */
    width: 240px;
    margin-left: 10px;
}

pen{
    display: flex;
    --size: 28px;
    height:var(--size);
    width:var(--size);
    background: var(--bg-color2);
    border-radius: 50%;
    /* box-shadow: 0px 0px 17px -3px #ffffffad inset; */
    overflow: hidden !important;
}

pen.result_def > pen_wrap,
pen.result_goal > pen_wrap{
    position: absolute;
    --pd:3px;
    top:var(--pd);
    left:var(--pd);
    right:var(--pd);
    bottom:var(--pd);
    overflow: hidden;
    background: var(--red);
    border-radius: 50%;
    /* box-shadow: 1px -1px 2px 0px #ffffff70 inset; */
}

pen.result_def > pen_wrap::after,
pen.result_goal > pen_wrap::after{
    content:" ";
    position: absolute;
    --size: 3px;
    width:var(--size);
    height:var(--size);
    right:15%;
    top:20%;
    border-radius: 50%;
    /* box-shadow: 0px 0px 7px 4px #ffffff, 0px 0px 7px 7px #ffffff8a; */
    /* background-color: white; */
    /* filter: blur(0px); */
}
pen.result_def{

}

pen.result_goal > pen_wrap{
    background: green;

}


