body {
	/*background: url('../images/background/major.png');*/
	background: #000;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.7);
}

/** {
	cursor: default;
}*/


i {
	cursor: pointer;
}

.attendance-sm-text {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.attendance-sm-text p {
	font-size: 10px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;


}

.disabled-btn {
	opacity: 0.5;
	cursor:	default!important;
}
.frame-holder {
	overflow: hidden!important;
}


.nav-list {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    text-align: center;
}

.md-w {
	cursor: pointer;
}

.mobile-nav-list {
	position: fixed;
	top: 115px;
}

.stampedOn {
	background: url(../images/icon/stamp.png) center center / contain no-repeat!important;
}

.mobile-nav-list-2 {
	position: fixed;
	bottom: 0;
	z-index: 900;
	display: none;
}

.mobile-nav-list {
	display: none;
}


.name-sm-show-text {
	display: none;
}

.mobile-nav-list .nav-list, .mobile-nav-list-2 .nav-list {
	padding: 0!important;
}

.mobile-nav-list .nav-list a, .mobile-nav-list-2 .nav-list a{
	width: 150px;
	font-size: 12px;
	margin: 0;
	font-size: 10px;
	border-radius: 0;
	padding-left: 2px;
	padding-right: 2px;

}


.hover-color:hover {
	color: #b40d0d!important;
}

td,th,h2 {
	cursor: default!important;
}

select option {
 	background: #151515;
}


.mobile-home-page {
	display: none;
}

.show-on-click {
	/*display: none;*/
}

.btn-outline-red {
    border-radius: 5px;
    border: 1px solid rgb(220, 53, 69);
    background-color: rgba(220, 53, 69, 0.2);
    font-size: 0.75rem;
    cursor: pointer;
    color: white;
    padding: 10px 30px;
}

.btn-outline-red:hover {
	color: red;
}



.game-list-btn {
	cursor: pointer!important;
}

.all-game {
	cursor: pointer;
}

.button-holder {
	z-index: 500000;
}

.button-holder button {
	font-weight: 600;
}
* {
	/*transition: 0.2s;*/
}
.record-history label {
	margin-bottom: 0;
}
.semi-black-color {
	background: rgba(0,0,0,0.2)!important;
}

.float-date {

    position: absolute!important;
    width: auto!important;
    padding: 2px 8px!important;
    right: 0px;
    top: 5px!important;
    display: none;
    font-size: 13px;
    z-index: 10;


}

.openSIDEBAR:hover span{
	color: #b40d0d!important;
}

.openSIDEBAR:hover .sidebar-btn {
	display: none;
}


.openSIDEBAR:hover .sidebar-btn-on {
	display: block!important;


}
.err {
	color: red;
	font-size: 12px;
}



.tablet-side-bar {
	width: 3rem;
	height: 100vh;
	background: #2a2a2a;
	position: fixed;
	left: 3px;
}

.row {
	margin: 0;
}
button:focus {
	outline: none;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

.lock-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	background: #00000094;
	left: 0;
	text-align: center;
	border-radius: 5px;
	z-index: 50;
	cursor: not-allowed;
}

.lock-overlay img {
	width: 38px;
}

.score-text p {
	font-size: 17pt;
    font-family: arial;
    font-weight: bold;
    color: #d1d1d1;
    height: 30px;
	 line-height: 55px;

}

.ellipses {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	height: 50%;
	height: 15px;
	cursor: pointer;
}

.ellipses-2 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	height: 50%;
	height: 15px;
	cursor: pointer;
}


.title-match {
	position: absolute;
    border-radius: 50px;
    background: #818fab;
    font-size: 10px;
    color: #000;
    left: 15px;
    top: 13px;
    z-index: 10;
}

