:root{
  --primary: #052e6e;
  --blue: #052e6e;
  --green: #74bb1f;
}
body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    background: #fafafa;
    -webkit-overflow-scrolling:touch;
}
.tournaments .date_2 {
    font-weight: bold;
    color: #333;
    position: relative;
    font-size: 15px;
    border-top: 1px solid #d7d8d8;
    text-transform: uppercase;
    background-color: #ededed;
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 5px 0 7px 0;
}
.overscroll{
   overflow-x: scroll !important;
}
body {
   padding-bottom: 30px;
   color: #333;
   padding-top: 16%;
   font-size: 1em;
}
.custom-switch {
    width: auto;
    display: inline-block;
    position: relative;
    height: 18px;
    line-height: 18px;
    padding: 0px;
    margin-top: 10px;
}
.switch-input {
  display: none;
  float: left;
}
.switch-label {
  width: 100%;
  position: relative;
  display: block;
  cursor: pointer;
  text-align: left;
  float: left;
  margin: 0;
}
.switch-label:before, .switch-label:after {
  content: "";
  position: absolute;
  margin: 0;
  outline: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.switch-label:before {
  left: 0;
  width: 28px;
  height: 14px;
  background-color: #9E9E9E;
  border-radius: 8px;
  position: absolute;
  display: block;
  float: left;
  vertical-align: top;
  margin-right: 5%;
  background: #ff8080;
}
.switch-label:after {
  left: 0;
  right: 0;
  width: 14px;
  height: 14px;
  background-color: red;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
  position: absolute;
  z-index: 10000;
  display: inline-block;
  bottom: 0;
}
.switch-label .toggle--on {
  display: none;
}
.custom-switch .switch-label .toggle--off {
  display: inline-block;
  color: red;
}
.switch-input:checked + .switch-label:before {
  background-color: #A5D6A7;
}
.switch-input:checked + .switch-label:after {
  background-color: #74bb1f;
  -ms-transform: translate(80%, -50%);
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  right: 0 !important;
  float: right;
}
.switch-input:checked + .switch-label .toggle--on {
  display: inline-block;
  color: #74bb1f;
}
.switch-input:checked + .switch-label .toggle--off {
  display: none;
}

.switch-label span {
    font-size: 11px !important;
    position: relative;
    margin-left: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.img-thumbnail{
      border-radius: 4px;
      padding: 0px;
      border: none;
}
.table{
  border: none !important;
}
.table {
    border-bottom: 1px solid #e4e4e4 !important;
}
.table td, .table th{
  font-weight: 400;
}
img{
    width: 100%;
    height: auto;
  }
  .page-link{
    color: var(--blue);
  }
  .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--blue);
    border-color: var(--blue);
}
.table thead th {
    border-bottom: 1px solid #dee2e6;
    font-weight: 500;
}
.table-sm {
    font-size: 14px;
}
.table-sm td, .table-sm th {
    padding: 5px 10px;
}
.table {
    border: 1px solid #e4e4e4;
}
.progress-bar {
    background-color: var(--green);
}
.pt-5, .py-5 {
    padding-top: 3.5rem!important;
}
.modal-header,
.modal-footer{
  padding: 10px !important;
}
.bg-white{
  background: #fff;
}
.mb-3, .my-3 {
    margin-bottom: 30px;
}
.pt-7{
  padding-top: 70px !important;
}
b, strong {
    font-weight: 700;
    color: initial;
}
.card-title {
    max-width: 60%;
    display: inline-block;
}
.card-header {
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px;
   } 
   .card-header__cta {
    display: inline-block;
    float: right;
    vertical-align: top;
}
a{
  color: initial;
}
p{
  margin: 0 !important; 
}
.container {
    max-width: 100% !important;
}
.hex-logo {
    height: 70px;
    width: auto;
    margin: 0;
}
.mt-0{
    margin-top: 0px !important;
}
.h3, h3 {
    font-size: 1rem;
}
.question-faq{
  color: var(--primary)
}
.nav-link input[type=checkbox], .nav-link input[type=radio], .nav-link-group>.btn input[type=checkbox], .nav-link-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.modal-content{
  border: none;
}
.text-primary {
    color: var(--primary) !important;
}
.text-green {
    color: var(--green) !important;
}
.text-red {
    color: red !important;
}
.btn-primary,
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
  background: var(--primary);
  border-color: var(--primary);
}
.btn-group-sm>.btn, .btn-sm {
    line-height: 24px !important;
}
.btn-link {
    color: var(--primary);
}
.btn-green, .btn-secondary {
    border-color: var(--green);
    background: var(--green);
    color: #fff;
}
.btn-facebook {
    background-color: #43609c;
    color: #fff;
}
.btn-instagram {
     background: #f09433;
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}
  .btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}
