.bg-black
{
  background-color: #000 !important
}
#multi_bet_stack_count {
    display: none;
    position: fixed;
    z-index: 998;
    background: yellow;
    border-radius: 6px;
    width: 85px;
    bottom: 50px;
    right: 27px;
    color: black;
} 
 
#multi_bet_stack_count span.badge-notification
{
    margin-right: 0px;
    color: black;
}
@media all and (max-width: 575px) {
    #multi_bet_stack_count {
  
    bottom: 15px;
    right: 15px;
} 
}

div#news_scroller {
  background-image: linear-gradient( to right top, #fff, #fff, #fff, #fff, #fff ) !important;
  margin-top: 0px;
}
.bg-blue-grad {
  /* background: #000 !important; */
}

.marquee .slow {
  display: inline-block;
  padding-left: 100%;
  text-indent: 0;
  animation: marquee 48s linear infinite;
  bottom: 0px;
}
#clock {
  padding-top: inherit;
  padding-left: inherit;
  padding-bottom: 5px;
}
#clock p {
  font-size: unset;
  line-height: unset;
  font-weight: unset;
}
#time_clock {
  padding-left: 12px;
}
#date_clock {
  display: none;
}
#loginRegister {
    background: #3d105d !important;
}
#loginRegister #topNavbar
{
  background-color: transparent !important;
}
#wrapper-container {
  background-color: #1c072b;
}

