#root .sport-icon, #root .icon-sport, #root .default-sport-icon, #root .search-result .default-sport {
    font-size: 20px;
    width: 20px;
    height: 20px;
    max-width:20px;
    background-image: url(/v1.009/r/images/site/icons/sports_sprite_black.svg);
    background-size: 11em 15em;
    -webkit-background-size: 13em 15em;
    background-origin: content-box;
    margin-left: 2px;
    background-position: -15em -15em;
    /* mix-blend-mode: hue; */
    background-blend-mode: luminosity;
    opacity:0.6
}
#root .betslip .bet-match-info .sport-icon {
    font-size: 20px;
    width: 20px;
    max-width: 20px;
    height: 20px;
}

.theme-dark #root .sport-icon, .theme-dark #root .icon-sport, .theme-dark #root .default-sport-icon,.theme-dark #root .search-result .default-sport {
    background-image: url(/v1.009/r/images/site/icons/sports_sprite_white.svg);
}

#root .selected .sport-icon, #root .selected .icon-sport, #root .selected .default-sport-icon {
    background-image: url(/v1.009/r/images/site/icons/sports_sprite_color.svg);
    opacity: 1;
}

#root .all-sports,
#root .search-result .default-sport.all-sports{
    background-position: -7em -11em;
}

#root .soccer,
#root .search-result .default-sport.soccer {
    background-position: -1em -1em;
}

#root .esoccer,
#root .search-result .default-sport.esoccer {
    background-position: -1em -11em;
}

#root .tennis,
#root .search-result .default-sport.tennis {
    background-position: -5em -1em;
}

#root .table-tennis,
#root .search-result .default-sport.table-tennis {
    background-position: -1em -5em;
}

#root .badminton,
#root .search-result .default-sport.badminton {
    background-position: -11em -5em;
}

#root .beach-volley,
#root .search-result .default-sport.beach-volley {
    background-position: -5em -5em;
}

#root .beach-soccer,
#root .search-result .default-sport.beach-soccer {
    background-position: -7em -3em;
}

#root .boxing,
#root .search-result .default-sport.boxing {
    background-position: -1em -3em;
}

#root .darts,
#root .search-result .default-sport.darts{
    background-position: -11em -3em;
}

#root .volleyball,
#root .search-result .default-sport.volleyball {
    background-position: -7em -1em;
}

#root .ice-hockey,
#root .search-result .default-sport.ice-hockey {
    background-position: -7em -5em;
}

#root .basketball,
#root .search-result .default-sport.basketball {
    background-position: -3em -1em;
}

#root .ebasketball,
#root .search-result .default-sport.ebasketball {
    background-position: -3em -11em;
}

#root .cricket,
#root .search-result .default-sport.cricket {
    background-position: -9em -3em;
}

#root .american-football,
#root .search-result .default-sport.american-football {
    background-position: -11em -1em;
}

#root .rugby,
#root .search-result .default-sport.rugby, #root .aussie-rules,
#root .search-result .default-sport.aussie-rules {
    background-position: -9em -1em;
}

#root .waterpolo,
#root .search-result .default-sport.waterpolo {
    background-position: -5em -5em;
}

#root .mma,
#root .search-result .default-sport.mma {
    background-position: -3em -3em;
}

#root .snooker,
#root .search-result .default-sport.snooker {
    background-position: -5em -7em;
}

#root .futsal,
#root .search-result .default-sport.futsal {
    background-position: -9em -5em;
}

#root .handball ,
#root .search-result .default-sport.handball{
    background-position: -5em -3em;
}

#root .baseball,
#root .search-result .default-sport.baseball {
    background-position: -5em -11em;
}

#root .motorsport,
#root .search-result .default-sport.motorsport {
    background-position: -11em -7em;
}

#root .motorcycle-racing,
#root .search-result .default-sport.motorcycle-racing {
    background-position: -9em -7em;
}

#root .specials,
#root .search-result .default-sport.specials {
    background-position: -11em -7em;
}

#root .cycling,
#root .search-result .default-sport.cycling {
    background-position: -9em -7em;
}

#root .golf,
#root .search-result .default-sport.golf {
    background-position: -7em -7em;
}

#root .field-hockey,
#root .search-result .default-sport.field-hockey {
    background-position: -1em -7em;
}

