/*------------------------------------------------------------------
Website: eclub888
--------------------------------------------------------------------

[TABLE OF CONTENTS] 01. General 02. Header - page banner 03. Footer 04. Game 05. Promo 06. TV 07. download 08. form 09. member 10. homepage 11. burger menu 12. contact us

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
Variables
-------------------------------------------------------------------*/
/* font */
/* color */
.gradient-blue, .btn.btn-primary, .page-tv .tv-wrap .nav-tabs .nav-link.active, .page-tv .game-wrap .nav-tabs .nav-link.active, .page-game-lobby .tv-wrap .nav-tabs .nav-link.active, .page-game-lobby .game-wrap .nav-tabs .nav-link.active, .page-member .payment-opt label.btn.active, .page-member .bank-opt label.btn.active, .page-member .sync-date label.btn.active, .page-member .input-group-append .btn.selected, #burgermenu .nav-group .each:hover, #burgermenu .nav-group .each:focus { background: #4AA5DF; background: -moz-linear-gradient(top, #4AA5DF 0%, #123060 100%); background: -webkit-linear-gradient(top, #4AA5DF 0%, #123060 100%); background: linear-gradient(to bottom, #4AA5DF 0%, #123060 100%); }

.gradient-white, .btn.btn-secondary, #nav-main .nav-link.active, .nav-member .nav-link.active, .page-tv .tv-wrap .nav-tabs .nav-link, .page-tv .game-wrap .nav-tabs .nav-link, .page-game-lobby .tv-wrap .nav-tabs .nav-link, .page-game-lobby .game-wrap .nav-tabs .nav-link, .page-member .input-group-append .btn, .section-category .each:hover::before, .section-category .each:focus::before { background: #fff; background: -moz-linear-gradient(top, #fff 56%, #91BFDB 100%); background: -webkit-linear-gradient(top, #fff 56%, #91BFDB 100%); background: linear-gradient(to bottom, #fff 56%, #91BFDB 100%); }