.navbar-light .navbar-nav .nav-link
{
    color: white;
    font-weight: bold;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link
{
   color: white; 
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover
{
    color: #FFDE16;
}

.mobile-show
{
    display:none;
}
@media (max-width: 560px) {
  .mobile-show
    {
        display:block;
    } 
  
    .mobile-hide
    {
        display:none;
    }
    .navbar-toggler
    {
       margin-top:-10px; 
    }
    .navbar-nav
    {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 8px;
        background: #0c727e;
        height: 158%;
        
    }
}    
@media (max-width: 768px) {
  .navbar-toggler {
    margin-left: .4rem;
  }
}  

@media (min-width: 976px) and (max-width: 1400px)
{
    #news_scroller .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    
    #news_scroller .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

.header-buttons .btn.register {
    margin-left: 1rem;
    color: #ffffff;
}
.header-buttons .btn {
    width: 45.5%;
}
.nav-link.dropdown-toggle::after {
    display: inline-block;
    width: 1.5em;
    height: 0.325em;
    margin-left: .755em;
    vertical-align: -0.38em;
    content: "";
    border-top: 0.65em double #fff;
    border-bottom: 0.180em solid #fff;
    border-right: 0px;
    border-left: 0px;
    box-sizing: content-box;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler
{
    border: none;
}

.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link
{
    color: white;
}
.navbar
{
    box-shadow: none;
}

footer.page-footer {
    bottom: 0;
    color: #fff;
}
.font-small {
    font-size: 0.9rem;
}
footer .h6, footer h6 {
    font-size: .8rem;
}
footer.indigo {
    background: #1c072b;
}
footer.indigo a
{
    color: white;
}
footer.indigo p
{
    color: #FFD400;
}
.rgba-white-light, .rgba-white-light:after {
    background-color: rgb(20, 128, 94);
}
footer.page-footer .footer-copyright {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.6);
    background-color: rgb(20, 128, 94);
}

#sportsList > .row {
    padding: 10px 115px;
}



.jquery-accordion-menu,
.jquery-accordion-menu * {
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: 0
}

.jquery-accordion-menu {
	min-width: 260px;
	float: left;
	position: relative;
}

.jquery-accordion-menu .jquery-accordion-menu-footer,
.jquery-accordion-menu .jquery-accordion-menu-header {
	width: 100%;
	height: 50px;
	padding-left: 22px;
	float: left;
	line-height: 50px;
	font-weight: 600;
	color: #f0f0f0;
	background: #414956
}

.jquery-accordion-menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.jquery-accordion-menu ul li {
	width: 100%;
	display: block;
	float: left;
	position: relative
}

.jquery-accordion-menu ul li a {
	width: 100%;
	padding: 14px 22px;
	float: left;
	text-decoration: none;
	color: #f0f0f0;
	font-size: 13px;
	background: #3D566E;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	-o-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-webkit-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear
}

.jquery-accordion-menu>ul>li.active>a,
.jquery-accordion-menu>ul>li:hover>a {
	color: #fff;
	background: #130a36 !important;
}

.jquery-accordion-menu>ul>li>a {
	border-bottom: solid 1px #3b424d
}

.jquery-accordion-menu ul li a i {
	width: 34px;
	float: left;
	line-height: 18px;
	font-size: 16px;
	text-align: left
}

.jquery-accordion-menu .submenu-indicator {
	float: right;
	right: 22px;
	position: absolute;
	line-height: 19px;
	font-size: 20px;
	-o-transition: transform .3s linear;
	-moz-transition: transform .3s linear;
	-webkit-transition: transform .3s linear;
	-ms-transition: transform .3s linear
}

.jquery-accordion-menu ul ul.submenu .submenu-indicator {
	line-height: 16px
}

.jquery-accordion-menu .submenu-indicator-minus>.submenu-indicator {
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

#sportsList .bg-dark {
    background-color: #292626 !important;
}
#sportsList .bg-dark .text-khet-yellow
{
    color:#8E8E8E !important;
}
.card-header:first-child
{
    border-radius: 0px;
}

.match-count {
  padding-top: 0.75rem;
  padding-right: 0.5rem;
}
.text-smaller {
  font-size: 60%;
  font-weight: 200;
}
.fixed-width-120 {
    width: 150px;
    height: 40px;
    
    vertical-align: middle;
    padding-top: 6px;
}
.card.rounded-0.clearfix
{
   width: 84.5%;
   margin: 0 auto; 
}


@media (max-width: 1920px) {
    #sportsList > .row {
        padding: 10px 149px;
    }
}
@media (max-width: 1680px) {
    #sportsList > .row {
        padding: 10px 129px;
    }
}
@media (max-width: 1600px) {
    #sportsList > .row {
        padding: 10px 123px;
    }
}
@media (max-width: 1550px)
{
    #sportsList > .row {
        padding: 10px 116px;
    }
}
@media (max-width: 1440px) {
    #sportsList > .row {
        padding: 10px 110px;
    }
}
@media (max-width: 1400px) {
    #sportsList > .row {
        padding: 10px 106px;
    }
}
@media (max-width: 1366px) {
    #sportsList > .row {
        padding: 10px 104px;
    }
}
@media (max-width: 1360px) {
    #sportsList > .row {
        padding: 10px 103px;
    }
}
@media (max-width: 1280px) {
    #sportsList > .row {
        padding: 10px 96px;
    }
}
@media (max-width: 1280px) {
    #sportsList > .row {
        padding: 10px 96px;
    }
}
@media (max-width: 1152px) {
    #sportsList > .row {
        padding: 10px 85px;
    }
}
@media (max-width: 1050px) {
    #sportsList > .row {
        padding: 10px 75px;
    }
}