.scorebox {
    background: #1E2737;
    border-bottom: 1px solid #000000;
    background: url(linear-gradient.png) 0 0 repeat-x;
    background: -webkit-linear-gradient(180deg, #1E2737, #0B1423);
    background: -moz-linear-gradient(180deg, #1E2737, #0B1423);
    background: -ms-linear-gradient(180deg, #1E2737, #0B1423);
    background: -o-linear-gradient(180deg, #1E2737, #0B1423);
    background: linear-gradient(180deg, #1E2737, #0B1423);
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 1px;
    min-width: 30px;
    max-width: 40px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #415b87;
    font-weight: bold;
    font-family: arial;
    font-size: 11pt;
    color: #ffcc00;
}



.circle {
	height: 7px;
	width: 7px;
	border-radius: 100px;
	display: inline-block;
}

.bg-gray {
	background: #343a40;
	text-align: center;
}


.active-nav {
	background: #b40d0d!important;
	border-color: #212121!important;
}

.date-info {
	padding: 10px;
	border-radius: 50px;
	color: white;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: left;
}

#nextprev-calendar #previous {
	position: absolute;
	top: 84px;
	left: 74%;
}

#nextprev-calendar #next {
	position: absolute;
	top: 84px;
	right: 0;
}


#monthAndYear {
	/*position: absolute;*/
/*	text-align: right;
	padding-right: 50px;*/
}

.bg-black {
	background: #0B1423;
}

.text-violet {
	color: #ff65f3!important;
}

.list-group-item {
	padding: 5px 5px!important;
	font-size: 12px;
	padding-left: 15px!important;
	border-left: 1px solid #ccc;
}
.list-group-item:hover {
	color: #b40d0d!important;
	cursor: pointer;
}

.theme-hover:hover {
	color: #b40d0d!important;
	cursor: pointer;
}

.list-group-item::before {
	content: '';
    position: absolute;
    left: 2px;
    top: 50%;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    margin-left: -7px;
    background: url(../images/icon/bl_02.png) left top no-repeat;
}


.hide-screen {
	position: 	absolute;
	left: 45%;
	bottom: -5px;
	background: #222;
	color: #fefefe;
	border : none;
	padding-left: 20px;
	padding-right: 20px;
	border-top-right-radius: 48px;
	border-top-left-radius: 48px;
}

.hide-screen:focus {
	outline: none;
}

.failedScreen {
	width: 100%;
	height: 238px;
	background: url('../images/bg-noize.gif');
	position: relative;
}

.failedMessage {
    background-color: rgba(0, 0, 0, 0.4);
    max-width: 400px;
    position: relative;
    box-shadow: #b40d0d 0px 0px 30px inset;
    border-radius: 5px;
    margin: 0px auto;
    padding: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #b40d0d;
    border-image: initial;
}

.failedMessage {
	color: #f6f6f6;
	font-stretch: 1.5;
	text-align: center;
}

.nav {
	border-bottom: 5px solid #b40d0d;
}

.nav-menu {
	background: #151515;
	margin: 2px;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 0px;
}
.theme-color {
	color: #b40d0d!important;
	font-weight: 600;

}

.theme-bg {
	background: #b40d0d!important;
	color: white;
}

button.theme-bg:hover {
	color: white;
	/*background: #b40d0dd1!important;*/
}


.active-2 {
	border-top: 2px solid #7ee629;
	background: #2a3f19!important;
}


#marque {
    padding: 5px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    font-size: 12px;
    width: 571px;
}

.transparent {
	background: transparent;
	border:none!important;
	cursor: default;
}

.w-15 {width:15%;}.w-20{width:20%;}.w-25{width:25%;}.w-30{width:30%;}.w-35{width: 35%;}.w-40{width:40%;}.w-45{width: 45%;}.w-50{width:50%;}.w-55{width:55%;}.w-60{width:60%!important;}.w-65{width:65%!important;}.w-70{width:70%;}.w-75{width: 75%;}.w-80{width:80%;}.w-85 {width: 85%;}.w-95{width: 95%;}
.w-90 {
	width: 90%;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}


*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: #b40d0d;
  cursor: pointer;
  border-radius: 5px;
}


.center-container {
	background: #151515;
	padding: 4px;
	z-index: -5;
	width: 68%;
	/*margin-left: 315px;*/
	margin: auto;
	max-width: 1300px;
}


.default-a {
	text-decoration: none!important;
	color: #f6f6f6;
	text-decoration-style: none;
	cursor: pointer;
}

.default-a p {
	cursor: pointer;
}

.default-a:hover {
	color: #f6f6f6;
}


.web-logo {
	width: 120px;
	margin-left: 100px;
}

.nav-menu {
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
}

.non-fixed {
	padding-top: 96px;
}

/* BANNER STYLES */

.banner-title {
	text-align: center;
	color: #f6f6f6;
	margin-bottom: 100px;
}

.banner-title h2 {
	font-size: 5rem;
	font-weight: 900;
	padding-top: 100px;
}

.banner-title h3 {
	font-weight: 300;
	color: #29c6e8;
}

.banner-button {
	font-size: 1.2rem;
	font-weight: 700;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: #2BDBFF;
	border: 2px solid #2BDBFF;
	color: #000;
}

.btn-outline-blue {
	border-radius: 5px;
	border: 1px solid #e62929;
	background-color: #e6292933!important;
	font-size: 0.75rem;
	cursor: pointer;
	color: white;
	padding: 10px 30px;
}

.bg-btn-outline-blue {
	border-radius: 5px;
	border: 1px solid #e62929;
	background-color: #e6292933!important;
	font-size: 0.75rem;
	cursor: pointer;
	color: white;
}

.bg-btn-outline-blue:hover {
	color: #b40d0d;
}

.btn-outline-blue:focus {
	outline: none;
}

.btn-outline-blue:hover {
	color: #b40d0d;
}

.transfer-button:hover {
	background: #b40d0d;
}

.btn-outline-blue-clean {
	border-radius: 5px;
	border:2px solid #b40d0d;
	background-color: transparent;
	font-size: 0.75rem;
	cursor: pointer;
	color: white;
	padding: 10px 30px;
	color: #b40d0d;
}

