.rel {
  position: relative;
}
.clear {
  clear: both;
  width: 100%;
}
.w100p {
  width: 100% !important;
}
.oh {
  overflow: hidden;
}
.ohx {
  overflow-x: hidden;
}
.dib {
  display: inline-block;
}
.dni {
  display: none !important;
}
.dbi {
  display: block !important;
}
.bsbb {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tdn {
  text-decoration: none;
}
.cp {
  cursor: pointer;
}
.cpi {
  cursor: pointer !important;
}
a.tdn:hover {
  text-decoration: none;
}
.tdu {
  text-decoration: underline;
}
.tdr {
  text-decoration: underline;
}
.tdr:hover {
  text-decoration: none;
}
.fsn {
  font-style: normal;
}
.round {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.ha {
  height: auto !important;
}
.notrans {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.deftrans {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.shadowtrans {
  -webkit-transition: box-shadow 250ms ease-out;
  -moz-transition: box-shadow 250ms ease-out;
  -o-transition: box-shadow 250ms ease-out;
  transition: box-shadow 250ms ease-out;
}
.midtrans {
  -webkit-transition: all 750ms ease-out;
  -moz-transition: all 750ms ease-out;
  -o-transition: all 750ms ease-out;
  transition: all 750ms ease-out;
}
.longtrans {
  -webkit-transition: all 1500ms ease-out;
  -moz-transition: all 1500ms ease-out;
  -o-transition: all 1500ms ease-out;
  transition: all 1500ms ease-out;
}
.op0 {
  zoom: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  -moz-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  opacity: 0 !important;
}
.op1 {
  zoom: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)" !important;
  filter: alpha(opacity=10) !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important;
}
.fw100 {
  font-weight: 100;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw800 {
  font-weight: 800;
}
.wsnw {
  white-space: nowrap;
}
.m0a {
  margin: 0 auto;
}
/*FLEX*/
.flex-grow {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
/*FLEX*/
.blockbuilder_one {
  height: 400px;
  max-height: 400px;
  overflow: auto;
  overflow: hidden;
  position: relative;
  /*&:before{
		content:'';
		position:absolute;
		.t(0);
		.r(0);
		.b(0);
		.l(0);
		z-index:10000000;
	}*/
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #fff;
}
.blockbuilder_one .block_title {
  background: #ff421e;
  color: #fff;
  padding: 4px;
  margin-bottom: 10px;
}
.blockbuilder_one .block_title span {
  max-width: 70%;
  overflow: hidden;
}
.m-col {
  -webkit-box-flex-basis: 100%;
  -moz-box-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  min-width: 100%;
}
.m-col-6 {
  -webkit-box-flex-basis: 50%;
  -moz-box-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  min-width: 50%;
}
.m-col-4 {
  -webkit-box-flex-basis: 33.333333%;
  -moz-box-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  min-width: 33.333333%;
}
.m-col-3 {
  -webkit-box-flex-basis: 25%;
  -moz-box-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  min-width: 25%;
}
.m-col-2 {
  -webkit-box-flex-basis: 16.666666%;
  -moz-box-flex-basis: 16.666666%;
  -webkit-flex-basis: 16.666666%;
  -ms-flex-basis: 16.666666%;
  flex-basis: 16.666666%;
  min-width: 16.666666%;
}
.mm-1 {
  margin: -0.25rem !important;
}
.mm-2 {
  margin: -0.5rem !important;
}
.mm-3 {
  margin: -1rem !important;
}
.mm-4 {
  margin: -1.5rem !important;
}
.mm-5 {
  margin: -3rem !important;
}
.mmx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}
.mml-1 {
  margin-left: -0.25rem !important;
}
.mmr-1 {
  margin-right: -0.25rem !important;
}
.mmx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
.mmr-2 {
  margin-right: -0.5rem !important;
}
.mmx-3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.mmx-4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}
.mmx-5 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}
.clearer {
  margin-bottom: -60px !important;
}
.pageCont .l {
  margin-right: 10px;
}
.pageCont .r {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .pageCont .w {
    margin: 0;
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 991px) {
  .mobile-m-0 {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .h {
    display: none !important;
  }
}
.basic-action-render-block .crossToggle {
  display: none !important;
}
.basic-action-render-block .hover_absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100005;
}
.basic-action-render-block .settings_absolute {
  padding: 6px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100006;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.basic-action-render-block .settings_absolute a:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.basic-action-render-block:hover .settings_absolute {
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
}
textarea {
  resize: none;
}
* {
  /*-webkit-touch-callout:none !important;
	-webkit-text-size-adjust:none !important;
	-webkit-tap-highlight-color:rgba(0,0,0,0) !important;
	-webkit-user-select:none !important;
	*/
  outline: none !important;
  /* prevent copy paste, to allow, change 'none' to 'text' */
}
.c-white {
  color: #fff;
}
.c-black {
  color: #000;
}
.c-green {
  color: #026627;
}
.c-green-i {
  color: #026627 !important;
}
.c-red {
  color: #cc2016;
}
.bg-green-5 {
  background-color: #18ac6b;
}
.bg-black-1 {
  background-color: #0d0d0d;
}
.noappear {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
.fas {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}
body {
  font-family: 'PT Sans Narrow', sans-serif;
  min-width: 320px;
}
.site-error .font-large {
  font-size: 112px;
}
.site-error .font-big {
  font-size: 32px;
}
.site-error .font-medium {
  font-size: 30px;
}
.preloader-fill {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  z-index: 100001;
}
.preloader-fill i.fa {
  font-size: 300%;
  color: #026627;
}
.help-block {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  font-size: 13px;
}
.has-error .help-block {
  color: #cc2016;
}
.top-0 {
  top: 0 !important;
}
.right-0 {
  right: 0 !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.left-0 {
  left: 0 !important;
}
.btn:focus,
.form-control:focus,
.btn.focus,
.form-control.focus {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.btn-green {
  color: #fff;
  background-color: #026627;
}
.btn-green:hover {
  color: #fff;
  background-color: #0a6830;
}
.site-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  -webkit-filter: grayscale(100%) blur(2px);
  filter: grayscale(100%) blur(2px);
  background-size: cover;
}
.match-result {
  font-weight: 700 !important;
  color: #000;
}
.match-result .match-status {
  font-size: 132px;
  line-height: 132px;
  text-transform: uppercase !important;
  text-align: center;
}
.match-result .match-status.match-awaiting {
  color: #026627;
}
@media screen and (max-width: 960px) {
  .match-result .match-status {
    font-size: 66px;
    line-height: 66px;
  }
}
@media screen and (max-width: 560px) {
  .match-result .match-status {
    font-size: 33px;
    line-height: 33px;
  }
}
.match-result .duration {
  text-align: center !important;
  font-size: 40px;
  line-height: 40px;
  height: 218px;
}
@media screen and (max-width: 960px) {
  .match-result .duration {
    font-size: 24px;
    line-height: 24px;
    height: auto;
  }
}
@media screen and (max-width: 560px) {
  .match-result .duration {
    font-size: 14px;
    line-height: 14px;
  }
}
.match-result .score {
  color: #026627;
  font-size: 116px;
  line-height: 116px;
  text-align: center !important;
}
@media screen and (max-width: 960px) {
  .match-result .score {
    font-size: 58px;
    line-height: 58px;
  }
}
@media screen and (max-width: 560px) {
  .match-result .score {
    font-size: 29px;
    line-height: 29px;
  }
}
.match-result .team-logo {
  height: 240px;
}
@media screen and (max-width: 960px) {
  .match-result .team-logo {
    height: 144px;
  }
  .match-result .team-logo img {
    width: 100px;
  }
}
@media screen and (max-width: 560px) {
  .match-result .team-logo {
    height: 90px;
  }
  .match-result .team-logo img {
    width: 50px;
  }
}
.match-result .team-name {
  font-size: 72px;
  line-height: 72px;
}
@media screen and (max-width: 960px) {
  .match-result .team-name {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 560px) {
  .match-result .team-name {
    font-size: 28px;
    line-height: 28px;
  }
}
.match-result .team-goals .one {
  font-size: 40px;
  line-height: 40px;
}
@media screen and (max-width: 960px) {
  .match-result .team-goals .one {
    font-size: 22px;
    line-height: 22px;
  }
}
@media screen and (max-width: 560px) {
  .match-result .team-goals .one {
    font-size: 14px;
    line-height: 14px;
  }
}
.match-result .team-goals.before .one:before {
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(/images/ball.png);
  display: inline-block !important;
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.match-result .team-goals.after .one:after {
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(/images/ball.png);
  display: inline-block !important;
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.match-result .judge {
  white-space: normal;
}
.match-result .judge .ttl {
  font-size: 24px;
  line-height: 24px;
}
.match-result .judge .name {
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase !important;
}
@media screen and (max-width: 960px) {
  .match-result .judge .name {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 560px) {
  .match-result .judge .name {
    font-size: 20px;
    line-height: 20px;
  }
}
.social {
  font-size: 24px;
  line-height: 24px;
}
.social a {
  color: #000;
}
.social a:hover {
  text-decoration: none;
}
.social a:hover i {
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.squad {
  text-transform: uppercase !important;
}
.squad .hdr {
  background-image: url(/images/squad_header_bg.png);
  background-size: cover;
  color: #fff;
  font-size: 32px;
  height: 55px;
}
@media screen and (max-width: 960px) {
  .squad .hdr {
    font-size: 26px;
    line-height: 26px;
    height: auto;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media screen and (max-width: 560px) {
  .squad .hdr {
    font-size: 20px;
    line-height: 20px;
    height: auto;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
.squad .one {
  display: table-row !important;
  background-color: #0d0d0d;
  color: #fff;
  margin-top: 7px;
}
.squad .one td {
  padding-top: 2px;
  padding-bottom: 2px;
}
.squad .one.draggable {
  cursor: pointer;
}
.squad .one.undraggable {
  cursor: default;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=6)";
  filter: alpha(opacity=6);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.squad .one.ui-draggable-dragging {
  z-index: 500;
  background-color: #026627;
  color: #fff;
}
.squad .dragging {
  background-color: #0a6830;
  color: #fff;
  padding: 0.5rem !important;
  font-size: 24px;
  cursor: pointer;
}
.squad .one-clear {
  height: 9px;
}
.field .player-card {
  cursor: default;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 20px;
  text-transform: uppercase !important;
  position: absolute !important;
  bottom: -25px;
}
.field .player-card .position {
  position: relative !important;
  background-color: #3ecc1e;
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.field .player-card .name {
  background: #cfccc9;
  background: linear-gradient(328deg, #cfccc9 0%, #f9f4ee 100%);
  text-align: center !important;
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  white-space: nowrap;
  max-width: 140px;
  line-height: 30px;
}
.field .player-card .power {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  background-color: #424242;
  color: #fff;
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .field .player-card {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media screen and (max-width: 576px) {
  .field .player-card {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
  }
}
.field .player-droppable {
  z-index: 111;
}
.field .player-droppable img {
  z-index: 10;
  position: relative;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.field .player-droppable .name,
.field .player-droppable .power {
  display: none !important;
}
.field .player-droppable.hasplayer img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.field .player-droppable.hasplayer .name,
.field .player-droppable.hasplayer .power {
  display: block !important;
}
.field .player-droppable:before {
  content: '';
  position: absolute !important;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: 50%;
  top: 50%;
}
.field .player-droppable.droppable-active:before {
  -webkit-box-shadow: 0 0 50px 40px #ff5b19;
  box-shadow: 0 0 50px 40px #ff5b19;
}
.field .player-droppable.droppable-active.ui-droppable-hover:before {
  -webkit-box-shadow: 0 0 50px 40px #03ff45;
  box-shadow: 0 0 50px 40px #03ff45;
}
.field .cant-play {
  font-size: 86px;
  color: #cc2016;
  position: absolute;
  z-index: 10001;
  line-height: 86px;
  top: -15px;
  left: -15px;
  text-shadow: 0 0 12px;
  cursor: default;
}
.field .field-img {
  -webkit-filter: drop-shadow(2px 14px 7px #222);
  filter: drop-shadow(2px 14px 7px #222);
}
.field .sub {
  height: 97px;
  background-color: #0f1210;
  left: 0px;
  right: 0;
  top: 100%;
}
.field .sub .team-logo {
  background-color: #0f1210;
}
.field .sub .team-name {
  background-color: #74ea3d;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  height: 48px;
  font-weight: 700;
  width: 100% !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  text-transform: uppercase !important;
}
.field .sub .field-bg {
  background-image: url(../images/team_field_bg.png);
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  .w-sm-down-100 {
    width: 100% !important;
  }
}
.sidebarToggle {
  right: 10px;
  top: 10px;
  z-index: 1002;
  position: absolute !important;
  padding: 8px;
}
.sidebarToggle .sidebarToggleLines {
  position: relative;
  width: 28px;
  height: 25px;
}
.sidebarToggle.open {
  background: none;
  right: 10px;
  bottom: 10px;
}
#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  background: #026627 !important;
}
.sidebarSlideWrap {
  position: fixed;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.sidebarSlideWrap .sidebarSlide {
  bottom: -100%;
  left: 0;
  right: 0;
  position: fixed;
  top: auto;
  z-index: 100002;
  background: #fff;
  overflow-y: auto;
}
.sidebarSlideWrap .sidebarSlide .hdr {
  height: 72px;
  line-height: 72px;
  padding-left: 43px;
  font-size: 33px;
  text-align: center;
}
.sidebarSlideWrap .sidebarSlide .menuwrap {
  clear: both;
  width: 100%;
}
.sidebarSlideWrap .sidebarSlide .menuwrap .menu {
  margin: 10px 0;
  /**/
}
.sidebarSlideWrap .sidebarSlide .menuwrap .menu li {
  outline: none;
  text-align: center;
}
.sidebarSlideWrap .sidebarSlide .menuwrap .menu li a {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 100% !important;
  text-align: center;
  color: #000;
}
.sidebarSlideWrap .sidebarSlide .menuwrap .menu li a:hover {
  text-decoration: none !important;
}
.sidebarSlideWrap .sidebarSlide .menuwrap .menu li.active > a {
  background: #026627;
  color: #fff;
}
.sidebarSlideWrap .sidebarSlide .menuwrap .menu .dropdown-toggle::after {
  display: none;
}
.sidebarSlideWrap .sidebarSlide .menuwrap .menu .dropdown-menu {
  all: unset;
  border: none;
  display: block;
  position: relative;
  background: none;
  visibility: visible;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  padding: 0;
  margin: 0;
  left: auto;
  top: auto;
  float: none;
  -webkit-box-shadow: none rgba(0, 0, 0, 0.5);
  box-shadow: none rgba(0, 0, 0, 0.5);
}
.sidebarSlideWrap .sidebarSlide .catswrap {
  margin: 15px 0;
}
.sidebarSlideWrap .language-switcher > a {
  display: none !important;
}
.sidebarSlideWrap.open {
  z-index: 100001;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.sidebarSlideWrap.open .sidebarSlide {
  bottom: -2px;
}
.header {
  min-height: 44px;
}
.fs-28 {
  font-size: 28px;
}
@media screen and (max-width: 960px) {
  .fs-28 {
    font-size: 23px;
  }
}
@media screen and (max-width: 560px) {
  .fs-28 {
    font-size: 18px;
  }
}
.fs-32 {
  font-size: 32px;
}
@media screen and (max-width: 960px) {
  .fs-32 {
    font-size: 26px;
  }
}
@media screen and (max-width: 560px) {
  .fs-32 {
    font-size: 20px;
  }
}
.fs-48 {
  font-size: 48px;
}
.lh-32 {
  line-height: 32px;
}
@media screen and (max-width: 960px) {
  .lh-32 {
    line-height: 26px;
  }
}
@media screen and (max-width: 560px) {
  .lh-32 {
    line-height: 20px;
  }
}
.lh-48 {
  line-height: 48px;
}
.fs-66 {
  font-size: 66px;
}
@media screen and (max-width: 960px) {
  .fs-66 {
    font-size: 33px;
    line-height: 33px;
  }
}
@media screen and (max-width: 560px) {
  .fs-66 {
    font-size: 22px;
    line-height: 22px;
  }
}
.fs-60 {
  font-size: 60px;
}
@media screen and (max-width: 960px) {
  .fs-60 {
    font-size: 40px;
  }
}
@media screen and (max-width: 560px) {
  .fs-60 {
    font-size: 20px;
  }
}
.lh-60 {
  line-height: 60px;
}
@media screen and (max-width: 960px) {
  .lh-60 {
    line-height: 40px;
  }
}
@media screen and (max-width: 560px) {
  .lh-60 {
    line-height: 20px;
  }
}
.bw-2 {
  border-width: 2px;
}
.hover-bg-gray {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.hover-bg-gray:hover {
  background-color: #424242;
  color: #fff;
}
.container-1422 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1422px;
}
.pagination {
  margin-top: 3rem !important;
  font-size: 20px;
}
.pagination li {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.pagination li a {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  display: block !important;
  width: 46px;
  height: 46px;
  line-height: 42px;
  text-align: center !important;
  color: #18ac6b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #18ac6b;
}
.pagination li a:hover {
  background: #18ac6b;
  color: #fff;
  text-decoration: none;
}
.pagination .disabled {
  display: none;
}
.pagination .active {
  pointer-events: none;
}
.pagination .active a {
  border-color: #424242;
  color: #fff;
  background: #424242;
}
.score_data th {
  font-size: 18px;
  text-align: center !important;
}
.score_data td {
  padding: 1rem !important;
  font-size: 26px;
  background-color: #424242;
  color: #fff;
}
#match-log .log-item {
  display: none;
}
.player-badge {
  background-image: url(/images/player_badge_bg.png);
  background-position: center;
  background-size: cover;
  width: 200px;
  height: 300px;
}
.player-badge .logo {
  height: 170px;
}
.player-badge .line {
  font-size: 22px;
  line-height: 36px;
  height: 36px;
}
.border-bottom-1-white {
  border-bottom: 1px solid #fff;
}
.text-overflow-ellipsis {
  text-overflow: ellipsis;
}
.border-2-green {
  border: 2px solid #026627;
}
.battery {
  width: 66px;
  position: relative !important;
}
.battery .line {
  position: absolute !important;
  top: 9px;
  left: 7px;
  right: 16px;
  bottom: 9px;
}
.battery .line .in {
  height: 10px;
  background-color: #000;
  height: 100% !important;
}
.green-border-link {
  color: #000;
  text-decoration: none;
  border: 2px solid #026627;
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.green-border-link:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.zoom075 {
  zoom: 0.75;
}
.zoom050 {
  zoom: 0.5;
}
.zoomable:hover {
  z-index: 10000;
  -ms-transform: scale(2.5);
  -webkit-transform: scale(2.5);
  transform: scale(2.5);
  -webkit-filter: drop-shadow(2px 4px 23px black);
  filter: drop-shadow(2px 4px 23px black);
}
.hover-scale-1:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.fade.in {
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.social-connect-item {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.phys-arrow {
  position: absolute !important;
  top: 22px;
  right: 102%;
}
