/*
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 991px, // fab edit
  xl: 992px // fab edit
) !default;


$container-max-widths: (
  sm: 540px,
  md: 720px,
  lg: 959px,// fab edit
  xl: 960px // fab edit
) !default;
*/
/*body {
  font-size: .875rem;
}*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&display=swap");
body {
  background: #f1f2f3;
  position: relative;
  min-height: 100%;
  height: 100%;
  padding-bottom: 150px;
}

html {
  height: 100%;
}

.bg-white {
  background: #fff;
}

.ft-hidden {
  display: none;
}

h1 {
  font-size: 1.5rem;
}

.btn-block {
  max-width: 500px;
  margin: 0 auto;
}

.green {
  color: #21c656;
}

.orange {
  color: #fd7e14;
}

.red {
  color: #dc3545;
}

.yellow {
  color: #ffc107;
}

.lightgrey {
  color: #bbb;
}

.ft-gamedesc-readmorelink {
  display: none;
}
.ft-gamedesc-readmorelink a {
  text-transform: uppercase;
  color: #666;
  font-size: 90%;
  font-weight: bold;
}

.c-mobile-hornav {
  width: 100%;
  overflow: hidden;
  height: 32px;
  margin-bottom: 2rem;
  background: #fff;
}
.c-mobile-hornav nav {
  padding-left: 1rem;
  height: 45px;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.c-mobile-hornav nav.nav {
  /* because i had to use if for BS tabs, but it created unwanted styles, i have to cancel them */
  display: inherit !important;
}
.c-mobile-hornav nav.nav a.nav-link {
  display: inline !important;
}
.c-mobile-hornav nav::-webkit-scrollbar {
  width: 0px; /* remove scrollbar space */
  background: transparent; /* optional: just make scrollbar invisible */
  display: none;
}
.c-mobile-hornav nav a {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #6c757d;
  padding: 0px 10px 8px;
  line-height: 32px;
  margin: 0 2px;
}
.c-mobile-hornav nav a.active {
  color: #21c656;
  border-bottom: 2px solid #21c656;
}

.c-header {
  background: #21c656;
  color: #fff;
  margin-bottom: 2rem;
}
.c-header > .container {
  padding-top: 0.66rem;
  padding-bottom: 0.66rem;
}
.c-header a {
  color: #fff;
}
.c-header .fa, .c-header .far {
  font-size: 1.15rem;
  line-height: 1.15rem;
}
.c-header .icon {
  /* ion */
  font-size: 1.15rem;
  line-height: 1.15rem;
}
.c-header .c-nav-links a {
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: #93edb0 1px solid;
}
.c-header .c-nav-links a:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.c-header .c-nav-icons a {
  margin-right: 1rem;
}
.c-header .c-nav-icons a img {
  width: 26px;
  height: 26px;
}

h1.mini,
h2.mini,
h3.mini,
h4.mini,
h5.mini {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #6c757d;
}

