* {
    box-sizing: border-box;
  }


  body {
    margin: 0px;
    font-family: 'segoe ui';
  }

  .nav {
    height: 70px;
    width: 100%;
    background-color: #1177ca;
    position: relative;
  }

  .nav > .nav-header {
    display: inline;
  }

  .nav > .nav-header > .nav-title {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    font-weight: 550;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
  }

  .nav > .nav-btn {
    display: none;
  }

  .nav > .nav-links {
    display: inline;
    float: right;
    font-size: 18px;
  }
  .nav > .nav-links > ul li a{
    display: block;
    padding: 0 8px;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    text-decoration: none;

  }
  .nav > .nav-links > ul{
    padding: 0;
    margin-top: 5px;
    list-style: none;
    position: relative;

  }
  .nav > .nav-links > ul li{
    display: inline-block;
    background-color: #1177ca;


  }
  .nav > .nav-links > ul li:hover{
      background-color: #0b65af;
      border-radius: 5px;
  }

  .nav > #nav-check {
    display: none;
  }

 .nav .nav-links ul a.icon{
 margin-left: 80px;
 margin-right: 10px;
 }

 .nav .nav-links ul a i{
    background-color: #fff;
    border-radius: 50px;
    padding: 7px;
    margin-left: 5px;
 }

 #mobileMenu{
  display: none;
}


  @media (max-width:750px) {
    #mobileMenu{
      display: block;
      text-align: right;
      background-color: #1177ca;
      width: 100%;
    }



    #mobileMenu > .nav-links {
      display: inline;
      font-size: 18px;
    }
    #mobileMenu > .nav-links > ul li a{
      display: block;
      padding: 0 4px;
      color: rgb(255, 255, 255);
      line-height: 40px;
      font-size: 16px;
      text-decoration: none;
  
    }
    #mobileMenu > .nav-links > ul{
      padding: 0;
      margin-top: 0px;
      list-style: none;
      position: relative;
  
    }
    #mobileMenu > .nav-links > ul li{
      display: inline-block;
      background-color: #1177ca;
  
  
    }
    #mobileMenu > .nav-links > ul li:hover{
        background-color: #0b65af;
        border-radius: 5px;
    }
  
    #mobileMenu > #nav-check {
      display: none;
    }
  
    #mobileMenu.nav-links ul a.icon{
   margin-left: 80px;
   margin-right: 10px;
   }
  
   #mobileMenu .nav-links ul a i{
      background-color: #fff;
      border-radius: 50px;
      padding: 4px;
      margin-left: 3px;
   }







    .nav > .nav-links {
      display: none;
    }


    .trackCol1{
      width: 100% !important;
    }

    .trackCol2{
      width: 100% !important;
    }
    

  }


  .columns {
Width: 100%;
}
.column-1, .column-2 {
  width:100%;
}
@media (min-width: 48em) {
  .column-1 {
    width: 70%;
    float:left;
  }
  .column-2 {
    width: 30%;
    float:left;
  }

  .columns {
    content:"";
    display: table;
    clear: both;
  }
}

.button {
  background-color: #ddd;
  border: none;
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}

.button:hover {
  background-color: #f1f1f1;
}



.gameCard>.inline {
  display: inline-block;
  margin: 5px;
}

.gameCard {
  background-color: whitesmoke;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, #add8e6, white);
  border: 0px solid blue;
  padding: 5px;
  margin: 5px;
}



.gameCard>div>.gameName {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  margin-block-end: 5px;
  margin-block-start: 5px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  display: inline-block;
}


.gameCard>div>.gameName a:link {
  color: red;
  text-decoration: none;
  
}


.gameCard>div>.gameName a:visited {
  color: green;
  text-decoration: none;
}


.gameCard>div>.gameName a:hover {
  color: hotpink;
  text-decoration: none;
}


.gameCard>div>.gameName a:active {
  color: blue;
  text-decoration: none;
}




.eventCard {
  background-color: whitesmoke;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom left, #e8ecaa, white);
  border: 0px solid rgb(193, 231, 208);
  padding: 5px;
  margin: 5px;
}

.eventCard>.inline {
  display: inline-block;
  margin: 5px;
}


.eventCard>div>.gameName {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin-block-end: 5px;
  margin-block-start: 5px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  display: inline-block;
}


.eventCard>div>.gameName a 
{ 
  color: inherit; 
} 

.eventCard>div>.gameName a:link {
  text-decoration: none;
  
}


.eventCard>div>.gameName a:visited {
  text-decoration: none;
}


.eventCard>div>.gameName a:hover {
  color: hotpink;
  text-decoration: none;
}


.eventCard>div>.gameName a:active {
  text-decoration: none;
}











.dot {
  height: 30px;
  width: 30px;
  background-color: #2B547E;
  border-radius: 60%;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  cursor: pointer;
}



.roundCorner {
  border: 1px solid blue;
  padding: 5px;
  border-radius: 30%;
  width: 200px;
  height: 150px; 
  margin: 2px;  
}



.dotTransparent {
  height: 30px;
  width: 30px;
  background-color: #90EE90;
  border-radius: 60%;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-right: 5px;
  cursor: pointer;
}





.dtl_container {
  display: table;
  table-layout: fixed; /*euqal column width*/
  width: 100%;
  border: 1px solid blue;
  margin: 3px;;
}

.dtl_section {
  display: table-cell;
  border: 1px solid #cccccc;
  padding: 2px;
 
}

@media (max-width: 768px) { /*breakpoint*/
  .dtl_section {
    display: block;
    padding: 1px;
  }
}


.bgStyle {
  background-color: #ffcccb;
}



