@charset "UTF-8";
@keyframes it-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  box-sizing: border-box;
}

.mm-btn, .mm-menu {
  box-sizing: border-box;
}

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}

.mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
  content: '';
  bottom: 0;
}

.mm-hidden {
  display: none !important;
}

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  padding: 0;
  position: absolute;
  bottom: 0;
}

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
  bottom: 0;
}

.mm-btn, .mm-panel.mm-highest {
  z-index: 1;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-next:after, .mm-prev:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
}

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar .mm-btn:first-child {
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit;
}

.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking, html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

.mm-menu.mm-offcanvas.mm-current {
  display: block;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
  z-index: 10;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom, .mm-menu.mm-offcanvas.mm-autoheight.mm-top {
  max-height: 80%;
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%;
}

.mm-menu.mm-offcanvas.mm-measureheight .mm-panel {
  display: block !important;
}

.mm-menu.mm-offcanvas.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

.mm-menu.mm-columns {
  -webkit-transition-property: width,max-width,-webkit-transform;
  transition-property: width,max-width,-webkit-transform;
  transition-property: transform,width,max-width;
  transition-property: transform,width,max-width,-webkit-transform;
}

.mm-menu.mm-columns .mm-panels > .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}

html.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 0px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}

.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
  width: 100%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}

html.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(880px, 0);
    -ms-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 1100px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    -ms-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0);
  }
}

.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
  width: 50%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}

html.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    -ms-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 1650px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    -ms-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}

.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
  width: 33.34%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}

html.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    -ms-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 2200px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    -ms-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}

.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
  width: 25%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate(600%, 0);
  -ms-transform: translate(600%, 0);
  transform: translate(600%, 0);
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px;
}

html.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(2200px, 0);
    -ms-transform: translate(2200px, 0);
    transform: translate(2200px, 0);
    -webkit-transform: translate3d(2200px, 0, 0);
    transform: translate3d(2200px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 2750px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-2200px, 0);
    -ms-transform: translate(-2200px, 0);
    transform: translate(-2200px, 0);
    -webkit-transform: translate3d(-2200px, 0, 0);
    transform: translate3d(-2200px, 0, 0);
  }
}

.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
  width: 20%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
  -webkit-transform: translate(600%, 0);
  -ms-transform: translate(600%, 0);
  transform: translate(600%, 0);
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate(700%, 0);
  -ms-transform: translate(700%, 0);
  transform: translate(700%, 0);
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px;
}

html.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(2640px, 0);
    -ms-transform: translate(2640px, 0);
    transform: translate(2640px, 0);
    -webkit-transform: translate3d(2640px, 0, 0);
    transform: translate3d(2640px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 3300px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-2640px, 0);
    -ms-transform: translate(-2640px, 0);
    transform: translate(-2640px, 0);
    -webkit-transform: translate3d(-2640px, 0, 0);
    transform: translate3d(-2640px, 0, 0);
  }
}

.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
  width: 16.67%;
}

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

em.mm-counter + a.mm-next {
  width: 90px;
}

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a, .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span, em.mm-counter + a.mm-fullsubopen + a, em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}

html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-dropdown .mm-menu {
  z-index: 2;
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none;
}

.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-menu.mm-tipleft:before {
  left: 22px;
}

.mm-menu.mm-tipright:before {
  right: 22px;
}

.mm-menu.mm-tiptop:before {
  top: -8px;
}

.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}

.mm-iconpanel .mm-panel {
  -webkit-transition-property: left,-webkit-transform;
  transition-property: left,-webkit-transform;
  transition-property: transform,left;
  transition-property: transform,left,-webkit-transform;
}

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}

.mm-keyboardfocus a:focus {
  outline: 0;
}

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5);
}

.mm-navbar-bottom, .mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}

.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0;
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar-top-1 {
  top: 0;
}

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}

.mm-navbar-bottom-1 {
  bottom: 0;
}

.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

.mm-menu.mm-rtl {
  direction: rtl;
}

.mm-menu.mm-rtl.mm-offcanvas {
  right: auto;
}

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-rtl .mm-panel.mm-subopened {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0;
}

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  right: 20px;
}

.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next), .mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important;
}

.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0;
}

.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0;
}

.mm-menu.mm-rtl .mm-listview .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-menu.mm-rtl .mm-listview .mm-next + a, .mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px;
}

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px;
}

.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px;
}

.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px;
}

.mm-menu.mm-rtl label.mm-check, .mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important;
}

.mm-menu.mm-rtl label.mm-toggle + a, .mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px;
}

.mm-menu.mm-rtl label.mm-check + a, .mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check, .mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px;
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
  left: 0;
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  -webkit-transition-property: right,-webkit-transform;
  transition-property: right,-webkit-transform;
  transition-property: transform,right;
  transition-property: transform,right,-webkit-transform;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-search, .mm-search input {
  box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative;
}

.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.mm-search .mm-clear, .mm-search .mm-next {
  right: 0;
}

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel.mm-hassearch {
  padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

li.mm-nosubresults > a.mm-next {
  display: none;
}

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-panels > .mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right .4s ease;
  transition: right .4s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px;
}

label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px;
}

label.mm-check:before, label.mm-toggle:before {
  content: '';
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px;
}

label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px;
}

label.mm-check + a, label.mm-check + span {
  padding-right: 60px;
}

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px;
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
}

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px;
}

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
}

.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none;
}

.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important;
}

.mm-listview.mm-border-offset > li:after, .mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px;
}

.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
  -webkit-transition: none .4s ease;
  transition: none .4s ease;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity,top;
  transition-property: opacity,top;
  opacity: 0;
  top: -25%;
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}

.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview:after, .mm-menu .mm-panels > .mm-panel.mm-justified-listview:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:after, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:before {
  content: none;
  display: none;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span {
  box-sizing: border-box;
  height: 100%;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0;
}

.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal;
}

html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
  opacity: 0;
}

html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s;
}

html.mm-pagedim #mm-blocker {
  background: inherit;
}

html.mm-pagedim-white #mm-blocker {
  background: #fff;
}

html.mm-pagedim-black #mm-blocker {
  background: #000;
}

.mm-menu.mm-popup {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}

html.mm-popup .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-popup #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-popup .mm-menu {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}

html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-front #mm-blocker {
  z-index: 1;
}

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
}

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}

.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-shadow-page.mm-front:after, .mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-page:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-shadow-page.mm-theme-dark:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-shadow-page.mm-theme-white:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-keyboardfocus a:focus, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: false;
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative;
}

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

button {
  cursor: pointer;
}

.head-nav-wrap .d-flex {
  justify-content: space-between;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #2E2D2E;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  background-color: #CCCCCC;
}

body::-webkit-scrollbar {
  display: none;
  width: 20px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #F2CA6F;
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent);
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: color .2s ease;
  color: #efbc4a;
}

a:hover, a:focus {
  color: #1c1c1c;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

.row-wrapper {
  margin: 0 auto;
  position: relative;
}

.row-wrapper::after {
  display: block;
  clear: both;
  content: "";
}

.row-wrapper.frame-sports-wrapper {
  max-width: 1200px;
}

[v-cloak] {
  display: none;
}

.title-double {
  text-align: center;
  text-transform: uppercase;
  line-height: .8;
  text-shadow: 0 0 5px rgba(28, 28, 28, 0.7);
  margin-bottom: 0.75rem;
}

.title-double span,
.title-double b {
  display: block;
}

.title-double span {
  font-size: 30px;
  color: #fff;
}

.title-double b {
  font-size: 42px;
  color: #e7aa0e;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 1.5em;
  }
  .static-page-header {
    font-weight: 700;
  }
}

h1, h2, h3, h4, h5, h6 {
  text-transform: none;
  font-weight: 700;
}

table {
  width: 100%;
  text-align: center;
}

table th {
  background: #efbc4a;
  color: #fff;
  text-align: center;
  padding: 4px 8px;
}

table tr:nth-child(odd) {
  background-color: #F5F5F5;
}

table td {
  padding: 2px;
}

.alert p:last-child {
  margin: 0;
}

.input-group .form-control:not(:first-child) {
  border-left: 0;
  padding-left: 0;
}

.input-group .form-control:not(:last-child) {
  border-right: 0;
  padding-right: 0;
}

.input-group {
  background: #fff;
}

.input-group-tooltip-helper {
  position: absolute;
  color: #6c757d;
  right: 10px;
  z-index: 1000;
  top: 50%;
  transform: translateY(-50%);
}

.input-group-tooltip-helper:hover {
  color: #111111;
}

.form-control-round {
  border-radius: 24px;
}

.form-control,
.input-group-addon {
  border-radius: 0;
}

.on-dark .form-control, .on-dark
.input-group-addon {
  border-color: #fff;
}

.form-inline .input-group {
  background: #fff;
}

.password-token-toggle {
  color: #333333;
}

.row-header-desktop .form-inline .input-group {
  width: 132px;
}

@media (min-width: 1320px) {
  .row-header-desktop .form-inline .input-group {
    width: 144px;
  }
}

@media (min-width: 1320px) {
  .row-header-desktop .form-inline .input-group {
    width: 160px;
  }
}

@media (min-width: 1480px) {
  .row-header-desktop .form-inline .input-group {
    width: 170px;
  }
}

.row-header-desktop .form-control, .row-header-desktop .btn {
  font-size: 13px;
}

@media (min-width: 1140px) {
  .row-header-desktop .form-control, .row-header-desktop .btn {
    font-size: 14px;
  }
}

@media (min-width: 1320px) {
  .row-header-desktop .form-control, .row-header-desktop .btn {
    font-size: 16px;
  }
}

.row-header-desktop .form-control,
.row-header-desktop .input-group-addon {
  background: #E8E8E8;
  border-color: #E8E8E8;
}

label {
  margin-bottom: .25rem;
}

#form-error-message {
  text-align: center;
  color: #e0000f;
}

.btn {
  border-radius: 0;
  transition: none;
}

.btn {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity 1s;
}

.btn:active:after {
  transform: scale(0, 0);
  opacity: .3;
  transition: 0s;
}

.btn-primary,
.nav-mobile-user-login .btn-primary-outline {
  color: #fff;
  background: #efbc4a;
  border-color: #edb537;
}

.btn-primary:focus, .btn-primary:hover,
.nav-mobile-user-login .btn-primary-outline:focus,
.nav-mobile-user-login .btn-primary-outline:hover {
  color: #fff;
  background: #ebae24;
  border-color: #f5d48b;
}

.btn-primary-outline {
  color: #000000;
  border-color: #000000;
}

.btn-primary-outline:hover {
  color: #000000;
  background-color: #000000;
  border-color: #000000;
}

.btn-primary-outline:focus, .btn-primary-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-primary-outline.disabled, .btn-primary-outline:disabled {
  color: #000000;
  background-color: transparent;
}

.btn-primary-outline:not(:disabled):not(.disabled):active, .btn-primary-outline:not(:disabled):not(.disabled).active,
.show > .btn-primary-outline.dropdown-toggle {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-primary-outline:not(:disabled):not(.disabled):active:focus, .btn-primary-outline:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-primary-outline:hover, .btn-primary-outline:active, .btn-primary-outline:focus {
  color: #CCCCCC;
}

.btn-primary-fancy {
  color: #fff;
  background-color: #000;
  border-color: #efbc4a;
  background-image: linear-gradient(to bottom, #efbc4a 0%, #ebae24);
  text-transform: uppercase;
  font-weight: 700;
}

.btn-primary-fancy:hover {
  color: #212529;
  background-color: #efbc4a;
  border-color: #eaab1b;
}

.btn-primary-fancy:focus, .btn-primary-fancy.focus {
  color: #212529;
  background-color: #efbc4a;
  border-color: #eaab1b;
  box-shadow: 0 0 0 0.2rem rgba(241, 198, 101, 0.5);
}

.btn-primary-fancy.disabled, .btn-primary-fancy:disabled {
  color: #fff;
  background-color: #000;
  border-color: #efbc4a;
}

.btn-primary-fancy:not(:disabled):not(.disabled):active, .btn-primary-fancy:not(:disabled):not(.disabled).active,
.show > .btn-primary-fancy.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: #e4a515;
}

.btn-primary-fancy:not(:disabled):not(.disabled):active:focus, .btn-primary-fancy:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-fancy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 198, 101, 0.5);
}

.btn-primary-fancy:focus {
  color: #000;
}

.btn-secondary-fancy {
  color: #212529;
  background-color: #ecb029;
  border-color: #fff;
  color: #ecb029;
  /* background-image: linear-gradient(
    to bottom,
    lighten($gray, 50%),
    $white
  );*/
  text-transform: uppercase;
  font-weight: 700;
}

.btn-secondary-fancy:hover {
  color: #212529;
  background-color: #ccc;
  border-color: #e6e6e6;
}

.btn-secondary-fancy:focus, .btn-secondary-fancy.focus {
  color: #212529;
  background-color: #ccc;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-secondary-fancy.disabled, .btn-secondary-fancy:disabled {
  color: #212529;
  background-color: #ecb029;
  border-color: #fff;
}

.btn-secondary-fancy:not(:disabled):not(.disabled):active, .btn-secondary-fancy:not(:disabled):not(.disabled).active,
.show > .btn-secondary-fancy.dropdown-toggle {
  color: #212529;
  background-color: #cf9513;
  border-color: #dfdfdf;
}

.btn-secondary-fancy:not(:disabled):not(.disabled):active:focus, .btn-secondary-fancy:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary-fancy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-secondary {
  background: linear-gradient(to bottom, #17181D 0%, #3D3E43 99%);
  color: #CCCCCC;
  border-color: transparent;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background: #000 !important;
  border-color: transparent;
  color: #CCCCCC;
}

.btn-white {
  color: #fff;
  background-color: #454444;
  border-color: #fff;
}

.btn-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #e6e6e6;
}

.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: #fff;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
  color: #fff;
  background-color: #454444;
  border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white-outline {
  color: #fff;
  background-image: none;
  background-color: transparent;
  border-color: #fff;
}

.btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline:active {
  color: #fff;
  background-color: #e6a615;
  border-color: #fff;
}

.btn-shadow {
  box-shadow: 0 2px 4px rgba(28, 28, 28, 0.5);
}

.btn-gray {
  color: #212529;
  background-color: #fff;
  border-color: #454444;
}

.btn-gray:hover {
  color: #fff;
  background-color: #454444;
  border-color: #2b2b2b;
}

.btn-gray:focus, .btn-gray.focus {
  color: #fff;
  background-color: #454444;
  border-color: #2b2b2b;
  box-shadow: 0 0 0 0.2rem rgba(64, 63, 64, 0.5);
}

.btn-gray.disabled, .btn-gray:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #454444;
}

.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #252424;
}

.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 63, 64, 0.5);
}

.btn-gray-outline {
  color: #454444;
  border-color: #454444;
  color: #fff;
}

.btn-gray-outline:hover {
  color: #454444;
  background-color: #454444;
  border-color: #454444;
}

.btn-gray-outline:focus, .btn-gray-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 68, 68, 0.5);
}

.btn-gray-outline.disabled, .btn-gray-outline:disabled {
  color: #454444;
  background-color: transparent;
}

.btn-gray-outline:not(:disabled):not(.disabled):active, .btn-gray-outline:not(:disabled):not(.disabled).active,
.show > .btn-gray-outline.dropdown-toggle {
  color: #fff;
  background-color: #454444;
  border-color: #454444;
}

.btn-gray-outline:not(:disabled):not(.disabled):active:focus, .btn-gray-outline:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 68, 68, 0.5);
}

.btn-gray-outline:hover {
  background-color: transparent;
  color: #fff;
}

.btn-gray-outline:active, .btn-gray-outline.active,
.show > .btn-gray-outline.dropdown-toggle {
  background-color: transparent;
  color: #fff;
}

.btn-round {
  border-radius: 14px;
}

.btn-round2 {
  border-radius: 4px;
}

.btn-topup-yes {
  background-color: #F2CA6F;
  font-weight: bold;
  color: #ffffff;
}

.btn-topup-no {
  background-color: gray;
  font-weight: bold;
  color: #ffffff;
}

.btn-xl {
  padding: 0.55rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-full {
  width: 100%;
  display: block;
}

.btn-loading::before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f110";
  content: "\f110";
  margin-right: 5px;
  animation: it-spin linear .5s infinite;
}