.btn-outline-blue-clean:hover {
	background: rgba(255,255,255,0.2);
	color: white;
}

.btn-outline-blue-clean:focus {
	outline: none;
}


.btn:focus {
  box-shadow: none!important;
}

.dark-button {
	width: 100%;
	padding: 10px 15px;
	border-radius: 2px;
	background: #2a2a2a;
	border: none;
	color: white;
	position: relative;

}

.dark-button-def {
	width: 100%;
	padding: 10px 15px;
	border-radius: 2px;
	background: #2a2a2a;
	border: none;
	color: white;
	cursor: default!important;
	position: relative;
}

.dark-button:focus {
	outline: none;
}

.dark-button-def:focus {
	outline: none;
}

.dark-button:hover {
	background: #b40d0d;
	border-color: #b40d0d;
	color: #fff !important;
	text-decoration : none;
}

/*END OF BANNER STYLES*/


/*______________________________________________________________________*/




/*HOME PAGE STYLE*/

.home-page {
	background: #202024;
	padding: 4px;
	margin-top: 150px;
	z-index: -5;
	width: 68%;
	margin-left: 16%;
}

.home-page hr {
	border-top: 1px solid #32383d;
	border-bottom: 2px solid #000;
}

#banner-carousel {
	z-index: 2;
}

#banner-carousel img {
	width: 100%;
	height : auto;
	object-fit: cover;
}

.box-content {
	padding: 10px;
}

.box-content h5{
	color: #f6f6f6;
}

.box-content small {
	font-weight: 600;
	color: #b40d0d;
}

.box-content ul {
	padding-left: 0;
	list-style: none;
	color: #f6f6f6;
	font-size: 14px;
}

.box-list {
	height: 200px;
	overflow-y: scroll;
}

.box-list li {
	cursor: pointer;
	padding: 2px;
	border-radius: 3px;
}

.owl-carousel {
	display: block;
}

.owl-carousel .event-item {
	padding: 5px;
}

.event-item img {
	height: 206px;
	object-fit: cover;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}


*::-webkit-scrollbar-thumb {
  background: #b40d0d;
  cursor: pointer;
  border-radius: 5px;
}


.menu-box-holder {
	text-align: center;
	padding-left: 5px;
}

.menu-box {
	width: 16%;
	float: left;
	position: relative;
	margin: 0.32%;
	cursor: pointer;
}


.menu-box img {
	width: 100%;
	border-radius: 5px;
}


.menu-box .menu-overlay , .menu-overlay-button{
	position: absolute;
	top: 10px;
	text-align: center;
	width: 100%;
	padding: 0px 10px;
}

.menu-overlay:hover .menu-overlay-button{
	opacity: 1;
	transition: opacity 0.5s;
}

.menu-overlay  strong {
	color: #b40d0d;
}

.menu-overlay {
	color: #f6f6f6;
	z-index: 500;
	height: 100%;
}

.menu-overlay small {
	font-size: 12px;
}

.menu-overlay-button {
	top: -10px;
	left: 0px;
	padding-top: 50%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;

}

.menu-overlay-button button {
	border:none;
	background: transparent;
}




/*END OF HOMEPAGE STYLE*/


/*__________________________________________________________________________________*/




/*MODAL STYLE*/
.dark-modal-body {
	background: #202024!important;
}

.web-modal-header {
	text-align: center;
}

.modal-form {
	padding: 20px;
}

.modal-form input {
	width: 100%;
    color: rgb(241, 241, 241);
    font-size: 0.9rem;
    height: 40px;
    background-color: rgb(60, 61, 70);
    box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
    margin: 0px 0px 0.8rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(67, 68, 78);
    border-image: initial;
    border-radius: 5px;
    padding: 0 15px;
    position: absolute;
    z-index: 15;
}


#regSelect {
	width: 100%;
	  padding: 5px;
	  font-size: 16px;
	  line-height: 1;
	  border: 0;
	  border-radius: 5px;
	  height: 34px;
	  background: url(../images/icon/down.png) no-repeat 95% #3c3d46!important;
	  -webkit-appearance: none;
	  background-position-x: 95%;
	  box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
	  color: #fff;
}
 select {

	width: 100%;
	  padding: 5px;
	  font-size: 16px;
	  line-height: 1;
	  border: 0;
	  border-radius: 5px;
	  height: 34px;
	  background: url(../images/icon/down.png) no-repeat 95% #0000!important;
	  /*background: transparent;*/
	  -webkit-appearance: none;
	  background-position-x: 95%;
	}



select:focus {
	outline: none;
}

option:hover {
	background: #b40d0d!important;
}

.modal-form input:focus {
	outline: none;

}

.modal-form p {
	color: white;
}

.web-modal-footer label {
	text-align: center;
	color: #f6f6f6;
	display: block;
}

.list-input {
	position: relative;
	height: 42px;
}


.chk-button {
	z-index: 20;
	position: absolute;
	right: 0;
}

