@charset "UTF-8";

/**
Copyright 2024
**/

.home-section-title {
    padding: 3rem 25%;
}

.middle-title::after, .middle-title::before {
    background: rgba(60,60,60,.8);
    content: "";
    height: 1px;
    width: 100px;
}

.middle-title::before {
    margin-right: 20px;
}

.middle-title::after {
    margin-left: 20px;
}

table.table.dataTable>:not(caption)>*>* {
    /* background-color: var(--bs-table-bg); */
    background-color: unset !important;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: right !important;
}

table.dataTable tbody td {
    text-align: right !important;
}

table.dataTable tbody td.dt-empty {
    text-align: center !important;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: #1b1b1b;
    /* background-color: #ffce54; */
    background: linear-gradient(135deg,  rgba(246,230,180,1) 0%,rgba(255,206,84,1) 100%);
    border-color: #ffce54;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.wrap-games {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    display: block;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.wrap-games ul > li > a > label {
    font-size: .8vw;
    color: #ffce54;
    text-align: center;
    font-weight: normal;
    background-color: #000;
}

/*
* Home Category
*/

.home-category::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url('../../assets/img/home_mascot/1.webp') no-repeat center center;
    background-size: contain;
}

/*
* End Home Category
*/

/*
* Main Menu
*/

.menu-category {
    letter-spacing: .36px !important;
    /* font-size: 18px; */
    /* width: 100%; */
}

ul.menu-category > li {
    position: relative;
    height: 50px;
    max-height: 50px;
    display: flex;
    align-items: center;
}

.menu-category > li > a {
    color: rgb(57, 38, 14);
    text-decoration: none;
    cursor: pointer;
    overflow: visible;
    position: relative;
    font-weight: normal;
    margin: 0 auto;
    padding: 15px 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.menu-category > li > a:hover,
.menu-category > li > a.active {
    color: #de561f !important;
    font-weight: normal;
}

ul.menu-category > li > menu {
    display: none;
    /* min-height: 120px; */
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 10;
    background-color: #353535;
    width: 100%;
    /* min-width: 410px; */
}

ul.menu-category > li > menu.active {
    display: block;
}

ul.menu-category > li > menu > nav > a {
    min-width: 180px;
    color: #595959;
}

ul.menu-category > li > menu > nav > a:hover {
    color: #017BFF;
}

ul.menu-category > li > i {
    transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
}

ul.menu-category > li > menu > nav > a:hover {
    /* background-color: rgba(255,255,255,.6); */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,.4) 100%);
}

ul.menu-category > li > menu > nav > a > figure {
    display: block;
    width: 128px;
    height: 128px;
    background: url('../../assets/img/logo/apple-touch-icon.png') no-repeat center center;
    background-size: contain;
    /* margin: 0 auto 1rem auto; */
    margin: 0 auto;
}

ul.menu-category > li.menu-cricket > menu > nav > a > figure.LUCKYSPORT {
    background: url('../../assets/img/logo/apple-touch-icon.png') no-repeat center center;
    background-size: contain;
}

.menu-category .profile-dropdown.dropdown-toggle::after {
    display: none !important;
}

/*
* End Main Menu
*/

/*
* Main Menu - Scroll
*/

.mobile-menu-game {
    /* display: block; */
    /* width: 100%; */
    overflow-y: hidden;
    overflow-x: scroll;
    /* padding: 1rem 0; */
    font-size: 10px;
    font-weight: bold;
}

.mobile-menu-game > ul > li > a {
    color: #FFF;
    /* box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12); */
    margin: 0 .5rem 0 0;
    text-transform: capitalize;
    text-align: center;
    padding: .5rem .6rem;
    border-radius: .3rem;
    min-width: 100px;
    background: rgba(255, 255, 255, 0.13);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}

.mobile-menu-game > ul > li > a:active, .mobile-menu-game > ul > li > a:active:focus,
.mobile-menu-game > ul > li > a.active {
    color: #000 !important;
    background-color: #ffce54;
}

