.btn_allgames {
  text-align: right;
  font-size: 11px;
  text-transform: uppercase;
  float: right;
  padding: 2px 5px;
  border-radius: 1px;
  color: var(--theme-primary-color);
  margin-bottom: 5px;
  text-decoration: underline;
}
.btn_allgames:hover{
  color: var(--theme-primary-color);
}
.btn-deposit a, .btn-withdrawal a {
  text-align: center;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 900;
  border: 1px solid #fff;
  margin: 0 1px;
  text-decoration: none;
}
.btn-deposit a img, .btn-withdrawal a img {
  margin-right: 5px;
  width: 18px;
  filter: invert(1);
}
.btn-deposit a {
  background: linear-gradient(180deg, #007b15, #138e00);
}
.btn-withdrawal a {
  background: linear-gradient(180deg, #7b0000, #d10000);
}
.btn-deposit a:hover, .btn-withdrawal a:hover {
  color: #ddd;
}
.ipl-loksabha{
background: linear-gradient(180deg, #4929fa 0%, #2f42f6 80%, #2f37f6 100%);
box-shadow: inset 0px -10px 20px 0px #1e6b34;
margin-bottom: 1px;
}
.ipl{
display: block;
text-align: center;
/* background: var(--theme-primary-color); */
color: #fff;
font-size: 13px;
padding: 4px;
box-shadow: 0px 0px 0px 1px #ffffff;
font-weight: 700;
}
.loksabha{
display: block;
text-align: center;
/* background: #000; */
color: #fff;
font-size: 13px;
padding: 4px;
box-shadow: 0px 0px 0px 1px #ffffff;
font-weight: 700;
}
.blinker{
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
      opacity: 0;
  }
}
.login-popup.pop-comp {
  background: transparent;
}
.login-popup {
  background: #ffffffbd;
}
.login-popup .modal-content{
background: var(--theme-secondary-color);
}
.close {
  position: absolute;
  background: no-repeat;
  border: none;
  color: #fff;
  right: 10px;
  top: 0;
  padding: 0;
  font-size: 30px;
  z-index: 9;
}
.login-form{
padding: 20px 20px 20px 20px;
}
.login-form .form-group{
margin-bottom: 15px;
}
.login-form .form-group label{
text-transform: uppercase;
color: #fff;
font-size: 13px;
}
.login-form .form-group input{
background: none;
border: 1px solid #fff;
border-radius: 4px;
text-align: center;
color: #fff;
font-size: 14px;
height: 42px;
}
.login-form .form-group input::placeholder{
  color: #fff;
  font-size: 10px;
  letter-spacing:2px;
}
.login-form .form-check-label {
  font-size: 12px;
  color: #fff;
}
.login-form .btn-login{
text-transform: uppercase;
font-size: 18px;
width: 100%;
background: green;
height: 45px;
font-weight: 700;
margin-bottom: 10px;
color: #fff;
}
.login-form .btn-login:hover{
background: #068d06;
color: #fff;
border: transparent;
}
.login-form .btn-loginid{
text-transform: uppercase;
font-size: 18px;
width: 100%;
border: 1px solid #fff;
color: #fff;
height: 45px;
font-weight: 700;
background: var(--theme-primary-color);
}
.login-form .btn-loginid:hover{
background: var(--theme-secondary-color);
color: #fff;
}
.copy-text {
text-align: center;
color: #fff;
margin: 0;
}
.copy-text p {
margin: 0;
}
.copy-text a:hover{
color: #fff;
text-decoration: underline;
}

body::-webkit-scrollbar,
.sidebar::-webkit-scrollbar {
width: 8px;
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: #fff;
color: #444444;
}
.form-control:focus{
box-shadow: none;
outline: none;
border-color: var(--theme-primary-color);
}
.colorsBlink {
animation: change 1s linear infinite;
}

.colors:active {
animation: none;
}

@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;
}
}