.btn-inline-table {
  line-height: 0.5;
}

.golden-race-btn {
  color: #FFDA77 !important;
  border: 2px solid #FFDA77;
  border-radius: 20px;
  padding: 6px;
  box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.2);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea822b+0,e9812a+27,e57d28+32,dc7526+36,d46d28+43,cf6527+55,c15924+65,c15727+68,bf5525+71,c55128+82,b94128+100 */
  background: #ea822b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ea822b 0%, #e9812a 27%, #e57d28 32%, #dc7526 36%, #d46d28 43%, #cf6527 55%, #c15924 65%, #c15727 68%, #bf5525 71%, #c55128 82%, #b94128 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ea822b 0%, #e9812a 27%, #e57d28 32%, #dc7526 36%, #d46d28 43%, #cf6527 55%, #c15924 65%, #c15727 68%, #bf5525 71%, #c55128 82%, #b94128 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ea822b 0%, #e9812a 27%, #e57d28 32%, #dc7526 36%, #d46d28 43%, #cf6527 55%, #c15924 65%, #c15727 68%, #bf5525 71%, #c55128 82%, #b94128 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea822b', endColorstr='#b94128',GradientType=0 );
  /* IE6-9 */
}

.btn-disable {
  background-color: #535252;
  cursor: not-allowed;
  pointer-events: none;
}

.back-sports-btn {
  margin-left: 0px;
}

.back-sports-btn-promo {
  margin-left: 0px;
  margin-bottom: 13px;
}

.btn-full-back-to-sports {
  color: #1c1c1c;
  background: #F2CA6F;
  border-color: #F2CA6F;
  width: 30%;
  height: 100%;
  margin: left;
  margin-bottom: 3px;
  position: relative;
  overflow: hidden;
  padding: 0.7rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}

.btn-full-back-to-sports:hover {
  background: #F2CA6F;
}

.btn-full-back-to-sports:focus .btn:active:after {
  border-color: #0260b2;
  color: #1c1c1c;
}

.popover-danger {
  background-color: #f2dede;
  color: #a94442;
  z-index: 100000000;
}

.popover-danger.popover-bottom::before, .popover-danger.bs-tether-element-attached-top::before {
  border-bottom-color: #ebcccc;
}

.popover-danger.popover-bottom::after, .popover-danger.bs-tether-element-attached-top::after {
  border-bottom-color: #f2dede;
}

.btn-group-item {
  border: 1px solid #cfcfcf;
  border-right: 0;
  padding: 0.375rem 0.75rem;
  line-height: normal;
  vertical-align: middle;
}

.btn-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.btn-group-item:last-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

@media (max-width: 991.98px) {
  .form-login .input-group {
    width: 100%;
  }
  .form-login .btn:not(.dropdown-toggle) {
    width: 100% !important;
    margin-bottom: 0.5rem !important;
    margin-right: 0 !important;
    display: inline-block;
    border-color: transparent;
    /*
      &:first-of-type {
        margin-right: 1% !important;
      }
      */
  }
  .form-login .input-group .form-control:not(:first-child) {
    padding-left: 0;
  }
}

.head-master {
  background: #E56425;
  padding: 0;
}

@media (max-width: 767.98px) {
  .head-master {
    padding: 0.25rem 0;
  }
}

.site-logo {
  margin-bottom: 0;
  margin-left: 15px;
}

@media (max-width: 767.98px) {
  .site-logo {
    margin-left: 0 !important;
  }
}

.site-logo img {
  max-width: 180px;
}

@media (max-width: 991.98px) {
  .site-logo img {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .site-logo img {
    max-height: 34px;
  }
}

@media (max-width: 991.98px) {
  .site-logo {
    text-align: center;
    margin: 0 15px;
    width: 140px;
  }
}

@media (max-width: 991.98px) {
  .logo-wrap {
    display: flex;
    align-items: center;
  }
}

.btn-mobile-trigger {
  width: 40px;
}

.btn-deposit-mobile {
  margin-left: auto;
}

.btn-user-trigger {
  margin-left: auto;
}

.logged-in .btn-user-trigger {
  margin-left: 10px;
}

.user-hud {
  color: #efbc4a;
}

.user-hud .btn-group-item {
  line-height: 1.25rem;
}

.user-hud .btn-group-item .fa {
  margin-right: 5px;
}

.user-hud * {
  border-color: #333;
  font-size: 0.9rem;
}

.user-hud .btn-primary {
  color: #1c1c1c;
}

.user-hud .btn-white-outline {
  border-color: #efbc4a;
}

.user-hud .btn-white-outline:hover,
.user-hud .btn-white-outline:focus,
.user-hud .btn-white-outline:active {
  box-shadow: none;
}

.user-hud .btn-white-outline:active, .user-hud .btn-white-outline.active, .user-hud .show > .btn-white-outline.dropdown-toggle {
  background: #efbc4a;
  color: #fff;
  border-color: #efbc4a;
}

.user-hud .dropdown-item span {
  float: right;
  font-size: 0.8rem;
}

.user-hud .show > .dropdown-menu {
  background: #111;
  color: #fff;
  min-width: 100%;
  border-radius: 0;
  margin: 0;
}

.user-hud .dropdown-item {
  padding: 3px 0.5rem;
  font-size: 0.8rem !important;
  color: #fff;
  overflow: hidden;
}

.user-hud .dropdown-item:hover {
  color: #1c1c1c;
}

.user-hud .dropdown-item.dropdown-balance-refresh {
  background: transparent;
  text-align: center;
}

.user-hud .btn-refresh {
  padding: 0.25rem 0.75rem;
  margin-top: 0.25rem;
}

.navigation-right-link {
  text-transform: uppercase;
  line-height: 1.4em;
  padding: .75em 1.5em;
  display: inline-block;
  font-size: 0.85em;
  font-weight: 700;
}

.language-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  top: -5px;
}

.language-list li {
  display: inline-block;
  margin: 0 5px;
}

.language-list a {
  opacity: .95;
}

.language-list a:hover {
  opacity: 1;
  background: #444444;
}

.language-list-item {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 14px;
  padding: 2px 0;
  text-decoration: none;
  width: 50px;
  overflow: hidden;
  position: relative;
  z-index: 999;
  text-align: center;
}

#lang-trigger {
  background: transparent;
}

#lang-drop .language-list-item .flag {
  margin: 6px;
}

.language-arrow {
  position: absolute;
  right: 3px;
  top: 12px;
  text-align: center;
  display: block;
  font-size: 14px;
}

#lang-drop {
  position: fixed;
  bottom: 58px;
}

.head-nav-wrap {
  border-top: 1px solid #494445;
  border-bottom: 1px solid #494445;
  background: #000;
}

@media (max-width: 991.98px) {
  .head-nav-wrap {
    display: none;
  }
}

.navigation-main .nav-link {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-top: 8px solid #efbc4a;
  padding: 24px 6px 8px 6px;
  font-size: 13px;
}

@media (min-width: 1080px) {
  .navigation-main .nav-link {
    font-size: 14px;
    padding: 24px 8px 8px 8px;
  }
}

@media (min-width: 1140px) {
  .navigation-main .nav-link {
    font-size: 16px;
    padding: 24px 10px 8px 10px;
  }
}

@media (min-width: 1220px) {
  .navigation-main .nav-link {
    font-size: 18px;
    padding: 24px 12px 8px 12px;
  }
}

@media (min-width: 1320px) {
  .navigation-main .nav-link {
    font-size: 18px;
    padding: 30px 12px 12px 12px;
  }
}

@media (min-width: 1390px) {
  .navigation-main .nav-link {
    font-size: 18px;
    padding: 32px 16px 14px 16px;
  }
}

@media (min-width: 1480px) {
  .navigation-main .nav-link {
    font-size: 20px;
    padding: 38px 20px 18px 20px;
  }
}

.navigation-main .nav-link.active, .navigation-main .nav-link:hover {
  color: #2E2D2E;
  border-top: 8px solid #2E2D2E;
}

.desktop-logo img {
  max-width: 120px;
  width: 120px;
}

@media (min-width: 1080px) {
  .desktop-logo img {
    max-width: 132px;
    width: 132px;
  }
}

@media (min-width: 1140px) {
  .desktop-logo img {
    max-width: 144px;
    width: 144px;
  }
}

@media (min-width: 1270px) {
  .desktop-logo img {
    max-width: 160px;
    width: 160px;
  }
}

@media (min-width: 1320px) {
  .desktop-logo img {
    max-width: 170px;
    width: 170px;
  }
}

@media (min-width: 1480px) {
  .desktop-logo img {
    max-width: 188px;
    width: 188px;
  }
}

.subnav-link {
  color: #FEB490;
  font-size: 12px;
  line-height: 1em;
  display: inline-block;
  padding: 4px 0 8px 6px;
}

@media (min-width: 1080px) {
  .subnav-link {
    padding: 4px 0 8px 8px;
    font-size: 11px;
  }
}

@media (min-width: 1140px) {
  .subnav-link {
    font-size: 12px;
    padding: 4px 0 8px 10px;
  }
}

@media (min-width: 1220px) {
  .subnav-link {
    font-size: 13px;
    padding: 4px 0 8px 12px;
  }
}

@media (min-width: 1320px) {
  .subnav-link {
    padding: 4px 0 8px 12px;
  }
}

@media (min-width: 1390px) {
  .subnav-link {
    padding: 4px 0 8px 16px;
  }
}

@media (min-width: 1480px) {
  .subnav-link {
    padding: 4px 0 8px 20px;
  }
}

.subnav-link.active, .subnav-link:hover, .subnav-link:focus {
  text-decoration: underline;
  color: #FEB490;
}

.dropdown-item.active, .dropdown-item:active {
  background: #efbc4a;
  color: #fff;
}

.forgot-password-mobile {
  color: #fff;
  display: none;
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .forgot-password-mobile {
    display: block;
  }
}

.forgot-password-desktop {
  position: absolute;
  color: #fff;
  position: absolute;
  font-size: 12px;
  bottom: -20px;
  right: 0;
  line-height: 18px;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .forgot-password-desktop {
    display: none;
  }
}

.forgot-password-desktop:hover {
  color: #fff;
  text-decoration: underline;
}

.row-header-desktop .col-md-auto {
  padding: 0 15px;
}

.row-header-desktop .desktop-logo {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.row-header-desktop .form-login .btn {
  text-transform: uppercase;
  font-weight: 700;
}

.bo-form-login .simple-keyboard1, .bo-form-login .simple-keyboard2 {
  max-width: 850px;
  display: none;
}

.bo-form-login .show-keyboard1, .bo-form-login .show-keyboard2 {
  display: block;
}

.header-deposit-btn {
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 20px;
  margin: 27px 16px 0 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 1220px) {
  .header-deposit-btn {
    margin-top: 30px;
  }
}

@media (min-width: 1320px) {
  .header-deposit-btn {
    margin-top: 32px;
  }
}

@media (min-width: 1480px) {
  .header-deposit-btn {
    margin-top: 41px;
  }
}

.btn-header-register {
  border-color: #e8e8e8;
  background: #0a66bb;
  color: #fff;
}

.btn-header-register:hover, .btn-header-register:focus, .btn-header-register:active {
  background: #074681;
  color: #fff;
  border-color: #c2c2c2;
}

.btn-login-form {
  border-color: #e8e8e8;
}

.btn-login-form:hover, .btn-login-form:focus, .btn-login-form:active {
  border-color: #c2c2c2;
}

.header {
  z-index: 1;
  position: relative;
}

.main {
  background: #F5F5F5;
}

@media (max-width: 991.98px) {
  .main {
    padding: 15px 0;
  }
}

@media (max-width: 767.98px) {
  .main {
    padding: 0;
  }
}

.page-betting.notouch .container,
.page-live.notouch .container,
.page-virtual.notouch .container,
.notouch .container {
  width: 100%;
  max-width: 100%;
}

.notouch .container {
  /*max-width: 1480px;*/
}

.touch .main > .container {
  background-color: #E8E8E8;
}

.touch .content-main {
  border: none;
  padding: 10px 0;
}

.content-main {
  border-radius: 0.25rem;
  background-color: #E8E8E8;
  padding: 30px;
  height: 100%;
}

@media (max-width: 991.98px) {
  .content-main {
    padding: 15px;
  }
}

@media (max-width: 767.98px) {
  .content-main {
    padding: 0;
  }
}

.page-register .content-main,
.page-forgot .content-main,
.page-promotion .content-main,
.page-activate .content-main {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
  border-radius: 0;
  background: #fff;
  max-width: 620px;
  margin: 0 auto;
}

.page-register .content-main .btn-register,
.page-register .content-main .btn-forgot,
.page-forgot .content-main .btn-register,
.page-forgot .content-main .btn-forgot,
.page-promotion .content-main .btn-register,
.page-promotion .content-main .btn-forgot,
.page-activate .content-main .btn-register,
.page-activate .content-main .btn-forgot {
  width: 100%;
}

@media (max-width: 767.98px) {
  .page-register .content-main,
  .page-forgot .content-main,
  .page-promotion .content-main,
  .page-activate .content-main {
    margin: 15px auto;
    padding: 15px;
    max-width: 440px;
  }
}

@media (max-width: 575.98px) {
  .page-register .content-main,
  .page-forgot .content-main,
  .page-promotion .content-main,
  .page-activate .content-main {
    margin: 0 auto;
    max-width: 100%;
  }
}

.content-main.touch-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (max-width: 991.98px) {
  .content-main.touch-left {
    border-radius: 0.25rem;
  }
}

@media (max-width: 767.98px) {
  .content-main.touch-left {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .main > .container {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .account-nav-col {
    display: none;
  }
}

.account-nav-wrap {
  height: 100%;
  background-color: #efbc4a;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .account-nav-wrap {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .nav-account {
    display: none;
    overflow: scroll;
    flex-direction: row;
    width: 100%;
    text-align: center;
  }
}

.nav-account .list-group-heading {
  color: #fff;
  background-color: #ecb029;
  font-family: "Paytone One", Ubuntu, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 0;
}

.nav-account .list-group-heading .fa {
  font-size: 1.2em;
  margin-right: 0.5rem;
}

.nav-account .list-group-item {
  border-right: 0;
  border-color: #edb432;
}

.nav-account .list-group-item:last-child {
  border-radius: 0;
}

@media (max-width: 991.98px) {
  .nav-account .list-group-item {
    font-size: 14px;
    padding: .45rem;
    flex-flow: column wrap;
    flex: 1 0 0;
    justify-content: center;
    white-space: nowrap;
  }
}

.nav-account .list-group-item:first-child {
  border-top-right-radius: 0;
}

.nav-account .list-group-item-action {
  background-color: #efbc4a;
  color: #fff;
  transition: color .2s ease, background-color .2s ease;
  text-transform: uppercase;
  font-weight: 700;
}

.nav-account .list-group-item-action:hover, .nav-account .list-group-item-action.active {
  background-color: #E8E8E8;
  color: #111111;
  border-color: transparent;
}

.old-users-wrapper {
  background: linear-gradient(to bottom, #2b2b2b, #3d3d3f);
  color: #fff;
  line-height: 32px;
  text-align: center;
  padding: 12px;
  font-size: 22px;
}

.old-users-content {
  border: 2px solid #aaa;
  border-radius: 8px;
  padding: 40px;
}

.old-users-content .article-title {
  font-weight: 700;
}

.old-users-content b {
  color: #efbc4a;
}

.reset-error-message,
.reset-success-message {
  display: none;
}

.forgot-success-message {
  display: none;
}

.static-page-wrapper,
.row-wrapper-promotions {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  /*
    .touch & {
      margin: 16px 0;
      padding: 0; 
    }
*/
}

.static-page-header {
  padding-left: 74px;
  position: relative;
  overflow: hidden;
  text-transform: none;
  font-weight: 700;
  line-height: 1.25em;
  padding-top: 4px;
}

.static-page-header:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  transform: skew(-10deg, 0deg);
}

.static-page-header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #efbc4a;
  z-index: 1;
  transform: skew(-10deg, 0deg);
}

.term-anchor {
  font-weight: 700;
  font-size: 1.2em;
}

.support-box-inner {
  background: #fff;
  height: 100%;
  overflow: hidden;
  margin: 0 15px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
  padding: 15px 15px 15px 145px;
  position: relative;
}

@media (max-width: 767.98px) {
  .support-box-inner {
    padding-left: 105px;
  }
}

.support-box-inner img {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -59px;
}

@media (max-width: 767.98px) {
  .support-box-inner img {
    max-width: 78px;
    margin-top: -39px;
  }
}

.support-box-inner h3 {
  color: #efbc4a;
}

.support-box {
  padding: 0;
  margin: 15px 0;
}

@media (max-width: 767.98px) {
  .support-box {
    margin: 10px 0;
  }
}

.faq-question {
  font-weight: 700;
  font-size: 1.5rem;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 4px;
}

@media (max-width: 767.98px) {
  .faq-question {
    font-size: 1.2rem;
    height: 2rem;
    line-height: 2rem;
  }
}

.faq-question:hover {
  color: #000;
}

.faq-question i {
  float: right;
  font-size: 2.5rem;
}

@media (max-width: 767.98px) {
  .faq-question i {
    font-size: 2rem;
  }
}

.faq-item {
  margin: 2px 0;
}

.faq-answer {
  padding: 8px;
}

.inactive-page {
  background-color: #696A67;
}

.inactive-page .row-wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.inactive-page-text {
  text-align: center;
  color: white;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  flex: 1;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 140px;
}

.terms-link {
  color: #111;
  text-decoration: underline;
}

.form-register-telephone .input-group-addon {
  background: #eceeef;
}

.form-register-telephone #register-phone {
  padding-left: 5px;
}

