@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 {
  scroll-behavior: smooth;
  --dark-bg: #121212;

  /*theme blue*/
/*  --theme-bg: #6394c9;
  --theme-gradient:linear-gradient(180deg,#6394c9 0,#0d3b6d);*/

  /*theme orange*/
  --theme-bg: #F26C20;
  --theme-gradient:linear-gradient(180deg,#F26C20 0,#F26C20);
}

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

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.signup-iframe{
  width: 100%;
  height: 100vh;
  border: none;
}
.resetpass-iframe{
  width: 100%;
  height: 500px;
  border: none;
}
.deposit_withdrawal iframe {
  width: 100%;
  border: none;
  width: 100%;
  height: calc(100vh - 170px);
  overflow-y: hidden;
}
.totalCls { font-weight: bolder; background-color: var(--theme-bg-light);}

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

.signup-iframe{
  width: 100%;
  height: 100vh;
  border: none;
}
.resetpass-iframe{
  width: 100%;
  height: 250px;
  border: none;
}
.resetpasshomemodal .modal-content{
  background: none;
}
.resetpasshomemodal .close{
  border: none;
  background: none;
  color: #fff;
  opacity: 1;
  padding: 0;
  font-size: 20px;
  display: block;
  text-align: right;
  width: 100%;
}
.deposit_withdrawal iframe {
  width: 100%;
  border: none;
  width: 100%;
  height: calc(100vh - 170px);
  overflow-y: hidden;
}

.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 th {
  overflow: hidden;
  white-space: nowrap;
  font-size: small;
  color: #000;
  border: thin solid white;
  background-color: lightgrey;
} 
.mybets_modal table td {
  font-size: smaller;
  color: #fff;
  /* overflow: hidden;
  white-space: nowrap; */
} 

.mybets_modal table td:last-child {
/*  color: red !important;*/
}
.text-red {
    color: red !important;
}
.text-green {
    color: green !important;
}
.mybets_modal h4 a {
  color: #fff;
}
.mybets_modal .card-header.inner-header {
  background: none;
  padding: 0;
  margin-bottom: 10px;
}
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;
}
.rules-container h4 {
    color: #000;
}
.rules-container .panel{
  margin-bottom: 2px;
}
.rules-container .panel .panel-heading{
  padding: 4px 10px;
  border: 1px solid #ddd;
  box-shadow: none;
  background: #f5f5f5f5;
  border-radius: 5px;
}
.rules-container .panel .panel-body{
  padding: 2px;
  margin:2px;
}
.rules-container .panel .panel-body table{
  margin-bottom: 0;
}
.rules-container .panel button {
    color: #000;
    text-decoration: none;
    padding: 0;
    font-size: 20px;
}
.rules-container .panel button:focus{
  box-shadow: none;
  outline: none;
}
.rule_modal button.close {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: none;
    opacity: 1;
    font-size: 20px;
    color: red;
}
.rule_modal td{
  color: #ddd;
}
.rule_modal .rules-description {
    padding: 0;
}
.rule_modal .modal-content{
  background: #212121;
}
.rule_modal h3{
  color: #fff;
}
.rule_modal .card-header,
.rule_modal .card{
  background: none;
}
.rule_modal .card-body{
  padding: 0;
  border-radius: 5px !important;
  background: #333;
}
.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: block;
}
/*.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: 0 auto;
  display: block;
  margin-bottom: 20px !important;
}
.login_modal .form-group{
  margin-bottom: 25px;
  height: 55px;
  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: 0.5rem;
  height: 3rem;
  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: 20px;
  top: 14px;
  transition: 0.2s ease all;
  color: #666;
}
.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: -10px;
  left: 20px;
  font-size: 11px;
  opacity: 1;
  background: #fff;
  border-radius: 5px;
  padding: 2px 10px;
  color: var(--theme-bg);
}
.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: #000;
  box-shadow: none;
}
.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: 1rem;
}
.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-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: hsla(0,0%,100%,.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0,0,0,.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid hsla(0,0%,100%,.3);
  position: relative;
}
.login_modal .error{
  color: #ff5252;
  font-weight: 500;
  font-size: 13px;
  position: absolute;
  bottom: -20px;
  left: 15px;
  letter-spacing: 1px;
}
.min-stake {
  background: #ffce00 !important;
}
.max-stake {
  background: #75b7ff !important;
  color: #fff !important;
}
.clear-stake {
  background: #fffc9f !important;
  color: #fff !important;
}
.all-in-stake{
  background: #4caf50 !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;
}
.ac_screens thead{
  background: var(--theme-gradient);
}
.ac_screens table{
  background: #fff;
}
.ac_screens table th{
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}
.ac_screens table td{
  font-size: 12px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
}
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-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.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;
  text-transform: capitalize;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
.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: capitalize;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--theme-gradient);
  color: #fff;
  font-size: 13px;
}
.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: 48px !important;
}

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

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


/*--------------------------------------------------------------
# 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;
    color: #fff;
  background-image: var(--theme-gradient);
}




.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: 32px;
  font-size: 24px;
  line-height: 0;
}

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

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

.logo img {
  max-height: 26px;
  margin-right: 6px;
}

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

.header {
    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: 5px !important;
  padding-bottom: 5px !important;
  background: #1E1E1E !important;
  left: 35px !important;
  top: 38px !important;
}
.header .search-form typeahead-container .dropdown-item{
    color: #fff !important;
    left: 0;
    border: none !important;
    font-size: 16px;
    font-weight: 300;
    padding: 16px !important;
}
.header .search-form typeahead-container .dropdown-item:hover{
  background: #303030 !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: #363636;
  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%);
 }

.dropdown-header h6 {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
    color: #fff;
    line-height: 19px;
}

.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: 55px;
    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;
}


.navbar-content .nav-link {
    text-decoration: none;
    text-align: center;
    padding: 0.45rem .7rem;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    border-radius: 100px;
    text-transform: uppercase;
    color: #ffffff99;
    font-weight: 400;
    font-size: .75rem;
    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;
}

.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 {
    font-size: 12px;
    color: #fff;
    padding-left: 15px;
    font-weight: 300;
}

.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; text-transform: capitalize;}
.game-list ul li a img {
    width: 25px;
    margin-right: 1rem;
}
.deposit_withdrawal li a img {
  filter: invert(1);
}
.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: #c9c900 !important;
}
a.info-modal {
  color: yellow !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: .562rem .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;
}

.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: 2px;
    min-height:35px;
    cursor: pointer;
    background-color: #a5d9fe;
}

.odd-button__price {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.odd-button__volume {
    font-size: 9px;
    line-height: 11px;
    min-height: 11px;
    border: none!important;
}

.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: 2px;
    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-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;
}
.br-btm {
}

.calendar-space {
    color: var(--theme-bg);
    width: 100%;
    display: block;
    text-align: left;
    white-space: normal;
    font-size: .65rem;
    font-weight: 400;
    padding-left: 0!important;
}



/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top:109px;
  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:55px;
  }
}

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

.sidebar::-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: 50px;
  }
}

@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 {
  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% {
    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: #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: var(--theme-bg) !important;
}
.v-btn {
  display: inline-flex;
  font-weight: 300;
  color: #fff;
  border: var(--theme-bg) 1px solid;
  height: 36px;
  /* min-width: 64px; */
  /* padding: 0 4px; */
  border-radius: 28px;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  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: hsla(0,0%,100%,.12) 1px solid !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/*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 {
    position: absolute;
    top: 6px;
    right: 20px;
    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: 48px;
    display: flex;
    align-items: center;
}
.sidenav .closebtn:hover{
    background: #7f99b870;
}
.sidenav .dropdown-menu{
    width: 100%;
    padding: 0;
    height: 100%;
    border-radius: 0;
}
.sidenav .dropdown-menu:before{
    display: none;
}
.sidenav .dropdown-menu li{border-bottom: none}
.sidenav .dropdown-menu li a{
    border-bottom: none;
    color: #fff;
    font-weight: 300;
}
/*sidemenu bar*/ 
.logout-li{
  border-top: hsla(0,0%,100%,.12) 1px solid !important;
  margin-top: 10px;
}
li.logout-li a {
    text-align: center;
    display: block;
    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-image: var(--theme-gradient);
    border-radius: 10px;
    width: 80%;
    margin: 20px  auto;
    height: 28px;
    font-size: .75rem;
    line-height: 28px;
 }
 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;
}
.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: 0 15px;
}