#root .floorball,
#root .search-result .default-sport.floorball {
    background-position: -9em -5em;
}

#root .squash,
#root .search-result .default-sport.squash {
    background-position: -1em -9em;
}

/*  */
.featured-league-sportcode {
    font: var(--icon-font);
}

.featured-league-sportcode.soccer::before {
    content: " opap_soccer";
}

.featured-league-sportcode.esoccer::before {
    content: " opap_esports";
}

.featured-league-sportcode.tennis::before {
    content: " opap_tennis";
}

.featured-league-sportcode.table-tennis::before {
    content: " opap_tabletennis";
}

.featured-league-sportcode.badminton::before {
    content: " opap_badmitton";
}

.featured-league-sportcode.beach-volley::before {
    content: " opap_beachvolley";
}

.featured-league-sportcode.boxing::before {
    content: " opap_boxing";
}

.featured-league-sportcode.darts::before {
    content: " opap_darts";
}

.featured-league-sportcode.volleyball::before {
    content: " opap_volley";
}

.featured-league-sportcode.ice-hockey::before {
    content: " opap_hockey";
}

.featured-league-sportcode.basketball::before {
    content: " opap_basketball";
}

.featured-league-sportcode.cricket::before {
    content: " opap_cricket";
}

.featured-league-sportcode.american-football::before {
    content: "\E9E6";
}

.featured-league-sportcode.rugby::before, .featured-league-sportcode.aussie-rules::before {
    content: " opap_rugby";
}

.featured-league-sportcode.waterpolo::before {
    content: " opap_waterpolo";
}

.featured-league-sportcode.mma::before {
    content: " opap_mma";
}

.featured-league-sportcode.snooker::before {
    content: " opap_pool";
}

.featured-league-sportcode.futsal::before {
    content: " opap_futsal";
}

.featured-league-sportcode.handball::before {
    content: " opap_handball";
}

.featured-league-sportcode.baseball::before {
    content: " opap_baseball";
}

.featured-league-sportcode.motorsport::before {
    content: " opap_motor";
}

.featured-league-sportcode.cycling::before {
    content: " opap_cycling";
}

.featured-league-sportcode.golf::before {
    content: " opap_golf";
}

.featured-league-sportcode.field-hockey:before {
    content: " opap_icehockey";
}

.featured-league-sportcode.floorball:before {
    content: " opap_floorball";
}

.featured-league-sportcode.squash:before {
    content: " opap_squash";
}

.featured-league-sportcode.cricket:before {
    content: " opap-criket"
}

/*  */
.motorcycle-racing {
    background-image: url(/v1.179/r/images/site/icons/motorcycle_racing_w.svg)
}

.athletics {
    background-image: url(/v1.179/r/images/site/icons/athletics_w.svg);
}

.diving {
    background-image: url(/v1.179/r/images/site/icons/diving_w.svg)
}

.rowing {
    background-image: url(/v1.179/r/images/site/icons/rowing_w.svg)
}

.sailing {
    background-image: url(/v1.179/r/images/site/icons/sailing_w.svg)
}

.weightlifting {
    background-image: url(/v1.179/r/images/site/icons/weightlifting_w.svg)
}

.all-sports {
    background-image: url(/v1.179/r/images/site/icons/sports_all_w.svg)
}

.specials {
    background-image: url(/v1.179/r/images/site/icons/entertain.svg)
}

.copa-america {
    background-image: url(/v1.179/r/images/site/flags/Copa_America_Flag.svg);
    background-size: 20px
}

.euro {
    background-image: url(/v1.0057/r/images/site/icons/Euro-2020_36x24px.png);
    background-size: 20px
}

.music {
    background-image: url(/v1.0057/r/images/site/icons/music.svg)
}

/*  */
.tennis.atp,.tennis.challenge {
    background-image: url(/v1.0057/r/images/ATP.svg)
}

.tennis.wta {
    background-image: url(/v1.0057/r/images/WTA.svg)
}

.wimbledon.atp.default-sport, .wimbledon.wta.default-sport {
    background-image: url('/v1.0057/r/images/site/flags/wimbledon.svg');
}
.roland-garros.default-sport {
    background-image: url(/v1.0057/r/images/site/flags/tennis_roland_garros.svg);
}
/*  */
/*  */
.default-flag {
    background-image: url(/v1.0027/r/images/site/flags/default_flag.svg); 
    display: flex;
    flex-shrink: 0;
    height: 24px;
    width: 24px
}

