<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Roboto, sans-serif;
  background: #000;
  font-size: 14px;
  color: #fff;
}

a {
  color: #fff;
}

.ease, #footer a, .result-pager .page-count a,
.result-pager .page-count span, .ip-nav a {
  transition: all 300ms ease-in-out;
}

.container {
  min-width: 1199px;
  width: 100%;
  max-width: 1217px;
  position: relative;
}
.container.no-min {
  min-width: 0;
}

.font22 {
  font-size: 22px;
}

.font18 {
  font-size: 18px;
}

.font16 {
  font-size: 16px;
}

.font15 {
  font-size: 15px;
}

.font14 {
  font-size: 14px;
}

.font13 {
  font-size: 13px;
}

.font12 {
  font-size: 12px;
}

.bg-yellow {
  background: #ffbf00;
}

.bg-modal{
  background-image: linear-gradient(to bottom, #045EF3,#0893EE,#045EF3);
}

.text-yellow {
  color: #0893EE;
}

.text-blue {
  color: #0893EE !important;
}

.bg-white {
  background: #fff;
}

.bg-white-linear {
  background-image: linear-gradient(to bottom, #eeeeee,#e9e9e9,#ebebeb);
}

.text-white {
  color: rgb(255, 255, 255);
}

.bg-black {
  background: #000;
}

.text-black {
  color: #000;
}

.bg-black-light {
  background: #0e0e0e;
}

.bg-black-medium {
  background: #161616;
}

.bg-blue {
  background: #025BF7;
}

.bg-blue-linear {
  background-image: linear-gradient(to bottom, #045EF3,#0893EE,#045EF3);
}

.text-red {
  color: #c00101;
}

.has-content-area img {
  transition: 0.15s filter linear;
}
.has-content-area img:hover {
  filter: brightness(80%);
}

.ml-25 {
  margin-left: 25%;
}

.slick-slide, .slick-slide * {
  outline: none !important;
}

.icon-trash {
  background: url("../../images/ico-trash.png") center no-repeat;
  width: 20px;
  height: 20px;
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
}

[class^=nav-ico] {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  width: 20px;
  height: 20px;
  transition: background 300ms ease-in-out;
}

.nav-ico.home {
  background: url("../../images/ico-nav-home-white.png") center no-repeat;
}
.nav li:hover .nav-ico.home, .nav-ico.home.active {
  background: url("../../images/ico-nav-home-active.png") center no-repeat;
}
.nav-ico.slot {
  background: url("../../images/ico-nav-slot-white.png") center no-repeat;
}
.nav li:hover .nav-ico.slot, .nav-ico.slot.active {
  background: url("../../images/ico-nav-slot-active.png") center no-repeat;
}
.nav-ico.livecasino {
  background: url("../../images/ico-nav-livecasino-white.png") center no-repeat;
}
.nav li:hover .nav-ico.livecasino, .nav-ico.livecasino.active {
  background: url("../../images/ico-nav-livecasino-active.png") center no-repeat;
}
.nav-ico.dingdong {
  background: url("../../images/ico-nav-dingdong-white.png") center no-repeat;
}
.nav li:hover .nav-ico.dingdong, .nav-ico.dingdong.active {
  background: url("../../images/ico-nav-dingdong-active.png") center no-repeat;
}
.nav-ico.sportsbook {
  background: url("../../images/ico-nav-sportsbook-white.png") center no-repeat;
}
.nav li:hover .nav-ico.sportsbook, .nav-ico.sportsbook.active {
  background: url("../../images/ico-nav-sportsbook-active.png") center no-repeat;
}
.nav-ico.esports {
  background: url("../../images/ico-nav-esports-white.png") center no-repeat;
}
.nav li:hover .nav-ico.esports, .nav-ico.esports.active {
  background: url("../../images/ico-nav-esports-active.png") center no-repeat;
}
.nav-ico.arcade {
  background: url("../../images/ico-nav-arcade-white.png") center no-repeat;
}
.nav li:hover .nav-ico.arcade, .nav-ico.arcade.active {
  background: url("../../images/ico-nav-arcade-active.png") center no-repeat;
}
.nav-ico.cockfight {
  background: url("../../images/ico-nav-cockfigh-white.png") center no-repeat;
}
.nav li:hover .nav-ico.cockfight, .nav-ico.cockfight.active {
  background: url("../../images/ico-nav-cockfigh-active.png") center no-repeat;
}
.nav-ico.promo {
  background: url("../../images/ico-nav-promotion-white.png") center no-repeat;
}
.nav li:hover .nav-ico.promo, .nav-ico.promo.active {
  background: url("../../images/ico-nav-promotion-active.png") center no-repeat;
}
.nav-ico.referral {
  background: url("../../images/referral1-pc.png") center no-repeat;
}
.nav li:hover .nav-ico.referral, .nav-ico.referral.active {
  background: url("../../images/referral1-pc.png") center no-repeat;
}

[class^=ip-ico] {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  width: 25px;
  height: 22px;
  transition: background 300ms ease-in-out;
}
[class^=ip-ico].deposit {
  background: url("../../new/home_icons/white/ico-deposit.png") left center no-repeat; /*revamp*/
}
.ip-nav a:hover [class^=ip-ico].deposit, [class^=ip-ico].deposit.active {
  background: url("../../new/home_icons/white/ico-deposit-active.png") left center no-repeat; /*revamp*/
}
[class^=ip-ico].withdraw {
  background: url("../../new/home_icons/white/ico-withdraw.png") left center no-repeat; /*revamp*/
}
.ip-nav a:hover [class^=ip-ico].withdraw, [class^=ip-ico].withdraw.active {
  background: url("../../new/home_icons/white/ico-withdraw-active.png") left center no-repeat; /*revamp*/
}
[class^=ip-ico].history {
  background: url("../../new/home_icons/white/ico-history.png") left center no-repeat; /*revamp*/
}
.ip-nav a:hover [class^=ip-ico].history, [class^=ip-ico].history.active {
  background: url("../../new/home_icons/white/ico-history-active.png") left center no-repeat; /*revamp*/
}
[class^=ip-ico].account {
  background: url("../../new/home_icons/white/ico-acct-detail.png") left center no-repeat; /*revamp*/
}
.ip-nav a:hover [class^=ip-ico].account, [class^=ip-ico].account.active {
  background: url("../../new/home_icons/white/ico-acct-detail-active.png") left center no-repeat; /*revamp*/
}
[class^=ip-ico].about {
  background: url("../../new/home_icons/white/ico-about.png") left center no-repeat; /*revamp*/
}
.ip-nav a:hover [class^=ip-ico].about, [class^=ip-ico].about.active {
  background: url("../../new/home_icons/white/ico-about-active.png") left center no-repeat; /*revamp*/
}
[class^=ip-ico].announcement {
  background: url("../../new/home_icons/white/ico-announcements.png") left center no-repeat; /*revamp*/
}
.ip-nav a:hover [class^=ip-ico].announcement, [class^=ip-ico].announcement.active {
  background: url("../../new/home_icons/white/ico-announcements-active.png") left center no-repeat; /*revamp*/
}
[class^=ip-ico].payment-opt {
  background: url("../../images/ico-payment-opt.png") left center no-repeat;
}
.ip-nav a:hover [class^=ip-ico].payment-opt, [class^=ip-ico].payment-opt.active {
  background: url("../../images/ico-payment-opt-active.png") left center no-repeat;
}
[class^=ip-ico].tnc {
  background: url("../../new/home_icons/white/ico-tnc.png") left center no-repeat; /*revamp*/
}
.ip-nav a:hover [class^=ip-ico].tnc, [class^=ip-ico].tnc.active {
  background: url("../../new/home_icons/white/ico-tnc-active.png") left center no-repeat; /*revamp*/
}
[class^=ip-ico].privacy {
  background: url("../../new/home_icons/white/ico-privacy.png") left center no-repeat; /*revamp*/
}
.ip-nav a:hover [class^=ip-ico].privacy, [class^=ip-ico].privacy.active {
  background: url("../../new/home_icons/white/ico-privacy-active.png") left center no-repeat; /*revamp*/
}
[class^=ip-ico].faq {
  background: url("../../new/home_icons/white/ico-faq.png") left center no-repeat; /*revamp*/
}
.ip-nav a:hover [class^=ip-ico].faq, [class^=ip-ico].faq.active {
  background: url("../../new/home_icons/white/ico-faq-active.png") left center no-repeat; /*revamp*/
}
[class^=ip-ico].contact {
  background: url("../../new/home_icons/white/ico-contact.png") left center no-repeat; /*revamp*/
}
.ip-nav a:hover [class^=ip-ico].contact, [class^=ip-ico].contact.active {
  background: url("../../new/home_icons/white/ico-contact-active.png") left center no-repeat; /*revamp*/
}
[class^=ip-ico].logout {
  background: url("../../new/home_icons/white/ico-logout.png") left center no-repeat; /*revamp*/
}
.ip-nav a:hover [class^=ip-ico].logout, [class^=ip-ico].logout.active {
  background: url("../../new/home_icons/white/ico-logout-active.png") left center no-repeat; /*revamp*/
}


.icon-refresh {
  width: 12px;
  height: 16px;
  background: url("../../images/ico-refresh-blue.png") center no-repeat; /*revamp*/
  outline: 0 !important;
  position: relative;
  top: 3px;
  margin-left: 5px;
}
.icon-refresh.animated {
  animation: rotate 0.6s ease-in-out both;
}

.livechat {
  position: fixed;
  right: 0;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

#app {
  min-height: 100vh;
  padding: 138px 0 0;
  position: relative;
  z-index: 1;
  min-width: 1217px;
}

.modal-content{
  border: 0px solid black;
}

.eg-modal-alert {
  background: rgba(0, 0, 0, 0.8);
}
.eg-modal-alert .modal-dialog {
  max-width: 380px;
}
.eg-modal-alert .modal-header {
  padding: 0;
  border: none;
  border-radius: 0;
}
.eg-modal-alert .modal-body {
  padding: 0;
}

.eg-modal-alert-content-wrap {
  padding: 30px 20px;
  border-radius: 3px;
  min-height: 280px;
}

.eg-modal-alert-content-wrap .egma-btn {
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #2f2e2e !important;
  line-height: 42px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  width: 162px;
}

.eg-modal-alert-content-wrap .egma-btn.black {
  background: white; /*revamp*/
  color: black !important; /*revamp*/
  border: none;
}

.eg-modal-alert-content-wrap .egma-btn.blue {
  background-color: #0893EE;
  color: #fff !important;
  border: none;
}

.eg-modal-alert-content-wrap p {
  font-weight: normal;
  color: #fff;
}

.eg-trigger-btn {
  margin: 0;
  padding: 0;
  min-width: 137px;
  height: 34px;
  line-height: 30px;
  outline: 0;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  border: none;
  /*revamp*/
  background-image: linear-gradient(to bottom, #045EF3,#0893EE,#045EF3);
  padding-top: 2px;
  color: white;
  /*revamp*/

}

.eg-trigger-btn:focus {
  outline: 0;
}
.eg-trigger-btn.with-arrow:after {
  clear: both;
  content: "";
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 5px;
  vertical-align: 0.15em;
}
.eg-trigger-btn.with-arrow.down:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.eg-trigger-btn.light {
  background-image: linear-gradient(to bottom, #ffffff, #cccccc) !important;
  color: #000;
  line-height: 20px;
}

.eg-trigger-btn.light:hover {
  text-decoration: none;
  background-image: linear-gradient(to bottom, #ffffff , #b3b3b3) !important;
  color: #000;
  transition:  0.5s ease;
}

.eg-trigger-btn.blue {
  background-image: linear-gradient(to bottom, #045EF3,#0893EE,#045EF3);  
  padding-top: 2px;
  color: white;
}

.eg-trigger-btn.blue:hover {
  text-decoration: none;
  background-image: linear-gradient(to bottom, #0252d3,#067bc9,#0252d3);  
  color: #fff;
  transition:  1s ease;
}

.eg-trigger-btn.dark {
  color: #fff !important;
  background-image: linear-gradient(to bottom, #323232, #0c0c0c);
}
.eg-trigger-btn.yellow {
  color: #000;
  background-image: linear-gradient(to bottom, #fbd35d, #ffbf00);
}

.file-upload-btn {
  width: 85px;
  min-width: 85px;
  height: 30px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin-top:8px;
  margin-bottom:10px;
  padding-top:1px;
  margin-right: 15px;
  outline: 0;
  box-shadow: none;
  border: 0;
  vertical-align: middle;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  background-image: linear-gradient(to bottom, #fff , rgb(238, 238, 238) );
  color: black;
}

.eg-modal-form {
  max-width: 380px;
  margin: 0 auto;
  padding: 30px 28px;
  position: relative;
  border-radius: 3px;
}
.eg-modal-form h2 {
  font-size: 16px;
  color: #0f0f0f;
  margin-bottom: 16px;
}
.eg-modal-form .form-group {
  margin-bottom: 8px;
}
.eg-modal-form .form-control {
  outline: 0;
  box-shadow: none !important;
  font-size: 14px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-weight: 400;
  background: #e9f0f9;
  padding: 20px 15px;
  border: 2px solid #0893EE;
  border-left: none;
}
.eg-modal-form .form-control:focus {
  background-color: #e9f0f9;
  color: #000;
  border: 2px solid #0893EE;
  border-left: none;
}
.eg-modal-form .form-control::placeholder {
  color: #000;
  opacity: 1;
}
.eg-modal-form .form-control:-ms-input-placeholder {
  color: #000;
}
.eg-modal-form .form-control::-ms-input-placeholder {
  color: #000;
}
.eg-modal-form .form-control.error {
  border-color: red;
}
.eg-modal-form .form-control.error:focus {
  border-color: transparent;
}
.eg-modal-form p {
  color: #0f0f0f;
  font-size: 14px;
  font-weight: bold;
}
.eg-modal-form p a {
  color: currentColor;
  text-decoration: none;
}
.eg-modal-form p a span {
  color: #0893EE;
}

.eg-modal-form .eg-modal-btn {
  background-image: linear-gradient(to bottom, #045EF3,#0893EE,#045EF3);
  display: block;
  height: 42px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  border: none;
  border-radius: 3px;
}
.eg-modal-form .eg-modal-btn:focus {
  outline: 0;
}

.eg-form-wrapper {
  border-radius: 6px;
  overflow: hidden;
}
.eg-form-wrapper .eg-form-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  padding: 0 45px;
  background: #025BF7;
  margin-bottom: 30px;
}
.eg-form-wrapper .eg-form-inner {
  padding: 0 45px 30px;
  max-width: 650px;
}
.eg-form-wrapper .form-control {
  border-radius: 4px;
  background: #040404;
  color: #fff;
  outline-color: #0893EE;
  font-size: 14px;
  height: 48px;
  padding-left: 30px;
  padding-right: 30px;
  border: thin solid #040404;
}
.eg-form-wrapper .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 191, 0, 0.25);
}
.eg-form-wrapper .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.eg-form-wrapper .form-control:-ms-input-placeholder {
  color: #fff;
}
.eg-form-wrapper .form-control::-ms-input-placeholder {
  color: #fff;
}
.eg-form-wrapper .form-control.error {
  border-color: red;
}
.eg-form-wrapper .form-control.error:focus {
  border-color: #040404;
}
.eg-form-wrapper .datepicker {
  background: url("../../images/ico-calendar-white.png") 95% center no-repeat #040404; /*revamp*/
}
.eg-form-wrapper select.form-control {
  -webkit-appearance: none;
  background-image: url("../../images/dropdown-arrow-blue.png"); /*revamp*/
  background-repeat: no-repeat;
  background-position: 95% center;
}
.eg-form-wrapper select.cu {
  height: 38px;
  color: #0893EE;
  font-weight: bold;
  background-color: #161616;
  background-position: 100% center;
}
.eg-form-wrapper select.cu:focus {
  box-shadow: none;
}
.eg-form-wrapper select a:hover {
  color: currentColor;
}
.eg-form-wrapper .form-note {
  min-height: 18px;
}
.eg-form-wrapper .egbtn {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-image: linear-gradient(to bottom, #045EF3,#0893EE,#045EF3);
  text-transform: uppercase;
  height: 48px;
  max-width: 180px;
}
.eg-form-wrapper .egbtn.light {
  background: #fff;
  color: #000;
}
.eg-form-wrapper .egbtn:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 191, 0, 0.25);
}
.eg-form-wrapper .egbtn:disabled {
  color: #000;
  background: #ddd;
  cursor: not-allowed;
}
.eg-form-wrapper a.egbtn {
  line-height: 38px;
}

.bank-detail {
  padding: 25px;
  border-radius: 4px;
}

.suggested-amount {
  margin: 0 -5px;
}
.suggested-amount &gt; div {
  margin: 0 5px;
}
.suggested-amount button {
  border-radius: 4px;
  height: 48px;
  outline: 0;
  padding: 0;
}
.suggested-amount button:focus {
  background: #0893EE;
  color: #000 !important;
}
.suggested-amount button:disabled {
  background: #ccc;
}

.history-result-table {
  overflow: hidden;
}
.history-result-table table {
  border-color: #484848;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.history-result-table thead {
  background: #0893EE;
}
.history-result-table th {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
  vertical-align: middle !important;
  text-align: center;
  text-transform: uppercase;
  border-width: thin;
  border-color: #373636;
  border-bottom: thin solid #373636 !important;
}
.history-result-table th:last-child {
  width: 100px;
}
.history-result-table td {
  text-align: center;
  color: #fff;
  font-size: 13px;
  vertical-align: middle;
  border-width: thin;
  border-color: #484848;
}
.history-result-table tbody tr {
  background: #292728;
}
.history-result-table tbody tr:nth-child(even) {
  background: #040404;
}

.pagination .page-link {
  color: #000;
  background-color: #0893EE;
}
.pagination .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 191, 0, 0.25);
}
.pagination .page-item.active .page-link {
  border-color: #d09c00;
  background-color: #d09c00;
}

.eg-form-wrapper-account .eg-form-inner {
  max-width: 100%;
}
.eg-form-wrapper-account select.cu {
  width: initial;
  padding-right: 15px !important;
}

.with-divider {
  position: relative;
}
.with-divider:before {
  clear: both;
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  margin-left: -30px;
  width: calc(100% + 60px);
  left: 0;
  top: 0;
  background: #373636;
}

.eg-form-wrapper-register {
  max-width: 880px;
}
.eg-form-wrapper-register .eg-form-inner .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.eg-form-wrapper-register .eg-form-inner .form-group label {
  width: 25%;
}
.eg-form-wrapper-register .eg-form-inner .form-group .form-control {
  width: 75%;
}
.eg-form-wrapper-register .eg-form-inner .form-group .form-note {
  width: 75%;
  margin-left: 25%;
}

#header {
  z-index: 5;
  background: #000;
  top: 0;
}

.top-header {
  z-index: 2;
}
.top-header .row {
  height: 50px;
}

.slide-menu .head-account-info {
  padding-left: 0;
  padding-right: 0;
}
.head-account-info .avatar {
  border: thin solid #0893EE;
  width: 32px;
  height: 32px;
}
.head-account-info .top-link img {
  vertical-align: sub;
}
.head-account-info .top-link button {
  outline: 0;
  padding: 4px 32px 5px 32px;
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
}

.head-account-info .top-link button:after {
  display: none;
  padding: 4px 32px 5px 32px;
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
}
.head-account-info .top-link .dropdown-menu {
  width: 180px;
  padding: 0;
  background: transparent !important;
  /* margin-left: -34px; */
  border: none;
  border-radius: none;
}
.head-account-info .top-link .dropdown-menu:before {
  content: "";
  clear: both;
  display: block;
  height: 10px;
  width: 100%;
  background: url("../../images/arrow-top-white.png") top center no-repeat; 
}
.head-account-info .top-link .dropdown-menu .dropdown-item {
  background-image: linear-gradient(to right, #ffffff, #cccccc);
  font-weight: 700;
  display: block;
  padding-left: 45px !important;
  line-height: 32px;
  position: relative;
  border-bottom: thin solid #adadb2;
}
.head-account-info .top-link .dropdown-menu .dropdown-item:after {
  clear: both;
  content: "";
  display: block;
  bottom: 1px;
  height: 1px;
  width: 100%;
  left: 0;
  position: absolute;
  /* background: #dfa601; */
}
.head-account-info:hover .dropdown-menu  {
  display: block;
  transform: translate(500px, -4px);
}
.alternative-link .head-account-info .top-link button{
  padding: 4px 32px 5px 15px;

}
.alternative-link .head-account-info .top-link .dropdown-menu:before {
  margin-left: -30px;
}
.alternative-link .head-account-info:hover .dropdown-menu {
  display: block;
  transform: translate(15px, -4px); 
  margin-left: 0px;
  width:275px; 
  text-align: center;
}
.alternative-link .head-account-info .top-link .dropdown-menu .dropdown-item {

  padding-left:2px !important;

}
.head-account-info .top-link .dropdown-menu .dropdown-item:hover {
    /* background-image: linear-gradient(to bottom, #780A15 , #3E050B ); */
    background-image: linear-gradient(to right, #dfdfe5 , #c6c6cc );
    color: #0893EE;
    transition: 200ms ease-in-out;
}
.head-account-info .top-link .dropdown-menu .dropdown-item:first-child {
  border-radius: 5px 5px 0 0;
}
.head-account-info .top-link .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-radius: 0 0 5px 5px;
}
.head-account-info .top-link .dropdown-menu .dropdown-item:last-child:after {
  display: none;
}

.bottom-header {
  z-index: 1;
}

.lang-selector .langMenu {
  outline: 0;
  margin-top:8px;
}
/* .lang-selector .langMenu:after {
  border: solid #ffbf00;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 0.15em;
  vertical-align: 0.15em;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
} */

.lang-selector .dropdown-menu {
  min-width: 8.5rem;
  margin-top: 7px;
  background-image: linear-gradient(to left, #dfdfe5 , #c6c6cc );
}
.lang-selector:hover .dropdown-menu {
  display: block;
  transform: translate(16px, -4px);
}

.lang-selector .dropdown-item:hover {
  background: #dfdfdf;
  color: #0893EE !important;
  transition: 500ms ease-in-out;
}

.dropdown-item .img {
  border: 1.5px solid #555;
  border-radius: 50px;
}

.active-lang {
  width: 26px;
  height: 26px;
}

.header-login {
  display: none;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  top: 100%;
  transform: translateY(5px);
}
.header-login:before {
  clear: both;
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background: url("../../images/arrow-top-white.png") top center no-repeat;
  transform: translateY(1px);
}
.header-login .eg-modal-form {
  padding-top: 20px;
  padding-bottom: 20px;
}

.login-icon{
  width: 44px;
  height: 44px;
}

.nav li {
  margin-left: 1.15rem;
}
.nav li &gt; a {
  padding: 33px 0;
}
.nav li &gt; a.tag:before {
  clear: both;
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  color: #FF0000;
  background: #FFAC20;
  font-size: 9px;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  padding: 0 3px;
  text-transform: uppercase;
  left: 16px;
  animation: blink 0.8s linear infinite;
}
.nav li &gt; a.tag.tag-hot:before {
  content: "Hot";
}
.nav li &gt; a.tag.tag-new:before {
  content: "New";
}
.nav li &gt; a span {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
}
.nav li.active a {
  color: #ffbf00 !important;
}
.nav li:hover a {
  color: #ffbf00 !important;
}
.nav li:hover &gt; .sub-menu {
  transform: translateY(-40px);
  pointer-events: all;
  opacity: 1;
}
.nav .sub-menu {
  padding: 3.0rem 0 4.0rem;
  position: absolute;
  top: 100%;
  background-image: linear-gradient(to bottom, rgba(8, 147, 238, 0.2), rgba(8, 147, 238, 0.8),rgba(8, 147, 238, 0.9), rgba(8, 147, 238, 0.9), rgba(8, 147, 238, 0.9), rgba(8, 147, 238, 0.9), rgba(8, 147, 238, 0.9), rgba(8, 147, 238, 0.9), rgba(8, 147, 238, 0.9), rgba(8, 147, 238, 0.9), rgba(8, 147, 238, 0.9), rgba(8, 147, 238, 0.8), rgba(8, 147, 238, 0.0));
  left: 0;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-45px);
}
.nav .sub-menu .few:before {
  display: block;
  clear: both;
  content: "";
  width: 155px;
}
.nav .sub-menu img {
  opacity: 1;
  transition: opacity 0.2s linear;
}
.nav .sub-menu img:hover {
  opacity: 0.7;
}

.nav .sub-menu .col-2 img{
  width: 185px;
}

.marquee {
  width: 100%;
  line-height: 21px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}
.marquee p {
  display: inline-block;
  margin: 0;
  animation: marquee 30s linear infinite;
  padding-right: 2.5rem;
  font-size: 14px;
}

#banner-slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 50%;
  max-width: 1217px;
  position: absolute;
  bottom: 30px;
  right: 0%;
  z-index: 2;
  text-align: center;
}
#banner-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
}
#banner-slider .slick-dots li button {
  width: 66px;
  height: 5px;
  background: #fff;
  border: none;
  outline: 0;
  font-size: 0;
  text-indent: -77em;
  border-radius: 10px;
  opacity: 0.7;
  box-shadow: 0px 0px 6px #000;
  transition: opacity 0.3s ease-in;
}
#banner-slider .slick-dots li.slick-active button {
  opacity: 1;
}

.jackpot-area {
  height: 103px;
  background: url("../../images/jackpot-bg-white-text.png") top center no-repeat;
  padding: 40px 0;
}
.jackpot-area #jackpot {
  font-size: 0;
  overflow: hidden;
}
.jackpot-area span {
  background: url("../../images/digit-background-blue.png") center no-repeat;
  background-size: cover;
  display: inline-block;
  width: 43px;
  line-height: 56px;
  color: #fff;
  font-size: 40px;
  margin: 0 3px;
  vertical-align: middle;
}
.jackpot-area span.comma {
  width: 10px;
  background: transparent;
  margin: 0;
  position: relative;
  bottom: -12px;
}

.home-featured .hf-slider {
  background: #131212;
  overflow: hidden;
  border-radius: 0 6px 6px 0;
}
.home-featured .hf-img {
  overflow: hidden;
  border-radius: 6px 0 0 6px;
  min-width: 403px;
}
.home-featured .hf-item .detail {
  padding: 0 10px;
  line-height: 1.2;
  font-weight: 600;
}
.home-featured .slick-slide {
  padding: 5px 0 5px 10px;
  border-bottom: thin solid #0893EE;
}

.game-provider {
  padding-left: 30px;
  padding-right: 30px;
}
.game-provider .flickity-button {
  background: none;
}
.game-provider .flickity-button.flickity-prev-next-button.previous {
  background: url("../../images/arrow-left-blue.png") center no-repeat;
  left: -12px;
}
.game-provider .flickity-button.flickity-prev-next-button.next {
  background: url("../../images/arrow-right-blue.png") center no-repeat;
  right: -12px;
}
.game-provider .flickity-button svg {
  display: none;
}
.game-provider .no-arrow .flickity-button {
  display: none !important;
}

#gameFilter .form-control {
  background: url("../../images/ico-search.png") 96% center no-repeat #000;
  border-color: #000;
  color: #f1f1f1;
  padding: 9px 1.25rem;
  height: 39px;
  font-size: 14px;
  max-width: 416px;
}
#gameFilter .form-control::placeholder {
  color: #f1f1f1;
  opacity: 1;
}
#gameFilter .form-control:-ms-input-placeholder {
  color: #f1f1f1;
}
#gameFilter .form-control::-ms-input-placeholder {
  color: #f1f1f1;
}
#gameFilter .form-control:focus {
  box-shadow: unset;
  border-radius: 0.25rem 0.25rem 0 0;
}
#gameFilter .gameFilter-opt {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  overflow: hidden;
}
#gameFilter .gameFilter-opt li {
  float: left;
  border-right: thin solid #0893EE;
  padding-right: 15px;
  margin-left: 15px;
}
#gameFilter .gameFilter-opt li:first-child {
  margin-left: 0;
}
#gameFilter .gameFilter-opt li:last-child {
  border: none;
  padding-right: 0;
}
#gameFilter .gameFilter-opt a {
  display: block;
  padding: 0;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  line-height: 12px;
}
#gameFilter .gameFilter-opt a.active, #gameFilter .gameFilter-opt a:hover {
  color: #0893EE;
  text-decoration: none;
}