.force-change-password-popup .modal-body .card{
  padding:00
}
.force-change-password-popup .modal-body h2.userscreen-title {
  display: none;
}
.force-change-password-popup .modal-body form label {
  display: block;
}
.modal-content .accounts h2.userscreen-title {
display: flex;
justify-content: space-between;
}
.modal-content .accounts label {
display: none;
}
.modal-content .accounts .form-row{
margin-bottom: 10px;
}
.modal-content .accounts .form-row input {
text-align: center;
font-size: 13px;
font-weight: 500;
background: #fff;
border: 1px solid #d2d2d2;
box-shadow: none;
}
.modal-content .accounts .card-body{
padding-bottom: 0;
}
.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: #ddd;
}
.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 {
display: none;
}
.balance_li{
border-radius: 10px;
background: #bdffb9;
box-shadow: inset 0 0 0 1px green;
/* border: 3px solid #bdffb9; */
}
.expo_li{
border-radius: 10px;
background: #ffd7d7;
box-shadow: inset 0 0 0 1px darkred;
/* border: 3px solid #ffd7d7; */
}
.balance_li a,
.expo_li a{
padding: 4px 0;
text-transform: uppercase;
margin-left: 10px;
line-height: normal;
text-align: center;
font-size: 13px;
width: 90px;
color: #000;
font-weight: 600;
}
.balance_li a b,
.expo_li a b{
display: block;
font-size: 11px;
}
.expo_li i,
.balance_li i{
display: none;
}
.expo_bal {
border-radius: 10px;
text-align: center;
margin: 0 5px;
}
.expo_bal i {
font-size: 16px;
margin-right: 5px;
}
.expo_bal span {
font-size: 13px;
text-transform: uppercase;
line-height: normal;
font-weight: 700;
text-align: center;
}
.expo_bal a{
color: #000;
line-height: normal;
padding: 7px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
}
.expo_bal span b {
display: block;
color: #000;
}
.loginbtn a{
background: red;
color: #fff;
}
.signupbtn a{
background: green;
color: #fff;
}
.signupbtn a:hover,
.loginbtn a:hover{
color: #fff !important;
}
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: 90px;
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 {
/*    width: 280px;*/
}
}

.logo img {
width: 200px;
}

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

.header {
transition: all 0.5s;
z-index: 997;
height: 60px;
box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
  background-color: #fff !important; 
/* padding-left: 20px; */
/* background: url(https://tigerexch.com/assets/tiger/assets/img/banner-mask.png); */
background-size: cover;
background-position: center;
}

.header .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)
}
}

.fullpage #main,
.fullpage #footer{
margin-left: 0;
margin-bottom: 0;
padding: 0;
}
.fullpage .footer_mobilemenu{
display: none;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
position: fixed;
top: 60px;
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);
background-color: #fff;
}

@media (max-width: 1199px) {
.sidebar {
  left: -250px;
}
}

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

@media (max-width: 1199px) {
.toggle-sidebar .sidebar {
  left: 0;
  z-index: 9999;
  width: 70%;
  top: 0;
}
}

@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-item.nav-highlight {
background: lightgray;
}
.sidebar-nav .nav-link {
position: relative;
display: flex;
align-items: center;
font-size: 12px;
font-weight: 700;
color: var(--theme-secondary-color);
transition: 0.3s;
padding: 8px 15px 8px 10px;
text-transform: capitalize;
}

.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 {
font-weight: 600;
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;
background: #f6f9ff;
}

.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;
border-bottom: 1px solid #f1f1f1;
}

.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 .profile-card img {
max-width: 120px;
}

.profile .profile-card h2 {
font-size: 24px;
font-weight: 700;
color: #2c384e;
margin: 10px 0 0 0;
}

.profile .profile-card h3 {
font-size: 18px;
}

.profile .profile-card .social-links a {
font-size: 20px;
display: inline-block;
color: rgba(1, 41, 112, 0.5);
line-height: 0;
margin-right: 10px;
transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
color: #012970;
}

.profile .profile-overview .row {
margin-bottom: 15px;
font-size: 12px;
text-transform: capitalize;
}

.profile .profile-overview .card-title {
color: var(--theme-secondary-color);
}

.profile .profile-overview .label {
font-weight: 600;
}

.profile .profile-edit label {
font-weight: 600;
color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
max-width: 120px;
}

