/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/*# sourceMappingURL=user.css.map */
.img-flip {
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -);
}

/*-----------------------------------------------
|   Theme Styles
-----------------------------------------------*/
.navbar-vertical {
    z-index:1021 !important;
}

/* -- bet page -- */
.bet-btn {
    text-decoration:none;
    color:var(--falcon-body-color);
}

.bet-btn:hover {
    text-decoration:none;
    color:var(--falcon-body-color);
}
.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  will-change: transform;
  transform: translateZ(0);
  display: flex;
  height: 50px;
  box-shadow: 0 -2px 5px -2px #333;
  background-color: var(--falcon-body-bg);
}
.mobile-bottom-nav a:hover{
  text-decoration:none;
}
.mobile-bottom-nav__item {
  flex-grow: 1;
  text-align: center;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobile-bottom-nav__item--active {
  color: red;
}
.mobile-bottom-nav__item-content {
  display: flex;
  flex-direction: column;
}

.mobile-bottom-nav {
  display: none;
}
@media (max-width: 991.98px) {
    .mobile-bottom-nav {
      display: flex;
    }
    .navbar-toggle-icon {
        display: none;
        margin:0px;
    }
    .navbar-brand , .navbar-brand>.font-sans-serif{
        margin-left: -1.25rem !important;
    }
    .setting-toggle {
        display: none;
    }
}