html {
    font-size: 100%
}

div.main {
    width: 100%;
    height: 100vh;
    display: flex;
    overflow-y: scroll;
    flex-direction: column
}

div.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #191919
}

label.footer-text {
    color: #FFF;
    font-size: .8em;
    margin: 0 10px 10px 10px
}

img.logo {
    width: 120px;
    margin: 10px 0;
    align-self: center
}

div.nav {
    padding: 5px;
    display: flex;
    margin-bottom: 10px;
    border: 1px solid #2e2f41;
    background-color: #191919
}

div.nav a.blue {
    color: #3a78ff;
    border: 1px solid #3a78ff;
    background-color: #3a78ff69;
    box-shadow: 0 0 10px #3a78ff
}

div.nav a.gold {
    color: #ff9a00;
    border: 1px solid #ff9a00;
    background-color: #ff9a006e;
    box-shadow: 0 0 10px #ff9a00
}

div.nav a.green {
    color: #3ac159;
    border: 1px solid #3ac159;
    background-color: #3ac1596b;
    box-shadow: 0 0 10px #3ac159
}

div.nav a.sub-nav {
    flex: 1;
    margin: 5px;
    display: flex;
    padding: 5px 0;
    font-size: .6em;
    font-weight: 600;
    border-radius: 3px;
    justify-content: center;
    text-transform: uppercase
}

div.header {
    display: flex;
    padding: 0 10px;
    flex-direction: column
}

div.header div.curve {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: column;
    border: solid 5px #3f83ff;
    background-color: #3f82ff41;
    border-radius: 50%/30px 30px 0 0;
    border-color: #3f83ff transparent transparent transparent
}

div.header div.box {
    width: 100%;
    height: 30px;
    background-image: linear-gradient(#3f82ff41, #3f82ff00)
}

div.header label.title {
    font-size: .9em;
    font-weight: 500;
    color: #3f83ff;
    margin-top: 10px;
    margin-bottom: 0;
    align-self: center
}

div.menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 0 5px
}

div.menu {
    display: flex;
    margin: 0 5px 10px;
    width: calc(33.33333333333333% - 10px)
}

div.menu a {
    display: inline-block
}

div.menu a img {
    width: 100%;
    border-radius: 5px
}

div.sub-header {
    display: flex;
    align-items: center
}

div.sub-header div.back {
    width: 50px;
    height: 50px;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center
}

div.sub-header label.subtitle {
    width: 100%;
    color: #FFF;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center
}

div.list {
    height: 100%;
    padding: 0 10px
}

div.list a.item {
    width: 100%;
    padding: 10px;
    display: flex;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #202020
}

div.list a.item img.thumb-nail {
    width: 150px;
    border-radius: 5px;
    margin-right: 10px;
    border: 2px solid #FFF
}

div.list a.item div.detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

div.detail label.detail-title {
    color: #FFF;
    font-size: 1em;
    margin-bottom: 0
}

div.detail a.button {
    width: 100%;
    color: #FFF;
    font-size: .8em;
    padding: 5px 0;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    background-color: #3f83ff
}

.center-tab a {
    padding: 0
}

#header {
    display: flex;
    align-items: center;
    justify-content: center
}

#header .title {
    padding: 0;
    color: #3f83ff;
    font-size: 1.25857em
}

#header .title .logo {
    max-height: 100%
}

#header,
.ui-overlay-b .ui-content,
.ui-overlay-b .ui-panel-wrapper {
    background-color: #111;
    margin-top: 0
}

.ui-body-a,
.ui-body-b,
.ui-content,
.ui-overlay-b,
.ui-page,
.ui-page-theme-a .ui-body-inherit,
.ui-page-theme-b,
.ui-page-theme-b .ui-body-inherit,
.ui-page-theme-b .ui-panel-wrapper,
body,
html,
html .ui-bar-a .ui-body-inherit,
html .ui-bar-b .ui-body-inherit,
html .ui-body-a .ui-body-inherit,
html .ui-body-b .ui-body-inherit,
html .ui-panel-page-container-a,
html .ui-panel-page-container-b,
html body .ui-group-theme-a .ui-body-inherit,
html body .ui-group-theme-b .ui-body-inherit {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.icon-navicon {
    color: #0086e8
}

#divPanel .label {
    font-size: .70rem
}

#divPanel {
    background-color: #161e2c
}

.ui-page-active {
    background-color: #111
}

.gradient {
    display: block;
    color: #fff
}

.input label span:last-child,
.input label span:first-child {
    font-size: 1rem
}

.curve .title {
    text-transform: uppercase
}

.casino>a>i {
    width: 12rem;
    height: 10rem
}

.slots-tab a {
    padding: 0
}

.ui-select {
    font-size: 1.1rem
}

@media (max-width:415px) {
    .casino>a>i {
        width: 10rem;
        height: 8rem
    }
}

.icon-cockfight:before {
    display: inline-block;
    width: 32px;
    height: 32px;
    content: "";
    background-image: url(../../images/va2888/menu/cockfight.svg);
    background-size: contain
}

.card {
    background-color: #000
}

.bln {
    position: absolute;
    right: 15px;
    top: 15px
}

.bln span {
    color: #eee
}

.main>#iframe {
    position: static !important;
    width: 98.5% !important;
}
.cock .lazy{
    width: 100%;
}
.cock .row{
    margin: 0px;
    text-align: center;
}
.cock .row span{
    color: #fff;
}