

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.game-container .row{
	margin-right: 0;
	margin-left: 0;
	font-size:1.5rem;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.text-right {
	text-align: right!important;
}

.text-center {
	text-align: center!important;
}


.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}


.flex-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important;
}

.justify-content-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
}


table {
	border-collapse: collapse;
}

.small, small {
	font-size: 65%;
	font-weight: 400;
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	border-radius:0;
}

.table-dark, .table-dark>td, .table-dark>th {
	background-color: #c6c8ca;
}

.table-dark {
	color: #fff;
	background-color: #343a40;
}

.table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table-responsive th, .table-responsive td {
	white-space: nowrap;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color: #95999c;
}

.table-dark td, .table-dark th, .table-dark thead th {
	border-color: #454d55;
}


.text-white {
	color: #fff!important;
}

div.page-title {
	background: #262932;
}


.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
}

.badge-success {
	color: #fff;
	background-color: #28a745;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.ext-game-viewer {
	text-align: center;
	display: block;
	background: black;
}

.iframe-wrapper {
	display: inline-block;
	width: 320px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

#live-iframe {
	width: 1280px;
	height: 790px;
	border: 0;
	display: block;
	margin-left: 0px;
	margin-top: -128px;
	-ms-zoom: 0.55;
	-moz-transform: scale(0.43);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.43);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.43);
	-webkit-transform-origin: 0 0;
}

.overlay {
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 5px;
	box-sizing: border-box;
	margin-left: 0;
	margin-top: 0;
	left: 0;
	top: 0;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(3px);
	text-align: center;
	display: table;
	color: #fff;
	z-index: 1;
}
.overlay > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.overlay img {
	width: 128px;
	height: 128px;
	filter: drop-shadow(0 0 10px #0008);
	margin: 0 auto 10px;
	display: block;
}


.round-info {
	background: #5E6168;
	color: white;
	text-shadow: 1px 1px black;
}

.round-info .bet-end-count {
	color: lightgreen;
	background: black;
	border-radius: 30px;
	padding: 4px 10px;
	font-size: 80%;
	font-weight: bold;
	width: 140px;
	display: inline-block;
	text-align: center;
}
.round-info .bet-end {
	color: red;
}

.mt-2, .my-2 {
	margin-top: .5rem!important;
}

.pr-2, .px-2 {
	padding-right: .5rem!important;
}

.pl-2, .px-2 {
	padding-left: .5rem!important;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.rounded {
	border-radius: .25rem!important;
}
.rounded-bottom {
	border-bottom-right-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important;
}


.d-none {
	display: none!important;
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
}

.pl-0, .px-0 {
	padding-left: 0!important;
	padding-right: 0!important;
}

.pt-2, .py-2 {
	padding-top: .5rem!important;
	padding-bottom: .5rem!important;
}


.pick-btn {
	border: solid 1px black;
	text-align: center;
	padding: 6px 0px;
	color: white;
	border-radius: 6px;
	cursor: pointer;
	width: 100%;
	display: inline-block;
	line-height: 1.2em;
	font-size: 90%;
	height: 50px;
}

.pick-btn-sdr {
	width: 100%;
	border: solid 1px #666;
}

.left-pick-color {
	background: #4597E6;
}


.right-pick-color {
	background: #F02129;
}
.contents-wrapper{
	font-family: 'Noto Sans KR';
	font-size: 0.7rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
}



div.bet-slip, div.charge-slip {
	text-align: center;
	background: #eee;
}


div.bet-slip ul, div.charge-slip ul {
	margin: 0;
	padding: 0;
}

div.bet-slip ul li, div.charge-slip ul li {
	list-style: none;
	margin: 0;
	padding: 3px;
	display: inline-block;
	width: 40px;
}

div.bet-slip ul li > span, div.charge-slip ul li span {
	display: inline-block;
    width: 125%;
    text-align: center;
    border-radius: 4px;
    padding: 10px 0;
    font-weight: bold;
    color: white;
    background: #363942;
    cursor: pointer;
    font-size: 10px;
}

.btn-block {
	display: block;
	width: 100%;
}

#instant-alert {
	background: rgba(0, 0, 0, 0.8);
	color: white;
	min-height: 160px;
	text-align: left;
}
.nav-scroller a{
	padding: 10px;
	display: inline-block;
}
.nav-scroller a.game-selected {
	background: #E7502A;
}

.powerballNav{
	background: #AA211D;
	width: 100%;
}

.float-left {
	float: left!important;
}


.powerballNav .nav{
	display: inline-block !important;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255,255,255,.05);
}

