body#root .standings-container {
    width:100%;
    margin-top: 8px;
    position: relative;
}
body#root .standings-container button {
    position:absolute;
    width:45px;
    height:100%;
    border:0;
    display:flex;
    align-items:center;
    justify-content:center;
    /* background-color:var(--c-primary-d); */
}
body#root .standings-container button .icon{
    width:24px;
    height:24px;
    /* background-image:url(/v1.953/r/images/site/icons/Arrow_Down.svg); */
    background-position:center;
    transform:rotate(90deg)
}
body#root .standings-container button.next .icon {
    transform:rotate(-90deg);
}
body#root .standings-container button.next {
    right:0;
}
body#root .standings-container > app-widget-host {
    display:flex;
   
    /* flex-wrap: nowrap; */
    overflow: auto;
    width: auto;
}
body#root .standings-container .standings-scrollable > app-widget-host{
    display:flex;
    flex-direction:row;
    /* flex-wrap: nowrap; */
  
    width: auto;
}
body#root .standings-container .standings-scrollable {
    overflow:auto;
    scroll-behavior:smooth;
    /* margin:0 45px; */
}
body#root .mobile .standings-container .standings-scrollable {
     margin:0;
}
.beto-league-standings.league-table-card .live-score-standings-title{
    display:none;
}
.beto-league-standings {
    color:var(--c-white)
}
.beto-league-standings.league-table-card {
    width: 340px;
    min-width: 340px;
    border-radius:5px;
    overflow:hidden;
    box-shadow:1px 1px 5px var(--c-shade-b);
    display: flex;
}
.beto-league-standings.league-table-card > div {
    width:100%;
    position:relative;
}
.beto-league-standings.league-table-card form {
    /* margin-top:-8px; */
}
.beto-league-standings thead th {
    font-size:0px;
}
.beto-league-standings thead th::before {
    content:"t";
    font-size:12px;;
}
.beto-league-standings thead th.column-position::before {
    content:'#'
}
.beto-league-standings thead th.column-name::before {
    content:"T";
    display:none;
}
.beto-league-standings thead th.column-points::before {
    content:"PTS"
}
.beto-league-standings thead th.column-matches::before {
    content:"M"
}
.beto-league-standings thead th.column-wins::before {
    content:"W"
}
.beto-league-standings thead th.column-draws::before {
    content:"D"
}
.beto-league-standings thead th.column-losses::before {
    content:"L"
}
.beto-league-standings thead th.column-goals-diff::before {
    content:"DIFF"
}
#root .beto-league-standings  td::before {
    display:none;
}
#root .beto-league-standings  tr {
    display:flex;
    flex-direction:row;
    width:100%;
    font-size:12px;
    margin-bottom: 1px;
    background-color: transparent;
}
#root .beto-league-standings thead th,
#root .beto-league-standings tbody td {
    padding: 4px;
    border:0;
    display: flex!important;
    flex-direction:row;
    align-items:center;
    background-color:transparent;
    /* justify-content: center; */
    position:relative;
    margin:2px;
    width:calc(60% / 6 - 4px)!important;
    overflow: unset;
    min-height: 28px;
    color:var(--c-white-permatext)
}
#root .beto-league-standings  tfoot {
    display:none;
}
#root .beto-league-standings  td.column-name,
#root .beto-league-standings  th.column-name{
    width:40%!important;
    flex:unset;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#root .beto-league-standings  th.column-name {
    /* color:transparent; */
}
#root .beto-league-standings  td:not(.column-name),
#root .beto-league-standings  th:not(.column-name){
    justify-content:center;
}
#root .beto-league-standings.league-table-card .tournament-legend{
    display:none;
}
#root .beto-league-standings.league-table-card .view-more-link {
    display:none;
}
#root .beto-league-standings.league-table-card .report-content {
    height:auto;
    align-items:flex-start;
    /* display:flex; */
}
#root .beto-league-standings.league-table-card .report-content p-table {
    width:100%;
}
#root .beto-league-standings.league-table-card h3 {
    margin:0;
    padding:8px;
    background-color:#000B61;
    text-align: center;
    width:auto;
    max-width:40%;
    position:absolute;
    left:0px;
    padding:2px 8px;
    font-size:12px;
    z-index:1;
    text-align:left;
    top: 13px;
    display:flex;
    align-items:center;
    border-radius:15px;
    color:var(--c-white-permatext)
}
#root .beto-league-standings.league-table-card {
    margin-right:8px;
    padding: 8px;
    padding-top: 0px;
    padding-left:16px;
    background-image:url(/v1.078/r/images/site/icons/League_table_decoration.svg),url(/v1.078/r/images/site/banners/league_tables_background.png);
    background-size:auto 50%, 100% 100%;
    background-repeat:no-repeat, no-repeat;
    background-position:left 12px, center center;
    color:var(--c-white-permatext)
}
#root .beto-league-standings td:not(.column-name):not(.column-position) {
    border:1px solid var(--c-shade);
   background-color:var(--c-primary-b);
    border-radius: 4px;
    background-color: #001038;
}
#root .beto-league-standings td:not(.column-name):not(.column-position):not(:last-child)::before {
    content:"";
    position:absolute;
    right:-1px;
    top:50%;
    width:4px;
    height:2px;
    background-color:var(--c-shade);;
    transform:translate(100%,-50%);
}
.mobile .beto-league-standings.league-table-card {
    /* width:100vw; */
    /* min-width:100vw; */
     
}
#root .euro .beto-league-standings  td.column-name::before {
    content:"";
    min-width:21px;
    max-width:21px;
    height:21px;
    width: 21px;
    background-size:34px;
    background-position:center;
    background-repeat:no-repeat;
    border-radius:50%;
    margin-right:8px;
    display:flex;
    position:unset;
    padding:0;
}
#root .euro .beto-league-standings  td.column-name.ls-scotland::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/scotland.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-switzerland::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/switzerland.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-hungary::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/hungary.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-germany::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/germany.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-albania::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/albania.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-spain::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/spain.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-italy::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/italy.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-croatia::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/croatia.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-denmark::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/denmark.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-slovenia::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/slovenia.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-england::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/england.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-serbia::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/serbia.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-france::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/france.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-poland::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/poland.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-netherlands::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/netherlands.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-austria::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/austria.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-romania::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/romania.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-slovakia::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/slovakia.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-ukraine::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/ukraine.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-belgium::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/belgium.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-turkiye::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/turkey.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-portugal::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/portugal.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-czech-republic::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/czech-republic.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-czech-republic::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/czech-republic.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-georgia::before {
    background-image:url(../assets/themes/betomall/images/icons/flags/georgia.svg)
}
#root .euro .beto-league-standings  td.column-name.ls-czech-republic div {
    font-size:0px;
    
}
#root .euro .beto-league-standings  td.column-name.ls-czech-republic div::before {
    content:"Czechia";
    font-size:12px;
}
