body {
    font-family: 'Poppins', sans-serif;
}
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    strong{word-spacing:5px; margin:0 5px;}
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 0px;
    }
    
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }
  .borderln {
    width: 600px;
    border: 1px solid #eee;
    margin: 70px auto;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 10px;
	overflow: hidden;
}
nav.navbar-inverse .navbar-nav>li>a {
    color: #000;
    font-size: 15px;
}
	
	nav.navbar,a.navbar-brand {
    min-height: auto;
    height: auto;
	}
	nav.navbar.navbar-inverse {
    background: #dbecfd;
    border: 0;
	}
	nav.navbar.navbar-inverse.affix {
    width: 100%;
    z-index: 9999;
}
	.navbar-inverse .navbar-brand{padding: 0;}
	
	.navbar-header a.navbar-brand {
    display: flex;
    align-items: center;
    color: #034cc2;
    margin: 5px 20px 0 0 !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.navbar-header a.navbar-brand:hover{color: #034cc2;}

.navbar-header {
	margin:0 !important;
}
button.navbar-toggle{margin-right:0;}

.navbar-header a.navbar-brand img {
	width: 200px;
	margin-right: 10px;
}
	
.navbar-inverse .navbar-toggle span.icon-bar {
    background: #808080;
    height: 3px;
    width: 28px;
    margin-bottom: 6px;
    border-radius: 10px;
}

.navbar-inverse button.navbar-toggle.collapsed {
    background: transparent !important;
}

body .navbar-inverse .navbar-toggle:focus, body  .navbar-inverse .navbar-toggle:hover {
    background: transparent;
}
nav.navbar-inverse .navbar-toggle {
    border-color: #333;
    border: 0;
    padding: 5px 0;
}	

body .navbar-inverse .navbar-nav>li>a:focus, body .navbar-inverse .navbar-nav>li>a:hover{
	color:#b90d0f;
}




.card {
  padding: 1.5rem 2rem;
  border: none;
  outline: none;
  border-radius: 4px;
  color: #252a32;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.icons {
  font-size: 25px;
  line-height: inherit;
  margin-right: 0.5rem;
  border: none;
  outline: none;
  background: none;
}
.icons-google {
  color: #d32f2f;
}
.icons-facebook {
  color: #0f698a;
}
.icons-apple {
  color: #252a32;
}

.linktext {
    line-height: inherit;
    color: #e61f18;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}
.linktext:hover {
  text-decoration: underline;
}

.main .wrapper  .form-group.remclbl {
    text-align: center;
    display: inline-block;
    width: 100%;
    justify-content: center;
}

label.remc {
    cursor: pointer;
}

.title {
  
  line-height: inherit;
  text-rendering: optimizeLegibility;
}
.title-large {
  margin-top:0;
  font-weight: 600;
  color: #252a32;
}
.title-subs {
  font-size: 15px;
  font-weight: 400;
  line-height: inherit;
}

.main .wrapper .form {
  width: 100%;
  height: auto;
  margin: 2rem 0;
}
.main .wrapper .form-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.borderlnsell .main .wrapper .form-group {
    margin-bottom: 15px;
}
.main .wrapper .form-group .input-field {
  width: 100%;
  height: auto;
  padding: 15px 20px;
  border: none;
  outline: none;
  border-radius: 2rem;
  color: #000;
  background: #f1f5f8;
}
.main .wrapper .form-group .input-submit {
  line-height: inherit;
  cursor: pointer;
  padding: 10px 40px;
  border: none;
  outline: none;
  border-radius: 2rem;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  background: #e61f18;
}
.main .wrapper .line {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.main .wrapper .line-bar {
  -webkit-box-flex: 1;
          flex: auto;
  flex-basis: auto;
  border: none;
  outline: none;
  height: 1.3px;
  background: #bed1df;
}
.main .wrapper .line-text {
  font-weight: 500;
  color: #252a32;
  padding: 0 1rem;
}
.main .wrapper .method-item {
  margin-bottom: 0.5rem;
}
.main .wrapper .method-item .btn-action {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  
  font-size:15px;
  font-weight: 600;
  line-height: inherit;
  padding: 0.2rem 1rem;
  width: 100%;
  height: auto;
  outline: none;
  border: 1.3px solid #bed1df;
  border-radius: 2rem;
  color: #000;
  background: #ffffff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration:none;
}
.main .wrapper .method-item .btn-action:hover {
  background: #cfdde7;
}
.borderln.borderlnlogin {
    width: 450px;
    margin-top: 70px;
}
.main .wrapper .form-group.form-grouptext-center {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 0;
}
.borderln.borderlnlogin .card {
    padding: 1.5rem 2.5rem;
}
.navbar li strong.adp {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
}
.termpage .playtable {
    background: transparent;
    text-align: left;
}
.borderln.borderlninnerpage .playrow {
    justify-content: space-around;
}

.borderln.borderlninnerpage .playrow span.infot {
    display: flex;
}

.bordersld {
    line-height: 40px;
    border: 2px dashed #e61f18;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 19px;
}
.blink {
    animation: blink 3s infinite;
}
.setamount.form-group.copytextbox {
    align-items: stretch;
    margin-top: 30px;
	padding:0;
}

.setamount.form-group.copytextbox input.input-field {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.tooltip {
  position: relative;
  display: flex;
  opacity:1;
  z-index:auto;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  box-sizing:border-box;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -120px;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@keyframes blink{0%{opacity:1}75%{opacity:1}76%{opacity:0}100%{opacity:0}}

.borderln.borderlninnerpage {
    width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: none !important;
    border: 0;
}
.topst {
    text-align: center;
    padding: 20px 0;
    background: #f3f3f3;
}
.topst p {
    margin: 0;
    color: #e61f18;
    font-weight: 600;
    font-size: 16px;
}
.setamount {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.setamount input[type="text"] {
    min-width: 290px;
    height: auto;
    padding: 15px 20px;
    border: none;
    outline: none;
    border-radius: 0;
    color: #000;
    background: #f1f5f8;
    font-size: 17px;
    font-weight: 600;
}
.topst.topstnorm p {
    font-weight: 400;
	color:#000;
}

.setamount  button.btn {
    padding: 0 28px;
    background: #0289d1;
    border: 0;
    font-size: 17px;
}
.playtable {
    text-align: center;
    background: #eee;
    padding: 20px 0px;
    margin: auto 20px;
    border-radius: 5px;
    font-size: 16px;
}

.playtable span.setprice {
    margin-right: 20px;
    color: #034cc2;
    font-weight: 600;
    margin: 0 13px;
    display: flex;
    position: relative;
    top: 2px;
}

.playrow {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin: 0 15px 15px 15px;
}

.setplaytable .playrow:last-child{margin: 0 15px 0px 15px;border:0;padding-bottom:0;}

.setplaytable button.btn.btn-primary.waves-effect.waves-light {
    background: #e61f18;
    border: 0;
    font-size: 15px;
}
.setplaytable.playvstable {
    margin-top: 12px;
}
.setplaytable.playvstable .playrow {
    background: #e0e0e0;
    margin: 0 15px;
    padding: 14px 0;
}
span.timedate {
    font-size: 13px;
    margin: 0 50px;
}
span.setprice.red {
    color: #e61f18;
}
span.setprice.green {
    color: green;
}
.historypage .playrow {
    justify-content: space-evenly;
}
.historypage .playrow span.infot {
    width: 400px;
    text-align: left;
}
.setplaytable.playvstable .playrow span.setprice {
    background: #f5eaea;
    padding: 3px 10px 0 10px;
	color:#000;
}

.btnpv a {
    display: inline-block;
    border: 1px solid #4d769e;
    border-radius: 10px;
    font-size: 16px;
    padding: 8px 20px;
}

.btnpv {
    margin-bottom: 20px;
}
.recordesec {
    background: #eee;
    padding: 10px 22px;
    border-radius: 10px;
    font-size: 19px;
	margin-bottom: 20px;
}

.recordesec span.blue {
    color: #e61f18;
}

.recordesec p.top {
    color: #d69400;
}
.bluecon {
    background: #fff;
    padding: 10px 22px;
    border-radius: 10px;
    font-size: 19px;
    margin-bottom: 20px;
    border: 1px solid #e61f5d;
}
.postresult {}

.postresult .btngrp {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex-direction: column;
}

.postresult .btngrp label {
    border: 1px solid #ccc;
    margin: 6px 0;
    padding: 10px 40px;
    border-radius: 20px;
    cursor: pointer;
    min-width: 250px;
    font-weight: normal;
    font-size: 18px;
}

.postresult .btngrp label.red {
    border-color: red;
    color: red;
}
.postresult .btngrp label.green {
    border-color: green;
    color: green;
}
.postresult .btngrp label.yellow {
    border-color: #d4c300;
    color: #d4c300;
}

.d-flex.justify-content-center.challengepage .borderln {
    border: 0;
    box-shadow: none !important;
}

.btmbanner {
    text-align: center;
    color: #fff;
    /*background: url(../images/book.jpg);*/
    font-weight: bold;
    padding: 10px 15px;
    font-size: 45px;
    max-width:98%;
    margin: 40px auto 0;
    border-radius: 10px;
    position: relative;
    padding: 70px 0;
    line-height: normal;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.btmbanner:before {
    content: "";
    display: block;
    background: #ff5722;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
    opacity: .9;
}
.btmbanner .contentrel {
    z-index: 99;
    position: relative;
}
.btmbanner .contentrel span {
    font-size: 70px;
}

.gamevs .gamevsin {
    border: 2px solid #0853a2;
    padding: 31px 0;
    border-radius: 5px;
}
.headsec {
    margin-bottom: 40px;
}
.gamevs .gamevsin h2 {
    font-weight: bold;
    font-size: 44px;
    margin: 0;
}
.gamevs .gamevsin .gamelbl {
    background: #0853a2;
    padding: 1px 20px 1px 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 25px;
    display: inline-flex;
    align-items: center;
    line-height: normal;
}
.gamevs .gamevsin .vs {
    background: #e52930;
    display: inline-block;
    margin: 0 20px;
    border-radius: 51px;
    color: #fff;
    height: 52px;
    width: 52px;
    line-height: 52px;
    font-weight: bold;
    font-size: 25px;
    position: relative;
    top: -6px;
}
span.flag {
    height: 32px;
    width: 32px;
    overflow: hidden;
    display: flex;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-right: 7px;
    margin-top: 5px;
    margin-bottom: 5px;
}
div.countdown {
    border-top: 1px solid #fff;
    margin-top: 5px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
}
div.countdown ul {
    display: flex;
    flex-direction: row;
    padding: 0;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
div.countdown ul li {
    font-size: 17px;
    list-style: none;
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    font-weight: normal;
    color: #000;
}
div.countdown ul li span {
    font-weight: bold;
    margin: 0;
    font-size: 30px;
    margin-bottom: 7px;
    background: #cecece66;
    padding: 0 11px;
    border-radius: 10px;
    border: 1px solid #909294;
    color: #0853a2;
}

.slider-wrapper {
  overflow: hidden;
}

.inner-wrapper {
  width: 500%;
  height: 100%;
  position: relative;
  left: -100%;
}


.slider-wrapper .slides {
  width: calc(100%/5);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  float: left;
  flex-direction:column;
}

.slider-wrapper .button {
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  position: absolute;
  cursor: pointer;
  top:75px;

}

.slider-wrapper .prev {
  border-left: 2px solid #fff;
  left: 100px;
  transform: rotate(-45deg);
}

.slider-wrapper .next {
  border-right: 2px solid #fff;
  right: 100px;
  transform: rotate(45deg);
}



.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 10px 0 0 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.gamevs.text-center.tossws .slider,
.mnslider .slider{
    position: relative;
}

.gamevs.text-center.tossws .slider button.slick-arrow{
    position: absolute;
    font-size: 0;
    background: transparent;
    border: 0;
    width: 30px;
    height: 30px;
    border-top: 2px solid #000;
    cursor: pointer;
    top: 55px;
}
.mnslider .slider button.slick-arrow{
    position: absolute;
    font-size: 0;
    background: transparent;
    border: 0;
    width: 30px;
    height: 30px;
    border-top: 2px solid #fff;
    cursor: pointer;
    top: 50%;
}

.gamevs.text-center.tossws .slider button.slick-prev.slick-arrow,
.mnslider .slider button.slick-prev.slick-arrow{
    border-left: 2px solid #000;
    left: 50px;
    transform: rotate(-45deg);
    z-index:99;
}
.mnslider .slider button.slick-prev.slick-arrow{
    border-left: 2px solid #fff;
}
.gamevs.text-center.tossws .slider button.slick-next.slick-arrow,
.mnslider .slider button.slick-next.slick-arrow{
    border-right: 2px solid #000;
    right: 50px;
    transform: rotate(45deg);
}
.mnslider .slider button.slick-next.slick-arrow{
    border-right: 2px solid #fff;
}

.mnslider .slider img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.gamessection .col-sm-6 .gameboxc ul {
    padding: 0;
    overflow: hidden;
}

.gamessection .col-sm-6 .gameboxc ul li {
    padding: 10px 15px 10px 0;
    position: relative;
    overflow: hidden;
    margin:0;
}
.gameboxc li .d-flex a{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    color: #000;
    text-decoration: none;
    transition: .3s ease;
    
    padding-left: 93px;
    
}


.gameboxc li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.gameboxc h4 {
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 0;
}

.gameboxc li:last-child{border:0;margin:0;padding:0;}

.gameboxc ul {
    padding: 0;
    margin: 30px 0 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 18px;
}

.gameboxc li .d-flex .leftvs {
    display: flex;
    align-items: center;
}
.gameboxc li .d-flex .leftvs .flag {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gameboxc li .d-flex 
 .rightdt {
    display: flex;
    align-items: center;
}

.rightdt .tosst {
    margin-left: 10px;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    transform: rotate(-45deg);
    top: -7px;
    left: -49px;
    background: #e61f18;
    display: flex;
    padding-bottom: 10px;
    flex-direction: column;
    align-items: center;
    width: 110px;
    padding-top: 7px;
}
.gameboxc li .d-flex .rightdt i.fa.fa-calendar {
    margin-right: 5px;
}
.rightdt .tosst img {
    max-width: 24px;
    margin-right: 0;
    margin-bottom: 2px;
    position: relative;
    left: -3px;
    top: 4px;
}

.rightdt .tosst span {
    font-size: 15px;
    color: #fff;
}

.gameboxc li .d-flex .leftvs .flag {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gameboxc li .d-flex .leftvs .flag img {
    width: 32px;
    margin-right: 10px;
    border-radius: 30px;
}


.gameboxc li .d-flex .leftvs .vsc {
    font-weight: 700;
    margin: 0 14px;
    font-size: 16px;
    text-transform: uppercase;
}

.gamessection {
    margin-top: 30px;
}

.aboutsection {
    background: url(../images/img14.jpg);
    background-attachment: fixed;
    padding: 30px 0 50px;
    background-size: cover;
    background-position: center bottom;
    position: relative;
}

.hotelsection.aboutsection:before {
    background: #000;
    height: 100%;
    width: 100%;
    display: block;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    opacity: .5;
}

.hotelsection.aboutsection .headsec {
    position: relative;
    margin-bottom: 0;
}

.hotelsection.aboutsection p {
    position: relative;
}

.hotelsection.aboutsection .contantbtn.ctabtm {
    position: relative;
}

.aboutsection .headsec h2 {
    color: #fff;
    margin-bottom: 30px;
}
.aboutsection .headsec span {
    color: #fff;
    background: #e52930;
    padding: 0 9px;
}
.aboutsection p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.contantbtn {
    margin-left: 25px;
}

.contantbtn.ctabtm a {
    background: transparent;
    color: #fff;
    text-decoration: none;
    padding: 6px 30px;
    display: inline-block;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 30px;
    border: 2px solid #fff;
    transition: .3s ease;
    align-items: center;
}
.contantbtn.ctabtm a:hover {
    background: #fff;
    color: #000;
}

.rankpl .plrow {
    margin: 0 0;
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.rankpl .plrow:last-child {
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

footer .topn {
    background: #eaeaea;
}
footer .topn .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
}
footer .topn .container-fluid ul {
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}
footer .topn .container-fluid ul li {
    display: inline-block;
    margin-right: 20px;
}
footer .topn .container-fluid ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}



footer .top {
    background: #eaeaea;
    color: #333;
}
footer .top .container-fluid {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px 0;
}
footer .top .container-fluid ul li {
    display: inline-block;
}
footer .top .container-fluid ul li a {
    color: #000;
    display: block;
    font-size: 13px;
}
footer .top .container-fluid ul li i {
    color: #000;
    font-size: 15px;
    margin: 0 10px;
}
footer .top .container-fluid::before {
    display: none;
}

footer .top .container-fluid::after {
    display: none;
}

.dashbsecone .boxcard {
    margin: 30px 0;
    border: 0px solid #eee;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background:#dbecfd;
    min-height: 170px;
}

.dashbsecone .boxcard .count {
    font-size: 40px;
    font-weight: 600;
    color: #0289d1;
}

.dashbsecone .boxcard h4 {
    font-size: 22px;
}
.dashbsecone .boxcard h4 i.fa {
    background: #fff;
    padding: 10px;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 30px;
    border: 1px solid #fff;
    font-size: 25px;
    margin-right: 5px;
}

.rankpl {margin: 30px 0;}
.rankpl .plrow .player {display: flex;}
.rankpl .plrow .player .img img {border-radius: 40px;max-width: 50px;margin-right: 20px;}
.rankpl .plrow .player .top {font-weight: 600;font-size: 15px;margin-bottom: 7px;}
.rankpl .plrow .player .top span.rank {
    background: #e61f18;
    color: #fff;
    padding: 2px 6px;
    border-radius: 5px;
    font-weight: normal;
    font-size: 14px;
}
.desctext {font-size: 13px;}


.transtable .playtable {
    margin: auto;
    background: transparent;
}

.transtable .playtable table th,.transtable .playtable table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    text-align: left;
}

.transtable .playtable table td a {
    color: #bf0317;
    text-transform: none;
}

.transtable .playtable table th {
    background: #e61f18;
    color: #fff;
}

.transtable .playtable table tr:nth-child(odd) {
    background: #efefef;
}
.transtable .playtable table td {
    font-size: 15px;
}
.flexrightcontent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexrightcontent select.form-control {
    box-shadow: none;
    border-radius: 0;
    border-color: #ccc;
    outline: none;
    min-width: 180px;
    height: auto;
    padding: 7px;
}

.transtable .playtable .pagination-container {text-align: left;}

.transtable .playtable .pagination-container li span {
    color: #333;
}

.transtable .playtable .pagination-container li.active span {
    color: #fff;
    background: #e61f18;
    border-color: #e61f18;
}

.wrapper.transtable {
    min-height: 500px;
}

h2.titletop {
    font-weight: bold;
    font-size: 26px;
    color: #333;
}

.simpbanner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}


.wrapper.smpbannerpage {}

.wrapper.smpbannerpage .gamevs.text-center.tossws {
    margin-top: 20px;
}

.wrapper.smpbannerpage .gamevs.text-center.tossws .gamevsin {
    border: 0;
    padding:31px 0 5px 0;
}

.wrapper.smpbannerpage .gamevs.text-center.tossws .gamevsin .gamelbl {
    flex-direction: column;
    background: transparent;
    color: #000;
    font-size: 20px;
    padding: 0;
    min-width: 210px;
}

.wrapper.smpbannerpage .gamevs.text-center.tossws .gamevsin span.flag {
    width: auto;
    height: auto;
    border-radius: 100px;
    margin: 0 0 0px 0;
}

.wrapper.smpbannerpage .gamevs.text-center.tossws .gamevsin span.flag img {
    max-width: 120px;
}

.wrapper.smpbannerpage .gamevs.text-center.tossws .rightdt {
    margin-top: 40px;
    font-size: 16px;
}

.wrapper.smpbannerpage .gamevs.text-center.tossws .vs {
    background: transparent;
    color: #333;
}

.wrapper.smpbannerpage .gamevs.text-center.tossws a {
    text-decoration: none;
    color: #333;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bidinput {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dbecfd;
    padding: 30px 0;
    margin-bottom: 50px;
}
.bidinput button {
    background: #e61f18;
    color: #fff;
    border: 0;
    padding: 12px 50px;
    transition: .3s ease;
    border-radius: 10px;
    font-size: 23px;
    text-transform: uppercase;
    height: 100%;
}
.bidinput button:hover {
    background: #bf0b05;
}
.bidinput select {
    border: 3px solid #a1b4c7;
    padding: 13px 15px 12px 5px;
    margin-right: 15px;
    outline: none;
    width: 260px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    border-radius: 10px;
}
.bidinput input[type="text"] {
    border: 3px solid #a1b4c7;
    padding: 13px 15px 12px 15px;
    margin-right: 15px;
    outline: none;
    width: 240px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    border-radius: 10px;
}
.teampred {
    margin: 30px 0;
    padding:0 50px;
}

.teampred .flexr {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
}

.flexbar {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
}

.flexbar .full {
    width: 100%;
    background: #ccc;
    height: 15px;
    margin: 0;
    border-radius: 10px;
}

.flexbar .percent {
    
    height: 100%;
    position: absolute;
    background: #337ab7;
    top: 0;
}

.percent.percentteam2 {
    right: 0;
    background: #ff9b05;
}

.teampred .flexr.percent {
    font-size: 20px;
}
.pred-section {
    padding-bottom: 30px;
}
.bidamnt {
    padding: 60px 0;
    background: url(../images/banner3.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.bidamnt:before {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    top: 0;
    opacity: .8;
}
.bidamnt span.relpos {
    position: relative;
    z-index: 999;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}

.bidamnt span.relpos span {
    color: #e61f18;
    -webkit-text-stroke: 1px #ffffff;
    font-size: 58px;
}

/*.tosst {
    position: absolute;
    background: #d1132c;
    color: #fff;
    font-size: 20px;
    padding: 40px 40px 10px 40px;
    top: -20px;
    transform: rotate(-45deg);
    font-weight: 700;
    left: -46px;
    font-size: 18px;
}*/
.tosst {
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.tosst img {
    max-width: 60px;
    margin-right: 20px;
}
.tosst span {
    background: transparent;
    color: #cf152c;
    font-size: 36px;
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 0;
    position: relative;
    top: -2px;
}

.headingwad {
    display: flex;
    align-items: center;
}

.headingwad button {
    background: #e61f18;
    color: #fff;
    border: 0;
    border-radius: 5px;
    margin-left: 30px;
    padding: 5px 10px;
    margin-top: 8px;
    font-size: 17px;
}

.headingwad h2.titletop {
}


.popupcustomclass .body-message {}

.popupcustomclass .body-message .adf {}

.popupcustomclass .body-message .adf label {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #000;
}

.popupcustomclass .body-message .adf .frow {
    margin-bottom: 15px;
}

.popupcustomclass .body-message .adf .frow input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    outline:none;
    width: 100%;
}

.popupcustomclass .modal-header {
    border: 0;
}

.popupcustomclass .modal-header h4.modal-title {
    font-weight: bold;
    color: #000;
    font-size: 20px;
}

.popupcustomclass .modal-body {
    padding-top: -0;
}

.popupcustomclass .modal-body button.btn-done {
    background: #e61f18;
    color: #fff;
    border: 0;
    border-radius: 5px;
    margin-left: 0;
    padding: 5px 10px;
    margin-top: 8px;
    font-size: 17px;
}

a.playbtn {
    background: #e61f18;
    color: #fff;
    border: 0;
    padding: 6px 30px;
    margin-top: 10px;
    border-radius: 10px;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    outline: none;
}
span.playbtn {
    background: #e61f18;margin: 0 20px;
    color: #fff;
    border: 0;
    padding: 6px 30px;
     border-radius: 10px;
     display: inline-block;
    text-decoration: none;
    outline: none;
}
.remainbalnce {
    text-align: center;
    display: none;
    background: #e61f18;
    padding: 5px;
    border: 1px solid #e61f18;
    border-radius: 5px;
    flex-direction: row;
    width: auto;
    margin: 4px 0;
    justify-content: center;
    color: #fff;
}

.remainbalnce label {
    margin: 0;
}

.remainbalnce p {
    margin: 0;
}



.borderln.borderlnlogin.borderlnloginfl .card {
    padding: 0;
}

.borderln.borderlnlogin.borderlnloginfl .card .lefts img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.borderln.borderlnlogin.borderlnloginfl .rights {
    padding: 15px;
}
.indexupg .gameboxc li .d-flex a {
    padding: 0;
}
.col-sm-6 .gameboxc li .d-flex a .leftvs .tosst img {
    max-width: 36px;
}

.gamessection .col-sm-12 .gameboxc .d-flex .leftvs .tosst img {
    max-width: 35px;
    position: relative;
    top: 7px;
}
.wrapper.smpbannerpage .gamevs.text-center.tossws .gamevsin span.rate {
    color: #fff;
    font-weight: 600;
    background: #e61f18;
    padding: 0 15px;
    display: block;
    border: 0px solid #000;
    border-radius: 5px;
    
}

.form-group-fliterc {
    display: flex;
}

.form-group-fliterc .form-group {
    margin-left: 10px;
}

.form-group-fliterc .form-group input.search.form-control {
    border-radius: 0;
    box-shadow: none;
    padding: 8px 10px;
    height: auto;
}

.results tr[visible='false'],
.no-result{
  display:none;
}

.results tr[visible='true']{
  display:table-row;
}





  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 650px) {
      .form-group-fliterc {
    display: flex;
}
.form-group-fliterc .form-group {
    width: 100%;
}
.form-group-fliterc .form-group{
    margin: 0 10px 0 0;
}
.form-group-fliterc .form-group select#maxRows {
    min-width: 60px;
}
      .wrapper.smpbannerpage .gamevs.text-center.tossws .gamevsin span.rate {
    width: 100%;
}
      .transtable .playtable table td input[type="text"] {
    width: 100%;
}
.transtable .playtable table td textarea {
    width: 100%;
}
      .gamessection .col-sm-12 .gameboxc ul {
    margin: 0;
}
      .gamessection .col-sm-12 .gameboxc .d-flex .leftvs .tosst img {
    margin-right: 5px;
}
      .gamessection .col-sm-12 .gameboxc .d-flex a {
    padding-left: 10px;
}
      .indexupg .gameboxc li .d-flex a .tosst img {
    max-width: 35px;
}

      .borderln.borderlnlogin.borderlnloginfl {
    margin: 40px 10px 20px;
}
      .borderln.borderlnsell.marfalbth {
    margin: 15px;
}
      .btmbanner{
          padding: 40px 0;
      }
      .borderln.borderlninnerpage.historypage .borderln.borderlnloginfl {
    margin: 40px 0px 20px;
    width: 100%;
    padding: 0 0px;
}
      
      .gameboxc li .d-flex a{
          padding-left: 53px;
    text-align: center;
      }
    div.buychiptabs ul.nav.nav-tabs li{
        margin: 0 4px;
    }      
    div.buychiptabs ul.nav.nav-tabs li a{
        padding:9px 5px;
        font-size: 14px;
    }
      .flexrightcontent {
    flex-direction: column;
    align-items: start;
}
  .carousel-caption {
      display: none; 
    }

.d-flex.justify-content-center .setamount input[type="text"] {
    min-width: auto;
    padding: 14px 10px;
    font-size: 15px;
}

.d-flex.justify-content-center .setamount button.btn.btn-primary {
    padding: 0 10px;
    font-size: 14px;
}
.slider-wrapper .slides{font-size: 25px;}
.btmbanner .contentrel span {font-size: 35px;}
.slider-wrapper .next {right: 20px;}
.slider-wrapper .prev {left: 20px;}
.slider-wrapper .button{top:20px;}
.gamevs .gamevsin .headsec {margin-bottom: 16px;}
.gamevs .gamevsin h2 {font-size: 25px;}

.gamevs .gamevsin .gamelbl {font-size: 17px;}
.gamevs .gamevsin .slide {text-align: center;display: flex;flex-direction: column;align-items: center;}

.borderln.borderlninnerpage.historypage .gamevs .gamevsin .slide {text-align: center;display: block;}
.borderln.borderlninnerpage.historypage .wrapper.smpbannerpage .gamevs.text-center.tossws .rightdt {margin-top: 20px;font-size: 16px;margin-bottom: 20px;}

.gamevs .gamevsin .vs {top: 0;margin: 13px 0;}
div.gamevs.text-center.tossws .slider button.slick-prev.slick-arrow {left: 20px;}
div.gamevs.text-center.tossws .slider button.slick-next.slick-arrow {right: 20px;}
div.gamevs.text-center.tossws .slider button.slick-arrow {top: 75px;}
div.aboutsection p {color: #fff;font-size: 14px;line-height: 23px;padding: 0 30px;}
footer .topn .container-fluid ul li a {margin: 5px 0;display: block;}
footer .top .container-fluid {flex-direction: column;}
footer .top .container-fluid ul {padding: 0;margin: 10px 0 10px 0;}

.mnslider .slider button.slick-arrow{top:40%;}
.mnslider .slider button.slick-next.slick-arrow{right:30px;}
.mnslider .slider button.slick-prev.slick-arrow{left:30px;}

.gameboxc ul{padding: 15px 0;}
.gameboxc li .d-flex .leftvs {flex-direction: row;}
.gameboxc li .d-flex {flex-direction: column;padding: 0 10px;}
.gameboxc li .d-flex .flag {display: flex;align-items: center;flex-direction: column;}
.gameboxc li .d-flex a {flex-direction: column;}
.gameboxc li .d-flex .rightdt {background: transparent;padding: 5px 23px;margin-top: 10px;border-radius: 20px;}
.gameboxc li .d-flex .leftvs .flag img {margin-bottom: 6px;margin-right: 0;}

.dashbsecone .boxcard {
    margin: 15px 0;
}
.dashbsecone .boxcard h4 {
    font-size: 22px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.mnslider .slider img {
    width: 100%;
    height: 160px;
}




.simpbanner img {
    height: auto;
}

.wrapper.smpbannerpage .gamevs.text-center.tossws .gamevsin {
    padding: 0;
}

.wrapper.smpbannerpage .gamevs.text-center.tossws a {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
}

.wrapper.smpbannerpage .gamevs.text-center.tossws .gamevsin span.flag img {
    max-width: 100px;
}

.tosst img {max-width: 50px;}
.tosst span{font-size: 29px;}

.wrapper.smpbannerpage .gamevs.text-center.tossws .gamevsin .gamelbl {
    min-width: 120px;
    margin: 0 0px;
    font-size: 17px;
}

.wrapper.smpbannerpage .gamevs.text-center.tossws .vs {
    margin: 0 10px;
}


.bidinput {
    flex-direction: column;
    padding: 30px;
}
.bidinput select {
    width: 100%;
    margin: 0 0 10px 0;
}
.bidinput input[type="text"] {
    width: 100%;
    margin: 0 0 16px 0;
}

.bidinput button {
    padding: 8px 50px;
}

.pred-section h3 {
    margin-top: 0;
}

.teampred {
    margin: 20px 0 20px 0;
    padding: 10px;
}

.pred-section {
    padding-bottom: 0;
}

.bidamnt {padding: 40px 0;}

.bidamnt span.relpos {
    font-size: 32px;
    padding: 0 30px;
    text-align: center;
    display: block; 
    position: relative;
    z-index: 99;
}
nav.navbar.navbar-inverse.navcadd {
    height: 100%;
    overflow: auto;
    z-index: 9999;
    position:fixed;
    width: 100%;
}
.bidamnt span.relpos span {
    font-size: 40px;
}
.borderln.borderlninnerpage .playrow {
    margin: 0;
    padding: 0;
    width: 100%;
    flex-direction: column;
}

div.playtable {margin: 0;padding: 16px 6px;}

.borderln.borderlninnerpage .playrow span.infot {
    width: auto;
}

}

@media (max-width: 480px) {
.wrapper.smpbannerpage .gamevs.text-center.tossws .gamevsin span.flag img {
    max-width: 80px;
}    
div.wrapper.smpbannerpage .gamevs.text-center.tossws .gamevsin .gamelbl {
    min-width: 100px;
    width: 109px;
}
    span.playbtn{
        padding: 6px 15px;
    }
.blink {
    font-size: 17px;
    line-height: normal;
}    
.remainbalnce {
    text-align: center;
    display: flex;
    background: #e61f18;
    padding: 5px;
    border: 1px solid #e61f18;
    border-radius: 5px;
    flex-direction: row;
    width: 100%;
    margin-bottom: 13px;
    justify-content: center;
    color: #fff;
}

.remainbalnce label {
    margin: 0px 10px 0 0;
}

.remainbalnce p {
    margin: 0;
}    
.d-flex.justify-content-center .setamount input[type="text"] {
    width: 100%;
}
.slider-wrapper .slides{font-size: 20px;}
.btmbanner .contentrel span {font-size: 30px;}
  }
  
@media (max-width:320px){
    .wrapper.smpbannerpage .gamevs.text-center.tossws .container {
    padding: 0;
}
  div.wrapper.smpbannerpage .gamevs.text-center.tossws .gamevsin .gamelbl{
      width: 98px;
  }
}
  
  .justify-content-center {
    justify-content: center;
    width: 100%;
    display: flex;
	}
	
	ul.nav li.dropdown:hover ul.dropdown-menu{ background:#fff; }
	
	.navbar-nav>li>.dropdown-menu li a {
    padding: 10px 20px 10px 11px;
    color: #000;
}

.navbar-nav>li>.dropdown-menu {
    border: 2px solid #fff;
    background: #fff;
    border-top: 0;
    padding: 10px;
}

ul.navbar-nav>li>.dropdown-menu li a:hover {
    background: #fff;
}

ul.navbar-nav>li>.dropdown-menu li {
    border-bottom: 1px solid #e2e2e2;
}

.navbar-nav>li>.dropdown-menu li a i {
    background: #e61f18;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 30px;
    color: #fff;
    margin-right: 2px;
}

.navbar-nav>li>.dropdown-menu li a.logoutanc {
    background: #e61f18;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 40px;
}

ul.navbar-nav>li>.dropdown-menu li:last-child,.navbar-nav>li>.dropdown-menu li.changeanc {
    border: 0;
}

.navbar-nav>li>.dropdown-menu li a:hover {
    color: #e61f18;
}

.navbar-nav>li>.dropdown-menu li a.logoutanc:hover {
    background: #d60700;
    color:#fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a.logoutanc {
    color: #fff;
}

.buychiptabs {
    max-width: 700px;
    margin: 0 auto 50px;
}

.buychiptabs .borderln.borderlnsell {
    padding: 0;
    margin: 0;
    width: 100%;
    box-shadow: none !important;
    border: 0;
}

.buychiptabs ul.nav.nav-tabs {
    border: 0;
    display: flex;
    justify-content: center;
}

.buychiptabs div.tab-pane {
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    
}

.buychiptabs ul.nav.nav-tabs li a:hover {
    background: transparent;
    box-shadow: none;
    border-color: transparent;
}

.buychiptabs ul.nav.nav-tabs li.active a:hover {
    background: transparent;
    border: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid #fff;
}

.buychiptabs ul.nav.nav-tabs li.active a:hover {
    /* border-color: #ccc; */
    /* border-bottom: 0; */
}

.buychiptabs ul.nav.nav-tabs li a {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.buychiptabs ul.nav.nav-tabs li {
    margin: 0 12px;
}

.buychiptabs ul.nav.nav-tabs li.active a {
    border-bottom: 1px solid #fff;
    color: #e61f18;
    font-weight: 600;
}


	
@media (min-width:1200px){
    ul.nav li.dropdown:hover ul.dropdown-menu{ display: block;background:#fff; }
    .wrapper.smpbannerpage .gamevs.text-center.tossws a{
        width: 50%;
    margin: auto;
    }
}	

@media (max-width:767px){
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
        padding: 8px 15px 8px 3px;
    }
}
	
	
	/*
	
	
	
	