.custom-checkbox .custom-control-indicator {
  background: #bfbfbf;
}

.form-register {
  overflow: hidden;
}

.register-welcome-message b {
  color: #E56425;
}

.footer {
  color: #636c72;
  background: #404040;
  overflow: hidden;
  box-shadow: 0px 0 14px rgba(0, 0, 0, 0.8);
}

.footer::after {
  display: block;
  clear: both;
  content: "";
}

.footer .footer-user-hud {
  width: 100%;
}

@media (max-width: 991.98px) {
  .footer .footer-user-hud .text-right {
    text-align: center !important;
  }
  .footer .footer-user-hud .user-hud-button, .footer .footer-user-hud .btn {
    font-size: 12px;
  }
}

.footer .footer-user-hud span {
  font-size: 1.2rem;
  font-weight: bold;
}

.footer .footer-user-hud .user-hud-balance span {
  color: #fff;
  border-radius: 4px;
  padding: 6px 10px 10px 10px;
  margin: 0 6px;
}

.footer .footer-user-hud a {
  color: #636c72;
}

.footer .footer-user-hud a:hover {
  color: #eceeef;
}

.footer .footer-user-hud .user-hud-button {
  vertical-align: middle;
}

.footer .footer-user-hud .user-hud-button .bo-form-login-btn {
  background-color: transparent;
}

.footer .footer-user-hud .user-hud-button button, .footer .footer-user-hud .user-hud-button a, .footer .footer-user-hud .user-hud-button i {
  color: #1c1c1c;
  background-color: #F2CA6F;
  margin: 0 10px;
  border-radius: 4px;
  border-color: unset;
  border: unset;
  font-size: 19px;
  font-weight: 700;
}

.footer .footer-user-hud .user-hud-button button:hover, .footer .footer-user-hud .user-hud-button a:hover, .footer .footer-user-hud .user-hud-button i:hover {
  border-radius: 4px;
  background-color: #efbc4a;
}

.footer .footer-user-hud .user-hud-button .zero-balance-text {
  color: #fff;
  padding-left: 8px;
}

.footer .footer-user-hud .user-hud-button-with-balance {
  margin-right: auto;
}

.footer .bo-form-login-btn {
  background-color: transparent;
  border: 0;
  height: 50px;
}

.footer-main {
  padding: 10px 30px;
}

.footer-brands {
  padding: 30px 0 0;
  border-top: 1px solid #454444;
  text-align: center;
}

.footer-disclaimer {
  text-align: center;
  padding: 50px 0 40px;
  font-size: 13px;
}

.footer-copyright {
  font-size: 14px;
  font-weight: bold;
}

.widget-footer {
  margin-bottom: 30px;
}

.widget-title {
  font-size: 17px;
  text-transform: uppercase;
  color: #efbc4a;
  margin-bottom: 1rem;
}

.footer-nav {
  display: inline-block;
}

.footer-nav:last-child a {
  border: none;
}

.footer-nav a {
  padding: 4px 8px 2px 8px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  border-right: 1px solid #3e3d3e;
}

@media (min-width: 1080px) {
  .footer-nav a {
    padding: 4px 10px 2px 10px;
    font-size: 15px;
  }
}

.footer-images-wrapper {
  text-align: center;
}

.copyright-footer {
  padding-top: 20px;
  display: inline-flex;
}

.copyright-footer b {
  padding-top: 8px;
  font-size: 14px;
  padding-left: 4px;
  line-height: 1.2em;
  color: #fff;
}

.footer-middle {
  text-align: center;
}

.copyright-footer-text {
  font-size: 13px;
  line-height: 1.2em;
  color: #fff;
  float: left;
}

.footer-social-wrapper {
  float: right;
}

a.footer-icon {
  border-radius: 100%;
  background: #2e2d2e;
  display: inline-block;
  margin: 14px 2px;
  width: 34px;
  height: 34px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}

a.footer-icon:hover {
  background: #efbc4a;
}

.footer-nav-wrapper {
  margin: 20px auto;
  padding: 8px 0;
  border-top: 1px solid #3e3d3e;
  border-bottom: 1px solid #3e3d3e;
  max-width: 940px;
}

.footer-bottom-wrapper {
  background: #414141;
}

.footer-licenses {
  text-align: center;
}

.footer-license-icon {
  width: 60px;
  height: auto;
  margin: 0 10px;
}

@media (min-width: 600px) {
  .footer-license-icon {
    width: 80px;
    margin: 4px 20px 16px 20px;
  }
}

@media (min-width: 992px) {
  .footer-license-icon {
    position: absolute;
    margin: 0;
    width: 100px;
  }
  .footer-license-icon.footer-license-18 {
    left: 20px;
    top: 60px;
  }
  .footer-license-icon.footer-license-lagos {
    top: 120px;
    right: 20px;
  }
  .footer-license-icon.footer-license-nigeria {
    top: 10px;
    right: 20px;
  }
}

#overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 2;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

#overlay span.game-spinner {
  position: fixed;
  left: 50%;
  top: 50%;
}

.fa {
  color: #fff;
}

.fa:hover {
  cursor: pointer;
}

.fa-eye {
  padding-top: 10px;
}

.fa-eye-slash {
  padding-top: 10px;
}

.user-balance {
  filter: blur(3px);
}

.user-hud-home-btn {
  margin-right: 30px;
}

.user-hud-home-btn .fa .fa-home {
  color: #1c1c1c;
}

.user-hud-home-btn .fa .fa-home:hover {
  cursor: pointer;
}

.buttons-info {
  display: contents;
}

.buttons-info-left {
  display: contents;
}

#user-zero-balance {
  padding-top: 5px;
}

#user-hud-balance {
  padding-top: 5px;
}

.gp-icon {
  width: 100%;
}

.user-hud-button .bo-form-login-btn {
  background: none;
}

.footer-info {
  display: contents;
}

.promotion-tab {
  display: contents;
  margin-right: auto;
}

.home-btn {
  padding-top: 1px;
}

.slider-1 {
  width: calc(100% - 266px);
  max-width: calc(100% - 266px);
  flex: 0 0 calc(100% - 266px);
  padding-left: 20px;
  padding-right: 20px;
  max-height: 354px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .slider-1 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 10px;
  }
  .slider-1 img.home-slider-img {
    max-width: 100%;
    height: auto;
    display: inline-block;
  }
}

.slider-2 {
  max-width: 250px;
  margin-bottom: 15px;
  background-color: #e56425;
}

.slider-2 img.home-teaser-img {
  height: 355px;
}

.small-image {
  width: 36px;
  height: 36px;
  padding: 8px;
  background-color: #515151;
  border-radius: 50%;
  float: left;
  position: relative;
  line-height: 30px;
}

.small-image img {
  margin-top: 1px;
}

.slideshow-main {
  width: 100%;
  overflow: hidden;
}

.slick-list,
.slick-track,
.slide-main {
  height: 100%;
}

.slide-main {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.slide-callout {
  padding: 2rem;
  background-color: rgba(28, 28, 28, 0.7);
  display: inline-block;
  border-radius: 0.25rem;
  color: #fff;
  max-width: 480px;
}

.slide-callout-intro {
  font-size: 72px;
  font-weight: 700;
  font-family: "Paytone One", Ubuntu, sans-serif;
  margin-bottom: 15px;
  line-height: .8;
}

.slide-callout-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.slide-callout-subtitle {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.btn-slide-callout {
  margin-top: 15px;
}

@media (max-width: 767.98px) {
  .btn-slide-callout {
    margin-top: 8px;
  }
}

.home-slider .slick-arrow {
  display: none;
  visibility: hidden;
}

.slick-arrow {
  background-color: rgba(28, 28, 28, 0.7);
  color: #fff;
  width: 48px;
  height: 48px;
  font-size: 36px;
  line-height: 20px;
  box-shadow: none;
  padding: 0;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 0.2rem;
}

.slick-next {
  right: 15px;
}

.slick-prev {
  left: 15px;
}

.slick-dots {
  position: absolute;
  bottom: 4px;
  text-align: center;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 2px;
}

.slick-dots button {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border: 0;
  text-indent: -999em;
  background-color: rgba(255, 255, 255, 0.95);
}

.slick-dots .slick-active button {
  background-color: #efbc4a;
}

.container.slider-odds-container {
  width: 340px !important;
  position: absolute;
  bottom: 20%;
  left: 4%;
}

.container.slider-odds-container .col-4 {
  padding: 0 4px;
}

.container.slider-odds-container a {
  display: inline-block;
  background: #fff;
  color: #1c1c1c;
  padding: 10px;
  width: 100%;
}

.container.slider-odds-container a:hover {
  background: #efbc4a;
  color: #fff;
}

.container.slider-odds-container a b {
  float: right;
}

.container.slider-details-container {
  width: 50% !important;
  position: absolute;
  top: 34%;
  left: 3%;
  color: #fff;
  font-size: 40px;
}

.container.slider-details-container .col-12 {
  padding: 0 4px;
}

.container.slider-details-container b.homeslider-eventName {
  background: rgba(0, 0, 0, 0.6);
  padding: 6px 16px;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  clear: both;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.container.slider-details-container b.homeslider-eventdate {
  padding: 2px 10px;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  background: #efbc4a;
  display: inline-block;
  position: relative;
  top: -4px;
}

.slideshow-main .home-slider-img {
  height: 355px;
  width: 1920px;
  max-width: unset;
  float: right;
}

.slideshow-main .home-slider-main-img {
  position: absolute;
  top: 3%;
  left: 5%;
  z-index: 999;
  max-height: 95px;
}

.slideshow-nav {
  height: 3em;
  line-height: 3em;
  margin-top: -3.5em;
}

.slideshow-nav .slick-slide {
  background-color: #2e2d2e;
  margin: 0 3px;
}

.slideshow-nav .slick-slide .homeslider-eventName {
  color: #fff;
}

.slideshow-nav .slick-current {
  background-color: #464446;
}

.slideshow-nav .slick-current:before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: calc(25% - 8px);
  border-top: 4px solid #efbc4a;
}

.slideshow-nav .slick-track {
  transform: none !important;
  width: 101% !important;
}

@media only screen and (min-width: 1920px) {
  .slider-1 .slideshow-main {
    background-color: #333;
  }
  .slider-1 .container.slider-details-container {
    text-align: left;
  }
  .slider-1 .slideshow-main .home-slider-img {
    margin: auto;
  }
}

@media only screen and (min-width: 2120px) {
  .slider-1 .slideshow-main .home-slider-img {
    float: unset;
    margin: auto;
  }
}

@media only screen and (max-width: 1500px) {
  b.home-slider-label.homeslider-eventName {
    font-weight: 100;
    font-size: 13px;
  }
}

@media only screen and (max-width: 1300px) {
  .slick-slide .col-12 {
    padding-right: 0;
  }
  .slick-list .slick-slide .small-image {
    display: none;
  }
  .slick-list .slick-slide b.home-slider-label.homeslider-eventName {
    padding: 0;
    text-align: center;
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  .slideshow-nav {
    height: 3em;
    line-height: 2em;
    margin-top: -3.5em;
  }
  .slideshow-main .home-slider-main-img {
    max-height: 85px;
  }
  .container.slider-details-container {
    font-size: 2.5em;
  }
  .container.slider-odds-container a {
    padding: 4px;
  }
}

@media (max-width: 991px) {
  .slideshow-nav {
    height: 3em;
    line-height: 2em;
    margin-top: -3.5em;
  }
  .slideshow-main .home-slider-main-img {
    max-height: 38px;
  }
  .container.slider-details-container {
    font-size: 1em;
  }
  .container.slider-odds-container {
    top: 48%;
  }
  .container.slider-odds-container a {
    padding: 2px;
  }
}

@media (max-width: 767px) {
  .sports-slider {
    margin-top: 0.5em;
  }
  .slideshow-nav {
    height: 3em;
    line-height: 2em;
    margin-top: -3.5em;
  }
  .slideshow-main .home-slider-main-img {
    max-height: 30px;
  }
  .container.slider-details-container {
    font-size: 0.6em;
  }
  .container.slider-odds-container {
    top: 50%;
  }
  .container.slider-odds-container a {
    padding: 2px;
  }
  .slideshow-nav .slick-slide .homeslider-eventName {
    font-size: 0.7em;
  }
  .container.slider-details-container {
    top: 42%;
  }
}

.section {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 100px 0;
  color: #636c72;
}

@media (max-width: 767.98px) {
  .section {
    padding: 60px 0;
  }
}

.section-title {
  font-size: 52px;
  text-align: center;
  text-transform: uppercase;
  color: #efbc4a;
  margin-bottom: 3rem;
}

.section-winners {
  background-image: url(../images/section-winners.jpg);
}

.section-mobile-tablet {
  height: 650px;
  background-image: url(../images/section-tablet-mobile.jpg);
  display: flex;
  align-items: center;
}

.callout-mobile-tablet {
  color: #fff;
  text-align: center;
}

.callout-mobile-tablet-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 1rem;
}

.callout-mobile-tablet-content {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  padding: 1rem 0;
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 1.2;
}

.section-login-callout {
  display: none;
  padding: 60px 0 100px;
}

#bia-sports-frame {
  overflow: hidden;
  transform: scale(0.94);
  width: calc(100% / 0.94);
  height: calc(100% / 0.97);
  bottom: 0;
  background-color: #E6E3E3;
  left: 0;
  position: fixed;
  transform-origin: left;
  box-sizing: border-box;
}

body.second-screen #bia-sports-frame {
  overflow: unset;
  transform: none;
  width: 100%;
  height: 100%;
  left: 0;
  position: fixed;
  transform-origin: left;
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 100%;
}

.frame-loading {
  position: relative;
  min-height: 200px;
}

.frame-loading::before {
  border: 6px solid rgba(255, 255, 255, 0.35);
  border-top-color: rgba(255, 255, 255, 0.875);
  border-radius: 100%;
  height: 40px;
  width: 40px;
  animation: it-spin .8s infinite linear;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 20px;
}