.filters-nav .btn{
  border-radius: 0px !important;
}
.btn.focus,
.btn:focus{
  box-shadow: none;
  }
  .btn-light {
    color: #212529;
    background-color: #fff;
    border-color: #ddd;
}
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

/* Hexagons */

.custom-view1 {
  height: 100%;
  position: fixed;
  width: 100%;
  padding: 12% 8%;
  margin: auto;
  background-attachment: fixed;
  display: block;
  top: 0;
  background: url(../img/bg.jpg);
  background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}


.custom-view1 .work-item:nth-child(2) .inner-inner,
.custom-view1 .work-item:nth-child(4) .inner-inner,
.custom-view1 .work-item:nth-child(5) .inner-inner,
.custom-view1 .work-item:nth-child(6) .inner-inner{
    background: #BE0027 !important;
}
.custom-view1 .work-item:nth-child(5) .inner-inner,
.custom-view1 .work-item:nth-child(5) .inner-inner *{
   background: #c7c7c7 !important;
   color: #052E6E !important;
}
.custom-view1 .work-item:nth-child(7) .inner-inner,
.custom-view1 .work-item:nth-child(8) .inner-inner,
.custom-view1 .work-item:nth-child(9) .inner-inner,
.custom-view1 .work-item:nth-child(10) .inner-inner {
    background: #052E6E !important;
}
.hex-icon {
       max-height: 34%;
    width: auto;
    display: block;
    margin: auto;
}
.hex-desc{
    height: 100%;
    position: absolute;
    width: 100%;
    margin: auto;
    padding: 2% 0px;
    text-align: center;    
    margin-top: 2%
}
.hex-desc a {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: 0;
}
.hex-link {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
	font-family: 'Bebas Neue', cursive;
	text-transform: uppercase;
}
.custom-view1 .work-item {
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  cursor: pointer;
}


  .custom-view1 .work-item {
    width: 91.6%;
    margin: 0 -29.2%;
    margin-bottom: -17.5%;
  }
  .custom-view1 .work-item:nth-child(2),
  .custom-view1 .work-item:nth-child(5),
  .custom-view1 .work-item:nth-child(8),
  .custom-view1 .work-item:nth-child(11),
  .custom-view1 .work-item:nth-child(14),
  .custom-view1 .work-item:nth-child(17),
  .custom-view1 .work-item:nth-child(20),
  .custom-view1 .work-item:nth-child(23),
  .custom-view1 .work-item:nth-child(26),
  .custom-view1 .work-item:nth-child(29) {
    margin-top: 19%;
  }
  .custom-view1 .work-item:nth-child(4),
  .custom-view1 .work-item:nth-child(7),
  .custom-view1 .work-item:nth-child(10),
  .custom-view1 .work-item:nth-child(13),
  .custom-view1 .work-item:nth-child(16),
  .custom-view1 .work-item:nth-child(19),
  .custom-view1 .work-item:nth-child(22),
  .custom-view1 .work-item:nth-child(25),
  .custom-view1 .work-item:nth-child(28) {
    clear: left;
  }


