.game-area .game-area-content {
	display: block;
}

.game-history {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    min-height: 43px;
}


.foguete {
    transition: margin-top 10s cubic-bezier(0.25, 0.1, 0.25, 1),
                margin-left 100s cubic-bezier(0.25, 0.1, 0.25, 1);

  }

@keyframes moveFoguete {
    from {
      margin-top: 10px;
      margin-left: 10px;
    }
    to {
      margin-top: -99950px;
      margin-left: 95990px;
    }
  }



#chartInfo img{
    margin: auto;
}

.res-value {
    color: #ff0000;
}

.game-history.scrollable {
    margin-bottom: -10px;
    padding-bottom: 10px
}

.game-history__wrap {
    width: 100%;
    padding: 20px;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
	background-color: #202a39;
}

.game-history .item {
    margin-right: 11px;
    border: 1px solid hsla(0,0%,59.2%,.1);
    padding: 8px 12px;
    border-radius: 50px;
	cursor: pointer;
	background-color: #272d3980;
	

}

.game-history .item.isAnimate {
    -webkit-animation: shiftFromLeft .3s linear;
    animation: shiftFromLeft .3s linear
}

.game-history .item:last-child {
    margin-right: 0
}

.game-history .item .item-bet {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    /* margin-bottom: 4px; */
    font-family: Exo\ 2,Open Sans,sans-serif;
}

.game-history .item .item-result {
    font-size: 11px;
    color: #5e687e
}

.game-history .item .item-result i {
    font-size: 8px
}

.crash__connected {
    pointer-events: none;
    border-radius: 6px 6px;
    position: relative;
    font-size: 25px;
    z-index: 2;
}

.crash__connected h2 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #d1113f;
    text-shadow: 1px 1px 2px rgba(25, 29, 36, 0.30);
}

.crash-prefix .game-area {
    border: 1px transparent;
    border-radius: 10px;
}

.crash-prefix .game-block {
    padding: 0
}

.crash-prefix .game-component.isMobile .game-block {
    border-radius: 6px
}

.hash {
    width: 100%;
    padding: 10px;
}

.bet-wrap {
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.bet-wrap span {
	margin-right: 2px;
}

.bet-wrap.wait {
    color: #ffc645;
	font-weight: 800;
}

.bet-wrap.win {
    color: #62ca5b;
	font-weight: 800;
}

.bet-wrap.lose {
    color: #e86376;
	font-weight: 800;
}