.menuVendors .list-item > input:checked~label {
    /* background-color: #ffce54; */
    background: linear-gradient(135deg,  rgba(60,60,60,0.35) 0%,rgba(255,206,84,0.63) 100%);
}

.menuVendors .list-item > label {
    color: #FFF;
    cursor: pointer;
    padding: .75rem .8rem;
    border-bottom: 1px solid rgba(244,245,253,0.1);
}

/*
* End Main Menu - Scroll
*/

/*
* Home Category
*/

.home-category > a, #home-cate-vendors > nav > a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 75px;
    margin-bottom: 1rem;
}

.home-category > a[data-bs-target="#nav-slot"] {
    background: url('../../assets/img/home_category/slot.webp') no-repeat center center;
    background-size: 100%;
}

.home-category > a[data-bs-target="#nav-casino"] {
    background: url('../../assets/img/home_category/live-casino.webp') no-repeat center center;
    background-size: 100%;
}

.home-category > a[data-bs-target="#nav-keno"] {
    background: url('../../assets/img/home_category/keno.webp') no-repeat center center;
    background-size: 100%;
}

.home-category > a[data-bs-target="#nav-fish"] {
    background: url('../../assets/img/home_category/fishing.webp') no-repeat center center;
    background-size: 100%;
}

.home-category > a[data-bs-target="#nav-sport"] {
    background: url('../../assets/img/home_category/sport.webp') no-repeat center center;
    background-size: 100%;
}

#home-cate-vendors > #nav-slot > a.PG {
    background: url('../../assets/img/game_provider/home/PG.webp') no-repeat center center;
    background-size: 100%;
}

#home-cate-vendors > #nav-slot > a.CQ9 {
    background: url('../../assets/img/game_provider/home/CQ9.webp') no-repeat center center;
    background-size: 100%;
}

#home-cate-vendors > #nav-slot > a.MGP {
    background: url('../../assets/img/game_provider/home/MGP.webp') no-repeat center center;
    background-size: 100%;
}

#home-cate-vendors > #nav-slot > a.JDB {
    background: url('../../assets/img/game_provider/home/JDB.webp') no-repeat center center;
    background-size: 100%;
}

#home-cate-vendors > #nav-slot > a.AG {
    background: url('../../assets/img/game_provider/home/AG.webp') no-repeat center center;
    background-size: 100%;
}

/*
* End Home Category
*/

/*
* Side Nav
*/

.sideNav-profile > label {
    padding: 1rem 1.25rem;
}

.sideNav-profile > a {
    color: #1b1b1b;
    background: #FFF;
    padding: 1rem 1.25rem;
}

.sideNav-profile > a.active {
    color: #1b1b1b;
    background: #ffce54;
    border-color: #ffce54;
}

/*
* End Side Nav
*/

/*
* Authentication
*/

.modal-authMember nav[role="tablist"] > .nav-link {
    color: #FFF;
    font-size: 1.3rem;
    font-weight: bold;
}

.modal-authMember nav[role="tablist"] > .nav-link.active {
    color: #ffce54;
}

.modal-authMember .form-control,
.modal-authMember .form-control:focus {
    box-shadow: unset;
    border-color: #FFF;
    font-size: 14px;
}

/*
* Authentication
*/

/*
* Accordian
*/

.accordion-button:not(.collapsed) {
    color: #1b1b1b;
    background-color: #ffce54;
    box-shadow: inset 0 calc(-1 * 1px) 0 #dee2e6;
}

.accordion-button:focus {
    box-shadow: none;
}

/*
* End Accordian
*/

/*
* Tabs
*/

.nav-tabs .nav-link {
    color: #1b1b1b !important;
    border-width: 0 0 2px 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent !important;
    border-color: #000 !important;
}

/*
* End Tabs
*/

/*
* Bank Card
*/

.user-bank-card {
    min-height: 200px;
}

