.first-lebal {
	background: linear-gradient(to right,#004d1a, #7c324d) !important;
}
.first-lebal {
	color: #fff;
}
.panel-heading {
	padding: 5px 5px;
	border-bottom: 1px solid rgba(141,141,141,.3) !important;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.colupsPanelHeader {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: inherit;
	font-weight: 700;
}
.colupsPanelHeaderContent {
	width: calc(100% - 45px);
	position: relative;
	margin-left: 0px;
}

.colupsPanelHeaderContent .tag-line {
	background: #004129;
	border-radius: 5px;
	display: inline-block;
	padding: 5px;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0px;
}
.colupsPanelHeaderContent h5 {
	margin: 3px 0px;
	font-size: 13px;
}
.colupsPanelHeaderContent p {
	font-size: 15px;
	margin-bottom: 6px;
	line-height: 10px;
}
.colupsPanelHeaderContent p img {
	width: 30px !important;
	height: auto;
}
.colupsPanelHeaderContent p {
	font-size: 11px;
	font-weight: normal;
}
.datetimepanel .tag-line {
	background: #004129;
	border-radius: 20px;
	display: inline-block;
	padding: 3px 12px 2px 12px;
	font-weight: 600;
	font-size: 13px;
}
.tag-line .animate-ping-slow {
	position: unset;
	top: 10px;
	right: 10px;
}
.animate-ping-slow {
	-webkit-animation: ping 2s linear infinite;
	animation: ping 2s linear infinite;
}
.second-lebal {
	background: linear-gradient(to right, #267279,#9A506B) !important;
	color: #fff !important;
}
.myButton1 {
	padding: 0;
	background: #ff00002e;
	display: block;
	overflow: hidden;
	box-shadow: unset;
	border: unset;
	border-radius: 0;
}
.bet_name-btn {
	background: #004047 !important;
	color: #fff !important;
}
.bet_name-btn {
	float: left;
	display: flex;
	align-items: center;
	height: 30px;
	justify-content: center;
	width: 70%;
	overflow: hidden;
	padding: 0 0px 0px 5px;
	line-height: 1;
	background: #004129;
	text-align: center;
	font-size: 11px;
}
.rate-btn {
	background: #357163 !important;
	color: #fff !important;
}
.rate-btn {
	background: #b5ff00;
	float: right;
	border-radius: 3px;
	border: none;
	color: #0e140c;
	font-weight: 700;
	width: 30%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
}
.p-1 {
	padding: 1px;
}
.row::after, .row::before {
	display: table;
	content: "";
	display: none;
}
.cat_btn {
	padding: 1px 5px;
}
.betModalWrap li {
	list-style: none;
}
@-webkit-keyframes opacityAnimation {
	0% {
		opacity: 0.4; 
	}
	50% {
		opacity: 1; 
	}
	100% {
		opacity: 0.4; 
	}
}

@keyframes opacityAnimation {
	0% {
		opacity: 0.4; 
	}
	50% {
		opacity: 1; 
	}
	100% {
		opacity: 0.4; 
	} 
}
.loader {
	border: 15px solid #f3f3f3;
	border-radius: 50%;
	border-top: 15px solid #3498db;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	display: inline-block;
	margin: -8px 7px;
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.owl-carousel.owl-drag .owl-item {
	height: 55px;
}

.animate-ping-slow {
	-webkit-animation: ping 2s linear infinite;
	animation: ping 2s linear infinite;
}


@-webkit-keyframes ping {
	75%, 100% {
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes ping {
	75%, 100% {
		transform: scale(1);
		opacity: 0;
	}
}
.animate-ping-slow {
	position: absolute;
	top: 10px;
	right: 10px;
}
.tag-line .animate-ping-slow {
	position: unset;
	top: 10px;
	right: 10px;
}
.p-0-5 {
	padding: 0 5px;
}
.amountBtn {
	margin: 2px 1px;
	border: 2px solid #4dce28;
	border-radius: 5px;
	padding: 0px 4px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}
.btn-active{
	background: #3bafd2;
}