.bia-sports-frame {
  margin-bottom: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .bia-sports-frame {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 767.98px) {
  .page-virtual .bia-sports-frame {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .page-virtual .bia-sports-frame {
    margin-left: 0;
    margin-right: 0;
  }
}

.nav-virtual {
  margin-bottom: 3rem;
}

.nav-virtual .nav-link {
  color: #1c1c1c;
  border: 1px solid #1c1c1c;
  font-weight: 700;
}

.nav-virtual .nav-link.active {
  color: #fff;
  background: #efbc4a;
  border-color: #eaab1b;
}

.nav-virtual .nav-link.active:hover {
  text-decoration: none;
  color: #fff;
  background: #efbc4a;
  border-color: #eaab1b;
  cursor: default;
}

.nav-virtual .nav-link:hover {
  text-decoration: none;
  background: #1c1c1c;
  color: #fff;
}

table tr:nth-child(odd) {
  background-color: #fff;
}

._asb_view-prelive {
  max-height: calc(100vh - 62px) !important;
}

.wrap-game-listing {
  padding: 30px 0 60px;
  background: #000;
}

@media (max-width: 767.98px) {
  .wrap-game-listing {
    padding: 12px 0;
  }
}

.nav-game-categories-wrap {
  padding-top: 45px;
  background-image: linear-gradient(to top, #000 40%, transparent 100%);
}

@media (max-width: 991.98px) {
  .nav-game-categories-wrap {
    overflow: hidden;
  }
}

@media (max-width: 767.98px) {
  .nav-game-categories-wrap {
    padding-top: 20px;
  }
}

@media (max-width: 991.98px) {
  .nav-game-categories-wrap .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.nav-link-game-category {
  padding: 1.2em 1em 1em;
  position: relative;
  color: #fff;
  vertical-align: middle;
  font-size: 17px;
}

.nav-link-game-category::after {
  content: "";
  position: absolute;
  height: 4px;
  bottom: 8px;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  width: 70%;
  min-width: 100px;
  margin: 0 auto;
  border-radius: 16px;
}

@media (max-width: 991.98px) {
  .nav-link-game-category::after {
    height: 3px;
    bottom: 7px;
    width: 76%;
    min-width: auto;
  }
}

.nav-link-game-category:hover, .nav-link-game-category:focus {
  color: #efbc4a;
}

.nav-link-game-category:hover::before, .nav-link-game-category:focus::before {
  background-color: #efbc4a;
}

.nav-link-game-category.active {
  border-bottom-color: #000;
  color: #efbc4a;
}

.nav-link-game-category.active::after {
  background-color: #efbc4a;
}

.nav-link-game-category .nav-item:last-child .nav-link-game-category .nav-item {
  border-right: 1px solid #454444;
}

@media (max-width: 767.98px) {
  .nav-link-game-category {
    padding: .8em .6em .3em;
    font-size: 14px;
  }
}

.nav-game-category-icon {
  height: 32px;
  width: auto;
  font-size: 1.2em;
  margin: 0 auto;
  color: #efbc4a;
  vertical-align: middle;
  position: relative;
  top: -5px;
  display: block;
}

@media (max-width: 767.98px) {
  .nav-game-category-icon {
    height: 22px;
    width: auto;
  }
}

@media (max-width: 991.98px) {
  .nav-game-categories {
    overflow-x: scroll;
    flex-direction: row;
    width: 100%;
    text-align: center;
  }
}

.nav-game-categories .nav-link-game-category {
  border-right: 0;
}

@media (max-width: 991.98px) {
  .nav-game-categories .nav-link-game-category {
    font-size: 14px;
    padding: 0.5rem 1rem;
    flex-flow: column wrap;
    flex: 1 0 0;
    justify-content: center;
    white-space: nowrap;
  }
}

@media (max-width: 991.98px) {
  .nav-game-categories .nav-link-game-category {
    background-color: transparent;
    transition: color .2s ease, background-color .2s ease;
  }
  .nav-game-categories .nav-link-game-category:hover, .nav-game-categories .nav-link-game-category.active {
    color: #efbc4a;
  }
}

.game-listing-filters {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .game-listing-filters {
    margin-bottom: 12px;
  }
}

.game-listing-filters .btn {
  margin-left: 0.5rem;
}

.filters-label {
  color: #b3b3b3;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .filters-label {
    font-size: 12px;
  }
}

.game-filters-search {
  margin-left: auto;
}

@media (max-width: 767.98px) {
  .game-filters-search {
    display: none;
  }
}

.game-filters-search .form-control {
  border: none;
}

.item-game {
  position: relative;
  padding: 0;
  padding-bottom: 0;
  background-image: linear-gradient(to bottom, #1c1c1c, #292b2c);
  margin-bottom: 16px;
  border: 1px solid #292b2c;
  border-radius: 0.25rem;
}

.item-game-thumb {
  margin: 0;
  position: relative;
}

.item-game-thumb img {
  width: 100%;
}

.item-game-launch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  opacity: 0;
  transition: opacity .3s ease, transform .45s ease, background-color .2s ease;
  font-family: "Paytone One", Ubuntu, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.65);
}

@media (min-width: 992px) {
  .item-game:hover .item-game-launch {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.item-game-desc {
  text-align: center;
  padding: 0.5rem 0;
}

.item-game-title {
  text-transform: uppercase;
  font-size: 0.875rem;
  margin: 0;
}

.item-game-title a {
  color: #f7f7f9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 0 4px;
}

.item-game-badge {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  right: -14px;
  top: -14px;
  z-index: 1;
  background-color: #ff7900;
}

.item-game-badge-jackpot,
.item-game-badge-jackpots {
  background-color: #efbc4a;
}

.item-game-badge-hot {
  background-color: #d9534f;
}

.item-game-badge-featured {
  background-color: #04b72a;
}

.game-spinner {
  border: 6px solid rgba(255, 255, 255, 0.35);
  border-top-color: rgba(255, 255, 255, 0.875);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: it-spin .8s infinite linear;
  display: block;
  margin: 0 auto;
}

.game-modal .modal-lg {
  max-width: 90vw;
  height: 90vh;
}

.game-modal .modal-header {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.game-modal .modal-body {
  padding: 0;
}

.game-modal .modal-content {
  background-color: #313131;
  position: relative;
  height: 100%;
}

.game-modal .modal-content.loading::before {
  border: 6px solid rgba(255, 255, 255, 0.35);
  border-top-color: rgba(255, 255, 255, 0.875);
  border-radius: 100%;
  height: 80px;
  width: 80px;
  animation: it-spin .8s infinite linear;
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -40px;
}

.game-modal .modal-body {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.game-modal .close {
  color: #fff;
}

.game-frame {
  height: 100%;
  width: calc(100% / 1.33333);
  position: relative;
  z-index: 10;
}

.casino-order {
  background: transparent;
  border: none;
  color: #fff;
  padding: 0 4px;
  margin: 0 0 0 8px;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .casino-order {
    font-size: 12px;
    margin-left: 0;
    padding: 0 6px;
  }
}

.casino-order:focus {
  outline: none;
}

.casino-order:hover {
  color: #efbc4a;
}

.casino-order.casino-order-active {
  color: #efbc4a;
}

.casino-order.casino-order-active::after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #efbc4a;
  transition: all 0.2s ease-in-out;
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

@media (max-width: 991.98px) {
  .casino-order.casino-order-active::after {
    display: none;
  }
}

.row-game-listing .col-xl-2, .row-game-listing .col-lg-3, .row-game-listing .col-6 {
  padding: 0 8px;
}

body.page-casino-game.fullscreen {
  background: transparent;
}

.game-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("/assets/images/game-bg2.jpg");
}

.back-to-casino {
  display: none;
}

.page-casino-game .head-master {
  background: rgba(0, 0, 0, 0.65);
  z-index: 3;
  padding: 0.25rem 0 0.75rem 0;
}

.page-casino-game .site-logo,
.page-casino-game .row-header-desktop .desktop-logo {
  display: none;
}

.page-casino-game .footer,
.page-casino-game .head-nav-wrap,
.page-casino-game .header-desktop-menu,
.page-casino-game .header-desktop-submenu {
  display: none;
}

.page-casino-game .form-control {
  padding: 0.25rem 0.75rem;
  font-size: 12px;
}

.page-casino-game .header .input-group-addon {
  font-size: 12px;
}

.page-casino-game .forgot-password-desktop {
  line-height: 20px;
  font-size: 10px;
}

.page-casino-game .btn {
  font-size: 12px;
  padding: 0.4rem 0.75rem;
}

.page-casino-game .back-to-casino {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  padding: 20px 0;
}

.page-casino-game .back-to-casino:hover {
  text-decoration: underline;
}

.page-casino-game .btn-header-register {
  color: #fff;
  border-color: #fff;
}

.page-casino-game .btn-header-register:hover {
  color: #000;
  background: #fff;
}

.page-casino-game .user-hud .btn-white-outline {
  border-color: transparent;
}

.page-casino-game .header-deposit-btn {
  margin-top: 13px;
  line-height: 1.5em;
}

.page-casino-game.touch .back-to-casino {
  display: none;
}

.page-casino-game.touch .site-logo {
  display: block;
}

.page-casino-game .main {
  background: transparent;
}

.single-game {
  text-align: center;
  height: calc(100vh - 180px);
  margin-top: 10px;
}

.single-game-frame {
  float: left;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  text-align: center;
}

.sidebar-hide .single-game-frame {
  width: 100%;
}

#iframe {
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.single-game-main {
  height: calc(100% - 47px);
}

.single-game-main::after {
  display: block;
  clear: both;
  content: "";
}

.single-game-main object {
  max-width: 100%;
  max-height: 100%;
}

.game-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 50%;
}

/*
.page-casino-game { 
	background: url(/assets/images/demo/muse-bg.jpg) no-repeat center center fixed; 
	background-size: cover;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	//-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
*/
.single-game-wrapper {
  background: rgba(0, 0, 0, 0.6);
  padding: 16px;
  border-radius: 3px;
  width: 100%;
  display: block;
  text-align: left;
  z-index: 2;
  max-width: 1353px;
  margin: 0 auto;
  height: 100%;
}

.single-game-header {
  position: relative;
  margin-bottom: 12px;
}

.single-game-header::after {
  display: block;
  clear: both;
  content: "";
}

.game-title {
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  margin-top: 6px;
  text-transform: none;
  font-weight: 700;
}

.favorite-ingame {
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 6px;
  color: #a6a6ab;
  line-height: 1em;
}

.favorite-ingame:hover {
  cursor: pointer;
  color: #f7e04f;
}

.game-controls {
  float: right;
}

.game-controls > a {
  background: #181818;
  display: block;
  float: left;
  color: #fff;
  padding: 6px 16px;
  margin-left: 4px;
  border-radius: 3px;
  border: 1px solid #000;
}

.game-controls > a:hover {
  background: #dfdfdf;
  color: #000;
}

.game-widget {
  border-radius: 3px;
  border: 1px solid #555555;
  background: rgba(0, 0, 0, 0.75);
  overflow: hidden;
  margin-bottom: 18px;
}

.game-widget:last-child {
  margin-bottom: 0;
}

.game-widget-title {
  background: #363636;
  border-bottom: 1px solid #555555;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  height: 26px;
  line-height: 28px;
  font-weight: 700;
  padding: 0 8px;
  margin-bottom: 10px;
}

.cashback-value {
  float: left;
  color: #fff;
  font-weight: 700;
  margin: 0 4%;
  width: 92%;
  text-align: center;
  font-size: 22px;
  line-height: 22px;
}

.game-widget-cashback-action {
  margin: 3%;
  width: 94%;
  float: left;
  display: block;
}

.game-widget-cashback-action p {
  font-size: 12px;
  line-height: 14px;
  color: #ccc;
  margin: 0;
}

.game-widget-deposit {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}

/*
.logged-in .single-game-wrapper {
	top: 7%;
	margin-left: auto;
	margin-right: auto;
}
*/
@media (max-height: 839px) {
  .single-game-wrapper {
    padding: 8px;
  }
}

@media (max-height: 799px) {
  .footbar-last-games a:hover {
    margin-top: -30px;
  }
}

@media (max-height: 679px) {
  .single-game-wrapper {
    padding: 8px;
  }
  .single-game-header {
    margin-bottom: 6px;
  }
  .game-controls > a {
    font-size: 12px;
    padding: 4px;
  }
  /*
			.logged-in .single-game-wrapper {
			margin-top: 5px;
		}
		.footbar {
			 display: none;
		}
		.logged-in .footbar {
			 display: block;
		}
	*/
}

@media (max-height: 606px) {
  .footbar {
    display: none;
  }
  .game-widget-winners {
    height: 148px !important;
  }
  .single-game-main {
    min-height: 200px;
  }
}

#error-flash {
  color: #fff;
  background-color: #000;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}

#error-flash h5 {
  text-transform: none;
  font-weight: 700;
}

.mobile-casino-loader {
  display: none;
}

/*
.touch {
  .game-spinner {
      top: 50%;
      position: relative;
      margin-top: -20px;
  }
  
  .mobile-casino-loader {
      display: block;
      position: fixed;
      background: #222;
      width: 100%;
      height: 100%;
      z-index: 99999999999;
      top: 0;
      left: 0;
  }
}
*/
.page-live-games #iframe {
  top: 0;
  transform: translateY(0);
  height: 2000px;
}

.page-live-games .single-game-wrapper {
  height: auto !important;
  margin: 8px auto !important;
  width: 100% !important;
  max-width: 1140px !important;
}

.page-live-games .section-game .footbar,
.page-live-games .section-game .game-bg,
.page-live-games .section-game .game-controls {
  display: none;
}

.frame-game-wrapper canvas {
  position: relative !important;
}

header.inbet-mobile {
  display: none;
}

.footbar {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c181c+0,241f24+38,373235+100 */
  background: #1c181c;
  /* Old browsers */
  border: 1px solid #3b3b3e;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 1028px;
  height: 44px;
  z-index: 3;
}

.footbar::after {
  display: block;
  clear: both;
  content: "";
}

.footbar-last-title {
  float: left;
  color: #fff;
  line-height: 44px;
  height: 42px;
  padding: 0 8px;
  margin-left: 10px;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 18px;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.footbar-last-games {
  float: left;
}

.footbar-last-games a {
  float: left;
  display: block;
  margin-top: -4px;
  margin-right: 8px;
  border: 1px solid #151327;
  box-shadow: 0 0 10px rgba(21, 19, 39, 0.75);
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.18s ease-in-out;
}

.footbar-last-games a:hover {
  margin-top: -20px;
}

.footbar-last-games a:after {
  content: "";
  display: block;
  height: 58px;
  margin-top: -54px;
  width: 100%;
  position: relative;
  background: transparent url("/assets/images/latest-game-shadow.png") repeat-x center center;
}

.footbar-last-games img {
  width: 62px;
  height: 62px;
}

@media (max-width: 1490px) {
  #last_game_10,
  #last_game_9 {
    display: none;
  }
}

@media (max-width: 1310px) {
  #last_game_8 {
    display: none;
  }
}

@media (max-width: 1210px) {
  #last_game_7 {
    display: none;
  }
}

@media (max-width: 1100px) {
  #last_game_6 {
    display: none;
  }
}

.footbar-search .typeahead tt-hint {
  margin: 10px !important;
}

.footbar-search {
  float: left;
  padding: 7px 10px;
}

.footbar-search .typeahead tt-hint {
  margin: 7px 10px !important;
}

.footbar-right {
  float: right;
  color: #fff;
}

.footbar-language, .footbar-support, .footbar-time {
  float: left;
}

.footbar-last-games > div {
  float: left;
}

.footbar-search .tt-input {
  line-height: 32px;
  margin: 0;
  font-size: 16px;
}

.footbar-language-link {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0 10px 0 16px;
  height: 42px;
  line-height: 44px;
  border-right: 1px solid #3b3b3e;
  border-left: 1px solid #3b3b3e;
}

.footbar-language-link img {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  margin-top: 10px;
  float: left;
  margin-right: 6px;
}

.footbar-language-link .icon {
  float: left;
  font-size: 18px;
  line-height: 40px;
}

.footbar-language-link:hover, .footbar-language-link:focus {
  background: #141414;
  color: #fff;
}

.footbar-support > a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0 12px;
  height: 42px;
  line-height: 42px;
}

.footbar-support > a:hover, .footbar-support > a:focus {
  background: #141414;
  color: #fff;
}

.footbar-support > a .icon {
  margin-right: 2px;
}

.footbar-time {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 0 12px;
  height: 42px;
  line-height: 44px;
  border-left: 1px solid #3b3b3e;
}

.language-popup-list {
  padding: 14px 18px 14px 18px;
}

.language-popup-list::after {
  display: block;
  clear: both;
  content: "";
}

.language-popup-list .lang-ru,
.language-popup-list .lang-ar {
  display: none;
}

.language-popup-item {
  float: left;
  display: block;
  width: 30.333333%;
  margin: 1.5%;
  background: #f2f2f2;
  border: 1px solid #ccc;
  color: #000;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 4px;
}