.provider-item {
  width: 155px;
  height: 92px;
  margin-right: 18px;
  border-radius: 5px;
  position: relative;
  background-image: radial-gradient(#1a1a1a, #040404);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
.provider-item img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  filter: grayscale(1);
}
.provider-item.is-nav-selected {
  background-image: radial-gradient(#211900, #0893EE);
}
.provider-item.is-nav-selected img {
  filter: grayscale(0);
}

.game-list-item {
  width: 100%;
  overflow: hidden;
}
.game-list-item .col {
  flex: 1 0 14.23%;
  max-width: 14.23%;
  padding-left: 10px;
  padding-right: 10px;
}
.game-list-item .thumb img {
  margin: 0;
}
.game-list-item span {
  background: #0e0e0e;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0 0 5px 5px;
  text-transform: capitalize;
  padding: 8px 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.promo-cat-carousel {
  overflow-x: auto;
  white-space: nowrap;
}

.promo-cat-item {
  text-align: left;
  margin-right: 32px;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
}
.promo-cat-item:last-child {
  margin-right: 0;
}
.promo-cat-item.active span {
  color: #0893EE;
}

.promo-list-item a:hover {
  text-decoration: none;
  color: currentColor;
}
.promo-list-item .thumb {
  border-radius: 6px;
}

/* promo modal */
.eg8-promo-modal {
  background: rgba(20, 20, 20, 0.9);
}

.eg8-promo-modal .close {
  overflow: hidden;
  text-indent: -77em;
  position: absolute;
  z-index: 2;
  margin: 0;
  padding: 0;
  top: -19px;
  right: -19px;
  width: 38px;
  height: 38px;
  background: url("../../images/ico-modal-close.png") center no-repeat;
  opacity: 1 !important;
}
.eg8-promo-modal .close:hover {
  animation: rotate 0.6s ease-in-out both;
}
.eg8-promo-modal .close:hover, .eg8-promo-modal .close:focus {
  box-shadow: none;
  outline: 0;
}
.eg8-promo-modal .modal-content {
  border-radius: 6px;
  background: #080808;
}
.eg8-promo-modal .modal-dialog {
  max-width: 1123px;
}
.eg8-promo-modal .promo-detail-banner {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.eg8-promo-modal .promo-detail {
  padding-left: 30px;
  padding-right: 30px;
}

/* details page */
.promo-detail .container {
  min-width: 0;
}

.promo-table table {
  border-color: #373636;
}
.promo-table th {
  font-size: 14px;
  color: #ffbf00;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  border-width: thin;
  border-color: #373636;
  border-bottom: thin solid #373636 !important;
}
.promo-table td {
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-width: thin;
  border-color: #373636;
}

.ip-section {
  padding: 30px 0;
  min-height: 50vh;
}

.ip-nav {
  border-radius: 6px;
}
.ip-nav h5 {
  line-height: 50px;
  text-indent: 45px;
  font-size: 18px;
}
.ip-nav i {
  margin-left: 55px;
}
.ip-nav a {
  border-top: thin solid #292929;
  text-decoration: none;
  line-height: 40px;
}
.ip-nav a:before {
  clear: both;
  content: "";
  display: block;
  background: #000;
  height: 0px;
}
.ip-nav a.active, .ip-nav a:hover {
  background: #025BF7 ;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6) !important;
}

.eg-form-wrapper-static .eg-form-inner {
  max-width: 100%;
}

.announcement-result {
  border-radius: 6px;
  overflow: hidden;
}
.announcement-result .list {
  background: #040404;
}
.announcement-result .list:nth-child(even) {
  background: #292828;
}

.result-pager .result-pager-btn {
  margin: 0;
  padding: 0;
  list-style-type: none;
  outline: 0;
  width: 20px;
  height: 20px;
  border: none;
}
.result-pager .result-pager-btn.prev {
  background: url("../../images/arrow-left-blue.png") center no-repeat;
}
.result-pager .result-pager-btn.next {
  background: url("../../images/arrow-right-blue.png") center no-repeat;
}
.result-pager .result-pager-btn:focus {
  box-shadow: none;
  outline: 0;
}
.result-pager .page-count {
  font-size: 0;
}
.result-pager .page-count li {
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  vertical-align: middle;
}
.result-pager .page-count li:hover a, .result-pager .page-count li:hover span, .result-pager .page-count li.active a, .result-pager .page-count li.active span {
  color: #ffbf00;
  text-decoration: none;
}
.result-pager .page-count a,
.result-pager .page-count span {
  display: block;
  line-height: 20px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.payment-option-table {
  border-radius: 6px;
  overflow: hidden;
}
.payment-option-table table {
  border: none;
}
.payment-option-table thead {
  background: #ffbf00;
}
.payment-option-table th {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
  vertical-align: top !important;
  text-align: center;
  border: none !important;
  text-transform: uppercase;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.payment-option-table th:last-child {
  width: 80px;
}
.payment-option-table td {
  text-align: center;
  color: #fff;
  font-size: 12px;
  border: none;
  vertical-align: middle;
}
.payment-option-table tbody tr {
  background: #040404;
}
.payment-option-table tbody tr:nth-child(even) {
  background: #292828;
}

.faq {
  border-radius: 6px;
  overflow: hidden;
}
.faq .faq-list {
  background: #292828;
  padding: 0 45px;
}
.faq .faq-list:nth-child(even) {
  background: #040404;
}
.faq .faq-list a {
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  text-decoration: none !important;
  position: relative;
}
.faq .faq-list a:after {
  clear: both;
  content: "";
  display: block;
  background: url("../../images/dropdown-arrow-blue.png") center no-repeat;
  width: 11px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  transition: transform 200ms ease;
}
.faq .faq-list a[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.faq .faq-list a:hover {
  color: currentColor;
}
.faq .faq-list ol {
  list-style-type: upper-alpha;
}
.faq.no-list-style .faq-list ol {
  list-style-type: none;
  padding-left: 0 !important;
}

.support a:hover {
  color: #ffbf00;
}

#footer {
  border-top: thin solid #161616;
  background: #040404;
  font-size: 12px;
}
#footer .col-4,
#footer .col-2 {
  position: relative;
}
#footer .col-4.cu-pl,
#footer .col-2.cu-pl {
  padding-left: 40px;
}
#footer .col-4.cu-pl:before,
#footer .col-2.cu-pl:before {
  clear: both;
  content: "";
  display: block;
  width: 2px;
  height: 100px;
  background: #896902;
  top: 56px;
  left: 0;
  position: absolute;
}
#footer .col-4.info,
#footer .col-2.info {
  max-width: 374px;
}
#footer .col-4.cu,
#footer .col-2.cu {
  margin-left: 0px;
}
#footer li {
  padding: 3px 0;
}
#footer strong {
  margin-bottom: 13px;
  margin-top: 38px;
}
#footer a {
  color: currentColor;
}
#footer a:hover {
  color: #0893EE;
  text-decoration: none;
}