.custom-view1 .work-item .inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.custom-view1 .work-item .inner .inner-inner {
  -webkit-transform-style: preserve-3d;
  /* Chrome, Safari, Opera */
  transform-style: preserve-3d;
  visibility: visible;
  overflow: hidden;
  width: 100%;
  padding-bottom: 40%;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 50%;
}
@media (min-width: 1100px) {
  .custom-view1 .work-item .inner .inner-inner {
    padding-bottom: 40%;
  }
}

.custom-view1 .work-item .inner .inner-inner .work-information {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10%;
  /* background: #ffffff; */
  color: #fff;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=0);
}

.custom-view1 .work-item .inner .inner-inner .work-information .inner-text {
  display: block;
  position: relative;
  height: 100%;
  width: 46%;
  left: 27%;
  z-index: 10000000;
  color: #fff;
}
.custom-view1 .work-item .inner .inner-inner .work-information .inner-text .inner-text-inner {
  display: table-cell;
  vertical-align: middle;
}
.mac.chrome .custom-view1 .work-item .inner .inner-inner {
  -webkit-backface-visibility: hidden;
}
.custom-view2 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 120px;
}
.custom-view2 h1 {
  display: inline-block;
  color: #ffffff;
  margin-top: 0;
}
.custom-view2 p {
  color: #f2f2f2;
}
.custom-view2 p.role {
  color: #999;
}
.custom-view2 .snippet {
  display: inline-block;
  font-size: 120%;
  color: #000000;
  margin-left: 15px;
  line-height: 50px;
  vertical-align: middle;
}
.custom-view2 .btn {
  text-align: center;
  margin: auto;
}
.custom-view2 .work-item {
  margin-bottom: 30px;
}
.custom-view2 .work-item .inner {
  overflow: hidden;
  position: relative;
}
.custom-view2 .work-item .inner .placeholder {
  position: relative;
  width: 100%;
  height: auto;
}
.custom-view2 .work-item .inner .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.custom-view2 .work-item .inner:hover .thumb {
  top: -5%;
  left: -5%;
  width: 110%;
}
.custom-view2 .work-item .inner .work-information {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10%;
  background: url("../img/transparent_background.png");
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  border: solid #ffffff 1px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.custom-view2 .work-item .inner .work-information:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.custom-view2 .work-item .inner .work-information .inner-text {
  display: table;
  height: 100%;
  width: 100%;
}
.custom-view2 .work-item .inner .work-information .inner-text .inner-inner {
  display: table-cell;
  vertical-align: middle;
}
.custom-view3 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 120px;
}
.custom-view3 h1 {
  display: inline-block;
  color: #ffffff;
  margin-top: 0;
}
.custom-view3 p,
.custom-view3 h2,
.custom-view3 ul {
  color: #f2f2f2;
}
.custom-view3 img {
  width: 100%;
  height: auto;
}
.custom-view4 {
  position: relative;
  width: 80%;
  left: 10%;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .custom-view4 {
    width: 100%;
    left: 0;
  }
}
.custom-view4 .work-item {
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  cursor: pointer;
}
@media (max-width: 633px) {
  .custom-view4 .work-item {
    width: 222%;
    margin: 0 -61%;
    margin-bottom: 10px;
  }
}
@media (min-width: 634px) and (max-width: 1022px) {
  .custom-view4 .work-item {
    width: 133%;
    margin: 0 -42%;
    margin-bottom: -25%;
  }
  .custom-view4 .work-item:nth-child(2),
  .custom-view4 .work-item:nth-child(4),
  .custom-view4 .work-item:nth-child(6) {
    margin-top: 28%;
  }
  .custom-view4 .work-item:nth-child(3),
  .custom-view4 .work-item:nth-child(5) {
    clear: left;
  }
}
@media (min-width: 1023px) and (max-width: 1600px) {
  .custom-view4 .work-item {
    width: 91.6%;
    margin: 0 -29.2%;
    margin-bottom: -17.5%;
  }
  .custom-view4 .work-item:nth-child(2),
  .custom-view4 .work-item:nth-child(5) {
    margin-top: 19%;
  }
  .custom-view4 .work-item:nth-child(4) {
    clear: left;
  }
}
@media (min-width: 1600px) {
  .custom-view4 .work-item {
    width: 66.7%;
    margin: 0 -20.9%;
    margin-bottom: -12.5%;
  }
  .custom-view4 .work-item:nth-child(2),
  .custom-view4 .work-item:nth-child(4),
  .custom-view4 .work-item:nth-child(6) {
    margin-top: 14%;
  }
  .custom-view4 .work-item:nth-child(5) {
    clear: left;
  }
}
.custom-view4 .work-item .inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.custom-view4 .work-item .inner .inner-inner {
  -webkit-transform-style: preserve-3d;
  /* Chrome, Safari, Opera */
  transform-style: preserve-3d;
  visibility: visible;
  overflow: hidden;
  width: 100%;
  padding-bottom: 40%;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 50%;
}
@media (min-width: 1100px) {
  .custom-view4 .work-item .inner .inner-inner {
    padding-bottom: 40%;
  }
}
.custom-view4 .work-item .inner .inner-inner:hover {
  background-size: 60%;
}
.custom-view4 .work-item .inner .inner-inner .work-information {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10%;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.custom-view4 .work-item .inner .inner-inner .work-information:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  .custom-view4 .work-item .inner .inner-inner .work-information {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.custom-view4 .work-item .inner .inner-inner .work-information .inner-text {
  display: table;
  position: relative;
  height: 100%;
  width: 46%;
  left: 27%;
}
.custom-view4 .work-item .inner .inner-inner .work-information .inner-text .inner-text-inner {
  display: table-cell;
  vertical-align: middle;
}
.mac.chrome .custom-view1 .work-item .inner .inner-inner {
  -webkit-backface-visibility: hidden;
}


/* Pages global css */
.btn{
      line-height: 32px;
}
.form-control {
    min-height: 46px;
  }
.custom-control-label {
    font-size: 14px;
}
.h6, h6 {
    font-size: 14px;
}
.h1, h1 {
    font-size: 1em;
}
.list-group-item {
    padding: 20px 0px;
    margin: 0px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0px !important;
}

.list-group-item a {
    font-size: 16px;
    font-weight: 600;
}

li.list-group-item a {
    font-size: 16px;
    font-weight: 600;
}

li.list-group-item a:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
    color: var(--muted);
}
.border-bottom {
    border-bottom: 1px solid #ededed !important;
}

#avatar {
    width: 100%;
    height: auto;
}

