@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
:root {
  --dark-bg: #121212;
  --theme-bg: #F26C20;
  --theme-gradient:linear-gradient(180deg,#F26C20 0,#F26C20);
}

body {
  font-family: 'Lato', sans-serif;
  background: #121212;
  color: #444444;
  font-size: 16px;
  overflow-y: auto;
}

.Lato {
  font-family: 'Lato', sans-serif;
}
.theme-color { color:var(--theme-bg); }

.commentary_main.no-marquee {display: none !important;}
.header.no-marquee {top: 0px;}
.navbar-main.no-marquee { top: 55px;}
.sidebar.no-marquee {top:109px;}
body.detail-screen .sidebar.no-marquee {top: 50px;}
body.detail-screen #main.no-marquee { margin-top: 50px !important;}
#main.no-marquee {margin-top: 110px;}

.mybets_modal .modal-content{
  border: thin solid lightgray;
  background-color: #212529;
  color: #fff;
  margin-top: 15px;
}
.mybets_modal .close{
  border: none;
  background: none;
  position: absolute;
  right: 2px;
  top: -5px;
  color: #fff;
  font-size: x-large;
}
.mybets_modal .modal-body{
  padding-top: 30px;
}
.mybets_modal table{
  margin:0;
}
.mybets_modal table th {
  overflow: hidden;
  white-space: nowrap;
  font-size: small;
  color: #fff;
  font-weight: 799;
  border: thin solid white;
  background-color: var(--theme-bg);
} 
.mybets_modal table td {
  font-size: smaller;
  color: #fff;
} 

.mybets_modal table td:last-child {
  color: red !important;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}
p.no-fancy-message {
  margin: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.form-control:focus{
  border-color: var(--theme-bg);
}
.swiper-button-prev, .swiper-button-next {
    z-index: 2 !important;
}
.swiper-button-next,
.swiper-button-prev{
  color: var(--theme-bg);
}
.swiper-button-next:after,
.swiper-button-prev:after{
  font-size: 15px;
  display: none;
}
.cs_divs_position {
    position: relative;
}
.cs_divs_position button.dropdown-item{
  color: #fff;
}
.cs_divs_position button.dropdown-item:hover{
  background: #212121 !important;
}
.rule_modal .card-header,
.rule_modal .card{
  background: none;
}
.rule_modal .card-body{
  padding: 0;
}
.rule_modal .card h1{
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin: 0;
  background: #212121;
  padding: 10px 0;
}
.rule_modal  td,
.rule_modal  tr{
  border: none;
  text-align: left !important;
}
.live-card-banner .see-more {
  display: flex;
  justify-content: right;
  background-color: transparent;
  box-shadow: none;
}

.live-card-banner .see-more .link {
  text-decoration: none;
  font-weight: 600;
}
.live-card-banner .primary--text {
  color: var(--theme-bg) !important;
  caret-color: var(--theme-bg) !important;
}

.live-card-banner .v-icon.v-icon {
  font-size: 16px !important;
  align-items: center;
  display: inline-flex;
  font-feature-settings: "liga";
  font-size: 24px;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  position: relative;
  text-indent: 0;
  transition: .3s cubic-bezier(0.25, 0.8, 0.5, 1),visibility 0s;
  vertical-align: middle;
  user-select: none;
}
.live-card-banner .right-arrow {
  border: 1px solid var(--theme-bg);
  border-radius: 3px;
  margin-left: 4px;
  font-weight: bold;
  margin-bottom: 4px;
}
.h-divider {
  width: 75%;
  margin: 0 auto;
  position: relative;
}
.h-divider .shadow {
    overflow: hidden;
    height: 4px;
}
.h-divider .shadow:after {
    content: "";
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px/12px;
    box-shadow: 0 0 8px var(--theme-bg);
}
.inplay-live-card {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
}
.inplay-live-card .circle {
    background-color: #daa520;
    width: 6px;
    height: 6px;
    border-radius: 12px;
}
.inplay-live-card .diamond {
    display: inline-block;
    background: #daa520;
    width: 9px;
    height: 9px;
     -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
    margin: 0.3rem;
}
.inplay-live-card .livecard {
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.inplay-live-card .livecard .live-text {
    padding:0 14px;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    color: green;
}
.login_modal {
  width: 100%;
  height: 100vh;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.login_modal th{
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.login_modal td{
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}
.login_modal .modal-content{
  border: thin solid hsla(0,0%,100%,.12);
  background-color: #1e1e1e;
  color: #fff;
  margin: 0;
  border-radius: 0;
}
.login_modal .close{
  border: none;
  background: none;
  position: absolute;
  right: 12px;
  top: 10px;
  color: #fff;
  display: none;
}
/*.login_modal form label{
  font-size: 15px;
  text-transform: capitalize;
  color: #4b4b4b;
  width: 100%;
  margin-left: 15px;
  font-weight: 700;
  position: absolute;
  margin-top: 15px;
}*/
.login_modal img{
  width: 200px;
  margin: 30px auto 40px auto;
  display: block;
}
.login_modal .form-group{
    margin-bottom: 30px;
    height: 40px;
    /* background: #ffff; */
    border-radius: 1rem;
    position: relative;
}
.login_modal .btn-group{
  display: block;
}
.login_modal .v-btn {
  cursor: pointer;
  display: block;
  font-weight: 300;
  color: #fff;
  border: var(--theme-bg) 1px solid;
  height: 36px;
  border-radius: 28px;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  height: 44px;
  margin-bottom: 10px;
}
.login_modal p{
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}
.login_modal .floating-label {
  position: absolute;
  pointer-events: none;
  left: 35px;
  top: 6px;
  transition: 0.2s ease all;
  color: var(--theme-bg);
  font-size: 14px;
}
.login_modal input.ng-valid ~ .floating-label,
.login_modal input.ng-valid:-webkit-autofill ~ .floating-label,
.login_modal input:focus ~ .floating-label,
.login_modal input:-webkit-autofill ~ .floating-label{
  top: -20px;
  left: 25px;
  font-size: 11px;
  opacity: 1;
  background: none;
  border-radius: 5px;
  padding: 2px 10px;
  color: rgba(255,255,255,.7);
}
.login_modal input:focus ~  a{
 color: var(--theme-bg); 
}
.login_modal input,
.login_modal input:focus{
    border: none;
    background: none;
    height: 100%;
    /* border-radius: 1rem; */
    color: #fff;
    box-shadow: none;
    height: 32px;
    line-height: normal;
    padding: 8px 0;
    border-bottom: 1px solid var(--theme-bg);
}
.login_modal .form-check{
  margin-bottom: 10px;
}
.login_modal .form-check input {
    height: auto;
    border: 1px solid var(--theme-bg);
}
.login_modal .form-check label{
  font-weight: 300;
  color: rgba(255,255,255,.7);
  font-size: 14px;
}
.login_modal input:focus{
/*  border: 2px solid var(--theme-bg);*/
}
.login_modal input:-webkit-autofill,
.login_modal input:-webkit-autofill:hover, 
.login_modal input:-webkit-autofill:focus{
/*  border:2px solid var(--theme-bg);*/
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
  border-radius: 0;
}
.login_modal .form-group span.input-group-text {
  background: no-repeat;
  color: #fff;
  border: none;
  font-size: 20px;
  padding: 0 7px !important;
}
.login_modal button{
  background: none;
}
.login_modal .modal-body{
  overflow: hidden;
  padding: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
/*  background: url('https://www.matrixexch9.com/_nuxt/img/desktop_bg.e99059a.svg');*/
  /*background: url('https://d1p45eoi1yern1.cloudfront.net/drop.png');
  background-size: cover;
  background-position: 50%;*/
/*  -webkit-animation: bgScroll 100s linear infinite;
  animation: bgScroll 100s linear infinite;
  -webkit-animation-direction: alternate,reverse;
  animation-direction: alternate,reverse;*/
  position: relative;
}
@-webkit-keyframes bgScroll {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 0 -100rem
    }
}
@keyframes bgScroll {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 0 -100rem
    }
}
.login_modal .modal-body form{
  padding: 1.5rem 1rem;
  background: rgba(0,0,0,.75) !important;
  border-radius: 4px;
  /* box-shadow: 0 4px 30px rgba(0,0,0,.1); */
  backdrop-filter: blur(5px);
  /* -webkit-backdrop-filter: blur(5px); */
  border: 2px solid var(--theme-bg);
  position: relative;
}
.login_modal .error{
  color: #ff5252;
  font-weight: 500;
  font-size: 12px;
  position: absolute;
  bottom: -12px;
  left: 35px;
}
.min-stake {
  background: #ffbc00 !important;
}
.max-stake {
  background: #334579 !important;
  color: #fff !important;
}
.clear-stake {
  background: #bd0304 !important;
  color: #fff !important;
}
.all-in-stake{
  background: green !important;
  color: #fff !important;
}
.race-info{
  line-height: normal;
}
.btn-raceTimer {
  font-size: 8px;
  border: none;
  background: #4caf50;
  padding: 5px 3px;
  margin-right: 2px;
  color: #fff;
  border-radius: 4px;
}
.cp_modal .modal-content{
  background: none;
}
.cp_modal .close{
  position: absolute;
  border: none;
  color: #fff;
  right: 20px;
  background: none;
  top: 30px;
}
.back-bg{
  background-color: #a5d9fe;
}
.lay-bg{
  background-color: #f8d0ce;
}
.modal-content .breadcrumb-section {
  justify-content: space-between;
}
.modal-content .ac_screens .row{
  margin: 0;
}
.modal-content .ac_screens .form-group input{
  background: #fff;
  text-align: center;
  color: #000;
}
.modal-content .ac_screens .button-title{
  color: #000;
}
.modal-content .ac_screens button.v-btn.demobtn{
  width: 100%;
  text-align: center;
  display: block;
}
.modal-content .ac_screens .row .col-md-3{
  width: 50%;
}
.modal-dialog .ac_screens td {
  color: #fff !important;
}
.modal-dialog .ac_screens td .tooltip {
  transform: none !important;
  padding:0;
}
.modal-dialog .ac_screens td .tooltip-inner{
  font-size:10px;
  padding:0;
}
.modal-dialog .ac_screens td .tooltip-arrow{
  text-align:center;
  margin:0 auto;
}
.modal-dialog .ac_screens td .tooltip-arrow:before{
  border-top-color:#fff;
}
.ac_screens thead{
  background: var(--theme-gradient);
}
.ac_screens .breadcrumb-section {
  display: flex;
  align-items: center;
}
.ac_screens table{
  background: #000;
}
.ac_screens table th{
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #222;
}
.ac_screens table td{
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #222;
  padding: 5px;
}
.ac_screens table tr.back-bg td,
.ac_screens table tr.lay-bg td{
  color: #000;
}
.ac_screens table td a{
  color:var(--theme-bg);
  font-weight: 600;
}
ul.fancy-nav {
    margin: 5px 0;
}
.Tabul-design ul{
  margin-top: 5px;
  width: 100%;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: block;
}
.Tabul-design ul li{
  display: inline-block;
}
.Tabul-design ul li a{
  padding: 6px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
.Tabul-design ul li a.active,
.Tabul-design ul li a:hover{
  background: var(--theme-gradient) !important;
  color: #fff !important;
}
.casino__new__tab.container {
  padding: 0;
}
.casino-searchbar input, .casino-searchbar select {
  background: #333;
  border: none;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
.casino-searchbar input:focus,
.casino-searchbar select:focus{
  color: #fff;
  box-shadow: none;
  outline: none;
  background: #222;
}
.casino__new__tab .casino-div img {
  height: 180px;
  width: 100%;
}
.casino__new__tab.container ul {
  width: 100%;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: block;
  border: 1px solid var(--theme-bg);
}
.casino__new__tab.container ul li {
    position: relative;
    display: inline-block;
}
.casino__new__tab.container ul li a {
  padding: 10px 25px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.casino__new__tab.container ul li a img {
  display: block;
  width: 32px;
  margin: 0 auto;
  filter: invert(98%) sepia(0%) saturate(0%) hue-rotate(290deg) brightness(104%) contrast(101%);
}
.casino__new__tab.container ul li:after {
  content: '';
  background: var(--theme-bg);
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.casino__new__tab.container ul li:last-child:after{
  display: none;
}
.casino__new__tab.container ul li a.active{
  background: var(--theme-gradient) !important;
}
.casino_container .row{
  margin: 0;
}
.casino_container .row .col-4{
  padding: 0 3px;
  margin-bottom: 10px;
}
.casino_container .overlaybutton .casinoBtn{
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: var(--theme-gradient);
  color: #fff;
  font-size: 12px;
  line-height: 2.1;
}
.row{
  align-items: center;
}
.book-modal .close {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: none;
}
.book-modal table th{
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}
.book-modal table td{
  font-size: 12px;
  text-align: center;
  border-color: #ddd;
  border-width: 1px;
}
li a.nav-link {
    background: none !important;
/*    padding: 0;*/
}
.detail_min_max{
  font-size: 10px;
  color: #fff;
  text-transform: capitalize;
  left: 0;
  line-height: normal;
  display: inline-block;
}
.fancy_stakes{
  font-size: 12px;
  text-transform: capitalize;
}
/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
body.detail-screen #main {
  margin-top: 74px !important;
}

#main {
    margin-top: 133px;
    padding:8px 10px;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
  body.detail-screen #main {
    margin-top: 0 !important;
  }
  #main {
    padding: 0;
    margin-top: 10px;
  }
}


/*--------------------------------------------------------------
# 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 !important;
  font-size: 15px !important;
  padding: 10px 25px !important;
  color: #fff !important;
/*  background-image: var(--theme-gradient);*/
  background: url(https://d1p45eoi1yern1.cloudfront.net/loyalty/left-blue.webp) !important;
}




.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: .8125rem;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 25px;
  font-size: 24px;
  line-height: 0;
  color: var(--theme-bg);
}
.depositbg{
  background: green;
}
.depositbg:hover{
  background: darkgreen !important;
}
.depositbg i,
.withdrawalbg i{
  color: #fff !important;
}
.withdrawalbg{
  background: darkred;
}
.withdrawalbg:hover{
  background: red !important;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #464646;
}
@media (min-width: 768px) {
.dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #5584b9;
    position: absolute;
    top: -7px;
    right: 20px;
     -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
    border-top: 1px solid #8dbeff;
    border-left: 1px solid #338bff;
}

}

@-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: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", 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: "Poppins", 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: #4154f1;
}

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

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", 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: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
  margin: 0 auto;
  display: block !important;
  text-align: center;
}

