:root {
  --theme-primary-color: #ffa143;
  --theme-secondary-color: #01509a;
  --dark-color: #000;
}
body::-webkit-scrollbar,
.sidebar::-webkit-scrollbar {
  width: 3px;
  background-color: #eee !important;
}
body::-webkit-scrollbar-thumb,
.sidebar::-webkit-scrollbar-thumb {
  background-color: var(--theme-primary-color) !important;
}
:root {
  scroll-behavior: smooth;
}
body {
/*  font-family: 'Lato', sans-serif;*/
  background: #ffa14317;
  color: #444444;
  overflow-x: hidden;
}
input:focus,
select:focus{
  outline: none !important;
  box-shadow: none !important;
  border-color: var(--theme-secondary-color) !important;
}
a{
  text-decoration: none !important;
}
h2.ruser-title {
  margin: 0;
  text-transform: capitalize;
  font-size: 20px;
  background: #f0f0f0;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.rules-page ul {
  display: inline-block;
  overflow-x: auto;
  text-wrap: nowrap;
  width: 100%;
}
.rules-page ul li {
  display: inline-block;
}
.rules-page ul li a{
  color: #000;
  font-size: 13px;
}
.rules-page ul li a.active,
.rules-page ul li a:hover{
  background: var(--theme-primary-color) !important;
  color: #000 !important;
}

.colorsBlink {
  animation: change 1s linear infinite;
}

.colors:active {
  animation: none;
}
.casinos_imgs{
/*  margin-bottom: 10px;*/
}
.casinos_imgs .row{
  margin: 0;
}
.casinos_imgs .row .col-md-1{
  padding: 0;
}
.casinos_imgs .row img{
  width: 64px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 100px;
  height: 64px;
  object-fit: fill;
}
@keyframes change {
  12.5% {
    box-shadow: inset 0 0 0 1px #ff7e00;
  }

  25% {
    box-shadow: inset 0 0 0 2px #ff7e00;
  }

  37.5% {
    box-shadow: inset 0 0 0 1px #ff7e00;
  }

  50% {
    box-shadow: inset 0 0 0 2px #ff7e00;
  }

  62.5% {
    box-shadow: inset 0 0 0 1px #ff7e00;
  }

  75% {
    box-shadow: inset 0 0 0 2px #ff7e00;
  }

  87.5% {
    box-shadow: inset 0 0 0 1px #ff7e00;
  }

  100% {
    box-shadow: inset 0 0 0 2px #ff7e00;
  }
}
.userscreen-title {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
  background: var(--theme-primary-color);
  padding: 10px;
  color: #fff;
}
.form_search {
  padding: 5px;
  background: #fff;
}
.form_search select,
.form_search input{
  padding: 9px;
  font-size: 12px;
  border: 1px solid #ffa142;
  border-radius: 2px;
  font-weight: 600;
  background: #f9f9f9;
}
.form_search select{
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 2px;
}
.datepicker input{
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ddd' width='30px' height='30px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6,22H18a3,3,0,0,0,3-3V7a2,2,0,0,0-2-2H17V3a1,1,0,0,0-2,0V5H9V3A1,1,0,0,0,7,3V5H5A2,2,0,0,0,3,7V19A3,3,0,0,0,6,22ZM5,12.5a.5.5,0,0,1,.5-.5h13a.5.5,0,0,1,.5.5V19a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 2px;
  background-size: 24px;
}
button.btn.btn-fs {
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  background: var(--theme-primary-color);
  font-weight: 700;
}
.form_search label{
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
}
.hightlight-menu,
.hightlight-menu:hover {
  background: var(--theme-secondary-color) !important;
}

.userpro-icons {
  font-size: 30px;
  color: var(--theme-secondary-color);
}

.desktop-logo {
  display: block;
}

.mobile-logo {
    width: 100px;
    margin: 0 auto;
    display: block;
  }
  .logo_section {
    padding: 17px;
}
a {
  color: var(--theme-primary-text-color);
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  overflow-x: hidden;
/*  margin-top: 92px;*/
  padding: 5px;
/*  transition: all 0.3s;*/
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
/*  margin-bottom: 30px;*/
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header, 
.card-footer {
  border-color: var(--dark-color);
  background-color: var(--dark-color);
  color: #fff;
  padding: 4px 8px;
  font-size: 17px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-secondary-color);
  font-family: 'Lato', sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--theme-secondary-color);
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #000;
  font-size: 13px;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: var(--theme-secondary-color);
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fbfbfb;
  color: var(--theme-secondary-color);
  border-bottom: 2px solid var(--theme-secondary-color);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  /* .logo {
  } */
}

.logo img {
  max-height: 37px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: 'Lato', sans-serif;
}

.header {
  margin-left: 0;
  padding-left: 250px;
  z-index: 9;
}

.toggle-sidebar-btn {
  display: none;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #000;
  text-transform: uppercase;
  margin-left: 5px;
  font-size: 12px;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 220px;
  top: 5px !important;
  padding: 0;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 12px;
  padding: 10px 15px;
  transition: 0.3s;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  line-height: 0;
  color: var(--theme-primary-color);
}

.header-nav .profile .dropdown-item:hover {
  background-color: var(--theme-primary-color) !important;
  color: #fff;
}
.header-nav .profile .dropdown-item:hover i{
  color: #fff;
}