#avatar img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.user_info {
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.input-group-text {
    border-right: none;
    background: transparent !important;
}
.list_items_block {
    width: 100%;
    background: #fff;
    padding-left: 15px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

/* Listing items */
.list {
    position: relative;
    z-index: 1;
    width: 100%;
}
.list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    background:  #fff;
} 
.list ul:before{
    content: '';
    position: absolute;
    background-color: #e4e4e4;
    display: block;
    z-index: 15;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    height: 1px;
    width: 100%;
    transform-origin: 50% 0%;
    transform: scaleY(calc(1 / 1));
}
.list ul:after {
    content: '';
    position: absolute;
    background-color: #e4e4e4;
    display: block;
    z-index: 15;
    right: auto;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    transform-origin: 50% 0%;
    transform: scaleY(calc(1 / 1));
}
.list li {
    position: relative;
    box-sizing: border-box;
}
.striped-list li:nth-child(odd) {
    background: #ededed;
}

.striped-list .item-inner:after {
    content: none !important;
}


.list .item-content {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    min-height: 50px;
    padding-left: 15px;
    padding-right: 5px;
}

.list .item-media {
    display: flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 12px;
    width: 46px;
    height: 46px;
    color: var(--primary);
    position: relative;
}
.list .item-media i{
  margin: auto;
  font-size: 20px;
}
.list .item-media>img {
    overflow: hidden;
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}
.list .item-inner {
    position: relative;
    width: 100%;
    min-width: 0;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    align-self: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 50px;
    /* padding-right: 10px; */
}
.list .item-title {
    min-width: 0;
    flex-shrink: 1;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 1em;
    font-weight: 500;
    line-height: 22px;
    color: var(--primary);
}
.list .item-after {
    white-space: nowrap;
    flex-shrink: 0;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    color: #bcbcbc;
    line-height: 22px;
    margin-left: auto;
}
.list .item-after {
    padding-left: 5px;
}
.links-list a:after, .list .item-inner:after, .simple-list li:after {
    content: '';
    position: absolute;
    background-color: #e4e4e4;
    display: block;
    z-index: 15;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    transform-origin: 50% 100%;
    transform: scaleY(calc(1 / 1));
}
.list .item-title-row {
    position: relative;
    display: block;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
}
.list .item-text {
       position: relative;
       overflow: hidden;
       text-overflow: hidden;
       -webkit-line-clamp: 1;
       display: -webkit-box;
       font-size: 12px;
       font-weight: 400;
       color: #8e8e93;
       line-height: 18px;
       min-height: 36px;
       margin-top: 5px;
  }
  .console-img.disabled {
    opacity: .5;
}
.console-img {
    width: auto;
    height: 20px;
}
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 46px;
    line-height: 46px;
    text-align: center;
    pointer-events: none;
    color: #ced4da;
    font-size: 20px;
}
label {
    display: block;
    font-weight: 500;
}

