@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
::-webkit-scrollbar {
    height: 0.3em;
    width: 0.3em;
}
::-webkit-scrollbar-thumb {
    background-color: #303030;
    border-radius: 0;
}
::-webkit-scrollbar-track {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
}
@font-face {
    font-family: Tahoma;
    src: url(fonts/tahoma/Tahoma.90837b522a5871209962.ttf);
}
@font-face {
    font-family: tahomabd;
    src: url(fonts/tahoma/tahomabd.4634205e441f085b830d.ttf);
}
body {
  font-family: Tahoma;
  color: #272829;
  background: #fff !important;
}

a,
a:hover{
  font-family: Tahoma;
  text-decoration: none !important;
}
button:focus,
a:focus{
  box-shadow: none !important;
  outline: line;
}
h1, h2, h3, h4, h5, h6 {
  font-family: tahomabd;
}
.modal .close{
  font-size: 15px;
  font-family: tahomabd;
}
.formUi button{
  margin: 0 1px;
  font-family: tahomabd;
  text-transform: uppercase;
}
.formUi label{
  font-family: Tahoma;
  font-size: 14px;
  color: #000;
}
.btnSubmit{
  background: #00adee !important;
  color: #fff !important;
}
.btnSubmit:hover{
  background: #000 !important;
}
.btnCancel{
  background: #909090 !important;
  color: #fff !important;
}
.dropdown-menus{
  background: #dee2e6;
  margin: 3px 0;
}
.dropdown-menus button{
  font-size: 12px;
  font-family: Tahoma;
  text-transform: capitalize;
}
.dropdown-menus button b{
  font-family: 'tahomabd';
}
.dropdown-menus button i{}
.dropdown-menus ul{
      padding: 0;
    border-radius: 0;
    border: 1px solid #dee2e6;
}
.dropdown-menus ul li{
  border-bottom: 1px solid #434446;
}
.dropdown-menus ul li:last-child{
  border-bottom: none;
}
.dropdown-menus ul li a{
    color: #fff !important;
    font-size: 12px;
    line-height: 1.5;
    background: #272c33;
    font-family: 'Tahoma';
}
.dropdown-menus ul li a:hover{
  background: #00adee !important;
  color: #fff !important;
}
.loader .spinner-grow.text-custom {
    color: #00adee !important;
}
.tabSet ul{
  display: block;
  overflow: auto;
  white-space: nowrap;
}
.tabSet ul li{
  display: inline-block;
}
.tabSet ul li a{
  font-size: 13px;
  font-family: 'tahomabd';
  text-transform: uppercase;
  color: #000 !important;
  border-radius: 0 !important;
}
.tabSet ul li a:hover{
  background: #272c33 !important;
  color: #fff !important;
}
.tabSet ul li a.active {
    background: #00adee !important;
    color: #fff !important;
}
.tabSet input {
    border: 1px solid #e9e9e9;
    border-radius: 0;
    background: #f8f9fa;
    font-family: Tahoma;
    margin-bottom: 15px;
}
.tabSet label{
  font-family: 'tahomabd';
  font-size: 12px;
}
.tabSet .row .col-md-8{
  background: #fff;
  margin: 10px 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tabSet .btn-group{}
.tabSet .btn-group .btn{
  background: #00adee;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 1px !important;
}
.accordionUI .panel-heading.card-header{
    padding: 3px !important;
    background: none;
}
.accordionUI .panel-title{
  background: #00adee;
}
.accordionUI .btn-link{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'tahomabd';
  font-size: 13px;
}
.formUi .btn-update{
  background: #00adee;
  color: #fff;
  font-family: 'tahomabd';
  font-size: 14px;
}
.chips { background-color: #faa9ba;;}
.chips-o { background-color: #72bbef;}
.settlementPlus h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 10px 0;
    color: green;
}
.settlementPlus th{
  text-transform: uppercase;
  background: #28a745 !important;
  color: #fff;
  font-size: 15px;
}
.bg-profit{
   background: #28a745 !important;
}
.bg-profit td{
  color: #fff !important;
}
.settlementPlus td{
  vertical-align: middle;
  font-size: 14px;
  font-family: 'Tahoma';
}
.settlementPlus .btn-group .btn-option{
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff !important;
    background: #28a745;
    margin: 0 2px;
    padding: 5px 8px;
    font-size: 12px;
    font-family: 'tahomabd';
}
.settlementPlus .bg-profit td,
.settlementLoss .bg-loss td {
  background: none;
  color: #fff !important;
}
.settlementPlus tr td:first-child,
.settlementLoss tr td:first-child{
  font-family: 'tahomabd';
}
.settlementLoss h3{
  text-transform: uppercase;
  font-size: 18px;
  margin: 10px 0;
  color: #ff0000;
}
.settlementLoss th{
  text-transform: uppercase;
  background: #ff0000 !important;
  color: #fff;
  font-size: 15px;
}
.settlementLoss td{
  vertical-align: middle;
  font-size: 14px;
  font-family: 'Tahoma';
}
.settlementLoss .btn-group .btn-option{
      border: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff !important;
    background: #ff0000;
    margin: 0 2px;
    padding: 5px 8px;
    font-size: 12px;
    font-family: 'tahomabd';
}
.bg-loss{
  background: #ff0000 !important;
}
.bg-loss td{
  color: #fff;
}
table th{
  text-transform: uppercase;
  font-size: 13px;
  vertical-align: middle;
}
table td{
  text-transform: capitalize;
  font-size: 12px;
  vertical-align: middle;
}
.text-green {
    color: #28a745 !important;
}
.text-red {
    color: #ef4e46 !important;
}
.table-bordered>:not(caption)>*>* {
    border-width: 1px !important;
}
table td a.btn {
    background: #00adee !important;
    text-transform: uppercase;
    font-size: 11px !important;
    font-family: 'tahomabd';
    padding: 3px 5px !important;
    color: #fff !important;
    margin: 0 1px !important;
}
table td a.btn:hover{
  background: #000 !important;
}
table td .btn-unlock{
  color: #2fff3f !important;
}
table td .btn-lock,
table td .btn-trash{
  color: red !important;
}
.exp-dt {
    margin: 0;
    text-align: right;
    margin-bottom: 5px;
    margin-right: 10px;
}
.icasinoTabs ul{
    width: 100%;
    overflow-x: overlay;
    overflow-y: hidden;
    -webkit-overflow-scrolling: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    white-space: nowrap;
    white-space: -moz-nowrap !important;
    white-space: -hp-nowrap;
    white-space: -o-nowrap;
    margin-bottom: 0;
    background: #272c33;
    display: inline-block;
}
.icasinoTabs ul li{
  display: inline-block;
  -ms-flex-preferred-size: 0;
  flex-basis: inherit;
  -ms-flex-positive: 1;
  flex-grow: inherit;
  text-align: center;
  position: relative;
}
.icasinoTabs ul.nav-tabs li a {
    color: #fff !important;
    margin: 2px !important;
}
.button-value{
  background: #eee;
  padding-bottom: 5px;
}
.button-value .table th,
.button-value .table td{
  font-family: tahomabd;
  font-size: 13px;
  text-transform: capitalize;
}
.button-value .table th{
  border: none;
  background: #272c33;
  color: #fff;
}
.button-value .table{
  margin-bottom: 0;
}
.button-value .table td input{
  border-radius: 0;
  line-height: normal;
  border: none;
  font-size: 12px;
}
.button-value .btn-lr{
 background: #272c33;
  color: #fff;
  font-family: tahomabd;
  font-size: 14px;
  text-transform: uppercase;
  margin: 5px auto;
  display: block;
}
.button-value .btn-lr:hover{
  background: #000;
  color: #fff;
}
.modalCasino{
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
}
.modalCasino .modal-content{
    box-shadow: none !important;
    border: none !important;
    height: 100%;
}
.modalCasino .modal-body{
  padding: 0 !important;
}
.modalCasino .modal-header{
  font-family: 'tahomabd';
  padding: 3px 10px;
  background: #000;
  color: #fff;
  border: none;
}
.modalCasino .modal-header .close{
    background-color: #fff;
    opacity: 1;
    padding: 4px;
    font-size: 15px;
    border-radius: 1px;
    top: -3px;
    position: relative;
    right: 5px;
}
.modalCasino iframe{height: 100vh; min-height: auto;}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
body a.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  color: #fff !important;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}
.back-to-top:hover{
  color: #fff !important;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  transition: background 0.2s ease-in-out;
}

/*topbar*/
.topbar{
  z-index: 99;
  height: 70px;
  top: 0;
  right: 0;
  left: 0;
  transition: background .3s ease-in-out;
  position: fixed;
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
}
.topbar .logo {
    width: 130px;
}
/*.logo{
  width: 160px;
}*/
#marquee_text {
  text-transform: capitalize;
  font-family: 'tahomabd';
  align-items: center;
  justify-content: center;
  float: left;
  color: #fff;
  font-size: 14px;
  display: inline-flex;
  position: relative;
}
marquee#marquee_text:before {
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
    content: "\f0a1";
    background: #fff;
    font-size: 13px;
    z-index: 99;
    color: #000;
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 4px;
}
.top-right{
  margin: 0;
  padding: 0;
  text-align: center;
}
.top-right .dropdown-toggle::after{
  display: none;
}
.top-right a{
  cursor: pointer;
  margin: 0 5px;
  border: 1px #fff;
  border-style: outset;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
}
.top-right li{
  list-style: none;
  display: inline-block;
}
.top-right li img{
  width: 20px;
}