/*.modal-xl {
	max-width: 68%!important;
	height: 100vh;
}*/

.notice-pop-up {
	height: 80vh;
}

#notice-modal #notice-modal-tab {
	padding: 10px;
	text-align: center;
}

#notice-modal #event-modal-tab {
	padding: 10px;
	text-align: center;
}


.modal td {
	background: transparent!important;
	border:none;
}

#notice-modal tr:hover {
	background: rgba(0,0,0,0.5);
}

.text-content {
	width: 100%;
	height: 70%;
	float: left;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
    width: 100%;
    float: left;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, .2);
    margin-top: 5px;
    padding: 10px;
    border-radius: 5px;
}

.web-modal-footer {
	text-align: center;
	width: 100%;
}

/*END MODAL STYLE*/


/*________________________________________________________________________*/


/*LEFT SIDE STYLE*/
	.fixed-left {
		width: 300px;
		background: #151515;
		color: white;
		position: fixed;
		overflow: hidden;
		top: 95px;
		left: 0;
		padding: 5px;
		border-radius: 5px;
		z-index: 10;
		overflow-y: scroll;
		height: 91vh;
		z-index: 900;
		padding-bottom: 2%;
		z-index: 2000;
	}

	.menu-table {
		text-align: center;
		width: 100%;
	}

	.menu-table th, .menu-table td {
		/*padding: 10px 0px;*/
		background: #b40d0d;
		border:1px solid #333;
		border-radius: 2px;
		cursor: pointer;
		font-size: 12px;
		font-weight: #f6f6f6;
		color: white!important;
	}

	.menu-table a {
		color: #f6f6f6;
	}

	.game-type button {
	    font-size: 12px;
	    text-align: left;
	    padding: 0 15px;
	    padding-top: 2px;
	}

	.panel-heading img {
		width: 15px;
		margin-top: -5px;
	}

	.panel-heading .badge, #liveEventTab .badge {
		float: right;
		padding: 5px;
		font-size: 12px;
		background: #b40d0d;
		font-weight: 300;
		min-width: 50px;
		color: white;
	}

	.list-group-item {
		padding : 10px 0px;
		margin-left: 15px;
		list-style: none;
		background: transparent;
	}

	.block-title img {
		margin-top: -5px;
		margin-left: 5px;
	}

	.live-block-result {
		border:1px solid transparent;
		border-bottom: 1px solid #333;
		cursor: pointer;
	}

	.live-block-result:hover {
		background: #e6292933!important;
		    border: 1px solid #e62929;
	}
	.live-block-result table {
		width: 100%;
	}

	.live-block-result td {
		background: transparent;
		text-align: center;
		border: none;
	}

	.live-block-result button {
		width: 90%;
		font-size: 10px;
		text-align: center;
	}

	.asia-bet-content .panel-heading button {
		text-align: left;
		background: #000!important;
		color: #f6f6f6;
		padding: 10px 30px;
	}

	.asia-bet-content .panel-heading .badge {
		background: transparent;
		padding: 0;
	}

	.asia-bet-content .panel-heading .badge img {
		margin-top: -5px;
		height: 30px;
		width: 30px;
	}

	.badge-span {
		margin-top: 2px;
		padding-left: 10px;
		margin-left: 10px;
		border-left: 2px solid #f3f3f3;
	}

	.flag-icon {
		width: 35px!important ;
		margin-right: 10px;
	}


	.collapse-content {
		padding: 5px;
		padding-top: 5px;
	}

	.collapse-content .inner-content {
		border:2px solid #333;
		padding: 5px 5px;
		padding-top: 5px!important;
		position: relative;
		padding-top: 20px;
	}

	.collapse-content .inner-content table {
		width: 100%;
		text-align: center;
	}

	.collapse-content .inner-content table td {
		background: transparent;
		border: none;
		padding: 0px 5px;
	}


	.collapse-date {
		color: #f6f6f6;
		position: absolute;
		background:   #333;
		padding: 2px 20px;
		top: -20px;
		left: -2px;
		border-radius: 3px;
	}

	.collapse-right-float {
		position: absolute;
		right: 10px;
		top: 10px;
		color: #f6f6f6;
		background: transparent;
		border-radius: 5px;
		padding: 2px 10px;
		height: 82%;
		max-width: 120px;
		width: 120px;
		text-align: center;
	}

	.collapse-content .inner-content table span{
		font-size: 15px;
	}

	.collapse-content .inner-content table span img {
		margin-top: -3px;
	}

/*END OF LEFT SIDE STYLE*/