.rank-type {
    display: block;
}

.rank-body {
    margin-right: 10px;
    font-size: 1em;
    justify-content: left;
    z-index: 1000000 !important;
    display: block;
    position: relative;
}

.rank-point {
    display: block;
    font-weight: 700;
    color: #777;
}

.move_up {
    color: #05a549 !important;
}
.move_down {
    color: red !important;
}
.item-rank {
    font-size: 1.25em;
    display: block;
    font-weight: 700;
    margin-right: 15px;
    width: 20px;
    margin-left: 10px;
  margin-right: 10px;
  margin-left: 7px;
}
.nav-pills .nav-item, 
.nav-pills .nav-link {
    margin-bottom: -1px;
    line-height: 100%;
    padding: 0px;
    line-height: 50px;
}
.nav-pills .nav-link.active,
.nav-pills .nav-item.active,
 .nav-pills .show>.nav-link {
    color: var(--primary);
    background: none;
    box-shadow: inset 0px -3px 0px 0px var(--primary);
    border-radius: 0;
    text-align: center;
}
.nav-link img {
    height: 20px;
    display: inline-block;
    width: auto;
}
.badge-points {
    text-align: center;
    background: var(--green);
    color: #fff;
    border-radius: 0 !important;
}

.badge-points span {
    display: block;
    line-height: 18px;
}

/* Messages page */
.messages {
    display: flex;
    width: 100%;
    flex-direction: column;
    min-height: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
    position: absolute;
}

.messages-title {
    text-align: center;
    width: 100%;
    line-height: 1;
    color: #8e8e93;
    font-size: 12px;
    font-weight: 600;
}
.message, .messages-title {
    margin-top: 10px;
}
.message-sent {
    margin-right: calc(10px + var(--f7-safe-area-right));
}
.message-sent {
    text-align: right;
    flex-direction: row-reverse;
    align-self: flex-end;
    margin-right: 10px;
}
.message {
    max-width: 70%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    transform: translate3d(0,0,0);
}
.message-sent .message-content {
    align-items: flex-end;
}
.message-content {
    position: relative;
    display: flex;
    flex-direction: column;
}
.message-sent .message-bubble {
    padding-right: 20px;
  }