.balance-text-left {
  font-weight: 300;
    flex-basis: 60%;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1rem;
    color: #ffffffb3;
}

.breadcrumb-section{
  background: #272727;
  border-bottom: 1px solid #333;
  border-top: 1px solid #4c4c4c;
  position: relative;
  padding: 11px 5px;
}
.breadcrumb-section .back__btn{
  color: #fff;
}
.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 5px;
  border-radius: 4px;
  letter-spacing: 1px;
  font-weight: 200;
  position: absolute;
  right: 2px;;
  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__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;
  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: 13px;
  font-weight: 600;
  text-transform: capitalize;
  color: rgba(0,0,0,.87);
  padding: 7px 10px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  margin: 0;
}
.runpls{
  line-height: normal;
  font-size: 13px;
  margin:0 8px;
  position: relative;
  display: flex;
}
.runpls em{
  font-style: normal;
  font-weight: 600;
}
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: 13px;
  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;
}
.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: #999999d9;
}
.suspended__div b{
  background: #e0e0e0;
  border-radius: 30px;
  color: #000;
  font-size: .75rem;
  font-weight: 400;
  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*/
.back-border{
  border: 2px solid #a5d9fe;
}
.lay-border{
  border: 2px solid #f8d0ce;
}
.betslip__div{
  position: relative;
  background: #fff;
  padding: 12px;
}
.betslip__div .ruuner_names{
  font-size: 0.9rem;
  letter-spacing: .0333333333em!important;
  line-height: 1.25rem;
}
.betslip__div .ruuner_names div {
  font-weight: 700;
}
.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: 10px;
  font-size: 10px;
  background: #fff;
  top: -10px;
  text-transform: capitalize;
  color: rgba(0,0,0,.38);
}
.lay-border .stakes_btns button {
    border: 1px solid #faaaba;
    background: #fff;
    color: #faaaba !important;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    height: 30px;
    width: calc(25% - 3px);
    margin-bottom: 6px;
    margin-left: 3px;
    padding: 0;
}

