@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.animate__shake {
    animation: tilt-shaking 0.25s linear infinite;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row>*,
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 10px;
    padding-right: 10px;
}

html {
    font-size: 20px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-color: #fcfcfc;
    line-height: 24px;
    color: #121212;
}

.hidden {
    display: none !important;
}

.color {
    color: #DC3545;
}

.color-black {
    color: #121212 !important;
}

.win {
    color: #12E300;
}


a {
    color: #DC3545;
    transition: .2s;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #DC3545;
}

.btn {
    display: block;
    border-radius: 12px;
    font-size: 16px;
    background: #AEAEAE;
    padding: 12px 0;
    color: #fff;
    border: 0;
    font-weight: 700;
    line-height: 24px;
    width: 100%;
    text-align: center;
}

.btn:focus,
.btn:hover {
    box-shadow: none;
    color: #fff;
}

.relative {
    position: relative;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.error {
    color: red;
}

::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #F3F3F3;
    border-radius: 24px;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #697780;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #697780;
}

::placeholder {
    color: #697780;
}

.scroll-y {
    overflow: hidden;
    overflow-y: scroll;
    max-height: 1000px;
}

.box {
    background-color: #fff;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}

.fw-600 {
    font-weight: 600;
}


/* Header */

#header {
    background: #FFF;
    box-shadow: 0px 7px 64px 0px rgba(0, 0, 0, 0.07);
    padding: 10px 0;
}

.logo {
    margin-right: 47px;
}

.main-menu {
    gap: 24px;
}

.main-menu a {
    color: #737373;
    text-transform: capitalize;
}

.main-menu a:hover,
.main-menu a:focus {
    color: #DC3545;
}

.main-menu .active a {
    font-weight: 700;
    color: #DC3545;
}

.support-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    text-transform: capitalize;
}


/* Footer */

#footer {
    background: #fff;
    padding: 32px 0;
}


/* Body */

.marquee {
    overflow: hidden;
    padding: 20px;
    background: rgba(220, 53, 69, 0.05);
    color: #DC3545;
    font-size: 20px;
    font-weight: 700;
}

#top-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 0;
}

#top-banner h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 12px;
}

.text-left p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.jackpot {
    background: url(../images/banner-jp.png) no-repeat;
    background-position: center;
    box-shadow: 0px 7px 20px 0px rgba(120, 0, 10, 0.25);
    padding: 20px;
    border-radius: 12px;
    color: #fff;
    width: 413px;
    height: 204px;
    max-width: 100%;
}

.jb-sum {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.jackpot>p {
    color: #E7E7E7;
}

.countdown {
    display: flex;
    gap: 8px;
    align-items: center;
}

.countdown span {
    border-radius: 12px;
    border: 1px solid #616161;
    width: 37px;
    text-align: center;
    padding: 8px;
    font-weight: 700;
}

section {
    padding-top: 100px;
}

#main-game {
    background: url(../images/bg-main.png) no-repeat;
    background-position: bottom right;
}

.nav-tabs {
    border: 0;
    gap: 12px;
    margin-bottom: 32px;
    justify-content: center;
}

.nav-tabs .nav-link {
    border: 0;
    border-radius: 12px;
    background: #E7E7E7;
    padding: 10px 40px;
    font-size: 16px;
    color: #737373;
    font-weight: 700;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08) inset;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #DC3545;
    color: #fff;
}

h3 {
    font-size: 24px;
    color: #DC3545;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 12px;
}

.text-guild p {
    margin-bottom: 8px;
}

.text-guild span {
    color: #737373;
    vertical-align: middle;
}

.guild-mm {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 24px;
}

.guild-mm>span {
    display: flex;
    align-items: center;
}

.guild-mm svg {
    vertical-align: middle;
    margin-left: 4px;
}

.form-label {
    margin-bottom: 8px;
    font-size: 14px;
}

.form-select:focus,
.form-control:focus {
    border-color: #DC3545;
    box-shadow: none;
    outline: none;
}


/* The container must be positioned relative: */

.custom-select {
    position: relative;
}

.custom-select select {
    display: none;
    /*hide original SELECT element: */
}

.select-selected.select-arrow-active {
    border-color: #DC3545;
    color: #121212;
}

.select-selected.selected {
    color: #121212;
}

/* Style the arrow inside the select element: */

.select-selected:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 24px;
    height: 24px;
    background: url(../images/fi-rr-caret-down.png) no-repeat;
}


/* Point the arrow upwards when the select box is open (active): */

.select-selected.select-arrow-active:after {
    transform: translateY(-50%) rotate(180deg);
}


/* style the items (options), including the selected item: */

.select-selected,
.form-control {
    border-radius: 12px !important;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 12px 16px;
    box-shadow: 0px 7px 64px 0px rgba(0, 0, 0, 0.07);
    font-size: 16px;
    color: #737373;
    width: 100%;
    position: relative;
}

.select-selected {
    cursor: pointer;
}

.select-selected:focus {
    border-color: #DC3545;
    box-shadow: none;
    outline: none;
}