@media (min-width: 1200px) {
  .logo {
    width:175px;
  }
}

.logo img {
  width: 130px;
  margin-right: 6px;
}

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

.header {
    top: 24px;
    transition: all 0.5s;
    z-index: 997;
    height: 55px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #000;
    padding-left: 20px;
}

.header .toggle-sidebar-btn {
  font-size: 18px;
  padding:0 5px;
  cursor: pointer;
  color:#fff;
}

.header .search-bar {
    min-width: 320px;
    padding: 0 20px;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form {
  width: 100%;
}
.header .search-form typeahead-container{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background: #333 !important;
  left: 35px !important;
  top: 38px !important;
  width: auto !important;
}
.header .search-form typeahead-container .dropdown-item{
  color: #fff !important;
  left: 0;
  font-size: 13px;
  font-weight: 300;
  padding: 10px !important;
  border-bottom: 1px solid #404040 !important;
}
.header .search-form typeahead-container .dropdown-item:hover{
  background: var(--theme-bg) !important;
}

.header .search-form input {
    border: 0;
    font-size: 13px;
    color: #fff;
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 6px 20px 6px 40px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
    background: hsla(0,0%,100%,.16);
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
    border: 0;
    padding: 0;
    margin-left: 0px;
    background: none;
    position: relative;
    left: 30px;
}

.header .search-form button i {
  color: #fff;
}

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

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

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

.header-nav .nav-profile {
  color: #fff;
}

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

.header-nav .nav-profile span {
  font-size: 14px;
}
.header-nav .nav-profile span:after{
  display: none;
}
.header-nav .nav-profile i{
  background-image: var(--theme-gradient);
  height: 18px;
  width: 18px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  line-height: 18px;
  margin-left: 5px;
}
.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: 240px;
  padding-bottom: 0;
  top: 8px !important;
  padding: 0;
}
.dropdown-menu{ 
  background-color: #000;
  box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%);
  border-left: 0.5px groove var(--theme-bg);
 }