.new_launch {
  position: absolute;
  right: 12px;
  bottom: 8px;
  color: #fff;
  font-size: 8px;
  white-space: break-spaces;
  width: auto;
  text-align: center;
  line-height: 1;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-weight: 900;
  animation: new_launch 3s linear infinite;
  padding: 2px;
}
@keyframes new_launch {
0% {
    background: green;
    transform: scale(1)
}
50% {
    background: #003ea6;
    transform: scale(1.1)
}
to {
    background: #a60003;
    transform: scale(1.2)
}
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 250px;
  z-index: 996;
  transition: all 0.3s;
  padding: 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
}
.cancelButton {
  position: absolute;
  right: 5px;
  top: 5px;
}
.eyeonoff {
  position: absolute;
  bottom: 10px;
  right: 30px;
  color: #000;
}
.balexp_div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 1%;
  align-items: center;
  font-size: 13px;
  background: #fff;
}
.balexp_div span{
  font-weight: 900;
}
.bal_data {
  width: 50%;
  color: #000;
}
.exp_data a,
.bal_data a{
  color: #000;
  text-decoration: none;
}
.exp_data {
  width: 50%;
  text-align: right;
  color: #000;
}
.exp_data:hover,
.bal_data:hover{
  color: #000;
}

.iib_div img {
    width: 150px;
    margin-right: 36%;
}

button.btn__deposit {
    background: #4CAF50;
    border: none;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    font-size: 14px;
    padding: 5px 19px;
}
.iib_div {
  justify-content: end;
  width: 100%;
  display: flex;
  padding: 0 1%;
  margin:0;
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .sidebar {
    left: -250px;
  }
}

@media (min-width: 1200px) {
  .commentary{
    margin-left: 250px;
  }
  #main,
  #footer {
    margin-left: 250px;
  }
}

@media (min-width: 768px) {
  .cancelButton {
    display: none;
  }
}
@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
    z-index: 99999;
    width: 65%;
    top: 0;
    background: #fff;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -250px;
  }
}

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

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  /*margin-bottom: 5px;*/
/*  border-bottom: 1px solid #e8e8e8;*/
}

.sidebar-nav .nav-item:last-child {
  border-bottom: none;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  transition: 0.3s;
  padding: 8px 15px 8px 10px;
  text-transform: capitalize;
  margin: 5px 10px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  background: #fff;
}
.sidebar-nav .nav-item:last-child .nav-link{
  background: var(--theme-primary-color);
  color: #fff;
  font-weight: 700;
}
.sidebar-nav .nav-item:last-child .nav-link:hover{
  background: darkred;
}
.sidebar-nav .nav-link i {
  font-size: 11px;
  margin-right: 10px;
  color: var(--theme-secondary-color);
}

.sidebar-nav .nav-link.collapsed {
  /*color: #fff;
  background: #303030;*/
  
}

.sidebar-nav .nav-link img {
  width: 18px;
/*  height: 15px;*/
  object-fit: contain;
  margin-right: 5px;
}
.sidebar-nav .nav-link span {
  padding-left: 10px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.sidebar-nav .nav-link.collapsed i {
  /*color: #fff;*/
  
}

.sidebar-nav .nav-link:hover {
  color: #fff;
  background: var(--theme-primary-color);
}

.sidebar-nav .nav-link:hover i {
  color: #fff;
}

.sidebar-nav .nav-link .bi-plus {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}
.sidebar-nav a[aria-expanded="false"] .bi-plus:before{
  content: "\f4fe";
}
.sidebar-nav a[aria-expanded="true"] .bi-plus:before{
  content: "\f63b";
}
.sidebar-nav .nav-content {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--dark-color);
  transition: 0.3s;
  padding: 10px 0 10px 40px;
}

.sidebar-nav .nav-content a img {
  width: 12px;
  margin-right: 5px;
}
.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}
.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: var(--theme-primary-color);
}

.sidebar-nav .nav-content a.active i {
  background-color: var(--theme-secondary-color);
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: var(--theme-secondary-color);
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: var(--theme-secondary-color);
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: var(--theme-secondary-color);
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile  h1 {
    background: var(--theme-primary-color);
    color: #000;
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
    padding: 17px;
}
.profile ul {
    padding: 0;
}
.profile ul li {
    display: flex;
    list-style: none;
    align-items: center;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #ddd;
}
.profile ul li img {
    width: 25px;
    margin-right: 10px;
}
.profile ul li span {
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.change_password{
  background: #fffaeb;
  padding: 1.75rem 1rem;
  margin-bottom: 0;
  display: flow-root;
  border: 1px solid #f9f0d7;
}
.change_password h2{
  background: #ffffff;
  color: #000;
  border-right: none;
  font-size: 13px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  margin-top: 0;
  box-shadow: inset 0px -1px 0 0 #fbf3dd;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.change_password label{
  color: #000 !important;
  font-size: 12px !important;
  font-weight: 600;
  margin: 0;
}
.change_password input{
  border: none;
  border-bottom: 1px solid#ffa143;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 12px !important;
  height: 46px;
}
.btn__update{
  background: var(--theme-primary-color);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  width: 100%;
  border: none;
  height: 55px;
  letter-spacing: 2px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.terms p{
  white-space: pre-wrap;
  line-height: 2;
  color: #000;
  font-size: 13px;
  font-weight: 500;
}
/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-secondary-color);
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: var(--theme-secondary-color);
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--theme-secondary-color);
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: var(--theme-secondary-color);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: var(--theme-secondary-color);
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #fff;
  padding: 10px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: var(--dark-color);
}