.homelogo:after{
    background-color: #373a4d;
}
.homelogo:after, .homelogo:before {
    position: absolute;
    right: 0;
    margin: 0 auto;
}
.homelogo:before {
  display: none;
  -webkit-clip-path: polygon(0 0,48% 0,41% 14%,7% 14%);
  clip-path: polygon(0 0,48% 0,41% 14%,7% 14%);
  width: 100%;
  height: 140px;
  content: "";
  /*display: block;*/
  bottom: -140px;
  left: 5%;
  text-align: center;
  z-index: 999;
}
.homelogo:after {
  display: none;
  width: 55px;
  content: " ";
  bottom: -11px;
  left: 22%;
  border-radius: 5px;
  z-index: 1;
  height: 3px;
  z-index: 999;
  right: inherit;
}
/*color-piker*/
.colortheme .dropdown-menu{text-align:center;top:8px!important;border:solid 1px #ddd;}
.colortheme .dropdown-menu h6{font-size:14px;font-weight:500;letter-spacing:0.8px;}
.colortheme .dropdown-menu a{border:solid 1px #bdbdbd;margin:0px 2px;height:35px;width:35px;padding:0px;position:relative;}
.colortheme .dropdown-menu a.active{position:relative;}
.colortheme .dropdown-menu a.active:after{width: 8px;height: 15px;border: solid white;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);content: "";position: absolute;top: 7px;left: 0;right: 0;margin: 0 auto;}
.colortheme .dropdown-menu a.orange-theme{background:#ff6400;}
.colortheme .dropdown-menu a.orange-theme:before{background:#3f4652;content:'';width:100%;height:50%;position:absolute;bottom:0;border-bottom-left-radius: 90px;
border-bottom-right-radius: 90px;left:0;}
.colortheme .dropdown-menu a.Dark-theme{background:#151515 !important;}
.colortheme .dropdown-menu a.Dark-theme:before{background:#ef4e46;content:'';width:100%;height:50%;position:absolute;bottom:0;border-bottom-left-radius: 90px;
border-bottom-right-radius: 90px;left:0;}
.colortheme .dropdown-menu a.blue-theme{background:#0087cb;}
.colortheme .dropdown-menu a.blue-theme:before{background:#2b3e4d;content:'';width:100%;height:50%;position:absolute;bottom:0;border-bottom-left-radius: 90px;
border-bottom-right-radius: 90px;left:0;}
.colortheme .dropdown-menu a.yellow-theme{background:#fdac41;}
.colortheme .dropdown-menu a.yellow-theme:before{background:#1e1e1e;content:'';width:100%;height:50%;position:absolute;bottom:0;border-bottom-left-radius: 90px;
border-bottom-right-radius: 90px;left:0;}
.colortheme .dropdown-menu a.green-theme{background:#147b45;}
.colortheme .dropdown-menu a.green-theme:before{background:#222;content:'';width:100%;height:50%;position:absolute;bottom:0;border-bottom-left-radius: 90px;
border-bottom-right-radius: 90px;left:0;}
.colortheme .dropdown-menu a.darkcyan-theme{background:#af0000;}
.colortheme .dropdown-menu a.darkcyan-theme:before{background:#343434;content:'';width:100%;height:50%;position:absolute;bottom:0;border-bottom-left-radius: 90px;
border-bottom-right-radius: 90px;left:0;}

body .colortheme a{background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    color: #000 !important;
    animation: gradient 2s ease infinite;}
    body .colortheme a:hover{
      color: #000 !important;
    }
  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
/*color-piker*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 70px;
  left: 0;
  bottom: 0;
  width: 230px;
  transition: all ease-in-out 0.5s;
  z-index: 4;
  transition: all 0.5s;
  padding: 0 15px;
  background: #272c33;
  overflow-y: auto;
}

#header .profile .profile-div {
  display: none;
  border: 2px solid #fff;
  position: relative;
  top: -20px;
  text-align: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  padding: 7px 0 0 0;
  overflow: hidden;
}

#header .profile h1 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  -moz-text-align-last: center;
  text-align-last: center;
  font-family: 'tahomabd';
margin-bottom: 7px;
text-transform: uppercase;
color: #fff !important;}

#header .profile h1 a, #header .profile h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#main {
  margin-left: 230px;
  margin-top: 70px;
  padding-bottom: 20px;
}
.profile{
  /* background: #fff; */
  padding: 5px;
  margin-top: 35px;
  border-radius: 5px;
  position: relative;
}
.user_bal {
    margin-bottom: 2px;
    border: 0;
    position: relative;
    border-radius: 5px;
    padding: 5px 12px;
    line-height: 15px;
}
.user_bal span {
    font-weight: 500;
    font-size: 14px;
}
.side_menu, .user_bal {
    background-color: #fff;
text-align: ce;}
.user_bal pre {
    margin-bottom: 0;
    color: #000;
    font-weight: 200;
    font-size: 12px;
font-family: 'tahomabd';}
#balance {
    color: #1bc000;
}
#exposure {
    color: red;
}
.log-pass-div a.logout_btn {

    display: block;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'tahomabd';
    font-size: 12px;
    padding: 8px;
    text-align: center;
    transition: all .3s;
    position: relative;
    margin: 5px auto 0px;
    text-decoration: none;
padding: 5px;}
.log-pass-div a.logout_btn:hover {
    color: #373a4d !important;
}
@media (max-width: 1199px) {
  #header {
    left: -230px;
  }
  #main {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu {
    margin-top: 5px;
    background: #272c33;
    /* border-radius: 10px; */
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

nav.nav-menu li a {
  display: flex;
  align-items: center;
  color: #f1f1f1 !important;
  padding: 5px 15px;
  margin-bottom: 0;
  transition: 0.3s;
  font-size: 13px;
  border-bottom: 1px solid #373a4d;
  text-transform: capitalize;
font-family: 'Tahoma';}

.nav-menu a i {
  font-size: 14px;
  margin-right: 7px;
  padding: 5px;
}
.nav-menu a:hover,
.nav-menu li:hover > a {
  text-decoration: none;
  color: #fff;
  background: #32373e;
}
.nav-menu .active > a i{
}
.nav-menu .active > a i{
  border-radius: 4px;
}
.ExchangeTabs ul.nav {
  width: 100%;
  overflow-x: overlay;
  overflow-y: hidden;
  -webkit-overflow-scrolling: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  white-space: nowrap;
  white-space: -moz-nowrap !important;
  white-space: -hp-nowrap;
  white-space: -o-nowrap;
  margin-bottom: 0;
  /* padding-bottom: 4px; */
  display: inline-block;
}

.ExchangeTabs ul.nav li {
  display: inherit;
}
.iconsmenu{
  position: absolute;
  right: 2px;
}
.iconsmenu i{
  background: none !important;
}
#SubsideMenu ul li a{
  padding: 6px !important;
  text-align: center;
  margin: 0 auto;
  display: block;
}
/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}


.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
  width: 55%;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background: #f5f8fd;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #173b6c;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #149ddd;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
}

/*dashboard start*/
.upcoming-fixure {
    flex: 1 1;
    display: inline-block;
    flex-wrap: wrap;
    /* background-color: #16191c; */
    color: #aaafb5;
}
.upcoming-fixure .fixure-title {
    float: left;
    width: 100px;
    background-color: #272c33;
    text-align: center;
    font-family: tahomabd;
    height: 60px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    color: #fff;
    font-size: 12px;
    padding: 8px 0 8px 10px;
    line-height: normal;
}
.upcoming-fixure .fixure-title:after {
    content: "";
    position: absolute;
    top: 0;
    width: 56px;
    height: 60px;
    border-top: 28px solid transparent;
    border-left: 28px solid #272c33;
    border-bottom: 28px solid transparent;
    right: -56px;
}
.upcoming-fixure .fixure-box-container {
    height: 56px;
    width: calc(100% - 125px);
    overflow: hidden;
    display: flex;
    align-items: center;
}
.upcoming-fixure .fixure-box-container marquee {
    width: 100%;
}
.upcoming-fixure .fixure-box-container .fixure-box {
    margin-right: 20px;
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    display: inline-block;
}
.upcoming-fixure .fixure-box-container .fixure-box>div:last-child {
    font-size: 11px;
    margin-top: 3px;
}
.upcoming-fixure .fixure-box-container .icon-svg {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 5px 0 0;
    display: inline-block;
}

.dashboard-tabs ul{
  border: none;
  justify-content: center;
}
.dashboard-tabs ul li{
/*  margin-right: 5px;*/
  margin: 0;
  /*display: inherit;*/
}
.dashboard-tabs ul li a{
  margin: 0 !important;
  background: #373a4d;
  color: #fff;
  border:none !important;
  box-shadow: none;
  padding: 8px 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'tahomabd';
}
.dashboard-tabs ul li a:hover{
  border:none;
  box-shadow: none;
}

.dashboard-tabs ul li a img{
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  filter: inherit;
}
.dashboard-tabs ul li a.active img{
/*  filter: invert(1);   */
}
.dashboard-tabs ul li a.active,
.dashboard-tabs ul li a:hover{
    color: #fff !important;
}
.ExchangeTabs .nav-tabs{
  background: #272c33 !important;
  padding: 3px;
}
.ExchangeTabs .nav-tabs a{
  background: none !important;
  color: #fff !important;
  border: none !important;
  /*border-radius: 0;
  border-right: 1px solid #647083 !important;*/
  font-size: 12px;
  font-family: tahomabd;
  border-radius: 1px;
  padding: 8px;
}
li.blinkExpert a{
    animation: blink 1s linear infinite;
}
@keyframes blink {
  0%{opacity: 0.1;}
  50%{opacity: .5;}
  100%{opacity: 1;}
}
.ExchangeTabs .nav-tabs a:last-child{
  border:none !important;
}
.ExchangeTabs .nav-tabs a img{
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 auto;
/*  filter: grayscale(1);*/
}

.ExchangeTabs .nav-tabs .nav-item{
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  position: relative;
  text-transform: capitalize;
}
.game_count{
    color: #272c33;
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 8px;
    font-family: 'tahomabd';
    background: #fff;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 10px;
}
.owl-game {
    margin:7px 0;
}
.owl-item.row {
    margin-left: -5px;
    margin-right: -5px;
}
.owl-item .items {
    background-color: #f1f1f1;
}
.owl-item .items {
/*    margin-bottom: 25px !important;*/
    border: none;
    border-radius: 5px;
    display: inline-block;
    margin: 0;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    box-shadow: 0px 0px 5px 0px #373a4d2b;
}
.owl-item.row .col-lg-2 {
    padding: 5px;
}
.icasinoTabs .tab-content img {
  width: 100%;
  height: 150px;
}
.head_owl {
    width: 100%;
    float: left;
}
.owl-item .items .head_owl {
    background-color: #fff;
}
.casinoicons{
  margin-bottom: 15px !important;
}
.casinoicons span{
  font-size: 12px;
  background: #272c33 !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-family: tahomabd;
  display: block;
  width: 100%;
  text-align: center;
  padding: 6px 0;
}
.casinoicons img{
  width: 100%;
}
.left_map, .right_map {
    padding: 2px;
}
.left_map {
    float: left;
}
.right_map {
    float: right;
}
.left_map img, .right_map img {
    height: 15px;
}
.faunlock, .falock {
    font-size: 20px;
    vertical-align: sub;
    margin-right: 2px;
}
.faunlock {
  color: red;
}
.falock {
  color: green;
}
.series_name {
    font-size: 15px;
    padding: 10px;
    letter-spacing: .44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    text-align: center;
    font-family: tahomabd;
    margin-top: 5px;
    cursor: pointer;
}
.date_time {
    color: #000;
    font-size: 11px;
    font-weight: 400;
    padding-left: 20px;
}
.date_time, .team_names {
    line-height: 1.4;
    text-align: center;
}
.inplay-batch {
    background-color: #28a745!important;
    color: #fff!important;
    position: relative;
    transition: .5s ease;
    overflow: hidden;
}
.live_batch {
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 9px;
    margin-top: 0;
    line-height: 1;
    font-family: Tahoma;
}
.live_batch i{
  font-style: normal;
}
.match_team-name {
    width: 100%;
    color: #222;
    padding:5px 0 0 0;
    position: relative;
    float: left;
    display: flex;
}
.date_time, .team_names {
    line-height: 1.4;
    text-align: center;
}
.team_names {
    width: 100%;
    display: block;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-family: tahomabd;
    position: relative;
    color: #000;
}
.team_names:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    margin: 0 auto;
    height: 25px;
    width: 1px;
}
.team_names:last-child:before{background:transparent;}
.odds_box {
    display: flex;
    color: #b5b5b5;
    font-size: 10px;
    padding: 4px;
    box-sizing: border-box;
    position: relative;
}
.odds_box .odds-item.myback {
    background: #72bbef;
}
.odds_box .odds-item:nth-child(2){
  margin-right: 1px;
}
.odds_box .odds-item:nth-child(3){
  margin-left: 1px;
}
.odds_box .odds-item {
    flex: 1 1;
    text-align: center;
    display: block;
    margin: 0;
    background: #e6e6e6;
    border-radius: 0;
    cursor: pointer;
    line-height: normal;
    padding: 3px 0;
}
.odds_box .odds-item.mylay {
    background: #faa9ba;
}
.odds_box .odds-item .bold-size {
    display: block;
    font-size: 13px;
    font-family: tahomabd;
}
.odds_box .odds-item span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222;
    padding: 0;
    font-size: 11px;
    font-family: Tahoma;
}
.casino-block {
    padding: 0;
    text-align: center;
}
.casino-block .casinoicons {
    position: relative;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-right: 5px;
    cursor: pointer;
}
.casino-block .casinoicons img {
    width: 142px;
    height: auto;
}
/*dashboard end*/