.user-bank-card, .user-bank-card:hover, .user-bank-card:active, .user-bank-card:active:focus {
    color: #FFF;
    padding: 1rem 1rem;
    background: url('../../assets/img/bank_card.svg') no-repeat top left;
    background-size: 100%;
}

.user-bank-card > label {
    font-size: .9vw;
    /* padding: .5rem 0 4rem 3rem; */
}

.user-bank-card > b {
    font-size: 1vw;
    font-weight: 400;
    /* padding: 0 0 .5rem 1rem; */
}

.user-bank-card > span {
    font-size: .9vw;
    font-weight: 400;
    padding: 0 0 0 1rem;
}

/*
* End Bank Card
*/

/*
* Payment Gateway
*/

.btn-radio-custom {
    width: 100%;
    font-size: .75vw !important;
    background-color: transparent;
    border: 2px solid #DEDEDE;
    padding: .5rem;
    text-align: center;
}

.btn-radio-custom:hover {
    border-color: #1b1b1b !important;
}

.btn-check:checked+.btn.btn-radio-custom {
    border-color: #ffce54 !important;
}

.btn-check:checked+.btn.btn-radio-custom::after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 3%;
    right: 3%;
    z-index: 1;
    background: url('../../assets/img/icons/check.svg') no-repeat center center;
    background-size: contain;
}

.btn-radio-custom .coin {
    width: 30px;
    height: 25px;
}

.btn-radio-custom .coin.BSC {
    background: url('../../assets/img/pay_gateway/crypto/BSC.svg') no-repeat center center;
    background-size: contain;
}

.btn-radio-custom .coin.TRON {
    background: url('../../assets/img/pay_gateway/crypto/TRON.svg') no-repeat center center;
    background-size: contain;
}

.btn-radio-custom .coin.POLYGON {
    background: url('../../assets/img/pay_gateway/crypto/POLYGON.svg') no-repeat center center;
    background-size: contain;
}

.btn-radio-custom .coin.BNBSMARTCHAIN {
    background: url('../../assets/img/pay_gateway/crypto/BNBSMARTCHAIN.svg') no-repeat center center;
    background-size: contain;
}

.btn-radio-custom .coin.ETHEREUM {
    background: url('../../assets/img/pay_gateway/crypto/ETHEREUM.svg') no-repeat center center;
    background-size: contain;
}

/*
* End Payment Gateway
*/

/*
* Side Menu - Game Provider
*/

.menuVendors {
    max-height: 50vw;
    height: 60%;
    overflow-y: scroll;
}

/*
* End Side Menu - Game Provider
*/

/*
* Daily Check-In
*/

.daily-checkin .check-in-item > li > a {
    text-decoration: none;
    color: #EC673C;
}

.daily-checkin .check-in-item > li > a > i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('../../assets/img/check_in/checkItem_1.png') no-repeat center center;
    background-size: contain;
}

.daily-checkin .check-in-item > li > a.on-progress {
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,253,1) 1%,rgba(255,206,84,0.3) 100%);
}

/*
* End Daily Check-In
*/

/*
* Reg.Free Chip
*/

.btn-float-regfreechip {
    display: inline-block;
	width: 150px;
	height: 150px;
	z-index: 1361;
	touch-action: auto;
    position: absolute;
}

/*
* End Reg.Free Chip
*/

/*
* Country
*/

.flag {
    display: inline-block;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url('../../assets/img/flags/flags.png');
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .flag {
        background-image: url('../../assets/img/flags/flags@2x.png');
    }
}

.flag.np {
    background-color: transparent;
}

.flag {
    width: 20px;
}

.flag.be {
    width: 18px;
}

.flag.ch {
    width: 15px;
}

.flag.mc {
    width: 19px;
}

.flag.ne {
    width: 18px;
}

.flag.np {
    width: 13px;
}

.flag.va {
    width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .flag {
        background-size: 5652px 15px;
    }
}

.flag.ac {
    height: 10px;
    background-position: 0 0;
}

.flag.ad {
    height: 14px;
    background-position: -22px 0;
}