/*--------------------------------------------------------------
# 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 !important;
}
.green {
color: green !important;
}

.accounts  .table thead th {
background: #dfdde0;
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: 600;
padding: 8px;
font-size: 12px;
}

.accounts .table td, 
.accounts .table th {
padding: 5px;
font-size: 12px;
vertical-align: middle;
}

.accounts .page-item.active .page-link {
background-color: var(--theme-secondary-color);
border-color: var(--theme-secondary-color);
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;
width: 100%;
color: #fff;
/*  padding: 0;*/
display: flex;
align-items: center;
justify-content: center;
}

.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: 14px;
position: fixed;
top: 60px;
z-index: 9;
}
.commentary img{
width: 32px;
padding: 7px;
}
.main_navigation_menu ul {
margin: 0;
padding: 0;
overflow-y: hidden;
overflow-x: overlay;
display: inline-block;
white-space: nowrap;
width: 100%;
background: none;
border-radius: 1px;
box-shadow: inset 0 0 0 1px var(--theme-primary-color);
}
.main_navigation_menu ul li {
  list-style: none;
  display: inline-flex;
  position: relative;
  padding: 0;
}
.main_navigation_menu ul li:after {
content: '';
height: 120%;
width: 1px;
background: var(--theme-primary-color);
position: absolute;
top: -2px;
bottom: 0;
right: 0;
}
.main_navigation_menu ul li:after a.active,
.main_navigation_menu ul li:after a:hover{
display: none;
}
.main_navigation_menu ul li a {
font-size: 12px;
border-radius: 1px !important;
text-transform: capitalize;
padding: 10px;
display: flex;
align-items: center;
color: #000;
transition: 0.9s;
}
.main_navigation_menu ul li a span:first-child {
  /* display: none; */
  margin: 0 !important;
}
.main_navigation_menu ul li a img {
  width: 20px;
}
.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 span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 5px;
}
.icasino_ul_tabs li a span{
display: none;
}
.icasino_ul_tabs li a span.must{
display: block !important;
}
.icasino_ul_tabs li a{
display: block !important;
padding: 6px !important;
text-transform: capitalize;
font-size: 15px;
}
.icasino_ul_tabs li a:hover img,
.icasino_ul_tabs li a.active img{
filter: invert(1);
}
.icasino_ul_tabs li a img{
display: block;
margin: 0 auto;
}
.row-casino {
  margin: 0;
}
.row-casino .col-4 {
  padding: 0 2px;
  margin-bottom: 4px;
}
.casinoicons{
position: relative;
width: 100%;
}
.casino-name{
background: var(--theme-primary-color);
color: #fff;
display: block;
border-radius: 0;
position: relative;
font-size: 10px;
text-transform: uppercase;
padding: 5px;
font-weight: 600;
width: 100%;
left: 0;
z-index: 3;
bottom: 0;
margin: 0;
display: grid;
text-align: center;
}
.casino-name:before {
  content: "";
  clip-path: polygon(0 -1px, 100% -1px, 1px 100%, 0 100%);
  width: 17px;
  height: calc(100% + 0px);
  background: linear-gradient(180deg, var(--theme-primary-color) 0, var(--theme-primary-color));
  position: absolute;
  right: -16px;
  top: 0;
  height: 25px;
  opacity: 0;
}
.row-casino .col-4 img {
  height: 150px;
  object-fit: fill;
  width: 100%;
}
.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;
margin-right: 5px;
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 {
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: var(--theme-primary-color);
color: #fff;
font-weight: 700;
font-size: 14px;
position: relative;
cursor: pointer;
}
.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;
}
.collapseIcon,
.collapseIcon:hover{
  position: absolute;
  right: 8px;
  top: 8px;
  color: #fff;
}
.collapseIcon i{
  font-style: normal;
}
.collapseIcon[aria-expanded="true"] i:before,
.bet-table-header[aria-expanded="true"]:before{
content: "\f63b";
font-family: bootstrap-icons !important;
}
.collapseIcon[aria-expanded="false"] i:before,
.bet-table-header[aria-expanded="false"]:before{
content: "\f4fe";
font-family: bootstrap-icons !important;
}
.game-icon-img {
max-width: 20px;
vertical-align: sub;
}