.language-popup-item.active {
  border: 1px solid #016aa1;
}

.language-popup-item.active:hover, .language-popup-item.active:focus {
  cursor: default;
  color: #000;
  background: #f2f2f2;
}

.language-popup-item:hover, .language-popup-item:focus {
  border: 1px solid #016aa1;
  background: #fcfcfc;
}

.language-popup-item img {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: 8px 8px 8px 12px;
  float: left;
}

.change-language {
  padding: 12px 18px 8px 18px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  line-height: 22px;
}

.language-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  border-radius: 2px;
}

.language-popup::after {
  display: block;
  clear: both;
  content: "";
}

.gamelist-tabs-filters-right #gamelist-search-form {
  width: auto;
}

.twitter-typeahead {
  width: 100%;
  display: table !important;
}

.twitter-typeahead .form-control {
  margin: 0 !important;
}

.tt-hint,
.tt-input,
#gamelist-search-input {
  float: left;
  background: #fff !important;
  color: #000;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  line-height: 28px;
  font-size: 14px;
  padding: 0 8px;
  border: none;
}

.tt-hint[disabled] {
  background-color: transparent !important;
}

.tt-dropdown-menu {
  margin-bottom: 8px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.95);
  border: none;
  width: 240px;
  overflow-y: auto;
  max-height: 250px;
  border-radius: 2px;
  position: absolute;
}

.footbar-search .tt-dropdown-menu {
  bottom: 100%;
  top: auto !important;
}

.tt-dropdown-menu h3 {
  margin: 5px 0;
  padding: 6px 12px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
}

.modal-open .tt-dropdown-menu {
  z-index: 10055 !important;
}

.tt-suggestion {
  padding: 4px;
  font-size: 14px;
  line-height: 14px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.tt-suggestion:last-child {
  border-bottom: none;
}

.tt-suggestion:hover {
  background-color: #e5e5e5;
}

.tt-suggestion a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
}

.tt-suggestion img {
  float: left;
  border-radius: 3px;
  margin-right: 6px;
  width: 44px;
  height: 44px;
}

.tt-suggestion span {
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  color: #242424;
}

.tt-suggestion span strong {
  color: #000;
}

.tt-suggestion.tt-cursor {
  cursor: pointer;
  background-color: #eee;
}

.tt-suggestion p {
  margin: 0;
}

.footbar-nogames {
  font-size: 14px;
  padding: 3px 6px;
}

@media (max-width: 1326px) {
  .footbar-last-games div:nth-child(10) {
    display: none;
  }
}

@media (max-width: 1200px) {
  .footbar-last-games div:nth-child(9) {
    display: none;
  }
}

@media (max-width: 1130px) {
  .footbar-last-games div:nth-child(8) {
    display: none;
  }
}

@media (max-width: 1060px) {
  .footbar-last-games div:nth-child(7) {
    display: none;
  }
}

@media (max-width: 1000px) {
  .footbar-last-games div:nth-child(6) {
    display: none;
  }
}

@media (max-width: 940px) {
  .footbar-last-games div:nth-child(5) {
    display: none;
  }
}

.listing-winners {
  padding: 1rem;
  background-color: rgba(239, 188, 74, 0.8);
  box-shadow: 0 0 7px rgba(28, 28, 28, 0.4);
}

.item-winner {
  background-color: #ecb029;
  height: 85px;
  margin-bottom: 1rem;
}

.item-winner:last-child {
  margin-bottom: 0;
}

.item-winner > a {
  display: flex;
  height: 100%;
}

.item-winner-thumb {
  padding: 4px;
  margin: 0 0.5rem 0 0;
  width: 84px;
}

.item-winner-thumb img {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.item-winner-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: normal;
  text-shadow: 0 2px 3px rgba(28, 28, 28, 0.3);
}

.item-winner-eyebrow {
  display: block;
  font-weight: bold;
  color: #f4c448;
  font-size: 15px;
}

.item-winner-title {
  display: block;
  font-weight: bold;
  color: #e7aa0e;
  font-size: 27px;
  letter-spacing: -.07em;
}

.item-winner-subtitle {
  display: block;
  color: #fff;
  font-size: 14px;
}

.item-winner-play-callout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  width: 68px;
  height: 100%;
  background-color: #04b72a;
  text-align: center;
  color: #fff;
  font-family: "Paytone One", Ubuntu, sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(28, 28, 28, 0.3);
  transition: all 0.2s ease-in-out;
}

.item-winner-play-callout .fa {
  font-size: 25px;
}

.item-winner-play-callout span {
  font-size: 19px;
}

.item-winner:hover .item-winner-play-callout {
  background-color: #039923;
}

.item-promotion {
  margin-bottom: 30px;
  font-size: 14px;
}

.widget-nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 14px;
}

.widget-nav li {
  display: block;
}

.icon-social {
  color: #efbc4a;
  font-size: 28px;
}

@keyframes pop {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.pop {
  animation: pop .2s ease;
}

.VueTables__search label,
.VueTables__limit label {
  font-size: 12px;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .VueTables__search,
  .VueTables__limit {
    display: none;
  }
}

.VueTables__table tbody {
  font-size: 12px;
}

.VueTables__sort-icon {
  float: none !important;
  margin-left: 2px;
}

.btn-load-more-transactions {
  position: absolute;
  right: 30px;
  z-index: 100;
}

.transaction-filters .btn-load-more-transactions {
  position: static;
}

.btn-group-transactions {
  width: 100%;
  margin: 10px 0 30px;
}

.btn-group-transactions .btn {
  flex: auto;
}

.transaction-filters {
  padding: 15px;
  margin-bottom: 30px;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
  border: 1px solid #e8e8ee;
}

.deposit-method-grid h5,
.withdraw-method-grid h5 {
  font-size: 1.45rem;
}

.deposit-method-option {
  display: inline-block;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  margin: 0;
  padding: 6px;
  border: 1px solid #cfcfcf;
  background: transparent;
  border-radius: 0.25rem;
  margin-bottom: 30px;
  transition: background-color .2s ease;
}

.deposit-method-option.active {
  background-color: #efbc4a;
}

.deposit-method-option:hover:not(.active) {
  background-color: #eceeef;
}

h3.payments-title,
.myaccount-title {
  background: #222;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  line-height: 22px;
}

@media (max-width: 991.98px) {
  h3.payments-title,
  .myaccount-title {
    font-size: 18px;
    line-height: 20px;
  }
}

.payments-subtitle {
  float: right;
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
}

@media (max-width: 991.98px) {
  .payments-subtitle {
    font-size: 12px;
    line-height: 22px;
  }
}

a.payments-subtitle {
  color: #37a01f;
  font-weight: 700;
}

.payments-method-select {
  display: block;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 16px;
  color: #111;
  font-size: 18px;
  transition: all 0.3s;
  border: 2px solid #fff;
}

.payments-method-select:hover {
  background: #fafafa;
  border-color: #efbc4a;
  padding-right: 12px;
  color: #111;
}

.payments-method-select img {
  height: 50px;
}

.payments-method-select i {
  float: right;
  line-height: 50px;
  color: #efbc4a;
  font-size: 22px;
  display: block;
}

.payments-method-select b {
  float: right;
  line-height: 50px;
  margin-right: 8px;
  font-size: 14px;
  color: #efbc4a;
}

.payments-method-select-title {
  display: inline-block;
  min-width: 130px;
  line-height: 48px;
}

.bank-acccount-owner-note {
  font-size: 14px;
  color: #e56325;
  font-style: italic;
}

.bank-acccount-owner {
  background-color: #eceeef;
}

.bank-acccount-owner b {
  margin-right: 10px;
}

.deposit-box-wrapper {
  width: 100%;
  max-width: 420px;
  margin: 32px auto;
  text-align: center;
}

.deposit-form-wrapper .form-control-label {
  font-size: 1.3rem;
  text-align: left;
  width: 100%;
}

.deposit-form-wrapper hr {
  margin: 0;
}

.deposit-form-wrapper .btn-primary {
  display: block;
  width: 100%;
}

.deposit-result-header {
  font-size: 28px;
  font-weight: 700;
  margin-top: 16px;
  width: 100%;
}

.deposit-result-subtitle {
  font-size: 1.5em;
  width: 100%;
}

.deposit-result-cancelled i {
  color: #444444;
}

.deposit-result-failed i {
  color: #ff0000;
}

.deposit-result-success i {
  color: #20940c;
}

.withdraw-note {
  width: 100%;
  text-align: left;
  display: block;
  padding: 0 2px;
}

.deposit-box-wrapper .alert {
  width: 100%;
  text-align: left;
}

.withdraw-method-option {
  display: inline-block;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  margin: 0;
  padding: 6px;
  border: 1px solid #cfcfcf;
  background: transparent;
  border-radius: 0.25rem;
  margin-bottom: 30px;
  transition: background-color .2s ease;
}

.withdraw-method-option.active {
  background-color: #efbc4a;
}

.withdraw-method-option:hover:not(.active) {
  background-color: #eceeef;
}

.section-home {
  margin-bottom: 80px;
}

html {
  height: 80%;
}

body {
  min-height: 80%;
}

.section-home table tr {
  background-color: transparent;
}

.section-home .home-link {
  position: relative;
  display: flex;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.5));
  box-shadow: inset 0px 0px 16px #454545;
  box-sizing: border-box;
}

/*.section-home .home-link:before {
	content: " ";
	background-image: url("/assets/images/home/glossy.png");
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-position-x: right;
	background-position-y: top;
}*/
.section-home .home-table-right-column .home-link:after {
  content: " ";
  background-image: url("/assets/images/home/starcasinosc-icon.png");
  background-repeat: no-repeat;
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-position: left 50% bottom 16px;
}