/*DETAIL SCREEN*/
.wrapper-inner{
  margin-top: 5px;
}
.wrapper-inner {
    width: 100%;
    float: left;
    padding: 0 0 60px;
}
.istvmobile{
  display: none !important;
}
.istvmobile_data{
  display: none !important;
}
.detail_screen .col-md-7,
.detail_screen .col-md-5{
  padding: 0 3px;
}
.detail_screen .panel-collapse{
  width: 100% !important;
}
.detail_screen .event-title{
  text-align: left;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px;
  color: #fff;
  margin: 0;
  font-family: tahomabd;
  justify-content: space-between;
  display: flex;
}
span.D-event-dateTime {
      font-size: 11px;
  }
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 10px;
}
.panel-title > a[aria-expanded="false"]:before{
  content:"\f067";
}
.min-max{
    float: right;
    font-size: 11px;
    padding: 12px;
    font-family: 'tahomabd';
    text-transform: uppercase;
}
.detail_screen .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f105";
}
.detail_screen .panel-title > a:hover,
.detail_screen .panel-title > a:active,
.detail_screen .panel-title > a:focus  {
    text-decoration:none;
}
.panel-title{
  background: #272c33;
  margin: 0;
  clear: both;
}
.panel-title a{
    color: #fff;
    font-size: 13px;
    line-height: 3;
    padding: 0 0 0 10px;
    font-family: tahomabd;
    text-transform: uppercase;
}
.panel-default{
  margin-bottom: 1px;
}
.body-odds {
    width: 100%;
    float: left;
    display: flex;
    position: relative;
    padding: 2px;
}
.events_odds{
    width: 40%;
    float: left;
    position: relative;
    display: flex;
}
.odds_bhav {
    width: 60%;
    float: left;
    position: relative;
    display: flex;
}
.events_odds {
    font-size: 13px;
    align-items: center;
}
.odds_bhav {
    font-size: 12px;
}
.odds_bhav .back_item {
    text-align: right;
}
.odds_bhav .lay_item {
    text-align: left;
    padding-left: 20px;
}
.odds_bhav .items {
    flex: 1 1;
    font-family: tahomabd;
    text-transform: uppercase;
    color: #000;
}
.two-odds .back_item{
  text-align: left;
  padding: 0;
  padding-left: 8px;
}
.two-odds .lay_item {
  text-align: right;
  padding: 0;
  padding-right: 8px;
}
.randerScore {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}
.odds_rows {
    width: 100%;
    float: left;
    display: flex;
}
.event-names {
    font-weight: 600;
    padding: 0 5px;
    width: 100%;
    position: relative;
}
.horse-event {
    display: flex;
}
.tooltip-ui {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 15px;
}
.slogen-horce {
    display: flex;
    width: 100%;
}
.slogen-horce span {
/*    margin: 0 6px;*/
}
.event-names span {
    font-family: tahomabd;
    font-size: 13px;
}
.gselrate {
    display: inline-block;
    font-size: 11px;
    font-weight: bolder;
    margin: 0;
}
.green {
    color: #28a745 !important;
}
.red {
    color: red !important;
}
.betCounts {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 12px;
}
.event-names .betCounts span.matched,
.event-names .betCounts span.unmatched {
    text-align: center;
    width: 50px;
    height: 20px;
    line-height: 20px;
    display: block;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    background: none !important;
}
.bhav_box, .fancy-status {
    text-align: center;
}
.bhav_box {
    padding:6px 2px;
    flex: 1 1;
    margin: 1px;
    width: 40px;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    font-family: tahomabd;
    line-height: normal;
}
.back_oddsbox {
    background: #72bbef;
}
.size .ng-binding {
  font-size: 10px;
  color: #111;
  font-family: 'Tahoma';
}
.Lay_oddsbox {
    background: #faa9ba;
}
.lyo{
    background: #fce3e4 !important;
}
.bco{
    background: #dff5ff !important;
}
.odds_rows:hover {
    background-color: #f5f5f5;
    box-shadow: 1px 1px 5px #dadada;
}
.randerScore .suspendedMessage{
    position: absolute;
    z-index: 3;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 0;
    text-transform: uppercase;
    font-family: tahomabd;
}
.bets_box-main {
    background: #fff;
    padding: 0!important;
    overflow: auto;
    right: 0;
    width: 28%;
    position: fixed;
}
.tv{
  display: flex;
  align-items: center;
  padding: 5px 10px;
  justify-content: space-between;
}
.tv img{
  width: 20px;
}
.tv b{
  margin-left: 5px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 13px;
}
.bets-section{
  height: 100vh;
    position: relative;
    border: 1px solid #ccc;
}
.bets-section h2{
  background: #272c33;
  color: #fff;
  font-size: 14px;
  margin:0;
  text-transform: uppercase;
  padding: 10px 12px;
  font-family: tahomabd;
}
.bets-section .nav-tabs{
  border-bottom: 1px solid #dee2e6;
}
.bets-section .nav-tabs li{
  margin: 0;
}
.bets-section .nav-tabs li a{
  border: none;
  font-family: 'tahomabd';
  border-bottom: 1px solid #dee2e6;
  color: #000;
  font-size: 12px;
}

