.page-title-content h1,
.page-title-content .h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Helvetica;
    text-shadow:
        0 1px 0 #ccc,
        0 2px 0 #c9c9c9,
        0 3px 0 #bbb,
        0 4px 0 #b9b9b9,
        0 5px 0 #aaa,
        0 6px 1px rgba(0, 0, 0, .1),
        0 0 5px rgba(0, 0, 0, .1),
        0 1px 3px rgba(0, 0, 0, .3),
        0 3px 5px rgba(0, 0, 0, .2),
        0 5px 10px rgba(0, 0, 0, .25),
        0 10px 10px rgba(0, 0, 0, .2),
        0 20px 20px rgba(0, 0, 0, .15);
}

.header-misc .top-account i:nth-child(1) {
    color: #ffd004;
}

.header-misc .top-account .before-sign {
    min-width: auto;
    letter-spacing: 0.05em;
    background: transparent;
}

.header-misc .top-account .before-sign #login-btn {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#deb558+0,e6c56f+6,fffcbc+25,d4a945+40,c49838+50,ae8225+60,cf9e25+75,c29429+86,b48a2d+100 */
    background: #deb558;
    /* Old browsers */
    background: -moz-linear-gradient(top, #deb558 0%, #e6c56f 6%, #fffcbc 25%, #d4a945 40%, #c49838 50%, #ae8225 60%, #cf9e25 75%, #c29429 86%, #b48a2d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #deb558 0%, #e6c56f 6%, #fffcbc 25%, #d4a945 40%, #c49838 50%, #ae8225 60%, #cf9e25 75%, #c29429 86%, #b48a2d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #deb558 0%, #e6c56f 6%, #fffcbc 25%, #d4a945 40%, #c49838 50%, #ae8225 60%, #cf9e25 75%, #c29429 86%, #b48a2d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#deb558', endColorstr='#b48a2d', GradientType=0);
    /* IE6-9 */
    font-weight: bold !important;
    color: #2c335f;
    border-top-left-radius: 15%;
    border-top-right-radius: 15%;
    text-transform: uppercase;
}

.header-misc .top-account .before-sign #register-btn {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1979e0+0,1943af+50,1979e0+100 */
    background: #1979e0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1979e0', endColorstr='#1979e0', GradientType=0);
    /* IE6-9 */
    font-weight: bold !important;
    color: #fff000;
    text-transform: uppercase;
    border-bottom-left-radius: 15%;
    border-bottom-right-radius: 15%;
}

#ticker {
    background: #2c335f;
    width: 100%;
    margin: 0;
}

#ticker .announcement-notice {
    /* background: rgb(0, 0, 0); */
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(224, 185, 94, 1) 8%, rgba(184, 141, 44, 1) 100%); */
    background: #ffd004;
    font-size: 1rem;
    text-align: right;
    font-weight: bold;
}

#ticker .ticker-wrap {
    box-sizing: border-box;
}

#ticker .announcement-notice .announcement-text {
    display: inline-flex;
}

#ticker .announcement-notice .announcement-text i {
    margin-right: 5px;
}

#ticker .announcement-notice .diagonal {
    position: absolute;
    left: 100%;
    border-left: 20px solid #ffd004;
}

#ticker .announcement-notice .diagonal:nth-child(2) {
    bottom: 0;
    border-top: 20px solid transparent;
}


#ticker .announcement-notice .diagonal:nth-child(3) {
    top: 0;
    border-bottom: 20px solid transparent;
}

.ticker-wrap .ticker-item {
    padding: 0;
    font-size: 1rem;
}

