@charset "UTF-8";
@import url(font-awesome.min.css);
@font-face {
	font-family: 'BerlinSansFBDemi-Bold';
	src: url('../fonts/BerlinSansFBDemi-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BerlinSansFBDemi-Bold.woff') format('woff'), url('../fonts/BerlinSansFBDemi-Bold.ttf') format('truetype'), url('../fonts/BerlinSansFBDemi-Bold.svg#BerlinSansFBDemi-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
img{max-width: 100%;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

/*--------------------------------------reset end--------------------------------------*/


/*loader*/

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	background-color: #ffffff;
}
.play_ground {
	background-image: url("../images/play_ground.jpg");
	background-position: center;
	background-size: cover;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 100%;
}

.play_ground_overlay {
	background: rgba(255, 255, 255, 0.6);
/*	background: #ffffff;    */
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.sticky+.content {
	padding-top: 102px;
}

.vs {
	color: #000000;
	margin: 0px 20px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
}

.blue_bg {
	/*background-color: #0095c4;*/
	 background: linear-gradient(270deg,#ff2882,#963cff 45%);
}

.m_t20 {
	margin-top: 20px
}

.m_t30 {
	margin-top: 30px
}
.m_b10 {margin-bottom: 10px}
.m_b20 {margin-bottom: 20px}

/*------button------*/

.next_btn {
	color: #ffffff;
    padding: 0.30rem;
	padding-right: 20px;
	padding-left: 20px;
	transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
	/*border: 1px solid #0095c4;*/
	color: #fff;
	/*background: #0095c4;
	box-shadow: inset 0 0 6px #0095c4;*/
/*    background: linear-gradient(270deg,#ff2882,#963cff 45%);*/
    background:#1F1F1F;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
    color: #fff;
    cursor: pointer;
	
}

.next_btn:hover,
.next_btn:focus {
	/*background: #0095c4;*/
	color: #fff;
	-webkit-transform: scale(1.1);
	/*transform: scale(1.1);
	-moz-box-shadow: 0 0 5px 2px #0095c4;
	-webkit-box-shadow: 0 0 5px 2px#0095c4;*/
    
}


/*------nav------*/


nav {
	min-height: 3vh;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #1F1F1F;;
    /*background: linear-gradient(-270deg,#8b0263,#fc3f42 90%);*/
	padding:5px 20px;
    flex-direction:row-reverse;
    z-index: 0;
}


/*------logo------*/

.logo {
	display: block;
	vertical-align: middle;
    text-align: right;
}

.logo a {
	display: block;
	width:30px;
}

.logo a img {
	vertical-align: middle;
	width: 100%;
}
/*.logo a:hover{transform: scale(0.9);}*/
.league_icon {
	width: 50px;
	height: auto;
}

.league_icon img {
	vertical-align: middle;
	max-width: 100%;
}

.title_League {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
}

.w_epl_logo {
	width: 90px;
}

.title_League img {
	max-width: 100%;
	vertical-align: middle;
}

.heading {
	font-size: 24px;
}


.main_section {
	position: relative;
}


/*------matches------*/

.container_wrap {
	min-height:100%;
}


.wrapper{display: flex; justify-content: space-between; width: 100%; padding-left: 15px;padding-right: 15px; max-width: 1920px; margin: 0px auto}

.container_wrap,
.subheader_wrap, .container_wrap2 {
	max-width: 1920px;
	margin: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.container_wrap2 { max-width: 1140px; z-index: 0}
.container_wrap{min-height:80vh}
.container_wrap2{min-height:80vh}
.subheader_wrap{ background: #fcffff; border-bottom: 1px solid #eaeaea; margin-bottom: 20px}
.common{ background: #f6f6f6;}
.center-text{text-align: center}

.video_wrap {
	padding:0px 0px;
	position: relative !important;
}
video_inner{ position: relative !important;}
.video_inner video {
	width: 90%;
	margin: 0px auto;
}

.video_inner video {
	width: 100%;
}


footer {
	position: relative;
	font-size: 13px;
}

.footer_wrap {
	background-color: #020110;
/*	background-color: #ffffff;*/
	text-align: center;
	color: #fff;
	padding:20px 20px;
	/*margin-top: 20px;*/
}
.footer-img{ width: 150px; margin: 10px auto;}
.container-matches {
	position: relative;
}

.select_multiple_game {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .8);
	display: block;
	z-index: 999;
	text-align: center;
}

.message {
	vertical-align: middle;
	color: #ffff;
	align-items: center;
	margin: 10% 0px
}



.sub-active{color: #ff2882;}


#video-player {
	background-color: rgba(0, 0, 0, 0.3);
	position: relative;
}

#loading {
	width: 100%;
	height: 100%;
	position: absolute !important;
	text-align: center;
	top: calc(50% - 34px);
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
}



.vjs-icon-swanbaybrand{ 
	background-image:url("https://swanbay.tv/video-demo/celtic/assets/images/favicon.png")!important;
	background-repeat: no-repeat!important;
	background-size: 30px 30px!important;
}
.league_logo-wraper{position: relative;}


.league_logo { width:150px;
 text-align: center; margin:5px auto}

.league_logo img {
    max-width: 100%;
    max-height: 100%;
}
.patner-section{ background: #ffffff;padding:2rem; position: relative; margin-top:5rem}
.container-wraper{ max-width: 1140px; margin: 0px auto; text-align: center;}
.patner-section:after, .patner-section:before {
    content: " ";
    clear: both;
    background: #eaeaea;
    /*background: linear-gradient(-270deg,#8b0263,#fc3f42 90%);*/
    content: "";
    display: block;
    height: .1rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.patner-section:after {
    background: #eaeaea;
}
.patner-section:before{ top: inherit; bottom: 0px;}
.patner-section li{ display: inline-block;}
.patner-section li a{ color: #000; display: block}
.patner-section .box-1 {
    text-align: center;
    display: inline-block;
    margin: 10px;
    width: 120px
}
.patner-section .box-1 .img-box{ width:80%;height:50px; text-align: center;}
.patner-section .box-1 .img-box img{ max-width:100%; max-height: 100%; margin: 0px auto;}
.patner-section .box-1 label{font-size: 0.8rem; display: block; margin-top: 10px;}

.list-logo img{ width: 40px; height: 40px; float: right}
.sub-header-wraper{    background: linear-gradient(270deg,#3e0952,#3d0f4e 30%, #3e0952);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
    color: #fff; padding:0px 0; margin-bottom: 30px; }

/*
.left-panel{ width: 30%; padding:40px 10px; display: inline-block; color: #fff; }
.right-panel{ width: 70%;}

.tab-match-detail .header{ background: #ff2882; padding: 10px 10px 10px 10px; border-radius: 2px}
.tab-match-detail .header .league-logo{ text-align: center; }
.tab-match-detail .header .league-logo img{ max-width: 100%;
    max-height: 100%; }

.tab-match-detail .nav-link { font-size: 0.8rem; font-weight: 500; color: #000000;
background-color: #efefee;
border-color: #efefee #efefee #fff; margin: 0px 2px 0px 2px;
}
.th-heading-bg{ background: #f2f2f2; color:#18191b }
.tab-match-body .th-heading, .td-content{ font-weight: normal; font-size: 0.7rem; padding: 10px 8px; vertical-align: middle;}
.tab-match-body tbody{background:#49164c;padding:0 10px}
.t-logo-icon{ width: 1.5rem; height: 1.5rem; display: inline-block;   margin-right: 6px;}
.t-logo-icon img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
  
}
.tab-match-body  .club{ font-weight:600; color: #ffffff; }
.tab-match-body  tr {
    border-bottom: 1px solid #740e7a;
}
*/

/*
.tab-menu{ display: none}
.tab-container.fade:not(.show) {
    opacity: 1;
}
.nav-tabs .nav-link{ padding: .8rem 2.5rem;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    
    color: #fff;
background-color:#1F1F1F;;
border-color: #e0dddd  #e0dddd  #e0dddd;
   
}

.nav-tabs .nav-link{color: #000000}
*/

.container-scroll{
    
    height: 390px;
    scroll-behavior: smooth;
    overflow-y: scroll;
}
.container-scroll::-webkit-scrollbar{width:4px;}
.container-scroll::-webkit-scrollbar-track{background: #f5f2f2;}
.container-scroll::-webkit-scrollbar-thumb{background: #c6c6c6;}
#container-matches.container-scroll, .actions-h.container-scroll{
    
    height: 390px;
    scroll-behavior: smooth;
    overflow-y: scroll;
}
.tab-content{ /*background:#fbfafa;*/ padding:0rem 0rem 1rem}

.mobile-menu{display: none}
.playbutton{color: #ffffff}


.latestvideo-link{width: 40%; text-align: right}
.latest-video{
    
    background:transparent; 
    border-bottom: 5px solid #c70101;; 
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
}
.latest-video:hover{color: #ffffff; text-decoration: none}

.video-js .vjs-big-play-button {
    left:calc(50% - 1.5em)!important;
    top:calc(50% - 0.5em) !important;
    z-index: 999;
}

.field-dropdown-section{max-width: 1140px; padding:1.5rem 0 1.5rem 0;margin:0 auto;
padding-right: 15px;
padding-left: 15px;
}
.btn-secondary {
    color: #fff;
    background-color:#302A2A;
    border-color: #6c757d;
    padding: .400rem 3rem;
}

.field-dropdown-section .custom-select{border: 2px solid #ced4da; border-left:0px solid #ced4da; height: calc(1.9em + .76rem + 2px); background-color: transparent}
.input-group-text{ padding: 2px 3px; background-color: #ffffff;border: 2px solid #ced4da; border-right:0px solid #ced4da}
.input-group-text img{ width:25px;}

.field-dropdown-section  .input-group{ }

.ms-options-wrap {
    box-sizing: border-box;
    width: 87%;
}
.ms-options-wrap > button, .ms-options-wrap > button:focus {

	position: relative;
    width: 100% !important;
    text-align: left;
	border: 2px solid #ced4da;
	border-left: 0px solid #ced4da;
    background-color: #fff;
	padding: .375rem 1.75rem .375rem .75rem;
    margin-top: 0px;
    font-size: inherit;
    color: inherit;
    outline: none;
    white-space: nowrap;
	display: block;
	height: calc(1.9em + .76rem + 2px);
	border-radius: .25rem;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-left: .75rem;
	overflow: hidden;
	min-width: 60%;
    text-overflow: ellipsis;
}

.ms-options-wrap > button:focus {
    outline: 0px;
	box-shadow: rgb(0 123 255 / 25%) 0px 0px 0px 0.2rem;
	
}