.dropdown-header h6 {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
  line-height: 19px;
}
.dropdown-header h6 span{
  color: var(--theme-bg);
  font-weight: 900;
  text-transform: uppercase;
}
.dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 13px;
  padding: 15px 15px;
  transition: 0.3s;
  font-family: 'Lato', sans-serif;
  color: #fff;
}

.header-nav .profile .dropdown-item i {
  margin-right: 15px;
  font-size:20px;
  line-height: 0;
  color:var(--theme-bg);
}

.header-nav .profile .dropdown-item:hover {
  background-color:#464646;
}

.navbar-main {
  background: linear-gradient(0deg,rgba(10,10,10,.5) 50%,#323232);
  border-bottom: 1px solid #333;
  border-top: 1px solid #4c4c4c;
  top: 79px;
  position: fixed;
  width: 100%;
  z-index: 9;
  padding: 6px 0;
  background-color: #212121;
}

.navbar-content {
  display: flex;
  position: relative;
  transition: .3s cubic-bezier(.25,.8,.5,1);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
}
.navbar-content ul {
  border: 0;
  white-space: nowrap;
  max-width: 100%;
  display: block;
  overflow-x: auto;
}
.navbar-content ul li {
  display: inline-block;
}
.blinker{
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.theme-color{
  color: var(--theme-bg) !important;
}
.navbar-content .nav-link {
  transition: 0.9s;
  text-decoration: none;
  text-align: center;
  padding: 0.35rem .1rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  border-radius: 100px;
  text-transform: uppercase;
  color: #ffffff99;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: .0333333333em;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
}

.navbar-content .nav-tabs .nav-link:hover,
.navbar-content .nav-tabs .nav-link.active {
    color: var(--theme-bg);
    font-weight:500;
    border-radius: 100px;
    transform: scale(1.05);
    border-collapse: collapse;
    box-shadow: inset 0 8px 26px -23px hsla(0,0%,100%,.75);
    -webkit-box-shadow: 0 8px 26px -23px hsla(0,0%,100%,.75) inset;
    -moz-box-shadow: 0 8px 26px -23px hsla(0,0%,100%,.75) inset;
    transform-style: preserve-3d;
    background-color: transparent;
    border:1px solid var(--theme-bg);
}
.navbar-content .nav-tabs .nav-link:focus{
  box-shadow: none;
  border-color: var(--theme-bg);
}
.menu-icon img {
  width: 20px;
  margin-right: 1px !important;
}
.game-content { 
    border: .1px solid var(--theme-bg);
    border-radius: 1.5rem;
    background: transparent;
}
.profile-main-col {
    margin: 12px 15px;
    border-bottom:1px solid var(--theme-bg);
    padding-bottom: 12px;

  }

.profile-sidebar {
    display: flex;
    align-items: center;
    background-color: var(--theme-bg);
    border-radius: 33px;
}

.profile-pic img {
    width: 40px;
    height: auto;
    border-radius: 50%;
}
.profile-name {
  text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    padding-left: 15px;
    font-weight: 600;
}

.game-list ul {
    margin: 0;
    padding: 0;
}

.game-list ul li {
    display: flex;
    align-items: center;
    padding: 7px 15px;
    font-size: 14px;
    color: #fff;
    position: relative;
    background-color: transparent;
}
.game-list ul li:hover{
  transition: color .6s ease-in-out;
  border-collapse: collapse;
  color: var(--theme-bg)!important;
  box-shadow: inset 0 8px 26px -23px hsl(0deg 0% 100% / 75%);
  -webkit-box-shadow: 0 8px 26px -23px hsl(0deg 0% 100% / 75%) inset;
  -moz-box-shadow: 0 8px 26px -23px hsla(0,0%,100%,.75) inset;
}
.game-list ul li:hover:before {
    opacity: 0;
    filter: blur(8px);
     -webkit-filter: blur(8px); 
}
.game-list ul li:hover:after {
    content: "";
    position: absolute;
    right: -0.1rem;
    width: 7px;
    height: 100%;
    border-radius: 1.5rem;
    background-color: var(--theme-bg);
}
.game-list ul li a { color:#fff; font-weight: 200; font-size: .8125rem}
.game-list ul li a img {
    width: 25px;
    margin-right: 1rem;
}

.v-badge {
    pointer-events: none;
    position: absolute;
    width: auto;
    border-radius: 1rem;
    height: 22px;
    min-width: 22px;
    background-image: var(--theme-gradient);
    right: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}


.inplay-main {
    background: url(../img/inplay_bg.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border: .1em solid #333;
    border-radius: .5rem;
    background-position: top;
    padding: 10px 20px;
}

.inplay-main.detail-page {
    background: no-repeat;
    padding: 5px;
    box-sizing: border-box;
    border: 0;
    overflow-x: hidden;
}


.theme-bg2 { background-color: #1e1e1e;  }


.premium-banner img {
    width: 100%;
}
.inplay-main.detail-page .row {
    align-items: flex-start;
}
.gradient {
    background-image: linear-gradient(90deg,#222 50%,#444);
    border-top-right-radius: 1rem!important;
}
.game-title {
    padding: 10px 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight:700;    
    font-family: 'Lato', sans-serif;
    line-height: 1.5;
    font-size: 13px;
}

.game-title-icon {
    width: 1.9rem;
    margin-right: 10px;
}

.game-icon-img {
    width: 22px;
    margin-right:5px;
}
.add-pin {
    color: #252525 !important;
    font-size: 1.1rem !important;
}
a.info-modal {
  color: #252525 !important;
  margin-left: 5px;
}
.itbfc {
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.itbfc span{
  margin: 0 3px;
  color: #4caf50;
  font-size: 11px;
}
.itbfc span i{
  font-size: 18px;
}
.itbfc span img{
  width: 25px;
}
/*.custom-icon{
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 50px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  text-align: center;
  border:1px solid #4caf50;
  color: #4caf50;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}*/
.game-title-box {
  padding: 0 .5rem !important;
  background: var(--theme-bg);
  border-top-left-radius: 1rem !important;
  font-family: 'Lato', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  height: 40px;
  display: flex;
  align-items: center;
}
.bg-provider-success {
  background: green;
  color: #fff !important;
  padding: 0 5px;
  border-radius: 2px;
}
.caption {
    font-size: .75rem;
    letter-spacing: .0333333333em;
    line-height: 1.25rem;
}

.match-name,
.match-name a {
    font-size: .65rem;
    line-height: 1.1;
    color: #333;
}

.green-text {
    color: #4caf50;
    caret-color: #4caf50;
}

.btn-block {
    display: flex;
    margin: 0 !important;
}

.back {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 0.12em 0.5em;
    margin: 0px 0.15em;
    position: relative;
    z-index: 0;
    text-align: center;
    border-radius: 0.4rem;
    min-height:35px;
    cursor: pointer;
    background-color: #a5d9fe;
}

.new_odds_mobile {
  padding: 0;
  z-index: 0;
  position: relative;
  /* width: 330px; */
  width: 100%;
  height: 100%;
  display: flex;
  transition: left .2s ease-in-out;
}
.new_odds_mobile .back,
.new_odds_mobile .lay {
  /* width: 55px;
  display: block;
  min-width: 55px; */
  width: calc(33.3333% - 6px);
  display: block;
  min-width: calc(33.3333% - 2px);
  margin: 0 1px;
}
.odd-button__price {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}
.odds_xs_scroll {
    width: 100%;
    position: relative;
}
.inplay-item__back-inner-left {
  left: 0;
}
.inplay-item__back-inner-right {
  left: -100%;
}
.odd-button__volume {
    font-size: 9px;
    line-height: 11px;
    min-height: 11px;
    border: none!important;
    font-weight: 600;
}

.lay {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 0.12em 0.5em;
    margin: 0px 0.15em;
    position: relative;
    z-index: 0;
    text-align: center;
    border-radius: 0.4rem;
    min-height:35px;
    cursor: pointer;
    background-color: #f8d0ce;
}

.disabled {
    opacity: 0.5;
    background-color: rgb(163, 163, 163);
}

.item-odds+.item-odds {
    border-top: 1px solid #e0e0e0;
}

.bet-table-row:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.bet-table-row:last-child .lay.last {
    border-bottom-right-radius: 1rem;
}
.fancy__data .bet-table-row:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.fancy-market-tabset-body .bet-table-body,
.fancy__data .bet-table-body{
    border-radius: 1rem;
    background: #fff;
}
.fancy-market-tabset-body .bet-table-body .ex__div .bet-table-row,
.fancy__data .bet-table-body .ex__div .bet-table-row{
  border-bottom: 1px solid #E0E0E0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.br-btm {
}

.calendar-space {
    color: #ff0000;
    width: 100%;
    display: block;
    text-align: left;
    white-space: normal;
    font-size: .65rem;
    font-weight: 400;
    padding-left: 0!important;
}
em.abo-em {
  font-style: normal;
  background: var(--theme-bg);
  padding: 0px 2px;
  border-radius: 2px;
  margin-left: 2px;
  font-size: 8px;
  text-transform: uppercase;
  color: #fff;
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
body.detail-screen .sidebar{
  top: 74px;
}
.sidebar {
  position: fixed;
  top:133px;
  left: 0;
  bottom: 0;
  width: 238px;
  z-index: 996;
  transition: all 0.3s;
  padding:10px 15px;
  overflow-y: overlay;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color:var(--dark-bg);
}

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

.sidebar::-webkit-scrollbar,
.imgsec::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb,
.imgsec::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 238px;
  }

}

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

@media (min-width: 1200px) {

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

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

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

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

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #4154f1;
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #4154f1;
}

.sidebar-nav .nav-link.collapsed {
  color: #012970;
  background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}

.sidebar-nav .nav-link:hover {
  color: #4154f1;
  background: #f6f9ff;
}

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

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
/*   -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg); 
  transform: rotate(180deg);*/
}

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

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.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: #4154f1;
}

.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# 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: #4154f1;
}

.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: #4154f1;
  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: #4154f1;
}

.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: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #012970;
}

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

.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: #4154f1;
}

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

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

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.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: #4154f1;
}

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

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