.provider-slider .slick-slide {
  padding: 0 15px;
  display: flex;
  height: 40px;
  align-items: center;
}

.copyright {
  margin-top: 40px;
}

.custom-bullet {
  list-style: none;
  padding-inline-start: 15px;
}

.custom-bullet li::before {
  content: "\2022";  
  color: #0893EE; 
  font-weight: bold; 
  font-size: 18px;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

/* page loader */
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
  }
}
@-moz-keyframes clockwise {
  0% {
    -moz-transform: rotate(-45deg);
  }
  100% {
    -moz-transform: rotate(315deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}
@-webkit-keyframes not-clockwise {
  0% {
    -webkit-transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(-315deg);
  }
}
@-moz-keyframes not-clockwise {
  0% {
    -moz-transform: rotate(45deg);
  }
  100% {
    -moz-transform: rotate(-315deg);
  }
}
@keyframes not-clockwise {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    -o-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
}
@-webkit-keyframes lt {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes lt {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lt {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.container_loader {
  width: 74px;
  margin: 160px auto;
  font-size: 0;
  position: relative;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.container_loader:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 6px solid #e5e5e5;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container_loader:after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 6px solid #e5e5e5;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box, .rb, .lb, .rt, .lt {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 40px;
  height: 20px;
  opacity: 1;
}
.box:before, .rb:before, .lb:before, .rt:before, .lt:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-top: 6px solid #045EF3;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lt {
  margin-right: -6px;
  -webkit-animation: lt 2s linear -2000ms infinite;
  -moz-animation: lt 2s linear -2000ms infinite;
  animation: lt 2s linear -2000ms infinite;
}
.lt:before {
  top: 0;
  left: 0;
  -webkit-animation: not-clockwise 1s linear infinite;
  -moz-animation: not-clockwise 1s linear infinite;
  animation: not-clockwise 1s linear infinite;
}

.rt {
  -webkit-animation: lt 2s linear -1000ms infinite;
  -moz-animation: lt 2s linear -1000ms infinite;
  animation: lt 2s linear -1000ms infinite;
}
.rt:before {
  top: 0;
  right: 0;
  -webkit-animation: clockwise 1s linear infinite;
  -moz-animation: clockwise 1s linear infinite;
  animation: clockwise 1s linear infinite;
}

.lb {
  margin-right: -6px;
  -webkit-animation: lt 2s linear -1500ms infinite;
  -moz-animation: lt 2s linear -1500ms infinite;
  animation: lt 2s linear -1500ms infinite;
}
.lb:before {
  bottom: 0;
  left: 0;
  -webkit-animation: not-clockwise 1s linear infinite;
  -moz-animation: not-clockwise 1s linear infinite;
  animation: not-clockwise 1s linear infinite;
}

.rb {
  -webkit-animation: lt 2s linear -500ms infinite;
  -moz-animation: lt 2s linear -500ms infinite;
  animation: lt 2s linear -500ms infinite;
}
.rb:before {
  bottom: 0;
  right: 0;
  -webkit-animation: clockwise 1s linear infinite;
  -moz-animation: clockwise 1s linear infinite;
  animation: clockwise 1s linear infinite;
}
/* page loader */

/* Revamp starts from here */
.new-bg-all{
  background-image: linear-gradient(to bottom, #045EF3,#0893EE,#045EF3);
}

.new-bg-header{
  background-image: linear-gradient(to bottom, #045EF3,#0893EE,#045EF3);
}

a:hover{
  color: inherit;
}

.narrow h1{
  color: #0893EE !important;
}
.narrow h2{
  color: #0893EE !important;
}
.new-text-color{
  color: #0893EE !important;
}
.new-text-black-white{
  color:white !important
}

.new-text-white-black{
  color:black !important
}
.new-table-bg{
  background-color: #025BF7 !important;
}
.new-login-box-bg{
  background-image: linear-gradient(to bottom, #eeeeee,#e9e9e9,#ebebeb);
}
.sidebar-text-color{
  color:white
}
.my-account-color{
  color: #0893EE !important;
}
.new-bg-pop-up{
  background-image: linear-gradient(to bottom, #045EF3,#0893EE,#045EF3);
}
.new-home-text{
  color: white;
}

.side-menu-login-icon{
  width: 38px;
  height: 44px;
}

.referral-text{
  color: white;
}

.menu-text{
  color: white !important;
}

.referral-nav li span {
  color: white !important
}

.referral-nav li.active span {
  color: #0893EE !important
}
.referral-nav li:hover span {
  color: #0893EE !important
}
.home-line{
  border: 0.1px solid #0893EE !important;
}

/** site customizations **/
.site-logo{}
.site-logo img{ width: 140px !important; }</pre></body></html>