.section-home .home-img {
  width: 100%;
  -webkit-mask-image: linear-gradient(0deg, rgba(1, 26, 65, 0) 13.96%, #011A41 45%);
}

.section-home .home-title {
  position: absolute;
  color: #fff;
  font-size: 25px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  background-color: transparent;
  text-transform: uppercase;
}

.section-home .home-img-right {
  width: 100%;
  -webkit-mask-image: linear-gradient(0deg, rgba(1, 26, 65, 0) 17.96%, #011A41 60%);
}

.section-home .home-title-right {
  position: absolute;
  color: #fff;
  font-size: 36px;
  bottom: 20%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  background-color: transparent;
  text-transform: uppercase;
}

.section-home .home-title-right:after {
  display: block;
  content: '';
  width: 50%;
  height: 1px;
  background: #B79042;
  position: absolute;
  bottom: 0;
  left: 25%;
}

.section-home .home-table {
  width: 100%;
  height: calc(100vh - 120px);
}

.section-home .home-table td {
  padding: 10px;
}

.section-home .home-table .home-table-right-column {
  width: 25%;
  padding: 10px 10px 0 0;
  vertical-align: top;
}

.section-home .home-table-right td {
  padding: 0 0 10px 0;
}

.section-home .home-table-right tr:last-child {
  padding: 0;
  position: relative;
  top: 6px;
}

/*image effects*/
.shine {
  position: relative;
  overflow: hidden;
}

.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -127%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.shine.active::before {
  animation: shine 0.85s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*end of image effects*/
.home-teasers-wrapper {
  margin: 0 auto;
}

.home-slider {
  margin-top: 28px;
  border: 1px solid #980d16;
  overflow: hidden;
}

.home-slider img {
  float: left;
}

.home-slider .slide-fg {
  background-image: url(../../assets/images/slideshow-bg.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 500px 412px;
  background-position-y: center;
  text-align: center;
  position: absolute;
}

@media (max-width: 1199.98px) {
  .home-slider .slide-fg {
    background-size: 430px 412px;
  }
}

@media (max-width: 991.98px) {
  .home-slider .slide-fg {
    background-size: 320px 412px;
  }
}

@media (max-width: 767.98px) {
  .home-slider .slide-fg {
    background-size: 240px 412px;
  }
}

@media (max-width: 575.98px) {
  .home-slider .slide-fg {
    background-size: 170px 412px;
  }
}

.home-slider .slide-text-box {
  color: #fff;
  top: 26%;
  position: absolute;
  right: 12px;
  width: 35%;
}

@media (max-width: 767.98px) {
  .home-slider .slide-text-box {
    top: 10%;
  }
}

.home-slider .slide-text-box .slide-text-header, .home-slider .slide-text-box .slide-text-info {
  font-size: 48px;
  font-weight: 700;
  text-shadow: 0 6px 8px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1199.98px) {
  .home-slider .slide-text-box .slide-text-header, .home-slider .slide-text-box .slide-text-info {
    font-size: 40px;
  }
}

@media (max-width: 991.98px) {
  .home-slider .slide-text-box .slide-text-header, .home-slider .slide-text-box .slide-text-info {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .home-slider .slide-text-box .slide-text-header, .home-slider .slide-text-box .slide-text-info {
    font-size: 20px;
    line-height: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .home-slider .slide-text-box .slide-text-header, .home-slider .slide-text-box .slide-text-info {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .home-slider .slide-text-box .btn {
    padding: 0.2rem 0.3rem;
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .home-slider .slide-text-box .btn {
    padding: 0.15rem 0.3rem;
    font-size: 1rem;
  }
}

.home-slider .home-slider-img, .home-teasers-item .home-teaser-img {
  transition: all 0.3s;
}

.home-slider:hover .home-slider-img, .home-teasers-item:hover .home-teaser-img {
  transform: scale(1.07);
}

.home-teasers {
  padding-top: 28px;
  padding-bottom: 28px;
}

.home-teasers-item {
  float: left;
  width: calc(50% - 10px);
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  border: 1px solid #980d16;
  overflow: hidden;
}

.home-teasers-item.last {
  margin-right: 0;
}

.home-teasers-item:nth-child(2n) {
  margin-right: 0;
}

.home-teasers-item .styled-button {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 17px;
}

.home-teasers-item p {
  height: 128px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .home-teasers-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.home-teaser-img {
  width: 100%;
  float: left;
}

.home-teasers-title {
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  text-align: center;
  color: #fff000;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
  text-transform: none;
}

.home-teaser-text {
  justify-content: center;
  position: absolute;
  color: #fff;
  bottom: 0;
  width: 100%;
  height: 74px;
  text-align: center;
  font-size: 14px;
}

.home-teasers .slide-fg {
  background-image: url(../../assets/images/slideshow-bg.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 260px 412px;
  background-position-y: center;
  text-align: center;
  position: absolute;
}

@media (max-width: 1199.98px) {
  .home-teasers .slide-fg {
    background-size: 220px 412px;
  }
}

@media (max-width: 991.98px) {
  .home-teasers .slide-fg {
    background-size: 160px 412px;
  }
}

@media (max-width: 767.98px) {
  .home-teasers .slide-fg {
    background-size: 240px 412px;
  }
}

@media (max-width: 575.98px) {
  .home-teasers .slide-fg {
    background-size: 170px 412px;
  }
}

.home-teasers .slide-text-box {
  color: #fff;
  top: 26%;
  position: absolute;
  right: 12px;
  width: 35%;
}

.home-teasers .slide-text-box .slide-text-header {
  font-size: 34px;
  font-weight: 700;
  text-shadow: 0 6px 8px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1199.98px) {
  .home-teasers .slide-text-box .slide-text-header {
    font-size: 30px;
  }
}

@media (max-width: 991.98px) {
  .home-teasers .slide-text-box .slide-text-header {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .home-teasers .slide-text-box .slide-text-header {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .home-teasers .slide-text-box .slide-text-header {
    font-size: 16px;
  }
}

.home-teasers .slide-text-box .slide-text-info {
  font-size: 28px;
  /*font-weight: 700;
		text-shadow: 0 6px 8px rgba(0, 0, 0, 0.5);*/
}

@media (max-width: 1199.98px) {
  .home-teasers .slide-text-box .slide-text-info {
    font-size: 24px;
  }
}

@media (max-width: 991.98px) {
  .home-teasers .slide-text-box .slide-text-info {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .home-teasers .slide-text-box .slide-text-info {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .home-teasers .slide-text-box .slide-text-info {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .home-teasers .slide-text-box .btn {
    padding: 0.2rem 0.3rem;
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .home-teasers .slide-text-box .btn {
    padding: 0.2rem 0.3rem;
    font-size: 1rem;
  }
}

.nav-pills .nav-link {
  color: #2a2a2a;
  background-color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
}

.nav-pills .nav-item {
  padding: 4px;
}

.nav-pills.nav-pills-account .nav-item {
  margin-right: 0.5rem;
}

.nav-pills.nav-pills-account .nav-link {
  border: 1px solid #363636;
  background: #2b2b2b;
  color: #fff;
}

.nav-pills.nav-pills-account .nav-link:hover {
  border: 1px solid #363636;
  background: #212121;
}

.nav-pills.nav-pills-account .nav-link.active,
.nav-pills.nav-pills-account .nav-item.show .nav-link {
  border-color: #ecb22e;
  background: #efbc4a;
  color: #fff;
}

.nav-pills.nav-pills-account .nav-link.active:hover,
.nav-pills.nav-pills-account .nav-item.show .nav-link:hover {
  background: #efbc4a;
}

.progress {
  position: relative;
  height: 30px;
}

.progress-bar {
  height: 30px;
}

.progress-text {
  position: absolute;
  height: 30px;
  line-height: 30px;
  left: 10px;
}

.bonus-text {
  font-weight: 700;
}

.register-terms-link {
  color: #000;
  text-decoration: underline;
}

.static-page-text a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.alert-danger a {
  color: #333;
}

.mm-slideout {
  z-index: auto;
}

.mm-menu {
  z-index: 9999999 !important;
  background-color: #232323 !important;
  color: #000;
}

.mm-menu .mm-navbar {
  background-color: #1a1a1a !important;
  color: #fff;
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: #fff !important;
}

.mm-menu .mm-listview {
  font-size: 16px;
  line-height: 24px;
}

.mm-menu .mm-listview > li > a,
.mm-menu .mm-listview > li > span {
  color: #fff;
}

.mm-menu .mm-listview > li .mm-next::after {
  border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-listview .fa {
  min-width: 26px;
  font-size: 16px;
  position: relative;
  top: -1px;
}

.mm-clear::before,
.mm-close::before {
  right: 20px;
}

#nav-mobile {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}

#nav-mobile:not(.mm-menu) {
  display: none;
}

#nav-mobile .mm-listview {
  font-size: 16px;
  line-height: 22px;
}

.nav-mobile-logo {
  background-color: #1a1a1a;
  text-align: center;
  padding-top: 0 !important;
}

.nav-mobile-logo img {
  height: 50px;
}

#nav-mobile-user {
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.7);
}

#nav-mobile-user:not(.mm-menu) {
  display: none;
}

#nav-mobile-user .login-form-errors {
  display: block;
  clear: both;
  margin-top: 20px;
  font-size: 14px;
}

#nav-mobile-user .login-form-errors > b {
  position: static;
  width: 100%;
  margin-top: 20px;
  display: block;
}

#nav-mobile-user .forgot-password {
  float: none;
  display: block;
  margin: 10px 0;
}

#nav-mobile-user .header-top-buttons {
  display: block;
  float: none;
  margin-top: 20px;
}

.nav-mobile-user-info {
  background-color: #333;
  font-size: 15px;
  padding-top: 10px !important;
}

.nav-mobile-user-info span {
  color: #fff;
}

.nav-mobile-user-info b {
  color: #eceeef;
  font-weight: normal;
  float: left;
}

.nav-mobile-user-info .my-username {
  display: block;
  font-size: 18px;
}

.nav-mobile-user-info .clear {
  display: block;
  clear: both;
}

.nav-mobile-user-info .clear span {
  float: right;
}

.nav-mobile-user-info .clear .js-username {
  font-weight: 700;
  font-size: 20px;
}

.nav-mobile-user-info .user-balance-note {
  float: none;
  display: block;
  margin: -10px 0 0;
}

.show-horizontal-table ::-webkit-scrollbar {
  width: 25px;
}

.show-horizontal-table ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.show-horizontal-table ::-webkit-scrollbar-thumb {
  background: #888;
}

.show-horizontal-table ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.promotion-box-inner {
  background: #fff;
  height: 100%;
  overflow: hidden;
  margin: 0 15px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
  padding: 20px;
  position: relative;
  text-align: center;
}

.promotion-box-inner .promotion-img {
  width: 100%;
  height: auto;
}

.promotion-box-inner .promotion-title {
  color: #efbc4a;
  font-size: 1.5rem;
  margin: 1rem 0;
}

.promotion-box-inner .promotion-intro {
  font-size: 1.2rem;
  line-height: 1.45rem;
}

.promotion-buttons a {
  display: block;
  width: 48.5%;
  display: inline-block;
  float: left;
  margin-right: 1.5%;
}

.promotion-buttons a:last-child {
  margin-left: 1.5%;
  margin-right: 0;
}

.promotion-buttons a.promo-full-width {
  display: block;
  width: 97%;
}

.promotion-box {
  padding: 0;
  margin: 15px 0;
}

@media (max-width: 767.98px) {
  .promotion-box {
    margin: 10px 0;
  }
}

.article-title {
  margin-top: 16px;
}

.article-conditions ol {
  padding-left: 20px;
}

.article-conditions li {
  margin-left: 20px;
  font-size: 14px;
  margin: 10px 20px;
  position: relative;
  /*
      &::before {
        content: "•"; 
        color: $brand-primary;
        position: absolute;
        left: -12px;
        font-size: 24px;
        line-height: 20px;
    }
*/
}

.promotion-item-img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 1.5rem;
}

.promotion-table {
  font-weight: 700;
  color: #2E2D2E;
}

.promotion-table th {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2rem;
}

.promotion-table th b {
  font-weight: 700;
  color: #2E2D2E;
}

.promotion-table tr {
  font-size: 0.9rem;
}

.promotion-table tr:hover {
  background: gainsboro !important;
  text-shadow: 0 0 2px #fff;
}

.promotion-main {
  padding-bottom: 125px;
}

.promotion-main .promo-btn {
  background: #b18e46;
  color: #fff;
}

.promotion-main .fa {
  color: #1c1c1c;
}

.promotion-main .fa:hover {
  cursor: pointer;
}

.row-promotions-header {
  text-align: center;
}

body.page-golden-race.touch {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

body.page-golden-race.touch .mm-slideout {
  height: 100%;
}

body.page-golden-race.touch #root {
  height: 100%;
}

body.page-golden-race.touch #section-golden-race {
  height: 100%;
}

body.page-golden-race.touch #golden-race-mobile-app {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

body.page-golden-race.touch #golden-race-mobile-app > iframe[style] {
  height: 100% !important;
  width: 100% !important;
}

body.page-golden-race.touch .footer {
  display: none;
}

body.page-golden-race.touch div[class^="b_2641a77d_"] {
  display: none;
}

.app-modal {
  margin: auto;
  width: 100%;
  text-align: center;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity .3s ease;
}

#app-teaser-modal .modal-body {
  padding: 0 !important;
}

#modal-template-mask .modal-content button {
  position: absolute;
  z-index: 9999;
  padding: 10px 15px;
  background-color: rgba(51, 51, 51, 0.5);
  font-size: 34px;
}

@media (max-width: 767.98px) {
  #modal-template-mask .modal-content button {
    padding: 5px 10px;
    background-color: rgba(51, 51, 51, 0.5);
    font-size: 28px;
  }
}

@media (max-width: 575.98px) {
  #modal-template-mask .modal-content button {
    padding: 5px 10px;
    background-color: rgba(51, 51, 51, 0.5);
    font-size: 28px;
  }
}

#modal-template-mask .modal-content button:hover {
  background-color: #333;
}

#modal-template-mask .modal-dialog {
  width: auto;
  display: inline-block;
  max-width: 60%;
}

#modal-template-mask .modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

#modal-template-mask .modal-container {
  width: 300px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

#modal-template-mask .modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-default-button {
  float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#modal-flash {
  color: #fff;
  text-align: center;
  font-weight: 500;
}

#modal-flash .modal-dialog {
  max-width: 600px;
  max-height: 500px;
}

#modal-flash .modal-dialog .modal-content {
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 20px;
  padding: 30px 40px;
}

#modal-flash .modal-dialog .modal-content .modal-header {
  margin: auto;
  font-size: 25px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 0px;
}

#modal-flash .modal-dialog .modal-content .modal-body {
  font-size: 15px;
  padding: 0;
  padding-top: 15px;
}

#modal-flash .modal-dialog .modal-content .modal-body p {
  margin: 5px auto;
}

#modal-flash .modal-dialog .modal-content .modal-footer {
  margin: auto;
  margin-top: 15px;
  font-size: 25px;
  border-top: 0;
}

#modal-flash .modal-dialog .modal-content .modal-footer .btn {
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

#modal-flash .modal-dialog .modal-content .modal-footer .btn.btn-primary {
  background-color: #fff;
  color: #222222;
}

#modal-flash .modal-dialog .modal-content .modal-footer .btn.btn-danger {
  background-color: #D9001D;
}

#modal-flash .row {
  width: 100%;
  margin: auto;
}

#modal-flash .row img {
  max-width: 75%;
  height: auto;
  margin: 10px auto;
}

#modal-flash .row span {
  color: #D9001D;
}

#modal-page .modal-sm {
  max-width: 700px;
}

#modal-page .modal-sm .modal-header .row {
  width: 100%;
}

#modal-page .modal-sm .modal-header .row .col-md-1 {
  position: absolute;
  right: 10px;
  top: 17px;
}

#modal-general .modal-content {
  border-radius: 13px !important;
  border: 0;
  box-shadow: 0 0 16px black;
}

#modal-general .modal-dialog {
  transform: translateY(-50%);
  top: calc(50% - 50px);
}

#modal-general .bet-details-iframe {
  width: 100%;
  height: 500px;
  border: 0;
}

.modal .close {
  font-size: 50px;
  opacity: 1;
  margin-top: -12px;
}

#modal-iframe {
  max-width: 100%;
  max-height: 100%;
}

#modal-iframe .modal-content {
  height: auto;
  min-height: 100%;
}

#modal-iframe .modal-dialog {
  max-width: 84%;
}

#modal-iframe .modal-body {
  position: absolute;
  display: contents;
}

#cashbox-panel-iframe {
  width: 100%;
  height: calc(100vh - 160px);
  border: 0;
}

.bg-inverse {
  background-color: #292b2c !important;
}

.buttonX {
  position: absolute;
  top: 28px;
  right: 28px;
}

.online-deposit-hipay-submit-btn {
  color: #fff;
  background-color: #F2CA6F;
  border-radius: 4px;
  border-color: unset;
  border: unset;
  font-size: 19px;
  font-weight: 700;
}

.online-deposit-hipay-submit-btn:hover {
  color: #fff;
  border-radius: 4px;
  background-color: #333;
}

.online-deposit-hipay-submit-btn:focus {
  color: #fff;
}

.online-deposit-hipay-btn {
  color: #1c1c1c;
  background-color: #F2F1F1;
  border-radius: 1px 0px 0px 0px;
  border-color: #B8B8B8;
}

.online-deposit-hipay-btn:hover {
  color: #fff;
  background-color: #333;
}

.online-deposit-hipay-btn:focus {
  color: #fff;
  background-color: #333;
}

.section-light-grey {
  background-color: #F2F1F1;
  border-radius: 8px;
}

.fail-alert {
  color: #a10000;
  background-color: rgba(255, 113, 113, 0.35);
  border: 1px solid #ff7171;
  border-radius: 4px;
}

.virtual-keyboard-backspace-icon-svg:hover svg path {
  stroke: white;
}

.fa-chevron-up {
  border-style: solid;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 50%;
  width: 40px;
  font-size: 1.5rem;
  border-width: 1px;
  background-color: #292b2c;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.fa-chevron-up:hover {
  background-color: #454444;
}

.modal-position {
  position: absolute;
  top: -20rem;
  padding-bottom: 3rem;
}

/* Flags from sprite */
.flag {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(/assets/images/flags-sprite.png) no-repeat;
  transform: scale(1.5);
}

.flag.flag-ad {
  background-position: -32px 0;
}

.flag.flag-ae {
  background-position: -64px 0;
}

.flag.flag-af {
  background-position: -96px 0;
}

.flag.flag-ag {
  background-position: -128px 0;
}

.flag.flag-ai {
  background-position: -160px 0;
}

.flag.flag-al {
  background-position: -192px 0;
}

.flag.flag-am {
  background-position: -224px 0;
}

.flag.flag-an {
  background-position: -256px 0;
}

.flag.flag-ao {
  background-position: -288px 0;
}

.flag.flag-ar {
  background-position: -320px 0;
}

.flag.flag-as {
  background-position: -352px 0;
}

.flag.flag-at {
  background-position: -384px 0;
}

.flag.flag-au {
  background-position: -416px 0;
}

.flag.flag-aw {
  background-position: -448px 0;
}

.flag.flag-az {
  background-position: 0 -32px;
}

.flag.flag-ba {
  background-position: -32px -32px;
}

.flag.flag-bb {
  background-position: -64px -32px;
}

.flag.flag-bd {
  background-position: -96px -32px;
}

.flag.flag-be {
  background-position: -128px -32px;
}

.flag.flag-bf {
  background-position: -160px -32px;
}

.flag.flag-bg {
  background-position: -192px -32px;
}

.flag.flag-bh {
  background-position: -224px -32px;
}

.flag.flag-bi {
  background-position: -256px -32px;
}

.flag.flag-bj {
  background-position: -288px -32px;
}

.flag.flag-bm {
  background-position: -320px -32px;
}

.flag.flag-bn {
  background-position: -352px -32px;
}

.flag.flag-bo {
  background-position: -384px -32px;
}

.flag.flag-br {
  background-position: -416px -32px;
}

.flag.flag-bs {
  background-position: -448px -32px;
}

.flag.flag-bt {
  background-position: 0 -64px;
}

.flag.flag-bw {
  background-position: -32px -64px;
}

.flag.flag-by {
  background-position: -64px -64px;
}

.flag.flag-bz {
  background-position: -96px -64px;
}

.flag.flag-ca {
  background-position: -128px -64px;
}

.flag.flag-cd {
  background-position: -160px -64px;
}

.flag.flag-cf {
  background-position: -192px -64px;
}

.flag.flag-cg {
  background-position: -224px -64px;
}

.flag.flag-ch {
  background-position: -256px -64px;
}

.flag.flag-ci {
  background-position: -288px -64px;
}

.flag.flag-ck {
  background-position: -320px -64px;
}

.flag.flag-cl {
  background-position: -352px -64px;
}

.flag.flag-cm {
  background-position: -384px -64px;
}

.flag.flag-cn {
  background-position: -416px -64px;
}

.flag.flag-co {
  background-position: -448px -64px;
}

.flag.flag-cr {
  background-position: 0 -96px;
}

.flag.flag-cu {
  background-position: -32px -96px;
}

.flag.flag-cv {
  background-position: -64px -96px;
}

.flag.flag-cy {
  background-position: -96px -96px;
}

.flag.flag-cz {
  background-position: -128px -96px;
}

.flag.flag-de {
  background-position: -160px -96px;
}

.flag.flag-dj {
  background-position: -192px -96px;
}

.flag.flag-dk {
  background-position: -224px -96px;
}

.flag.flag-dm {
  background-position: -256px -96px;
}

.flag.flag-do {
  background-position: -288px -96px;
}

.flag.flag-dz {
  background-position: -320px -96px;
}

.flag.flag-ec {
  background-position: -352px -96px;
}

.flag.flag-ee {
  background-position: -384px -96px;
}

.flag.flag-eg {
  background-position: -416px -96px;
}

.flag.flag-eh {
  background-position: -448px -96px;
}

.flag.flag-er {
  background-position: 0 -128px;
}

.flag.flag-es {
  background-position: -32px -128px;
}

.flag.flag-et {
  background-position: -64px -128px;
}

.flag.flag-fi {
  background-position: -96px -128px;
}

.flag.flag-fj {
  background-position: -128px -128px;
}

.flag.flag-fm {
  background-position: -160px -128px;
}

.flag.flag-fo {
  background-position: -192px -128px;
}

.flag.flag-fr {
  background-position: -224px -128px;
}

.flag.flag-ga {
  background-position: -256px -128px;
}

.flag.flag-gb {
  background-position: -288px -128px;
}