.back-border .stakes_btns button {
    border: 1px solid #65bae2;
    background: #fff;
    color: #65bae2 !important;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50px;
    height: 30px;
    width: calc(25% - 3px);
    margin-bottom: 6px;
    margin-left: 3px;
    padding: 0;
}
.back-border .stakes_btns .quick-bet-extra button, .lay-border .stakes_btns .quick-bet-extra button {
    color: #000 !important;
    border: none;
}
.back-border .stakes_btns button:hover {
    border: 1px solid #65bae2;
    background: linear-gradient(180deg,#a5d9fe 0,#0469b1);
    color: #fff !important;
}

.lay-border .stakes_btns button:hover {
    border: 1px solid #faaaba;
    background: linear-gradient(180deg,#faaaba 0,#faaaba);
    color: #fff !important;
}
.betslip__div .input-group .input-group-text{
  background: none;
  border-radius: 0;
  border: none;
  padding: 0 10px;
  color: rgba(0,0,0,.38);
}
.betslip__div .input-group .input-group-text i{}
.betslip__div .input-group input{
  border: none;
  height: 30px;
  font-size: 13px;
  text-align: center;
}
.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{
  font-size: 13px;
  height: 32px;
  border: 1px solid rgba(0,0,0,.38);
  border-radius: 5px;
  text-align: center;
}
.bs_stakes_i:focus{
  border: 1px solid rgba(0,0,0,.38);
  box-shadow: none;
}
.stakes_btns .col-12{
  padding:  02px;
}
.stakes_btns button{
  border: none;
  background: #CCCCCC;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  border-radius: 50px;
  height: 28px;
  width: calc(25% - 3px);
  margin-bottom: 6px;
  margin-left: 3px;
}
.betslip__div .row {
    border: none;
}
.bs_cancel{
  border: 1px solid #000!important;
  color: #000!important;
  font-size: 1.2rem;
  height: 36px;
  background: none;
  width: 100%;
  border-radius: 50px;
  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: 1.2rem;
  height: 36px;
  border-radius: 50px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
}
.mmm_text{
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  position: absolute;
  top: 13%;
  right: 12px;
}
.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 .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;
}

.accounts_screen{
  margin-left: 0 !important;
  padding: 0 !important;
}
.form__designing{
  padding: 12px;
}
.form__designing input,
.form__designing select{
  background: none;
  border-radius: 100px;
  border:1px solid hsla(0,0%,100%,.24);
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 300;
  height: 32px;
  color: #fff;
}
.form__designing input:focus,
.form__designing select:focus{
  box-shadow: none;
  background: none;
  color: #fff;
}
.form__designing label{
  position: absolute;
  top: -8px;
  left: 30px;
  text-transform: capitalize;
  font-size: 10px;
  color: #999;
  background: #121212;
  padding: 0 5px;
}
.form__designing .serach__button{
  background-image: var(--theme-gradient);
  color: #fff;
  height: 28px;
  border-radius: 100px;
  border: none;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  width: 100%;
  border-radius: 100px;
}
.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;
}
.mo_itbfc{
  display: none;
}
@media (max-width:767px) {
  .calendar-space{
    display: inline;
  }
  .mo_itbfc {
    color: #4caf50;
    display: inline-block;
    margin: 0 3px;
  }
  .mo_itbfc span {
    padding: 3px 3px;
    box-shadow: inset 0 0 0 1px #e0e0e0;
  }
  .bet-table-row .row .col-md-4.col-6 {
    padding: 0;
  }
  .back-slip .stakes_btns button, .lay-slip .stakes_btns button {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile__betslip-data{
    padding: 0 3px;
  }
  .login_modal .modal-body{
    padding: 0 20px;
  }
  .login_modal .modal-body form{
    padding: 1rem 2rem;
  }
  .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;
  }
  .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;
  }
  .mob_searchbar .search-bar .close {
    text-transform: uppercase;
    color: var(--theme-bg);
    font-size: 15px;
    font-weight: 300;
    margin-top: 15px;
    display: block;
}
.mob_searchbar .search-bar .dropdown{
  top: 100px !important;
  background: #212121 !important;
}
.mob_searchbar .search-bar .dropdown-item{
  border: none !important;
  color: #fff !important;
  font-size: 15px;
}
  .mob_searchbar .search-form button{
    color: var(--theme-bg);
    background: none;
    border: none;
  }
  .form__designing .input__row{
    margin-bottom: 10px;
    padding: 0 3px;
  }
  .detail-page .events-col {
      padding: 0;
      margin-bottom: .5rem !important;
      margin: 0 2px;
  }
  .sidenav .dropdown-menu{
    height: 100%;
  }
  .inplay-main.detail-page{
    padding: 0;
  }
  .mobile_odds_section {
    display: flex;
    white-space: normal;
    overflow-x: overlay;
    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: 50px;
  }
  .btn-block .back, .btn-block .lay {
    border-radius: 1rem;
  }
  .inplay-main{
    padding: 5px 0.5rem;
  }
  .logo img {
      width: 100px;
  }
  .header{
    padding-left: 0;
    height: 50px;
  }
  .navbar-main {
      padding: 0;
      top: 50px;
  }

