/*
Template: Unibetblog-theme
Theme Name: UnibetBlogs Child
Description: UnibetBlogs Multisite Child Theme
*/

figure.wp-block-embed,.ratio > iframe
{
    height: 60vh;
}
.wp-block-embed__wrapper,.ratio.ratio-16x9 {
    height:100%;
}

.row.betslip{
   padding:0;
}
.row.betslip .games_container{
    background-color:#EDEDED;
    padding:2%;
}
.row.betslip .games_container table tr th:not(:first-child),
.row.betslip .games_container table tr td:not(:first-child){
    text-align:center;
}
.row.betslip .games_container table tr,
.row.betslip .games_container table{
    background-color:transparent!important;
}
.row.betslip .games_container table thead tr th{
    border:0!important;
    font-weight: 700;
    padding: 10px;
}
.row.betslip .games_container table tbody tr td{
    border-left: 0!important;
    border-right: 0!important;
    border-bottom:1px solid #A4A4A4
}
.row.betslip .games_container table tbody tr td span{
    background: #424242;
    padding:5px;
    border-radius: 2px;
    font-family: Roboto;
    font-weight: bold;
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}
.row.betslip .games_container table tbody tr td.selected span,.row.betslip .games_container table tbody tr td span:hover{
    background: #147b45!important;
    cursor:pointer
}
.row.betslip .games_container table tbody tr td:first-child{
    font-family: Roboto;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #828282;
    letter-spacing: 0;
    line-height: 10px;
}
.row.betslip .games_container table thead tr{
    background-color: #f9f9f9 !important;
    font-family: Roboto;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #828282;
    letter-spacing: 0;
}

.top-bar{
    display: flex;
    background-color: rgb(0, 43, 0);
    width: 100%;
    height: 32px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: rgb(0, 43, 0);
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 7;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    display: flex
;
}

.top-bar p{
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: rgb(255, 255, 255);
    margin:0
}