.c-header-mobile {
  background: #21c656;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1049;
  color: #fff;
  padding-right: 0;
  padding-left: 0;
  height: 50px;
  padding-bottom: 9px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-header-mobile > * {
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-header-mobile.is-above {
  z-index: 1050;
}
.c-header-mobile a {
  color: #fff;
}
.c-header-mobile a .icon {
  font-size: 1.7rem;
  line-height: 1.7rem;
}
.c-header-mobile .logo img {
  width: 90px;
  height: auto;
}
.c-header-mobile .icon-zone {
  width: 40px;
}
.c-header-mobile .icon-zone a {
  width: 40px;
  text-align: center;
}

/*
.mobile-page-header{
	background: $primary;
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index:1049;
	color:#fff;
	padding-right: $spacer/1.5 ;
	padding-left: $spacer/1.5;
	height: 50px;
	padding-bottom:9px;
	overflow: hidden;
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction:row;
	.left-icon{
		font-size:30px;
		line-height:20px;
		position:absolute;
		left:0;
		bottom:0;
		padding:5px 10px;
		z-index:105;
		color:#fff;
	}
	.right-icon{
		font-size:30px;
		line-height:20px;
		position:absolute;
		right:0;
		top:0;
		padding:5px 10px;
		z-index:105;
		color:#fff;
	}
}
*/
.c-nav-content {
  background: #ddd;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}
.c-nav-content a {
  background: #e9ecef;
  color: #495057;
  border-left: 1px solid #dee2e6;
}
.c-nav-content a:hover {
  color: #000;
  background: #f8f9fa;
}
.c-nav-content a.active {
  background: #fff;
  color: #21c656;
}
.c-nav-content a.active:hover {
  background: #fff;
  color: #21c656;
}
.c-nav-content li:first-child a {
  border-left: 0;
}

.c-footer-mobile,
.c-footer-mobile-guest {
  /*background: $gray-100;*/
  background: #fff;
  padding: 0 0.5rem;
  border-top: 1px solid #dee2e6;
}
.c-footer-mobile a,
.c-footer-mobile-guest a {
  color: #495057;
  text-align: center;
  padding: 0.5rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-footer-mobile a.active,
.c-footer-mobile-guest a.active {
  color: #21c656;
}
.c-footer-mobile a:hover,
.c-footer-mobile-guest a:hover {
  text-decoration: none;
  color: #212529;
}
.c-footer-mobile a .icon,
.c-footer-mobile-guest a .icon {
  font-size: 2rem;
  line-height: 2rem;
}

.c-footer-mobile-guest {
  background: #333;
}
.c-footer-mobile-guest a {
  -ms-flex-preferred-size: inherit;
      flex-basis: inherit;
  padding: 0.5rem;
  color: #eee;
  border-right: 1px solid #444;
}
.c-footer-mobile-guest a .icon {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.c-footer-mobile-guest a:hover {
  color: #21c656;
}
.ft-bodyclass-game-join .c-footer-mobile-guest {
  display: none !important;
}

/* pages where to hide mobile footer */
.ft-bodyclass-game-invite-players .c-footer-mobile {
  display: none !important;
}

.c-pagebox-global.notfullpage {
  margin-bottom: 2rem;
}

.c-pagebox {
  background: #fff;
}
.c-pagebox h1,
.c-pagebox h2.like-h1 {
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 1.7rem;
}
.c-pagebox .header-desktop {
  margin: -3rem -3rem 3rem;
  padding: 1rem 1rem 1rem 3rem;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.c-box {
  padding: 1rem;
  border: 1px solid #e3e5e6;
  -webkit-box-shadow: 0 4px 2px -2px #e3e5e6;
          box-shadow: 0 4px 2px -2px #e3e5e6;
  background: #fff;
  margin-bottom: 2rem;
  display: block;
  color: #495057;
  text-decoration: none;
}
.c-box:hover {
  background: #f9f9f9;
  text-decoration: none;
  color: #343a40;
}

.c-box-game,
.c-box-player .c-box-field {
  color: #111;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*flex-flow: row wrap;*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-box-game.private:hover,
.c-box-player .c-box-field.private:hover {
  cursor: default;
}
.c-box-game.status-canceled .title,
.c-box-game.status-canceled .player,
.c-box-game.status-canceled .status, .c-box-game.status-declined .title,
.c-box-game.status-declined .player,
.c-box-game.status-declined .status,
.c-box-player .c-box-field.status-canceled .title,
.c-box-player .c-box-field.status-canceled .player,
.c-box-player .c-box-field.status-canceled .status,
.c-box-player .c-box-field.status-declined .title,
.c-box-player .c-box-field.status-declined .player,
.c-box-player .c-box-field.status-declined .status {
  opacity: 0.6;
}
.c-box-game .title,
.c-box-game .player,
.c-box-game .status,
.c-box-player .c-box-field .title,
.c-box-player .c-box-field .player,
.c-box-player .c-box-field .status {
  /*flex: 1 auto;*/
}
.c-box-game .player-status,
.c-box-player .c-box-field .player-status {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
.c-box-game .title,
.c-box-player .c-box-field .title {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.c-box-game .player,
.c-box-player .c-box-field .player {
  text-align: center;
  margin-right: 1rem;
}
.c-box-game .player img,
.c-box-player .c-box-field .player img {
  width: 50px;
  height: 50px;
}
.c-box-game .details,
.c-box-player .c-box-field .details {
  font-size: 0.75rem;
  color: #6c757d;
  padding-top: 0.3rem;
}
.c-box-game .details .player,
.c-box-player .c-box-field .details .player {
  margin-right: 0.5rem;
}
.c-box-game:hover,
.c-box-player .c-box-field:hover {
  text-decoration: none;
  color: inherit;
  background: #f9f9f9;
}
.c-box-game .status,
.c-box-player .c-box-field .status {
  /*width:80px;*/
  text-align: center;
  width: 70px;
}
.c-box-game .status .count,
.c-box-player .c-box-field .status .count {
  font-size: 1.5rem;
  font-weight: bold;
  color: #21c656;
}
.c-box-game .status .count.full,
.c-box-player .c-box-field .status .count.full {
  color: #dc3545;
}
.c-box-game .status .note,
.c-box-player .c-box-field .status .note {
  color: #6c757d;
  font-size: 0.6rem;
}

.c-box-player {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-box-player .ft-playertable-image {
  border-radius: 100px;
  width: 60px;
  height: 60px;
  margin-right: 1rem;
}
.c-box-player .ft-playertable-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-box-player .ft-playertable-city {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  text-align: center;
  opacity: 0.8;
}
.c-box-player .ft-playertable-fav {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  text-align: center;
}
.c-box-player .ft-playertable-friendstatus {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  margin-right: 10px;
}

.c-box-field .ft-fieldtable-fav {
  margin-right: 1rem;
}
.c-box-field .ft-fieldtable-fav i {
  font-size: 30px;
}
.c-box-field .ft-fieldtable-fav i.notfav {
  color: #adb5bd;
}
.c-box-field .ft-fieldtable-fav i.fav {
  color: #ffc107;
}
.c-box-field .ft-fieldtable-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-box-field .ft-fieldtable-city {
  font-size: 100%;
  opacity: 0.8;
  margin-right: 1rem;
}
.c-box-field .ft-fieldtable-pendinggames {
  font-size: 80%;
  opacity: 0.8;
  display: none;
}

.c-gameslist,
.c-playerslist,
.c-fieldslist {
  margin: 0 0 2rem 0;
}
.c-gameslist .c-box,
.c-playerslist .c-box,
.c-fieldslist .c-box {
  margin-bottom: 0;
  border-bottom: 0;
}
.c-gameslist .ft-divGames:last-of-type .c-box,
.c-playerslist .ft-divGames:last-of-type .c-box,
.c-fieldslist .ft-divGames:last-of-type .c-box {
  margin-bottom: 1rem;
  border-bottom: 1px solid #e3e5e6;
}

.pagination {
  margin: 2rem auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .disabled {
  display: none;
}
.pagination a {
  padding: 0.5rem 1rem;
}
.pagination .active a {
  background: #21c656;
  color: #fff;
}
.pagination .active a:hover {
  cursor: default;
}

.modal:not(.c-modal-nav) .modal-content {
  padding: 2rem;
}
.modal:not(.c-modal-nav) .modal-header {
  display: block;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-box-pack: auto;
      -ms-flex-pack: auto;
          justify-content: auto;
  padding-top: 1rem;
  border-bottom: 0;
  text-align: center;
}
.modal:not(.c-modal-nav) .modal-header h3 {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
.modal:not(.c-modal-nav) .modal-header .close {
  position: absolute;
  right: 0;
  top: -50px;
  text-shadow: none;
  color: #fff;
  font-size: 2rem;
  opacity: 1;
}
.modal:not(.c-modal-nav) .modal-body {
  padding-top: 2rem;
}
.modal.c-modal-status .modal-body {
  text-align: center;
}
.modal.c-modal-status h2 {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 0;
}
.modal.c-modal-status .buttonintro {
  padding-top: 1rem;
  font-size: 80%;
}

#modal-mobile-status .status-helptext {
  margin-top: 4rem;
  text-align: center;
  opacity: 0.8;
}

.modal-ajax .avatar img {
  border-radius: 200px;
  height: 80px;
  width: 80px;
  margin-bottom: 20px;
}
.modal-ajax h3 {
  margin-bottom: 0 !important;
}
.modal-ajax .reportmini {
  padding: 1rem 0;
}
@media (max-width: 575px) {
  .modal-ajax .c-flex-iconlist > i {
    padding-right: 0 !important;
  }
  .modal-ajax .c-flex-iconlist .item {
    padding: 0.25rem 0;
  }
  .modal-ajax .modal-header {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .modal-ajax .avatar img {
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
  }
}

.c-flex-iconlist {
  margin-bottom: 2rem;
}
.c-flex-iconlist .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #dee2e6;
  padding: 0.5rem 0;
  justify-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-flex-iconlist .item > i {
  padding-right: 1rem;
  width: 30px;
  text-align: center;
}
.c-flex-iconlist .item span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.c-flex-iconlist .item.injured i, .c-flex-iconlist .item.injured span {
  color: #dc3545;
}

.c-modal-nav .c-popupclose {
  position: absolute;
  right: 10px;
  top: -45px;
  color: #fff;
  font-size: 30px;
}

.c-modal-nav nav a {
  display: block;
  background: #fff;
  border: 0;
  color: #222;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 16px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  border-bottom: 1px solid #dee2e6;
}
.c-modal-nav nav a:hover {
  background: #f8f9fa;
  text-decoration: none;
}
.c-modal-nav nav a i {
  opacity: 0.65;
  padding-right: 1rem;
}

.c-player-card .top {
  margin-bottom: 2rem;
}
.c-player-card .top a {
  color: inherit;
  text-decoration: none;
}
.c-player-card .top .picture {
  margin-bottom: 0.5rem;
}
.c-player-card .top .name {
  font-size: 1.3rem;
}
.c-player-card .stats {
  color: #adb5bd;
  font-size: 0.7rem;
  padding-bottom: 2rem;
}
.c-player-card .stats .number {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #343a40;
}
.c-player-card .stats a {
  color: inherit;
  text-decoration: none;
  display: block;
  text-align: center;
}

.ft-bodyclass-default-index .c-player-card {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 2rem;
}
.ft-bodyclass-default-index .c-player-card .name {
  font-size: 1rem;
}

.c-nav-left {
  /*font-size: 0.875rem;*/
  margin-bottom: 2rem;
}
.c-nav-left .nav-link {
  padding: 0.25rem 0.75rem;
}

.game-sheet h1,
.field-sheet h1,
.city-sheet h1,
.player-sheet h1 {
  margin-bottom: 0.5rem;
}
.game-sheet .h1p,
.field-sheet .h1p,
.city-sheet .h1p,
.player-sheet .h1p {
  margin-bottom: 2rem;
  opacity: 0.7;
}
.game-sheet .c-flex-iconlist,
.field-sheet .c-flex-iconlist,
.city-sheet .c-flex-iconlist,
.player-sheet .c-flex-iconlist {
  margin-bottom: 1rem;
}

.game-details {
  margin: 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.game-details i {
  display: inline-block;
  width: 40px;
  text-align: center;
  font-size: 20px;
}
.game-details .item {
  border-bottom: 1px solid #dee2e6;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 50%;
          flex: 1 50%;
}
@media (max-width: 767px) {
  .game-details .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    height: 35px;
  }
}
.game-details .left, .game-details .right {
  padding: 5px 0;
  border-bottom: 1px solid #dee2e6;
}
.game-details .left:nth-child(1), .game-details .left:nth-child(2), .game-details .right:nth-child(1), .game-details .right:nth-child(2) {
  border-top: 1px solid #dee2e6;
}
.game-details .left {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.game-details .right {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
@media (max-width: 767px) {
  .game-details .right {
    text-align: right;
  }
}

.ft-game-infos-organizermessage {
  margin: 0 0 2rem;
}

.ft-game-players {
  margin-bottom: 3rem;
}

.ft-game-players-main {
  position: relative;
}
.ft-game-players-main h2 {
  background: #333;
  color: #fff;
  font-size: 1rem;
  padding: 6px 10px;
  margin-bottom: 0;
}
.ft-game-players-main .ft-game-box-players-totalcount {
  position: absolute;
  right: 6px;
  top: 0px;
  font-weight: bold;
  font-size: 1.2rem;
}
.ft-game-players-main .ft-game-box-players-totalcount .ft-countok {
  color: #94e69c;
}
.ft-game-players-main .ft-game-box-players-totalcount .ft-countfull {
  color: #ff6950;
}

.game-players-list {
  margin-bottom: 1rem;
}
.game-players-list.mini {
  margin-bottom: 0.5rem;
}
.game-players-list .player {
  border-top: 1px solid #ced4da;
  padding: 0.5rem 1rem;
  position: relative;
}
.game-players-list .player a {
  color: #000;
}
.game-players-list .player img.avatar {
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
}
.game-players-list .player img.injured {
  border-radius: 0;
  width: 15px;
  height: 15px;
}
.game-players-list .player .icon-link {
  position: absolute;
  right: 1rem;
  color: #21c656;
  padding: 5px;
  top: 5px;
}
.game-players-list .player.success {
  background: #d8f6df;
  padding-right: 30px;
  font-weight: bold;
}
.game-players-list .player.declined {
  background: #fae3e5;
  font-size: 80%;
}
.game-players-list .player.declined i {
  color: #dc3545;
}
.game-players-list .player.maybe {
  font-size: 80%;
  background: #ffe2b8;
}
.game-players-list .player.maybe i {
  color: #fd7e14;
}
.game-players-list .player.invited {
  background: #e9ecef;
  font-size: 80%;
}
.game-players-list .player.invited i {
  color: #6c757d;
}
.game-players-list .player.mini {
  /*height:20px;*/
  padding-left: 37px;
}
.game-players-list .player.mini i {
  font-size: 20px;
  opacity: 0.5;
  margin-right: 1rem;
  position: absolute;
  left: 10px;
  top: 2px;
  min-width: 20px;
  text-align: center;
}
.game-players-list .player.mini .message {
  position: absolute;
  right: 1rem;
  top: 8px;
  opacity: 0.5;
}

.hide-miniplayers {
  display: none;
}

.ft-game-players-divbtn {
  text-align: center;
  margin-bottom: 1rem;
}

.ft-chat .empty {
  margin-bottom: 1rem;
  font-size: 80%;
}

.ft-game-comments h2 {
  margin-bottom: 1rem;
}

.ft-com {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.ft-com img {
  border-radius: 100px;
  margin-right: 1rem;
}
.ft-com .ft-bubble-chat {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background: #efefef;
  padding: 0.2rem 0.5rem 0.5rem;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  margin-left: 0;
  margin-right: 2rem;
}
.ft-com .ft-bubble-chat .ft-user-name {
  color: #21c656;
  font-size: 80%;
}
.ft-com .ft-bubble-chat .ft-time-chat {
  position: absolute;
  top: 9px;
  right: 9px;
  font-size: 60%;
  color: #adb5bd;
}
.ft-com .ft-bubble-chat .ft-message {
  margin: 0;
  font-size: 90%;
}
.ft-com.ft-current-user .ft-bubble-chat {
  background: #daf6c8;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 2rem;
  margin-right: 0;
}
.ft-com.ft-current-user img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 1rem;
  margin-right: 0;
}
@media (max-width: 575px) {
  .ft-com img {
    margin-right: 0.5rem;
    width: 30px;
    height: 30px;
  }
  .ft-com .ft-bubble-chat {
    margin-right: 1rem;
  }
  .ft-com .ft-current-user .ft-bubble-chat {
    margin-left: 1rem;
  }
}
.ft-com.ft-com-system {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.ft-com.ft-com-system .ft-bubble-chat {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  background: transparent;
  text-align: center;
  padding: 0;
}
.ft-com.ft-com-system .ft-bubble-chat .ft-message {
  max-width: 60%;
  border-radius: 8px;
  background-color: #dcd8e3;
  display: inline-block;
  padding: 3px 20px;
  font-size: 70%;
  margin: 0;
  color: #5d4d71;
  font-weight: bold;
}

.ft-form-msginput {
  background: #efefef;
  padding: 0.5rem;
  position: relative;
}
.ft-form-msginput #comment-content,
.ft-form-msginput #message-content {
  padding-right: 90px;
}
.ft-form-msginput .form-group {
  margin-bottom: 0;
}
.ft-form-msginput button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.message-request {
  margin-top: 1rem;
  padding: 1rem;
  font-weight: bold;
}

.c-message-acceptbtns {
  margin-top: 1rem;
}

.ft-game-players-buttons {
  margin-bottom: 1rem;
}

.ft-game-statusbox {
  border-radius: 5px;
  border: 1px solid #dee2e6;
  -webkit-box-shadow: 0px 6px 11px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 11px -1px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}
.ft-game-statusbox .close {
  display: none;
}
.ft-game-statusbox .statustop {
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 80%;
}
.ft-game-statusbox .statusbody {
  padding: 1rem;
  text-align: center;
}
.ft-game-statusbox .statusbody h2 {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 0;
}
.ft-game-statusbox .statusbody .buttonintro {
  padding-top: 1rem;
  font-size: 80%;
}

.game-bottomstatusbar {
  display: none;
}

.status-helptext {
  font-size: 80%;
  opacity: 0.8;
  text-align: center;
  margin-bottom: 1rem;
}

.ft-game-organizer {
  padding-top: 2rem;
  border: 1px solid #ddd;
  padding: 20px 20px 0;
  margin-bottom: 30px;
}

.ft-game-waiting-list {
  border: 1px solid #ddd;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.ft-game-waiting-list ol {
  list-style-position: inside;
  padding-left: 0;
  margin-bottom: 0;
}
.ft-game-waiting-list ol li:first-child {
  font-weight: bold;
}

.url-box {
  max-width: 500px;
  margin: 0 auto;
}
.url-box .url {
  border: 1px dotted #ccc;
  padding: 0.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
  background: #fff;
  font-weight: bold;
  overflow-wrap: break-word;
}
.url-box .button {
  text-align: right;
}
.url-box .button .btn {
  padding: 0.15rem 1rem;
  font-size: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.url-box .desc {
  font-size: 80%;
  opacity: 0.7;
  padding: 0 1rem;
}

.ft-bodyclass-settings-profile .url-box {
  margin: 0;
}

.c-share-link {
  background: #fff;
  border: 1px solid #dee2e6;
  padding: 10px;
}

.c-share-linkcopy {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #21c656;
  font-size: 12px;
}

.c-clipboardtrigger {
  cursor: pointer;
}

.share-link-facebook i {
  color: #3b5998;
}

.share-link-messenger {
  display: none !important;
}
.share-link-messenger i {
  color: #3b5998;
}

.share-link-footinho i {
  color: #21c656;
}

.share-link-sms {
  display: none !important;
}
.share-link-sms i {
  color: #fd7e14;
}

.share-link-email i {
  color: #007bff;
}

.share-link-whatsapp {
  display: none !important;
}
.share-link-whatsapp i {
  color: #075E54;
}

footer {
  text-align: center;
  margin-top: 150px;
  padding: 1rem 1rem 5rem 1rem;
  color: #495057;
}
footer a {
  color: #495057;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
footer a:hover {
  color: #495057;
}
footer .faded {
  color: #adb5bd;
}
footer .faded a {
  color: #adb5bd;
}

#profile-positions label,
#profile-gender label {
  margin: 0.3333333333rem;
}

.ft-game-inviteplayers {
  border-top: 1px solid #ededed;
}
.ft-game-inviteplayers .player {
  display: block;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-top: 1px solid #fff;
  padding: 15px;
}
.ft-game-inviteplayers .player:hover {
  cursor: pointer;
  color: #000;
}
.ft-game-inviteplayers .player.active {
  background-color: #efefef !important;
  color: #16be26 !important;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.ft-game-inviteplayers .player.active .invite-friend-checkbox ~ .invite-friend-checkbox-mark {
  border-color: #39ca74;
}
.ft-game-inviteplayers .player.active .invite-friend-checkbox ~ .invite-friend-checkbox-mark:before {
  display: block;
}
.ft-game-inviteplayers .player.active:hover .invite-friend-checkbox ~ .invite-friend-checkbox-mark:before {
  border-color: #36d978;
}
.ft-game-inviteplayers .details {
  font-size: 10px;
  opacity: 0.5;
  font-style: italic;
  padding-left: 10px;
}
.ft-game-inviteplayers .invite-friend-checkbox {
  display: none;
}
.ft-game-inviteplayers .invite-friend-checkbox-mark {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  border: 2px solid #c4cbd2;
  border-radius: 12px;
  background: #fff;
}
.ft-game-inviteplayers .invite-friend-checkbox-mark:before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  height: 4px;
  width: 8px;
  border: solid #39ca74;
  border-width: 0 0 4px 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.ft-game-lineup {
  margin-bottom: 30px;
}
.ft-game-lineup .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #333;
  padding: 6px 10px;
  margin-bottom: 0;
}
.ft-game-lineup .top h2 {
  color: #fff;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.ft-game-lineup .top a.btn {
  content: "";
  /* style */
}
.ft-game-lineup .bottom {
  background: #333;
  padding: 6px 10px;
}
.ft-game-lineup .bottom p {
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.ft-game-lineup .info {
  font-size: 12px;
  padding: 5px 0;
}
.ft-game-lineup .ft-lineup-box {
  padding: 3px 0 0 3px;
  background: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ft-game-lineup .ft-lineup-box .left,
.ft-game-lineup .ft-lineup-box .right {
  /*display: flex;
  		align-items: center;*/
  width: 50%;
  padding: 20px 5px 15px;
  text-align: center;
}
.ft-game-lineup .ft-lineup-box .left span,
.ft-game-lineup .ft-lineup-box .right span {
  display: block;
  width: 100%;
}
.ft-game-lineup .ft-lineup-box .left .player,
.ft-game-lineup .ft-lineup-box .right .player {
  display: block;
  width: 80%;
  margin: 0 10% 3px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  padding: 2px 10px;
  border-radius: 3px;
}
.ft-game-lineup .ft-lineup-box .left .player.nobody,
.ft-game-lineup .ft-lineup-box .right .player.nobody {
  opacity: 0.5;
}
.ft-game-lineup .ft-lineup-box .left {
  border-right: 1px solid #ccc;
  margin: 0 3px 3px 0;
}
.ft-game-lineup .ft-lineup-box .left .player {
  background: #6CABDD;
  border: 2px solid #1C2C5B;
  color: #fff;
}
.ft-game-lineup .ft-lineup-box .right .player {
  background: #fff;
  border: 2px solid #FEBE10;
}

.ft-game-lineup.editor .player {
  cursor: pointer;
  margin-bottom: 10px !important;
  padding: 10px 15px !important;
}
.ft-game-lineup.editor .player.off {
  padding: 10px 30px !important;
}
.ft-game-lineup.editor .player.clicked {
  border: 2px solid #21c656;
  background: #67e690;
  color: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

.c-form-page h2 {
  margin-top: 2rem;
}
.c-form-page .form-group .form-control {
  margin-bottom: 1.5rem;
}
.c-form-page .form-group.row .form-row {
  margin: 0;
  /* only if form-row is inside a previous row */
}
.c-form-page .col-form-label {
  font-weight: bold;
}
.c-form-page .field-game-date input {
  cursor: pointer;
  background: #fff;
}
.c-form-page .ft-game-pretype-choice-nb p:first-child {
  display: inline;
}
.c-form-page .ft-game-pretype-choice-nb .form-group {
  display: inline;
}
.c-form-page .form-hour-separator {
  display: inline-block;
  width: 40px;
  text-align: center;
  line-height: 40px;
  opacity: 0.7;
}
.c-form-page .ft-game-type-caninvite {
  opacity: 0.8;
  font-size: 80%;
  margin: 1rem;
  margin-top: 0;
}
.c-form-page .ft-game-type-caninvite input {
  margin-bottom: 3px;
  vertical-align: middle;
}
.c-form-page .ft-game-type-caninvite .control-label {
  display: inline;
}
.c-form-page [type=checkbox] {
  margin-right: 6px;
}

.has-error input, .has-error select, .has-error textarea, .has-error label {
  color: red;
  border-color: red;
}
.has-error .form-control {
  border: 1px solid #dc3545;
}

.help-block {
  display: none;
}

.has-error .help-block {
  display: block;
}

.help-block, .invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
  margin-bottom: 1rem;
  display: inherit;
}

.form-group-hoverlabel label, .form-group-hoverlabel label:hover {
  cursor: pointer;
}

.ft-list-best-player {
  padding-left: 0;
  padding-top: 1rem;
}
.ft-list-best-player li {
  list-style-type: none;
  border: 1px solid #dee2e6;
  background: #f8f9fa;
  border-top: 0;
  padding: 5px 10px 5px 10px;
}
.ft-list-best-player li.ft-first-bestplayer {
  /*padding-left: 10px;
  background: #fff9d4;
  border-bottom: 1px solid #d4c983;
  color: #333;*/
  font-weight: bold;
  background: #dcd6c5;
}
.ft-list-best-player li:first-child {
  border-top: 1px solid #dee2e6;
}

ul.vote-users li {
  display: inline;
}
ul.vote-users li button {
  padding: 5px 20px;
  border-bottom: 1px solid #adb5bd;
  background: #e9ecef;
  border-radius: 100px;
  margin-bottom: 10px;
}

.vote-user-rating {
  border-bottom: 1px solid #efefef;
  padding-top: 15px;
  padding-bottom: 15px;
}
.vote-user-rating .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 10px;
}
.vote-user-rating .top label {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
}
.vote-user-rating .top .vote-value {
  padding: 6px 5px;
  min-width: 37px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
  line-height: 20px;
  border-radius: 2px;
  background: rgb(5, 5, 5);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(5, 5, 5)), color-stop(50%, rgb(40, 42, 43)), color-stop(51%, rgb(5, 5, 5)), color-stop(100%, rgb(63, 63, 64)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(5, 5, 5)), color-stop(50%, rgb(40, 42, 43)), color-stop(51%, rgb(5, 5, 5)), to(rgb(63, 63, 64)));
  background: linear-gradient(to bottom, rgb(5, 5, 5) 0%, rgb(40, 42, 43) 50%, rgb(5, 5, 5) 51%, rgb(63, 63, 64) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#050505", endColorstr="#3f3f40", GradientType=0 );
}
.rangeslider__fill {
  background-color: yellow;
}

.feature-list-item h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature-list-item h3 i {
  margin-right: 0.5rem;
  padding-left: 5px;
}
.feature-list-item h3 i.green {
  color: #21c656;
}
.feature-list-item h3 i.red {
  color: #dc3545;
}

.ft-box-bestplayer {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#051937), color-stop(#171228), color-stop(#190a1a), color-stop(#12040d), to(#000000));
  background-image: linear-gradient(to right top, #051937, #171228, #190a1a, #12040d, #000000);
  color: #fff;
  font-weight: bold;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ft-box-bestplayer .name {
  font-size: 28px;
  padding-left: 20px;
}
.ft-box-bestplayer .result {
  font-size: 25px;
}
.ft-box-bestplayer .result.best-result {
  font-size: 22px;
  line-height: 22px;
}
.ft-box-bestplayer i {
  position: absolute;
  color: #fff997;
  font-size: 70px;
  top: 7px;
  left: 12px;
  opacity: 0.3;
}
.ft-games-search > .form-group {
  margin: 10px;
}
.ft-games-search > .form-group:nth-child(1) {
  /* country */
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}
.ft-games-search > .form-group:nth-child(2) {
  /* city */
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ft-games-search > .form-group:nth-child(3) {
  /* radius */
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  text-align: center;
}
.ft-games-search > .form-group:nth-child(3) span {
  padding: 0 0.5rem;
  font-size: 80%;
}
.ft-games-search > .form-group:nth-child(4) {
  /* btn */
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}
.ft-games-search .field-city-distance {
  margin-bottom: 0;
}
.ft-games-search .field-city-distance .form-control {
  text-align: center;
}

.ft-players-search > .form-group {
  margin: 10px;
}
.ft-players-search > .form-group:nth-child(1) {
  /* country */
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}
.ft-players-search > .form-group:nth-child(2) {
  /* city */
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ft-players-search > .form-group:nth-child(3) {
  /* radius */
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  text-align: center;
}
.ft-players-search > .form-group:nth-child(3) span {
  padding: 0 0.5rem;
  font-size: 80%;
}
.ft-players-search > .form-group:nth-child(4) {
  /* btn */
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}
.ft-players-search .field-city-distance {
  margin-bottom: 0;
}
.ft-players-search .field-city-distance .form-control {
  text-align: center;
}

.ft-fields-search > .form-group {
  margin: 10px;
}
.ft-fields-search > .form-group:nth-child(1) {
  /* country */
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}
.ft-fields-search > .form-group:nth-child(2) {
  /* city */
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ft-fields-search > .form-group:nth-child(3) {
  /* radius */
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  text-align: center;
}
.ft-fields-search > .form-group:nth-child(3) span {
  padding: 0 0.5rem;
  font-size: 80%;
}
.ft-fields-search > .form-group:nth-child(4) {
  /* btn */
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}
.ft-fields-search .field-city-distance {
  margin-bottom: 0;
}
.ft-fields-search .field-city-distance .form-control {
  text-align: center;
}

#ft-find-moredetails .field-profile-position label {
  display: inline;
  margin-right: 1rem;
}
#ft-find-moredetails .field-profile-age_max,
#ft-find-moredetails .field-profile-age_min {
  margin-right: 1rem;
}
#ft-find-moredetails .field-profile-age_max label,
#ft-find-moredetails .field-profile-age_min label {
  margin-right: 0.5rem;
}

.ft-bodyclass-players-my-friends .ft-playertable-friendstatus {
  display: none;
}

.removefavoritebox,
.friendstatusbox {
  border: 1px solid #ddd;
  background: #efefef;
  padding: 10px 15px;
  text-align: center;
  font-size: 80%;
}

.friendstatusbox {
  margin-bottom: 1rem;
}

.c-field-favcount {
  margin-bottom: 30px;
  text-align: center;
}

.c-field-favcountbox {
  background: #111;
  letter-spacing: 2px;
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  border-radius: 5px;
  background: rgb(5, 5, 5);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(5, 5, 5)), color-stop(50%, rgb(40, 42, 43)), color-stop(51%, rgb(5, 5, 5)), color-stop(100%, rgb(63, 63, 64)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(5, 5, 5)), color-stop(50%, rgb(40, 42, 43)), color-stop(51%, rgb(5, 5, 5)), to(rgb(63, 63, 64)));
  background: linear-gradient(to bottom, rgb(5, 5, 5) 0%, rgb(40, 42, 43) 50%, rgb(5, 5, 5) 51%, rgb(63, 63, 64) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#050505", endColorstr="#3f3f40", GradientType=0 );
}

.c-field-favcountsub {
  line-height: 30px;
}

.ui-widget-header {
  background: #efefef;
}

#ui-datepicker-div {
  -webkit-box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.2);
}

#field-map {
  border: 1px solid #ced4da;
}

.ft-bodyclass-city-view .ft-fieldtable-city,
.ft-bodyclass-city-view .ft-playertable-city {
  display: none;
}

.c-topleft-codeicon {
  font-size: 12px;
  font-weight: bold;
  margin-left: 15px;
}

.ft-game-alertifpostavailable {
  border: 1px solid #eee;
  background: #fff;
  padding: 10px 11px 11px;
  text-align: center;
  font-size: 80%;
  margin-bottom: 20px;
}
.ft-game-alertifpostavailable label {
  margin-bottom: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ft-game-alertifpostavailable label span {
  margin-right: 20px;
}

input.apple-switch {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 50px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #D9DADC;
  border-radius: 50px;
  -webkit-box-shadow: inset -20px 0 0 0 #fff;
          box-shadow: inset -20px 0 0 0 #fff;
  cursor: pointer;
}

input.apple-switch:hover {
  cursor: pointer;
}

input.apple-switch:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: transparent;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input.apple-switch:checked {
  -webkit-box-shadow: inset 20px 0 0 0 #4ed164;
          box-shadow: inset 20px 0 0 0 #4ed164;
  border-color: #4ed164;
}

input.apple-switch:checked:after {
  left: 20px;
  -webkit-box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
          box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}

input.apple-switch.sm {
  width: 40px;
  height: 20px;
  min-width: 40px;
}
input.apple-switch.sm:after {
  width: 18px;
  height: 18px;
  top: 0px;
  left: 0px;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
input.apple-switch.sm:checked:after {
  left: 20px;
  -webkit-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.05);
          box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.05);
}

input[type=checkbox].ios8-switch {
  position: absolute;
  margin: 8px 0 0 16px;
}

input[type=checkbox].ios8-switch + label {
  position: relative;
  padding: 5px 0 0 50px;
  line-height: 2em;
}

input[type=checkbox].ios8-switch + label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 40px; /* x*5 */
  height: 24px; /* x*3 */
  border-radius: 16px; /* x*2 */
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=checkbox].ios8-switch + label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 24px; /* x*3 */
  height: 24px; /* x*3 */
  border-radius: 16px; /* x*2 */
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=checkbox].ios8-switch + label:hover:after {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

input[type=checkbox].ios8-switch:checked + label:after {
  margin-left: 16px;
}

input[type=checkbox].ios8-switch:checked + label:before {
  background: #55D069;
}

/* SMALL */
input[type=checkbox].ios8-switch-sm {
  margin: 5px 0 0 10px;
}

input[type=checkbox].ios8-switch-sm + label {
  position: relative;
  padding: 0 0 0 32px;
  line-height: 1.3em;
}

input[type=checkbox].ios8-switch-sm + label:before {
  width: 25px; /* x*5 */
  height: 15px; /* x*3 */
  border-radius: 10px; /* x*2 */
}

input[type=checkbox].ios8-switch-sm + label:after {
  width: 15px; /* x*3 */
  height: 15px; /* x*3 */
  border-radius: 10px; /* x*2 */
}

input[type=checkbox].ios8-switch-sm + label:hover:after {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

input[type=checkbox].ios8-switch-sm:checked + label:after {
  margin-left: 10px; /* x*2 */
}

/* LARGE */
input[type=checkbox].ios8-switch-lg {
  margin: 10px 0 0 20px;
}

input[type=checkbox].ios8-switch-lg + label {
  position: relative;
  padding: 7px 0 0 60px;
  line-height: 2.3em;
}

input[type=checkbox].ios8-switch-lg + label:before {
  width: 50px; /* x*5 */
  height: 30px; /* x*3 */
  border-radius: 20px; /* x*2 */
}

input[type=checkbox].ios8-switch-lg + label:after {
  width: 30px; /* x*3 */
  height: 30px; /* x*3 */
  border-radius: 20px; /* x*2 */
}

input[type=checkbox].ios8-switch-lg + label:hover:after {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

input[type=checkbox].ios8-switch-lg:checked + label:after {
  margin-left: 20px; /* x*2 */
}

.ft-bodyclass-players-view .ft-fieldtable-fav,
.ft-bodyclass-players-view .ft-playertable-friendstatus {
  display: none;
}

.nav-notif {
  position: relative;
}
.nav-notif i {
  position: relative;
}
.nav-notif .notif-span {
  background: #fd7e14;
  border-radius: 30px;
  line-height: 16px;
  height: 16px;
  width: 16px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  right: -8px;
  top: 2px;
  color: #fff;
  font-family: Helvetica, Arial;
  font-style: normal;
}

.c-nav-icons .notif-span {
  right: 2px;
  top: -7px;
}

.inbox-notopen {
  background: white !important;
  font-weight: bold;
}

.c-notif-inlist.read {
  color: #888 !important;
}
.c-notif-inlist.notread {
  font-weight: bold;
}

.c-message-inlist .name {
  opacity: 0.7;
  font-size: 90%;
}
.c-message-inlist.read {
  background: #f8f9fa;
}
.c-message-inlist.notread .title {
  font-weight: bold;
}

.c-friendrequestpage .friends {
  margin-right: auto;
  margin-left: auto;
}
.c-friendrequestpage .friends .box {
  border: 1px solid #ddd;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 250px;
}
.c-friendrequestpage .friends .plus {
  font-weight: bold;
  color: #111;
  font-size: 30px;
  text-align: center;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}

.application-android .calendar-link {
  display: none;
}

#people-table .ft-playertable-fav .icon {
  font-size: 30px;
}

.friend-fav-icon:hover {
  cursor: pointer;
}

@media only screen and (orientation: portrait) {
  body.application-iphone .c-header-mobile,
  body.application-iphone .mobile-page-header {
    /*padding-top: 20px;
    height: 60px ;*/
  }
}
@supports (padding-top: constant(safe-area-inset-top)) {
  body.application-iphone .c-header-mobile, body.application-iphone .mobile-page-header {
    /*padding-top: env(safe-area-inset-top);*/
    height: calc(constant(safe-area-inset-top) + 40px);
    overflow: hidden;
  }
  body.application-iphone {
    padding-top: calc(constant(safe-area-inset-top) + 40px);
  }
  @media (max-width: 576px) {
    .modal:not(.c-modal-nav) .modal-header .close {
      top: calc(constant(safe-area-inset-top) + 1rem) !important;
    }
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  body.application-iphone .c-header-mobile, body.application-iphone .mobile-page-header {
    /*padding-top: env(safe-area-inset-top);*/
    height: calc(env(safe-area-inset-top) + 40px);
    overflow: hidden;
  }
  body.application-iphone {
    padding-top: calc(env(safe-area-inset-top) + 40px);
  }
  @media (max-width: 576px) {
    .modal:not(.c-modal-nav) .modal-header .close {
      top: calc(env(safe-area-inset-top) + 1rem) !important;
    }
  }
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 575px) {
  .visible-xs {
    display: block;
  }
  .hidden-xs {
    display: none !important;
  }
  .visible-sm {
    display: block;
  }
  h1.mini,
  h2.mini,
  h3.mini,
  h4.mini,
  h5.mini {
    font-size: 0.8rem;
  }
  .logged .container {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .logged .row {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .logged *[class^=col-] {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .c-box-game,
  .c-box-player,
  .c-box-field {
    padding: 0.66rem 1rem;
  }
  .c-box-game > .player,
  .c-box-player > .player,
  .c-box-field > .player {
    display: none;
  }
  .c-box-game > .player img,
  .c-box-player > .player img,
  .c-box-field > .player img {
    width: 30px;
    height: 30px;
  }
  .c-box-game .status,
  .c-box-player .status,
  .c-box-field .status {
    padding-right: 0;
    width: 60px;
  }
  .c-box-game .status .count,
  .c-box-player .status .count,
  .c-box-field .status .count {
    font-size: 1rem;
  }
  .c-modal-nav {
    padding-right: 0 !important;
  }
  .c-modal-nav .modal-dialog {
    margin: 0;
    min-height: 100%;
  }
  .c-modal-nav .modal-dialog .modal-content {
    border: 0;
    margin-top: auto;
  }
  .c-form-page {
    /* hack because of yii2 Field Bootstrap handler. */
  }
  .c-form-page .form-group {
    border-bottom: 5px solid #eee;
    margin-bottom: 0;
    padding-top: 0.5rem;
  }
  .c-form-page .ft-game-pretype-choice .form-group {
    border: 0;
  }
}
@media (max-width: 576px) {
  /* Custom Modal */
  .modal:not(.c-modal-nav) .modal-dialog {
    background: #fff;
    border-radius: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .modal:not(.c-modal-nav) .modal-content {
    border: 0;
    border-radius: 0;
    padding: 2rem;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal:not(.c-modal-nav) .modal-header {
    padding: 0 0 1rem 0;
  }
  .modal:not(.c-modal-nav) .modal-header .close {
    position: absolute;
    left: 1rem;
    top: 1rem;
    text-shadow: none;
    color: #333;
    font-size: 2rem;
    opacity: 1;
    right: initial;
  }
  .modal:not(.c-modal-nav) .modal-body {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 1rem 0 0 0;
  }
}
@media (min-width: 576px) {
  .visible-xs {
    display: none;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.875rem;
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .c-pagebox-global {
    padding-bottom: 100px; /* the footer spacer need to be global, not only for this class ....*/
    padding-top: 2rem;
    background: #fff;
  }
  .c-pagebox-global.notfullpage {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .hidden-sm {
    display: none !important;
  }
  footer {
    display: none;
  }
  .c-container-white {
    background: #fff;
  }
  .ft-game-statusbox {
    /* display: none;  */
  }
  .c-guestgame-join.ft-game-statusbox {
    display: inherit;
  }
  .game-bottomstatusbar {
    display: block;
    position: fixed;
    z-index: 1040;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: #efefef;
    -webkit-box-shadow: 0px -5px 10px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px -5px 10px -1px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    border-top: 1px solid #bbb;
  }
  .share-link-facebook {
    display: none !important;
  }
  .share-link-messenger {
    display: block !important;
  }
  .share-link-sms {
    display: block !important;
  }
  .share-link-whatsapp {
    display: block !important;
  }
  .c-pagebox h1,
  .c-pagebox h2.like-h1 {
    font-size: 1.33rem;
  }
  .c-pagebox .header-desktop {
    display: none;
  }
  .c-pagebox.mini {
    margin-bottom: -1rem;
  }
  .ft-game-inviteplayers .player {
    padding: 7px;
  }
  .c-box-player .ft-playertable-image {
    border-radius: 100px;
    width: 32px;
    height: 32px;
    margin-right: 0.625rem;
  }
  .c-box-player .ft-playertable-name {
    line-height: 16px;
  }
  .c-box-player .ft-playertable-fav {
    text-align: right;
  }
  .c-box-player .ft-playertable-city {
    display: none;
  }
  .c-box-player .ft-playertable-friendstatus {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
    font-size: 80%;
    padding-top: 0.5rem;
  }
  .c-box-field .ft-fieldtable-fav i {
    font-size: 25px;
  }
  .c-box-field .ft-fieldtable-city {
    font-size: 80%;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .c-footer-mobile,
  .c-footer-mobile-guest {
    display: none !important;
  }
  .c-header-mobile,
  .c-mobile-hornav {
    display: none !important;
  }
  .mobile-page-header {
    display: none !important;
  }
  .visible-sm {
    display: none;
  }
  .ft-players-search-byname .form-group,
  .ft-fields-search-byname .form-group {
    margin-bottom: 0;
  }
  .hidden-md-plus {
    display: none !important;
  }
  .c-pagebox {
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    border-radius: 5px;
  }
  .c-pagebox.minipadding {
    padding: 1rem;
  }
  .c-pagebox.mini {
    padding: 2rem 2rem 0 2rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* because same ux as desktop but too thin.. If not this rule, container width is approx 770px.. */
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .c-nav-links {
    padding-right: 30%;
  }
  .notlogged .c-nav-links {
    padding-right: 1rem;
  }
  .c-gameslist.fullwidth #fields-table,
  .c-gameslist.fullwidth #people-table,
  .c-gameslist.fullwidth #people-awaiting-table, .c-playerslist.fullwidth #fields-table,
  .c-playerslist.fullwidth #people-table,
  .c-playerslist.fullwidth #people-awaiting-table, .c-fieldslist.fullwidth #fields-table,
  .c-fieldslist.fullwidth #people-table,
  .c-fieldslist.fullwidth #people-awaiting-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-gameslist.fullwidth .c-box, .c-playerslist.fullwidth .c-box, .c-fieldslist.fullwidth .c-box {
    width: 50%;
  }
  .c-gameslist.fullwidth .c-box-field .ft-fieldtable-city, .c-playerslist.fullwidth .c-box-field .ft-fieldtable-city, .c-fieldslist.fullwidth .c-box-field .ft-fieldtable-city {
    font-size: 80%;
    margin-right: 0;
  }
  .c-gameslist.fullwidth .c-box-player .ft-playertable-city, .c-playerslist.fullwidth .c-box-player .ft-playertable-city, .c-fieldslist.fullwidth .c-box-player .ft-playertable-city {
    font-size: 80%;
  }
  .c-gameslist.fullwidth .c-box-player .ft-playertable-fav, .c-playerslist.fullwidth .c-box-player .ft-playertable-fav, .c-fieldslist.fullwidth .c-box-player .ft-playertable-fav {
    margin-right: 0;
  }
  .c-gameslist.fullwidth .c-box-player .ft-playertable-friendstatus, .c-playerslist.fullwidth .c-box-player .ft-playertable-friendstatus, .c-fieldslist.fullwidth .c-box-player .ft-playertable-friendstatus {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: left;
    font-size: 80%;
    padding-top: 0;
    order: -1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
  .c-gameslist.mini .c-box-field, .c-playerslist.mini .c-box-field, .c-fieldslist.mini .c-box-field {
    padding: 0.5rem 1rem;
  }
  .c-gameslist.mini .ft-fieldtable-name small, .c-playerslist.mini .ft-fieldtable-name small, .c-fieldslist.mini .ft-fieldtable-name small {
    display: none;
  }
  .c-gameslist.mini .ft-fieldtable-city, .c-playerslist.mini .ft-fieldtable-city, .c-fieldslist.mini .ft-fieldtable-city {
    display: none;
  }
}
.ft-bodyclass-site-index,
.ft-bodyclass-signin-login,
.ft-bodyclass-signin-signup {
  font-family: "Montserrat", sans-serif;
}
.ft-bodyclass-site-index .c-header,
.ft-bodyclass-signin-login .c-header,
.ft-bodyclass-signin-signup .c-header {
  margin-bottom: 0;
}
.ft-bodyclass-site-index .c-header > .container,
.ft-bodyclass-signin-login .c-header > .container,
.ft-bodyclass-signin-signup .c-header > .container {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.ft-bodyclass-site-index h1,
.ft-bodyclass-site-index h2,
.ft-bodyclass-site-index h3,
.ft-bodyclass-site-index h4,
.ft-bodyclass-signin-login h1,
.ft-bodyclass-signin-login h2,
.ft-bodyclass-signin-login h3,
.ft-bodyclass-signin-login h4,
.ft-bodyclass-signin-signup h1,
.ft-bodyclass-signin-signup h2,
.ft-bodyclass-signin-signup h3,
.ft-bodyclass-signin-signup h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.ft-bodyclass-site-index h1,
.ft-bodyclass-signin-login h1,
.ft-bodyclass-signin-signup h1 {
  font-size: 2.5rem;
  line-height: 2.8rem;
  text-transform: uppercase;
}
.ft-bodyclass-site-index h1 span,
.ft-bodyclass-signin-login h1 span,
.ft-bodyclass-signin-signup h1 span {
  color: #21c656;
}
.ft-bodyclass-site-index h2,
.ft-bodyclass-signin-login h2,
.ft-bodyclass-signin-signup h2 {
  font-size: 2rem;
  text-transform: uppercase;
}
.ft-bodyclass-site-index h2 span,
.ft-bodyclass-signin-login h2 span,
.ft-bodyclass-signin-signup h2 span {
  color: #21c656;
}
.ft-bodyclass-site-index .h2-home-pain span,
.ft-bodyclass-signin-login .h2-home-pain span,
.ft-bodyclass-signin-signup .h2-home-pain span {
  color: #ea4d4d;
  text-decoration: underline;
}
.ft-bodyclass-site-index .lead,
.ft-bodyclass-signin-login .lead,
.ft-bodyclass-signin-signup .lead {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.ft-bodyclass-site-index .lead span,
.ft-bodyclass-signin-login .lead span,
.ft-bodyclass-signin-signup .lead span {
  color: #21c656;
}
.ft-bodyclass-site-index h3,
.ft-bodyclass-signin-login h3,
.ft-bodyclass-signin-signup h3 {
  font-size: 1.2rem;
}
.ft-bodyclass-site-index .divider,
.ft-bodyclass-signin-login .divider,
.ft-bodyclass-signin-signup .divider {
  margin: 3rem 0;
}
.ft-bodyclass-site-index .c-home-pains,
.ft-bodyclass-signin-login .c-home-pains,
.ft-bodyclass-signin-signup .c-home-pains {
  padding-bottom: 50px;
}
.ft-bodyclass-site-index .c-home-pains .pain-single,
.ft-bodyclass-signin-login .c-home-pains .pain-single,
.ft-bodyclass-signin-signup .c-home-pains .pain-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
}
.ft-bodyclass-site-index .c-home-pains .pain-single div.img,
.ft-bodyclass-signin-login .c-home-pains .pain-single div.img,
.ft-bodyclass-signin-signup .c-home-pains .pain-single div.img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ft-bodyclass-site-index .c-home-pains .pain-single div.img img,
.ft-bodyclass-signin-login .c-home-pains .pain-single div.img img,
.ft-bodyclass-signin-signup .c-home-pains .pain-single div.img img {
  width: 100px;
  height: 100px;
}
.ft-bodyclass-site-index .c-home-pains .pain-single div.text,
.ft-bodyclass-signin-login .c-home-pains .pain-single div.text,
.ft-bodyclass-signin-signup .c-home-pains .pain-single div.text {
  background-color: white;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.56);
  padding: 20px 40px;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 550px;
}
.ft-bodyclass-site-index .c-home-testimonials,
.ft-bodyclass-signin-login .c-home-testimonials,
.ft-bodyclass-signin-signup .c-home-testimonials {
  margin: 40px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.ft-bodyclass-site-index .c-home-testimonials .testimonial-single,
.ft-bodyclass-signin-login .c-home-testimonials .testimonial-single,
.ft-bodyclass-signin-signup .c-home-testimonials .testimonial-single {
  background-color: white;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.56);
  padding: 30px 40px;
}
.ft-bodyclass-site-index .c-home-testimonials .testimonial-single img,
.ft-bodyclass-signin-login .c-home-testimonials .testimonial-single img,
.ft-bodyclass-signin-signup .c-home-testimonials .testimonial-single img {
  width: 25px;
  height: 25px;
}
.ft-bodyclass-site-index .c-home-testimonials .testimonial-single h3,
.ft-bodyclass-signin-login .c-home-testimonials .testimonial-single h3,
.ft-bodyclass-signin-signup .c-home-testimonials .testimonial-single h3 {
  margin-top: 20px;
  font-size: 25px;
  color: #111;
}
.ft-bodyclass-site-index .c-home-testimonials .testimonial-single .user,
.ft-bodyclass-signin-login .c-home-testimonials .testimonial-single .user,
.ft-bodyclass-signin-signup .c-home-testimonials .testimonial-single .user {
  color: #21c656;
}
.ft-bodyclass-site-index .c-home-testimonials .testimonial-single .user strong,
.ft-bodyclass-signin-login .c-home-testimonials .testimonial-single .user strong,
.ft-bodyclass-signin-signup .c-home-testimonials .testimonial-single .user strong {
  font-weight: 900;
}

.ft-bodyclass-signin-login h1,
.ft-bodyclass-signin-signup h1 {
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.ft-bodyclass-signin-login .form-control,
.ft-bodyclass-signin-signup .form-control {
  border-top-left-radius: 100px !important;
  border-top-right-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
  border-bottom-right-radius: 100px !important;
  border: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
}

.btn-v4 {
  border-radius: 500px;
  border: 2px solid #000;
  -webkit-box-shadow: 1px 10px 9px -2px rgba(0, 0, 0, 0.31);
  box-shadow: 1px 10px 9px -2px rgba(0, 0, 0, 0.31);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  background-color: white;
  color: black !important;
}
.btn-v4.small {
  margin: 5px 10px !important;
  padding: 5px 20px !important;
  border: 1.5px solid #000 !important;
  -webkit-box-shadow: 1px 5px 4px -2px rgba(0, 0, 0, 0.31);
  box-shadow: 1px 5px 4px -2px rgba(0, 0, 0, 0.31);
}
.btn-v4:hover {
  background-color: #c0ffd4 !important;
  border-color: black !important;
}
.btn-v4.green {
  background-color: #21c656;
  color: white !important;
}
.btn-v4.green:hover {
  background-color: #21c656 !important;
  color: rgb(237, 243, 234) !important;
}

.ft-home-bullets {
  margin-bottom: 2rem;
}
.ft-home-bullets h2 {
  margin-bottom: 2.6rem;
}
.ft-home-bullets h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}
.ft-home-bullets p {
  font-size: 0.875rem;
  line-height: 1.3rem;
}
.ft-home-bullets .col-md-4 {
  margin-bottom: 1.3rem;
}

.c-section-white {
  background-color: white;
}

.c-home-box-white {
  background-color: white;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.56);
  padding: 20px;
  margin: 20px 0;
  width: 45%;
}
.c-home-box-white img {
  max-width: 50px;
  height: auto;
}

.c-home-phone-left {
  height: auto;
  width: 300px;
}

@media (min-width: 768px) {
  .c-home-box-white {
    min-width: 30%;
  }
}
.ft-login-email .form-group:not(.has-error) {
  margin-bottom: 0;
}
.ft-login-email .form-group:not(.has-error) input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.ft-login-passwd .form-group:not(.has-error) input {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.notlogged .c-field-favcount {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notlogged .c-field-favcount .c-field-favcountbox {
  letter-spacing: 1px;
  padding: 3px 10px;
  font-size: 20px;
  margin-right: 10px;
}
.notlogged .ft-fieldtable-fav {
  display: none;
}
.notlogged.ft-bodyclass-site-index .c-footer-mobile-guest, .notlogged.ft-bodyclass-default-index .c-footer-mobile-guest, .notlogged.ft-bodyclass-signin-login .c-footer-mobile-guest, .notlogged.ft-bodyclass-signin-signup .c-footer-mobile-guest, .notlogged.ft-bodyclass-signin-passwordrenewal .c-footer-mobile-guest, .notlogged.ft-bodyclass-signin-invite-signup .c-footer-mobile-guest {
  display: none !important;
}

.promobox {
  border: 1px solid #ddd;
  padding: 27px 32px 10px;
  background: #efefef;
}
.promobox h2 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.promobox p {
  margin-bottom: 0;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
  .promobox {
    border: 1px solid #ddd;
    padding: 14px 16px 5px;
    font-size: 80%;
  }
}
@media (max-width: 767px) {
  footer {
    display: block;
  }
}
/*# sourceMappingURL=main.css.map */