.bet-table-row {
background: #ffffff;
color: #1e1e1e;
border-bottom: 1px solid #f8f8f8;
transition: 0.9s;
}
.bet-table-row:hover{
box-shadow: inset 0 0 10px 0px #f9f9f9;
border-bottom: 1px solid #dbedff;
}
.game-box {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}

.game-left-col {
display: flex;
align-items: center;
flex-basis: 80%;
position: relative;
}
em.abo-em {
  position: absolute;
  right: 3px;
  text-transform: uppercase;
  font-style: normal;
  font-size: 10px;
  background: var(--theme-secondary-color);
  color: #fff;
  border-radius: 2px;
  padding: 1px 3px;
}
.game-name {
  margin-left: 10px;
  line-height: normal;
}
.volume{
margin: 0;
font-size: 10px;
font-weight: 900;
font-style: italic;
}
.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;
}
.icons_market span{
font-size: 8px;
text-transform: uppercase;
font-weight: 900;
margin: 0 1px;
color: #fff;
border-radius: 2px;
padding:0;
display: flex;
align-items: center;
}
.icon_game img{
width: 20px;
}
.icon_custom,
.icon_fancy,
.icon_bookmaker {
height: 20px;
display: flex;
align-items: center;
justify-content: center;
width: 20px;
}
.icon_fancy,
.icon_bookmaker,
.icon_custom{
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: #3B5160;
font-size: 13px;
font-weight: 600;
}

.team-name.team-event {
font-size: 9px;
color: #ff0000;
font-weight: 500;
}

.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;
}

.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: 13px;
font-weight: 900;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 45px;
border-left: 1px solid #f8f8f8;
}

.bl-box.no-val {
border: 1px solid #d3d3d3;
background: #e7eff5;
}

.bet-button-price {
line-height: 1.1;
}
.bet-button-price em{
display: block;
font-style: normal;
font-size: 10px;
}
.suspended {
z-index: 3;
align-items: center;
justify-content: center;
display: flex;
font-weight: 700;
color: red;
font-size: 14px;
font-style: italic;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
text-transform: uppercase;
pointer-events: none;
background-color: #000000ad;
}

/*.suspended:before {
content: "";
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
top: 0;
text-transform: uppercase;
background-position: center;
pointer-events: none;
background-color: #000000ad;
}*/

.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: 20px 0;
}
.stakesettingui input {
  background: #f4f4f4;
  border: none;
  box-shadow: inset 0 0 0 1px #ddd;
  border-radius: 4px;
}
.stakesettingui label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}
.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;
}
/*Details page Style */
.details-page .game-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--theme2-bg);
  padding: 6px;
}
.best_link {
margin-left: 5px;
background: red;
padding: 2px 5px;
font-size: 12px;
text-transform: uppercase;
border-radius: 3px;
}
.game-heading {
position: relative;
border: none;
padding: 5px 12px !important;
}
.casino-back {
background: #fff;
border: none;
margin-right: 10px;
border-radius: 4px;
padding: 2px 8px;
text-transform: uppercase;
font-weight: 600;
}
.game-heading .card-header-title,
.game-heading span{
font-size: 14px;
}

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

