/* ---------------------------------------------------
    FONT
----------------------------------------------------- */

@font-face {
    font-family: 'DB Helvethaica X 45 Li';
    src: url('../fonts/DBHelvethaicaX-45Li.woff2') format('woff2'),
        url('../fonts/DBHelvethaicaX-45Li.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'DB Helvethaica X 55';
    src: url('../fonts/DBHelvethaicaX-55Regular.woff2') format('woff2'),
        url('../fonts/DBHelvethaicaX-55Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DB Helvethaica X 75 Bd';
    src: url('../fonts/DBHelvethaicaX-75Bd.woff2') format('woff2'),
        url('../fonts/DBHelvethaicaX-75Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* ---------------------------------------------------
    GENERAL STYLE
----------------------------------------------------- */
/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Prevent font size inflation */
html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
    list-style: none;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
    line-height: 1.1;
}


/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
    min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
    scroll-margin-block: 5ex;
}

/*Basic*/
html {
    font-size: 10px;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    background: #0038a8;
    color: #ffffff;
    font-family: 'DB Helvethaica X 55';
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.4rem;
}

a {
    color: #0ad7f8;
    text-decoration: none;
}

a:hover {
    color: #fdeb15;
}

.st-section {
    padding: 32px 0;
}

.main-content-section {
    padding: 80px 0;
}

.otpage .main-content {
    padding: 0 0 40px;
}

h1,
h2,
h3 {
    font-weight: 600;
}

h1 {
    font-size: 3.6rem;
}

h2 {
    font-size: 3.6rem;
}

h3 {
    font-size: 2rem;
}

img {
    max-width: 100%;
    height: auto;
}

.btn {
    display: inline-block;
    color: #ffffff;
    padding: 10px 30px;
    background: #efefef;
    border-radius: 8px;
    font-size: 1.6rem;
    font-weight: 600;
}

.btn img {
    max-width: 16px;
    display: inline list-item;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.btn-register {
    background: rgb(166, 0, 0);
    background: linear-gradient(180deg, rgba(166, 0, 0, 1) 0%, rgba(106, 0, 0, 1) 100%);
}

.btn-login {
    border: 1px solid #ffffff;
    background: none;
    color: #ffffff;
}

.btn-container a {
    margin-right: 15px;
    width: 47.3%;
    text-align: center;
}

.btn-container a:last-child {
    margin-right: 0;
}

.btn-line {
    padding: 10px 30px;
    background: #30C100;
    border-radius: 32px;
}

.cvpage {
    padding: 60px 0;
}


.content-divider {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

.bg-inverted {
    background: #001800;
}

.text-center {
    text-align: center;
}

.nav-btn {
    display: none;
}

.nav-mb {
    display: none;
}

.line-divider {
    border-bottom: 1px solid #451901;
}

.seeall {
    margin-top: 30px;
    text-align: center;
    display: block;
}

marquee {
    background: #00307c;
    color: #ffffff;
    border-radius: 16px;
    font-size: 1.8rem;
    line-height: 48px;
    margin: 0 0 20px;
}

.otpage marquee {
    margin-bottom: 30px;
}

/*Layout*/
.header-container {
    padding: 5px;
    display: block;
    overflow: hidden;
}

.header-container .logo-container {
    margin: 0 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 3.2rem;
    vertical-align: middle;
}

.header-container .logo-container:hover {
    color: #ffffff;
}

.header-container-mb {
    display: none;
}

.header-btm {
    padding: 30px 0;
}


.header-left {
    width: 30%;
    float: left;
}

.header-center {
    width: 40%;
    float: left;
    text-align: center;
}

.header-left img {
    max-width: 300px;
}

.header-right {
    width: 70%;
    float: right;
    text-align: right;
}

.header-top .header-left {
    width: 50%;
}

.header-top .header-left h3 {
    margin-top: 30px;
    font-size: 1.6rem;
}

.header-top .header-right {
    width: 50%;
}

.header-top h3 img {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.header-btm .header-right {
    width: 30%;
}

.header-btm .header-right img {
    display: block;
    float: right;
    margin-top: 15px;
}

.header-container ul {
    padding: 0;
    margin: 0;
}

.header-container ul li {
    display: inline-block;
}

.header-container ul li:last-child {
    display: inline-block;
}

.logo-container-mb {
    display: none;
}

.line-content-divider {
    width: 100%;
    height: 1px;
    background: #960200;
    margin: 15px 0;
    display: block;
}

.header-line-divider {
    width: 100%;
    height: 1px;
    background: #00307c;
    margin: 30px 0;
    display: block;
}

.navbar {
    padding: .5rem 0;
}

.nav-container li {
    margin-right: 10px;
}

.nav-container li:last-child {
    margin-right: 0;
}

.nav-container li a {
    font-size: 1.8rem;
    font-weight: 600;
}

.nav-login li {
    margin-right: 5px;
}

.nav-login input {
    border: none;
    border-radius: 8px;
    font-size: 1.8rem;
    max-width: 130px;
    height: 40px;
    padding: 10px;
}

.nav-login .btn {
    background: #ffffff;
    border: none;
    border-radius: 8px;
    color: #320000;
    font-size: 1.8rem;
    line-height: 30px;
    padding: 5px 10px;
}

.nav-login .btn:hover {
    color: #320000;
}

.nav-login .btn-register {
    background: #fff800;
    border: none;
    color: #320000;
}

.nav-login .btn-register:hover {
    color: #320000;
}

.nav-active {
    background: #00307c;
    border-radius: 8px;
    color: #ffffff;
    padding: 5px 10px;
}

.content-text-full {
    text-align: center;
}

.banner-mb {
    display: none;
}

.heading-section {
    margin-bottom: 20px;
}

.heading-section h2 {
    background: #00307c;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 32px;
}

.heading-line-section {
    margin-bottom: 20px;
}

.heading-line-section h2 {
    background: #00307c;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 32px;
}

.heading-line-section span {
    color: #ffec00;
}

.brand-section {
    background: #00307c;
    border-radius: 16px;
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #00307c;
}

.banner .owl-carousel .owl-item img {
    border-radius: 16px;
}

.banner .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

/*Table*/

.ranking-inner {
    background: #00307c !important;
    border-radius: 16px;
}

.ranking-inner img {
    max-width: 40px;
}

.spin-inner {
    background: #00307c !important;
    border-radius: 16px;
    padding: 10px 0;
}

.spin-inner img {
    display: block;
    margin: 0 auto;
    max-width: 275px;
}

.table-responsive {
    border-radius: 16px;
}

.table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0 10px;
    padding: 15px;
}

table {
    color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
}

.table th,
.table td {
    border-top: none;
    border-bottom: none;
    color: #ffffff;
    padding: 10px;
    vertical-align: middle;
}


.table thead th {
    border-bottom: none;
    padding: 15px;
}

thead tr {
    background: #1156d5;
    color: #ffffff;
    border-top: none;
}

tbody tr {
    background: #1156d5;
    border-radius: 16px;
}

.tr-active {
    background: rgb(91, 126, 234);
    background: -moz-linear-gradient(180deg, rgba(91, 126, 234, 1) 0%, rgba(22, 55, 210, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(91, 126, 234, 1) 0%, rgba(22, 55, 210, 1) 100%);
    background: linear-gradient(180deg, rgba(91, 126, 234, 1) 0%, rgba(22, 55, 210, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b7eea", endColorstr="#1637d2", GradientType=1);
    color: #ffffff !important;
}

tr .username {

    font-family: 'DB Helvethaica X 75 Bd';
}

tr .value {

    font-family: 'DB Helvethaica X 75 Bd';
}

tr span {
    margin-left: 15px;
    font-family: 'DB Helvethaica X 75 Bd';
}

/*Footer*/

.footer-section {
    padding: 40px 0;
}

.footer-logo img {
    max-width: 200px;
    margin: 0 auto 30px;
}

.footer-logo p {
    margin-bottom: 15px;
}

.footer-logo p:last-child {
    margin-bottom: 0;
}

.footer-nav ul {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
}

.footer-nav ul li {
    display: inline-block;
    margin-left: 30px;
}

.footer-nav ul li a {
    color: #ffffff;
    font-family: 'DB Helvethaica X 75 Bd';
}

.footer-nav ul li:first-child {
    margin-left: 0;
}

/*Tags*/


.nav-tag {
    list-style-type: none;
    padding-left: 0;
    margin-top: 15px;
}

.nav-tag li {
    display: inline-block;
    margin-right: 10px;
    margin-left: -5px;
    margin-bottom: 15px;
    color: #000;
    border-radius: 8px;
    font-size: 1.8rem;
    font-family: 'DB Helvethaica X 75 Bd';
}

.nav-tag li a {
    padding: 5px 15px;
    background: #00307c;
    border-radius: 8px;
    color: #ffffff;
}

.nav-tag li a:hover {
    text-decoration: none;
}


/*Statistic*/
.statistic-inner {
    background: #00307c;
    border-radius: 16px;
    padding: 20px;
    min-height: 120px;
}

.statistic-inner img {
    margin: 15px auto 0;
    display: block;
}

.statistic-inner p {
    line-height: 14px;
    background: #002760;
    border-radius: 16px;
}

.progress {
    height: 24px;
    border-radius: 16px;
    margin-top: 15px;
    background: #002760;
}

.progress-bar-striped {
    border-radius: 16px;
}

.statistic-minute {
    color: #ffec00;
    font-size: 2.4rem;
    text-align: right;
}

.progress-bar-striped {
    background: #ffec00;
}

.games-item h3 {
    background: #00307c;
    border-radius: 16px 16px 0 0;
    margin-top: 10px;
    padding: 10px 5px 0;
}

.otpage .games-item {
    position: relative;
    width: 50%;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.games-item:hover .image {
    opacity: 0.3;
}

.games-item:hover .middle {
    opacity: 1;
}

.text {
    background: rgb(245, 188, 0);
    background: -moz-linear-gradient(180deg, rgba(245, 188, 0, 1) 0%, rgba(253, 221, 1, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(245, 188, 0, 1) 0%, rgba(253, 221, 1, 1) 100%);
    background: linear-gradient(180deg, rgba(245, 188, 0, 1) 0%, rgba(253, 221, 1, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5bc00", endColorstr="#fddd01", GradientType=1);
    border-radius: 8px;
    color: #ffffff !important;
    font-size: 20px;
    padding: 10px 20px;
    width: 100%;
    display: block;
    font-weight: 700;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
}

.text:hover {
    text-decoration: none;
}

#mobile-nav {
    display: none;
}

.useronline-games {
    background: #00307c;
    border-radius: 0 0 16px 16px;
    padding: 0 0 10px;
}

.useronline-games span {
    display: inline-block;
}

.useronline-games span img {
    max-width: 16px;
    display: inline !important;
    margin-right: 5px;
    margin-top: -2px;
}

.useronline-games .counter {
    display: inline-block;
}

.useronline-games .counter h4 {
    display: inline-block;
    margin: 0 5px;
    font-size: 1.8rem;
}

.promotion-item img {
    width: 100%;
}

.activity-row .act-more {
    margin-top: 15px;
    display: block;
    color: #fdeb15;
}

/*Ranking*/
.ranking-table-inner {
    background: #00307c;
    border-radius: 16px;
    padding: 30px 15px;
}

.ranking-table-header {
    border-radius: 32px;
    background: #1156d5;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}


.ranking-row {
    padding: 6px 15px 0 15px;
    overflow: hidden;
}

.ranking-td {
    background: #1156d5;
    padding: 5px;
}

.ranking-td-img img {
    max-width: 36px;
}

.ranking-td-first {
    border-radius: 32px 0 0 32px;
}

.ranking-td-first h3 {
    border-radius: 16px;
    display: inline-block;
    padding: 0 15px;
}

.ranking-gold h3 {
    background: rgb(232, 125, 0);
    background: linear-gradient(90deg, rgba(232, 125, 0, 1) 0%, rgba(255, 230, 0, 1) 100%);
}

.ranking-silver h3 {
    background: #707070;
}

.ranking-bronze h3 {
    background: #a45406;
}

.ranking-td-last {
    border-radius: 0 32px 32px 0;
}

/*Media Queries*/
@media (max-width:1199px) {
    .container {
        max-width: 100%;
    }

    .nav-container li {
        margin-right: 10px;
    }

    .nav-login input {
        max-width: 100px;
    }

    .contact-list-more {
        display: none;
    }

    .nav-container li a {
        font-size: 1.6rem;
    }
}

@media (min-width:576px)and (max-width:1199px) {

    .statistic-minute {
        font-size: 1.8rem;
    }

    .statistic-item p br {
        display: none;
    }

    .statistic-heading {
        font-size: 1.6rem;
    }
}


@media (min-width:992px)and (max-width:1199px) {

    .deposit-item h3 {
        font-size: 1.4rem;
    }

    .deposit-item p {
        font-size: 1.4rem;
    }


}

@media (min-width:992px)and (max-width:1199px) {
    .activity-heading {
        max-width: 83.333333%;
    }

    .col-img {
        display: none;
    }

    .sidebar-contact-list p {
        display: none;
    }

    .contact-list-more {
        padding: 0 5px;
    }
}

@media (max-width:991px) {
    .header-container {
        display: none;
    }

    #mobile-nav {
        display: block;
        background: #002760;
    }

    #mobile-nav .navbar-brand {
        max-width: 120px;
    }

    .wrap-count {
        display: none;
    }

    .header-line-divider {
        display: none;
    }

    .online-user {
        display: none;
    }

    .statistic-inner {
        min-height: 130px;
    }

    .statistic-inner img {
        max-width: 100px;
    }

    .spin-container {
        margin-top: 30px;
    }

    .promotion-section .content-divider {
        display: none;
    }

    .promotion-item {
        margin-bottom: 15px;
    }

    marquee {
        margin: 15px 0 15px;
    }

    .otpage .main-content {
        padding: 48px 0;
    }

    .otpage .games-item {
        margin-bottom: 30px;
    }

    .activity-section .header-line-divider {
        display: block;
    }

    .activity-row img {
        margin-bottom: 15px;
    }

    .activity-row:last-child {
        margin-bottom: 30px;
    }

    .certificate-section .content-divider {
        display: none;
    }

    .certificate-item {
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {}

@media (max-width:576px) {
    .statistic-item {
        margin-bottom: 20px;
    }

    .sidebar-contact-list h3 {
        font-size: 1.8rem;
    }

    .sidebar-contact-list p {
        font-size: 1.6rem;
    }

    .navbar {
        padding: 15px 0;
    }

    .ranking-td span {
        display: none;
    }

    .statistic-inner p {
        padding: 10px 15px;
    }
}

@media (max-width:473px) {

    .ranking-table-header {
        font-size: 16px;
    }

    .ranking-td-first h3 {
        font-size: 16px;
    }
}

@media (max-width:417px) {

    .ranking-td-first h3 {
        font-size: 15px;
        padding: 0 5px;
    }

}

/*@media (max-width:576px) {
    .contact-list-more img {
        padding: 0 5px;
    }
}*/