.message-bubble {
    min-width: 48px;
}
.message-sent .message-bubble {
    color: #fff;
    background: var(--primary);
}
.message-bubble {
    box-sizing: border-box;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: 22px;
    font-size: 14px;
    border-radius: 4px;
    padding: 5px 8px;
    min-height: 20px;
}
.message-text {
    text-align: left;
}
 .message-received {
    margin-left: calc(10px + 10px);
}
.message-received {
    flex-direction: row;
}
.message-name {
    color: #8e8e93;
    font-size: 12px;
}

.message-avatar {
    border: 1px solid #e4e4e4;
    position: relative;
    background-size: cover;
    align-self: flex-end;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.message-received .message-content {
    align-items: flex-start;
}
.message-received.message-tail .message-bubble {
    border-radius: 4px;
}
.message-bubble {
    min-width: 48px;
}
.message-received .message-bubble {
    color: #333;
    background: #e5e5ea;
}
.messagebar {
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px;
    border-top: 1px solid #ededed;
}

.messagebar-area {
    width: 85%;
    display: inline-block;
    float: left;
}

.send-message-link {
    line-height: 46px;
    float: left;
    vertical-align: middle;
    width: 10%;
    border-radius: 50%;
    background: var(--primary);
    display: inline-block;
    height: 50px;
    width: 50px;
    color: #fff !important;
    text-align: center;
    font-size: 20px;
    margin: auto;
}

/* Navbar */
.navbar-inner {
    justify-content: space-between;
}
.navbar-inner.fixed {
    position: fixed;
    z-index: 100000;
}
.navbar-inner i {
    font-size: 20px;
}
.navbar-inner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 8%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    z-index: 1000;
}
.navbar-inner .left, .navbar-inner .right {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transform: translate3d(0,0,0);
}
.navbar-inner .left, .navbar-inner .right{
    position: relative;
    z-index: 10;
}
.navbar-inner .title {
    position: absolute;
    overflow: hidden;
    width: 100%;
    margin: auto;
    right: 0;
    text-overflow: ellipsis;
    margin: auto;
    white-space: nowrap;
    /* flex-shrink: 10; */
    font-weight: 600;
    display: inline-block;
    line-height: 22px;
    text-align: center;
    font-size: 1.15em;
    margin-left: auto;
    margin-right: auto;
}
.page_header.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    padding: 15px;
    border-bottom: 1px solid #ededed;
}
.page_back svg{
    color: var(--blue) !important;
}
.navbar-inner i{
    color: var(--blue) !important; 
}
.page_back i {
    margin-right: 8px;
}
.relative{
  position: relative;
}
.absolute-center {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.total-points {
    font-size: 10px;
    font-weight: 600;
}
#ranking_btn .btn {
    min-width: 140px;
    padding: 0px 10px;
}
.filters-nav {
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    background: #fff;
    z-index: 1000;
    height: auto;
    top: 8%;
}

.filters-nav.fixed {
    position: fixed;
    top: 50px;
}
.calendar {
    border: 1px solid var(--primary);
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 16px !important;
}

.calendar-month {
    display: block;
    background: var(--primary);
    color: #fff;
    padding: 6px 12px;
}

.calendar-day {
    padding: 5px 12px;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
#tornei_online .item-media,
#bacheca_list .item-media{
  width: auto;
  height: auto;
}
#tornei_online .item-text,
#bacheca_list .item-text,
#challenge_list .item-text{
  display: block;
}
#bacheca_list .item-text .rank-body, #tornei_online .item-text .rank-body, #challenge_list .item-text .rank-body{
  display: inline-block;
  float: left;
}
#tornei_online .rank-console,
#bacheca_list .rank-console,
#challenge_list .rank-console{
  margin-left: 5px;
  float: left;
}
.group-console {
    display: inline-block;
    float: right;
}
span.calendar-hour {
    font-size: 14px;
    border-top: 1px solid #ccc;
    padding-top: 5px;
}
.rank-console {
    margin-top: 8px;
}
#search-modal {
    display: none;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100000;
}