.no-gutters{
	margin: 0 !important;
}
.pick-btn {	
	border: solid 2px black;
	text-align: center;
	padding: 6px 0px;
	color: white;
	border-radius: 6px;
	cursor: pointer;
	width: 100%;
	display: inline-block;	
	font-size: 10px;
}
.pick-btn2 {	
	border: solid 1px black;
	text-align: center;
	padding: 6px 0px;
	color: white;
	border-radius: 6px;
	cursor: pointer;
	width: 100%;
	display: inline-block;	
	line-height: 1.5;
	font-size: 13px;
}
.pick-btn-sdr {
	width: 100%;
	/* background: #363942 !important; */
	border: solid 2px #666;
}
.pick-btn-selected {
	background: yellow !important;
	color: red;
}
.pick-btn-fw { /* fixed width */
	/* max-width: 120px; 
	width: 94px;*/
	width: 100%;
}


.noSelected {
	transition: 0.2s;
	padding: 10px;
	height: auto;
	vertical-align: middle;
	color: #fff !important;
	border: solid 1px #111 !important;
	font-weight: bold;
	box-shadow: inset 0 1px 0px 0 rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	background: rgb(45, 56, 66);
	background: -moz-linear-gradient(top, rgba(45, 56, 66, 1) 0%, rgba(29, 37, 44, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(45, 56, 66, 1) 0%, rgba(29, 37, 44, 1) 100%);
	background: linear-gradient(to bottom, rgba(45, 56, 66, 1) 0%, rgba(29, 37, 44, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3842', endColorstr='#1d252c',GradientType=0 );
}


.Selected {
    transition: 0.2s;
	padding: 10px;
	height: auto;
	vertical-align: middle;
    color: #000 !important;
    text-shadow: none;
    font-weight: bold;
    border-radius: 5px;
    border: solid 1px #000 !important;
    box-shadow: inset 0 1px 0px 0 rgba(255, 255, 255, 0.3);
    background: rgb(254, 191, 1);
    background: -moz-linear-gradient(top, rgba(254,191,1,1) 0%, rgba(254,172,54,1) 100%);
    background: -webkit-linear-gradient(top, rgba(254, 191, 1, 1) 0%, rgba(254, 172, 54, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 191, 1, 1) 0%, rgba(254, 172, 54, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf01', endColorstr='#feac36',GradientType=0 );
}

.noSelected:hover{
	filter: contrast(0.5);
}

.noSelected span.handi {
    color: #3BC5FF !important;
}
.noSelected span.under {
    color: #FF4B4B !important;
}

.vs{
	transition: 0.2s;
	padding: 14px 0;
	height: auto;
	vertical-align: middle;
	color: #888 !important;
	border: solid 1px #111 !important;
	font-weight: normal;
	box-shadow: inset 0 1px 0px 0 rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	background: rgb(45, 56, 66);
	background: -moz-linear-gradient(top, rgba(45, 56, 66, 1) 0%, rgba(29, 37, 44, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(45, 56, 66, 1) 0%, rgba(29, 37, 44, 1) 100%);
	background: linear-gradient(to bottom, rgba(45, 56, 66, 1) 0%, rgba(29, 37, 44, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3842', endColorstr='#1d252c',GradientType=0 );
	cursor: inherit;
}


.left-pick-color {
	background: #4597E6;
}
.right-pick-color {
	background: #F02129;
}
.bet-btn {
	display: inline-block;
	border: solid 2px black;
	width: 100%;
	text-align: center;
	padding: 0 10px;
}
.round-info {
	background: #333;
	color: white;
	text-shadow: 1px 1px black;
}

.round-info img{
	max-height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}


.round-info .bet-end-count {
	color: lightgreen;
	background: black;
	border-radius: 30px;
	padding: 4px 10px;
	font-size: 80%;
	font-weight: bold;
	width: 140px;
	display: inline-block;
	text-align: center;
}
.round-info .bet-end {
	color: red;
}

.ext-game-viewer {
	text-align: center;	
	display: block;
	background: black;
	
}

.float-left {
	float: left!important;
}
.float-right {
	float: right!important;
}

.powerballBettingArea{position:relative;}
.bet_lock {position:absolute;width:100%;height:100%;line-height:100%;background:rgba(0,0,0,0.8);text-align:center;color:#fff;text-shadow:0px 1px 0 #000;z-index:999;}
.bet_lock >div{
	width: 100%;
	vertical-align:middle;
	margin-top: calc(50% - 101px);
	font-size:18px;
	line-height: 1.5;
}
.bet_lock >div img{
	width: 128px;
	height: auto;
	margin:10px auto 20px;
	display: block;
}
.btn_1{ display:inline-block; padding:1px; width:250px; height:60px; color:#fff; text-align:center; font-size:16px; line-height:60px;font-weight: bold;border-radius:10px;}
.btn_1:hover{  color:#ffffff; font-weight: bold;}

.btn_2{ display:inline-block; padding:1px; width:200px; height:60px; color:#fff; text-align:center; font-size:16px; line-height:60px;font-weight: bold;border-radius:10px;}
.btn_2:hover{  color:#ffffff; font-weight: bold;}

.btn_3{ display:inline-block; padding:1px; width:150px; height:60px; color:#fff; text-align:center; font-size:16px; line-height:60px;font-weight: bold;border-radius:10px;}
.btn_3:hover{  color:#ffffff; font-weight: bold;}


.btn_4{ background-color:#e0deda;font-weight: bold;display:inline-block; padding:1px; width:80px; height:30px; color:#000000; text-align:center; font-size:16px; line-height:30px;border-radius:5px;}
.btn_4:hover{ background-color:#fdc328; color:#ffffff; font-weight: bold;}

.btn_5{ background-color:#e0deda;font-weight: bold;display:inline-block; padding:1px; width:120px; height:30px; color:#000000; text-align:center; font-size:16px; line-height:30px;border-radius:5px;}
.btn_5:hover{ background-color:#fdc328; color:#ffffff; font-weight: bold;}

.btn_6{ display:inline-block; padding:1px; width:60px; height:60px; color:#fff; text-align:center; font-size:16px; line-height:60px;font-weight: bold;border-radius:10px;}
.btn_6:hover{  color:#ffffff; font-weight: bold;}


/* .on{ background-color:#fdc328;color:#000000; } */

.badge-juc{color:#fff;background-color:#C98500}

@media (min-width: 992px) {
	.iframe-wrapper {
		width: 630px;
		height: 544px;
	}
	
	#live-iframe {
		width: 980px;
		height: 780px;
		margin-left: 0;
		-ms-zoom: 0.80;
		-moz-transform: scale(0.80);
		-moz-transform-origin: 0 0;
		-o-transform: scale(0.80);
		-o-transform-origin: 0 0;
		-webkit-transform: scale(0.80);
		-webkit-transform-origin: 0 0;
	}
}


@media (min-width: 768px){
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.d-md-block {
		display: block!important;
	}
	
	.d-md-none {
		display: none!important;
	}
}

@media (min-width:576px){
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.pr-sm-0, .px-sm-0 {
		padding-right: 0!important;
	}
	.pl-sm-0, .px-sm-0 {
		padding-left: 0!important;
	}
	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem!important;
	}
	.hole-wrapper {
		width: 600px;
	}
	.sports-wrapper{
		width: 100%;
	}
}

@media (max-width:430px){
	#sportsGame {
		padding-top: 50px;
	}
	
	.games.sub-slot-game .tit-box {
		margin-bottom: 0;
	}
}

@media (min-width: 1024px){
	div.bet-slip ul li, div.charge-slip ul li {
		list-style: none;
		margin: 0;
		padding: 3px;
		display: inline-block;
		width: 60px;
	}
	div.bet-slip ul li > span, div.charge-slip ul li span {
		display: inline-block;
		width: 100%;
		text-align: center;
		border-radius: 4px;
		padding: 10px 0;
		font-weight: bold;
		color: white;
		background: #363942;
		cursor: pointer;
		font-size: 12px;
	}
}

@media (max-width: 377px) {
  div.bet-slip ul li > span {
	  font-size: 9px;
	  width: 122%;
  }
  div.bet-slip ul li{
      width: 35px;
  }
  .small, small {
    font-size: 46%;
    font-weight: 400;
  }
  .form-control {
	font-size: 0.9rem;
	}
}