.marquee-wrapper-info .marquee-wrapper-info-box {
	background: #606060;
}
.marquee-wrapper-info {
	background: #1f1f1f;
}
.marquee-wrapper-info .marquee-wrapper-info-box marquee {
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
	font-style: italic;
}
.latest-event {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-bottom: 4px;
	background: #1f1f1f;
	padding: 0;
	align-items: flex-start;
}
.latest-event-item {
	flex: 1;
	max-width: 100%;
	min-width: calc(20% - 4px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 4px;
	background: #434343;
	margin-right: 4px;
	border-radius: 0;
	color: #fff;
	margin-bottom: 0;
}
.latest-event-item a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.latest-event .latest-event-item:last-child {
	margin-right: 0px;
}
.sports-tab-new {
	width: 100%;
	float: left;
	margin-top: 0px;
}
.sports-tab-new .nav-tabs {
	background: #606060;
	border-bottom: none !important;
	flex-wrap: nowrap;
	overflow-x: auto;
	position: relative;
}
.sports-tab-new .nav-tabs li {
	margin-bottom: 0px;
	text-align: center;
	width: auto;
	flex: 0 0 auto;
}
.sports-tab-new .nav-tabs li a {
    border-right: solid 1px #1f1f1f !important;
    border-radius: 0px;
    color: #ffffff;
    padding: 3px 6px;
    font-size: 13px;
    font-weight: 400;
    border: none;
}


.sports-tab-new .nav-tabs li a.active {
	background: #ef823b;
	color: #fff;
}
.latest-event-item a span {
	max-width: calc(100% - 42px);
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-left: 5px;
	white-space: nowrap;
	height: auto;
}



/********** Result Table css **********/










/********** Mobile View css **********/
@media only screen and (max-width: 1199px) {
.latest-event {
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	justify-content: flex-start;
	margin-bottom: 0;
	white-space: nowrap;
	padding: 0 5px 5px;
	position: relative;
	padding-top: 3px;
}
.latest-event-item {
	min-width: 50%;
	width: auto;
	max-width: 100%;
	height: 100%;
}
.latest-event-item a {
	color: #fff;
	font-size: 14px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	white-space: nowrap;
	align-items: center;
}
.sports-tab-new .tab-pane {
	padding-left: 5px !important;
	padding-right: 5px !important;
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}
.sports-tab-new .cricket-match-table-right .cricket-match-sc {
	min-width: 39px;
}
.sports-tab-new .cricket-match-right2-5 {
	max-width: 38%;
}
}
 @media only screen and (max-width: 767px) {
     
.sports-banner-img img {
    height: 70px;
    width: 100%;
}  
     
     
     
 .account-wrapper-header {
    width: 56% !important;
    margin-top: 0 !important; 
}    
     
.accountcredit-info ul li.mobile-view-one-row {
    text-align: right !important; 
    padding-left: 0px !important; 
    padding-right: 10px!important; 
} 

.accountcredit-info ul li strong {
    font-size: 13px !important;
}

.row2 .padding-none-class {
	max-width: 25%;
	padding: 2px;
}

.account-wrapper-header .accountcredit-info ul {
    background: none !important;
}
.accountcredit-info {
    background: none !important;
}

.header-after-login-wrapper {
    padding-top: 5px !important;
    padding-bottom: 5px !important; 
}

.header-menu ul li a {
    padding: 10px 25px !important;
    font-size: 15px !important;
}



}
.blink_me {
	animation: blinker 1s linear infinite;
}
 @keyframes blinker {
 50% {
 opacity: 0;
}
}