.flag.ae {
    height: 10px;
    background-position: -44px 0;
}

.flag.af {
    height: 14px;
    background-position: -66px 0;
}

.flag.ag {
    height: 14px;
    background-position: -88px 0;
}

.flag.ai {
    height: 10px;
    background-position: -110px 0;
}

.flag.al {
    height: 15px;
    background-position: -132px 0;
}

.flag.am {
    height: 10px;
    background-position: -154px 0;
}

.flag.ao {
    height: 14px;
    background-position: -176px 0;
}

.flag.aq {
    height: 14px;
    background-position: -198px 0;
}

.flag.ar {
    height: 13px;
    background-position: -220px 0;
}

.flag.as {
    height: 10px;
    background-position: -242px 0;
}

.flag.at {
    height: 14px;
    background-position: -264px 0;
}

.flag.au {
    height: 10px;
    background-position: -286px 0;
}

.flag.aw {
    height: 14px;
    background-position: -308px 0;
}

.flag.ax {
    height: 13px;
    background-position: -330px 0;
}

.flag.az {
    height: 10px;
    background-position: -352px 0;
}

.flag.ba {
    height: 10px;
    background-position: -374px 0;
}

.flag.bb {
    height: 14px;
    background-position: -396px 0;
}

.flag.bd {
    height: 12px;
    background-position: -418px 0;
}

.flag.be {
    height: 15px;
    background-position: -440px 0;
}

.flag.bf {
    height: 14px;
    background-position: -460px 0;
}

.flag.bg {
    height: 12px;
    background-position: -482px 0;
}

.flag.bh {
    height: 12px;
    background-position: -504px 0;
}

.flag.bi {
    height: 12px;
    background-position: -526px 0;
}

.flag.bj {
    height: 14px;
    background-position: -548px 0;
}

.flag.bl {
    height: 14px;
    background-position: -570px 0;
}

.flag.bm {
    height: 10px;
    background-position: -592px 0;
}

.flag.bn {
    height: 10px;
    background-position: -614px 0;
}

.flag.bo {
    height: 14px;
    background-position: -636px 0;
}

.flag.bq {
    height: 14px;
    background-position: -658px 0;
}

.flag.br {
    height: 14px;
    background-position: -680px 0;
}

.flag.bs {
    height: 10px;
    background-position: -702px 0;
}

.flag.bt {
    height: 14px;
    background-position: -724px 0;
}

.flag.bv {
    height: 15px;
    background-position: -746px 0;
}

.flag.bw {
    height: 14px;
    background-position: -768px 0;
}

.flag.by {
    height: 10px;
    background-position: -790px 0;
}

.flag.bz {
    height: 14px;
    background-position: -812px 0;
}

.flag.ca {
    height: 10px;
    background-position: -834px 0;
}

.flag.cc {
    height: 10px;
    background-position: -856px 0;
}

.flag.cd {
    height: 15px;
    background-position: -878px 0;
}

.flag.cf {
    height: 14px;
    background-position: -900px 0;
}

.flag.cg {
    height: 14px;
    background-position: -922px 0;
}

.flag.ch {
    height: 15px;
    background-position: -944px 0;
}

.flag.ci {
    height: 14px;
    background-position: -961px 0;
}

.flag.ck {
    height: 10px;
    background-position: -983px 0;
}

.flag.cl {
    height: 14px;
    background-position: -1005px 0;
}

.flag.cm {
    height: 14px;
    background-position: -1027px 0;
}

.flag.cn {
    height: 14px;
    background-position: -1049px 0;
}

.flag.co {
    height: 14px;
    background-position: -1071px 0;
}

.flag.cp {
    height: 14px;
    background-position: -1093px 0;
}

.flag.cr {
    height: 12px;
    background-position: -1115px 0;
}

.flag.cu {
    height: 10px;
    background-position: -1137px 0;
}

.flag.cv {
    height: 12px;
    background-position: -1159px 0;
}