/*RIGHT SIDE STYLE*/

	.fixed-right {
		width: 300px;
		background: #151515;
		color: white;
		position: fixed;
		overflow: hidden;
		top: 95px;
		right: -5px;
		border-radius: 5px;
		z-index: 900;
		overflow-y: scroll;
		height: 91vh;
		z-index: 2000;
	}

	.bet-slip-header {
		padding: 5px;
		border:2px solid #333;
		background: #202024;
	}

	.bet-slip-betting {
		padding: 5px;
		border:2px solid #333;
		background: #202024;
		color: #b40d0d;
	}

	.bet-slip-betting strong {
		float: left;
	}

	.bet-slip-betting button {
		margin-left: 15%;
		background: transparent;
		border:none;
		color: white;

	}

	.bet-slip-betting input {
		width: 60%;
		float: right;
		background: transparent;
		border:2px solid #b40d0d;
		border-radius: 2px;
		color: #f6f6f6;
		font-size: 13px;
		padding: 3px;
		text-align: right;
	}

	.bet-slip-betting input:focus {
		outline: none;
	}

	.bet-slip-content {
		text-align: center;
		min-height: 80px;
		background: #393a43;
		padding-top: 30px;
		font-size: 12px;
		font-weight: 300;
	}

	.bet-buttons {
		text-align: center;
		padding-top: 5px;
	}

	.bet-buttons button{
		background: #b40d0d;
		border-radius: 2px;
		color: #fff;
		font-weight: 300;
		border:none;
		font-size: 10px!important;
	}

	.info-list {
		margin-top: 5px;
	}

	.info-list .list {
		background: #393a43;
		padding: 5px 10px;
		width: 50%;
		font-size: 12px;
		border-bottom: 1px solid #333;
	}

	.info-list .btn:active {
		background: #202024!important;
		outline: none;
	}

	.ads-holder {
		padding: 10px;
	}

	.ads-holder img{
		width: 100%;
		margin-bottom: 10px;
	}

/*END OF RIGHT SIDE STYLE*/




/*LOBBY STYLE*/
.lobby-category .nav-list a {
	background: transparent;
	box-shadow: none;
	border:none;
}

.game-list {
	display: flex;

}

.game-list li {
	cursor: pointer;
}

.mobile-nav-game-list {
	display: inline-block;
	display: none;
	width: 900px!important
}

.mobile-nav-game-list button {
	float: left!important;
}

.game-list button {
	text-align: center;
	position: relative;
	flex: 1;
	height: 53px;
	width: 80px;
	font-size: 12px;
	background: transparent;
	border:1px solid #333;
	border-radius: 3px;

}

.game-list img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.game-list button:hover {
	border: 1px solid #e62929;
	background-color: #e6292933;
}

.game-list .active {
	border: 1px solid #e62929;
	background-color: #e6292933;
}

.game-list button:focus {
	outline: none;
}

.game-list strong {
	margin-top: 5px;
	display: block;
	color: #f6f6f6;
}

.game-list .badge {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 10px;
	font-size: 12px;
	background: #3333337a;
}

.game-list p {
	font-size: 25px;
	margin-top: -15px!important;
}


.lobby-content .desc-header {
	padding: 5px;
	background: #202024;
}

.lobby-content .description {
	padding: 5px;
}

.lobby-content .desc-header label {
	padding-left: 15px;
	border-left: 4px solid #b40d0d;
	margin-bottom: 0;
}

.lobby-content .description p {
	font-size: 14px;
	margin: 10px 10px;
}

.tab-content .card {
	background: #131417;
}

.tab-content .failedScreen {
	padding-top: 250px;
}

.list-header {
	padding: 5px 10px;
	background: #000;
	width: 100%;
}


.list-header-2 {
	padding: 5px 10px;
	background: #000;
	width: 100%;
	border: 2px solid #212121;
	border-radius: 3px;
}


.lobby-instruction {
	color: #f6f6f6;
	width: 100%;
}

.lobby-header {
	width: 100%;
}

.lobby-header h2 {
	color: white;
	font-weight: 600;
	border-left :4px solid  #b40d0d;
	padding-left: 15px;
	margin-left: 15px;
}

.lobby-instruction table{
	width: 100%;
}

.lobby-instruction td {
	padding: 10px;
	background: transparent;
}


.lobby-info-table {
	max-height: 300px;
	overflow-y: scroll;
}