.shimmer {
  font-family: "Lato";
  font-weight: 400;
  font-size: 1.1em;
  margin: 0 auto;
  padding: 0 0 0 0;
  /*display: inline; */
  margin-bottom: 5px;
}

.shimmer {
  text-align: center;
  color: rgba(255, 255, 255, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background: -moz-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  -webkit-background-size: 125px 100%;
  -moz-background-size: 125px 100%;
  background-size: 125px 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-animation-name: shimmer;
  -moz-animation-name: shimmer;
  animation-name: shimmer;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #222;
}

@-moz-keyframes shimmer {
  0% {
      background-position: top left;
  }
  100% {
      background-position: top right;
  }
}

@-webkit-keyframes shimmer {
  0% {
      background-position: top left;
  }
  100% {
      background-position: top right;
  }
}

@-o-keyframes shimmer {
  0% {
      background-position: top left;
  }
  100% {
      background-position: top right;
  }
}

@keyframes shimmer {
  0% {
      background-position: top left;
  }
  100% {
      background-position: top right;
  }
}



.componentWrapper {
  border: solid cadetblue;
  border-radius: 40px;
  padding: 5px 5px 5px;
  width: 98%;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-right: 5px;
  margin-left: 5px;
}

.componentWrapper .header {
  position:absolute;
  margin-top:-20px;
  margin-left:10px;
  color:white;
  background:cadetblue;
  border-radius:10px;
  padding:2px 10px;
}

.activePlay{
  border-radius: 50px; 
  width: 20px; 
  height: 20px; 
  padding: 1px; 
  background: #fff; 
  border: 1px solid #666; 
  color: #666; text-align: center;
}


.waviy {
  position: relative;
  display: inline;

}
.waviy span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #800;
  text-transform: uppercase;
  animation: flip 3s infinite;
  animation-delay: calc(.2s * var(--i))
}
@keyframes flip {
  0%,80% {
    transform: rotateY(360deg) 
  }
}


.badgeContainer {
  position: relative;
  text-align: right;
  color: red;
}
.badgeCentered {
  position: absolute;
  top: 30%;
  right: 9px;
  transform: translate(-50%, -50%);
  font-weight: bolder;
  font-size: 1.1em;
}


/*-- Logo --*/
.logo-mkstyle{
	position: relative;
	text-align: left;
    width: 50%;
}
.logo-mkstyle h1 a {
    color: #fff;
    font-size: 33px;
    letter-spacing: 2px;
    display: inline-block;
    font-style: italic;
	font-weight: 400;
	text-decoration: none;
	margin-top: 1.5%;
}
.logo-mkstyle h1 a span.letter-style{
    font-family: 'Great Vibes', cursive;
    letter-spacing: 14px;
    font-weight: 600;
    font-size: 43px;
    color: #fa6a36;
}
.logo-mkstyle h1 a span.sub-tittle {
    font-size: 10px;
    display: block;
    font-family: 'Lato', sans-serif;
    letter-spacing: 5px;
    text-align: right;
    font-weight: normal;
}
.logo-mkstyle img {
   /* position: absolute; */
    width: 25%;
    top: -5px;
    /* transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg); */
    left: 19%;
}

/*-- //Logo --*/




.z_row{
  /* background-image: linear-gradient(to bottom right, #e8ecaa, white); */
   margin: 10px;
   font-family: 'Roboto', sans-serif;
}

/* Create three unequal columns that floats next to each other */
.z_column {
 float: left;
 padding: 5px;
 display: flex;

}

.z_left {
 width: 40%;
}

.z_right {
 width: 40%;
/* background-color: white; */

}

.z_middle {
 width: 20%;
 background-color: white;
 display: flex;
 align-items: center;
 justify-content: center;

}



/* Clear floats after the columns */
.z_row:after {
 content: "";
 display: table;
 clear: both;
}


.z_flex-item-left {
 background-color: #f1f1f1;
 padding: 10px;
 flex: 10%;
}

.z_flex-item-center {
 background-color: white;
 padding: 10px;
 flex: 80%;  
}

.z_flex-item-right {
 background-color:white;
 padding: 10px;
 flex: 10%;
}



.z_flex-item-leftR {
 background-color: white;
 padding: 10px;
 flex: 10%;
}

.z_flex-item-centerR {
 background-color: white;
 padding: 10px;
 flex: 80%;  
}

.z_flex-item-rightR {
 background-color:white;
 padding: 10px;
 flex: 10%;
}

.circle {
       border-radius: 50%;
       width: 34px;
       height: 34px;
       padding: 3px;
       background: blue;
       border: 2px solid red;
       color: #fff;
       text-align: center;
       font: 20px Arial, sans-serif;
     }

hr.divider { 
 margin: .1em;
 border: none;
 border-width: 1px solid gray;

}

.oddsData0{
  font-size: 13px ;
}
.oddsData1{
  font-size: 13px ;
}
.oddsData2{
  font-size: 12px ;
}
.oddsData3{
  font-size: 11px ;
}
.oddsData4{
  font-size: 10px ;
}

@media screen and (max-width: 700px) {
  .z_column {
    width: 100%;
  }

  .oddsData0{
    font-size: 13px ;
  }
  .oddsData1{
    font-size: 13px ;
  }
  .oddsData2{
    font-size: 13px ;
  }
  .oddsData3{
    font-size: 13px ;
  }
  .oddsData4{
    font-size: 13px ;
  }

}





.j_container {
  position: relative;
  margin-top: -5px;
  width:32px;
  float:right;
}

.j_topright {
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 10px;
}

.j_img { 
  width: 100%;
  height: 32px;
  width: 32px;
  
}

.j_circle {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 2px;
  background: blue;
  border: 1px solid red;
  color: #fff;
  text-align: center;
  font: 12px Arial, sans-serif;
}