.contact .php-email-form button[type=submit] {
  background: #4154f1;
  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% {
    /* -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); */
    transform: rotate(0deg);
  }

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

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

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

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

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  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 {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #012970;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

.top-btn{
  /* min-width: 64px; */
  padding: 0 10px 0 10px;
}

.demobtn{
  background: #4caf50 !important;
  border-color: #4caf50 !important;
}
.v-btn {
  background: var(--theme-bg);
  display: inline-flex;
  font-weight: 500;
  color: #fff;
  border: var(--theme-bg) 1px solid;
  height: 36px;
  border-radius: 28px;
  align-items: center;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: 1px;
}


.v-btn:hover {
  background-color:var(--theme-bg);
  -webkit-animation: grow-y .4s ease-in-out;
  animation: grow-y .4s ease-in-out;
  transition: opacity .2s cubic-bezier(.4,0,.6,1);
  color: #fff;
}

.m-refresh-icon {
  background: var(--theme-bg);
  margin: 0 5px;
  display: inline-block;
  border-radius: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  width: 26px;
  height: 26px;
  justify-content: center;
  text-align: center;
  line-height: 26px;
}
.m-refresh-icon i { color:#fff; }

.refresh-icon {
  background:var(--theme-bg);
  margin: 0 5px;
  display: inline-block;
  border-radius: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  width: 32px;
  height: 32px;
  justify-content: center;
  text-align: center;
  line-height: 32px;
}

.refresh-icon i { color:#fff; }

.balance-information {
  font-family: 'Lato', sans-serif;
  border-bottom: gray 1px solid !important;
  padding-bottom: 3px;
  padding-top: 3px;
}

/*sidemenu bar*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: all 0.3s ease 0s;
    border-radius: 0;
}
.sidenav .closebtn {
    border: none !important;
    position: absolute;
    top: 14px;
    right: 8px;
    font-size: 20px;
    padding: 0;
    width: 62px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidenav li.dropdown-header{
    height: 55px;
    display: flex;
    align-items: center;
}
.sidenav .closebtn:hover{
    background: #7f99b870;
}
.sidenav .dropdown-menu{
  width: 100%;
  padding: 0;
  height: 100vh;
  border-radius: 0;
  scroll-behavior: smooth;
   overflow-y: auto; 
  background: none;
  border: none;
  box-shadow: none; 
}
.sidenav .dropdown-menu:before{
    display: none;
}
.sidenav .dropdown-menu li{
  border-bottom: none;
  background: #000 !important;
  border-left: 0.5px groove var(--theme-bg);
}
.sidenav .dropdown-menu li a{
  border-bottom: none;
  color: #fff;
  font-weight: 600;
  border-top: 1px solid gray;
  display: flex;
  align-items: center;
  padding: 12px 15px;
}

li.ab_rae_btns {
  text-align: center;
  padding: 5px 0;
}

li.ab_rae_btns button {
  width: 80%;
}
.sidenav .dropdown-menu .ab_btns{
  border:1px solid var(--theme-bg);
  background: none;
  text-transform: uppercase;
  border-radius: 100px;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  margin: 0 auto;
}
.sidenav .dropdown-menu .ab_btns span{
  color: var(--theme-bg);
  margin-left: 15px;
}
.sidenav .dropdown-menu .rae_btns{
  background: var(--theme-bg);
  text-transform: uppercase;
  border-radius: 100px;
  color: #fff;
  padding: 10px 18px;
  font-size: 12px;
  margin: 0 auto;
  border: none;
  margin-top: 10px;
  border: none;
}
/*sidemenu bar*/ 
.logout-li{
/*  border-top: hsla(0,0%,100%,.12) 1px solid !important;
  margin-top: 10px;*/
}
li.logout-li a {
  border: none !important;
  text-align: center;
  display: block !important;
  box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
  background: #4caf50;
/*  margin: 20px auto;*/
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300 !important;
  padding: 7px 0 !important;
 }
 li.logout-li a:hover{
  opacity: .8;
 }

.balance-title {
  font-size: 13px;
  padding-bottom: 10px;
  padding: 10px 15px;
  text-align: center;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.balance-information i {
  font-size: 20px;
  margin-right: 15px;
  color:var(--theme-bg);
}


.balance-row {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  padding: 4px 15px;
}

.balance-text-left {
  font-weight: 300 !important;
  flex-basis: 50%;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1rem;
  color: #fff;
}
.balance-text-left small {
  font-size: 10px;
}
.balance-price{
  color: var(--theme-bg);
}
.breadcrumb-section{
  background: #272727;
  border-bottom: 1px solid #333;
  border-top: 1px solid #4c4c4c;
  position: relative;
  padding: 11px 5px;
}
button.casino-back {
  background: var(--theme-bg);
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 10px;
  display: block;
  border-radius: 4px;
}
.breadcrumb-section .back__btn{
  color: #fff;
}
.modal-dialog.modal-full td{
  color: #000;
}
/*.modal-dialog.modal-full .mdi-chevron-left::before {
    content:"\F0156";
}
.modal-dialog.modal-full .breadcrumb-section .back__btn{
  position: absolute;
  right: 5px;
  top: 15px;
}*/
.breadcrumb-section .event___name{
  font-weight: 700;
  font-size: .875rem;
  text-transform: uppercase;
  color: var(--theme-bg);
}
.breadcrumb-section .event___info{
  font-weight: 700;
  font-size: .875rem;
  text-transform: uppercase;
  color: var(--theme-bg);
  float: right;
}
span.event-date {
    color: #fff;
    font-size: 10px;
}
.breadcrumb-section .live__tv{
  border: none;
  color: #fff;
  text-transform: capitalize;
  font-size: 11px;
  background: #4caf50;
  padding: 2px 12px;
  border-radius: 4px;
  letter-spacing: 1px;
  font-weight: 200;
  position: absolute;
  right: 12px;;
  top: 12px;
}
.fancy__data .row .col-md-4.col-12.position-relative .btn-block{
  margin-bottom: 1px !important;
}
.fancy__data .row .col-md-4.col-12.position-relative .btn-block::last-child{
  margin-bottom: 0 !important;
}
.detail-page .tab-pane{
  background: #1e1e1e;
  padding: 0 5px;
}
.detail-page .tab-content,
.detail-page .tab-pane{
  transition: .3s cubic-bezier(.25,.8,.5,1);
}
.detail-page .game-title-box {
    background-image: var(--theme-gradient);
}
.detail-page .bet-table-header .col-md-5.col-6{
  position: relative;
}
.vbtn__cashout{
  position: absolute;
  right: -133px;
  top: 12px;
}
.vbtn__cashout i{
  height: 20px;
  background: #fff;
  color: #000;
  display: inline-flex;
  align-items: center;
  border-radius: 4px 0px 0px 4px;
  padding: 0 2px;
  font-size: 11px;
}
.vbtn__cashout em{
  height: 20px;
  font-style: normal;
  background: linear-gradient(0deg, #c6a352 0%, #f3e88a 50%, #c6a352 85%);
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 10px;
  padding: 0 2px;
  border-radius: 0 4px 4px 0;
  font-weight: 600;
}
.detail__tabs{
  position: relative;
  background: linear-gradient(0deg,rgba(10,10,10,.5) 50%,#323232);
  border-bottom: 1px solid #333;
  border-top: 1px solid #4c4c4c;
  background: #212121;
  padding: 0.4rem 0 0.4rem 0.4rem;
}
.detail__tabs li{
  padding: 0 .2rem;
}
.detail__tabs li a.active button{
  color: #fff !important;
}
.detail__tabs li button{
  text-transform: capitalize;
  padding: 4px 5px;
  font-size: .875rem;
  background: none !important;
  color: #ffffff99;
  border-radius: 100px !important;
  font-weight: 700;
  box-shadow: inset 0 8px 26px -23px hsl(0deg 0% 100% / 75%);
  transition: .6s;
  transform-style: preserve-3d;
  position: relative;
  border: 0.09rem solid transparent !important;
  display: inline-block;
  align-items: center;
}
.detail__tabs li button:hover{
  color: #fff;
}
.detail__tabs li button img{
  width: 12px;
  filter: contrast(0.3);
}
.detail__tabs li a.active img{
  filter: invert(1);
}
.detail__tabs li button i{
  background: #353535;
  width: 23px;
  height: 23px;
  display: inline-block;
  border-radius: 100px;
}
.detail__tabs li a.active i{
  background: #6fae44;
}
.detail__tabs li button.active{
  border-color: #fa7b0466;
  box-shadow: 0 0 5px 0 #fa7b0466;
}
.detail__tabs .scorecard__btn{
  position: absolute;
  right:5px;
  top: 13px;
}
.scorecard__btn {
    right: 5px;
    top: 15px;
    border: none;
    position: absolute;
    right: 0;
    width: 80px;
    height: 18px;
    background: #4caf50;
    color: #fff;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 300;
    align-items: center;
}
.scorecard__btn i{
  margin-right: 2px;
}
.scorecard__btn:hover{
  color: #fff;
}
.detail-page .bl__text{
  width: 50px;
  color: #fff;
  text-transform: capitalize;
  background: none;
  border: none;
  font-size: .75rem;
  font-weight: 700;
}
.detail-page .back,
.detail-page .lay{
  height: 38px;
  border-radius: 0.4rem;
  margin: 0 1px;
}
.detail-page .back:hover{
  background: #98C8E9;
}
.detail-page .lay:hover{
  background:#E5BFBE;
}
.detail-page .events-col{
  margin-bottom: 1rem;
}
.detail-page .gradient{
  border-radius: 1rem;
}
.detail-page .market-extra-title{
/*  background: #e0e0e0;*/
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  color: rgba(0,0,0,.87);
/*  padding: 7px 10px;*/
  padding: 0;
  /*border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;*/
  margin: 0;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
}
.newtab_collect .nav-tabs {
  background: linear-gradient(90deg,#222 50%,#444);
  padding: 2px;
  border-bottom: none;
}
.newtab_collect .nav-tabs a {
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin-right: 2px;
  font-size: 12px;
  padding: 5px 45px;
  position: relative;
}
.newtab_collect .nav-tabs a:hover,
.newtab_collect .nav-tabs a.active {
    background: var(--theme-bg) !important;
    color: #fff;
}
.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:2px;
  line-height: 1;
  border-radius: 2px;
  color: var(--theme-bg);
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.premium-iframe {
  text-align: center;
  background: var(--theme-bg);
  padding: 2px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  height: 100vh;
}
.runpls{
  font-size: 11px;
  margin:0 8px;
  position: relative;
  display: flex;
}
.runpls em{
  font-style: normal;
  font-weight: 500;
}
.runpls em:nth-child(2){
  margin-left: 5px;
  position: relative;
}
.runpls em:nth-child(2):before{
  content: '>';
  color: #000;
  margin-right: 3px;
}
b.icon-ladder {
  position: absolute;
  right: 0;
  top: -18px;
}
b.icon-ladder i{
  font-size: 25px;
  color: var(--theme-bg);
}
button.book {
  border: none;
  text-transform: uppercase;
  padding: 1px 7px;
  background: var(--theme-bg);
  color: #fff;
  border-radius: 4px;
}
.loss{
  color: red;
}
.profit{
  color: green;
}
.detail-page .match-name{
  margin-left: 8px;
  font-size: 11px;
  font-weight: 600;
  text-transform: capitalize;
}
.bet-table-row .row {
    border-bottom: 1px solid #E0E0E0;
    margin: 0;
    padding: 1px;
}
.bet-table-row .row:last-child {
  border-bottom: none;
}
.bet-table-row .row .col-md-6{
  padding: 0;
}
.bet-table-row .row .col-md-6 a {
  line-height: normal;
}
.suspended__div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  height: 38px;
  background-color: #0a0a0abf;
  border-radius: 0.4rem;
}
.suspended__div b{
  background: none;
  border-radius: 30px;
  color: red;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 5px 13px;
  text-transform: uppercase;
}
.detail-page .odd-button__price {
    font-weight: 800;
}

/*Right-sidebar*/
.right__sidebar{
  border-radius: .5rem;
}
.right__sidebar .nav{
  justify-content: center;
}
.right__sidebar .nav button{
  font-size: .75rem;
  background: none !important;
  color: #fff;
  padding: 14px 27px;
  border-radius: 0 !important;
  text-transform: uppercase;
}
.right__sidebar .nav button:hover{
  background: #292929 !important;
}
.right__sidebar .nav a.active button{
  color: var(--theme-bg);
  border-bottom: 1px solid;
  border-radius: 0;
}
.right__sidebar .nav button.active:hover{
  background: #2F3A47 !important;
}
/*Right-sidebar*/

/*betslip*/
.mobile__betslip-data {
  padding: 0;
}
.back-border{
  border: 2px solid #a5d9fe;
}
.lay-border{
  border: 2px solid #f8d0ce;
}
.betslip__div{
  position: relative;
  background: #fff;
/*  border-radius: 1rem;*/
  padding: 1px;
}
.betslip__div .ruuner_names{
  font-size: .75rem;
  font-weight: 600;
  background: #eee;
  text-align: center;
  line-height: normal;
  padding: 5px 0;
  color: #000;
}
.betslip__div .input-group{
  position: relative;
  /*border: 1px solid rgba(0,0,0,.38);
  height: 32px;
  border-radius: 5px;*/
}
.betslip__div .input-group label{
  position: absolute;
  left: 40px;
  font-size: 10px;
  background: #fff;
  top: -8px;
  text-transform: capitalize;
  color: var(--theme-bg);
  z-index: 3;
  padding: 0 2px;
}
.betslip__div .input-group .input-group-text{
  background: none;
  border-radius: 0;
  border: none;
  padding: 0 10px;
  color: #fff;
  background: var(--theme-bg);
}
.betslip__div .input-group .input-group-text i{}
.betslip__div .input-group input{
  border: none;
  height: 30px;
  font-size: 13px;
  text-align: center;
  box-shadow: inset 0px 0px 0px 1px var(--theme-bg);
}
.betslip__div .input-group input:focus{
  box-shadow: none;
  border: none;
}
.betslip__div .row .col-6:first-child{
  padding-left: 0;
  padding-right: 2px;
}
.betslip__div .row .col-6:last-child{
  padding-right: 0;
  padding-left: 2px;
}
.bs_stakes_i{
  border: none;
  font-size: 13px;
  height: 30px;
  border-radius: 0;
  text-align: center;
}
.bs_stakes_i:focus{
  border: 1px solid var(--theme-bg);
  box-shadow: none;
}
.stakes_btns .col-12{
  padding:  02px;
}
.stakes_btns button{
  background: none;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0;
  height: 30px;
  width: 25%;
  margin-bottom: 0;
  border-bottom: none;
  border-right: none;
  text-transform: uppercase;
  border-bottom: none !important;
  border-right: none !important;
}
.lay-border .bs_stakes_i{
  background: #f8d0ce9c;
}
.back-border .bs_stakes_i{
  background: #d3edff;
}
.lay-border .stakes_btns button{
  border: 1px solid #f8d0ce;
}
.lay-border .stakes_btns button:nth-child(4),
.lay-border .stakes_btns button:nth-child(8){
  border-right: 1px solid #f8d0ce !important;
}
.lay-border .stakes_btns button:nth-child(5),
.lay-border .stakes_btns button:nth-child(6),
.lay-border .stakes_btns button:nth-child(7),
.lay-border .stakes_btns button:nth-child(8){
  border-bottom: 1px solid #f8d0ce !important;
}

.back-border .stakes_btns button{
  border: 1px solid #a5d9fe;
}
.back-border .stakes_btns button:nth-child(4),
.back-border .stakes_btns button:nth-child(8){
  border-right: 1px solid #a5d9fe !important;
}
.back-border .stakes_btns button:nth-child(5),
.back-border .stakes_btns button:nth-child(6),
.back-border .stakes_btns button:nth-child(7),
.back-border .stakes_btns button:nth-child(8){
  border-bottom: 1px solid #a5d9fe !important;
}
.betslip__div .row.stakes_btns {
    margin-top: 1px !important;
}
.betslip__div .quick-bet.quick-bet-extra button {
    border: none;
}
.stakes_btns button i {
  color: green;
  font-weight: 900;
  font-size: 14px;
}
.betslip__div .row {
    border: none;
}
.bs_cancel{
  border: 1px solid var(--theme-bg)!important;
  color: var(--theme-bg)!important;
  font-size: 14px;
  height: 40px;
  background: none;
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
}
.bs_pb{
  font-weight: 600;
  width: 100%;
  background: #4caf50;
  font-size: 14px;
  height: 40px;
  border-radius: 10px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
}
.mmm_text{
  line-height: normal;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  font-size: 10px;
  font-weight: 600;
  color: var(--theme-bg);
  text-align: right;
}
.mmm_text i{
  font-size: 25px;
  vertical-align: middle;
}
/*betslip*/


/*openbet*/
.openbet__designing .card-body{
  padding: 0;
}
.openbet__designing tr th{
  color: #fff;
  font-size: 12px;
  border-color: #333;
  text-transform: uppercase;
  border-width: 1px;
}
.openbet__designing tr td{
  color: #000;
  font-size: 11px;
  text-transform: capitalize;
  border-color: #444;
}
.openbet__designing{
  margin-top: 20px;
}
.openbet__designing .card{
  background: none;
  padding: 0;
}
.openbet__designing .card-header{
  background: none;
  padding: 0;
  border: none;
}
.openbet__designing .panel-default{
  border: 1px solid var(--theme-bg) !important;
  border-radius: 15px !important;
  margin-bottom: 24px;
}
.openbet__designing .panel-body.card-block.card-body {
  overflow-y: auto;
  height: calc(100vh - 200px);
}
.openbet__designing .accordion-toggle{
  box-shadow: none;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 300;
}
.openbet__designing .accordion-toggle button{
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.openbet__designing .accordion-toggle[aria-expanded="true"]::after{
    font-family: 'bootstrap-icons';
    content: "\f286";
    color: #fff !important;
    background-color: var(--theme-bg);
    border-radius: 100px;
    background-size: 15px;
    background-position: center;
    float: right;
    margin-right: 20px;
    margin-top: 8px;
    width: 1.25rem;
    height: 1.25rem;
    text-align: center;
}
.openbet__designing .accordion-toggle[aria-expanded="false"]::after{
    font-family: 'bootstrap-icons';
    content: "\f282";
    color: #fff !important;
    background-color: var(--theme-bg);
    border-radius: 100px;
    background-size: 15px;
    background-position: center;
    float: right;
    margin-right: 20px;
    margin-top: 8px;
    width: 1.25rem;
    height: 1.25rem;
    text-align: center;
}
.openbet__designing .accordion-toggle:not(.collapsed)::after{}
.openbet__designing .accordion-item{
  background: none;
  border: none;
  background: #1e1e1e;
  border: 1px solid var(--theme-bg) !important;
  margin-bottom: 12px;
  border-radius: 15px !important;
}
.openbet__designing .accordion-body{
  padding: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-transform: capitalize;
}
/*openbet*/



#livetv__div,
.hide,
.hide-ltv{
  display:none;
}
.ac_screens .container{
  padding: 0;
}
.accounts_screen{
  margin-left: 0 !important;
  padding: 0 !important;
}
.form__designing{
  padding: 15px;
  background: #222;
  margin: 2px 1px 4px 1px;
}
.form__designing input,
.form__designing select{
  background: none;
  border-radius: 50px;
  border: 1px solid hsl(0deg 0% 100% / 39%);
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  height: 40px;
  color: #fff;
}
.form__designing select option {
  color: #000;
}
.form__designing input:focus,
.form__designing select:focus{
  box-shadow: none;
  background: none;
  color: #fff;
}
.form__designing label{
  border-radius: 3px;
  position: absolute;
  top: -8px;
  left: 30px;
  text-transform: capitalize;
  font-size: 10px;
  color: #fff;
  background: no-repeat;
  padding: 0 5px;
  background: #3d3d3d;
}
.form__designing .serach__button{
  background-image: var(--theme-gradient);
  color: #fff;
  height: 40px;
  border: none;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  width: 100%;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: 3px;
}
.form__designing .input__row{
  position: relative;
}
.accounts_accordion .accordion-item{
  border: none;
  border-radius: 1rem;
}
.accounts_accordion .accordion-item .accordion-button{
  background-image: var(--theme-gradient);
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 300;
  padding: 10px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.accounts_accordion .accordion-body{
  padding: 12px;
  font-size: .75rem;
  font-weight: 400;
}
.accounts_accordion .accordion-item .accordion-button:after{
  filter: invert(79%) sepia(93%) saturate(0%) hue-rotate(108deg) brightness(108%) contrast(108%);
}
.transfer-statement{
  margin-top: 15px;
}
.transfer-statement{
  border-radius: 1rem;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}
.transfer-statement .col{
  padding: 12px;
}
.border-top-radius{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.border-bottom-radius{
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.bg-theme{
  background-image: var(--theme-gradient);
}
.change__password__ui {
    border: thin solid hsla(0,0%,100%,.12);
    background-color: #1e1e1e;
    color: #fff;
    padding: 25px 15px;
    margin-top: 15px;
    border-radius: 5px;
}
.change__password__ui .input-group{
  position: relative;
  margin-bottom: 10px;
}
.change__password__ui .input-group input{
  background: none;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.change__password__ui .input-group input:focus{
  box-shadow: none;
}
.change__password__ui .input-group input::placeholder{
  color: hsla(0,0%,100%,.7);
  font-weight: 300;
  font-size: 13px;
}
.change__password__ui .input-group-text{
  background: none;
  border: none;
  color: #fff;
  font-size: 25px;
}
.change__password__ui .error{
  position: absolute;
  color: #ff3838;
  font-size: 11px;
  bottom: -17px;
  font-weight: 100;
  left: 12%;
}
.change__password__ui .btn-cp{
  width: 100%;
  height: 36px;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  border: none;
  background-image: var(--theme-gradient);
  border-radius: 1rem;
  font-weight: 3pp;
  margin-top: 15px;
  font-weight: 300;
}
.change__password__ui .eye-on-off{
  position: absolute;
  right:0;
  top: 10px;
  color: #fff;
}
.card.rules-container {
  margin: 0;
  background: none;
}
.rules-container p {
  color: #fff;
}
.rules-container .card-header.modal-header {
  background: var(--theme-bg);
}
.rules-container .card-header.modal-header h4 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.rules-container .card-header.modal-header .close {
  opacity: 1;
  font-size: 24px;
}
.rules-container .card-body {
  padding: 0 5px;
  background: #222;
  border: 1px solid #333;
  padding-bottom: 5px;
}
.rules-container .card-body table{
  margin-top: 5px;
  margin-bottom: 0;
}
.rules-container .card-body table td,
.rules-container .card-body table tr{
  border-color: #555;
  font-size: 14px;
}
.rules-container .card-body table td {
  color: #fff;
}
.rules-container .panel{
  padding: 0;
  background: none;
  margin-bottom: 5px;
}
.rules-container .panel .card-header{
  background: #333;
  padding: 2px;
  border: none;
}
.rules-container .panel .card-header button{
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  font-size: 16px;
}

.rule_modal button.close {
  position: absolute;
  right: 5px;
  top: 5px;
  background: none;
  border: none;
  color: red;
}
.rule_modal .modal-content{
  background: #111;
}
.rule_modal .modal-content h3{
  color: #fff;
  margin-bottom: 10px;
}
.rule_modal .modal-content .modal-body{
  padding: 0;
}
.rule_modal .modal-content td span{
  color: #ddd;
}
.bet-table-row{
  position: relative;
}
.event_inplay:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  text-decoration: blink;
  -webkit-animation-name: inplayrow;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-direction: alternate;
}
.event_inplay:last-child:before{
  border-bottom-left-radius: 100px;
}
@-webkit-keyframes inplayrow {
  from {
    background:var(--theme-bg);
  }
  to {
    background: green;
  }
}
.main-slider{
  display: none;
}

ul.live_virtual {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  float: right;
  margin: 0 0 0 65%;
}
ul.live_virtual li {
  display: inline;
}
ul.live_virtual li label {
  display: inline-block;
/*    background-color: rgba(255, 255, 255, 0.9);*/
  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: 5px 10px;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
/*    width: 85px;*/
  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;
}
.mobile-menubar{
  display: none;
}
.casino-new-title {
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 9px;
  background: var(--theme-bg);
  padding: 5px;
}
.casino-new-title img {
  width: 28px;
}
.casino-searchbar {
  position: absolute;
  right: 1px;
}
.casino-searchbar .input-group-text {
  background: #444;
  border: none;
  color: #fff;
}
.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:767px) */
@media only screen and (max-width: 767px) {
  .desktop-menubar {
    display: none;
  }
  .mobile-menubar{
    display: block;
    overflow-x: hidden;
    padding: 5px;
  }
  ul.live_virtual{
    position: absolute;
    right: 10px;
  }
  .game-title-box{
    position: relative;
    height: 25px;
  }
  .game-title-box-right .text-center.col-4.text-white.caption {
    opacity: 0;
  }
  .casino__new__tab .casino-div img {
    height: 70px;
  }
  .newtab_collect .nav-tabs li {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
  }
  .vbtn__cashout{
    right: -40px;
    top: 1px;
  }
  .detail-page .bet-table-header .col-md-5.col-6 .game-title-box {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .detail-page .fancy__data .bet-table-header .col-md-5.col-6 .game-title-box {
    padding-left: 10px !important;
  }
  .detail-page .newtab_collect .tab-content .tab-pane {
    padding: 0;
  }
  .vbtn__cashout em,
  .vbtn__cashout i{
    font-size: 8px;
    padding: 0 1px;
    margin: 0;
    height: 22px;
  }
  .detail-page .match-name{
    display: flex;
    align-items: center;
    width: calc(100% - 35px);
  }
  .breadcrumb-section{
    padding: 1px;
  }
  .breadcrumb-section .back__btn {
    position: relative;
    top: 3px;
  }
  .detail__tabs{
    padding: 1px;
    margin: 0 !important;
    justify-content: center;
  }
  .detail__tabs li a{
    padding: 1px;
  }
  .detail__tabs li button{
    padding: 2px;
  }
  .breadcrumb-section .event___name{
    width: calc(100% - 120px);
    display: inline-block;
    font-size: 9px;
  }
  span.event-date{
    margin-left: 10px;
    display: block;
  }
  .main-slider{
    display: block;
  }
  .deskrop-main-slider{
    display: none;
  }
  .bet-nation-name{
    font-size: 11px !important;
  }
  .form__designing{
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .bet-table-row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .ac_screens .container{
    padding: 0 2px;
  }
  .detail-page .bl__text{
    width: 60px;
  }
  #main{
    padding-bottom: 58px;
    overflow: hidden;
    /* overflow-x: hidden;
    overflow-y: auto;
    height: 100vh; */
  }
  .leaguename{
    display: none;
  }
  .calendar-space{
    font-size: .5rem;
  }
  .match-name, .match-name a {
    font-size: .9rem;
  }
  .itbfc span i {
    font-size: 12px;
  }
  .itbfc span {
    margin: 0 1px;
    color: #4caf50;
    font-size: 10px;
  }
  .bet-table-row .row .col-md-4 {
    padding: 0;
  }
  .game-title{
    padding: 8px 0;
  }
  .login_modal .modal-body{
    padding: 0 12px;
  }
  .login_modal .modal-body form{
    padding: 16px;
  }
  .fancy__data .tab-pane{
    padding: 0;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after{
    display: inline-block;
  }
  .mob_searchbar .search-form{
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    margin: 20px 10px;
    margin-bottom: 10px;
  }
  .mob_searchbar .modal-content{
    background: #212121;
  }
  .mob_searchbar .search-bar input{
    background: #fff;
    border: none;
    width: 100%;
    font-size: 13px;
  }
  .mob_searchbar .search-bar input:focus{
    box-shadow: none !important;
    border: none !important;
  }
  .mob_searchbar .search-bar input:focus-visible{
    outline: none;
  }
  .mob_searchbar .search-bar h2{
    margin: 0;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #444;
    padding-bottom: 15px;
  }
  .mob_searchbar .search-bar .close {
    text-transform: uppercase;
    color: var(--theme-bg);
    font-size: 15px;
    font-weight: 300;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
}
.mob_searchbar .search-bar .dropdown{
  top: 115px !important;
  background: #444 !important;
  border-radius: 10px !important;
  padding: 5px !important;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.mob_searchbar .search-bar .dropdown-item{
  border: none !important;
  color: #fff !important;
  font-size: 13px;
  padding: 7px 15px !important;
  border-bottom: 1px solid #555 !important;
}
  .mob_searchbar .search-form button{
    color: var(--theme-bg);
    background: none;
    border: none;
  }
  .form__designing .input__row{
    margin-bottom: 10px;
    padding: 0 3px;
  }
  .form__designing .row .col-6:nth-child(3){
    width: 100%;
  }
  ul.live_virtual li label{
    padding: 1px 10px;
  }
  .detail-page .events-col {
      padding: 0;
      margin-bottom: 4px !important;
      margin: 0 2px;
  }
  .inplay-main.detail-page{
    padding: 0;
  }
  .mobile_odds_section {
    white-space: normal;
    overflow-x: hidden;
    padding: 0;
  }
  .mobile_odds_section::-webkit-scrollbar {
    display: none;
  }
  .mobile_odds_section .row{
    display: contents;
  }
  .mobile_odds_section .row .col-4 {
    width: auto;
  }
  .mobile_odds_section .row .col-4 .btn-block .back,
  .mobile_odds_section .btn-block .lay{
    width: 57px;
    margin: 0 1px;
  }
  .btn-block .back, .btn-block .lay {
    border-radius: 0.4rem;
    height: 35px;
    color: #000;
    font-weight: 700;
  }
  .inplay-main{
    border: none;
    padding:4px;
  }
  .logo img {
      width: 115px;
  }
  .header{
    padding-left: 0;
    height: 50px;
    position: inherit;
  }
  .navbar-main {
    position: inherit;
    padding: 0;
    top: 50px;
    width: 95%;
    margin: 0 auto;
    right: 0;
    left: 0;
    border-radius: 14px;
    background: #3D3D3D;
    border: none;
  }

.navbar-main ul {
    width: 100%;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding:3px 0;
  }
  .navbar-content li{
    border-right: 1px solid #666 !important;
  }
  .navbar-content li:last-child{
    border-right: none !important;
  }
  .navbar-content .nav-link {
    padding: 0 19px;
    flex-direction: column;
    align-items: center;
    margin: 0;
    border-radius: 0 !important;
    border: none;
  }
  .menu-icon img {
    margin: 0px !important;
  }
  .navbar-content .nav-tabs .nav-link:hover, .navbar-content .nav-tabs .nav-link.active {
    background: none;
    box-shadow: none;
    color: var(--theme-bg);
    font-weight: 400;
    font-size: 12px;
    border: none;
  }
  .header-nav .v-btn {
    height: 30px;
    padding: 0 10px;
  }
  .header-nav .nav-profile span {
      font-size: .75rem;
  }

  .header-nav .nav-icon {
      font-size: 16px;
  }
  .match-name, .match-name a {
    font-size: 0.7rem;
  }

}

@media (max-width:375px) {
  .itbfc span i{
    font-size: 9px;
  }
  .game-title-box{
    padding: .562rem .2rem!important;
  }
  .detail-page .match-name {
    display: flex;
    align-items: center;
    margin-left: 3px;
    font-size: 11px;
  }
  .detail-page .match-name .multi-pin{
    margin-right: 2px;
  }
}
body.toggle-sidebar:before,
body.toggle-right-sidebar:before{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 59%);
  z-index: 222;
  top: 0;
}
body.toggle-sidebar,
body.toggle-right-sidebar{
  overflow: hidden;
}
.eye-on-off {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: var(--theme-bg);
  cursor: pointer;
  font-size: 20px;
}
.eye-on-off:hover {
  color: var(--theme-bg);
}