td{color: #f6f6f6;
border:1px solid #333;}

.lobby-info-table th, .lobby-info-table td {
	color: #f6f6f6;
	border:1px solid #333;
}

.lobby-info-table .option {
	font-size: 10px;
	text-align: center;
}

.lobby-info-table .option button {
	padding : 0px 10px;
}


.record-box {
	/*border: 2px solid #212121;*/
	padding: 5px 2px;
	padding-top: 25px;
	position: relative;
}

.record-box td {
	padding: 1px!important;
}

.record-title  span {
	color: #b40d0d;
}


.record-title {
	padding: 5px 5px;
	border-radius: 3px;
	position: absolute;
	top: -15px;
	left: 5px;
	font-size: 11px;
	cursor: default;
}

.full-record-len .record-title {
	top: -3px;
	left: 1px;
	position: relative;
	color: #fff;
}

.full-record-len .record-box {
	padding: 1.5px 5px;
}
.record-date {
	padding: 5px 15px;
	border-radius: 3px;
	position: absolute;
	top: -15px;
	right: 75px;
	font-size: 11px;
}


.pc-show-more {
	width: 6.5%;
    text-align: center;
    font-size: 12px;
	/*position:absolute;*/
    padding: 3px 5px;
    top: 3px;
    right: 5px;
    border-radius: 3px;
    cursor: pointer;
    border: 2px solid #b40d0d;
}


.live-menu {
	padding: 15px 10px;
}
.live-menu button {
	width: 70px;
	padding: 5px;
}

.live-content {
	background: #151515;
}

.team-live {
	background: #2a2a2a;
}

/*END LOBBY STYLE*/


/*MINIGAME STYLE*/

	.game-btns-header {
		padding: 10px;
		width: 100%;
		background: #000;
	}


	.game-list {
		display: flex;
		list-style: none;
		color: #f6f6f6;
		font-weight: 600;
		padding: 0;
	}

	.live-game-menu p {
		margin: 0!important;
		font-size: 12px;
	}

	.game-list li {
		flex: 1;
		text-align: center;
		background: #000;
		border: 1px solid #454545;
		padding: 5px;
	}

	.game-list li:nth-child(1) {
	 	border-top:4px solid #0091EA;
	}


	.game-list li:nth-child(2) {
	 	border-top:4px solid #2A62FF;
	}


	.game-list li:nth-child(3) {
	 	border-top:4px solid #4F2FC5;
	}


	.game-list li:nth-child(4) {
	 	border-top:4px solid #C41162;
	}


	.game-list li:nth-child(5) {
	 	border-top:4px solid #D60000;
	}


	.game-list li:nth-child(6) {
	 	border-top:4px solid #FF9000;
	}


	.game-list li:nth-child(7) {
	 	border-top:4px solid #FF9000;
	}

	.game-list li:nth-child(8) {
	 	border-top:4px solid #5D871B;
	}


	.game-list li:nth-child(9) {
	 	border-top:4px solid #206825;
	}




	.game-list li p {
		margin: 0;
	}
/*END MINIGAME STYLE*/


/*EVENT STYLE*/

.event-box {
    width: 31%;
    float: left;
    margin-top: 10px;
    margin: 1.1%;
}

.event-box:hover{
	background: #b40d0d;
}

.num-list {
	text-align: center;
	background: #b40d0d;
	padding: 5px;
	float: left;
}
/*END OF EVENT STYLE*/



.sidebar_active {
	background: #e6292933!important;
	border: 1px solid #e62929;
}


.hr-header .box-h1 {
	/*background: #475a07;*/
	border: 0.5px solid #333;
}

.leaguebox table{table-layout: fixed;}
.btn-bet .pname1{padding-left: 10px;}
.btn-bet .pname2{padding-right: 10px;}
.btn-bet .oddx{font-size: 15px;}
.btn-bet.on{
	background: #b40d0d;
    border-color: #b40d0d;
    color: #000 !important;
    text-decoration: none;
}
.btn-bonusbet.on{
	background: rgba(255,255,255,0.2)!important;
    color: white !important;
}
.noti{color: red;
    font-size: 12px;}

.btn_page{
    background: #2a2a2a;
    text-align: center;
    font-size: 12px;
    padding: 3px 9px;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    margin: 0px 3px;
    border: 2px solid #b40d0d;
}
.btn_page.active{
    background: #b40d0d;
	color: #fff;
    border: 2px solid #b40d0d;
}
.C{text-align: center;}
.R{text-align: right;}

.oddsway-2{width: 50%;}
.oddsway-3{width: 33.2%;}
.oname{ display: inline-block; width: 60%; text-overflow: ellipsis;white-space: nowrap;overflow: hidden; }

.background-Baseball > div{background: url(/assets/images/baseball/1.png);
    background-size: auto 273px;}
.background-Football > div{background: url(/assets/images/soccer/2.png);
    background-size: auto 273px;}
.background-Basketball > div{background: url(/assets/images/basketball/4.png);
    background-size: auto 273px;}
.background-Ice > div{background: url(/assets/images/icehockey/2.png);
    background-size: auto 273px;}
.background-Volleyball > div{background: url(/assets/images/volleyball/1.png);
    background-size: auto 273px;}
.background-E-Games > div{background: url(/assets/images/LOL/2.png);
    background-size: auto 273px;}

.live-stastics-table{ table-layout: fixed;}
.live-stastics-table td{ padding: 0.35rem; }
.stastics-table-team1{width: 25%; text-align: center;}
.stastics-table-center{width: 50%; text-align: center;}
.stastics-table-team2{width: 25%; text-align: center;}
#liveTvFrame{width: 100%; border : 0px; height: 348px;}

.liveEventTabScore{border:none; border-radius: 3px; background: #343a40; padding: .25rem !important;}
.scoreboardMulti{font-size: 10px;}
.scoreboardMulti td,.scoreboardMulti th{padding: .12rem !important;    vertical-align: middle !important;}
.scoreboardMulti .timestr{max-width: 60px; font-size: 10px;}
.scoreboardMulti .period{font-size: 10px;}
.scoreboardMulti .tname-home{font-size: 12px;background-color:#dc3545 !important; max-width: 60px;}
.scoreboardMulti .tname-away{font-size: 12px;background-color:#17a2b8 !important; max-width: 60px;}
/* Extra large devices (large laptops and desktops, 1200px and up) */
.virtual_frame{
border: none; width: 100%; height: 315px;
}
.eventdate{
    background-color: #2a2a2a;
	color: #fff;
	font-size: 13px;
	padding: 2px 8px;
}


.bacarabet2 .gametype-1st{
    display: inline-block;
    width: 40%;
    margin-top: 15px;
	float: right;
}

.bacarabet2 .gametype-ode{
    display: inline-block;
    width: 100%;
    margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.bacarabet2 .gametype-ode .color-TIE{color: #28a745;}
.bacarabet2 .gametype-ode .odds{
	float: initial !important;

}

.bacarabet2 .gametype-hdc{
    display: inline-block;
    width: 40%;
    margin-top: 15px;
    float: left;
}

.bacarabet2 .bacarapanel{
	margin-top: 5px;border-radius: 5px;display: inline-block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.35+100 */
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bacarabet2.kangwon .bacarapanel{background-color: rgb(104,53,86);}
.bacarabet2.sol .bacarapanel{background-color: rgb(0,128,80);}
.bacarabet2.makao .bacarapanel{background-color: rgb(142,30,29);}
.bacarabet2.las .bacarapanel{background-color: rgb(53,83,117);}

.historyongame td{
	font-weight: 600; font-size:12px ;border:1px solid #ccc!important;
}
.hRES-대기{}
.hRES-적중{color: #17a2b8;}
.hRES-실패{color: #dc3545;}
.hRES-취소{}
.hRES-적특{}
@media only screen and (max-width: 1850px) {

	.xl-none {
		display: none;
	}


	.w-xl-85 {
		width: 85%;
	}

	.sm-adjust-line {
		line-height: 2.3;
	}

}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1800px) {
	.brekable {
		text-align: center!important;
		font-size: 10px!important
		;
	}


	.brekable span {
		float: none!important;
		display: block;
	}


}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1610px) {
	.lg-none {
		display: none;
	}

	.w-lg-85 {
		width: 85%;
	}

	.center-container {
		margin-left: 3.6rem;
		width: 80%;
	}

	.button-holder button {
		font-size: 10px;
	}
	.py-sm-1 {
		padding-left: 5px;
		padding-right: 5px;
	}


}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1504px) {
	.lg-block{display: none;}

	.show-on-mobile{
		display: block;
	}

	.float-date {
		display: block!important;
		margin-top: -29px;

	}
	.center-container .col-xl-6{
		flex: 0 0 100%;
		max-width: 100%;
	}

	.center-container .col-xl-4{
		flex: 0 0 50%;
		max-width: 50%;
	}


	.fixed-left {
		display: block;
	}

	.center-container {
		margin: auto;
	}

	.semi-lg-none {
		display: none;
	}

	.semi-lg-block {
		display: block!important;
	}

	.semi-lg-inblock {
		display: inline-block !important;
	}

	.virtualbetarea div.leaguebox .parent{
		margin-top: -35px;
	}

	.w-lg-85 {
		width: 85%;
	}

	.w-10 {
		width: 10%!important;
	}

	.non-fixed {

	}

	#stamped {
		width: 100%!important;
	}


	.sm-text-sm {
		font-size: 12px;
	}

	#monthAndYear {
		font-size: 15px;
		line-height: 2.5;
	}

	.live-menu strong {
		display: block;
		width: 100%;
		text-align: left;
		position: static!important;
	}


	.menu-box {
		width: 32%;
	}

	.name-sm-show {
		height: 42px;

	}

	.sm-p13 {
		padding-top: 13px;
	}
	.btn-bet{padding: 5px !important;}
	.btn-bet .pname1{padding-left: 5px;}
	.btn-bet .pname2{padding-right: 5px;}
	.btn-bet .oddx{font-size: 11px;}
	.name-sm-show-text {
		display: block;
		line-height: 0.4;
	}

	.game-list button {
		height: 65px;
	}


	.col-xl-3 {
	    -ms-flex: 0 0 50%!important;
	    flex: 0 0 50%!important;
	    max-width: 50%!important;
	}



/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1230px) {

	.event-box {
		width: 47%;
	}


	.center-container .col-xl-4{
		flex: 0 0 100%;
		max-width: 100%;
	}


	.lobby-info-table td,.lobby-info-table th {
		padding-left: 3px!important;
		padding-right: 3px!important;
		/*line-height: 2.5em;*/
		vertical-align:baseline ;
	}

}








/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1160px) {

	.center-container {
		margin-left: 3.6rem;
		width: 80%;
	}

	.fixed-left {
		display: none;
	}



	.center-container .col-xl-4{
		flex: 0 0 50%;
		max-width: 50%;
	}


		.history-result {
			font-size: 12px;
		}
	}



	.event-box {
		width: 47%;
	}


	.show-more {
		/*width: 60px;*/
	    text-align: center;
	    font-size: 12px;
	    padding: 3px 5px!important;
	    /*position: absolute;*/
	    /*top: -24px;*/
	    /*right: 0;*/
	    border-radius: 3px;
	    cursor: pointer;
	    /*height: 23.5px!important;*/
	    border: none;
	}


	.sm-f-12 {
		font-size: 12px!important
	}

	#nextprev-calendar #previous {
		top: 60px;
	}


	#nextprev-calendar #next {
		top: 60px;
	}

	.sm-mt-26 {
		margin-top: 26px;
	}

	.sm-75em {
		font-size: 1em!important;
		line-height: 3.3!important;
	}






}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1000px) {

	.center-container {
		margin-left: 3.6rem;
		width: 80%;
	}

	.fixed-left {
		display: none;
	}



	.center-container .col-xl-4{
		flex: 0 0 50%;
		max-width: 50%;
	}




}