.searchbar {
 opacity: 1;
    height: 50px;
    pointer-events: auto;
    position: absolute;
    z-index: 10000000;
    background: #fff;
    top: 0;
    width: 100%;
}
.searchbar-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 5px 15px;
}
.searchbar-inner .form-control-feedback {
    max-height: 29px !important;
    line-height: 38px;
}
.searchbar .searchbar-input-wrap {
    flex-shrink: 1;
    width: 100%;
    position: relative;
}
.searchbar input[type=search], .searchbar input[type=text] {
    background-color: #e4e4e4;
    min-height: 10px !important;
}
.searchbar-disable-button {
   z-index: 100000000000000;
   color: var(--primary);
   width: auto;
   margin-left: 5px;
}

/* Registrazione */
.wizard {
    margin: auto;
    margin-bottom: 20px;
}

.wizard .nav-tabs {
    position: relative;
    margin: auto;
    border: none;
}

.wizard > div.wizard-inner {
    position: relative;
    padding: 0px 15px;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}
.wizard .nav-tabs > li:first-of-type a {
    margin-left: 0;
}
.wizard .nav-tabs > li:last-of-type a {
    margin-right: 0;
}
.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tab i {
    color: #555555;
}

.wizard li a.active span.round-tab {
    background: #fff;
    border: 2px solid #74bb20;

}

.wizard li a.active span.round-tab i {
    color: #74bb20;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 33.333%;
}

.wizard li a:after {
    content: " ";
    position: relative;
    left: 46%;
    top: -20px;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #74bb20;
    transition: 0.1s ease-in-out;
}

.wizard li.active.nav-item:after {
    content: " ";
    position: relative;
    left: 46%;
    top: -20px;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #74bb20;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 10px auto;
    border-radius: 100%;
    padding: 0;
    position: relative;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media(max-width: 585px) {

    .wizard {
        width: 100%;
        border: none !important;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.success-checkmark i {
    display: table-cell;
    vertical-align: middle;
}
.success-checkmark {
    width: 60px;
    height: 60px;
    background: var(--green);
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    text-align: center;
    display: table;
    vertical-align: middle;
    margin: auto;
    line-height: 100%;
    margin-bottom: 25px;
}
.steps-text {
    width: 100%;
    display: block;
    padding: 0px 15px;;
}

.steps-text li {
    width: 33.3333%;
    display: inline-block;
    float: left;
}

.steps-text li:nth-child(2) {
    text-align: center;
}
.steps-text li:nth-child(3) {
    text-align: right;
}

#notifiche-page {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
#NotificheAccordion{
  width: 100%;
}
.notifiche-item {
  padding: 10px;
    border-bottom: 1px solid #e4e4e4;
}

#notifiche-page .notifiche-item:last-of-type{
    border: none;
}
.notifiche-date, .notifiche-hour {
    color: #888;
    font-weight: 500;
    font-size: 12px;
    display: block;
}
.notifiche-head {
    color: var(--primary);
    position: relative;
    width: 100%;
    display: inline-block;
}
.notifiche-meta {
    display: inline-block;
    float: left;
    width: 20%;
}

.notifiche-head h3 {
    display: inline-block;
    float: left;
    width: auto;
    position: relative;
    margin: 0;
}
.notifiche-body {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #777;
    line-height: 18px;
    font-size: 14px;
    right: 0;
    left: 20%;
    position: relative;
    width: 80%;
}

#notifiche-page .notifiche-item:nth-child(even){
  background: #ededed;
}

#scheda_egamer {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
    vertical-align: top;
}

.egamer-avatar {
    width: 100px;
    height: auto;
    float: left;
    vertical-align: top;
    display: inline-block;
    position: relative;
}

.egamer-info {
    display: inline-block;
    float: left;
    width: auto;
    position: relative;
    padding-left: 15px;
    padding-top: 10px;
    vertical-align: top;
}