@media (max-width: 868px) {
  #sportsList .remove-pr {
    padding-right: 0 !important;
  }
  #sportsList .remove-pl {
    padding-left: 0;
  }
  .card.rounded-0.clearfix
    {
       width: 94.5%;
       margin: 0 auto; 
    }
  .menu-web
  {
      display: none;
  }
  #sportsList > .row
  {
      padding: 10px;
  }
  #news_scroller_wrapper
  {
      padding: 10px !important;
  }
  .shots small
  {
      display: none;
  }
}
@media (max-width: 576px) {
  .border-right-solid {
    -ms-flex: 0 0 16.666667% !important;
    flex: 0 0 16.666667% !important;
    max-width: 16.666667% !important;
  }
  .match-class strong
  {
      font-size: 12px;
  }
  .col-sm-10 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .responsive {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  .border-right-solid {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .col-sm-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .width_100 {
    width: 140px;
  }
  .fixed-width-120 {
    width: 140px;
  }
}
@media (max-width: 380px) {
  .border-right-solid {
    -ms-flex: 0 0 24% !important;
    flex: 0 0 24% !important;
    max-width: 100% !important;
  }
  .col-sm-10 {
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 100%;
  }
  .match-class {
    padding-right: 5px;
  }
}
@media (max-width: 320px) {
  .border-right-solid {
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 100% !important;
  }
  .col-sm-10 {
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 100%;
  }

  .width_100 {
    width: 120px;
  }
  .fixed-width-120 {
    width: 120px;
  }
  .match-class {
    padding-right: 5px;
  }
}

.img_icon {
  margin-top: 0px;
}

.border-right-solid {
    border-right: 1px solid #cccccc !important;
}
.text-gray {
    color: #000000 !important;
}

.bg-white-grad {
  background: #3578e5 !important;
 /*background: #71e2c5 !important;*/  
}
.text-blue {
    color: #b71c1c !important;
    font-family: monospace;
    font-weight: bold;
}
.text-green
{
    color: #147630 !important;
}
.odd-sport-row .under-red{
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: none;
}
.row .capitalize > strong
{
    font-family: verdana;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    
}
.row .capitalize
{
    text-align: left;
    /*background: #d3d3d3 !important;*/
    margin-bottom: 10px;
    /*border: .5px solid #737272;*/
    border-radius: 5px;
    background-color: #3d105d;
}
.team-name{
  font-size: 14px;
  /*font-weight: bold;*/
  color: #c6c6c6;
}
.img_icon {
  max-width: 45px;
}
.match-vs{
  color: #c6c6c6;
}
.date-time{
  font-size: 14px;
  /*font-weight: bold;*/
}
.score{
  text-align: center;
  background: #92c2db;
  font-size: 16px;
  font-weight: bold;
  padding:0 5px;
  border: 0px solid gray;
  border-radius:0px;
  color: #e5058a;
}
.question-body{
  padding: 0;
  background: #14805e !important;
  border-radius: .25rem;
}
.question{
  /*background: #dbdee1 !important;*/
  /*color: #000;*/
  /*font-size: 14px;*/
  /*font-weight: bold;*/
  /*padding: 4px;*/
 
  width: 100%;
  
  background: #14805e !important;
  padding: 6px 10px;
  border-radius: 1px;
  color: #f5fb52;
  font-weight: 700;
  border-right: 3px solid #1c072b;
  border-left: 3px solid #1c072b;
}
.answer-body{
  padding: 0;
  background:#1c072b !important;
  margin-bottom: 0px;
}
.ans-box-deactive{
    padding: 4px;
   
    background: -webkit-linear-gradient(130deg, #d8d8dc, #a792b7);
    width: 50%;
    color: #000;
    margin: 0;
    font-size: 12px;
    /*font-weight: bold;*/
    text-align: center;
    /*margin-left: 2px;*/
    /*margin-right: 2px;*/
 
}
.ans-box-active{
    padding: 4px;
  
    background: -webkit-linear-gradient(130deg, #d8d8dc, #a792b7);
    width: 50%;
    color: #000;
    margin: 0;
    font-size: 12px;
    /*font-weight: bold;*/
    text-align: center;
    /*margin-left: 2px;*/
    /*margin-right: 2px;*/
   
}
.rate-active{
  color: #fff;
  background: #7200ff;
  border-radius: 10rem;
  padding: 1px .30em;
  font-size: 11px;
  text-align: center;
  font-weight: bold;

}
.rate-lock{
  color: #fff;
  background: #7200ff;
  border-radius: 5px;
  padding: 1px .30em;
  font-size: 11px;
  min-width: 30px;
  text-align: center;
  font-weight: bold;
}
.badge{
  border-radius: 6px;
  font-weight: bold;
  padding: 2px 6px;
  font-size: 10px;
}
.badge-red{
  color: #fff;
  background-image: linear-gradient( 90deg, #dc3545, #cf646e);
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.text-pink{
  color: #c6c6c6;
}
.soft-color
{
    text-align: center;
}

.bg-white-custom {
    box-shadow: none;
    border-radius: 7px;
    background-color: #dbf6e98f;
    border: 1px solid #ccc !important;
}
.list-inline-item:nth-child(even) .bg-white-custom
{
    border: 1px solid #ccc !important;
}
.answer-list li:hover div:last-child, .answer-list li:focus div:last-child, .answer-list li:active div:last-child, .answer-list li:visited div:last-child {
    background-color: #29B6B6 !important;
    color: #fff !important;
    transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
    -ms-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
}

.bg-secondary, .bg-secondary .text-green
{
    color: white !important;
    opacity: 0.6;
}

.card-header
{
    border: none;
}
#sportsList .bg-yallow
{
    background: #fff;
}

#sportsList .modal-header.bg-dark {
    background-color: #292626 !important;
}

.no-warp
{
    white-space: nowrap;
}
.text-center
{
    vertical-align: middle !important;
}
.table-striped tbody tr:nth-of-type(odd)
{
    background: #DBFAF2;
}
.pagination a {
    padding: 15px;
    border: 1px solid #006D6F;
}
.pagination .text-light-white {
    color: #006D6F !important;
}
.pagination .disabled {
    color: #ccc !important;
}
.pagination .text-dark{
    font-weight: bold;
}
.pagination a.active {
    background-color: #ffde16;
    color: #fff !important;
}


.payment{
        width: 46%;
        padding: 0;
        border: none;
        background: #fff;
        border-radius: 13px;
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 8px;
    }
    .modal-header{
      background-color: #1c072b;

    }
    .modal-footer{
      background-color: #1c072b !important;;
    }
    .btn-primary{
      border: transparent;
      background: -webkit-linear-gradient(1deg, #286489, #ed3a48);
    }
    .btn-primary:hover{
      border: transparent;
      background: -webkit-linear-gradient(1deg, #286489, #ed3a48);
    }
    .statement-title{
      height:40px;
      padding: 8px;
      width: 100%;
      background: #3578e5;
      color:#fff;
      font-weight:bold;
    }
    body {
      font-family: roboto condensed, sans-serif;
      font-size: 14px;
      font-weight: 350;
      background: #3d105d;
    }
    .fixedButton{
      position: fixed;
      bottom: 0px;
      right: 0px; 
      padding: 20px;
      display: flax;
    }
    .roundedFixedBtn{
     
      font-weight: bold;
      border-radius: 50%;
      background-color: #ef0e23;
      color: white;
      text-align: center;
      cursor: pointer;
    }
  .text-vs b{
      color:#d80095;
  }

    .menu > td > a:hover {
      background-color: #5c969e;
    }
    .mactive {
      background-color: #3e575a;
    }
    .menu > td > .btn {
      border-radius: 0;
    }
    #sportsList .bg-dark {
        background-color: #292d31 !important;
    }
    /*#content-container {
        padding: 0 !important;
        padding-top: 0px !important;
    }*/
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 47% !important;
    }
    #sportsList .list-inline-item {
         margin: 0; 
    }
    /*live */
    .livenow {
      width: 30px;
      padding: 0 0 14px 0;
      margin: 0 auto;
      display: inline-block;
    }
    .livenow > div {
      vertical-align: middle;
      width: 16px;
      height: 16px;
      border-radius: 100%;
      position: absolute;
      margin: 0 auto;
      border:3px solid rgba(255,255,255,1);
      -webkit-animation: live 1.4s infinite ease-in-out;
      animation: live 1.4s infinite ease-in-out;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      &:nth-child(1) {
        /*background-color:rgba(255,255,255,0.3);*/
        background-color: rgb(245 0 0);
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
      }
      &:nth-child(2) {
        -webkit-animation-delay: 0.16s;
        animation-delay: 0.16s;
      }
      &:nth-child(3) {
        -webkit-animation-delay: 0.42s;
        animation-delay: 0.42s;
        border:3px solid rgb(245 0 0);
      }
      &:nth-child(4) {
        /*border:3px solid rgba(255,255,255,1);*/
        border: 3px solid rgb(245 0 0);
        -webkit-animation-delay: -0.42s;
        animation-delay: -0.42s;
      }
    }
    
    @-webkit-keyframes live {
      0%, 80%, 100% { -webkit-transform: scale(0.6) }
      40% { -webkit-transform: scale(1.0) }
    }
    @keyframes live {
      0%, 80%, 100% { 
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
      } 40% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
    }
    /*text animate*/
    .blink {
        -webkit-animation: blink 3s infinite both;
            animation: blink 3s infinite both;
    }
    
    @-webkit-keyframes blink {
      0%,
      50%,
      100% {
        opacity: 1;
      }
      25%,
      75% {
        opacity: 0;
      }
    }
    @keyframes blink {
      0%,
      50%,
      100% {
        opacity: 1;
      }
      25%,
      75% {
        opacity: 0;
      }
    }
    .menu{
        color: #000;
        padding: 4px;
        font-size: 15px;
        font-weight:bold;
        /*background-color: #0c5176;*/
        background: -webkit-linear-gradient(92deg, #8f03f6, #685b5b);
    }
    .borderm{
      color:#fff !important;
      padding: 5px 1.25rem !important;
      background: -webkit-linear-gradient(92deg, #8f03f6, #685b5b);
    }
    .balanceTabWrap {
        min-width: 90px;
        padding: 0px;
        cursor: pointer;
        background: none !important;
        color: #fff !important;
        border: 1px solid none !important;
        margin-bottom: 0!important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-top: -1px;
        text-align: center;
        position: relative;
    }
    .s-title{
        padding: 10px;width: 100%;font-weight:bold;background: #3d105d;color: #fff;font-size: 16px;margin-top: 1px;
    }
    .main-title{
        padding: 10px;width: 100%;font-weight:bold;background: -webkit-linear-gradient(130deg, #d8d8dc, #a792b7);color: #fff;font-size: 16px;margin-top: 1px;
    }
      /* Extra small devices (phones, 600px and down) */
    @media only screen and (max-width: 600px) {...}

    /* Small devices (portrait tablets and large phones, 600px and up) */
    @media only screen and (min-width: 600px) {...}
    /* Medium devices (landscape tablets, 768px and up) */
    @media only screen and (min-width: 768px) {
        /*.mobile-menu{*/
        /*    display: none;*/
        /*}*/
        /*#topNavbar{*/
        /*    display: none !important;*/
        /*}*/
        .navbar {
            padding: 0 !important;
        }
    }

    /* Large devices (laptops/desktops, 992px and up) */
    @media only screen and (min-width: 992px) {
        /*.mobile-menu{*/
        /*    display: none;*/
        /*}*/
        
    }

    /* Extra large devices (large laptops and desktops, 1200px and up) */
    @media only screen and (min-width: 1200px) {
        /*.mobile-menu{*/
        /*    display: none;*/
        /*}*/
        
    }
    .sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
      background-color: #1c072b;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 0;
    }
    
    .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 16px;
      color: #fff;
      display: block;
      transition: 0.3s;
    }
    
    .sidenav a:hover {
      color: #f1f1f1;
    }
    
    .sidenav .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px;
    }
    
    .close-btn {
      /*position: absolute;*/
      top: 0;
      right: 25px;
      font-size: 36px;
      /*margin-left: 50px;*/
    }
    
    @media screen and (max-height: 450px) {
      .sidenav {padding-top: 15px;}
      .sidenav a {font-size: 18px;}
    }
    .btn-amount{
        background: #1c072b;color: #fff !important;border-radius: 10px;border-radius: 8px;padding: 2px;width: 45px;margin-bottom:4px
    }
   .col-form-label {
    color: #cfcfcf;
    }
    .dp-wd-bl{
      border-radius: 8px;
      padding: 2px 6px;
      color: #fff;
      background-color: #4a266f;
      border-color: #4a266f;
      text-decoration: none;
      border: 1px solid #4a266f;
    }
    .card {
      background: #3d105d;
  }
  .navbar-inverse{
    background-color: #3d105d !important;
  }
  select.form-control:focus, select.form-control, .form-control:focus, .form-control {
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    border: 1px solid #603c3c;
    background: #2c343a;
    color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #d6302c !important;
}
.nav-pills .nav-link {
  color: #fff;
  background-color: #410f64 !important;
  font-size: 14px;
  border-radius: 2px !important;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: #3d105d;
    border: 0;
}
.dropdown-menu {
    background-color: #3d105d !important;
}