/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 928px) {
	.center-container .col-xl-4{
		flex: 0 0 50%;
		max-width: 50%;
	}

	.center-container {
		margin-left: 0;
		width: 100%!important;
	}

	.fixed-right {
		display: none;
	}

	button {
		font-size: 10px;
	}

	.sm-none {
		display: none!important;
	}

	.w-10 {
		width: 10%;
	}


	.match-box {
		padding-right: 10px!important;
	}


	.event-box {
	   font-size: 12px;
	}

	#bet-history {
		font-size: 10px;
	}


	.name-sm-show {
		height: 39px;
	}



	.md-none {
		display: none!important;
	}

	.sm-block {
		display: block!important;
	}


	.mobile-nav-list, .mobile-nav-list-2  {
		overflow: hidden;
		width: 100%;
		z-index: 900;
		display: block;
	}


	.center-container {
		padding-top: 70px!important;
	}


	.mobile-home-page {
		display: inline-block;
	}

	.mobile-homee-img-holder {
		padding: 5px;
		width: 33%;
		float: left;
		cursor: pointer;
	}


	.sm-mb-2 {
		margin-bottom: 1rem!important;
	}


	.sm-height-100 {
		height: 100%!important;
	}

	.fixed-left {
		padding-bottom: 50%;
	}

	.fixed-right {
		padding-bottom: 50%;
	}



}