.market_section {
  padding: 2px;
  border: 1px solid #eee;
  margin: 2px;
  border-radius: 10px;
}
.toss_market .back,
.toss_market .lay{
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
}
.market_section p {
line-height: normal;
align-items: center;
background: var(--theme-primary-color);
width: 100%;
color: #fff;
text-transform: capitalize;
display: inline-block;
margin-bottom: 0;
height: 28px;
border-radius: 5px;
/* display: flex; */
}
.btn-cashout {
border: none;
background: yellow;
color: #fff;
font-size: 10px;
font-weight: 600;
border-radius: 4px;
padding: 4px;
color: #000;
}
.market_section span.mrkname {
line-height: normal;
display: inline-flex;
padding: 2px 0 5px 5px;
align-items: center;
vertical-align: middle;
color: #fff;
font-size: 13px;
position: relative;
margin-right: 10px;
text-transform: uppercase;
font-weight: 900;
width: 50%;
}
/*.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 {
border: none;
text-transform: uppercase;
margin-left: 2%;
background: #00ff1f;
color: #000;
font-weight: 900;
letter-spacing: 1px;
font-size: 12px;
border-radius: 5px;
line-height: 1.5;
transition: 0.9s;
}
.btn_cashout:hover{
background: yellow;
}
.list-sport-title{
position: relative;
padding: 7px 15px;
color: #fff;
display: inline-block;
text-transform: uppercase;
font-size: 14px;
}
.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;
background: none !important;
padding: 0 !important;
}

.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: #fff;
text-align: center;
}
.fancy-detail-list .add-pin i{
color: #000;
}
.fancy-detail-list .add-pin i.bi.bi-star-fill {
color: #167abf;
}
p.detail-title {
background: #fff;
}

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

.market_section .min-max {
align-items: center;
height: 28px;
display: flex;
color: #fff;
float: right;
font-size: 10px;
font-weight: 600;
}

.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 {
font-size: 14px;
font-weight: 700;
width: 16.66666%;
border: none;
border-right: 1px solid #fff;
line-height: normal;
padding: 5px 0;
text-transform: capitalize;
color: #000;
border-radius: 5px;
}

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

.market_section .btn-group button small {
font-size: 11px;
font-weight: 500;
display: block;
color: #222;
}

.market_section .row {
  border-bottom: 1px solid #eaf2fc;
  margin: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: normal;
  background: #fff;
}
.toss_market .row{
border: none;
background: none;
padding: 0;
}
.market_section .min-max b{
color: #fff;
font-size: 17px;
line-height: normal;
vertical-align: middle;
display: inline-flex;
padding: 5px 10px;
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;
}
.fancy-tab-content .fancy-detail-list {
border-bottom: 1px solid #eaf2fc;
}
.fancy-detail-list .btn-group {
  width: 78%;
}
.fancy-detail-list .suspended {
  width: 78%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.fancy-tab-content .fancy-detail-list:last-child {
border-bottom: none;
}
.market_section span.marketevent {
font-size: 12px;
font-weight: 600;
color: #333;
text-transform: capitalize;
padding: 0 0 0 5px;
max-width: 300px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
vertical-align: middle;
}
.min-max-fancy {
display: none;
}
.market_section span.marketevent b {
font-size: 11px;
color: #111;
font-weight: 600;
}

.mrkt-volume {
font-weight: 600;
float: right;
position: relative;
right: 6px;
bottom: -7px;
font-size: 10px;
}

.msgs {
padding: 0 5px;
color: red;
font-size: 12px;
font-weight: 900;
}
.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 {
background: #9bd4ff;
}
.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;
*/}
.close-btn{
border: none;
background: none;
}
.fa-solid.fa-xmark:before {
content: '×';
color: #fff;
}
.bookModal img{
width: 20px;
}
.bookModal .modal-header{
background: var(--theme-primary-color);
padding: 5px 15px;
color: #fff;
}
.bookModal table{
text-align: center;
}
.game-rules-icon i {
color: #fff;
}

.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;
}
.fancy-detail-list a.bookModal {
  padding: 0 !important;
  background: none !important;
}
.tablist-content:nth-of-type(2n) {
/*  background-color: rgb(246, 246, 246);*/
}

.LiveStream-video-col {
padding: 5px;
text-align: center;
}

.black-bg {
background-color: #000;
}