.flag.flag-gd {
  background-position: -320px -128px;
}

.flag.flag-ge {
  background-position: -352px -128px;
}

.flag.flag-gg {
  background-position: -384px -128px;
}

.flag.flag-gh {
  background-position: -416px -128px;
}

.flag.flag-gi {
  background-position: -448px -128px;
}

.flag.flag-gl {
  background-position: 0 -160px;
}

.flag.flag-gm {
  background-position: -32px -160px;
}

.flag.flag-gn {
  background-position: -64px -160px;
}

.flag.flag-gp {
  background-position: -96px -160px;
}

.flag.flag-gq {
  background-position: -128px -160px;
}

.flag.flag-gr, .flag.flag-el {
  background-position: -160px -160px;
}

.flag.flag-gt {
  background-position: -192px -160px;
}

.flag.flag-gu {
  background-position: -224px -160px;
}

.flag.flag-gw {
  background-position: -256px -160px;
}

.flag.flag-gy {
  background-position: -288px -160px;
}

.flag.flag-hk {
  background-position: -320px -160px;
}

.flag.flag-hn {
  background-position: -352px -160px;
}

.flag.flag-hr {
  background-position: -384px -160px;
}

.flag.flag-ht {
  background-position: -416px -160px;
}

.flag.flag-hu {
  background-position: -448px -160px;
}

.flag.flag-id {
  background-position: 0 -192px;
}

.flag.flag-ie {
  background-position: -32px -192px;
}

.flag.flag-il {
  background-position: -64px -192px;
}

.flag.flag-im {
  background-position: -96px -192px;
}

.flag.flag-in {
  background-position: -128px -192px;
}

.flag.flag-iq {
  background-position: -160px -192px;
}

.flag.flag-ir, .flag.flag-fa {
  background-position: -192px -192px;
}

.flag.flag-is {
  background-position: -224px -192px;
}

.flag.flag-it {
  background-position: -256px -192px;
}

.flag.flag-je {
  background-position: -288px -192px;
}

.flag.flag-jm {
  background-position: -320px -192px;
}

.flag.flag-jo {
  background-position: -352px -192px;
}

.flag.flag-jp {
  background-position: -384px -192px;
}

.flag.flag-ke {
  background-position: -416px -192px;
}

.flag.flag-kg {
  background-position: -448px -192px;
}

.flag.flag-kh {
  background-position: 0 -224px;
}

.flag.flag-ki {
  background-position: -32px -224px;
}

.flag.flag-km {
  background-position: -64px -224px;
}

.flag.flag-kn {
  background-position: -96px -224px;
}

.flag.flag-kp {
  background-position: -128px -224px;
}

.flag.flag-kr {
  background-position: -160px -224px;
}

.flag.flag-kw {
  background-position: -192px -224px;
}

.flag.flag-ky {
  background-position: -224px -224px;
}

.flag.flag-kz {
  background-position: -256px -224px;
}

.flag.flag-la {
  background-position: -288px -224px;
}

.flag.flag-lb {
  background-position: -320px -224px;
}

.flag.flag-lc {
  background-position: -352px -224px;
}

.flag.flag-li {
  background-position: -384px -224px;
}

.flag.flag-lk {
  background-position: -416px -224px;
}

.flag.flag-lr {
  background-position: -448px -224px;
}

.flag.flag-ls {
  background-position: 0 -256px;
}

.flag.flag-lt {
  background-position: -32px -256px;
}

.flag.flag-lu {
  background-position: -64px -256px;
}

.flag.flag-lv {
  background-position: -96px -256px;
}

.flag.flag-ly {
  background-position: -128px -256px;
}

.flag.flag-ma {
  background-position: -160px -256px;
}

.flag.flag-mc {
  background-position: -192px -256px;
}

.flag.flag-md {
  background-position: -224px -256px;
}

.flag.flag-me {
  background-position: -256px -256px;
}

.flag.flag-mg {
  background-position: -288px -256px;
}

.flag.flag-mh {
  background-position: -320px -256px;
}

.flag.flag-mk {
  background-position: -352px -256px;
}

.flag.flag-ml {
  background-position: -384px -256px;
}

.flag.flag-mm {
  background-position: -416px -256px;
}

.flag.flag-mn {
  background-position: -448px -256px;
}

.flag.flag-mo {
  background-position: 0 -288px;
}

.flag.flag-mq {
  background-position: -32px -288px;
}

.flag.flag-mr {
  background-position: -64px -288px;
}

.flag.flag-ms {
  background-position: -96px -288px;
}

.flag.flag-mt {
  background-position: -128px -288px;
}

.flag.flag-mu {
  background-position: -160px -288px;
}

.flag.flag-mv {
  background-position: -192px -288px;
}

.flag.flag-mw {
  background-position: -224px -288px;
}

.flag.flag-mx {
  background-position: -256px -288px;
}

.flag.flag-my {
  background-position: -288px -288px;
}

.flag.flag-mz {
  background-position: -320px -288px;
}

.flag.flag-na {
  background-position: -352px -288px;
}

.flag.flag-nc {
  background-position: -384px -288px;
}

.flag.flag-ne {
  background-position: -416px -288px;
}

.flag.flag-ng {
  background-position: -448px -288px;
}

.flag.flag-ni {
  background-position: 0 -320px;
}

.flag.flag-nl {
  background-position: -32px -320px;
}

.flag.flag-no {
  background-position: -64px -320px;
}

.flag.flag-np {
  background-position: -96px -320px;
}

.flag.flag-nr {
  background-position: -128px -320px;
}

.flag.flag-nz {
  background-position: -160px -320px;
}

.flag.flag-om {
  background-position: -192px -320px;
}

.flag.flag-pa {
  background-position: -224px -320px;
}

.flag.flag-pe {
  background-position: -256px -320px;
}

.flag.flag-pf {
  background-position: -288px -320px;
}

.flag.flag-pg {
  background-position: -320px -320px;
}

.flag.flag-ph {
  background-position: -352px -320px;
}

.flag.flag-pk {
  background-position: -384px -320px;
}

.flag.flag-pl {
  background-position: -416px -320px;
}

.flag.flag-pr {
  background-position: -448px -320px;
}

.flag.flag-ps {
  background-position: 0 -352px;
}

.flag.flag-pt {
  background-position: -32px -352px;
}

.flag.flag-pw {
  background-position: -64px -352px;
}

.flag.flag-py {
  background-position: -96px -352px;
}

.flag.flag-qa {
  background-position: -128px -352px;
}

.flag.flag-re {
  background-position: -160px -352px;
}

.flag.flag-ro {
  background-position: -192px -352px;
}

.flag.flag-rs {
  background-position: -224px -352px;
}

.flag.flag-ru {
  background-position: -256px -352px;
}

.flag.flag-rw {
  background-position: -288px -352px;
}

.flag.flag-sa {
  background-position: -320px -352px;
}

.flag.flag-sb {
  background-position: -352px -352px;
}

.flag.flag-sc {
  background-position: -384px -352px;
}

.flag.flag-sd {
  background-position: -416px -352px;
}

.flag.flag-se {
  background-position: -448px -352px;
}

.flag.flag-sg {
  background-position: 0 -384px;
}

.flag.flag-si {
  background-position: -32px -384px;
}

.flag.flag-sk {
  background-position: -64px -384px;
}

.flag.flag-sl {
  background-position: -96px -384px;
}

.flag.flag-sm {
  background-position: -128px -384px;
}

.flag.flag-sn {
  background-position: -160px -384px;
}

.flag.flag-so {
  background-position: -192px -384px;
}

.flag.flag-sr {
  background-position: -224px -384px;
}

.flag.flag-st {
  background-position: -256px -384px;
}

.flag.flag-sv {
  background-position: -288px -384px;
}

.flag.flag-sy {
  background-position: -320px -384px;
}

.flag.flag-sz {
  background-position: -352px -384px;
}

.flag.flag-tc {
  background-position: -384px -384px;
}

.flag.flag-td {
  background-position: -416px -384px;
}

.flag.flag-tg {
  background-position: -448px -384px;
}

.flag.flag-th {
  background-position: 0 -416px;
}

.flag.flag-tj {
  background-position: -32px -416px;
}

.flag.flag-tl {
  background-position: -64px -416px;
}

.flag.flag-tm {
  background-position: -96px -416px;
}

.flag.flag-tn {
  background-position: -128px -416px;
}

.flag.flag-to {
  background-position: -160px -416px;
}

.flag.flag-tr {
  background-position: -192px -416px;
}

.flag.flag-tt {
  background-position: -224px -416px;
}

.flag.flag-tv {
  background-position: -256px -416px;
}

.flag.flag-tw {
  background-position: -288px -416px;
}

.flag.flag-tz {
  background-position: -320px -416px;
}

.flag.flag-ua {
  background-position: -352px -416px;
}

.flag.flag-ug {
  background-position: -384px -416px;
}

.flag.flag-us {
  background-position: -416px -416px;
}

.flag.flag-uy {
  background-position: -448px -416px;
}

.flag.flag-uz {
  background-position: 0 -448px;
}

.flag.flag-va {
  background-position: -32px -448px;
}

.flag.flag-vc {
  background-position: -64px -448px;
}

.flag.flag-ve {
  background-position: -96px -448px;
}

.flag.flag-vg {
  background-position: -128px -448px;
}

.flag.flag-vi {
  background-position: -160px -448px;
}

.flag.flag-vn {
  background-position: -192px -448px;
}

.flag.flag-vu {
  background-position: -224px -448px;
}

.flag.flag-ws {
  background-position: -256px -448px;
}

.flag.flag-ye {
  background-position: -288px -448px;
}

.flag.flag-za {
  background-position: -320px -448px;
}

.flag.flag-zm {
  background-position: -352px -448px;
}

.flag.flag-zw {
  background-position: -384px -448px;
}

/*custom not-exists in sprite*/
.flag.flag-ky-kg {
  background: url(/assets/images/ky-kg.png) no-repeat;
  margin-top: 0.37rem;
}

/*custom not-exists in sprite*/
.flag.flag-ar-iq {
  background: url(/assets/images/ar-iq.png) no-repeat;
  margin-top: 0.37rem;
}

.flag.flag-ar-lg {
  background: url(/assets/images/ar.svg) no-repeat;
}

/*custom not-exists in sprite*/
.flag.flag-ax {
  background: url(/assets/images/ax.png) no-repeat;
  margin-top: 0.37rem;
}

.lang-trigger-flag {
  float: right;
}

#sidebar-menu #userinfo {
  padding: 5px;
  background-color: #e0e0e0;
  border: 1.5px solid #636c72;
  height: 60px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#sidebar-menu #paymentHasMenu, #sidebar-menu #reportHasMenu, #sidebar-menu #userHasMenu, #sidebar-menu #plansHasMenu, #sidebar-menu #commissionHasMenu {
  padding-left: 0px;
}

#sidebar-menu #paymentHasMenu li, #sidebar-menu #reportHasMenu li, #sidebar-menu #userHasMenu li, #sidebar-menu #plansHasMenu li, #sidebar-menu #commissionHasMenu li {
  background-color: #636c72;
  width: 100%;
}

#sidebar-menu #paymentHasMenu li:hover, #sidebar-menu #reportHasMenu li:hover, #sidebar-menu #userHasMenu li:hover, #sidebar-menu #plansHasMenu li:hover, #sidebar-menu #commissionHasMenu li:hover {
  background-color: #ecb029;
}

#sidebar-menu #paymentHasMenu li.active, #sidebar-menu #reportHasMenu li.active, #sidebar-menu #userHasMenu li.active, #sidebar-menu #plansHasMenu li.active, #sidebar-menu #commissionHasMenu li.active {
  background-color: #ecb029;
}

#sidebar-menu .sidebar-dashboard {
  margin-top: 10px;
}

#sidebar-menu .dashboardMenu.active {
  background-color: #efbc4a;
}

#sidebar-menu .dashboardMenu a {
  margin-left: 0 !important;
}

#sidebar-menu .dashboardMenu a img {
  margin-right: 14px;
}

#sidebar-menu .transferMenu.active {
  background-color: #efbc4a;
}

#sidebar-menu .transferMenu a {
  margin-left: 0 !important;
}

#sidebar-menu .transferMenu a img {
  margin-right: 20px;
}

#sidebar-menu .paymentsMenu, #sidebar-menu .reportsMenu, #sidebar-menu .plansMenu, #sidebar-menu .userMenu, #sidebar-menu .commissionMenu {
  display: flex;
}

#sidebar-menu .paymentsMenu img, #sidebar-menu .reportsMenu img, #sidebar-menu .plansMenu img, #sidebar-menu .userMenu img, #sidebar-menu .commissionMenu img {
  margin-right: 20px;
}

#sidebar-menu .paymentsMenu img::after, #sidebar-menu .reportsMenu img::after, #sidebar-menu .plansMenu img::after, #sidebar-menu .userMenu img::after, #sidebar-menu .commissionMenu img::after {
  color: #fff;
}

#sidebar-menu .paymentsMenu.active, #sidebar-menu .reportsMenu.active, #sidebar-menu .plansMenu.active, #sidebar-menu .userMenu.active, #sidebar-menu .commissionMenu.active {
  background-color: #efbc4a;
}

#sidebar-menu .paymentsMenu a, #sidebar-menu .reportsMenu a, #sidebar-menu .plansMenu a, #sidebar-menu .userMenu a, #sidebar-menu .commissionMenu a {
  position: relative;
  left: 15px;
}

#sidebar-menu .paymentsMenu .fa-chevron-right, #sidebar-menu .reportsMenu .fa-chevron-right, #sidebar-menu .plansMenu .fa-chevron-right, #sidebar-menu .userMenu .fa-chevron-right, #sidebar-menu .commissionMenu .fa-chevron-right {
  top: 4px;
  position: relative;
  cursor: pointer;
}

#sidebar-menu .js-username {
  position: relative;
  bottom: 20px;
  font-size: 1.5rem;
  color: #292b2c;
  font-weight: bold;
}

#sidebar-menu .menu-role {
  position: absolute;
  top: 30px;
  left: 70px;
  color: #efbc4a;
}

#sidebar-menu ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}

#sidebar-menu ul li {
  margin-bottom: 0.25rem;
  padding: 0.5rem;
  background-color: #454444;
  color: #fff;
}

#sidebar-menu ul lifirst-child {
  padding: 0 !important;
}

#sidebar-menu ul li .fa-user-circle-o a {
  position: relative;
  bottom: 20px;
}

#sidebar-menu ul li .fa {
  margin-right: 10px;
  color: #fff;
}

#sidebar-menu ul li a:not(.menu-role):not(.js-username) {
  color: #fff;
  display: block;
  margin-left: 40px;
}

#sidebar-menu ul li:hover {
  background-color: #efbc4a;
  cursor: pointer;
}

#sidebar-menu ul li.active {
  background-color: #efbc4a;
}

#sidebar-menu .list-item {
  background-color: #1c1c1c;
}

#sidebar-menu .list-item:hover {
  background-color: #efbc4a;
}

#sidebar-menu .list-item.active {
  background-color: #efbc4a;
}

#sidebar-menu li.dashboardMenu, #sidebar-menu li.transferMenu, #sidebar-menu #paymentHasMenu > li.list-item, #sidebar-menu #reportHasMenu > li.list-item, #sidebar-menu #plansHasMenu > li.list-item, #sidebar-menu #userHasMenu > li.list-item, #sidebar-menu #commissionHasMenu > li.list-item {
  padding: 0 !important;
}

#sidebar-menu li.dashboardMenu a, #sidebar-menu li.transferMenu a, #sidebar-menu #paymentHasMenu > li.list-item a, #sidebar-menu #reportHasMenu > li.list-item a, #sidebar-menu #plansHasMenu > li.list-item a, #sidebar-menu #userHasMenu > li.list-item a, #sidebar-menu #commissionHasMenu > li.list-item a {
  padding: 0.5rem;
}

.main-header {
  padding-bottom: 0;
  height: auto;
}

.agent-title {
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .agent-title h2 {
    font-size: 1.5rem;
  }
}

.agent-title .game-spinner {
  border-top-color: rgba(229, 100, 37, 0.875) !important;
  border: 6px solid rgba(0, 0, 0, 0.35);
  background-color: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
}