/*user screen*/
.red {
  color: red;
}

.green {
  color: green;
}

.accounts  .table thead th {
  background: var(--theme-primary-color);
  color: #fff;
  text-transform: capitalize;
  border-bottom: none !important;
}

.accounts .dataTable-dropdown label {
  text-transform: capitalize;
  font-size: 12px;
}

.accounts .table {
  background: #fff;
  margin: 0;
}

.accounts .dataTable-info {
  font-size: 12px;
}

.accounts .dataTable-top, .accounts .dataTable-bottom {
  padding: 8px 0;
}

.accounts .dataTable-pagination .active a,
.accounts .dataTable-pagination .active a:focus,
.accounts .dataTable-pagination .active a:hover {
  color: #fff;
  background-color: var(--theme-secondary-color);
}

.accounts .dataTable-pagination a {
  padding: 2px 9px;
}

.accounts .dataTable-selector,
.accounts .dataTable-input {
  padding: 6px;
  border: 1px solid #ddd;
  height: 28px;
  line-height: normal;
  font-size: 11px;
  border-radius: 4px;
}

.accounts .table th, 
.accounts .table thead th {
  font-weight: 400;
  padding: 3px 5px;
  font-size: 13px;
}

.accounts .table td, 
.accounts .table th {
  font-weight: 400;
  padding: 3px 5px;
  font-size: 13px;
}
.accounts .table td a{
  color: #000;
}
.accounts .page-item.active .page-link {
  background-color: #ffb80c;
  border-color: #ffb80c;
  z-index: inherit;
}

.accounts .table {
  white-space: nowrap;
}

.btn-fs {
  background: var(--theme-secondary-color);
  height: 38px;
  font-size: 11px;
  text-transform: uppercase;
  background: #000;
  display: block;
  width: 100%;
  color: #fff;
  padding: 0;
}

.btn-fs:hover {
  background: var(--theme-secondary-color);
  color: #fff;
}

.cp_form .col-form-label {
  font-size: 12px;
}

.btn-thmemes {
  color: #fff;
  background: var(--theme-secondary-color);
  border: 1px solid transparent;
}

.btn-thmemes:hover {
  border: 1px solid var(--theme-secondary-color);
  color: #000;
}
/*user screen*/

.footer_mobilemenu {
  display: none;
}