.default-body {
    background-image: url(images/background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mb-bottom {
    margin-bottom: 300px;
}

.menu-container div {
    font-size: small;
    font-weight: bold;
    text-transform: uppercase;
}

.menu-container .menu-item.blink-animation div {
    line-height: 1;
    animation: color-change 0.4s linear infinite;
    background: #30f651;
    border-radius: 8px;
    padding: 5px 10px;
    color: #2c335f;
}

@-webkit-keyframes color-change {
    0% {
        background: #30f651;
    }

    50% {
        background: #353535;
    }

    100% {
        background: #30f651;
    }
}

@-moz-keyframes color-change {
    0% {
        background: #30f651;
    }

    50% {
        background: #353535;
    }

    100% {
        background: #30f651;
    }
}

@-ms-keyframes color-change {
    0% {
        background: #30f651;
    }

    50% {
        background: #353535;
    }

    100% {
        background: #30f651;
    }
}

@-o-keyframes color-change {
    0% {
        background: #30f651;
    }

    50% {
        background: #353535;
    }

    100% {
        background: #30f651;
    }
}

@keyframes color-change {
    0% {
        background: #30f651;
    }

    50% {
        background: #353535;
    }

    100% {
        background: #30f651;
    }
}

@media (min-width:320px) {
    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
}

@media (min-width:480px) {
    /* smartphones, Android phones, landscape iPhone */
}

@media (min-width:600px) {
    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
}

@media only screen and (max-width:991px) {

    /* tablet, landscape iPad, lo-res laptops ands desktops */
    #logo {
        text-align: center;
        margin: 0 auto;
    }

    #ticker .announcement-notice .diagonal {
        left: 99%;
    }

    #header-wrap {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1979e0+0,1943af+50,1979e0+100 */
        background: #1979e0;
        /* Old browsers */
        background: -moz-linear-gradient(top, #1979e0 0%, #1943af 50%, #1979e0 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #1979e0 0%, #1943af 50%, #1979e0 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #1979e0 0%, #1943af 50%, #1979e0 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1979e0', endColorstr='#1979e0', GradientType=0);
        /* IE6-9 */
    }

    body:not(.is-expanded-menu) #header:not(.sticky-header) .mobile-menu-off-canvas .menu-container.d-block {
        background: url(images/menu-background.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .menu-link {
        color: #fff;
        border-bottom: 2px solid white;
    }
}

@media only screen and (min-width: 1025px) {
    #header-wrap {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1979e0+0,1943af+50,1979e0+100 */
        background: #1979e0;
        /* Old browsers */
        background: -moz-linear-gradient(top, #1979e0 0%, #1943af 50%, #1979e0 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #1979e0 0%, #1943af 50%, #1979e0 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #1979e0 0%, #1943af 50%, #1979e0 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1979e0', endColorstr='#1979e0', GradientType=0);
        /* IE6-9 */
    }

    .menu-link {
        color: white;
    }

    .menu-item.current>.menu-link {
        color: #fff000;
    }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.button-animation {
    position: relative;
    height: 50px;
    width: 100%;
    background-image: none;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.button-animation::after {
    content: '';
    display: block;
    position: absolute;
    width: 160px;
    height: 40px;
    background-color: transparent;
    z-index: -1;
    left: calc(50% - 80px);
    top: 10px;
    opacity: 0.3;
    filter: blur(5px);
    transition: all 0.2s ease-out;
}

.button-animation:hover::after {
    opacity: 0.5;
    filter: blur(20px);
    transform: translatey(10px) scalex(1.2);
}

.button-animation:active {
    background-color: #dd4b4b;
}

.button-animation:active::after {
    opacity: 0.3;
}

.button-loading {
    border-radius: 50px;
    width: 50px;
}

.button-animation.loading::after {
    width: 40px;
    left: 5px;
    top: 12px;
    border-radius: 100%;
}

.button-spinner {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 8px;
    left: calc(50% - 17px);
    background: transparent;
    box-sizing: border-box;
    border-top: 4px solid black;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-radius: 100%;
    -webkit-animation: loadingSpin 0.6s ease-out infinite;
    animation: loadingSpin 0.6s ease-out infinite;
}

@-webkit-keyframes loadingSpin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes loadingSpin {
    100% {
        transform: rotate(360deg)
    }
}

#footer {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1979e0+0,1943af+50,1979e0+100 */
    background: #1979e0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1979e0', endColorstr='#1979e0', GradientType=0);
    /* IE6-9 */
}

#footer #copyrights {
    color: white;
    padding: 25px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * *  Footer Information  * * * * * * * * * * * * * * * * * * * * * * * * * */

div.footer-navbar {
    box-sizing: border-box;
    color: #f3f3f3;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

.footer-navbar .x-button-actions {
    bottom: 0px;
    box-sizing: border-box;
    color: #f3f3f3;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    left: 0px;
    line-height: 24px;
    position: fixed;
    right: 0px;
    text-align: left;
    /*top: 710px;*/
    width: 100%;
    z-index: 4;
}

.footer-navbar div.-outer-wrapper {
    align-items: flex-end;
    box-sizing: border-box;
    color: #f3f3f3;
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

.footer-navbar div.-left-wrapper {
    align-items: flex-end;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1979e0+0,1943af+50,1979e0+100 */
    background: #1979e0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1979e0', endColorstr='#1979e0', GradientType=0);
    /* IE6-9 */
    border-top-left-radius: 10px;
    border-top-right-radius: 22px;
    box-sizing: border-box;
    color: #f3f3f3;
    display: flex;
    flex: 1 1 0%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    height: 70px;
    line-height: 24px;
    padding-bottom: 6px;
    text-align: left;
    transition: filter 0.2s ease 0s, -webkit-filter 0.2s ease 0s;
    z-index: 2;
}

.footer-navbar a.-item-wrapper.-line {
    align-items: center;
    background-color: transparent;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    justify-content: flex-end;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
    width: 50%;
}

a.-item-wrapper.-line:hover {
    color: #edad05;
    text-decoration: none;
}

a.-item-wrapper.-line:focus {
    outline: none;
}

a.-item-wrapper.-line:active {
    text-decoration: none;
}

picture {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

source {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

[srcset='\/build\/web\/ez-casino\/img\/ez-casino-ic-mobile-left-1\.png'] {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

img.-ic-img {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    height: auto;
    line-height: 24px;
    text-align: left;
    vertical-align: middle;
    width: 30px;
}

span.-text {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 21px;
    margin-top: 0.25rem;
    text-align: left;
    transition: color 0.2s ease 0s;
    text-transform: uppercase;
}

a.-item-wrapper.-promotion {
    align-items: center;
    background-color: transparent;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    justify-content: flex-end;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
    width: 50%;
}

a.-item-wrapper.-promotion:hover {
    color: #edad05;
    text-decoration: none;
}

a.-item-wrapper.-promotion:focus {
    outline: none;
}

a.-item-wrapper.-promotion:active {
    text-decoration: none;
}

.-item-wrapper.-promotion picture {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

[srcset='\/build\/web\/ez-casino\/img\/ez-casino-ic-mobile-left-2\.webp'] {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

[srcset='\/build\/web\/ez-casino\/img\/ez-casino-ic-mobile-left-2\.png'] {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

[src='\/build\/web\/ez-casino\/img\/ez-casino-ic-mobile-left-2\.png'] {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    height: auto;
    line-height: 24px;
    text-align: left;
    vertical-align: middle;
    width: 34px;
}

.-item-wrapper.-promotion .-text {
    box-sizing: border-box;
    color: #97a7c1;
    cursor: pointer;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 21px;
    margin-top: 0.25rem;
    text-align: left;
    transition: color 0.2s ease 0s;
}

a.-center-wrapper {
    align-items: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1979e0+0,1943af+50,1979e0+100 */
    background: #1979e0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1979e0', endColorstr='#1979e0', GradientType=0);
    /* IE6-9 */
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    bottom: 0px;
    box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 10px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    height: 74px;
    justify-content: flex-end;
    left: 0px;
    line-height: 24px;
    margin: 0px 8px 16px;
    padding-bottom: 8px;
    position: relative;
    right: 0px;
    text-align: left;
    text-decoration: none;
    top: 0px;
    width: 74px;
    z-index: 2;
}

a.-center-wrapper:hover {
    color: #ffffff;
    text-decoration: none;
}

a.-center-wrapper:focus {
    outline: none;
}

div.-selected {
    align-items: center;
    /* background-image: url('/build/web/ez-casino/img/EZ-Casino-คาสิโนออนไลน์ระดับโลก-รวม-คาสิโน-บาคาร่าสด-สล็อต-และกีฬา.png'); */
    background-position: 8px 16px;
    background-repeat: no-repeat;
    background-size: 60px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    height: 100%;
    justify-content: flex-end;
    line-height: 24px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.-selected .-text {
    bottom: 2px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: small;
    font-weight: bold;
    left: 0px;
    letter-spacing: 0.75px;
    line-height: 21px;
    position: relative;
    right: 0px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 1px 3px 5px;
    top: -2px;
    text-transform: uppercase;
}

img.-top-curve.lazyloaded {
    bottom: 42.275px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    height: auto;
    left: 50%;
    line-height: 24px;
    position: absolute;
    right: -25.9px;
    text-align: center;
    top: 3px;
    transform: translateX(-50%);
    vertical-align: middle;
    width: 85%;
    z-index: 2;
}

img.-bottom-curve.lazyloaded {
    bottom: 3px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    height: auto;
    left: 50%;
    line-height: 24px;
    position: absolute;
    right: -25.9px;
    text-align: center;
    top: 39.1625px;
    transform: translateX(-50%);
    vertical-align: middle;
    width: 85%;
    z-index: 2;
}

div.-fake-center-bg-wrapper {
    bottom: 0px;
    box-sizing: border-box;
    color: #f3f3f3;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    height: 50px;
    left: 0px;
    line-height: 24px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    text-align: left;
    top: 40px;
    transition: filter 0.2s ease 0s, -webkit-filter 0.2s ease 0s;
    width: 100%;
    z-index: 1;
}

svg {
    bottom: 0px;
    box-sizing: border-box;
    color: #f3f3f3;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    height: 108px;
    left: 50%;
    line-height: 24px;
    overflow: hidden;
    position: absolute;
    right: 186.8px;
    text-align: left;
    top: -58px;
    transform: translateX(-50%);
    vertical-align: middle;
}

defs {
    box-sizing: border-box;
    color: #f3f3f3;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

lineargradient#rectangleGradient {
    box-sizing: border-box;
    color: #f3f3f3;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

stop {
    box-sizing: border-box;
    color: #f3f3f3;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

[offset='100\%'] {
    box-sizing: border-box;
    color: #f3f3f3;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

path {
    box-sizing: border-box;
    color: #f3f3f3;
    fill: url("#rectangleGradient");
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

.footer-navbar ul.navbar-nav.-sub-menu-lobby-wrapper {
    bottom: 99px;
    box-sizing: border-box;
    color: #f3f3f3;
    display: flex;
    filter: blur(40px);
    flex-direction: row;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    justify-content: center;
    left: 50%;
    line-height: 24px;
    list-style: none;
    margin-bottom: 0px;
    margin-top: 0px;
    opacity: 0;
    padding-left: 0px;
    position: absolute;
    right: 96.8px;
    text-align: left;
    top: -75px;
    transform: translateX(-50%) translateY(200px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 100%;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    z-index: 3;
}

.footer-navbar li.nav-item.-casino {
    box-sizing: border-box;
    color: #f3f3f3;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    list-style: outside none none;
    visibility: hidden;
}

button.nav-link {
    align-items: center;
    appearance: button;
    background: linear-gradient(#393854, #131228);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 10px;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-size: inherit;
    height: 66px;
    justify-content: flex-start;
    line-height: inherit;
    list-style: outside none none;
    margin: 0px 3px;
    overflow: visible;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    text-transform: none;
    visibility: hidden;
    width: 66px;
}

button.nav-link:focus {
    outline: none;
    text-decoration: none;
}

button.nav-link:disabled {
    cursor: pointer;
}

button.nav-link:hover {
    text-decoration: none;
}

div.-nav-icon-bg {
    /* background-image: url('/build/web/ez-casino/img/ez-casino-ic-nav-menu-all.png'); */
    background-position: 3px 50%;
    background-repeat: no-repeat;
    background-size: 360px;
    bottom: 15px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    height: 40px;
    left: 0px;
    line-height: 24px;
    list-style: outside none none;
    position: relative;
    right: 0px;
    text-align: center;
    top: -15px;
    visibility: hidden;
    width: 100%;
}

[data-ajax-game-load='\/_ajax_\/\%E0\%B8\%9A\%E0\%B8\%B2\%E0\%B8\%84\%E0\%B8\%B2\%E0\%B8\%A3\%E0\%B9\%88\%E0\%B8\%B2'] .-text {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 10px;
    line-height: 12px;
    list-style: outside none none;
    text-align: center;
    transform: translateY(-12px);
    visibility: hidden;
}

li.nav-item.-slot {
    box-sizing: border-box;
    color: #f3f3f3;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    list-style: outside none none;
    visibility: hidden;
}

[data-ajax-game-load='\/_ajax_\/\%E0\%B8\%84\%E0\%B8\%B2\%E0\%B8\%AA\%E0\%B8\%B4\%E0\%B9\%82\%E0\%B8\%99\%E0\%B8\%AA\%E0\%B8\%A5\%E0\%B9\%87\%E0\%B8\%AD\%E0\%B8\%95'] {
    align-items: center;
    appearance: button;
    background: linear-gradient(#393854, #131228);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 10px;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-size: inherit;
    height: 66px;
    justify-content: flex-start;
    line-height: inherit;
    list-style: outside none none;
    margin: 0px 3px;
    overflow: visible;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    text-transform: none;
    visibility: hidden;
    width: 66px;
}

[data-ajax-game-load='\/_ajax_\/\%E0\%B8\%84\%E0\%B8\%B2\%E0\%B8\%AA\%E0\%B8\%B4\%E0\%B9\%82\%E0\%B8\%99\%E0\%B8\%AA\%E0\%B8\%A5\%E0\%B9\%87\%E0\%B8\%AD\%E0\%B8\%95']:focus {
    outline: none;
    text-decoration: none;
}

[data-ajax-game-load='\/_ajax_\/\%E0\%B8\%84\%E0\%B8\%B2\%E0\%B8\%AA\%E0\%B8\%B4\%E0\%B9\%82\%E0\%B8\%99\%E0\%B8\%AA\%E0\%B8\%A5\%E0\%B9\%87\%E0\%B8\%AD\%E0\%B8\%95']:disabled {
    cursor: pointer;
}

[data-ajax-game-load='\/_ajax_\/\%E0\%B8\%84\%E0\%B8\%B2\%E0\%B8\%AA\%E0\%B8\%B4\%E0\%B9\%82\%E0\%B8\%99\%E0\%B8\%AA\%E0\%B8\%A5\%E0\%B9\%87\%E0\%B8\%AD\%E0\%B8\%95']:hover {
    text-decoration: none;
}

[data-ajax-game-load='\/_ajax_\/\%E0\%B8\%84\%E0\%B8\%B2\%E0\%B8\%AA\%E0\%B8\%B4\%E0\%B9\%82\%E0\%B8\%99\%E0\%B8\%AA\%E0\%B8\%A5\%E0\%B9\%87\%E0\%B8\%AD\%E0\%B8\%95'] .-nav-icon-bg {
    /* background-image: url('/build/web/ez-casino/img/ez-casino-ic-nav-menu-all.png'); */
    background-position: -73px 50%;
    background-repeat: no-repeat;
    background-size: 360px;
    bottom: 15px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    height: 40px;
    left: 0px;
    line-height: 24px;
    list-style: outside none none;
    position: relative;
    right: 0px;
    text-align: center;
    top: -15px;
    visibility: hidden;
    width: 100%;
}

[data-ajax-game-load='\/_ajax_\/\%E0\%B8\%84\%E0\%B8\%B2\%E0\%B8\%AA\%E0\%B8\%B4\%E0\%B9\%82\%E0\%B8\%99\%E0\%B8\%AA\%E0\%B8\%A5\%E0\%B9\%87\%E0\%B8\%AD\%E0\%B8\%95'] .-text {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 10px;
    line-height: 12px;
    list-style: outside none none;
    text-align: center;
    transform: translateY(-12px);
    visibility: hidden;
}

li.nav-item.-skill-game {
    box-sizing: border-box;
    color: #f3f3f3;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    list-style: outside none none;
    visibility: hidden;
}

[data-ajax-game-load='\/_ajax_\/skill-game'][data-menu-mobile='data-menu-mobile'] {
    align-items: center;
    appearance: button;
    background: linear-gradient(#393854, #131228);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 10px;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-size: inherit;
    height: 66px;
    justify-content: flex-start;
    line-height: inherit;
    list-style: outside none none;
    margin: 0px 3px;
    overflow: visible;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    text-transform: none;
    visibility: hidden;
    width: 66px;
}

[data-ajax-game-load='\/_ajax_\/skill-game'][data-menu-mobile='data-menu-mobile']:focus {
    outline: none;
    text-decoration: none;
}

[data-ajax-game-load='\/_ajax_\/skill-game'][data-menu-mobile='data-menu-mobile']:disabled {
    cursor: pointer;
}

[data-ajax-game-load='\/_ajax_\/skill-game'][data-menu-mobile='data-menu-mobile']:hover {
    text-decoration: none;
}

[data-ajax-game-load='\/_ajax_\/skill-game'][data-menu-mobile='data-menu-mobile'] .-nav-icon-bg {
    /* background-image: url('/build/web/ez-casino/img/ez-casino-ic-nav-menu-all.png'); */
    background-position: -147px 50%;
    background-repeat: no-repeat;
    background-size: 360px;
    bottom: 15px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    height: 40px;
    left: 0px;
    line-height: 24px;
    list-style: outside none none;
    position: relative;
    right: 0px;
    text-align: center;
    top: -15px;
    visibility: hidden;
    width: 100%;
}

[data-ajax-game-load='\/_ajax_\/skill-game'][data-menu-mobile='data-menu-mobile'] .-text {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 10px;
    line-height: 12px;
    list-style: outside none none;
    text-align: center;
    transform: translateY(-12px);
    visibility: hidden;
}

br {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 10px;
    line-height: 12px;
    list-style: outside none none;
    text-align: center;
    visibility: hidden;
}

li.nav-item.-sport {
    box-sizing: border-box;
    color: #f3f3f3;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    list-style: outside none none;
    visibility: hidden;
}

[data-ajax-game-load='\/_ajax_\/sport'][data-menu-mobile='data-menu-mobile'] {
    align-items: center;
    appearance: button;
    background: linear-gradient(#393854, #131228);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 10px;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-size: inherit;
    height: 66px;
    justify-content: flex-start;
    line-height: inherit;
    list-style: outside none none;
    margin: 0px 3px;
    overflow: visible;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    text-transform: none;
    visibility: hidden;
    width: 66px;
}

[data-ajax-game-load='\/_ajax_\/sport'][data-menu-mobile='data-menu-mobile']:focus {
    outline: none;
    text-decoration: none;
}

[data-ajax-game-load='\/_ajax_\/sport'][data-menu-mobile='data-menu-mobile']:disabled {
    cursor: pointer;
}

[data-ajax-game-load='\/_ajax_\/sport'][data-menu-mobile='data-menu-mobile']:hover {
    text-decoration: none;
}

[data-ajax-game-load='\/_ajax_\/sport'][data-menu-mobile='data-menu-mobile'] .-nav-icon-bg {
    /* background-image: url('/build/web/ez-casino/img/ez-casino-ic-nav-menu-all.png'); */
    background-position: -221px 50%;
    background-repeat: no-repeat;
    background-size: 360px;
    bottom: 15px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    height: 40px;
    left: 0px;
    line-height: 24px;
    list-style: outside none none;
    position: relative;
    right: 0px;
    text-align: center;
    top: -15px;
    visibility: hidden;
    width: 100%;
}

[data-ajax-game-load='\/_ajax_\/sport'][data-menu-mobile='data-menu-mobile'] .-text {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 10px;
    line-height: 12px;
    list-style: outside none none;
    text-align: center;
    transform: translateY(-12px);
    visibility: hidden;
}

li.nav-item.-fishing-game {
    box-sizing: border-box;
    color: #f3f3f3;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    list-style: outside none none;
    visibility: hidden;
}

[data-ajax-game-load='\/_ajax_\/\%E0\%B9\%80\%E0\%B8\%81\%E0\%B8\%A1\%E0\%B8\%A2\%E0\%B8\%B4\%E0\%B8\%87\%E0\%B8\%9B\%E0\%B8\%A5\%E0\%B8\%B2'][data-menu-mobile='data-menu-mobile'] {
    align-items: center;
    appearance: button;
    background: linear-gradient(#393854, #131228);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 10px;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-size: inherit;
    height: 66px;
    justify-content: flex-start;
    line-height: inherit;
    list-style: outside none none;
    margin: 0px 3px;
    overflow: visible;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    text-transform: none;
    visibility: hidden;
    width: 66px;
}

[data-ajax-game-load='\/_ajax_\/\%E0\%B9\%80\%E0\%B8\%81\%E0\%B8\%A1\%E0\%B8\%A2\%E0\%B8\%B4\%E0\%B8\%87\%E0\%B8\%9B\%E0\%B8\%A5\%E0\%B8\%B2'][data-menu-mobile='data-menu-mobile']:focus {
    outline: none;
    text-decoration: none;
}

[data-ajax-game-load='\/_ajax_\/\%E0\%B9\%80\%E0\%B8\%81\%E0\%B8\%A1\%E0\%B8\%A2\%E0\%B8\%B4\%E0\%B8\%87\%E0\%B8\%9B\%E0\%B8\%A5\%E0\%B8\%B2'][data-menu-mobile='data-menu-mobile']:disabled {
    cursor: pointer;
}

[data-ajax-game-load='\/_ajax_\/\%E0\%B9\%80\%E0\%B8\%81\%E0\%B8\%A1\%E0\%B8\%A2\%E0\%B8\%B4\%E0\%B8\%87\%E0\%B8\%9B\%E0\%B8\%A5\%E0\%B8\%B2'][data-menu-mobile='data-menu-mobile']:hover {
    text-decoration: none;
}

[data-ajax-game-load='\/_ajax_\/\%E0\%B9\%80\%E0\%B8\%81\%E0\%B8\%A1\%E0\%B8\%A2\%E0\%B8\%B4\%E0\%B8\%87\%E0\%B8\%9B\%E0\%B8\%A5\%E0\%B8\%B2'][data-menu-mobile='data-menu-mobile'] .-nav-icon-bg {
    /* background-image: url('/build/web/ez-casino/img/ez-casino-ic-nav-menu-all.png'); */
    background-position: -300px 50%;
    background-repeat: no-repeat;
    background-size: 360px;
    bottom: 15px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    height: 40px;
    left: 0px;
    line-height: 24px;
    list-style: outside none none;
    position: relative;
    right: 0px;
    text-align: center;
    top: -15px;
    visibility: hidden;
    width: 100%;
}

[data-ajax-game-load='\/_ajax_\/\%E0\%B9\%80\%E0\%B8\%81\%E0\%B8\%A1\%E0\%B8\%A2\%E0\%B8\%B4\%E0\%B8\%87\%E0\%B8\%9B\%E0\%B8\%A5\%E0\%B8\%B2'][data-menu-mobile='data-menu-mobile'] .-text {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 10px;
    line-height: 12px;
    list-style: outside none none;
    text-align: center;
    transform: translateY(-12px);
    visibility: hidden;
}

div.-right-wrapper {
    align-items: flex-end;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1979e0+0,1943af+50,1979e0+100 */
    background: #1979e0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1979e0', endColorstr='#1979e0', GradientType=0);
    /* IE6-9 */
    border-top-left-radius: 22px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
    color: #f3f3f3;
    display: flex;
    flex: 1 1 0%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    height: 70px;
    line-height: 24px;
    padding-bottom: 6px;
    text-align: left;
    transition: filter 0.2s ease 0s, -webkit-filter 0.2s ease 0s;
    z-index: 2;
}

a.-item-wrapper.-shimmer.-register {
    align-items: center;
    background-color: transparent;
    bottom: 0px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    justify-content: flex-end;
    left: 0px;
    line-height: 24px;
    position: relative;
    right: 0px;
    text-align: left;
    text-decoration: none;
    top: 0px;
    width: 50%;
}

a.-item-wrapper.-shimmer.-register:hover {
    color: #edad05;
    text-decoration: none;
}

a.-item-wrapper.-shimmer.-register:focus {
    outline: none;
}

a.-item-wrapper.-shimmer.-register:active {
    text-decoration: none;
}

video.-ic-img {
    animation: x-register-bottom-blink 0.5s ease 0s infinite alternate none running;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: block;
    filter: drop-shadow(rgb(86, 232, 255) 0px 0px 3px);
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    height: auto;
    line-height: 24px;
    text-align: left;
    width: 34px;
}

[src='\/build\/web\/ez-casino\/img\/ez-casino-ic-mobile-right-anon-1\.webm'] {
    box-sizing: border-box;
}

[src='\/build\/web\/ez-casino\/img\/ez-casino-ic-mobile-right-anon-1\.mp4'] {
    box-sizing: border-box;
}

span.-text.d-none.d-sm-inline-block {
    -webkit-text-fill-color: transparent;
    animation: x-shimmer-shorter 2.5s ease 0s infinite normal none running;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: x-shimmer-shorter;
    background: -webkit-gradient(linear, 100% 0, 0 0, from(#97a7c1), color-stop(0.5, #ffffff), to(#97a7c1)) -200px top no-repeat text #97a7c1;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 21px;
    margin-top: 0.25rem;
    text-align: left;
    transition: color 0.2s ease 0s;
}

span.-text.d-sm-none {
    -webkit-text-fill-color: transparent;
    animation: x-shimmer-shorter 2.5s ease 0s infinite normal none running;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: x-shimmer-shorter;
    background: -webkit-gradient(linear, 100% 0, 0 0, from(#97a7c1), color-stop(0.5, #ffffff), to(#97a7c1)) -200px top no-repeat text #97a7c1;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 21px;
    margin-top: 0.25rem;
    text-align: left;
    transition: color 0.2s ease 0s;
}

a.-item-wrapper.-login {
    align-items: center;
    background-color: transparent;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    justify-content: flex-end;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
    width: 50%;
}

a.-item-wrapper.-login:hover {
    color: #edad05;
    text-decoration: none;
}

a.-item-wrapper.-login:focus {
    outline: none;
}

a.-item-wrapper.-login:active {
    text-decoration: none;
}

.-login picture {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

[srcset='\/build\/web\/ez-casino\/img\/ez-casino-ic-mobile-right-anon-2\.webp'] {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

[srcset='\/build\/web\/ez-casino\/img\/ez-casino-ic-mobile-right-anon-2\.png'] {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

[src='\/build\/web\/ez-casino\/img\/ez-casino-ic-mobile-right-anon-2\.png'] {
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    height: auto;
    line-height: 24px;
    text-align: left;
    vertical-align: middle;
    width: 34px;
}

.-login .d-none {
    box-sizing: border-box;
    color: #97a7c1;
    cursor: pointer;

    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 21px;
    margin-top: 0.25rem;
    text-align: left;
    transition: color 0.2s ease 0s;
}

.-login .d-sm-none {
    box-sizing: border-box;
    color: #97a7c1;
    cursor: pointer;
    display: none;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 21px;
    margin-top: 0.25rem;
    text-align: left;
    transition: color 0.2s ease 0s;
}

div.-fully-overlay.js-footer-lobby-overlay {
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    color: #f3f3f3;
    display: none;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    height: 100%;
    left: 0px;
    line-height: 24px;
    position: fixed;
    text-align: left;
    top: 0px;
    width: 100%;
    z-index: 2;
}

@keyframes x-register-bottom-blink {
    0% {
        filter: drop-shadow(rgb(86, 232, 255) 0px 0px 3px);
    }

    100% {
        filter: drop-shadow(rgb(86, 232, 255) 0px 0px 6px);
    }

}

@keyframes x-shimmer-shorter {
    0% {
        background-position: -60px top;
    }

    100% {
        background-position: 60px top;
    }

}

@media print {
    div#account-actions {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    div#account-actions-mobile.x-button-actions {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    div.-outer-wrapper {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    div.-left-wrapper {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a.-item-wrapper.-line {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a.-item-wrapper.-line:not(.btn) {
        text-decoration: underline;
    }

    picture {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    source {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [srcset='\/build\/web\/ez-casino\/img\/ez-casino-ic-mobile-left-1\.png'] {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    img.-ic-img {
        box-shadow: none !important;
        break-inside: avoid;
        text-shadow: none !important;
    }

    span.-text {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a.-item-wrapper.-promotion {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a.-item-wrapper.-promotion:not(.btn) {
        text-decoration: underline;
    }

    .-item-wrapper.-promotion picture {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [srcset='\/build\/web\/ez-casino\/img\/ez-casino-ic-mobile-left-2\.webp'] {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [srcset='\/build\/web\/ez-casino\/img\/ez-casino-ic-mobile-left-2\.png'] {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [src='\/build\/web\/ez-casino\/img\/ez-casino-ic-mobile-left-2\.png'] {
        box-shadow: none !important;
        break-inside: avoid;
        text-shadow: none !important;
    }

    .-item-wrapper.-promotion .-text {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a.-center-wrapper {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a.-center-wrapper:not(.btn) {
        text-decoration: underline;
    }

    div.-selected {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .-selected .-text {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    img.-top-curve.lazyloaded {
        box-shadow: none !important;
        break-inside: avoid;
        text-shadow: none !important;
    }

    img.-bottom-curve.lazyloaded {
        box-shadow: none !important;
        break-inside: avoid;
        text-shadow: none !important;
    }

    div.-fake-center-bg-wrapper {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    svg {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    defs {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    lineargradient#rectangleGradient {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    stop {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [offset='100\%'] {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    path {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    ul.navbar-nav.-sub-menu-lobby-wrapper {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    li.nav-item.-casino {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    button.nav-link {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    div.-nav-icon-bg {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [data-ajax-game-load='\/_ajax_\/\%E0\%B8\%9A\%E0\%B8\%B2\%E0\%B8\%84\%E0\%B8\%B2\%E0\%B8\%A3\%E0\%B9\%88\%E0\%B8\%B2'] .-text {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    li.nav-item.-slot {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [data-ajax-game-load='\/_ajax_\/\%E0\%B8\%84\%E0\%B8\%B2\%E0\%B8\%AA\%E0\%B8\%B4\%E0\%B9\%82\%E0\%B8\%99\%E0\%B8\%AA\%E0\%B8\%A5\%E0\%B9\%87\%E0\%B8\%AD\%E0\%B8\%95'] {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [data-ajax-game-load='\/_ajax_\/\%E0\%B8\%84\%E0\%B8\%B2\%E0\%B8\%AA\%E0\%B8\%B4\%E0\%B9\%82\%E0\%B8\%99\%E0\%B8\%AA\%E0\%B8\%A5\%E0\%B9\%87\%E0\%B8\%AD\%E0\%B8\%95'] .-nav-icon-bg {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [data-ajax-game-load='\/_ajax_\/\%E0\%B8\%84\%E0\%B8\%B2\%E0\%B8\%AA\%E0\%B8\%B4\%E0\%B9\%82\%E0\%B8\%99\%E0\%B8\%AA\%E0\%B8\%A5\%E0\%B9\%87\%E0\%B8\%AD\%E0\%B8\%95'] .-text {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    li.nav-item.-skill-game {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [data-ajax-game-load='\/_ajax_\/skill-game'][data-menu-mobile='data-menu-mobile'] {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [data-ajax-game-load='\/_ajax_\/skill-game'][data-menu-mobile='data-menu-mobile'] .-nav-icon-bg {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [data-ajax-game-load='\/_ajax_\/skill-game'][data-menu-mobile='data-menu-mobile'] .-text {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    br {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    li.nav-item.-sport {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [data-ajax-game-load='\/_ajax_\/sport'][data-menu-mobile='data-menu-mobile'] {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [data-ajax-game-load='\/_ajax_\/sport'][data-menu-mobile='data-menu-mobile'] .-nav-icon-bg {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [data-ajax-game-load='\/_ajax_\/sport'][data-menu-mobile='data-menu-mobile'] .-text {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    li.nav-item.-fishing-game {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [data-ajax-game-load='\/_ajax_\/\%E0\%B9\%80\%E0\%B8\%81\%E0\%B8\%A1\%E0\%B8\%A2\%E0\%B8\%B4\%E0\%B8\%87\%E0\%B8\%9B\%E0\%B8\%A5\%E0\%B8\%B2'][data-menu-mobile='data-menu-mobile'] {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [data-ajax-game-load='\/_ajax_\/\%E0\%B9\%80\%E0\%B8\%81\%E0\%B8\%A1\%E0\%B8\%A2\%E0\%B8\%B4\%E0\%B8\%87\%E0\%B8\%9B\%E0\%B8\%A5\%E0\%B8\%B2'][data-menu-mobile='data-menu-mobile'] .-nav-icon-bg {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [data-ajax-game-load='\/_ajax_\/\%E0\%B9\%80\%E0\%B8\%81\%E0\%B8\%A1\%E0\%B8\%A2\%E0\%B8\%B4\%E0\%B8\%87\%E0\%B8\%9B\%E0\%B8\%A5\%E0\%B8\%B2'][data-menu-mobile='data-menu-mobile'] .-text {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    div.-right-wrapper {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a.-item-wrapper.-shimmer.-register {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a.-item-wrapper.-shimmer.-register:not(.btn) {
        text-decoration: underline;
    }

    video.-ic-img {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [src='\/build\/web\/ez-casino\/img\/ez-casino-ic-mobile-right-anon-1\.webm'] {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [src='\/build\/web\/ez-casino\/img\/ez-casino-ic-mobile-right-anon-1\.mp4'] {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    span.-text.d-none.d-sm-inline-block {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    span.-text.d-sm-none {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a.-item-wrapper.-login {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a.-item-wrapper.-login:not(.btn) {
        text-decoration: underline;
    }

    .-login picture {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [srcset='\/build\/web\/ez-casino\/img\/ez-casino-ic-mobile-right-anon-2\.webp'] {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [srcset='\/build\/web\/ez-casino\/img\/ez-casino-ic-mobile-right-anon-2\.png'] {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [src='\/build\/web\/ez-casino\/img\/ez-casino-ic-mobile-right-anon-2\.png'] {
        box-shadow: none !important;
        break-inside: avoid;
        text-shadow: none !important;
    }

    .-login .d-none {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .-login .d-sm-none {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    div.-fully-overlay.js-footer-lobby-overlay {
        box-shadow: none !important;
        text-shadow: none !important;
    }

}

@media (max-width: 575.98px) {
    span.-text {
        font-size: 0.8rem;
    }

    .-item-wrapper.-promotion .-text {
        font-size: 0.8rem;
    }

    span.-text.d-none.d-sm-inline-block {
        font-size: 0.8rem;
    }

    span.-text.d-sm-none {
        font-size: 0.8rem;
    }

    .-login .d-none {
        font-size: 0.8rem;
    }

    .-login .d-sm-none {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    #header-wrap #logo img {
        height: 65px !important;
    }

    .header-misc.header-mobile {
        margin-left: 0;
    }

    .header-misc.header-mobile a {
        width: 70px;
        padding: 0;
        text-align: center;
        font-size: 10px;
        line-height: 1.2;
        height: auto;
        padding: 5px;
        letter-spacing: normal;
        white-space: normal;
    }

    .footer-navbar span.-text {
        font-size: 8.5px;
    }

    .footer-navbar img.-ic-img {
        height: 25px;
        width: auto;
    }
}

@media (max-width: 400px) {
    #header-wrap #logo img {
        height: 55px !important;
    }

    .footer-navbar span.-text {
        font-size: 8.5px;
    }

    .footer-navbar img.-ic-img {
        height: 20px;
        width: auto;
    }
}

@media screen and (max-width: 360px) {
    button.nav-link {
        height: 60px;
        margin: 0px 2px;
        width: 60px;
    }

    [data-ajax-game-load='\/_ajax_\/\%E0\%B8\%84\%E0\%B8\%B2\%E0\%B8\%AA\%E0\%B8\%B4\%E0\%B9\%82\%E0\%B8\%99\%E0\%B8\%AA\%E0\%B8\%A5\%E0\%B9\%87\%E0\%B8\%AD\%E0\%B8\%95'] {
        height: 60px;
        margin: 0px 2px;
        width: 60px;
    }

    [data-ajax-game-load='\/_ajax_\/skill-game'][data-menu-mobile='data-menu-mobile'] {
        height: 60px;
        margin: 0px 2px;
        width: 60px;
    }

    [data-ajax-game-load='\/_ajax_\/sport'][data-menu-mobile='data-menu-mobile'] {
        height: 60px;
        margin: 0px 2px;
        width: 60px;
    }

    [data-ajax-game-load='\/_ajax_\/\%E0\%B9\%80\%E0\%B8\%81\%E0\%B8\%A1\%E0\%B8\%A2\%E0\%B8\%B4\%E0\%B8\%87\%E0\%B8\%9B\%E0\%B8\%A5\%E0\%B8\%B2'][data-menu-mobile='data-menu-mobile'] {
        height: 60px;
        margin: 0px 2px;
        width: 60px;
    }

}

@media (max-width: 991.98px) {
    div.-nav-icon-bg {
        background-position: 3px center;
    }

    [data-ajax-game-load='\/_ajax_\/\%E0\%B8\%84\%E0\%B8\%B2\%E0\%B8\%AA\%E0\%B8\%B4\%E0\%B9\%82\%E0\%B8\%99\%E0\%B8\%AA\%E0\%B8\%A5\%E0\%B9\%87\%E0\%B8\%AD\%E0\%B8\%95'] .-nav-icon-bg {
        background-position: -73px center;
    }

    [data-ajax-game-load='\/_ajax_\/skill-game'][data-menu-mobile='data-menu-mobile'] .-nav-icon-bg {
        background-position: -147px center;
    }

    [data-ajax-game-load='\/_ajax_\/sport'][data-menu-mobile='data-menu-mobile'] .-nav-icon-bg {
        background-position: -221px center;
    }

    [data-ajax-game-load='\/_ajax_\/\%E0\%B9\%80\%E0\%B8\%81\%E0\%B8\%A1\%E0\%B8\%A2\%E0\%B8\%B4\%E0\%B8\%87\%E0\%B8\%9B\%E0\%B8\%A5\%E0\%B8\%B2'][data-menu-mobile='data-menu-mobile'] .-nav-icon-bg {
        background-position: -300px center;
    }

    span.-text.d-none.d-sm-inline-block {
        animation-duration: 2.5s;
    }

    span.-text.d-sm-none {
        animation-duration: 2.5s;
    }

}

@media (max-width: 360px) {
    div.-nav-icon-bg {
        background-position: 0px center;
    }

    [data-ajax-game-load='\/_ajax_\/\%E0\%B8\%84\%E0\%B8\%B2\%E0\%B8\%AA\%E0\%B8\%B4\%E0\%B9\%82\%E0\%B8\%99\%E0\%B8\%AA\%E0\%B8\%A5\%E0\%B9\%87\%E0\%B8\%AD\%E0\%B8\%95'] .-nav-icon-bg {
        background-position: -75px center;
    }

    [data-ajax-game-load='\/_ajax_\/skill-game'][data-menu-mobile='data-menu-mobile'] .-nav-icon-bg {
        background-position: -150px center;
        top: -12px;
    }

    span.-text {
        transform: translateY(-6px);
    }

    [data-ajax-game-load='\/_ajax_\/sport'][data-menu-mobile='data-menu-mobile'] .-nav-icon-bg {
        background-position: -224px center;
    }

    [data-ajax-game-load='\/_ajax_\/\%E0\%B9\%80\%E0\%B8\%81\%E0\%B8\%A1\%E0\%B8\%A2\%E0\%B8\%B4\%E0\%B8\%87\%E0\%B8\%9B\%E0\%B8\%A5\%E0\%B8\%B2'][data-menu-mobile='data-menu-mobile'] .-nav-icon-bg {
        background-position: -303px center;
    }

}

@media (min-width: 576px) {
    span.-text.d-none.d-sm-inline-block {
        display: inline-block !important;
    }

    span.-text.d-sm-none {
        display: none !important;
    }

    .-login .d-none {
        display: inline-block !important;
    }
}


/* * * * * * * * * * * * * * * * * * * * * * * * *  Sidebar Information  * * * * * * * * * * * * * * * * * * * * * * * * * */


#contact_fixed {
    position: fixed;
    right: -75px;
    top: 33.33%;
    z-index: 9999;
    width: 75px;
    background: transparent;
    transition: right 0.4s ease;
    -moz-transition: right 0.4s ease;
    -webkit-transition: right 0.4s ease;
    max-height: 140px;
    padding-bottom: 10px;
}

#contact_fixed .icon {
    top: 80px;
    right: 100%;
    transform: translateY(-50%);
    position: absolute;
    padding: 0px;
    border-radius: 0;
    width: 50px;
    height: 190px;
    transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
}

#contact_fixed ul {
    border-radius: 10px;
    list-style: none;
    padding: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1979e0+0,1943af+50,1979e0+100 */
    background: #1979e0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1979e0', endColorstr='#1979e0', GradientType=0);
    /* IE6-9 */
}

#contact_fixed ul li {
    padding: 10px;
    position: relative;
}

#wechat {
    position: absolute;
    right: 100%;
    top: 0;
    background: transparent;
    padding: 10px;
    height: 100%;
    display: none;
    color: #000;
}

#wechat a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.fixed-animation {
    display: block;
    position: fixed;
    z-index: 99;
    left: 0%;
    animation: vertical-moving 10s infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    width: 100px;
    height: 100px;
}

.contact-btn {
    cursor: pointer;
}

@keyframes vertical-moving {
    0% {
        top: 0%;
    }

    100% {
        top: 80%;
    }
}

#chat-widget-container {
    margin-bottom: 80px;
}

.header-row .button-header {
    color: #29265f;
    font-weight: bold;
    border: 1px solid #333;
    text-transform: uppercase;
    background: rgb(222, 181, 88);
    background: linear-gradient(-90deg, rgba(222, 181, 88, 1) 0%, rgba(230, 197, 111, 1) 6%, rgba(255, 252, 188, 1) 25%, rgba(212, 169, 69, 1) 40%, rgba(196, 152, 56, 1) 50%, rgba(174, 130, 37, 1) 60%, rgba(207, 158, 37, 1) 75%, rgba(194, 148, 41, 1) 86%, rgba(180, 138, 45, 1) 100%);
}

.side-menu {
    position: fixed;
    right: -60px;
    top: 300px;
    background-image: linear-gradient(to bottom, #1979e0 0%, #1943af 50%, #1979e0 100%);
    padding: 10px 30px;
    transform: rotate(270deg);
    border-radius: 10px 10px 0px 0px;
    transition: 0.5s;
    z-index: 5;
}

.side-menu.active {
    right: -110px;
}

.side-menu-text {
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.side-menu-details {
    border-radius: 10px;
    list-style: none;
    padding: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1979e0+0,1943af+50,1979e0+100 */
    background: #1979e0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1979e0 0%, #1943af 50%, #1979e0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1979e0', endColorstr='#1979e0', GradientType=0);
    /* IE6-9 */
    padding: 10px;
    position: fixed;
    right: -70px;
    top: 243px;
    transition: 0.5s;
    z-index: 5;
}

.side-menu-details.active {
    right: 0px;
}

.side-menu-details-logo {
    padding: 5px 0px;
}

.side-menu-details-logo img {
    width: 50px;
    height: 50px;
}

.side-menu-details .close-side {
    height: 24px;
    position: absolute;
    top: -10px;
    left: 0;
}