.flag.cw {
    height: 14px;
    background-position: -1181px 0;
}

.flag.cx {
    height: 10px;
    background-position: -1203px 0;
}

.flag.cy {
    height: 14px;
    background-position: -1225px 0;
}

.flag.cz {
    height: 14px;
    background-position: -1247px 0;
}

.flag.de {
    height: 12px;
    background-position: -1269px 0;
}

.flag.dg {
    height: 10px;
    background-position: -1291px 0;
}

.flag.dj {
    height: 14px;
    background-position: -1313px 0;
}

.flag.dk {
    height: 15px;
    background-position: -1335px 0;
}

.flag.dm {
    height: 10px;
    background-position: -1357px 0;
}

.flag.do {
    height: 14px;
    background-position: -1379px 0;
}

.flag.dz {
    height: 14px;
    background-position: -1401px 0;
}

.flag.ea {
    height: 14px;
    background-position: -1423px 0;
}

.flag.ec {
    height: 14px;
    background-position: -1445px 0;
}

.flag.ee {
    height: 13px;
    background-position: -1467px 0;
}

.flag.eg {
    height: 14px;
    background-position: -1489px 0;
}

.flag.eh {
    height: 10px;
    background-position: -1511px 0;
}

.flag.er {
    height: 10px;
    background-position: -1533px 0;
}

.flag.es {
    height: 14px;
    background-position: -1555px 0;
}

.flag.et {
    height: 10px;
    background-position: -1577px 0;
}

.flag.eu {
    height: 14px;
    background-position: -1599px 0;
}

.flag.fi {
    height: 12px;
    background-position: -1621px 0;
}

.flag.fj {
    height: 10px;
    background-position: -1643px 0;
}

.flag.fk {
    height: 10px;
    background-position: -1665px 0;
}

.flag.fm {
    height: 11px;
    background-position: -1687px 0;
}

.flag.fo {
    height: 15px;
    background-position: -1709px 0;
}

.flag.fr {
    height: 14px;
    background-position: -1731px 0;
}

.flag.ga {
    height: 15px;
    background-position: -1753px 0;
}

.flag.gb {
    height: 10px;
    background-position: -1775px 0;
}

.flag.gd {
    height: 12px;
    background-position: -1797px 0;
}

.flag.ge {
    height: 14px;
    background-position: -1819px 0;
}

.flag.gf {
    height: 14px;
    background-position: -1841px 0;
}

.flag.gg {
    height: 14px;
    background-position: -1863px 0;
}

.flag.gh {
    height: 14px;
    background-position: -1885px 0;
}

.flag.gi {
    height: 10px;
    background-position: -1907px 0;
}

.flag.gl {
    height: 14px;
    background-position: -1929px 0;
}

.flag.gm {
    height: 14px;
    background-position: -1951px 0;
}

.flag.gn {
    height: 14px;
    background-position: -1973px 0;
}

.flag.gp {
    height: 14px;
    background-position: -1995px 0;
}

.flag.gq {
    height: 14px;
    background-position: -2017px 0;
}

.flag.gr {
    height: 14px;
    background-position: -2039px 0;
}

.flag.gs {
    height: 10px;
    background-position: -2061px 0;
}

.flag.gt {
    height: 13px;
    background-position: -2083px 0;
}

.flag.gu {
    height: 11px;
    background-position: -2105px 0;
}

.flag.gw {
    height: 10px;
    background-position: -2127px 0;
}

.flag.gy {
    height: 12px;
    background-position: -2149px 0;
}

.flag.hk {
    height: 14px;
    background-position: -2171px 0;
}

.flag.hm {
    height: 10px;
    background-position: -2193px 0;
}

.flag.hn {
    height: 10px;
    background-position: -2215px 0;
}

.flag.hr {
    height: 10px;
    background-position: -2237px 0;
}

.flag.ht {
    height: 12px;
    background-position: -2259px 0;
}

.flag.hu {
    height: 10px;
    background-position: -2281px 0;
}

