
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,300&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	list-style-type: none;
	text-decoration: none;
}

div:empty {
  margin: 0;
}

:root {
  --square-size:25px;
}

html, body {
  max-width:100%;
}

html{
  background-image: radial-gradient(circle, #262a35, #22252e, #1d2128, #1a1c21, #16181b);
}

body {
 background-image: radial-gradient(circle, #262a35, #22252e, #1d2128, #1a1c21, #16181b);
  color:#9EA1AA;
  font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.3vh;
  padding: 70px 0;
  position: relative;
  min-height: 100vh;
}
h1,h2,h3,h4,h5 {
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
}

h1 {
  font-size: 1.5em;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1.2em;
}
 
  
h2 {
font-size: 18px;
margin-bottom:20px
}

h3 {
    font-size: 16px;
    margin: 0 0 10px;
}

h3 iconify-icon {
  vertical-align: text-top;
  margin-right:8px;
}

h3 span {
  color:#FCFC05;
}

input {
  background: #363a4b;
  border: 1px solid #eee;
  color: #fff;
  border-radius: 10px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  touch-action: manipulation;
  border:0;
}

.input[disabled], .textarea[disabled], .select select[disabled], fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .select select, .select fieldset[disabled] select {
  background: #aeb4c7;
  color: #333;
  font-weight: bold;
}

#white {
  color:#fff !important;
}

.mobile table {
  width:100%;
}

.table-scroll {
  display: inline-block;
  overflow-y: scroll;
  max-height:350px;
}

.clear {
  clear:both;
  width:100%;
  height:0;
}

.clearboth {
  clear:both;
}

.modal{
  z-index: 9900;
}

.modal h2{
  margin-top: -15px;
  margin-bottom: 40px;
}
.modal .h2_default {
  margin-top: 0px;
  margin-bottom:20px
}

.close-iframe {
  display: none;
  float: right;
  padding: 5px 0px 5px 15px;
}

.close-iframe iconify-icon {
  color:#fff;
}

.iblock {
  background:#27273F;
  padding:20px;
  border-radius: 20px;
  margin: 20px 0 10px !important;
}

.table {
    background-color:transparent;
    color: #f3f3f3;
    width:100%;
}

.iblock .table {
  margin: 0 -8px;
  width: calc(100% + 20px);
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.table .highlight {
 color:#ffcb7f;
}

.table tr.is-selected {
  background:#1F273A !important;
}

  .table thead td, .table thead th {
    color:#fff;
    font-size: 110%;
    }
    
    .table td, .table th {
      border: 0px;
      padding: 10px;
      color:#9898B2;
      }
    
    .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
        background-color: #2d2d46;
    }
    
    .has-background-info {
        background-color: #1F273A !important;
    }
    
    .table tr.is-selected td, .table tr.is-selected th {
        border-color: #3e4a5f;
    }

    tr { overflow: hidden; }

    tr td:first-child { border-top-left-radius: 10px; }
    tr td:first-child { border-bottom-left-radius: 10px; }
    
    tr td:last-child { border-top-right-radius: 10px; }
    tr td:last-child { border-bottom-right-radius: 10px; }


.totoresult span {
  background: radial-gradient(circle at 10% 40%, #bf7c19, #B3730F 60%, #8F4A4A 100%);
  padding: 4px 8px;
  border-radius: 15px;
  font-weight: bold;
  margin-right: 5px;
  cursor: default;
}
  
iconify-icon {
  filter: drop-shadow(0px 0px 4px rgb(250 250 250 / 0.5));
  vertical-align:bottom;
  padding:0px 1px 0.5px;
  color: #5169FE;
}

.message {
  font-size:inherit;
}

.progressbar {
  background: #49496f;
  width: 100%;
  height: 11px;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 4px;
}

.progressload {
  background: #00BBFF;
  height: 100%;
  color: #fff;
  font-size: 8px;
  padding: 0 5px;
  text-align: right;
  line-height:11px;
  text-shadow: 0px 1px 9px #392a2a;
}

.blinking, .is-selected .tabtime {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.home {
  background: #141118 url(/assets/img/home-bg.jpg) no-repeat center top / contain;
}

.gcolumn {
  width:calc(50% - 25px);
  margin-right:20px !important;
  display:inline-block;
  vertical-align: top;
}

.mobile .gcolumn {
  margin:0px;
  width:100%;
} 

@media (min-width: 700px) {
  .mobile .gcolumn {
    max-width: 48%;
    margin:unset;
    margin-right: 1%;
  }
}

.has-icons-left {
  color:#fff;
}

.control.has-icons-left .icon, .control.has-icons-right .icon {
  height: 2.2em;
}

.header {
  background-image: radial-gradient(circle, #333742, #323540, #31343e, #2f323c, #2e313a);
  padding:20px;
  overflow:hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 70px;
  overflow: hidden;
}

.logo-parent .logo {
  margin-top:-2px;
  max-width: 70%;
  height:35px;
  float:right
}

.logo-parent .logo img {
  height :100%;
}

.header_cart {
  display: inline;
  float: right;
  margin: 4px 4px 4px 10px;
}
.clear_cart{
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer; 
}
.delete_cart_item{
  font-size: 18px;
  padding: 0;
  cursor: pointer;  
}
.cart_qty_btn{
  cursor: pointer;
  display: inline-table;
}
.cart-table td{
 padding:4px;
 vertical-align: middle;
}
.button-minus-cart,.button-plus-cart{
  width: 25px;
  height: 25px;
  padding: 0px;
  cursor: pointer;
}

.quantity-field{
  width: 40px;
  height: 25px;
  padding: 0px;
  margin:0px 1px;
}
.cart-quantity-row{
  display: flex;
  align-items: center;
}

#dynamic-content{
  width: 1060px;
  margin:0px auto;
  min-height: 100vh;
  padding: 40px 20px;
}
.mobile #dynamic-content{
  width: 100%;
  max-width:1060px;
  padding: 15px 20px;
}

.mobile-menu {
  float:left;
  width:25%;
  margin-right:5%;
}

.mobile-menu iconify-icon {
  vertical-align:baseline;
  height:35px;
}

.header-balance {
  min-width: 75px;
  float:right;
  background: #212530;
  border:1px solid #2E323D;
  padding:5px 10px 5px 0px;
  border-radius:10px;
  color:#fff;

}

.left-menu {
  background:#232835;
  float:left;
  width:250px;
  height:100vh;
  padding:20px;
  margin-right:20px;
  position: fixed;
  z-index: 2;
  top: 0px;
  padding-top:100px;
  display: none;
}

@media (min-width: 1520px) {
  .left-menu {
    display: block;
  }
}



.menu-title {
  color:#ccc;
  min-width: 200px;
}
.left-menu  .sub-menu{
  margin-bottom:5px;
  padding: 5px 10px;
  margin-bottom:10px;
}

.menu-games {
  font-weight:bold;
  color:#fff;
}

.menu-games li {
  background:#1E232D;
  margin:10px 0;
  border-radius:10px;
  padding:15px;
  cursor:pointer;
  line-height:21px;
}

.menu-games iconify-icon {
  margin-right:10px;
}

.menu-games li:hover, .current-game {
  background-image: linear-gradient(to bottom, #5b70ff, #5369fd, #4b62fc, #435afa, #3a53f8) !important;
}

.menu-games li:hover iconify-icon {
  color:#fff;
}

.menu-games .current-game iconify-icon {
  color:yellow;
}

.bottom-bar {
  width: 100%;
  height: 46px;
  padding: 6px 20px;
  background: #2B3144;
  position: fixed;
  bottom: 0;
  z-index: 1;
}

.bottom-bar-center {
  max-width:1000px;
  margin:0px auto;
}

.bottom-nav {
  position: relative;
  width: 19%;
  height: 50px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.bottom-bar-label {
  text-transform: uppercase;
  text-align: center;
  font-size:7px;
  color:#fff;
}

.bottom-badge {
  position: absolute;
  top:0px;
  right:20%;
  background: red;
  color:#fff;
  border-radius: 50px;
  font-size: 8px;
  font-weight: bold;
  padding: 3px 5px;
  line-height: 7px;
  animation: badgeblink 2s infinite;
}

@keyframes badgeblink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.breadcrumb {
  font-size:12px;
  clear:both;
}

.breadcrumb iconify-icon {
  padding: 0;
  margin: 0 5px 0 5px;
  color:#fff;
}
  
.breadcrumb a {
  color:#fff;
  font-weight:normal;
  padding: 0px 3px;
}
  
.breadcrumb li.is-active a {
  color: #fff;
}

.block {
  display:inline-block;
  overflow:hidden;
  background: #212530;
  border:1px solid #2E323D;
  margin:20px;
  border-radius:15px;
  padding:20px;
  position:relative;
}

.prize-block {
  width:50%;
  max-width:490px;
  min-width:330px;
}

.prize-block-left {
  float:left;
  width:60%;
}

.prize-block-title {
  display:inline-block;
  font-size:21px;
  font-weight:bold;
  color:#fff;
}

.prize-block-description {
  clear:left;
  display:inline-block;
  font-size:11px;
  line-height:18px;
  padding:10px 0;
  max-height:42px;
  overflow:hidden;
}

.coin-icon {
  background: url('https://api.iconify.design/fluent-emoji-flat/coin.svg') no-repeat 10px center;
  padding-left:30px;
}

.button, .dep-wid .active {
  clear:both;
  background-color: #5268FD;
  background-image: linear-gradient(to bottom, #5b70ff, #5369fd, #4b62fc, #435afa, #3a53f8);
  border-radius:9px;
  padding: 10px 40px;
  margin:20px 0 10px;
  font-size: clamp(10px, 1.7vh, 20px);
  text-transform:uppercase;
  font-weight:bold;
  color:#fff;
  text-align:center;
  cursor:pointer;
  border:0;
  border-top:1px solid #8393FF;
  position:relative;
}

.button:hover {
  color:#fff;
  background-image: linear-gradient(to bottom, #596cf0, #5165f0, #495ef0, #4157f0, #3850f0);
}

.buy-ticket-icon {
  position:absolute;
  margin-left:-35px;
  margin-top:-5px;
}
.clear {
  width:100%;
  height:0;
  clear:both;
}

 .wrap {
   width:1000px;
   margin:0px auto;
 }

.notification.is-link {
  background:rgb(72 95 199 / 85%);
}

.errornotif {
  background: rgb(111 77 77 / 85%) !important;
}

.notification-container iconify-icon {
  font-size:30px;
}

.notification-container img {
  height:30px;
}

.notification-container .notification-content{
  text-align: center;
}

.notification-container{
  display: none;
  font-size: 14px;
  position: fixed;
  top: 25%;
  left: 50%;
  width: 45%;
  min-width: 160px;
  max-width: 300px;
  transform: translateX(-50%);
  z-index: 1000;
}

.notif-body {
  margin: 2vh;
}

.notification {
  padding: 2vh;
  border-radius: 15px;
}


 /* testing css */

::-webkit-scrollbar {
  width: 5px;
}
a{
  font-weight: bold;
  color: #fff;
}
a:hover,.breadcrumb a:hover {
  color:#fff;
  text-decoration:underline;
}
.game-title-background{
  background: #212634;
}

/* Starts Modal popup css */
.popup-event-img{
  width: 50%;
  margin: 0px auto;
  text-align: center;
}

.popup-event-img img {
  max-height:190px;
}

.popup-link{
  cursor: pointer;
  font-weight: bold;
  color: #fff;
}
.popup-link:hover{
  text-decoration: underline;
}
.pup {
  display: none;
}

.modal-background {
  background-color: rgb(43 49 68 / 55%);
}

.modal-content {
  border-radius: 15px;
  min-height: 100px;
  background: rgb(43,49,68);
  border: 0px!important;
  overflow: visible;
  padding-top: 15px;
}
.mobile .modal-content {
  background: linear-gradient(180deg, rgba(43,49,68,0.0034138655462184753) 0%, rgba(43,49,68,0.09865196078431371) 0%, rgba(43,49,68,0.8) 5%, rgba(43,49,68,0.95) 9%, rgba(43,49,68,1) 15%);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  max-height: 90vh;
  margin: 0px;
  padding-top:35px;
}
.modal .loader {
  position: absolute;
  top: 25%;
  left: 48%;
  z-index: 1;
  width:30px;
  height:30px;
}
.modal-msg {
  display: none;
  width:90%;
  margin:0px auto 20px;
}
.modal-dialog {
  position: relative;
  bottom:-50px;
  z-index:9900;
}

.mobile .modal {
  bottom: 45px;
}

.mobile .modal-dialog {
  bottom:45px;
  margin:0;
  position: fixed;
  width:100%;
  max-height:95%;
  overflow: auto;
}

.mobile .modal-background {
 bottom:45px;
}

.modal-dialog .modal-close {
  padding: 0px;
  color: #fff;
  position: absolute;
  right: 3px;
  top: 3px;
}
/* END */
footer{
  font-size: 12px;
  padding-bottom: 60px;
  height:45px;
  text-align: center;
  position:absolute;
  right: 0;
  bottom: 0;
  left: 0;
}


.clearfix{
  width: 100%;
  height: 0px;
  clear: both;
}

.blink-balance {
  color:#ccc;
  animation: blink 
      1.5s linear infinite;
}
.blink-only {
  animation: blink 
      1.5s linear infinite;
}

@keyframes blink {
  0% {
      opacity: 0;
  }

  50% {
      opacity: 0.7;
  }

  100% {
      opacity: 0;
  }
}
.logo-parent{
  position: fixed;
  top: 20px;
  left: 15px;
  z-index: 6;
}

.mobile .logo-parent {
  max-width: 30%;
  max-height:35px;
  overflow: hidden;
}

.field {
  margin-top:10px;
}

.field label {
 float:left;
 margin:10px;
}
.field .field-span {
  line-height: 3.2;
 }

.input, .textarea, .select{
  border: 0;
  font-size:14px;
  border-radius: 18px;
  padding:18px;
  margin-bottom: 15px;
}

.mobile .input, .mobile .textarea, .mobile .select{
  margin-bottom:10px;
}

label{
  color:#fff;
  font-size: clamp(8px,1.5vh,12px);
  display: block;
  margin-bottom: clamp(5px, 0.8vh, 15px);
}

.field .tabs {
  display: inline-block;
}

.field .cost_field {
  font-size: 12px;
  float: right;
  padding: 5px 0;
}

.field .cost_field b {
  color:#fff;
}

.deposit-icon{
  color: #ffae7c;
  margin-left: 5px;
  vertical-align: text-top;
  cursor: pointer;
}

/*Tab design*/
.tabs ul {
  font-size:12px;
  }
  input[type="text"]::placeholder{
    color: #ccc;
  }
  .tabs li {
  margin-right: 5px;
  min-width: 50px;
  }
  
  .tabs.is-toggle li.is-active .tab-container {
    background-color: #5268FD;
    color: #fff;
    z-index: 1;
    min-width:40px;
  }

  .tabs .is-active iconify-icon {
    color:#fff;
  }
  
  .tabs.is-toggle .tab-container {
      border-color: #414a66;
      color: #c0baba;
      font-weight: normal;
      border-radius: 3px;
      padding: 5px 8px;
      border-style: solid;
      border-width: 1px;
      margin-bottom: 0;
      position: relative;
      background: #414a66;
  }
  .tabs.is-toggle .tab-container:hover {
    background-color: #404859;
    border-color:#313545;
    z-index: 2;
  }
  .tabs.is-toggle a:hover {
    background:none;
    text-decoration: none;
  }
  .tabs.is-toggle li.is-active a {
    background:none;
  }
  .tabs a{
    padding: 0px;
  }
  .tabs.is-toggle a{
    border: 0px;;
  }
  
  .tabs .icon:last-child {
      margin-left: 0px;
  }
  .tabs .tab-container{
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: top;
    cursor: pointer;
  }
  /* End */
  .deposit-container{
    cursor:pointer;
    color:#fff;
    font-weight:bold;
    text-decoration:underline;
    text-align:center;
    width: 60px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
    opacity: 0.8;
  }
  .deposit-container.payment_selected{
    opacity: 1;
    color: yellow;
  }
  .deposit_info_container{
    font-weight: normal;
    font-size: 13px;
    margin-top: 20px;
  }
  .deposit_info_container b{
    color: #fff;
  }

  .mobile .deposit-container {
    width:20%;
    margin:0 2% 10px;
  }


  .deposit-bank-logo{
    width: 100%;
    position: relative;
  }

  .depo_amount-container{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 10px auto 20px;
  }
  .depo_amount_label{
    font-size: 10px;
    display: block;
    color: #a5a5e1;
  }
  .depo_amount_currency{
    margin-right: -50px;
    display: inline-block;
    width: 40px;color: #565A88;
  }
  .depo_amount_input{
    background: none;
    border: 0;
    border-bottom: 1px solid #a3a8d8;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 8px 5px 8px 50px;
    width: 227px;
  }

.dep-wid {
  background: #1f2333;
    border-radius: 20px;
    margin: -5px 0px 25px;
    padding: 0 0 0 5px;
    color: #fff;
    font-size: 14px;
}

.dep-wid .dbutton {
  width: 47%;
  text-align: center;
  padding: 10px 0;
  display: inline-block;
  border-radius: inherit;
  margin: 1% 1% 1% 0;
  cursor: pointer;
  font-size:14px;
  text-transform:uppercase;
  font-weight:bold;
}

.mobile .dep-wid .dbutton {
  padding: 6px 0;
}

.dep-wid .dbutton:last-child {
 float:right;
}

  .slider-navigation-previous, .slider-navigation-next{
    display: none !important;
  }
  
  .slider-container{
    align-items: center;
  }


  .lobby_step_blocks_wrap {
    padding: 10px;
  }

  .mobile .lobby_step_blocks_wrap {
    margin:0 -20px 25px;
  }

  .lobby_step_block {
    position: relative;
    float: left;
    width: 23.5%;
    margin-right: 1.5%;
    background: #323540;
    border-radius: 15px;
    padding: 10px 10px 0;
    margin-top:20px;
    text-align: center;
    background: rgb(88,106,30);
    background: linear-gradient(181deg, rgba(88,106,30,1) 0%, rgb(33 38 53) 67%, rgb(39 39 63) 100%);
    color:#fff;
  }

  .mobile .lobby_step_block {
    height:230px;
  }

  .lobby_svg {
   margin-top:-45px;
  }

  .lobby_step_block svg {
    max-width: 135px;
  }

  .lobby_block_text {
    padding:10px 10px;;
    width: 100%;
  }

  .mobile .lobby_block_text {
    padding: 10px 0px;
  }

  .highlight-yellow {
    color: #fff;
    text-shadow: -1px 0px 2px #4e2d2d;
}

  .lobby_step_block_label {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0 0 12px;
    color: #fff;
  }

.lobby_step_description {
  font-size: 11px;
  font-style: italic;
}

  .lobby_welcome_banner {
    position: relative;
    margin:20px 0px 40px -20px;
    width: calc(100% + 40px);
    max-height: 240px;
    background: rgb(39 39 63 / 45%);
    background-size: inherit;
    border-radius: 50px;
    box-shadow: 0px 0px 20px 11px rgba(0,0,0,.5), inset 0px 0px 20px 0px rgb(50 66 107);
  }

  .mobile .lobby_welcome_banner {
    width:100%;
    border-radius: 25px;
    margin: 25px 0 15px;
    min-height: 150px;
  }

  .lobby_welcome_text {
    padding: 65px 65px 120px;
    max-width: 80%;
    font-size: 1.5em;
  }

  .lobby_welcome_text h1 {
    text-shadow: 0px 0px 3px #556621;
  }


  .lobby_game {
    margin: 20px 20px 30px 20px !important;
    width:calc(100% - 20px);
    aspect-ratio: 1/0.5;;
  }

@media (min-width: 500px) {
  .lobby_game {
    width:calc(50% - 40px);
    float:left;
  }

  .lobby_game:nth-child(odd) {
    margin-right:0;
  }
}

  .lobby_game_thumb {
    display: inline-block;
    margin-left:-45px;
    width:40%;
  }

  .lobby_game_thumb img {
    max-height:180px;
  }

  .lobby_game_content {
    float:right;
    width:60%;
  }

  .lobby_game_name {
    color: #ffeeee;
    font-size: 110%;
    font-weight: bold;
    border-bottom: 1px solid orange;
    margin-bottom: 20px;
    float: left;
  }

  .lobby_game_title {
    clear:left;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }

  .lobby_game_button {
    border:2px solid orange;
    color:#fff;
    padding:10px 5px;
    border-radius: 10px;
    text-align: center;
    width: 50%;
    margin: 10px 0;
    display: block;
  }

  .mobile  .lobby_welcome_text {
    font-size: 1em;
    padding:25px;
  }

  .prize-list {
    position: relative;
    display: inline-block;
    align-items: center;
    justify-content: center;
    color:#fff;
    margin: 50px 2% 40px;
    width: 45.8%;
  }
  .mobile .prize-list {
    width: 100%;
  }
  
  .prize-list .prize-gp {
    position: absolute;
    top: -58px;
    left: 46%;
  }

  .prize-block {
    position: relative;
    align-items: center;
    justify-content: center;
    color:#fff;
    margin:-10px auto 0;
    width:100%;
    max-width:525px;
  }

  .game-online {
    background: url('https://api.iconify.design/twemoji/crossed-swords.svg') no-repeat center left / contain;
    padding-left:22px;
    color: #ffcb7f;
    font-weight: bold;
    margin-top: 5px;
    display: block;
    float: right;
  }

  .notif-block {
    position: relative;
    width:100%;
    max-width:525px;
    margin: 0 auto;
  }

  .prize-list-sorting {
    margin-top: -460px;
    margin-bottom: 120px !important;
  }
  .mobile .prize-list-sorting {
    margin-top: -100px;
  }

  .trans-notif {
    position: absolute;
    display: none;
    background: rgba(50,50,50,.3);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    color: grey;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index:1;
    width: 100%;
    padding: 5px 10px;
  }

  .trans-notif span {
    color:#fff;
    font-weight: bold;
    margin: 0 2px;
  }

.notif-block iconify-icon {
  vertical-align: text-bottom;
  width:12px;
  height:12px;
}

.char {
  background-size: contain;
  position: absolute;
  z-index:1;
}

.char img {
  width:100%;
  height:100%;
}

.char_dwarf {
  background: url(/assets/img/chars/dwarf.png) no-repeat center top / contain;
  width: 32%;
  bottom: 4%;
  left: 28%;
  z-index:1;
}

.char_chest_list {
  position:fixed;
  background: url(/assets/games/luckychest/chest-list.png) no-repeat center top / contain;
  width: 20%;
  max-height: 185px;
  bottom: 45px;
  right: 7%;
  z-index:1;
  animation-name: chest-list-char;
  animation-duration: 8s;
  animation-delay: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

@keyframes chest-list-char {
  0% { width: 20%; }
  95% { width:20%; }
  100% { width: 0%; }
}

 .char7 {
  background:  url(/assets/img/chars/09q.png) no-repeat center top / contain;
  width: 32%;
  height: 120%;
  bottom: -8%;
  right: -5%;
 }

 .lang_switch_container{
  margin: 25px auto;
  text-align: center;
 }
.lang_icon {
  width: 26px;
  margin-right: 5px;
  opacity:0.7;
  cursor: pointer;
}
  
.lang_active {
  opacity:1;
}
.popup_select{
  width:100%;
  padding: 6px 10px 6px 10px;
}

.char_msg {
  display:none;
  color:#333;
  font-weight:bold;
  position: absolute;
  top:40px;
  left:140px;
	width: 100%;
	background-color: #dfbf9e;
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 1rem;
  box-shadow:	0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
  }

.mobile .char_msg {
    bottom: unset;
    left:unset;
    right: -60%;
    line-height:16px;
    padding:10px;
    font-size:90%;
  }

  .char_msg_left {
    width: 200px;
    right: 70% !important;
    top: 0px;
  }

  .copy_btn{
    right:5px;
    position: absolute;
    padding:5px;
    cursor:pointer;
  }
  .cancel_link{
    margin:-10px 0px;
    cursor:pointer;
    text-decoration:underline;
  }

  .quick_4d_list {
    background:#101224;
  }

  .quick_4d_list #prize-list-container {
    margin:0 -1% !important;
    width:102% !important;
  }

  .toto_list_block {
    width:48%;
    min-width: 190px;
    max-width:230px;
    margin:1%;
    float:left;
    background: #1b1d32;
    border-radius: 15px;
    border:0;
    overflow: hidden;
    padding-bottom: 25px;
  }

  .toto_list_block table {
    margin:0 4% !important;
    width: 92%;
  }

  .mobile .toto_list_block .totoresult span {
    margin-right: 0px;
  }

  .toto_list_block .table td, .toto_list_block .table th {
    color:#fff;
  }

  .toto_list_head {
    padding:0px 0px 20px;
    background: rgb(72,61,45);
    background: radial-gradient(circle, rgba(72,61,45,1) 0%, rgba(29,30,49,1) 60%);
  }

  .toto_list_top {
    
  }

  .toto_list_value {
    color:#fff;
    float:left;
    background: rgb(255,190,24);
    background: linear-gradient(0deg, rgba(255,190,24,1) 88%, rgba(254,235,148,1) 100%);
    padding:10px 20px;
    min-width: 80px;
    max-width: 150px;
    text-shadow: 1px 1px 3px #792f2f;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 30px;
    border-right:5px solid #101224;
    border-bottom:5px solid #101224;
  }

  .toto_list_value iconify-icon {
    color: #101224;
    vertical-align: middle;
    font-size: 16px;
    margin-right:2px;
  }

  .toto_list_lifetime {
    float:right;
    padding:10px;
    text-align: center;
    color:#fff;
    line-height: 13px;
  }

  .toto_list_lifetime span {
    display: block;
    font-size: 10px;
    color: #bbb0b0;
  }

  .toto_list_info {
    background: #0c1224;
    border-radius: 15px;
    padding:10px;
    width: 65%;
    margin: 10px auto;
    text-align: center;
    color:#9599af;
    font-size:10px;
  }

  .toto_list_timer {
    color:#fff;
    font-size:18px;
  }

  .toto_img_thumb {
    width:45px;
    float:left;
    margin-right:15px;
  }

  .toto_list_event_title {
    text-transform: uppercase;
    color:#fff;
    font-weight: bold;
    font-size:16px;
    clear: both;
    text-align: center;
    padding-top: 20px;
  }

  .mobile .toto_list_event_title {
    font-size:14px;
  }

  .toto_list_title {
    text-align: center;
  }

  .toto_list_title a {
    color:#febd18;
    text-transform: uppercase;
    font-size:23px;
    font-weight:bold;
    text-shadow: 1px 1px 0px black;
  }

  .mobile .toto_list_title a {
    font-size:22px;
  }

  .toto_ball {
    background: #1e2229;
    display: inline-block;
    padding: 3px 9px;
    border-radius: 15px;
    color: #eee;
    text-shadow: 0px 1px 1px #a973735c;
    border: 1px solid #9d3434;
    font-weight:bold;
  }

  /*ToolTip custom design*/
  .ui-tooltip, .arrow:after {
    background: #113969;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font-size:12px;
    font-weight: bold;
    background: #113969;
  }
  .ui-tooltip .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .ui-tooltip .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .ui-tooltip .arrow.left {
    left: 50%;
  }
  .ui-tooltip .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    background: #113969;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ui-tooltip .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
  /*END ToolTip custom design*/
 

  #chat-widget-container {
    height:92% !important;
}
.text-white{
  color:#fff;
}
.text-yellow{
  color:yellow;
}
.text-red{
  color:#e71212;
}
.text-orange{
  color:orange;
}
.dynamic-content.loader {
  position: absolute;
  top: 38%;
  left: 48%;
  z-index: 1;
  width:30px;
  height:30px;
}
.default .prize-list-empty{
  margin: 50px 2% 40px !important;
  width: 45.8% !important;
}

.quick_4d {

}

.prediction_table {
  color:#fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 5px;
  padding:2px;
  width: 300px;
  height: 135px;
  line-height: var(--square-size);
}

.prediction_net {
  float:left;
  border:2px solid #DCDCDD;
  border-bottom:0;
  border-radius: 4px;
}

.prediction_th_horizontal {
  height:var(--square-size);
  padding-left:var(--square-size);
}

.prediction_th_horizontal span {
  display: block;
  width:var(--square-size);
  height:var(--square-size);
  float:left;
  text-align: center;
}

.prediction_th_vertical {
  text-align: center;
  float:left;
  width:var(--square-size);
}

.prediction_th_vertical span {
  width:var(--square-size);
  height:var(--square-size);
  display: block;
  clear:both;
}

.prediction_row {
  clear:both;
  border-bottom:2px solid #DCDCDD;
  height:var(--square-size);
}

.prediction_square {
 float:left;
 font-weight: normal;
 border-right:2px solid #DCDCDD;
 width:var(--square-size);
 height:var(--square-size);
 text-align: center;
 color:#ad815d;
}

.prediction_table .prediction_square:last-child {
 border-right:0;
}
.validate_input_highlight{
  background-color: #e3c5c5;
}
/* CSS for the popup */
.popupzed {
  display: none;
  z-index: 999999999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-top: 20%;
}
.error-message{
  color:red;
}
form {

box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
.form-group {
margin-bottom: 20px;
}

input {
width: 100%;
padding: 8px;
box-sizing: border-box;
}
button {
background-color: #4caf50;
color: #fff;
padding: 10px;
border: none;
border-radius: 4px;
cursor: pointer;
width: 100%;
}
.api_error_msg{
  font-size: 20px;
  padding-top: 43vh;
  text-align: center;
}