.egamer-info span {
    font-size: 0.75em;
    display: block;
    line-height: 20px;
}
.egamer_status.online {
    background: #05a549;
}
.egamer_account_status.offline {
    font-weight: bold;
    color: red !important;
}
.egamer_status {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.egamer_rank {
    font-weight: 700;
    font-size: 1.5em !important;
}
#gamer_cta {
    display: flex;
    width: 100%;
}
#gamer_cta .btn {
    flex: 1 1 auto;
    border-radius: 0;
}
#gamer_cta .btn:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#gamer_cta .btn:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#btn-blocca-egamer {
    background-color: #dc0032;
    color: #fff;
}
.card{
      border: 1px solid #e4e4e4;
}
.kf_plyer_rating {
        float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}
.kf_plyer_rating span:first-child {
    margin-left: 0;
}
.kf_plyer_rating span em, .kf_plyer_rating span strong {
    color: #333;
}
.kf_plyer_rating span em, .kf_plyer_rating span strong {
    float: left;
    width: 100%;
}
.total_matches {
    color: #ababab;
    border-top: 2px solid #ababab;
    padding-top: 5px;
    margin-top: 5px;
}
.kf_plyer_rating span {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    padding: 15px 20px 17px;
    text-transform: uppercase;
    -webkit-width: calc(100%/3);
    -moz-width: calc(100%/3);
    -ms-width: calc(100%/3);
    -o-width: calc(100%/3);
    width: calc(100%/3);
    font-family: 'Open Sans', sans-serif;
}
.platform_tabs {
    display: block;
    vertical-align: bottom;
    height: 30px;
}
.platform_tab_item:hover, .platform_tab_item.active {
    box-shadow: inset 0px -3px 0px 0px #052E6E;
}
.platform_tab_item {
    display: inline-block;
    padding: 0px 10px;
    vertical-align: middle;
    vertical-align: top;
    height: 100%;
}
.platform_tab_item img {
    height: 20px;
    width: auto;
}
.tournaments li:first-of-type {
    border-top: 1px solid #e4e4e4;
}
.tournaments {
    width: 100%;
}

.tournaments li {
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    vertical-align: top;
}

.kf_opponents_dec {
    display: inline-block;
    width: 35%;
    text-transform:  uppercase;
    float: left;
}

.kf_opponents_gols {
    display: inline-block;
    width: 30%;
    float: left;
    text-align: center;
}
.button-default {
    font-style: italic;
    color: white;
    background-color: #FD661D;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
    width: calc(100% - 30px);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: #454545;
    margin-left: 15px;
}
.list_winners{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.button-slanted {
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.button-default * {
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(10deg);  
  display: inline-block;
}
.button-slanted>span {
    width: 47%;
    display: inline-block;
    float: left;
}
.btn-divider{
    width: 6%;
    display: inline-block;
    float: left;
}
.winner_prize i {
    margin-right: 5px;
    transform: skewX(0deg);
}
.winner_prize * {
    color: #fff !important;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    display: inline-block;
}
#tot_points_win{
    padding: 20px;
    display: block;
    font-size: 30px;
    font-weight: 700;
}
.kf_plyer_rating {
    background-color: #ededed;
}
#rating_egamespoint span {
    width: calc(100%/2);
}
.kf_plyer_rating span:first-child {
    margin-left: 0;
}
.kf_plyer_rating span {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    padding: 15px 20px 17px;
    text-transform: uppercase;
    -webkit-width: calc(100%/3);
    -moz-width: calc(100%/3);
    -ms-width: calc(100%/3);
    -o-width: calc(100%/3);
    width: calc(100%/3);
}
.kf_plyer_rating span em, .kf_plyer_rating span strong {
    color: #333;
}
.kf_plyer_rating span em, .kf_plyer_rating span strong {
    float: left;
    width: 100%;
}
.kf_plyer_rating span strong {
    margin: 0 0 5px;
}