.flag.ic {
    height: 14px;
    background-position: -2303px 0;
}

.flag.id {
    height: 14px;
    background-position: -2325px 0;
}

.flag.ie {
    height: 10px;
    background-position: -2347px 0;
}

.flag.il {
    height: 15px;
    background-position: -2369px 0;
}

.flag.im {
    height: 10px;
    background-position: -2391px 0;
}

.flag.in {
    height: 14px;
    background-position: -2413px 0;
}

.flag.io {
    height: 10px;
    background-position: -2435px 0;
}

.flag.iq {
    height: 14px;
    background-position: -2457px 0;
}

.flag.ir {
    height: 12px;
    background-position: -2479px 0;
}

.flag.is {
    height: 15px;
    background-position: -2501px 0;
}

.flag.it {
    height: 14px;
    background-position: -2523px 0;
}

.flag.je {
    height: 12px;
    background-position: -2545px 0;
}

.flag.jm {
    height: 10px;
    background-position: -2567px 0;
}

.flag.jo {
    height: 10px;
    background-position: -2589px 0;
}

.flag.jp {
    height: 14px;
    background-position: -2611px 0;
}

.flag.ke {
    height: 14px;
    background-position: -2633px 0;
}

.flag.kg {
    height: 12px;
    background-position: -2655px 0;
}

.flag.kh {
    height: 13px;
    background-position: -2677px 0;
}

.flag.ki {
    height: 10px;
    background-position: -2699px 0;
}

.flag.km {
    height: 12px;
    background-position: -2721px 0;
}

.flag.kn {
    height: 14px;
    background-position: -2743px 0;
}

.flag.kp {
    height: 10px;
    background-position: -2765px 0;
}

.flag.kr {
    height: 14px;
    background-position: -2787px 0;
}

.flag.kw {
    height: 10px;
    background-position: -2809px 0;
}

.flag.ky {
    height: 10px;
    background-position: -2831px 0;
}

.flag.kz {
    height: 10px;
    background-position: -2853px 0;
}

.flag.la {
    height: 14px;
    background-position: -2875px 0;
}

.flag.lb {
    height: 14px;
    background-position: -2897px 0;
}

.flag.lc {
    height: 10px;
    background-position: -2919px 0;
}

.flag.li {
    height: 12px;
    background-position: -2941px 0;
}

.flag.lk {
    height: 10px;
    background-position: -2963px 0;
}

.flag.lr {
    height: 11px;
    background-position: -2985px 0;
}

.flag.ls {
    height: 14px;
    background-position: -3007px 0;
}

.flag.lt {
    height: 12px;
    background-position: -3029px 0;
}

.flag.lu {
    height: 12px;
    background-position: -3051px 0;
}

.flag.lv {
    height: 10px;
    background-position: -3073px 0;
}

.flag.ly {
    height: 10px;
    background-position: -3095px 0;
}

.flag.ma {
    height: 14px;
    background-position: -3117px 0;
}

.flag.mc {
    height: 15px;
    background-position: -3139px 0;
}

.flag.md {
    height: 10px;
    background-position: -3160px 0;
}

.flag.me {
    height: 10px;
    background-position: -3182px 0;
}

.flag.mf {
    height: 14px;
    background-position: -3204px 0;
}

.flag.mg {
    height: 14px;
    background-position: -3226px 0;
}

.flag.mh {
    height: 11px;
    background-position: -3248px 0;
}

.flag.mk {
    height: 10px;
    background-position: -3270px 0;
}

.flag.ml {
    height: 14px;
    background-position: -3292px 0;
}

.flag.mm {
    height: 14px;
    background-position: -3314px 0;
}

.flag.mn {
    height: 10px;
    background-position: -3336px 0;
}

.flag.mo {
    height: 14px;
    background-position: -3358px 0;
}

.flag.mp {
    height: 10px;
    background-position: -3380px 0;
}

.flag.mq {
    height: 14px;
    background-position: -3402px 0;
}