/*listing_page*/
section.section.listing_page {
    overflow-x: hidden;
}
.commentary{
  display: inline-flex;
  width: 100%;
  align-items: center;
  background: var(--theme-secondary-color);
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  /*position: fixed;
  top: 60px;
  z-index: 9;*/
}
.main_navigation_menu ul {
  margin: 0;
  padding: 5px;
  overflow-y: hidden;
  overflow-x: overlay;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  background: #fff;
  border-radius: 5px;
}
.main_navigation_menu ul li {
    list-style: none;
    display: inline-flex;
    position: relative;
}
.main_navigation_menu ul li:after {
  /*content: '';
  height: 120%;
  width: 1px;
  background: var(--theme-secondary-color);
  position: absolute;
  top: -2px;
  bottom: 0;
  right: -2px;*/
}
.main_navigation_menu ul li:after a.active,
.main_navigation_menu ul li:after a:hover{
/*  display: none;*/
}
.main_navigation_menu ul li:first-child a{
  margin-left: 0;
}
.main_navigation_menu ul li a {
  padding: 7px 20px;
  align-items: center;
  color: #fff;
  transition: 0.9s;
  background:var(--theme-secondary-color) !important;
  margin: 0 8px;
}
.main_navigation_menu ul li a img {
    height: 20px;
    display: block;
    margin: 0 auto;
}
.main_navigation_menu ul li a.active,
.main_navigation_menu ul li a:hover{
  color: #fff !important;
  background:var(--theme-secondary-color) !important;
}
.main_navigation_menu ul li a {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.game_count {
  position: absolute;
  top: 0;
  right: 5px;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.48px;
  width: 15px;
}
.button_dakred{
  background: darkred;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 2.5;
  border-radius: 5px;
  letter-spacing: 2px;
  transition: 0.9s;
}
.button_darkyellow{
  background: #ff7914;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 2.5;
  border-radius: 5px;
  letter-spacing: 2px;
  transition: 0.9s;
}
.button_orange{
  background: orange;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 2.5;
  border-radius: 5px;
  letter-spacing: 2px;
  transition: 0.9s;
}
.button_dakred:hover,
.button_darkyellow:hover,
.button_orange:hover{
  background: var(--theme-secondary-color);
  color: #ddd;
}

.race-section{
  width: 100%;
  overflow: auto;
  white-space: nowrap;
}
.race-section .chip {
  width: auto;
  height: auto;
  line-height: normal;
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 14px;
  padding-right: 35px;
  margin: 0;
  margin-right: 2px;
}
.race-section .chip {
  color: #000;
  align-items: center;
  display: inline-flex;
  padding: 3px 7px 3px 20px;
  margin: 2px 0;
  border: 1px solid var(--theme-secondary-color);
  border-radius: 4px;
  background: #e8e8e8;
  transition: 0.9s;
}
.race-section .chip:hover{
  color: var(--theme-primary-color);
  background: #fff;
}
.race-section .chip img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.race-section .race_detail {
  padding: 0;
  margin: 0;
  line-height:normal;
}
.race-section .race_detail .race-name {
  display: flex;
}

.race-table {
  width: 100%;
  align-items: center;
}
.race-table .row {
  border-bottom: 1px solid #ddd;
}
.race-table .race-event-name {
  width: 40%;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.race-table .race-event-name span {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
}
.race-table .race-btns {
  width: 60%;
  flex-wrap: wrap;
}
.race-table .hs-btn {
  font-size: 11px;
  background: var(--theme-secondary-color);
  color: #fff;
  padding: 3px 5px;
  margin-right: 2px;
  margin-bottom: 2px;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
  transition: 0.9s;
}
.race-table .hs-btn:hover{
  background: green;
  color: #fff;
  box-shadow: inset 0 0 0 1px var(--theme-secondary-color);
}
/*deafult tbas*/
.nav-pills .nav-link.active {
  background-color: #ffa143 !important;
}
.nav-pills {
  background: #eee;
  border-radius: 5px;
  padding:2px;
}
.nav-pills li button {
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 12px;
  border-radius: 4px !important;
  color: #000;
  margin-right: 3px;
}
.nav-pills li button.active,
.nav-pills li button:hover {
  background: var(--theme-primary-color) !important;
  color: #fff !important;
}
/*default tabs*/
.bet-table-header {
  background: #3c1404;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 5px;
}
.bet-table-header:before{
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
}
.bet-table-header[aria-expanded="true"]:before{
  content: "\f63b";
  font-family: bootstrap-icons !important;
}
.bet-table-header[aria-expanded="false"]:before{
  content: "\f4fe";
  font-family: bootstrap-icons !important;
}
.game-icon-img {
  max-width: 20px;
  vertical-align: sub;
  display: none;
}

.bet-table-row {
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  transition: 0.9s;
  padding: 5px 0;
}
.bet-table-row:hover{
  background: #f2f2f2 !important;
  transition: 0.9s;
  box-shadow: inset 0px 0px 0px 1px #ececec;
}
.game-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.game-left-col {
  display: flex;
  align-items: center;
  flex-basis: 80%;
}

.game-name {
    margin-left: 10px;
    line-height: normal;
}
.game-name a{
  text-decoration: none;
}
.volume{
  margin: 0;
  font-size: 11px;
  font-weight: 900;
}
.minus{
  color: red;
}
.plus{
  color: green;
}
.day, .status {
  width: 100%;
  display: block;
}

.day {
  text-align: center;
  text-transform: uppercase;
}

.game-date.inplay {
  text-align: center;
    position: relative;
    background: none;
    border: none;
    margin-left: 4px;
}
.icons_market{
  display: flex;
}
span.icon_game {
    padding: 0 !important;
}
.icons_market span{
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 1px;
  color: #fff;
  border-radius: 50px;
  padding: 2px 5px;
}
.icon_game img{
  height: 15px;
  margin-left: 3px;
  margin-right: 10px;
}
.icon_fancy,
.icon_bookmaker{
  animation: fancyBMIcon 2s infinite;
}
@keyframes fancyBMIcon {
  1% {
    background-color: #18325c;
  }
  50% {
    background-color: black;
  }
  100% {
    background-color: darkorange;
  }
}
.game-date.inplay span {
  color: #00931a;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.game-date.inplay span:after {
  content: "";
  background-color: #00931a;
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: -1px;
  animation: linear infinite alternate;
  animation-name: run;
  animation-duration: 1.2s;
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: run;
  -webkit-animation-duration: 1.2s;
}

@keyframes run {
  0% {
    left: 0;
    width: 5%;
  }

  50% {
    width: 100%;
  }

  100% {
    right: 0;
    width: 5%;
  }
}

.team-name {
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 280px;
  width: 280px;
  color: #000;
  font-size: 11px;
  font-weight: 700;
}

.team-name.team-event {
  font-size: 9px;
  color: #000;
}

.game-icons {
  display: flex;
  align-items: center;
  font-size: 11px;
  color: #7f7f7f;
}

.icon-tv img {
  width: 20px;
  vertical-align: baseline;
}

.bet-table-row .row {
  align-items: center;
  position: relative;
}
.suspendedMessage{
  position: absolute;
  left: 0;
  background: #0000004d;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
}
.h-backLay {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back {
  background: #9bd4ff;
}

.back:hover {
 /* box-shadow: #fff 0px 0px 0px 1px inset;*/
}

.lay {
  background: #ffb8c8;
}

.lay:hover {
/*  box-shadow: #fff 0px 0px 0px 1px inset;*/
}

.bl-box {
  width: 100%;
  padding: 0;
  text-align: center;
  margin:0;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease 0s;
  font-size: 14px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 52px;
  border-left: 1px solid #f8f8f8;
  border-radius: 3px;
  color: #000;
}

.bl-box.no-val {
  border: 1px solid #d3d3d3;
  background: #e7eff5;
}
.bet-button-price em{
  display: block;
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
}
.suspended {
  position: relative;
  pointer-events: none;
}

.suspended:before {
  content: "Suspended";
  background-size: 12px 12px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  letter-spacing: 1px;
  top: 0;
  text-transform: uppercase;
  background-position: center;
  pointer-events: none;
  background-color: rgba(0, 0, 0, .4);
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
}

.Fantasy-game-box {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.Fantasy-game-box img {
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
/*listing_page*/

.game-images-box {
  position: relative;
  width: 100%;
}

.game-images-box:hover:before {
  background: rgba(5, 11, 9, 0.5);
  transition: all 0.3s ease-in 0s;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.game-images-box .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.game-images-box .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.game-images-box:hover .image {
  opacity: 5;
}

.game-images-box:hover .middle {
  opacity: 1;
}

.game-images-box .text {
  background-color: var(--theme-primary-color);
  color: white;
  font-size: 12px;
  padding: 6px 15px;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  cursor: pointer;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100px;
  margin-top: 0;
  color: #fff;
  background-color: var(--theme-secondary-color);
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 40px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0;
}
.small, small {
    font-size: .75em;
}

.theme-bg { background-color: var(--theme-primary-color); }

.stakesettingui {
    padding: 0;
}
.stakesettingui input {
  background: #fff;
  border: none;
  border-bottom: 1px solid var(--theme-primary-color);
  border-radius: 7px;
  margin-bottom: 20px;
}
.stakesettingui input:focus{
  outline: none;
  box-shadow: none;
}
.stakesettingui label {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
.stakesettingui .btnsave{
    width:100%;
    margin-top: 10px;
    border: none;
    background: var(--theme-primary-color);
    text-transform: uppercase;
    color: #fff;
    height: 45px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
}
.card.stakesettingui .card-body .row{
    background: #fffaeb;
    padding: 0 20px;
}
/*Details page Style */
.details-page .nav{
  background: #fff;
}
.details-page .nav li{
  margin: 0 4px;
}
.details-page .nav li a,
.details-page .nav li a.active{
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  background: var(--theme-secondary-color);
}
.details-page .nav li a img{
  width: 20px;
  display: block;
  margin: 0 auto;
}

.details-page .game-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.game-heading {
  position: relative;
}

.game-heading .card-header-title,
.game-heading span{
  font-size: 14px;
}

.float-right {
  float: right!important;
}

.market_section {
  margin-top: 5px;
}

.market_section p {
  background: #f9f3e0;
  line-height: normal;
  align-items: center;
  width: 100%;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 0;
}
.twoOddsSection .oddsHeader {
    background: #f9f3e0 !important;
}
.twoOddsSection .oddsHeader .lay,
.twoOddsSection .oddsHeader .back{
  border: none;
}
.twoOddsSection .ladder {
    width: 15px;
    position: absolute;
    right: 5px;
}
.market_section span.mrkname {
/*  background: var(--theme-primary-color);*/
  height: 40px;
  line-height: normal;
  display: inline-flex;
  padding: 5px 10px;
  align-items: center;
  vertical-align: middle;
  color: #000;
  font-size: 13px;
  position: relative;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 400;
  width: 80%;
}
/*.market_section span.mrkname:before{
  content: "";
  clip-path: polygon(0 -1px,100% -1px,1px 100%,0 100%);
  width: 18px;
  height: calc(100% + 0px);
  background: linear-gradient(180deg, var(--theme-primary-color) 0, var(--theme-primary-color));
  position: absolute;
  right: -17px;
  top: 0;
}*/
.btn_cashout {
  text-transform: uppercase;
  border: 1px solid #000;
  margin-left: 2%;
  background: #ffeb3b;
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 12px;
  border-radius: 1px;
  line-height: 1.5;
  transition: 0.9s;
}
.btn_cashout:hover{
  background: yellow;
}
.list-sport-title{
  position: relative;
  padding: 2px 15px;
  color: #fff;
  display: inline-block;
}
.list-sport-title:before{
  /*content: "";
  clip-path: polygon(0 -1px,100% -1px,1px 100%,0 100%);
  width: 18px;
  height: calc(100% + 0px);
  background: linear-gradient(180deg, var(--theme-primary-color) 0, var(--theme-primary-color));
  position: absolute;
  right: -17px;
  top: 0;*/
}
.market_section .add-pin {
  vertical-align: middle;
  width: auto;
  display: inline-block;
}

.market_section .add-pin i:hover {
/*  background: var(--theme-primary-color);
  color: #fff !important;*/
}

.market_section .add-pin i {
  line-height: 22px;
  width: 22px;
  height: 22px;
  font-size: 16px;
  display: inline-block;
  align-items: center;
  background-color: transparent;
  border: 0px solid #beabc2;
  border-radius: 0;
  color: #000;
  text-align: center;
}

p.detail-title {
  background: #fff;
}

.tab-content .add-pin {
  padding-left: 5px;
}

.market_section .min-max {
  align-items: center;
  height: 40px;
  display: flex;
  color: #000;
  float: right;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.tomm-mobile {
  display: none;
}

.market_section .min-max b i {
  font-weight: 900;
  font-size: 16px;
  margin-left: 5px;
  cursor: pointer;
  color: #f97102;
}

.market_section .btn-group {
  width: 100%;
}

.market_section .btn-group button {
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  width: 16.66666%;
  border: none;
  border-right: 1px solid #fff;
  line-height: normal;
  padding: 9px 0;
  text-transform: capitalize;
  color: #000;
}

.market_section .btn-group button.lay2 {
  border-right: none;
}

.market_section .btn-group button small {
  font-size: 11px;
  display: block;
  font-weight: 600;
}

.market_section .row {
  border-bottom: 1px solid #f2f2f2;
  margin: 0;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: normal;
  background: #fff;
}
.market_section .min-max b{
  color: var(--dark-color);
  font-size: 17px;
  line-height: normal;
  vertical-align: middle;
  display: inline-flex;
  margin-left: 5px;
  cursor: pointer;
}
.market_section .min-max b[aria-expanded="true"]:before{
  content: "\f27c";
  font-family: bootstrap-icons !important;
}
.market_section .min-max b[aria-expanded="false"]:before{
  content: "\f279";
  font-family: bootstrap-icons !important;
}
.market_section .row:last-child {
  border-bottom: none;
  /*background: none;
  border: none;
  text-align: right;*/
}

.market_section span.marketevent {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  padding: 0 0 0 5px;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

.market_section span.marketevent b {
  font-size: 11px;
  color: #111;
  font-weight: 600;
}

.mrkt-volume {
  font-weight: 600;
  font-size: 10px;
  display: block;
  padding-left: 5px;
  line-height: 1.5;
}

.msgs {
  padding: 0 5px;
  color: red;
  font-size: 12px;
  font-weight: 700;
}

.oddsHeader .ex-bl {
  background: none;
}
.oddsHeader .back,
.oddsHeader .lay,
.oddsHeader .back:hover,
.oddsHeader .lay:hover{
  background: none !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
}

.market_section .back-1 {
    background: #cfeefd;
}
.market_section .back-2 {
    background: #9ee0fd;
}
.market_section .lay {
    background: #f694aa;
    border: none;
}
.market_section .lay-1 {
    background: #f6c7d6;
}
.market_section .lay-2 {
    background: #f6a8b8;
}
.market_section .back:hover {
  background: #039cde;
  color: #fff;
}
.market_section .lay:hover {
  background:#ea6065;
  color: #fff;
}

.game-rules-icon i {
  color: var(--theme-secondary-color);
}

.nav-tabs.fancy-subtabs {
    background-color: var(--dark-color);
    overflow-y: hidden;
    overflow-x: overlay;
    display: block;
    white-space: nowrap;
}
.nav-tabs.fancy-subtabs li{
  display: inline-flex;
}
.fancy-tab .nav-tabs .nav-link.active, .fancy-tab .nav-tabs .nav-link:focus, .fancy-tab .nav-tabs .nav-link:hover {
  color: #fff;
  background: var(--theme-primary-color);
}

.fancy-tab .nav-tabs .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  padding: 10px 19px;
  border: none !important;
  border-radius: 0;
  margin: 0 !important;
}

.two-odds-min-max {
  width: 100%;
  background: none;
  font-size: 10px;
  color: #43444a;
  text-align: right;
  padding-right: 5px;
  border: 0;
}

/*betslip_div*/
.betslip_div{
  position: fixed;
  right: 0;
  bottom: 0;
  width: 27.5%;
  box-shadow: 0 0 10px 1px #212121;
  border-radius: 5px;
  background: #fff;
}
.back_slip {
  background: #aeddf1;
}
.lay_slip{
  background: #f8c5c8;
}
.greenbg, .greenbg td {
  background: #aeddf1 !important;
}
.redbg, .redbg td{
  background: #f8c5c8 !important;
}
.slipData{
  padding: 5px;
}
.slipData label {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #000;
  font-weight: 700;
}
.slipData .input-group{
  border: 1px solid #fff;
}
.slipData .input-group input{
  text-align: center;
  background: none;
  border: none;
  font-size: 13px;
  height: 30px !important;
}
.slipData .input-group input:focus{
  outline: none;
  box-shadow: none;
}
.slipData .input-group .input-group-prepend,
.slipData .input-group .input-group-text{
  border-radius: 0;
  background: #fff;
  border: none;
  cursor: pointer;
  height: 30px;
}
.betslip_div h4 {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
  color: #000;
  font-weight: 700;
}
.betslip_div h6 {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}
.betslip_div .back, .betslip_div .lay {
  border: none;
  border-radius: 3px;
  margin: 0 1px;
  font-size: 14px;
  font-weight: 600;
}
.stake_rows button {
    width: 100%;
    border: none;
    background: #fff;
    text-align: center;
    height: 38px;
    color: #4196ff;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.row.stake_rows {
    margin:10px 0;
}
.row.stake_rows .col-3 {
    padding: 0 2px;
    margin-bottom: 4px;
}
.btn__cancel {
    width: 100%;
    border: none;
    height: 32px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    color: #0096ff;
    background: #f1f1f1;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.btn__placebet {
    width: 100%;
    border: none;
    height: 32px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    background: #0096ff;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.slipData table tr{
  border-bottom: 1px solid;
}
.slipData table td small{
  background: none;
}
/*betslip_div*/

.detail-right-column ul{
  background: #f9f3e0;
  box-shadow: inset 0 0 5px 0 #ddd;
}
.detail-right-column ul li a{
  padding: 5px;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  font-weight: 700;
}
.detail-right-column ul li a.active,
.detail-right-column ul li a:hover{
  background: var(--theme-primary-color) !important;
  color: #fff !important;
}
.detail-right-column h4{
  background: #f9f3e0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  padding: 5px;
  border-bottom: 1px solid;
}
.detail-right-column table th{
  padding: 5px;
  background: #f9f3e0;
  font-weight: 400;
  color: #000;
  font-size: 13px;
  text-transform: capitalize;
}
.detail-right-column table td{
  padding: 5px;
  font-weight: 400;
  color: #000;
  font-size: 13px;
  text-transform: capitalize;
}
/*/ Details page End */
.csn_div{
  width: 100%;
  display: inline-table;
}
.csn_thumb{
  cursor: pointer;
  width: 25%;
  display: inline-block;
}
.csn_thumb img{
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}
.Television_mobile{
  display: none;
}
.Television_mobile img{
  filter: invert(1);
  height: 22px;
}
.tabs_bets_dh{
  display: none;
}
.casinoname{
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  background: var(--theme-primary-color);
}
.slotgames .casinoname{
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  padding: 5px;
  font-weight: 600;
}
.slotgames .casinoicons {
  display: block;
  background: var(--theme-primary-color);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 10px;
}
.slotgames .row{
  margin: 0;
}
.slotgames .casinoicons img {
  height: 250px;
  object-fit: fill;
}
.slotgames .col-md-2,
.slotgames .col-4{
  padding: 0 5px;
}

.iframeui iframe{
  width: 100%;
  height: calc(100vh - 100px);
}

@media (max-width: 991px) {
  .slotgames {
    margin-top: 5px !important;
  }
  .slotgames .casinoname {
    font-size: 9px;
    text-transform: capitalize;
  }
  .slotgames .casinoicons img {
    height: 120px;
    object-fit: fill;
  }
  button.btn.btn-fs{
    margin-top: 15px;
  }
  .betslip_div{
    width: 100%;
  }
  .listing_screen .tab-container ul.nav {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .listing_screen .tab-container ul.nav li {
    display: inline-block;
  }
  .main_navigation_menu ul li{
    margin-right: 3px;
  }
  .details-page .detail-right-column ul li{
    margin: 0;
    border-right: 1px solid;
  }
  .details-page .detail-right-column .nav li a,
  .details-page .detail-right-column .nav li a.active{
    background: none;
    color: #000;
  }
  .details-page .detail-right-column ul {
    background: #f9f3e0;
    box-shadow: inset 0 0 5px 0 #ddd;
  }
  .tabs_bets_dh{
    display: block;
  }
  .details-page .nav .nav-item,
  .details-page .nav .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
  }
  .bet-table-row .row .col-md-6.text-center {
    display: none;
  }
  .iib_div{
    justify-content: space-between;
  }
  .iib_div img{
    margin-right: 0;
    margin-left: 20%;
  }
  .main_navigation_menu ul{
    padding: 1px;
  }
  .main_navigation_menu ul li a{
    min-width: 100px;
    margin: 0;
    text-align: center;
  }
  .main_navigation_menu ul li a span{
    font-weight: 900;
    font-size: 11px;
  }
  .race-table .row{
    display: inherit;
  }
  .race-table .race-event-name,
  .race-table .race-btns{
    width: 100%;
  }
  .footer .copyright {
    margin-bottom: 60px;
  }
  .details-page .game-heading{
    justify-content: inherit;
  }
  .Television_mobile{
    display: block;
    position: absolute;
    right: 5px;
  }
  #Television_mobile iframe{
    width: 100%;
  }
  .game-heading span.date-time{
    font-size: 10px;
    position: relative;
    top: 1px;
    line-height: normal;
    left: 5px;
  }
  .listing_page {
    /*padding-bottom: 15px;*/
  }
  .csn_thumb{
    width: 33%;
  }
  .game-icons{
    display: flex;
    margin-right: 3px;
  }
  .sidebar-nav .nav-link:before {
    left: 32px;
  }

  #main {
    padding: 1px;
    padding-bottom: 70px;
  }

  .listing_page {
    overflow-x: hidden;
  }

  .team-name {
    max-width: 200px;
  }
  .game-name{
    margin-left: 5px;
  }
  .userpro-icons {
    display: none;
  }
  .desktop-logo {
    display: none;
  }
  .logo {
    display: none !important;
    position: relative;
    left: 48px;
  }
  .logo img {
    max-height: 20px;
  }
  .header .container {
    padding: 0;
  }
  .toggle-sidebar-btn {
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 999;
    color: #000;
    font-size: 22px;
    left: 5px;
  }

  .toggle-sidebar .bi-list-nested::before {
    content: "\f659";
  }
  .toggle-sidebar .toggle-sidebar-btn{
    right: 0;
/*    background: #fff;*/
  }
  .sidebar {
    top: 0;
  }

  .sidebar-nav .mobile-logo {
    width: 100px;
    margin: 5px auto;
    object-fit: contain;
  }

  .header {
    padding: 0 1px;
  }

  .nav-tabs-bordered .nav-link {
    padding: 8px;
  }

  .stack-setting .btn-group {
    display: inline-block;
  }

  .stack-setting .btn-group button {
    border-radius: 5px !important;
    margin-bottom: 2px;
  }

  .btn-fs {
    margin-top: 5px;
  }

  /*mobile menus*/
  .footer_mobilemenu {
    z-index: 999;
    align-items: center;
    padding: 0;
    box-shadow: 0px 0px 5px 0px #000;
    background: var(--theme-primary-color);
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: inline-flex;
  }

  .footer_mobilemenu a {
    text-decoration: none;
    /*background: black;*/
    width: 20%;
    text-align: center;
    font-size: 13px;
    color: #fff;
    align-items: center;
    line-height: normal;
    padding: 13px 1px;
    transition: 0.9s;
    position: relative;
    text-transform: uppercase;
  }
  .footer_mobilemenu a:after {
    content: '';
    position: absolute;
    background: #ffffff08;
    height: 60%;
    width: 1px;
    top: 10px;
    right: 0;
    bottom: 0;
  }
  .footer_mobilemenu a:last-child:after{
    display: none;
  }
  .footer_mobilemenu a.active {
    background: linear-gradient(180deg, #DBBC68 0%, #FFDC7A 61%);
  }

  .footer_mobilemenu a i {
    display: block;
    font-size: 22px;
    color: #000;
    line-height: 1;
  }

  .footer_mobilemenu a span {
    margin-top: 4px;
    font-size: 11px;
    display: block;
    color: #000;
    font-weight: 500;
  }

  .footer_mobilemenu a:hover i {
    font-size: 20px;
  }

  .footer_mobilemenu a.active span {
    /*visibility: visible;
    height: auto;
    display: block;
    font-size: 12px;
    margin: 0;
    font-weight: 700;
    color: #fff;*/
  }

  .footer_mobilemenu a.active i {
    /*font-size: 16px;
    color: #fff;*/
  }
  /*menus end*/;

  .market_section p {
    padding: 5px 2px;
  }

  .market_section span.marketevent {
    padding-left: 2px;
    max-width: 190px;
  }

  .market_section .btn-group button {
    width: 100%;
  }
  .mrkt-volume {
    float: none;
    position: relative;
    bottom: inherit;
    font-size: 10px;
    display: block;
  }
  .market_section span.mrkname{
    margin-right: 0;
    padding-left: 3px;
    width: 60%;
  }
}

@media (max-width: 320px) {
  .market_section span.marketevent {
    max-width: 175px;
  }
}




/*dark mode*/
.darkmode{
  background: #000;
}
.darkmode .sidebar-nav .nav-link{
  background: #222;
  color: #999;
  border-color: #999;
}
.darkmode .balexp_div{
  background: #222;
}
.darkmode .exp_data a,
.darkmode .bal_data a{
  color: #fff;
}
.darkmode .main_navigation_menu ul{
  background: #222;
}
.darkmode .card{
  border-color: #222;
  background: #222;
}
.darkmode .bet-table-row{
  background: #333;
  border-color: #222;
}
.darkmode .bet-table-row:hover{
  background: #444 !important;
  box-shadow: 0 0 0 1px #444 !important;
}
.darkmode .team-name.team-event,
.darkmode .team-name{
  color: #fff;
}
.darkmode .bl-box{
  border-left: 1px solid #333;
}
.darkmode .bet-table.horse-table .row .col-12{
  color: #fff;
}
.darkmode .details-page .nav{
  background: #222;
}
.darkmode .details-page .game-heading{
  color: #fff;
}
.darkmode .market_section .row{
  background: #222;
  border-color: #111;
}
.darkmode .market_section .btn-group button{
  border-color: #222;
}
.darkmode .market_section .oddsHeader .btn-group button{
  color: #999;
}
.darkmode .market_section span.marketevent{
  color: #fff;
}
.darkmode .detail-right-column table td{
  border-color: #999;
  color: #999;
  background: none;
}
.darkmode .form_search{
  background: #222;
}
.darkmode .accounts .table{
  background: #222;
}
.darkmode .accounts .table tr{
  border-color: #222;
}
.darkmode .accounts .table tr:nth-child(odd) td{
  background: #333 !important;
  color: #999;
  border-color: #111;
}
.darkmode .accounts .table tr:nth-child(even) td{
  background: #222 !important;
  color: #999;
  border-color: #111;
}
.darkmode .accounts .table td a{
  color: #fff;
}
.darkmode .form_search label{
  color: #999;
}
.darkmode .form_search select,
.darkmode .form_search input{
  background: #000;
  color: #fff;
  border-color: #999;
}
.darkmode .profile ul li{
  border-color: #999;
}
.darkmode .profile ul li span{
  color: #fff;
}
.darkmode h2.ruser-title{
  background: #222;
  color: #999;
}
.darkmode .profile ul li img{
  filter: invert(1);
}
.darkmode .rules-page ul{
  background: #222;
}
.darkmode .rules-page ul li a{
  color: #fff;
}
.darkmode .rules-page .card-title{
  color: #fff;
}
.darkmode .rules-page td,
.darkmode .rules-page tr{
  background: #333;
  border-color: #222;
}
.darkmode .two-odds-min-max{
  color: #999;
}
/*dark mode*/
.mob-tvIframe iframe{
  margin: 0 auto;
  display: block;
  height: 437px;
  width: 100%;
}
@media (max-width: 520px) {
  .mob-tvIframe iframe {
    width: 100%;
    height: 255px;
  }
}
@media (max-width: 460px) {
  .mob-tvIframe iframe {
    width: 100%;
    height: 240px;
  }
}
@media (max-width: 420px) {
  .mob-tvIframe iframe {
    width: 100%;
    height: 233px;
  }
}
@media (max-width: 375px) {
  .mob-tvIframe iframe {
    width: 100%;
    height: 210px;
  }
}
@media (max-width: 320px) {
  .mob-tvIframe iframe {
    width: 100%;
    height: 179px;
  }
}