.navbar-main ul {
    width: 100%;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding:5px 0;
}

.navbar-content .nav-link {
    padding: 0.3rem .9rem;
    flex-direction: column;
    align-items: center;
}
.menu-icon img {
    margin: 0px !important;
    padding-bottom: 2px;
}

.navbar-content .nav-tabs .nav-link:hover, .navbar-content .nav-tabs .nav-link.active {
    border-radius: 10px;
    background: none;
    box-shadow: none;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}


.header-nav .v-btn {
    height: 30px;
    padding: 0 5px;
}
.header-nav .nav-profile span {
    font-size: .75rem;
}

.header-nav .nav-icon {
    font-size: 16px;
}

}

@media (max-width:375px) {
  .betslip__div{
    padding: 2px;
  }
  .stakes_btns button{
    padding: 0;
  }
  .bs_stakes_i,
  .betslip__div .input-group input{
    text-align: center;
  }
  .game-title-box{
    padding: .562rem .2rem!important;
  }
  .detail-page .match-name {
    display: inline-flex;
    margin-left: 3px;
  }
  .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: #78787863;
  z-index: 222;
  top: 0;
}
body.toggle-sidebar,
body.toggle-right-sidebar{
  overflow: hidden;
}
.eye-on-off {
  position: absolute;
  right: 15px;
  bottom: 12px;
  color: #4b4b4b;
  cursor: pointer;
  font-size: 20px;
}
.eye-on-off:hover {
  color: var(--theme-bg);
}
@media (max-width:320px) {
  span.event-date{
    display: block;
    margin-left: 10px;
    line-height: normal;
  }
}