<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jackpot-box {
    background: url(../images/egame/dot_horizontal.gif) top left/5% repeat-x, url(../images/egame/dot_horizontal.gif) bottom left/5% repeat-x, url(../images/egame/dot_vertical.gif) top left/2.5% repeat-y, url(../images/egame/dot_vertical.gif) top right/2.5% repeat-y, top left/100% #2077bf;
    border-radius: 4px;
    padding: 1.2rem .5rem;
    height: 100%;
    text-align: center
}

.jackpot-box .jackpot-input {
    background-color: #103b5f;
    color: #fff;
    width: 92%;
    border: 0;
    border-radius: 4px;
    padding: .5rem;
    font-size: 1rem;
    letter-spacing: 1.5px;
    text-align: center
}

.scrolling-wrapper {
    overflow-x: auto;
    overflow-y: hidden
}

.scrolling-wrapper ul {
    flex-wrap: nowrap;
    display: inline-flex
}

.scrolling-wrapper ul li {
    list-style-type: none;
    white-space: nowrap
}

tabset ul {
    border-bottom: 0 !important;
    margin-bottom: .5rem !important
}
.nav-tabs {
    /* justify-content: center; */
}
.nav-tabs .nav-item {
    margin-bottom: 0px;
}
.gameTabs {
    text-align: center
}

.gameTabs img {
    filter: invert(80%);
    /* margin-top: .25rem */
}
.gameTabs .nav-link.active img,
.gameTabs:hover img{
    filter: none;
}

.gameTabs.disabled .nav-link.disabled {
    border-color: #e9ecef #e9ecef #dee2e6 !important;
    background-color: #999 !important
}

.gameTabs.disabled:hover a {
    background-color: #999
}

.gameTabs .nav-link.active,
.gameTabs:hover a {
    background-color: #c90;
    color: #fff;
}

.gameTabs .nav-link {
    border: 1px solid transparent;
    border-color: #e9ecef #e9ecef #dee2e6;
    color: #333;
    /* background-color: #666; */
    background: linear-gradient(90deg, #d5b69c 0%, #f4e6cf 50%, #d5b69c 100%);
}

.gameTabs a {
    border-radius: 10px !important;
}

/* .gameTabs:first-child a {
    border-radius: 10px 0 0 10px
}
.gameTabs:last-child a {
    border-radius: 0 10px 10px 0
} */

.gameTabs a {
    color: #fff;
    font-size: 1rem;
    /* line-height: 2.6rem; */
    height: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-link {
    padding: 0.5rem;
}

@media screen and (min-width:1200px) {
    .gameTabs {
      max-width: 7.5rem !important;
      min-width: 7.5rem;
    }
}

@media (max-width:1199.98px) {
    .gameTabs {
        min-width: 6.5rem;
        max-width: 6.5rem !important
    }

    .gameTabs a {
        line-height: 2rem
    }
}

@media (max-width:991.98px) {
    .gameTabs {
        min-width: 6rem;
        max-width: 6rem !important
    }

    /* .gameTabs a {
        border-radius: .25rem .25rem 0 0 !important
    } */

    .subTabs a.nav-link {
        padding: .5rem !important
    }

    .main-tabs {
        margin-top: 30px;
    }
}

@media (max-width:767.98px) {
    /* .gameTabs {
        max-width: 180px !important
    } */
    .main-tabs {
        margin: 10px;
    }
}

@media screen and (max-width:508px) {
    .gameTabs {
        max-width: 7rem !important;
        min-width: 7rem;
    }

    .nav-tabs {
        /* padding: 0 3% !important */
    }
}

@media screen and (max-width:375px) {
    .gameTabs {
        min-width: 140px;
        max-width: 140px !important
    }
}

@media screen and (max-width:320px) {
    .gameTabs {
        min-width: 125px;
        max-width: 125px !important
    }

    .nav-tabs {
        padding: 0 !important
    }
}

.subTabs a,
.subTabs ul {
    border: 0;
    text-transform: capitalize
}
.subTabs li {
    padding: 0.2em;
}

.subTabs .nav-link.active,
.subTabs a:hover {
    background-color: #bda087;
    color: white;
    border-radius: 0.5em;
    font-weight: normal !important;
}
.subTabs .nav-link {
    background-color: #fff;
    color: #563813;
    border-radius: 0.5em;
    border: 1px solid #e7e7e7;
}
.subTabs .nav-item .nav-link {
    min-height: 30px;
}
#btnSearch{
    height: 38px;
}
.form-control-feedback {
    position: absolute;
    top: .5rem;
    right: 3.2rem;
    z-index: 3;
    display: block;
    text-align: center;
    pointer-events: all;
    cursor: pointer
}

.gameItem {
    position: relative;
    padding: 0;
    border: 3px solid #dab377;
    color: #fff
}

.gameItem .effect01 {
    position: relative;
    overflow: hidden
}

.gameItem .effect01:hover .figcaption {
    top: 0
}

.gameItem .effect01 .img-fluid {
    height: auto;
    width: 100%
}

.gameItem .effect01 .jackpot {
    display: block;
    position: absolute;
    height: 1.5rem;
    top: -1.5rem;
    right: 0;
    background: linear-gradient(to bottom, red 0, #f45e27 50%, #ea2803 51%, #c72200 100%)
}

.gameItem .effect01 .jackpot p {
    padding: 0 .25rem
}

.gameItem .effect01 .jackpot p:empty {
    display: none
}

.gameItem .effect01 .figcaption {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    top: 100%;
    transition: all .35s ease;
    text-align: center
}

.gameItem .effect01 .figcaption .btn {
    display: block;
    width: 130px;
    font-size: .8rem;
    margin: .4rem auto;
    border: 1px solid #000
}

.gameItem .effect01 .disabled {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    text-align: center
}

.has-sticker {
    top: -4px;
    left: -4px;
    z-index: 1;
    width: 72px;
    height: 72px;
    overflow: hidden;
    position: absolute
}

.has-sticker .sticker {
    position: relative;
    color: #ffd51b;
    font-size: .7rem;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 1px solid #ff0;
    background-color: #f44336;
    background-image: linear-gradient(to right, #ef5350, #8b1a12);
    padding: 3px 0;
    left: -25px;
    top: 15px;
    width: 100px;
    white-space: nowrap
}

.has-sticker .sticker:after,
.has-sticker .sticker:before {
    content: "";
    border-top: 2px solid #b71c1c;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    position: absolute
}

.has-sticker .sticker:before {
    right: 4px;
    bottom: -3px
}

.has-sticker .sticker:after {
    left: 6px;
    bottom: -3px
}

@media (min-width:992px) {
    .gameList {
        max-width: 20%
    }
}

@media (min-width:576px) and (max-width:991px) {
    #btnSearch{
        height: 38px;
    }
}

@media (min-width:576px) {
    .subTabs {
        padding: 0
    }
}

@media (max-width:575px) {
    #gameListTab {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
</pre></body></html>