.betsTable table{
  margin-bottom: 0;
}
.betsTable td{
    padding: 5px 3px !important;
    text-transform: capitalize;
    font-size: 13px;
    border-bottom: 1px solid #fafafa;
    font-family: 'Tahoma';
    color: #000;
    background: none !important;
}
.betsTable thead{
  background: #fafafa;
}
.greenbg{
  background: #8dd2f0!important;
}
.redbg{
  background: #feafb2!important;
}
/*DETAIL SCREEN*/

/*betting table*/
.betting-table {
    font-family: 'Tahoma';
}
.betting-table h2.mrkname{
  background-color: rgba(0,0,0,.8);
  color: #fff;
  padding:7px 5px;
  margin: 0;
  font-size: 13px;
  text-transform: capitalize;
  position: relative;
  font-family: 'tahomabd';
}
.betting-table h2.mrkname i{
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}
.betting-table .stakes, .betting-table  form{
  padding: 5px 10px;
}
.betting-table .stakes .btn-group{
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
.betting-table .stakes .btn-group button{
  font-family: Tahoma;
  width: 19%;
  padding: 5px 12px;
  margin: 2px;
  background: #e9ecef;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  font-size: 12px;
}
.betting-table .row {
  margin: 0;
}
.betting-table .odds_bhav{
  width: 100% !important;
  float: right;
}
.betting-table .odds_bhav .bhav_box{
  width: 50%;
}
.betting-table .input-group,
.betting-table input,
.betting-table input:focus{
  border: 1px solid #e9ecef;
  border-radius: 5px;
  box-shadow:0 0 0 1px #e9ecef !important;
  font-family: Tahoma;
}
.betting-table .input-group .input-group-text{
  color: #fff;
}
.betting-table .input-group input{
  border: none;
  text-align: center;
  font-family: Tahoma;
}
.stakes .stk-btn{
  color: #fff !important;
  background: #333333 !important;
  border-color: #333 !important;
}
.betsTable {
  height: 70vh;
}
.betting-table  form input{
  border: none;
  box-shadow: inset 0px 0px 0 1px #ced4da;
  text-align: center;
}
.betting-table  form .input-group-text i{
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.betting-table  .cancel-btn{
    background: #e9ecef;
    border-color: #e9ecef;
    width: 100%;
    text-transform: capitalize;
    color: #aaa;
    font-family: 'tahomabd';
  }
.back-bt{
  background: #dff5ff !important;
}
.lay-bt {
    /* border: 1px solid #a6d8ff; */
    background: #ffe7ec !important;
}
.back-bt .input-group-text{
    background: #72bbef !important;
    border: 1px solid #72bbef !important;
}
.betting-table  .betplace-btn{
font-family: 'tahomabd';
text-transform: uppercase;
width: 100%;
color: #fff;
}
.lay-bt{
  background:#faa9ba1a;
  background: #faa9ba1a !important;
}
.lay-bt .input-group-text{
    background: #faa9ba !important;
    border: 1px solid #faa9ba !important;
}
.lay-bt  .betplace-btn{
  background: #ff496e!important;
  border:1px solid #ff496e!important;
  width: 100%;
  text-transform: capitalize;
  color: #fff;
}
.back-bt .betplace-btn{
  background: #45b2ff;
  border:1px solid #45b2ff!important;
  width: 100%;
  text-transform: capitalize;
  color: #fff;
}
.userProfit{
  margin-bottom: 4px;
  border: 1px solid #eee;
  padding: 5px;
  font-size: 13px;
  font-family: 'tahomabd';
}
/*betting table*/

/*account statement*/
.btDataTable tr.redbg td{
  background: #feafb2 !important;
}
.btDataTable tr.greenbg td{
  background: #8dd2f0 !important;
}
.btDataTable th{
    border-bottom: none !important;
    background: #272c33 !important;
    color: #fff !important;
    text-transform: uppercase;
}
.btDataTable th, .btDataTable td{
  font-family: 'tahomabd';
  padding: 7px;
  border: 1px solid #dee2e6;
  font-weight: 600;
  font-size: 12px;
  align-items: center;
  vertical-align: middle;
  text-transform: capitalize;
  background: #f6f6f6;
}
.btDataTable td button{
  text-transform: capitalize;
}
.filter a.btn-info,
.filter a.btn-info:hover,
.btDataTable a.btn-info,
.btDataTable a.btn-info:hover{
    color: #fff !important;
    border: none !important;
    text-transform: capitalize;
}
.dataTables_length, .dataTables_info, .dataTables_filter{
  display: none;
}
.dataTables_paginate ul{
  float: right;
}
.dataTables_paginate ul li{
  margin: 0 2px;
}
.dataTables_paginate ul li a{
  color: #000 !important;
  border-radius: 5px;
  padding:5px 10px;
}
.page-item.active .page-link{
  background: none;
  z-index: 1;
}
.filter button{
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 2px;
  font-family: 'tahomabd';
  padding: 7px 10px;
  height: 36px;
}
.filter input,
.filter select{
  border-color: #000;
  padding: 7px;
  font-size: 13px;
  line-height: normal;
  font-family: Tahoma;
  border-radius: 0;
  height: 36px;
}
.filter input::placeholder{
  text-transform: capitalize;
}
input:focus,
select:focus{
    border-color: #000 !important;
    outline: none;
    box-shadow: none !important;
}
.user-title{
  font-size: 13px;
  background: #272c33;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  font-family: tahomabd;
  margin-bottom: 0;
}

.stickyBar{
/*  position: fixed;
  width: 33.5%;
  overflow-y: scroll;
  height: 80vh;
  overflow-x: hidden;*/
}
.filter button.cp-btn{
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}
/*account statement*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 7px;
  color: #f4f6fd;
  font-size: 14px;
  position: fixed;
  left: 230px;
  bottom: 0;
  width: 100%;
  z-index: 5;
  background: #272c33;
  text-align: left;
}

#footer .copyrgt {
  font-size: 12px;
  color: #eaebf0;
  text-align: left;
}
.mb-ts1, .mb-ts2{
  display: none;
}
.mobile{
  display: none;
}
.desktop{
    display: flex;
  }

@media (max-width: 767px) {
  .exp-dt{
    text-align: center;
  }
  .detail_screen .event-title b{
    max-width:240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  span.D-event-dateTime {
      font-size: 9px;
      float: left;
      position: absolute;
      right: 34px;
      top: 1px;
      bottom: 0;
      display: grid;
      align-items: center;
  }
  marquee#marquee_text:before {
      font-size: 12px;
      height: 20px;
      width: 20px;
      line-height: 20px;
      top: -1px;
  }
  .modalCasino .modal-content,
  .modalCasino iframe{height: 100vh; min-height: auto;}
  .modalCasino .modal-body .embed-responsive{ overflow: auto !important; position: initial !important;}
  .tooltip-ui {
    right: 40px;
    top: -1px;
  }
  .gselrate{
    margin: 0;
    font-size: inherit;
  }
  .event-names{
    display: flex;
    justify-content: space-between;
  }
  .betCounts{
    position: inherit;
  }
  .event-names .betCounts span.matched, .event-names .betCounts span.unmatched{
    padding: 0;
    line-height: normal;
    margin: 0;
    height: auto;
    width: 70px;
  }
  .event-names .text-green,
  .event-names .text-red{
    display: inline-flex;
  }
  .betting-table .odds_bhav .bhav_box{
    display: inline-block !important;
  }
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  .top-right{
    text-align: right;
  }
  .istvmobile{
    display: inline-block !important;
  }
  .istvmobile_data{
    display: inherit !important;
  }
  .betting-table .stakes .btn-group button{
    width: 22.8%;
  }
  .detail_screen .container-fluid .row .col-md-8,
  .detail_screen .container-fluid .row .col-md-4{
      padding-left: 3px;
      padding-right: 3px;
  }
  .event-title{
    text-transform: capitalize;
    align-items: center;
    position: relative;
    justify-content: space-between;
    display: flex;
    padding: 5px !important;
  }
  .event-title img{
    width: 24px;
  }
  .mb-ts1{
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
  }
  .mb-ts2{
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
  }
  .detail_screen{
    padding-bottom: 70px !important;
  }
  .stickyBar,
  .bets_box-main{
    margin-top: 10px;
    position: inherit;
    width: 100%;
  }
  .owl-item.row{
    margin: 0;
  }
  .dashboard-tabs ul li a img{
    display: block !important;
  }
  .dashboard-tabs ul {
  /*  margin-top: 3px;*/
  }
  .dashboard-tabs ul li a{
    padding: 3px 15px;
    border-radius: 0 !important;
/*    padding: 1px;
    font-size: 12px;*/
    font-size: 10px;
  }
  .dashboard-tabs ul li{
    margin-right: 1px;
  }
  .dashboard-tabs ul li:last-child{
    margin-right: 0;
  }
  .dashboard-tabs ul .nav-item{
   -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
  }
  #main {
      margin-top: 76px;
      /*padding-bottom: 65px;*/
  }
  .topbar{
    height: 75px;
    z-index: 999;
  }
  #header{
    z-index: 9;
    top: 75px;
  }
  .logo{
    margin-left: 35px;
    width: 90px !important;
  }
  .homelogo:after, .homelogo:before{
    display: none;
  }
  .game_count{
    right: 5%;
    top: 5%;
  }
  .ExchangeTabs .nav-tabs .nav-item{
    -ms-flex-preferred-size: 0;
    flex-basis: inherit;
    -ms-flex-positive: 1;
    flex-grow: inherit;
    text-align: center;
    position: relative;
  }
  .ExchangeTabs nav .nav-tabs{
    width: 100%;
    list-style: none;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    border-bottom: transparent;
    display: flex;
    padding: 5px 0;
    display: flex;
    margin: 0;
    padding: 1px 0 2px;
    flex-wrap: inherit;
    webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .ExchangeTabs ul.nav {
    width: 100%;
    overflow-x: overlay;
    overflow-y: hidden;
    -webkit-overflow-scrolling: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    white-space: nowrap;
    white-space: -moz-nowrap !important;
    white-space: -hp-nowrap;
    white-space: -o-nowrap;
    margin-bottom: 0;
/*    padding-bottom: 4px;*/
    display: inline-block;
    }
    .ExchangeTabs ul.nav li {
      /*display: inline-flex;*/
      width: 30%;
      text-align: center;
      margin: 0 auto;
      display: inherit;
      position: relative;
    }
    .ExchangeTabs ul.nav::-webkit-scrollbar{
      height: 5px;
    }
  .casino-block .casinoicons img{
    width: 100px;
  }
  .odds_rows{
    display: block;
  }
  .body-odds{
    display: none;
  }
  .events_odds, .odds_bhav{
    width: 100%;
  }
  .events_odds {
      /*width: 80%;*/
  }
  .odds_bhav .bhav_box:first-child,
  .odds_bhav .bhav_box:nth-child(2),
  .odds_bhav .bhav_box:nth-child(5),
  .odds_bhav .bhav_box:nth-child(6) {
  /*    display: none;*/
  }
  .wrapper-inner {
      padding: 0;
  }
  .user_screen{
    padding-bottom: 80px;
  }
  .user_screen .col-md-12{
/*    padding: 0 4px;*/
  }
  .btDataTable th, .btDataTable td{
    white-space: nowrap;
    font-size: 11px;
    font-family: tahomabd;
    padding: 5px;
    padding: 7px;
    border: 1px solid #dee2e6;
    font-weight: 600;
    font-size: 12px;
    align-items: center;
    vertical-align: middle;
    text-transform: capitalize;
    background: #f6f6f6;
  }
  .filter .btn-toolbar{
    margin-top: 5px;
        display: block;
        text-align: center;
  }
  #footer {
    left: 0;
  }
}

@media (max-width: 380px) {
  .detail_screen .event-title b {
      max-width: 218px;
  }
}

.container-main {
  font-family: 'tahomabd';
background-image: url(https://ak.picdn.net/shutterstock/videos/1058733187/thumb/5.jpg) !important;
background-position: center !important;
}

.user_screen .table-responsive{
  height: calc(100vh - 200px);
  min-height: 100%;
  max-height: 100%;
}

.fancy_message {
  display: flex;
  color: red;
  width: 100%;
}

.fancy_message span {
  text-align: right;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
}