.flag.mr {
    height: 14px;
    background-position: -3424px 0;
}

.flag.ms {
    height: 10px;
    background-position: -3446px 0;
}

.flag.mt {
    height: 14px;
    background-position: -3468px 0;
}

.flag.mu {
    height: 14px;
    background-position: -3490px 0;
}

.flag.mv {
    height: 14px;
    background-position: -3512px 0;
}

.flag.mw {
    height: 14px;
    background-position: -3534px 0;
}

.flag.mx {
    height: 12px;
    background-position: -3556px 0;
}

.flag.my {
    height: 10px;
    background-position: -3578px 0;
}

.flag.mz {
    height: 14px;
    background-position: -3600px 0;
}

.flag.na {
    height: 14px;
    background-position: -3622px 0;
}

.flag.nc {
    height: 10px;
    background-position: -3644px 0;
}

.flag.ne {
    height: 15px;
    background-position: -3666px 0;
}

.flag.nf {
    height: 10px;
    background-position: -3686px 0;
}

.flag.ng {
    height: 10px;
    background-position: -3708px 0;
}

.flag.ni {
    height: 12px;
    background-position: -3730px 0;
}

.flag.nl {
    height: 14px;
    background-position: -3752px 0;
}

.flag.no {
    height: 15px;
    background-position: -3774px 0;
}

.flag.np {
    height: 15px;
    background-position: -3796px 0;
}

.flag.nr {
    height: 10px;
    background-position: -3811px 0;
}

.flag.nu {
    height: 10px;
    background-position: -3833px 0;
}

.flag.nz {
    height: 10px;
    background-position: -3855px 0;
}

.flag.om {
    height: 10px;
    background-position: -3877px 0;
}

.flag.pa {
    height: 14px;
    background-position: -3899px 0;
}

.flag.pe {
    height: 14px;
    background-position: -3921px 0;
}

.flag.pf {
    height: 14px;
    background-position: -3943px 0;
}

.flag.pg {
    height: 15px;
    background-position: -3965px 0;
}

.flag.ph {
    height: 10px;
    background-position: -3987px 0;
}

.flag.pk {
    height: 14px;
    background-position: -4009px 0;
}

.flag.pl {
    height: 13px;
    background-position: -4031px 0;
}

.flag.pm {
    height: 14px;
    background-position: -4053px 0;
}

.flag.pn {
    height: 10px;
    background-position: -4075px 0;
}

.flag.pr {
    height: 14px;
    background-position: -4097px 0;
}

.flag.ps {
    height: 10px;
    background-position: -4119px 0;
}

.flag.pt {
    height: 14px;
    background-position: -4141px 0;
}

.flag.pw {
    height: 13px;
    background-position: -4163px 0;
}

.flag.py {
    height: 11px;
    background-position: -4185px 0;
}

.flag.qa {
    height: 8px;
    background-position: -4207px 0;
}

.flag.re {
    height: 14px;
    background-position: -4229px 0;
}

.flag.ro {
    height: 14px;
    background-position: -4251px 0;
}

.flag.rs {
    height: 14px;
    background-position: -4273px 0;
}

.flag.ru {
    height: 14px;
    background-position: -4295px 0;
}

.flag.rw {
    height: 14px;
    background-position: -4317px 0;
}

.flag.sa {
    height: 14px;
    background-position: -4339px 0;
}

.flag.sb {
    height: 10px;
    background-position: -4361px 0;
}

.flag.sc {
    height: 10px;
    background-position: -4383px 0;
}

.flag.sd {
    height: 10px;
    background-position: -4405px 0;
}

.flag.se {
    height: 13px;
    background-position: -4427px 0;
}

.flag.sg {
    height: 14px;
    background-position: -4449px 0;
}

.flag.sh {
    height: 10px;
    background-position: -4471px 0;
}

.flag.si {
    height: 10px;
    background-position: -4493px 0;
}

.flag.sj {
    height: 15px;
    background-position: -4515px 0;
}