.icon-livestream img {
width: 18px;
vertical-align: baseline;
filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.icon-livestream {
  position: relative;
  top: 4px;
}
.place-bet {
position: relative;
overflow: hidden;
}
.place-bet .card-header{
padding: 0;
}
.place-bet h5{
text-transform: uppercase;
margin: 0;
font-size: 14px;
color: #000;
font-weight: 600;
}
.place-bet h6{
  text-transform: uppercase;
  font-size: 12px;
}
.place-bet table{
margin-bottom: 3px;
}
.place-bet .coupon-table tr th {
padding: 4px;
}
.newtab_collect span.mrkname {
  padding-bottom: 0;
}
.coupon-table thead th {
font-size: 12px;
font-weight: 700;
text-align: center;
padding: 6px 0;
padding-left: 0px;
color: var(--dark-color);
}

.place-bet .coupon-table tr td {
padding: 2px;
font-weight: 600;
vertical-align: middle;
font-size: 12px;
border: none;
}
.place-bet .mmac_btns {
  width: 100%;
  text-align: center;
}
.min-stake {
  background: #ffbc00!important;
  color: #000;
}
.max-stake {
  color: #fff!important;
  background: #334579!important;
}
.all-in-stake {
  color: #fff!important;
  background: green!important;
}
.clear-stake {
  color: #fff!important;
  background: red!important;
}
.place-bet .mmac_btns button {
width: calc(25% - 2px);
margin: 0 1px;
border-radius: 4px;
text-transform: uppercase;
border: none;
font-size: 11px;
font-weight: 900;
height: 25px;
line-height: normal;
}
.place-bet .coupon-table tr td .bet-stakes{
color: var(--theme-primary-color);
padding: 0;
margin: 0;
font-size: 12px;
width: 100%;
font-weight: normal;
background: no-repeat;
height: inherit;
}
.place-bet .value-buttons .btn {
background: #ccc !important;
width: calc(25% - 2px);
margin-left: 1px;
margin-right: 1px;
margin-top: 2px;
float: left;
background-color: transparent;
text-transform: uppercase;
font-weight: 600;
color: #273a47;
font-size: 12px;
border-radius: 4px;
border: none;
height: 25px;
line-height: normal;
}
.place-bet .value-buttons .btn i{
display: none;
}
.place-bet .value-buttons .btn:hover {
color: #fff;
}
.place-bet .btn-danger{
border: 1px solid #ff6a6a !important;
background: #ff6a6a;
color: #fff;
}
.place-bet .btn-danger,
.place-bet .btn-success{
width: calc(25% - 2px);
margin: 0 1px;
text-transform: capitalize;
font-size: 12px;
border-radius: 4px;
height: 30px;
border: none;
font-weight: 900;
}
.place-bet .btn-success{
background: #00a105;
}
.value-buttons button {
margin-right: 3px;
}

.place-bet .bet-odds {
width: 50%;
}

.place-bet .bet-stakes {
width: 50%;
}

.place-bet .bet-profit {
width: 10%;
}
.place-bet .bet-odds,
.place-bet .bet-stakes{
position: relative;
}
.place-bet .bet-odds small,
.place-bet .bet-stakes small{
text-transform: capitalize;
/*position: absolute;
top: -5px;
left: 15px;
background: #fff;
padding: 0 10px;*/
font-size: 12px;
display: block;
}
.place-bet .bet-odds input,
.place-bet .bet-stakes input {
/*  width: 100%;*/
height: 38px;
text-align: center;
border-radius: 3px;
border: 1px solid #fff;
}
.place-bet .bet-odds .input-group{
height: 38px;
text-align: center;
border-radius: 3px;
border: 1px solid #fff;
}
.place-bet .bet-odds .input-group .input-group-text{
background: var(--theme-secondary-color) !important;
color: #fff;
border-radius: 0;
border: none;
}
.place-bet .bet-odds .input-group input{
background: none;
border: none;
}
.palce-tab-content {
padding: 5px;
/*  background: #fff;*/
}

.place-bet-content.black-bg-theme {
/*  background-color: #94dfff;*/
padding: 3px;
position: relative;
}
.place-bet-content form {
width: 98%;
}
.place-bet-content.black-bg-theme .full-overlay {
position: absolute;
left: 0;
right: 0;
top: 0;
z-index: 9;
height: 100%;
display: flex;
align-items: center;
background: #00000050;
}
.place-bet-content.lay-bg-theme {
background-color: #fee3e4;
padding: 2px;
}

.close-link i {
font-size: 16px;
font-weight: 700;
color: var(--theme-primary-color);
}
.newtab_collect ul{
border: none;
background: #eee;
}
.newtab_collect ul li {
  flex: auto;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
.newtab_collect ul li:first-child a {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.newtab_collect ul li:last-child a {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.newtab_collect ul li span{
  padding-bottom: 0;
}
.newtab_collect a{
padding-left: 40px !important;
padding-right: 40px !important;
position: relative;
border: none !important;
border-radius: 0 !important;
color: #000;
background: coral !important;
}
.newtab_collect a:hover{
color: #fff;
}
.newtab_collect a.active{
background: var(--theme-secondary-color) !important;
color: #fff !important;
}
.blink-soft {
  animation: blinker 1.5s linear infinite;
  text-transform: uppercase;
  font-size: 9px;
  position: absolute;
  top: 2px;
  font-style: normal;
  margin-left: 5px;
  background: #fff;
  padding: 3px 4px;
  line-height: 1;
  border-radius: 2px;
  color: #000;
  background: #fff;
}
@keyframes blinker {
50% {
  opacity: 0;
}
}
.premium-iframe {
text-align: center;
background: var(--theme-secondary);
padding: 2px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
width: 100%;
height: 100vh;
}
/*/ Details page End */
.csn_div{
width: 100%;
display: inline-table;
}
.csn_thumb{
cursor: pointer;
width: calc(20% - 2px);
margin:1px;
display: inline-block;
}
.csn_thumb img{
width: 100%;
height: 100%;
}
.Television_mobile{
display: none;
}
.Television_mobile img{
filter: invert(1);
height: 22px;
}
.btns_deposit_withdrawal{
  display: none;
}
ul.live_virtual {
  list-style: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 40%;
  width: auto;
}
ul.live_virtual li {
  display: inline;
}
ul.live_virtual li label {
  display: inline-block;
  border: 1px solid var(--bs-light);
  color: var(--bs-light);
  border-radius: 25px;
  white-space: nowrap;
  margin: 3px 1px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 600;
}
ul.live_virtual li label {
  padding: 3px 10px;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.live_virtual li label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'bootstrap-icons';
  font-weight: 400;
  font-size: 12px;
  padding-right: 2px;
  content: "\f4fe";
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
ul.live_virtual li input[type="checkbox"]:checked + label::before {
  content: "\f633";
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
ul.live_virtual li input[type="checkbox"]:checked + label {
  border: 1px solid #00ad6f;
  background-color: #00ad6f;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul.live_virtual li input[type="checkbox"] {
  display: absolute;
}
ul.live_virtual li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.sportsbook_div .commentary {
  top: 38px;
}
.sports-book iframe {
  margin-top: 38px;
}

.casino_searchbar {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 1px;
  border: 1px solid var(--theme-secondary-color);
  width: 25%;
  margin: 0;
  background: #fff;
  border-radius: 0;
  padding: 0;
  }
  .casino_searchbar input {
  height: 31px;
  padding: 4px 10px;
  border: none;
  color: #000;
  font-size: 12px;
  width: 100%;
  background: none;
  }
  .casino_searchbar input:focus-visible {
  outline: none;
  border-radius: 0;
  }
  .casino_searchbar span.input-group-text {
  padding: 0;
  background: none;
  background: var(--theme-secondary-color);
  border-radius: 0;
  border: none;
  padding: 0 10px;
  height: 100%;
  position: absolute;
  right: 0;
  }
  .casino_searchbar span.input-group-text i{
  color: #fff;
  font-size: 10px;
  }
  .detail-casino-link {
    display: block;
    width: 100%;
    text-align: right;
    padding: 5px 15px;
    background: #000;
    border-radius: 1px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
}
detail-casino-link:hover{
  color: #fff;
}
.detail-casino-link img{
  margin-right: 5px;
   width: 28px;
   animation: swipe .5s alternate infinite;
   animation-timing-function: ease;
}
@keyframes swipe {
   0% {
       transform: rotate(0deg);
   }
   100% {
       transform: rotate(-10deg);
   }
}
@media (max-width: 991px) {
  .casino_searchbar{
    width: 55%;
  }
  ul.live_virtual{
    right: 30px;
  }
  .sports-book iframe {
    margin-top: 30px;
  }
  .sportsbook_div .commentary {
      top: 38px;
  }
  /* .close {
    right: 7px;
    top: 7px;
  } */
  #tvStr{
    height: 198px;
  }
  .fancy-detail-list .suspended,
  .fancy-detail-list .btn-group {
    width: 100%;
  }
  .header-nav .btn-deposit a, .header-nav .btn-withdrawal a{
    display: none;
  }
.btns_deposit_withdrawal {
    display: flex;
    justify-content: center;
    margin-top: 0;
    position: sticky;
    width: 100%;
    top: 93px;
    z-index: 99;
    /* display: none; */
}
.btns_deposit_withdrawal a {
    /* width: 50%; */
}
.btns_deposit_withdrawal .btn-deposit, .btns_deposit_withdrawal .btn-withdrawal {
    width: 50%;
}

.btn_cashout,
.market_section .min-max{
  font-size: 9px;
  letter-spacing: 0;
}
.balance_li a, .expo_li a{
  width: 75px;
  margin: 0 1px;
}
.newtab_collect ul li {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.expo_bal i{
  margin-right: 2px;
  font-size: 12px;
}
.expo_bal span{
  font-size: 12px;
}
.login-form{
  padding: 10px;
}
.icon_game img {
  width: 30px;
  height: 20px;
}
.fancy-detail-list .col-md-5.col-6 {
  display: flex;
  align-items: center;
}
.min-max-fancy {
  display: flex;
  font-size: 8px;
  margin: 1px 1px 1px 28px;
  font-weight: 600;
}
.place-bet-content form{
  width: 100%;
}
.place-bet h5,
.place-bet h6,
.place-bet .bet-odds small,
.place-bet .bet-stakes small{
  display: none;
}
.row-casino .col-4 img{
  height: 100px;
}
/* .casino-name{
  width: 70%;
} */
.market_section span.mrkname{
  font-size: 12px;
  width: 55%;
}
.market_section p{
  /* height: auto; */
}
.main_navigation_menu ul li a{
  padding: 6px;
}
.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;
  display: inline-block;
  width: 100%;*/
}
.Television_mobile{
  display: block;
  padding-left: 10px;
/*    position: absolute;
  right: 5px;
  top: 0;*/
}
#Television_mobile iframe{
  width: 100%;
}
.game-heading span.date-time{
  font-size: 13px;
  text-align: center;
/*    position: relative;
  top: 1px;
  line-height: normal;
  left: 5px;*/
}
.listing_page {
  /*padding-bottom: 15px;*/
}
.csn_thumb{
  width: calc(33.33333% - 2px);
}
.game-icons{
  display: flex;
  margin-right: 3px;
}
.sidebar-nav .nav-link:before {
  left: 32px;
}

#main {
  padding: 5px 1px;
  margin-bottom: 70px;
  margin-top: 90px;
}

.listing_page {
  overflow-x: hidden;
}

.team-name {
  max-width: 200px;
}
.game-name{
  margin-left: 5px;
}
.userpro-icons {
  display: none;
}
.desktop-logo {
  display: none;
}
.header .container-fluid{
  padding: 0;
}
.mobile-logo {
  display: block;
}
.fullpage .logo{
  margin-left: 0;
}
.logo{
  margin-left: 10px;
}
.expo_bal{
  width: 88px;
  margin: 0 1px;
}
.logo img {
  width: 150px;
  margin-left: 30px;
}
.header .container {
  padding: 0;
}
.header .toggle-sidebar-btn {
  display: block;
  position: fixed;
  z-index: 999;
  color: var(--theme-secondary-color);
  padding: 2px 6px;
  font-size: 28px;
}
.toggle-sidebar .bi-list-nested::before {
  content: "\f659";
}
.toggle-sidebar .header .toggle-sidebar-btn{
  right: 0;
  background: #fff;
}
.sidebar {
  top: 0;
}
.sidebar-nav .mobile-logo {
  width: 130px;
  margin: 5px auto;
}
.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-secondary-color);
  overflow: hidden;
  position: fixed;
  bottom: -1px;
  width: 100%;
  display: inline-flex;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.footer_mobilemenu a {
  /*background: black;*/
  width: 20%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  align-items: center;
  line-height: normal;
  padding: 10px 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 img {
  height: 15px;
  margin-bottom: 2px;
}
.footer_mobilemenu a.active {
  background: #000;
}

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

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

.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: max-content;
  font-size: 12px;
  white-space: inherit;
}
.name_of_fancy{
  display: flex;
  align-items: center;
}
.msgs{
  font-size: 8px;
}
.market_section .btn-group button {
  width: 100%;
}
.mrkt-volume {
  float: none;
  position: relative;
  left: 5px;
  bottom: inherit;
  font-size: 10px;
  display: block;
}
}

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