.afghanistan {
    background-image: url(../assets//themes/betomall/images/icons/flags/afghanistan.svg)
}

.albania {
    background-image: url(../assets//themes/betomall/images/icons/flags/albania.svg)
}

.algeria {
    background-image: url(../assets//themes/betomall/images/icons/flags/algeria.svg)
}

.andorra {
    background-image: url(../assets//themes/betomall/images/icons/flags/andorra.svg)
}

.angola {
    background-image: url(../assets//themes/betomall/images/icons/flags/angola.svg)
}

.antarctica {
    background-image: url(../assets//themes/betomall/images/icons/flags/antarctica.svg)
}

.antigua-and-barbuda {
    background-image: url(../assets//themes/betomall/images/icons/flags/antigua-and-barbuda.svg)
}

.argentina {
    background-image: url(../assets//themes/betomall/images/icons/flags/argentina.svg)
}

.armenia {
    background-image: url(../assets//themes/betomall/images/icons/flags/armenia.svg)
}

.aruba {
    background-image: url(../assets//themes/betomall/images/icons/flags/aruba.svg)
}

.australia, .rugby-league {
    background-image: url(../assets//themes/betomall/images/icons/flags/australia.svg)
}

.austria, .austria-amateur {
    background-image: url(../assets//themes/betomall/images/icons/flags/austria.svg)
}

.azerbaijan {
    background-image: url(../assets//themes/betomall/images/icons/flags/azerbaijan.svg)
}

.bahamas {
    background-image: url(../assets//themes/betomall/images/icons/flags/bahamas.svg)
}

.bahrain {
    background-image: url(../assets//themes/betomall/images/icons/flags/bahrain.svg)
}

.bangladesh {
    background-image: url(../assets//themes/betomall/images/icons/flags/bangladesh.svg)
}

.barbados {
    background-image: url(../assets//themes/betomall/images/icons/flags/barbados.svg)
}

.belarus {
    background-image: url(../assets//themes/betomall/images/icons/flags/belarus.svg)
}

.belgium {
    background-image: url(../assets//themes/betomall/images/icons/flags/belgium.svg)
}

.belize {
    background-image: url(../assets//themes/betomall/images/icons/flags/belize.svg)
}

.benin {
    background-image: url(../assets//themes/betomall/images/icons/flags/benin.svg)
}

.bhutan {
    background-image: url(../assets//themes/betomall/images/icons/flags/bhutan.svg)
}

.bolivia {
    background-image: url(../assets//themes/betomall/images/icons/flags/bolivia.svg)
}

.bosnia-and-herzegovina, .bosnia-herzegovina {
    background-image: url(../assets//themes/betomall/images/icons/flags/bosnia-and-herzegovina.svg)
}

.botswana {
    background-image: url(../assets//themes/betomall/images/icons/flags/botswana.svg)
}

.brazil {
    background-image: url(../assets//themes/betomall/images/icons/flags/brazil.svg)
}

.brunei {
    background-image: url(../assets//themes/betomall/images/icons/flags/brunei.svg)
}

.bulgaria {
    background-image: url(../assets//themes/betomall/images/icons/flags/bulgaria.svg)
}

.burkina-faso {
    background-image: url(../assets//themes/betomall/images/icons/flags/burkina-faso.svg)
}

.burundi {
    background-image: url(../assets//themes/betomall/images/icons/flags/burundi.svg)
}

.cambodia {
    background-image: url(../assets//themes/betomall/images/icons/flags/cambodia.svg)
}

.cameroon {
    background-image: url(../assets//themes/betomall/images/icons/flags/cameroon.svg)
}

.canada {
    background-image: url(../assets//themes/betomall/images/icons/flags/canada.svg)
}

.cape-verde {
    background-image: url(../assets//themes/betomall/images/icons/flags/cape-verde.svg)
}

.catalonia {
    background-image: url(../assets//themes/betomall/images/icons/flags/catalonia.svg)
}

.central-african-republic {
    background-image: url(../assets//themes/betomall/images/icons/flags/central-african-republic.svg)
}

.chad {
    background-image: url(../assets//themes/betomall/images/icons/flags/chad.svg)
}

.chile {
    background-image: url(../assets//themes/betomall/images/icons/flags/chile.svg)
}

.china {
    background-image: url(../assets//themes/betomall/images/icons/flags/china.svg)
}

.columbia, .colombia {
    background-image: url(../assets//themes/betomall/images/icons/flags/columbia.svg)
}

.comoros {
    background-image: url(../assets//themes/betomall/images/icons/flags/comoros.svg)
}
.copa-america, .international.copa-america {
    background-image: url(/v1.179/r/images/site/flags/Copa_America_Flag.svg)
}
.costa-rica {
    background-image: url(../assets//themes/betomall/images/icons/flags/costa-rica.svg)
}

.croatia {
    background-image: url(../assets//themes/betomall/images/icons/flags/croatia.svg)
}

.cuba {
    background-image: url(../assets//themes/betomall/images/icons/flags/cuba.svg)
}

.curacao {
    background-image: url(../assets//themes/betomall/images/icons/flags/curacao.svg)
}

.cyprus {
    background-image: url(../assets//themes/betomall/images/icons/flags/cyprus.svg)
}

.czech-republic {
    background-image: url(../assets//themes/betomall/images/icons/flags/czech-republic.svg)
}

.democratic-republic-of-congo {
    background-image: url(../assets//themes/betomall/images/icons/flags/democratic-republic-of-congo.svg)
}

.denmark,.denmark-amateur {
    background-image: url(../assets//themes/betomall/images/icons/flags/denmark.svg)
}

.djibouti {
    background-image: url(../assets//themes/betomall/images/icons/flags/djibouti.svg)
}

.dominica {
    background-image: url(../assets//themes/betomall/images/icons/flags/dominica.svg)
}

.dominican-republic {
    background-image: url(../assets//themes/betomall/images/icons/flags/dominican-republic.svg)
}

.ecuador {
    background-image: url(../assets//themes/betomall/images/icons/flags/ecuador.svg)
}

.egypt {
    background-image: url(../assets//themes/betomall/images/icons/flags/egypt.svg)
}

.el-salvador {
    background-image: url(../assets//themes/betomall/images/icons/flags/el-salvador.svg)
}

.england, .england-amateur {
    background-image: url(../assets//themes/betomall/images/icons/flags/england.svg)
}

.equatorial-guinea {
    background-image: url(../assets//themes/betomall/images/icons/flags/equatorial-guinea.svg)
}

.eritrea {
    background-image: url(../assets//themes/betomall/images/icons/flags/eritrea.svg)
}

.estonia {
    background-image: url(../assets//themes/betomall/images/icons/flags/estonia.svg)
}

.ethiopia {
    background-image: url(../assets//themes/betomall/images/icons/flags/ethiopia.svg)
}

.european-union {
    background-image: url(../assets//themes/betomall/images/icons/flags/european-union.svg)
}
.euro, .euro-cup, .international.euro-cup, .nav-feature-icon.international.tourn_eura,
.nav-feature-icon.international.tourn_eurb, .nav-feature-icon.international.tourn_eurc,
.nav-feature-icon.international.tourn_eurd, .nav-feature-icon.international.tourn_eure,
.nav-feature-icon.international.tourn_eurf,
.match-league-EURA .events-category-flag, .match-league-EURB .events-category-flag, .match-league-EURC .events-category-flag, .match-league-EURD .events-category-flag, .match-league-EURE .events-category-flag, .match-league-EURF .events-category-flag {
    background-image: url(/v1.179/r/images/site/flags/Euro_Flag.svg)
}

.faroe-islands {
    background-image: url(../assets//themes/betomall/images/icons/flags/faroe-islands.svg)
}

.fiji {
    background-image: url(../assets//themes/betomall/images/icons/flags/fiji.svg)
}

.finland,.finland-amateur {
    background-image: url(../assets//themes/betomall/images/icons/flags/finland.svg)
}

.france {
    background-image: url(../assets//themes/betomall/images/icons/flags/france.svg)
}

.gabon {
    background-image: url(../assets//themes/betomall/images/icons/flags/gabon.svg)
}

.gambia {
    background-image: url(../assets//themes/betomall/images/icons/flags/gambia.svg)
}

.georgia {
    background-image: url(../assets//themes/betomall/images/icons/flags/georgia.svg)
}

.germany, .germany-amateur {
    background-image: url(../assets//themes/betomall/images/icons/flags/germany.svg)
}

.ghana {
    background-image: url(../assets//themes/betomall/images/icons/flags/ghana.svg)
}

.gibraltar {
    background-image: url(../assets//themes/betomall/images/icons/flags/gibraltar.svg)
}

.greece {
    background-image: url(../assets//themes/betomall/images/icons/flags/greece.svg)
}

.greenland {
    background-image: url(../assets//themes/betomall/images/icons/flags/greenland.svg)
}

.grenada {
    background-image: url(../assets//themes/betomall/images/icons/flags/grenada.svg)
}

.guatemala {
    background-image: url(../assets//themes/betomall/images/icons/flags/guatemala.svg)
}

.guinea {
    background-image: url(../assets//themes/betomall/images/icons/flags/guinea.svg)
}

.guinea-bissau {
    background-image: url(../assets//themes/betomall/images/icons/flags/guinea-bissau.svg)
}

.guyana {
    background-image: url(../assets//themes/betomall/images/icons/flags/guyana.svg)
}

.haiti {
    background-image: url(../assets//themes/betomall/images/icons/flags/haiti.svg)
}

.honduras {
    background-image: url(../assets//themes/betomall/images/icons/flags/honduras.svg)
}

.hong-kong {
    background-image: url(../assets//themes/betomall/images/icons/flags/hong-kong.svg)
}

.hungary {
    background-image: url(../assets//themes/betomall/images/icons/flags/hungary.svg)
}

.iceland {
    background-image: url(../assets//themes/betomall/images/icons/flags/iceland.svg)
}

.india {
    background-image: url(../assets//themes/betomall/images/icons/flags/india.svg)
}

.indonesia {
    background-image: url(../assets//themes/betomall/images/icons/flags/indonesia.svg)
}

.international, .international-clubs, .international-youth, .tennis.other, .electronic-leagues,.rugby-union {
    background-image: url(../r/images/site/flags/international-alt.svg)
}
.international.world-cup-2026 {
    background-image: url(/v1.0065/r/images/site/flags/wc26_flag_c.svg);
    box-shadow: unset!important;
}
.iran {
    background-image: url(../assets//themes/betomall/images/icons/flags/iran.svg)
}

.iraq {
    background-image: url(../assets//themes/betomall/images/icons/flags/iraq.svg)
}

.ireland {
    background-image: url(../assets//themes/betomall/images/icons/flags/ireland.svg)
}

.israel {
    background-image: url(../assets//themes/betomall/images/icons/flags/israel.svg)
}

.italy {
    background-image: url(../assets//themes/betomall/images/icons/flags/italy.svg)
}

.ivory-coast {
    background-image: url(../assets//themes/betomall/images/icons/flags/ivory-coast.svg)
}

.jamaica {
    background-image: url(../assets//themes/betomall/images/icons/flags/jamaica.svg)
}

.japan {
    background-image: url(../assets//themes/betomall/images/icons/flags/japan.svg)
}

.jordan {
    background-image: url(../assets//themes/betomall/images/icons/flags/jordan.svg)
}

.kazakhstan {
    background-image: url(../assets//themes/betomall/images/icons/flags/kazakhstan.svg)
}

.kenya {
    background-image: url(../assets//themes/betomall/images/icons/flags/kenya.svg)
}

.kiribati {
    background-image: url(../assets//themes/betomall/images/icons/flags/kiribati.svg)
}

.kosovo {
    background-image: url(../assets//themes/betomall/images/icons/flags/kosovo.svg)
}

.kuwait {
    background-image: url(../assets//themes/betomall/images/icons/flags/kuwait.svg)
}

.kyrgyzstan {
    background-image: url(../assets//themes/betomall/images/icons/flags/kyrgyzstan.svg)
}

.laos {
    background-image: url(../assets//themes/betomall/images/icons/flags/laos.svg)
}

.latvia {
    background-image: url(../assets//themes/betomall/images/icons/flags/latvia.svg)
}

.lebanon {
    background-image: url(../assets//themes/betomall/images/icons/flags/lebanon.svg)
}

.lesotho {
    background-image: url(../assets//themes/betomall/images/icons/flags/lesotho.svg)
}

.liberia {
    background-image: url(../assets//themes/betomall/images/icons/flags/liberia.svg)
}

.liechtenstein {
    background-image: url(../assets//themes/betomall/images/icons/flags/liechtenstein.svg)
}

.lithuania {
    background-image: url(../assets//themes/betomall/images/icons/flags/lithuania.svg)
}

.luxembourg, .luxemburg {
    background-image: url(../assets//themes/betomall/images/icons/flags/luxemburg.svg)
}

.lybia {
    background-image: url(../assets//themes/betomall/images/icons/flags/lybia.svg)
}

.macau {
    background-image: url(../assets//themes/betomall/images/icons/flags/macau.svg)
}

.macedonia {
    background-image: url(../assets//themes/betomall/images/icons/flags/macedonia.svg)
}

.madagascar {
    background-image: url(../assets//themes/betomall/images/icons/flags/madagascar.svg)
}

.malawi {
    background-image: url(../assets//themes/betomall/images/icons/flags/malawi.svg)
}

.malaysia {
    background-image: url(../assets//themes/betomall/images/icons/flags/malaysia.svg)
}

.maldives {
    background-image: url(../assets//themes/betomall/images/icons/flags/maldives.svg)
}

.mali {
    background-image: url(../assets//themes/betomall/images/icons/flags/mali.svg)
}

.malta {
    background-image: url(../assets//themes/betomall/images/icons/flags/malta.svg)
}

.marshall-islands {
    background-image: url(../assets//themes/betomall/images/icons/flags/marshall-islands.svg)
}

.mauritania {
    background-image: url(../assets//themes/betomall/images/icons/flags/mauritania.svg)
}

.mauritius {
    background-image: url(../assets//themes/betomall/images/icons/flags/mauritius.svg)
}

.mexico {
    background-image: url(../assets//themes/betomall/images/icons/flags/mexico.svg)
}

.micronesia {
    background-image: url(../assets//themes/betomall/images/icons/flags/micronesia.svg)
}

.moldova {
    background-image: url(../assets//themes/betomall/images/icons/flags/moldova.svg)
}

.monaco {
    background-image: url(../assets//themes/betomall/images/icons/flags/monaco.svg)
}

.mongolia {
    background-image: url(../assets//themes/betomall/images/icons/flags/mongolia.svg)
}

.montenegro {
    background-image: url(../assets//themes/betomall/images/icons/flags/montenegro.svg)
}

.morocco {
    background-image: url(../assets//themes/betomall/images/icons/flags/morocco.svg)
}

.mozambique {
    background-image: url(../assets//themes/betomall/images/icons/flags/mozambique.svg)
}

.myanmar {
    background-image: url(../assets//themes/betomall/images/icons/flags/myanmar.svg)
}

.namibia {
    background-image: url(../assets//themes/betomall/images/icons/flags/namibia.svg)
}

.nauru {
    background-image: url(../assets//themes/betomall/images/icons/flags/nauru.svg)
}

.nepal {
    background-image: url(../assets//themes/betomall/images/icons/flags/nepal.svg);
    background-color: white;
}

.netherlands {
    background-image: url(../assets//themes/betomall/images/icons/flags/netherlands.svg)
}

.new-zealand {
    background-image: url(../assets//themes/betomall/images/icons/flags/new-zealand.svg)
}

.nicaragua {
    background-image: url(../assets//themes/betomall/images/icons/flags/nicaragua.svg)
}

.niger {
    background-image: url(../assets//themes/betomall/images/icons/flags/niger.svg)
}

.nigeria {
    background-image: url(../assets//themes/betomall/images/icons/flags/nigeria.svg)
}

.northern-ireland {
    background-image: url(../assets//themes/betomall/images/icons/flags/northern-ireland.svg)
}

.north-korea {
    background-image: url(../assets//themes/betomall/images/icons/flags/north-korea.svg)
}

.norway,.norway-amateur {
    background-image: url(../assets//themes/betomall/images/icons/flags/norway.svg)
}
:not(.item-info-wrapper).olympic-games, .tourn-OG {
    background-image: url(/v1.179/r/images/site/flags/Olympics_Flag.webp)
}
.oman {
    background-image: url(../assets//themes/betomall/images/icons/flags/oman.svg)
}

.pakistan {
    background-image: url(../assets//themes/betomall/images/icons/flags/pakistan.svg)
}

.palestine {
    background-image: url(../assets//themes/betomall/images/icons/flags/palestine.svg)
}

.palua {
    background-image: url(../assets//themes/betomall/images/icons/flags/palua.svg)
}

.panama {
    background-image: url(../assets//themes/betomall/images/icons/flags/panama.svg)
}

.papua-new-guinea {
    background-image: url(../assets//themes/betomall/images/icons/flags/papua-new-guinea.svg)
}

.paraguay {
    background-image: url(../assets//themes/betomall/images/icons/flags/paraguay.svg)
}

.peru {
    background-image: url(../assets//themes/betomall/images/icons/flags/peru.svg)
}

.philippines {
    background-image: url(../assets//themes/betomall/images/icons/flags/philippines.svg)
}

.poland {
    background-image: url(../assets//themes/betomall/images/icons/flags/poland.svg)
}

.portugal {
    background-image: url(../assets//themes/betomall/images/icons/flags/portugal.svg)
}

.puerto-rico {
    background-image: url(../assets//themes/betomall/images/icons/flags/puerto-rico.svg)
}

.qatar {
    background-image: url(../assets//themes/betomall/images/icons/flags/qatar.svg)
}

.republic-of-congo {
    background-image: url(../assets//themes/betomall/images/icons/flags/republic-of-congo.svg)
}

.romania {
    background-image: url(../assets//themes/betomall/images/icons/flags/romania.svg)
}

.russia {
    background-image: url(../assets//themes/betomall/images/icons/flags/russia.svg)
}

.rwanda {
    background-image: url(../assets//themes/betomall/images/icons/flags/rwanda.svg)
}

.saint-kitts-and-nevis {
    background-image: url(../assets//themes/betomall/images/icons/flags/saint-kitts-and-nevis.svg)
}

.saint-lucia {
    background-image: url(../assets//themes/betomall/images/icons/flags/saint-lucia.svg)
}

.saint-vincent-and-the-grenadines {
    background-image: url(../assets//themes/betomall/images/icons/flags/saint-vincent-and-the-grenadines.svg)
}

.samoa {
    background-image: url(../assets//themes/betomall/images/icons/flags/samoa.svg)
}

.san-marino {
    background-image: url(../assets//themes/betomall/images/icons/flags/san-marino.svg)
}

.sao-tome-and-principe {
    background-image: url(../assets//themes/betomall/images/icons/flags/sao-tome-and-principe.svg)
}

.saudi-arabia {
    background-image: url(../assets//themes/betomall/images/icons/flags/saudi-arabia.svg)
}

.scotland {
    background-image: url(../assets//themes/betomall/images/icons/flags/scotland.svg)
}

.senegal {
    background-image: url(../assets//themes/betomall/images/icons/flags/senegal.svg)
}

.serbia {
    background-image: url(../assets//themes/betomall/images/icons/flags/serbia.svg)
}

.seychelles {
    background-image: url(../assets//themes/betomall/images/icons/flags/seychelles.svg)
}

.sierra-leone {
    background-image: url(../assets//themes/betomall/images/icons/flags/sierra-leone.svg)
}

.singapore {
    background-image: url(../assets//themes/betomall/images/icons/flags/singapore.svg)
}

.slovakia {
    background-image: url(../assets//themes/betomall/images/icons/flags/slovakia.svg)
}

.slovenia {
    background-image: url(../assets//themes/betomall/images/icons/flags/slovenia.svg)
}

.solomon-islands {
    background-image: url(../assets//themes/betomall/images/icons/flags/solomon-islands.svg)
}

.somalia {
    background-image: url(../assets//themes/betomall/images/icons/flags/somalia.svg)
}

.south-africa {
    background-image: url(../assets//themes/betomall/images/icons/flags/south-africa.svg)
}

.republic-of-korea, .south-korea {
    background-image: url(../assets//themes/betomall/images/icons/flags/south-korea.svg)
}

.spain, .spain-amateur {
    background-image: url(../assets//themes/betomall/images/icons/flags/spain.svg)
}

.sri-lanka {
    background-image: url(../assets//themes/betomall/images/icons/flags/sri-lanka.svg)
}

.sudan {
    background-image: url(../assets//themes/betomall/images/icons/flags/sudan.svg)
}

.suriname {
    background-image: url(../assets//themes/betomall/images/icons/flags/suriname.svg)
}

.swaziland {
    background-image: url(../assets//themes/betomall/images/icons/flags/swaziland.svg)
}

.sweden,.sweden-amateur {
    background-image: url(../assets//themes/betomall/images/icons/flags/sweden.svg)
}

.switzerland {
    background-image: url(../assets//themes/betomall/images/icons/flags/switzerland.svg)
}

.syria {
    background-image: url(../assets//themes/betomall/images/icons/flags/syria.svg)
}

.taiwan, .chinese-taipei {
    background-image: url(../assets//themes/betomall/images/icons/flags/taiwan.svg)
}

.tajikistan {
    background-image: url(../assets//themes/betomall/images/icons/flags/tajikistan.svg)
}

.tanzania, .united-republic-of-tanzania {
    background-image: url(../assets//themes/betomall/images/icons/flags/tanzania.svg)
}

.thailand {
    background-image: url(../assets//themes/betomall/images/icons/flags/thailand.svg)
}

.timor-leste {
    background-image: url(../assets//themes/betomall/images/icons/flags/timor-leste.svg)
}

.togo {
    background-image: url(../assets//themes/betomall/images/icons/flags/togo.svg)
}

.tonga {
    background-image: url(../assets//themes/betomall/images/icons/flags/tonga.svg)
}

.trinidad-and-tobago {
    background-image: url(../assets//themes/betomall/images/icons/flags/trinidad-and-tobago.svg)
}

.tunisia {
    background-image: url(../assets//themes/betomall/images/icons/flags/tunisia.svg)
}

.turkey,.turkey-amateur {
    background-image: url(../assets//themes/betomall/images/icons/flags/turkey.svg)
}

.turkmenistan {
    background-image: url(../assets//themes/betomall/images/icons/flags/turkmenistan.svg)
}

.tuvalu {
    background-image: url(../assets//themes/betomall/images/icons/flags/tuvalu.svg)
}

.uganda {
    background-image: url(../assets//themes/betomall/images/icons/flags/uganda.svg)
}

.ukraine {
    background-image: url(../assets//themes/betomall/images/icons/flags/ukraine.svg)
}

.united-arab-emirates {
    background-image: url(../assets//themes/betomall/images/icons/flags/united-arab-emirates.svg)
}

.united-kingdom, .great-britain, .uk {
    background-image: url(../assets//themes/betomall/images/icons/flags/united-kingdom.svg)
}

.united-states-of-america, .usa {
    background-image: url(../assets//themes/betomall/images/icons/flags/united-states-of-america.svg)
}

.uruguay {
    background-image: url(../assets//themes/betomall/images/icons/flags/uruguay.svg)
}

.uzbekistan {
    background-image: url(../assets//themes/betomall/images/icons/flags/uzbekistan.svg)
}

.vanatu {
    background-image: url(../assets//themes/betomall/images/icons/flags/vanatu.svg)
}

.vatican-city {
    background-image: url(../assets//themes/betomall/images/icons/flags/vatican-city.svg)
}

.venezuela {
    background-image: url(../assets//themes/betomall/images/icons/flags/venezuela.svg)
}

.vietnam {
    background-image: url(../assets//themes/betomall/images/icons/flags/vietnam.svg)
}

.wales {
    background-image: url(../assets//themes/betomall/images/icons/flags/wales.svg)
}

.western-sahara {
    background-image: url(../assets//themes/betomall/images/icons/flags/western-sahara.svg)
}

.yemen {
    background-image: url(../assets//themes/betomall/images/icons/flags/yemen.svg)
}

.zambia {
    background-image: url(../assets//themes/betomall/images/icons/flags/zambia.svg)
}

.zimbabwe {
    background-image: url(../assets//themes/betomall/images/icons/flags/zimbabwe.svg)
}
.tourn-OG .international,
.match-league-OG .international,
.match-league-OGW .international,
.content.olympics2024 .events-category-flag.international,
.content.olympics2024 .default-flag.international{
    background-image: url('/v1.179/r/images/site/flags/Olympics_Flag.webp')
}