.lgoin_btn { margin-left: auto; margin-right: 5px; }
.p8_5 { padding: 8.5px 10px !important; }
.cursor { cursor: pointer; }
.status { color: #02A6A7; }
.text-center { text-align: center; }
.w100 { width: 100%; }
.ml5 { margin-left: 5px !important; }
.color1 { background-color: #707070 !important; }
.game_box_section {
	position: relative;
}

.loader {
	position: absolute;
	margin: 5% auto;
	height: 100px;
	width: 100px;
	border: 6px solid #fff;
	border-right-color: #c30;
	border-top-color: #c30;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	-webkit-animation: spin 800ms infinite linear;
          animation: spin 800ms infinite linear;
}

@-webkit-keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.game_box_section .game {
	margin:5px !important;
	width: 162px !important;
	height: 162px !important;
	position: relative;
}
.container .inner .game_box_section .game_wrapper{
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.game_box_section .game-text {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px 5px;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
	font-size: 14px;
}

.game_box_section .game-image {
	height: 162px;
	background-repeat: no-repeat;
}

.game_box_section .game_wrapper {
	min-height: 500px;
}

.container .inner .game_box_section .game_wrapper {
	justify-content: center !important;
}