/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 820px) {

	.center-container .col-xl-4{
		flex: 0 0 50%;
		max-width: 50%;
	}

	.non-fixed {
		padding-left: 0!important;
	}



	.game-list {
		overflow: hidden;
	}

	.game-list strong,p {
		font-size: 10px;
	}


	.event-box {
		width: 100%;
	}

	td,th {
		font-size: 10px!important;

	}

	.lobby-info-table td,.lobby-info-table th {
		padding-left: 0!important;
		padding-right: 0!important;
	}

	.m-full {
		width: 100%!important;
		padding: 0!important;
		height: 20px;
	}

	.m-full div{
		padding: 0!important;

	}

	.graph-title {
		font-size: 10px!important;
		padding-top: 0px;
	}

	.failedScreen h2{
		font-size: 13px!important;
	}


	.sm-adjust-line {
		line-height: 3;
	}

	.sm-pt-1 {
		padding-top: 1rem!important;
	}


	.sm-px-1 {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}

	#scrollup {
		height: 50px!important;
		width: 50px!important;
		font-size: 20px!important;
	}

	.sm-w-20 {
		width: 20%!important
	}

	.remove-content {
		margin-top: -22px!important;
	}

	.sm-w-100 {
		width: 100%!important;
	}


	.attendance-sm-text {
		display: block!important;
	}

}

@media only screen and (max-width: 700px) {
	.show-on-pc{display: none;}

	.center-container .col-xl-4{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.bottom-pos {
		bottom: 25px!important;
	}

	.bottom-pos .m-full {
		margin-top: 5px;
	}


	#nextprev-calendar #previous {

		left: 72%;
	}
	#monthAndYear {
		margin-left: -10px;
	}



}


@media only screen and (max-width: 500px) {

	.center-container .col-xl-4{
		flex: 0 0 100%;
		max-width: 100%;
	}

	.scorebox {
		width: auto!important;
	}

	.match-box {
		font-size: 10px;
	}

	.ellipses {
		width: 60%!important;
	}


	.sm-w-100 {
		width: 100%!important;
	}

	.sm-none-float {
		float: none!important;
		width: 100%;
		text-align: center;
	}

	.sm-text-center {
		text-align: center!important;
	}

	.m-vertical {
		line-height: 1.5;
		vertical-align: middle;
	}
}

.rimg{width: 15px;}

.blind{display:none;}