.flag.sk {
    height: 14px;
    background-position: -4537px 0;
}

.flag.sl {
    height: 14px;
    background-position: -4559px 0;
}

.flag.sm {
    height: 15px;
    background-position: -4581px 0;
}

.flag.sn {
    height: 14px;
    background-position: -4603px 0;
}

.flag.so {
    height: 14px;
    background-position: -4625px 0;
}

.flag.sr {
    height: 14px;
    background-position: -4647px 0;
}

.flag.ss {
    height: 10px;
    background-position: -4669px 0;
}

.flag.st {
    height: 10px;
    background-position: -4691px 0;
}

.flag.sv {
    height: 12px;
    background-position: -4713px 0;
}

.flag.sx {
    height: 14px;
    background-position: -4735px 0;
}

.flag.sy {
    height: 14px;
    background-position: -4757px 0;
}

.flag.sz {
    height: 14px;
    background-position: -4779px 0;
}

.flag.ta {
    height: 10px;
    background-position: -4801px 0;
}

.flag.tc {
    height: 10px;
    background-position: -4823px 0;
}

.flag.td {
    height: 14px;
    background-position: -4845px 0;
}

.flag.tf {
    height: 14px;
    background-position: -4867px 0;
}

.flag.tg {
    height: 13px;
    background-position: -4889px 0;
}

.flag.th {
    height: 14px;
    background-position: -4911px 0;
}

.flag.tj {
    height: 10px;
    background-position: -4933px 0;
}

.flag.tk {
    height: 10px;
    background-position: -4955px 0;
}

.flag.tl {
    height: 10px;
    background-position: -4977px 0;
}

.flag.tm {
    height: 14px;
    background-position: -4999px 0;
}

.flag.tn {
    height: 14px;
    background-position: -5021px 0;
}

.flag.to {
    height: 10px;
    background-position: -5043px 0;
}

.flag.tr {
    height: 14px;
    background-position: -5065px 0;
}

.flag.tt {
    height: 12px;
    background-position: -5087px 0;
}

.flag.tv {
    height: 10px;
    background-position: -5109px 0;
}

.flag.tw {
    height: 14px;
    background-position: -5131px 0;
}

.flag.tz {
    height: 14px;
    background-position: -5153px 0;
}

.flag.ua {
    height: 14px;
    background-position: -5175px 0;
}

.flag.ug {
    height: 14px;
    background-position: -5197px 0;
}

.flag.um {
    height: 11px;
    background-position: -5219px 0;
}

.flag.un {
    height: 14px;
    background-position: -5241px 0;
}

.flag.us {
    height: 11px;
    background-position: -5263px 0;
}

.flag.uy {
    height: 14px;
    background-position: -5285px 0;
}

.flag.uz {
    height: 10px;
    background-position: -5307px 0;
}

.flag.va {
    height: 15px;
    background-position: -5329px 0;
}

.flag.vc {
    height: 14px;
    background-position: -5346px 0;
}

.flag.ve {
    height: 14px;
    background-position: -5368px 0;
}

.flag.vg {
    height: 10px;
    background-position: -5390px 0;
}

.flag.vi {
    height: 14px;
    background-position: -5412px 0;
}

.flag.vn {
    height: 14px;
    background-position: -5434px 0;
}

.flag.vu {
    height: 12px;
    background-position: -5456px 0;
}

.flag.wf {
    height: 14px;
    background-position: -5478px 0;
}

.flag.ws {
    height: 10px;
    background-position: -5500px 0;
}

.flag.xk {
    height: 15px;
    background-position: -5522px 0;
}

.flag.ye {
    height: 14px;
    background-position: -5544px 0;
}

.flag.yt {
    height: 14px;
    background-position: -5566px 0;
}

.flag.za {
    height: 14px;
    background-position: -5588px 0;
}

.flag.zm {
    height: 14px;
    background-position: -5610px 0;
}

.flag.zw {
    height: 10px;
    background-position: -5632px 0;
}

/*
* End Country
*/