/* Style items (options): */

.select-items {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 7px 64px 0px rgba(0, 0, 0, 0.07);
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 12px;
    padding: 12px 0 16px;
    max-height: 230px;
    overflow: hidden;
    overflow-y: scroll;
}

.select-items div {
    padding: 8px 16px;
    cursor: pointer;
}


/* Hide the items when the select box is closed: */

.select-hide {
    display: none;
}

.select-items div:hover {
    background-color: #F3F3F3;
}

.same-as-selected {
    color: #DC3545;
    font-weight: 700;
}

.search-code {
    padding: 20px 24px 28px;
}

.web-stat {
    padding: 16px 24px 20px;
}

.web-stat p {
    margin-bottom: 12px;
}

.win-content table {
    min-width: 800px;
}

tbody tr:nth-child(odd) {
    background-color: #f3f3f3;
}

tr td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

tr td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.table>:not(caption)>*>* {
    box-shadow: none;
    padding: 18px 24px;
    vertical-align: middle;
}

.table thead>tr>* {
    padding: 8px 24px;
    color: #737373;
    font-weight: normal;
    font-size: 14px;
}

.win-title {
    font-size: 14px;
    margin: 8px 0 0;
}

.result span {
    width: 31px;
    height: 32px;
    padding: 4px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.chanle2last~.result span {
    background: radial-gradient(50% 50.00% at 50% 50.00%, rgba(255, 255, 255, 0.25) 0%, rgba(34, 166, 153, 0.25) 100%), #22A699;
}

.chanle~.result span {
    background: radial-gradient(50% 50.00% at 50% 50.00%, rgba(255, 255, 255, 0.25) 0%, rgba(243, 154, 44, 0.25) 100%), #F29727;
}

.taixiu~.result span {
    background: radial-gradient(50% 50.00% at 50% 50.00%, rgba(255, 255, 255, 0.25) 0%, rgba(242, 190, 34, 0.25) 100%), #F2BE22;
}

.guess1num~.result span {
    background: radial-gradient(50% 50.00% at 50% 50.00%, rgba(255, 255, 255, 0.25) 0%, rgba(34, 95, 166, 0.25) 100%), #225FA6;
}

.guess2num~.result span {
    background: radial-gradient(50% 50.00% at 50% 50.00%, rgba(255, 255, 255, 0.25) 0%, rgba(217, 80, 51, 0.25) 100%), #D95033;
}

.guess1last~.result span {
    background: radial-gradient(50% 50.00% at 50% 50.00%, rgba(255, 255, 255, 0.25) 0%, rgba(120, 24, 194, 0.25) 100%), #7818C2;
}

#faq h3.text-center {
    margin-bottom: 16px;
}

.accordion-item {
    background: transparent;
    border: 0;
    margin-bottom: 1rem;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    border-radius: 12px !important;
    background: #FFF;
    box-shadow: 0px 7px 64px 0px rgba(0, 0, 0, 0.07);
    padding: 12px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #121212;
    border: 1px solid transparent;
}

.accordion-button:not(.collapsed),
.accordion-button:hover,
.accordion-button:focus {
    color: #DC3545;
    border-color: #DC3545;
    box-shadow: none;
}

.accordion-button::after {
    width: 20px;
    height: 20px;
    background-size: 20px;
    background: url(../images/fi-rr-angle-small-right.svg) no-repeat;
    transform: rotate(90deg);
}

.accordion-button:not(.collapsed)::after {
    background: url(../images/fi-rr-angle-small-right.svg) no-repeat;
    transform: rotate(-90deg);
    filter: brightness(0) saturate(100%) invert(38%) sepia(90%) saturate(3916%) hue-rotate(334deg) brightness(88%) contrast(95%);
}

.accordion-button:hover::after {
    filter: brightness(0) saturate(100%) invert(38%) sepia(90%) saturate(3916%) hue-rotate(334deg) brightness(88%) contrast(95%);
}

.offcanvas-start {
    max-width: 50%;
    border: 0;
}

.offcanvas-body {
    padding: 60px 16px;
}

.modal-content {
    padding: 32px;
    max-width: 416px;
    border-radius: 12px;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.07);
}

.modal-header {
    padding: 0;
    margin-bottom: 12px;
    border: 0;
}

.modal-body {
    padding: 0;
}

.modal-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
}

.modal-body p {
    margin-bottom: 8px;
}

.img-scan {
    display: block;
    margin: 20px auto;
}

#CheckCodeModal .modal-body>div+div {
    margin-top: 4px;
}

#CheckCodeModal .modal-body p {
    margin: 16px 0 0;
}

.modal-fullscreen {
    max-width: 100%;
}

.modal-fullscreen .modal-content {
    background: url(../images/bg-bomb.png) no-repeat;
    max-width: 100%;
    background-size: cover;
}

.modal-fullscreen .modal-body {
    max-width: 462px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.modal-fullscreen h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 28px 0 12px;
}

.modal-fullscreen .modal-body p {
    margin-bottom: 2rem;
}

.btn-continue {
    background: #DC3545;
}