.agent-title .agent-title-h1 {
  font-family: 'Helvetica Neue', 'Open Sans', Arial, sans-serif;
  font-weight: 500;
  font-size: 3rem;
  margin-top: 20px;
}

.agent-title .h1-agent {
  font-size: 2rem;
  padding: 16px 0;
}

.sidebar-container {
  padding-left: 0;
}

@media (max-width: 575px) {
  .sidebar-container {
    padding-right: 0;
  }
}

.agent-headline {
  background-color: #1c1c1c;
  color: #fff;
  font-weight: 400;
  padding: 10px 0 1px 10px;
  margin: 20px 0;
}

.agent-headline h2.fix-margin {
  margin-bottom: 0.5rem;
}

h1 {
  font-family: 'Helvetica Neue', 'Open Sans', Arial, sans-serif;
  font-weight: 500;
  font-size: 3rem;
  margin-top: 20px;
}

.date-from-label, .date-to-label {
  margin-right: 5px;
}

.date-to-label {
  margin-left: 5px;
}

.btn-date {
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #1c1c1c;
  width: 120px;
  border-radius: 5px;
  height: 40px;
}

.casino-report-second-row {
  padding-left: 0px;
}

.commission_method {
  padding-left: 0;
  width: 500px;
}

.btn-submit {
  background-color: #efbc4a;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .page-agent-casino-report .btn-submit, .page-agent-financial-transactions .btn-submit,
  .page-agent-cash-in-hand-transactions .btn-submit {
    margin-left: 16px;
  }
}

.agent-content {
  margin-top: 20px;
}

.agent-content #transfer_from, .agent-content #transfer_to {
  height: 40px;
}

@media (max-width: 949px) {
  .agent-content #transfer_from, .agent-content #transfer_to {
    margin-bottom: 20px;
  }
}

.agent-content #transfer_amount {
  text-align: start;
  height: 40px;
  border: none;
  border: solid 1px #1c1c1c;
}

@media (max-width: 1261px) {
  .agent-content #transfer_amount {
    margin-top: 20px;
  }
}

.agent-content .role-input {
  height: 40px;
}

.agent-content .date-created-label, .agent-content .date-settled-label {
  margin-right: 10px;
  font-weight: 500;
}

.agent-content #stake-from, .agent-content #stake-to {
  display: inline;
  padding: 0.5rem 0.75rem;
  border: 1px solid #cfcfcf;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-size: 1rem;
  line-height: 1.25;
}

.agent-content #directClient {
  margin-left: 5px;
  vertical-align: middle;
}

.agent-content #stake-to {
  margin-left: 10px;
}

.agent-content .user-label {
  margin-right: 5px;
}

.agent-content .agent-select, .agent-content .agent-bet-select, .agent-content .paid-out-bet-select, .agent-content .bet-type-select, .agent-content .selections-select {
  width: 100px;
  height: 40px;
  border-radius: 5px;
}

.agent-content .selections {
  margin-right: 22px;
}

.agent-content .button-group {
  margin-top: 60px;
}

.btn-cps-button {
  background-color: #efbc4a;
  color: #fff;
  margin: 5px 0;
  width: 150px;
}

.btn-cps-button.close {
  opacity: 1;
  background: #efbc4a;
  max-width: 50px;
  padding: 7px;
}

.btn-create-plan {
  background-color: #efbc4a;
  color: #fff;
  margin: 27px 0;
  width: 200px;
}

.btn-remove-exception {
  padding-left: 0;
  padding-right: 0;
}

.button-add-new-range {
  margin: 0;
  width: 200px;
}

.btn-deposit, .btn-commission-report {
  background-color: #efbc4a;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 16px;
  width: 200px;
}

.button-container {
  display: flex;
  justify-content: center;
}

.btn-withdrawal, .btn-deposit {
  margin-left: 0px;
  margin-top: 40px;
}

.btn-payout {
  padding: 2px 6px;
  line-height: 32px;
}

.btn-cancel {
  margin-left: 30px;
}

.second-row {
  margin-top: 20px;
}

.currency-radio {
  border: 1px solid #1c1c1c;
  height: 37px;
  text-align: center;
}

#mybet {
  height: auto;
  margin: 0 15px;
}

#mybet .bet-header-title {
  background-color: #616161;
  height: 34.8px;
  color: #fff;
}

#mybet .dimgray {
  background-color: #616161;
}

#mybet .bet-title-red {
  background-color: #e0000f;
}

#mybet .bet-title-green {
  background-color: #009847;
}

#mybet .bet-history-info {
  background-color: #fff;
  border: 1px solid #1c1c1c;
}

#mybet .bet-history-info .item-wrapper {
  padding: 5px 0;
  border-top: 1px solid #1c1c1c;
}

#mybet .bet-history-info .item-wrapper .item-bold {
  font-weight: bold;
}

#mybet .bet-history-info .item-wrapper .bet-market-info {
  margin-bottom: 5px;
  border-top: 1px solid #1c1c1c;
}

#mybet .bet-history-info .item-wrapper .bet-market-info:first-child {
  border-top: 0;
}

#mybet .bet-history-info .item-wrapper .bet-market-info:last-child {
  margin-bottom: 0;
}

#mybet .bet-footer-info {
  background-color: #292929;
  height: 31px;
  color: #fff;
}

#mybet .bet-id-info {
  background-color: #292929;
  height: 48.8px;
  color: #fff;
  border-top: 1px solid #fff;
}

#transfer_notes {
  margin-top: 20px;
  height: 110px;
}

.agent-withdraw-amount, .agent-deposit-amount {
  padding-left: 0px;
}

#input-bet {
  height: 40px;
}

.search-bet-form {
  margin-left: 10px;
}

.transfer-amount {
  margin-top: 20px;
}

.transfer-amount input[type="text"]::placeholder {
  text-align: left;
}

.form-agent-deposit-money {
  display: block;
}

#search-user {
  width: 300px;
}

#userCard {
  border: 1px solid black;
  border-radius: 10px;
}

#userCard.caption {
  padding: 10px;
}

.onlineDepositError {
  color: #d9534f;
  font-weight: bold;
  padding: 2px;
  margin-left: -15px;
  margin-top: 5px;
}

hr {
  border: none;
  height: 1px;
  background-color: #1c1c1c;
}

#bet-detail {
  background-color: #fff;
  margin-left: 15px;
  padding: 0;
  flex-wrap: wrap;
}

#bet-detail .bet-detail-title {
  display: flex;
  height: 40px;
  justify-content: center;
  min-width: 100%;
  background-color: #454444;
  color: #fff;
}

.agent-withdraw-method-option {
  display: inline-block;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  margin-top: 40px;
  padding: 6px;
  border: 1px solid #cfcfcf;
  background: transparent;
  border-radius: 0.25rem;
  margin-bottom: 30px;
  transition: background-color .2s ease;
}

.agent-withdraw-method-option.active {
  background-color: #efbc4a;
}

.agent-withdraw-method-option:hover:not(.active) {
  background-color: #eceeef;
}

.agent-deposit-method-option {
  display: inline-block;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  margin-top: 40px;
  padding: 6px;
  border: 1px solid #cfcfcf;
  background: transparent;
  border-radius: 0.25rem;
  margin-bottom: 30px;
  transition: background-color .2s ease;
}

.agent-deposit-method-option.active {
  background-color: #efbc4a;
}

.agent-deposit-method-option:hover:not(.active) {
  background-color: #eceeef;
}

.page-agent-financial-transactions .hidden, .page-agent-commission-report .hidden, .page-agent-financial-report .hidden, .page-agent-casino-report .hidden, .page-agent-cash-in-hand-report .hidden, .page-agent-cash-in-hand-transactions .hidden {
  display: none;
}

.page-agent-financial-transactions .noteExpanded, .page-agent-financial-transactions .noteCollapsed, .page-agent-commission-report .noteExpanded, .page-agent-commission-report .noteCollapsed, .page-agent-financial-report .noteExpanded, .page-agent-financial-report .noteCollapsed, .page-agent-casino-report .noteExpanded, .page-agent-casino-report .noteCollapsed, .page-agent-cash-in-hand-report .noteExpanded, .page-agent-cash-in-hand-report .noteCollapsed, .page-agent-cash-in-hand-transactions .noteExpanded, .page-agent-cash-in-hand-transactions .noteCollapsed {
  cursor: pointer;
}

.page-agent-financial-transactions .btn-group .btn-date.active, .page-agent-commission-report .btn-group .btn-date.active, .page-agent-financial-report .btn-group .btn-date.active, .page-agent-casino-report .btn-group .btn-date.active, .page-agent-cash-in-hand-report .btn-group .btn-date.active, .page-agent-cash-in-hand-transactions .btn-group .btn-date.active {
  background-color: #efbc4a;
  color: #fff;
}

@media (max-width: 767.98px) {
  .page-agent-financial-transactions, .page-agent-commission-report, .page-agent-financial-report, .page-agent-casino-report, .page-agent-cash-in-hand-report, .page-agent-cash-in-hand-transactions {
    display: unset;
  }
  .page-agent-financial-transactions .btn-date, .page-agent-commission-report .btn-date, .page-agent-financial-report .btn-date, .page-agent-casino-report .btn-date, .page-agent-cash-in-hand-report .btn-date, .page-agent-cash-in-hand-transactions .btn-date {
    line-height: 1;
    width: 49%;
    margin-right: unset;
    margin: 5px 0;
  }
  .page-agent-financial-transactions .btn-date.active, .page-agent-commission-report .btn-date.active, .page-agent-financial-report .btn-date.active, .page-agent-casino-report .btn-date.active, .page-agent-cash-in-hand-report .btn-date.active, .page-agent-cash-in-hand-transactions .btn-date.active {
    background-color: #efbc4a;
    color: #fff;
  }
}

@media (max-width: 767.98px) {
  .page-agent-financial-transactions .reports-filters-date-filters-wrapper, .page-agent-commission-report .reports-filters-date-filters-wrapper, .page-agent-financial-report .reports-filters-date-filters-wrapper, .page-agent-casino-report .reports-filters-date-filters-wrapper, .page-agent-cash-in-hand-report .reports-filters-date-filters-wrapper, .page-agent-cash-in-hand-transactions .reports-filters-date-filters-wrapper {
    display: inline-block;
  }
  .page-agent-financial-transactions .btn-commission-report, .page-agent-commission-report .btn-commission-report, .page-agent-financial-report .btn-commission-report, .page-agent-casino-report .btn-commission-report, .page-agent-cash-in-hand-report .btn-commission-report, .page-agent-cash-in-hand-transactions .btn-commission-report {
    width: 49%;
    float: left;
    margin: 10px 5px 10px 0;
  }
  .page-agent-financial-transactions .btn-cancel, .page-agent-commission-report .btn-cancel, .page-agent-financial-report .btn-cancel, .page-agent-casino-report .btn-cancel, .page-agent-cash-in-hand-report .btn-cancel, .page-agent-cash-in-hand-transactions .btn-cancel {
    float: right;
    margin: 10px 0;
  }
}

.page-agent-search .agent-content .VueTables--client .btn {
  padding: 2px 6px;
  font-size: 12px;
}

.page-agent-search .agent-content .VueTables--client .currency .fa-refresh {
  cursor: pointer;
}

.page-agent-search .agent-content .VueTables--client .currency .fa-refresh.btn-loading::before {
  margin-right: unset;
}

.agent-commission-plans-create-new-plan a.button-go-to-commission-plans-list {
  width: 200px;
}

.agent-commission-plans-create-new-plan a.button-go-to-commission-plans-list:hover {
  color: #fff;
}

table.agent_cps_commissions_table .add_new_range_title {
  background-color: #fff;
  text-align: left;
}

table.agent_cps_commissions_table tr > td {
  font-weight: 100;
}

table.agent_cps_commissions_table tr > td .exception {
  float: left;
  color: #e56425;
}

table.agent_cps_commissions_table tr > td span.badge-primary {
  font-weight: 100;
}

.transaction-filters.commission-report-buttons {
  text-align: center;
  padding: 0;
  margin-top: 40px;
}

.transaction-filters.commission-report-buttons .btn {
  margin: 15px 0;
}

.pagination-section {
  margin-top: 50px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline-block;
}

ol.breadcrumb {
  list-style: none;
  float: left;
  padding: 12px !important;
  margin-top: 20px;
}

ol.breadcrumb > li {
  float: left;
}

ol.breadcrumb.bg-light {
  background-color: #e9ecef !important;
  padding: 4px 8px;
}

ol.breadcrumb span.btn-commission-report {
  margin-left: unset;
  padding: 4px 8px;
}

@media (max-width: 767.98px) {
  ol.breadcrumb span.btn-commission-report {
    float: left;
    width: auto;
  }
}

ol.breadcrumb .mobile-float-right {
  float: right;
}

@media (max-width: 767.98px) {
  ol.breadcrumb .mobile-float-right {
    float: unset;
    margin: auto;
    display: table;
  }
  ol.breadcrumb .mobile-float-right select#commission_report_select_pageSize {
    width: auto;
  }
}

ol.breadcrumb .breadcrumb-item.left-item {
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  ol.breadcrumb .breadcrumb-item.left-item.w-50-mobile {
    width: 50%;
  }
  ol.breadcrumb .breadcrumb-item.left-item span.breadcrumb-mobile-agent-span {
    float: left;
    width: 45px;
    margin-top: 12px;
  }
  ol.breadcrumb .breadcrumb-item.left-item span.breadcrumb-mobile-groupBy-item {
    float: left;
    width: 70px;
    margin-top: 12px;
  }
  ol.breadcrumb .breadcrumb-item.left-item span.breadcrumb-mobile-from-date-item {
    float: left;
    width: 40px;
    margin-top: 12px;
  }
  ol.breadcrumb .breadcrumb-item.left-item span.breadcrumb-mobile-to-date-item {
    float: left;
    width: 25px;
    margin-top: 12px;
  }
}

.arr-right .breadcrumb-item + .breadcrumb-item::before {
  vertical-align: top;
  color: #efbc4a;
}

.agent-commission-report-tables .filter-date .active {
  background-color: #efbc4a;
  color: #fff;
}

.agent-commission-report-tables table.commissions-reports-table tr > th, .agent-commission-report-tables #agent_cps_calculation_players table tr > th {
  padding: 0.75rem;
  vertical-align: bottom;
  border: 1px solid #eceeef;
  border-bottom: 2px solid #eceeef;
}

.agent-commission-report-tables table.commissions-reports-table tr > td, .agent-commission-report-tables #agent_cps_calculation_players table tr > td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #eceeef;
}

.agent-commission-report-tables table.commissions-reports-table .game-spinner, .agent-commission-report-tables #agent_cps_calculation_players table .game-spinner {
  position: unset;
  left: unset;
  top: unset;
}

.agent-commission-report-tables table.commissions-reports-table .reportsTableFooter, .agent-commission-report-tables #agent_cps_calculation_players table .reportsTableFooter {
  border: 1px solid #eceeef;
}

.agent-commission-report-tables table.commissions-reports-table tFoot > tr, .agent-commission-report-tables #agent_cps_calculation_players table tFoot > tr {
  background: #efbc4a;
  color: #fff;
  padding: 4px 8px;
}

.agent-commission-report-tables .third-row > h4 {
  padding-bottom: 3px;
  margin-bottom: 0;
  border-bottom: 1px solid #C9C9C9;
  display: inline-block;
}

@media screen and (min-width: 772px) and (max-width: 1274px) {
  .agent-commission-report-tables .btn-commission-report, .agent-commission-report-tables .btn-cancel {
    width: auto;
  }
}

@media screen and (min-width: 988px) and (max-width: 1274px) {
  .agent-commission-report-tables .filter-date, .agent-commission-report-tables #commission_report_select, .agent-commission-report-tables #commission_report_select-group-by {
    font-size: 12px;
  }
  .agent-commission-report-tables #commission_report_select.form-control, .agent-commission-report-tables #commission_report_select-group-by.form-control {
    padding: 4px;
  }
  .agent-commission-report-tables .btn-commission-report, .agent-commission-report-tables .btn-cancel {
    width: 40%;
  }
  .agent-commission-report-tables .btn-date {
    width: 7vw;
    font-size: 12px;
  }
}

/*# sourceMappingURL=main.css.map */