.gradient-gold, .btn.btn-accent { background: #B68003; background: -moz-linear-gradient(-45deg, white 0%, #e0c55a 15%, #B68003 40%, #B68003 60%, #e0c55a 85%, white 100%); background: -webkit-linear-gradient(-45deg, white 0%, #e0c55a 15%, #B68003 40%, #B68003 60%, #e0c55a 85%, white 100%); background: linear-gradient(-45deg, white 0%, #e0c55a 15%, #B68003 40%, #B68003 60%, #e0c55a 85%, white 100%); }

/*-------------------------------------------------------------------
01. General
-------------------------------------------------------------------*/
*:focus { outline: none; }

html, body { width: 100%; overflow-x: hidden; font-family: "Ubuntu", sans-serif; }

body { background-color: #bed4fe; -webkit-font-smoothing: antialiased; color: #1a162d; line-height: 1.2; font-size: 14px; font-weight: 400; }

/* typography */
a, a:hover, a:focus { text-decoration: none; transition: .3s; cursor: pointer; }

.btn { display: flex; justify-content: center; align-items: center; border-radius: 10px; font-size: 14px; font-weight: bold; text-transform: capitalize; border: 0; }
.btn:focus { box-shadow: none; }
.btn.btn-secondary { color: #49a3dd !important; }
.btn.btn-accent { color: white; border: 1px solid #fff7c1; }
.btn.btn-outline-primary { color: #143364; background-color: transparent !important; }

button, button:hover, button:focus { border: none; outline: none; }

/* form */
.form-control { border-radius: 10px; height: auto; font-size: 14px; color: #143364 !important; }

.form-group label:first-child { text-transform: capitalize; }

.form-check-input { margin-top: .1rem; }

.modal-content { color: #1a162d; }

.content-wrap { padding: 30px 0 80px; }

.page-member .content-wrap { padding: 0; }
.page-member .content-wrap .mem-content { margin: 0; border: 0; }
.page-member .content-wrap .mem-content > * { padding-bottom: 80px; }

/*-------------------------------------------------------------------
02. Header
-------------------------------------------------------------------*/
header { background-color: #cddaf3; }
header .header-secondary { background-color: white; }
header .form-control { background-color: #eaeaea; }

.navbar { padding: .5rem; }

.header-main { background-color: #bed4fe; z-index: 999; }
.header-main.fixed { position: fixed; top: 0; left: 0; width: 100%; }

#nav-top .nav-link { position: relative; display: flex; align-items: center; justify-content: center; color: #143364; font-weight: bold; text-transform: capitalize; }
#nav-top .nav-link:not(:first-child)::before { content: ""; display: block; width: 8px; height: 8px; position: absolute; left: 0; top: 50%; transform: translate(-50%, -50%); background-color: #49a3dd; border-radius: 50%; }

#nav-main { flex-wrap: nowrap; }
#nav-main .nav-link { display: flex; align-items: center; justify-content: center; color: white; font-size: 16px; font-weight: bold; text-transform: capitalize; padding: 0.8rem 1.5rem; }
#nav-main .nav-link.active { color: #143364; }

#lang-opt { background-color: transparent; }
#lang-opt img { width: 30px; }
#lang-opt + .dropdown-menu { min-width: auto; background-color: transparent; border: 0; padding-top: 15px; }
#lang-opt + .dropdown-menu .dropdown-item img { width: 30px; }
#lang-opt + .dropdown-menu .dropdown-item:hover, #lang-opt + .dropdown-menu .dropdown-item:focus { background-color: transparent; transform: scale(1.2); }

.greet-member { display: flex; color: #143364; white-space: nowrap; }

.page-title { font-size: 18px; font-weight: bold; white-space: nowrap; text-transform: capitalize; }
.page-title i { margin-right: 8px; }
.page-title a { color: #313131; }

h1 { display: none !important; }

.nav-member .nav-link { color: white; font-weight: bold; text-transform: capitalize; padding: 1rem; border-radius: 0; }
.nav-member .nav-link.active { color: #49a3dd; }

.page-banner { position: relative; width: 100%; height: 400px; background-color: #1d1b33; }
.page-banner img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); min-width: 100%; min-height: 100%; width: auto; height: auto; opacity: .5; }
.page-banner h1 { display: flex; justify-content: center; align-items: center; padding: 15px; position: absolute; left: 0; height: 0; width: 100%; height: 100%; z-index: 2; color: white; text-shadow: 0 0 15px black; margin: 0; }

/*-------------------------------------------------------------------
03. Footer
-------------------------------------------------------------------*/
footer { position: fixed; bottom: 0; left: 0; width: 100%; display: flex; justify-content: space-around; z-index: 9; }

.nav-footer { display: flex; flex-wrap: nowrap; padding: 0 8px; border-top-left-radius: 20px; border-top-right-radius: 20px; }
.nav-footer .nav-link { flex-grow: 1; display: flex; position: relative; padding-top: 40px; justify-content: center; align-items: center; text-align: center; color: white; font-size: 12px; text-transform: capitalize; line-height: 1; }
.nav-footer .nav-link::after { content: ""; display: block; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 30px; height: 2px; background-color: transparent; }
.nav-footer .nav-link.active::after { background-color: white; }
.nav-footer img { display: block; position: absolute; width: 25px; top: 10px; left: 50%; transform: translateX(-50%); }

/*-------------------------------------------------------------------
04. Game
-------------------------------------------------------------------*/
.game-list { display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; margin-left: 8px; margin-right: 8px; }
.game-list .each { position: relative; display: flex; justify-content: center; align-items: center; flex-direction: column; width: calc(50% - 4px); margin: 2px; }
.game-list .each.disabled { cursor: not-allowed; }
.game-list .each.disabled .m-text { position: absolute; z-index: 2; right: 5px; top: 5px; font-size: 12px; font-weight: 600; color: white; text-shadow: 2px 2px 2px black; text-transform: uppercase; }
.game-list .each.disabled .maintain { position: absolute; z-index: 2; width: 40px; height: 40px; display: block; left: calc(50% - 20px); top: calc(50% - 20px); animation-name: rotate-center; animation-duration: 2s; animation-timing-function: ease; animation-delay: 1s; animation-iteration-count: infinite; animation-direction: alternate; animation-fill-mode: both; }
@keyframes rotate-center { 0% { transform: rotate(-80deg); }
  100% { transform: rotate(30deg); } }
.game-list .each.disabled .cover img { opacity: .6; }
.game-list .each.disabled .btn-group { opacity: 1; }
.game-list .each.disabled .btn-group .btn { cursor: progress; }
.game-list .each h3 { color: #1d1b33; font-size: 16px; text-transform: uppercase; text-align: center; font-weight: bold; }
.game-list .each .cover img { width: 100%; }

/*-------------------------------------------------------------------
05. promo
-------------------------------------------------------------------*/
.promo-list { display: flex; align-content: flex-start; justify-content: center; flex-wrap: wrap; }
.promo-list .each { display: flex; justify-content: flex-start; background-color: white; border: 1px solid #ddd; padding: 8px 8px 30px; align-items: center; flex-direction: column; width: calc(100% - 16px); margin: 8px; }
.promo-list .each h3 { color: #1d1b33; font-size: 16px; text-transform: uppercase; text-align: center; }
.promo-list .each .cover img { width: 100%; }

/*-------------------------------------------------------------------
06. TV / game lobby
-------------------------------------------------------------------*/
.page-tv .tv-wrap .nav-tabs, .page-tv .game-wrap .nav-tabs, .page-game-lobby .tv-wrap .nav-tabs, .page-game-lobby .game-wrap .nav-tabs { border-bottom: 1px solid #49a3dd; }
.page-tv .tv-wrap .nav-tabs .nav-link, .page-tv .game-wrap .nav-tabs .nav-link, .page-game-lobby .tv-wrap .nav-tabs .nav-link, .page-game-lobby .game-wrap .nav-tabs .nav-link { border-color: white; color: #49a3dd; font-weight: bold; text-transform: uppercase; }
.page-tv .tv-wrap .nav-tabs .nav-link i, .page-tv .game-wrap .nav-tabs .nav-link i, .page-game-lobby .tv-wrap .nav-tabs .nav-link i, .page-game-lobby .game-wrap .nav-tabs .nav-link i { font-size: 24px; margin-bottom: 8px; }
.page-tv .tv-wrap .nav-tabs .nav-link.active, .page-tv .game-wrap .nav-tabs .nav-link.active, .page-game-lobby .tv-wrap .nav-tabs .nav-link.active, .page-game-lobby .game-wrap .nav-tabs .nav-link.active { color: white; border-color: #49a3dd; }
.page-tv .tv-wrap iframe, .page-tv .game-wrap iframe, .page-game-lobby .tv-wrap iframe, .page-game-lobby .game-wrap iframe { border: 0 !important; }
.page-tv .tv-wrap .tab-content .tab-pane, .page-tv .game-wrap .tab-content .tab-pane, .page-game-lobby .tv-wrap .tab-content .tab-pane, .page-game-lobby .game-wrap .tab-content .tab-pane { border: 1px solid #49a3dd; border-top: 0; }

.page-game-lobby .search { border-top: 1px solid #49a3dd; border-width: 0 1px; background-color: white; }
.page-game-lobby .tab-pane { background-color: white; border: 0 !important; padding: 8px; display: flex; justify-content: center; flex-wrap: wrap; align-items: flex-start; }
.page-game-lobby .tab-pane:not(.show) { display: none; }
.page-game-lobby .tab-pane .room-card { display: block; width: 120px; padding: 8px; }
.page-game-lobby .tab-pane .room-card img { max-width: 100%; }
.page-game-lobby .tab-pane .room-card .room-txt-wrap { text-align: center; margin-top: 5px; }
.page-game-lobby .tab-pane .room-card .room-txt-wrap, .page-game-lobby .tab-pane .room-card .room-txt-wrap * { font-size: 12px; font-weight: bold; text-transform: uppercase; color: #143364; }

/*-------------------------------------------------------------------
07. Download
-------------------------------------------------------------------*/
.download-app { min-height: 40vh; }
.download-app a { position: relative; }
.download-app a img { width: 200px; }
.download-app .disabled img { opacity: .2; }
.download-app .disabled div { position: absolute; color: #1a162d; font-weight: bold; text-transform: uppercase; display: flex; width: 100%; height: 100%; left: 0; top: 0; justify-content: center; align-items: center; font-size: 24px; }

/*-------------------------------------------------------------------
08. Form
-------------------------------------------------------------------*/
.page-form .content-wrap form { background-color: white; width: calc(100% - 1rem); margin: auto; }
.page-form #tac { padding: 30px 15px 15px; text-align: center; }
.page-form #tac .modal-footer, .page-form #tac .modal-content, .page-form #tac .modal-header { justify-content: center; align-items: center; width: 100%; border: 0; }
.page-form #tac .modal-header { padding-bottom: 0; }
.page-form #tac .modal-title { font-size: 18px; text-transform: capitalize; line-height: 1; text-align: center; width: 100%; }
.page-form #tac .num-box { display: flex; margin: 15px -2px; }
.page-form #tac .num-box input { width: 50px; height: 50px; background-color: transparent; margin: 2px; border: 1px solid rgba(0, 0, 0, 0.4); text-align: center; font-size: 24px; font-weight: bold; border-radius: 5px; color: #143364; }
.page-form #tac .btn-wrap { display: flex; justify-content: space-between; width: 100%; }
.page-form #tac .btn-wrap button { font-weight: bold; text-transform: capitalize; background-color: transparent; border: 0; padding: 0; border-radius: 15px; transition: .3s; color: #49a3dd; }
.page-form #tac .btn-wrap button.disable { opacity: .5; background-color: transparent; color: rgba(0, 0, 0, 0.6); }

/*-------------------------------------------------------------------
09. Member
-------------------------------------------------------------------*/
.page-member .mem-content .depositclaim-wrap { padding-bottom: 30px; }
.page-member .mem-content .depositclaim-wrap .each { display: flex; align-items: center; margin-bottom: 10px; }
.page-member .mem-content .depositclaim-wrap .each p { font-weight: bold; color: #49a3dd; font-size: 13px; margin-bottom: 0; }
.page-member .mem-content .depositclaim-wrap .each button.btn { margin-left: 10px; height: unset; width: unset; }
.page-member .mem-content > *, .page-member .mem-sidebar > * { padding: 30px 15px; background-color: white; border: 1px solid #ddd; margin-bottom: 30px; }
.page-member .mem-sidebar .info .each { display: flex; flex-direction: column; }
.page-member .mem-sidebar .info .each:not(:last-child) { margin-bottom: 15px; }
.page-member .mem-sidebar .info .each.QRCode img { width: 200px; max-width: 100%; border: 1px solid #ddd; }
.page-member .mem-sidebar .info .subj { margin-bottom: 4px; text-transform: uppercase; font-size: 12px; color: #49a3dd; font-weight: bold; }
.page-member .mem-content form .form-group, .page-member .mem-sidebar form .form-group { margin-bottom: 15px; }
.page-member .mem-content form .form-group > label, .page-member .mem-sidebar form .form-group > label { text-transform: uppercase; font-weight: bold; color: #49a3dd; margin-bottom: .2rem; }
.page-member .mem-content form .form-group .form-control[readonly], .page-member .mem-sidebar form .form-group .form-control[readonly] { padding: 0; background: transparent; border: 0; border-radius: 0; }
.page-member .mem-content form .form-group .form-control[readonly]:focus, .page-member .mem-content form .form-group .form-control[readonly].focus, .page-member .mem-sidebar form .form-group .form-control[readonly]:focus, .page-member .mem-sidebar form .form-group .form-control[readonly].focus { box-shadow: none; }
.page-member .mem-content .table, .page-member .mem-sidebar .table { margin-bottom: 80px; }
.page-member .payment-opt, .page-member .bank-opt, .page-member .sync-date { padding: 0; border: 0; border-radius: 0; }
.page-member .payment-opt label.btn, .page-member .bank-opt label.btn, .page-member .sync-date label.btn { font-weight: normal; border: 2px solid #ddd; box-shadow: none; height: 40px; }
.page-member .payment-opt label.btn input[type="radio"], .page-member .bank-opt label.btn input[type="radio"], .page-member .sync-date label.btn input[type="radio"] { display: none; opacity: 0; width: 0; height: 0; padding: 0; margin: 0; }
.page-member .payment-opt label.btn img, .page-member .bank-opt label.btn img, .page-member .sync-date label.btn img { max-height: 45px; }
.page-member .payment-opt label.btn:not(.active):hover, .page-member .bank-opt label.btn:not(.active):hover, .page-member .sync-date label.btn:not(.active):hover { background-color: #ddd; }
.page-member .payment-opt label.btn.active, .page-member .bank-opt label.btn.active, .page-member .sync-date label.btn.active { color: white; }
.page-member .payment-opt label.btn { height: auto; }
.page-member .payment-opt label.btn input + img { height: 35px; }
.page-member .payment-opt label.btn input:checked + img { filter: brightness(10); }
.page-member .bank-opt { margin: -2px; display: flex; flex-wrap: wrap; }
.page-member .bank-opt label.btn { width: 60px; height: 60px; margin: 2px; }
.page-member .bank-opt label.btn img { width: 100%; }
.page-member .input-group-append .btn { border: 0; outline: none; height: calc(1.5em + .75rem + 2px); border: 1px solid rgba(255, 255, 255, 0.2); border: 1px solid #49a3dd; color: #49a3dd; }
.page-member .input-group-append .btn:not(.selected):hover { color: #143364; }
.page-member .input-group-append .btn.selected { color: white; }
.page-member .input-group-append .btn:not(:last-child) { border-right: 0; }
.page-member .member-wallet { display: flex; flex-wrap: wrap; align-content: stretch; background-color: transparent; border: 0; padding: 15px 0 0; padding-bottom: 0; }
.page-member .member-wallet .each { flex-grow: 1; width: calc(50% - 10px); display: flex; justify-content: space-between; background-color: white; border: 1px solid #ddd; padding: 8px; margin: 5px; align-items: center; }
.page-member .member-wallet .each button { white-space: nowrap; }
.page-member .member-wallet .each .balance-wrap { font-size: 12px; }
.page-member .member-wallet .each .balance-wrap .balance { font-size: 14px; font-weight: bold; }
.page-member .member-wallet .each .wallet-name { font-size: 16px; color: #49a3dd; text-transform: uppercase; }
.page-member .form-transfer .balance { padding-right: 18px; text-align: right; display: block; margin-top: 5px; text-transform: uppercase; color: #49a3dd; }
.page-member .table th, .page-member .table td { vertical-align: middle; text-align: center; }
.page-member .table th { text-transform: uppercase; font-size: 12px; }
.page-member .profile-details-wrap { display: flex; flex-wrap: wrap; }
.page-member .profile-details-wrap .each { min-width: 200px; padding-right: 15px; margin-bottom: 15px; display: flex; flex-direction: column; }
.page-member .profile-details-wrap .each .subj { margin-bottom: 4px; text-transform: uppercase; font-size: 12px; color: #49a3dd; font-weight: bold; }
.page-member .profile-details-wrap .each.bank-details { width: 100%; padding: 0; flex-direction: row; flex-wrap: wrap; }
.page-member .profile-details-wrap .each.bank-details .subj { display: block; width: 100%; }
.page-member .profile-details-wrap .each.bank-details .bd-group { min-width: 200px; padding-right: 15px; margin-bottom: 15px; display: flex; }
.page-member .profile-details-wrap .each.bank-details .bd-group img { width: 30px; margin-right: 5px; }
.page-member .profile-details-wrap .each.bank-details .bd-group > div { display: flex; flex-direction: column; }

.result-table { border: 0 !important; padding: .5rem !important; background-color: transparent !important; }
.result-table .each { display: flex; width: 100%; flex-wrap: wrap; justify-content: center; padding: 20px 0 15px; background-color: white; border: 1px solid #ddd; margin-bottom: 8px; }
.result-table .each:last-child { margin-bottom: 80px; }
.result-table .each div { width: 50%; line-height: 1; text-align: left; padding: 2px 5px; text-transform: capitalize; margin-bottom: 8px; word-break: break-all; }
.result-table .each div.text-danger, .result-table .each div.text-success { font-weight: bold; text-transform: uppercase; }
.result-table .each div a { text-transform: uppercase; font-weight: bold; text-decoration: underline; }
.result-table .each div:nth-child(odd):not(:last-child) { text-align: right; text-transform: uppercase; font-size: 12px; font-weight: bold; line-height: 1.2; }
.result-table .each div:nth-child(odd):not(:last-child)::after { content: ":"; display: inline-block; padding-left: 10px; }
.result-table .each div:first-child:last-child { text-align: center; width: 100%; }

/*-------------------------------------------------------------------
10. homepage
-------------------------------------------------------------------*/
.section-category { display: flex; padding: 0 8px; flex-wrap: wrap; }
.section-category .each { background: #dae6ff; position: relative; display: flex; flex-grow: 1; flex-direction: column; margin: 2px; width: 100px; text-align: center; align-items: center; justify-content: center; border-radius: 8px; text-transform: capitalize; font-weight: bold; font-size: 13px; color: #49a3dd; line-height: 1; padding: 3px 5px 23px; }
.section-category .each::before { content: ""; border-radius: 8px; display: block; width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transition: .3s; transform: scale(1) translate(-50%, -50%); }
.section-category .each span, .section-category .each img { position: relative; z-index: 2; }
.section-category .each img { position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%); width: 20px; }
.section-category .each:hover::before, .section-category .each:focus::before { width: calc(100% - 4px); height: calc(100% - 4px); }

.top-games { padding: 0 8px; margin-top: 20px; }
.top-games h3 { font-size: 16px; font-weight: bold; text-transform: capitalize; color: #143364; }
.top-games .wrap { display: flex; flex-direction: row; flex-wrap: wrap; }
.top-games .wrap a.each { position: relative; margin: 2px; border-radius: 8px; width: calc(1/3 * 100% - (4px)); }
.top-games .wrap a.each img { width: 100%; border-radius: 8px; }
.top-games .wrap a.each.disabled { cursor: not-allowed; }
.top-games .wrap a.each.disabled .maintain { position: absolute; z-index: 2; width: 30px; height: 30px; display: block; left: calc(50% - 15px); top: calc(50% - 15px); animation-name: rotate-center; animation-duration: 2s; animation-timing-function: ease; animation-delay: 1s; animation-iteration-count: infinite; animation-direction: alternate; animation-fill-mode: both; }
@keyframes rotate-center { 0% { transform: rotate(-80deg); }
  100% { transform: rotate(30deg); } }
.top-games .wrap a.each.disabled img.cover { opacity: .5; }

/*-------------------------------------------------------------------
11. burger menu
-------------------------------------------------------------------*/
#burgerbg { position: fixed; display: block; width: 0; height: 0; bottom: 0; left: 0; opacity: .5; z-index: 98; transition: .2; background-color: black; }

#burgermenu { position: fixed; overflow-y: scroll; width: 60vw; height: calc(100vh - 56px); transition: .3s; right: -100%; bottom: 0; z-index: 99; background-color: white; border-top: 1px solid rgba(0, 0, 0, 0.05); }
#burgermenu .close { width: 100%; height: 50px; display: flex; justify-content: flex-start; align-items: center; float: none; opacity: 1; padding-left: 25px; }
#burgermenu .close i { color: #143364; font-size: 28px; }
#burgermenu .nav-group { display: flex; flex-direction: column; margin: 15px 0; }
#burgermenu .nav-group:first-of-type { margin-top: 70px; }
#burgermenu .nav-group .each { width: 100%; position: relative; padding: 15px 15px; line-height: 1.1; padding-left: 80px; text-align: left; text-transform: capitalize; font-weight: bold; color: #123161; }
#burgermenu .nav-group .each img { width: 30px; position: absolute; left: 30px; top: 50%; transform: translateY(-50%); transition: .3s; }
#burgermenu .nav-group .each:hover, #burgermenu .nav-group .each:focus { color: white; }
#burgermenu .nav-group .each:hover img, #burgermenu .nav-group .each:focus img { filter: brightness(10); }

.open-burger #burgerbg { width: 100vw; height: calc(100vh - 56px); opacity: .5; }
.open-burger #burgermenu { bottom: 0; right: 0; }

/*-------------------------------------------------------------------
12. contact us
-------------------------------------------------------------------*/
#contact .each { margin-top: 30px; display: flex; flex-direction: column; }
#contact .each i { font-size: 36px; color: #49a3dd; }
#contact .each a { color: #1d1b33; }
#contact .each img { width: 120px; }

/*-------------------------------------------------------------------
13. Spin
-------------------------------------------------------------------*/
.gifwheel img.spin { animation-name: rotateSpin; animation-duration: 3s; animation-timing-function: ease; animation-delay: 0s; animation-iteration-count: infinite; }

@keyframes rotateSpin { 0% { transform: rotate(0); }
  50% { transform: rotate(0); }
  100% { transform: rotate(720deg); } }
.gifwheel { display: block; width: 80px; height: 80px; transition: .3s; position: fixed; left: 8px; bottom: 80px; border-radius: 50%; }
.gifwheel img { width: 100%; }
.gifwheel img.spin { position: absolute; left: 0; top: 0; z-index: -1; }

@keyframes pulseSpin { 0% { box-shadow: inset 0px 0px 80px 50px rgba(0, 0, 0, 0.75), 0px 0px 20px 0px #C59529; }
  100% { box-shadow: inset 0px 0px 50px 50px rgba(0, 0, 0, 0.75), 0px 0px 50px 0px #C59529; } }
main.page-spin .content-wrap { background: url(../img/spin-bg.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; }

.spinwheel { padding: 30px; overflow: hidden; }

#segment-wheel { display: flex; flex-direction: column; justify-content: center; align-items: center; }
#segment-wheel #wheel-container { width: 580px; max-width: 100%; margin: auto; position: relative; z-index: 2; }
#segment-wheel #the-wheel-frame, #segment-wheel #the-wheel, #segment-wheel #the-shadow { pointer-events: none; }
#segment-wheel #the-wheel-frame, #segment-wheel #the-wheel, #segment-wheel #the-shadow, #segment-wheel #the-button { background-size: contain; background-repeat: no-repeat; background-position: center; }
#segment-wheel #the-wheel-frame, #segment-wheel #the-wheel, #segment-wheel #the-shadow, #segment-wheel #the-button, #segment-wheel #result-ticker { position: absolute; overflow: hidden; }
#segment-wheel #the-frame { width: 100%; padding-top: 100%; border-radius: 50%; box-shadow: 0 0 15px black; }
#segment-wheel #the-wheel-frame { z-index: 24; background-image: url("../img/wheel/the-wheel-outer-glow.png"); top: 0; left: 0; right: 0; bottom: 0; }
#segment-wheel #the-wheel { z-index: 18; background-image: url("../img/wheel/the-wheel.png"); filter: contrast(1.5); top: 0; left: 0; right: 0; bottom: 0; border-radius: 100%; }
#segment-wheel #the-wheel[state=spinning] { animation: pulseSpin 0.25s alternate infinite; }
#segment-wheel #the-button { z-index: 22; background-image: url("../img/wheel/the-wheel-spin.png"); cursor: pointer; top: 35%; left: 35%; right: 35%; bottom: 35%; }
#segment-wheel #the-shadow { z-index: 20; background-image: url("../img/wheel/the-shadow.png"); top: 0; left: 0; right: 0; bottom: 0; transition: opacity 0.5s; opacity: 0; }
#segment-wheel #the-shadow.is-spinning, #segment-wheel #the-shadow[state=spinning] { opacity: 1; }
#segment-wheel #result-ticker { z-index: 26; background-color: rgba(11, 22, 52, 0.6); padding: 8px 0rem; top: 0; right: 0; white-space: nowrap; transition: 0.5s; opacity: 0; border-radius: 5px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); border: 1px solid #49a3dd; }
#segment-wheel #result-ticker.is-visible { opacity: 1; }
#segment-wheel #result-ticker p { display: block; padding: 0 5px; text-align: center; line-height: 1rem; color: white; font-size: 0.85rem; text-transform: capitalize; }
#segment-wheel #result-ticker p + p { margin: 5px 0; }
#segment-wheel #result-ticker p:nth-of-type(2) { opacity: 0.75; }
#segment-wheel #result-ticker p:nth-of-type(3) { opacity: 0.5; }
#segment-wheel #result-ticker div { padding: 0 5px 8px; }
#segment-wheel #result-ticker div p { white-space: nowrap; font-size: 1rem; text-transform: uppercase; font-weight: 600; padding-bottom: 0.25rem; color: white; }

#rwc-wallet { display: flex; justify-content: space-between; flex-direction: column; align-items: center; position: relative; z-index: 3; margin-top: 30px; width: 100%; }
#rwc-wallet .each { display: flex; flex-direction: column; align-items: flex-end; }
#rwc-wallet .each + .each { margin-top: 15px; }
#rwc-wallet .each .frame { height: 65px; min-width: 200px; background-color: rgba(27, 29, 35, 0.6); color: white; border-radius: 4px; display: flex; width: auto; align-items: center; position: relative; padding-left: 80px; padding-right: 15px; margin-left: 15px; }
#rwc-wallet .each img { position: absolute; left: -15px; top: 50%; transform: translateY(-50%); width: 85px; }
#rwc-wallet .each span { font-weight: 600; text-transform: uppercase; }
#rwc-wallet .each p { line-height: 1; font-size: 30px; font-weight: 600; margin: 0; margin-left: 8px; }
#rwc-wallet .each .btn { background: #49a3dd; display: flex; text-transform: uppercase; justify-content: center; align-items: center; padding: 0 10px; width: auto; height: 30px; margin-top: 5px; font-size: 16px; }
#rwc-wallet .each:hover a::after, #rwc-wallet .each:focus a::after { width: 100%; }

#prize-popbox { position: fixed; width: 100%; height: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 999999999; background-color: rgba(0, 0, 0, 0.75); justify-content: center; align-items: center; }
#prize-popbox .popbox-wrapper { font-size: 1.2rem; text-align: center; color: white; display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; min-height: 100vh; }
#prize-popbox .frame { display: flex; width: 580px; height: 580px; max-width: calc(100% - 15px); max-height: calc(100% - 15px); position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); overflow: hidden; justify-content: center; align-items: center; flex-direction: column; z-index: 2; border-radius: 8px; border: 2px solid #ffb000; }
#prize-popbox .frame .frame-bg { z-index: -1; display: flex; height: 100%; width: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
#prize-popbox .frame .title { font-size: 36px; font-weight: 700; font-family: "Ubuntu", sans-serif; color: white; text-shadow: 0 0 10px rgba(0, 0, 0, 0.6); margin-bottom: 30px; }
#prize-popbox .frame p { font-size: 18px; }
#prize-popbox .frame button.close { background-color: transparent; display: flex; justify-content: center; align-items: center; flex-direction: column; color: #ffff44; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; position: absolute; left: 50%; bottom: 15px; transform: translateX(-50%); padding: 0; margin: 0; }
#prize-popbox .frame button.close img { width: 30px; height: 30px; display: block; margin-bottom: 5px; }

.section-jackpot .jp-banner-wrap { display: flex; justify-content: center; align-items: center; background: url(../img/wheel/bg.jpg) no-repeat; background-position: 20% center; background-size: 150% auto; position: relative; overflow: hidden; height: 220px; border: 2px solid #143364; }
.section-jackpot .title { width: 360px; margin-right: 50px; }
.section-jackpot .counter-wrap img { position: absolute; width: 500px; height: auto; right: -250px; top: 50%; transform: translateY(-50%); }
.section-jackpot .numCounter { display: flex; height: 50px; justify-content: center; line-height: 50px; font-weight: 700; white-space: normal; font-size: 48px; position: relative; align-items: flex-end; color: #143364; }
.section-jackpot .numCounter .currency { font-size: 24px; margin-right: 8px; line-height: 24px; }
.section-jackpot .numCounter > b { font-weight: bold; background-image: linear-gradient(#143364, #49a3dd); display: block; width: 40px; height: 50px; color: #222; text-align: center; overflow: hidden; border-radius: 4px; border: 1px solid #192719; margin: 0 2px; /*&:before { content:' 0 1 2 3 4 5 6 7 8 9 0 '; display:block; word-break:break-word; transition:.8s cubic-bezier(.12,.78,.52,1.2); position:relative; top: 0; color: white; line-height: 30px; padding:0 2px;
}
&.d1:before{ margin-top:-30px; }
&.d2:before{ margin-top:-60px; }
&.d3:before{ margin-top:-90px; }
&.d4:before{ margin-top:-120px; }
&.d5:before{ margin-top:-150px; }
&.d6:before{ margin-top:-180px; }
&.d7:before{ margin-top:-210px; }
&.d8:before{ margin-top:-240px; }
&.d9:before{ margin-top:-270px; }*/ }
@media only screen and (max-width: 520px) { .section-jackpot .numCounter > b { width: 25px; } }

main.page-home .carousel-inner .carousel-item.half { display: flex; }
main.page-home .carousel-inner .carousel-item.half .imgwrap { width: 50%; }
main.page-home .carousel-inner .carousel-item.half .iframewrap { width: 50%; }

/*# sourceMappingURL=mobile.css.map */
