﻿@import '../bootstrap/bootstrap-select.css';
body {
  background-color: #303030;
}
@media (min-width: 900px) {
  body {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/bf/background.jpg) !important;
    background-attachment: fixed;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: unset !important;
  }
}
.card {
  background: #212121;
  padding: 8px;
  margin-bottom: 8px;
}
.card-infobox {
  margin: 5px 0 0 0;
  opacity: .5;
}
.card-heading {
  background: #161616;
  margin-bottom: 0;
  padding: 9px;
  position: relative;
}
.card-heading .card-title {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
}
.card-heading .btn-group {
  position: absolute;
  top: 7px;
  right: 8px;
}
.card-heading .btn-group .btn {
  border-radius: 0;
}
.card > .card-table-container {
  margin: -8px;
}
.card-table-container {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
}
.card-table-container .card-table {
  width: 100%;
  max-width: 100%;
}
.card-table {
  background: #212121;
  padding: 8px;
  margin-bottom: 8px;
  width: 100%;
  white-space: nowrap;
}
.card-table thead {
  background: #161616 !important;
}
.card-table thead th {
  padding: 8px;
  color: #efefef;
}
.card-table thead tr.inline-title th {
  padding-top: 12px;
  padding-bottom: 4px;
  vertical-align: bottom;
}
.card-table thead tr.inline-title th.title {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
  vertical-align: unset;
  padding-top: 8px;
}
.card-table td {
  padding: 8px;
  color: #efefef;
}
.card-table tr {
  border-bottom: 1px dashed rgba(40, 40, 40, 0.7);
}
.card-table tr:last-child {
  border-bottom: unset;
}
.card-table th.right,
.card-table tr.right,
.card-table td.right {
  text-align: right;
}
.card-pagination {
  margin-top: -8px;
  background: #161616;
  border-top: 1px solid #242527;
  text-align: right;
}
.card-pagination.top {
  border-top: unset;
  margin-top: unset;
  border-bottom: 1px solid #242527;
}
.card-pagination form {
  display: inline-block;
}
.card-pagination form .hidden-submit {
  border: 0 none;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.card-pagination .current {
  color: #efefef;
  width: unset;
  background: none;
  border: none;
  text-align: center;
}
.card-pagination p {
  float: left;
  padding: 8px;
}
.card-pagination a {
  color: #efefef;
  display: inline-block;
  padding: 8px;
  text-decoration: none;
  transition: background ease-in 0.1s;
  cursor: pointer;
}
.card-pagination a:hover {
  background: rgba(66, 66, 66, 0.2);
  transition: background ease-out 0.1s;
  color: #efefef;
  text-decoration: none;
}
.card-pagination a[disabled] {
  color: rgba(239, 239, 239, 0.5);
  background: none !important;
  cursor: default;
  pointer-events: none;
}
.filter-select {
  margin-top: 8px;
}
.filter-select label {
  display: block;
  font-size: 1.1em;
  font-weight: normal;
  color: #efefef;
  margin-left: 3px;
}
.filter-select .bootstrap-select {
  width: 100% !important;
}
.filter-select .bootstrap-select .btn {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  width: 100%;
  border-radius: 0;
}
.filter-select .btn {
  height: 36px;
}
.filter-select .form-control {
  border-radius: 0;
  height: 36px;
  background: rgba(0, 0, 0, 0.3);
  border: 0;
  color: #efefef !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  outline: none;
}
.dropdown-menu {
  border-radius: 0;
  border: unset;
}
.dropdown-menu li a {
  outline: 0 !important;
  padding: 5px 20px;
}
.dropdown-menu li.selected a,
.dropdown-menu li a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.btn {
  border-radius: 0;
}
.embededVideo {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.embedVideo object,
.embedVideo iframe {
  width: 100%;
  height: 100%;
}
.filter-select-inline {
  width: 100%;
  font-size: 1.3em;
  color: #efefef;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  margin-bottom: 5px;
  padding: 8px;
}
.filter-select-inline:last-child {
  margin-bottom: 0;
}
.page {
  display: flex;
}
.page .page-aside {
  width: 300px;
  margin-right: 8px;
}
.page .page-aside.right {
  margin-left: 8px;
  margin-right: unset;
  order: 1;
}
.page .page-main {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100% !important;
}
.page .page-aside ~ .page-content {
  max-width: calc(100% - 308px);
}
.profile-header {
  margin-bottom: 8px;
  padding: 0;
}
.profile-header .top-bit {
  display: flex;
  align-items: center;
  padding: 8px;
  background: #161616;
}
.profile-header .top-bit .info {
  margin-right: 8px;
}
.profile-header .top-bit .info .name {
  margin: 0;
  text-transform: uppercase;
}
.profile-header .top-bit .info .name small {
  color: #efefef;
}
.profile-header .top-bit .info .last-updated {
  text-transform: uppercase;
  color: #f17f1a;
}
.profile-header .top-bit .actions {
  margin-left: auto;
}
.profile-header .navigation {
  display: flex;
}
.profile-header .navigation #info-header-nav-chevron:hover + :root #info-header-nav-list,
.profile-header .navigation .dropdown-item:hover + :root #info-header-nav-list {
  overflow: visible;
}
.profile-header .navigation #info-header-nav-list {
  height: 44px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile-header .navigation #info-header-nav-list.visible {
  overflow: visible;
}
.profile-header .navigation #info-header-nav-list li {
  transition: background ease-in-out 0.15s;
  flex-grow: 1;
  text-align: center;
}
.profile-header .navigation #info-header-nav-list li a {
  display: block;
  padding: 12px;
  text-decoration: none;
  color: #eee;
}
.profile-header .navigation #info-header-nav-list li.active,
.profile-header .navigation #info-header-nav-list li:hover {
  background: #161616;
}
.profile-header .navigation #info-header-nav-list li.dropdown-item {
  background: #212121;
  text-align: left;
  min-width: 210px;
  width: 210px;
  margin: -1px 0 1px calc(100% - 176px);
  z-index: 1000;
}
.profile-header .navigation #info-header-nav-list li.dropdown-item.active,
.profile-header .navigation #info-header-nav-list li.dropdown-item:hover {
  background: #161616;
}
.profile-header .navigation #info-header-nav-chevron {
  display: block;
  padding: 12px;
  text-decoration: none;
  color: #eee;
  height: 44px;
  width: 37px;
}
.profile-header .navigation #info-header-nav-chevron.active,
.profile-header .navigation #info-header-nav-chevron:hover {
  background: #161616;
}
.bf1-profile {
  color: #efefef;
}
.bf1-profile .green {
  color: #77B300;
}
.bf1-profile .red {
  color: red;
}
.bf1-profile .player-sessions .sessions .title {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.bf1-profile .player-sessions .sessions .title .time {
  color: #efefef;
}
.bf1-profile .player-sessions .sessions .title .stat {
  margin-top: 5px;
}
.bf1-profile .player-sessions .sessions .session-stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bf1-profile .player-sessions .sessions .session-stats .stat-label {
  color: #9b9b9b;
}
.bf1-profile .leaderboard-link {
  font-size: 8px !important;
  color: white;
}
.bf1-profile .player-general {
  display: flex;
  width: 100%;
}
.bf1-profile .player-general .current-rank {
  max-width: 125px;
  text-align: center;
  margin: 0 32px;
}
.bf1-profile .player-general .current-rank img {
  width: 100%;
}
.bf1-profile .player-general .current-rank .details .title {
  color: #f17f1a;
  font-size: 1.3em;
  text-transform: uppercase;
}
.bf1-profile .player-general .data {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 32px;
}
.bf1-profile .player-general .data .stats {
  display: flex;
  justify-content: space-between;
}
.bf1-profile .player-general .data .stats .stat {
  text-align: center;
  font-size: 1.3em;
  padding: 8px 0;
}
.bf1-profile .player-general .data .stats .stat .name {
  color: #f17f1a;
}
.bf1-profile .player-general .data .stats .rank {
  font-size: .7em;
  color: #888;
}
.bf1-profile .player-general .data .stats .rank .percentile-bar {
  float: right;
}
.bf1-profile .player-general .data .rank-progress .progressbar {
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.bf1-profile .player-general .data .rank-progress .progressbar .fill {
  background: #f17f1a;
  height: 10px;
}
.bf1-profile .player-general .data .rank-progress .values {
  display: flex;
  justify-content: space-between;
  padding-top: 4px;
}
.bf1-profile .profile-main {
  display: flex;
  width: 100%;
}
.bf1-profile .profile-main .aside {
  order: -1;
  width: 300px;
  margin-right: 8px;
}
.bf1-profile .profile-main .aside.right {
  margin-left: 8px;
  margin-right: unset;
}
.bf1-profile .profile-main .content {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100% !important;
}
.bf1-profile .profile-main .aside ~ .content {
  max-width: calc(100% - 308px);
}
.bf1-profile .profile-main .class-container {
  display: block;
  min-height: 0%;
  overflow-x: auto;
  overflow-y: hidden;
  margin: -8px;
}
.bf1-profile .profile-main .class-container .classes {
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
}
.bf1-profile .profile-main .classes {
  margin: -8px;
}
.bf1-profile .profile-main .classes a.class {
  cursor: pointer;
}
.bf1-profile .profile-main .classes a.class:hover {
  background: rgba(0, 0, 0, 0.2);
}
.bf1-profile .profile-main .classes .class {
  display: block;
  text-decoration: none;
  color: unset;
  padding: 8px;
  border-bottom: 1px dashed rgba(40, 40, 40, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background ease .1s;
}
.bf1-profile .profile-main .classes .class .details .title {
  font-size: 1.4em;
  color: #f17f1a;
  display: block;
  white-space: nowrap;
}
.bf1-profile .profile-main .classes .class .details .title.white {
  color: #efefef;
}
.bf1-profile .profile-main .classes .class .details .unlocks {
  line-height: 1;
  font-size: .8em;
}
.bf1-profile .profile-main .classes .class .img {
  width: 150px;
  margin-right: 8px;
}
.bf1-profile .profile-main .classes .class .img img {
  width: 100%;
}
.bf1-profile .profile-main .classes .class .stats {
  margin-left: auto;
  display: flex;
}
.bf1-profile .profile-main .classes .class .stats .stat {
  width: 100px;
  text-align: right;
  margin-right: 8px;
}
.bf1-profile .profile-main .classes .class .stats .stat .name {
  color: #f17f1a;
}
.bf1-profile .profile-main .classes .class .stats .stat .value {
  font-size: 1.2em;
}
.bf1-profile .profile-main .classes .class .stats .stat .rank {
  font-size: .8em;
  text-transform: none !important;
}
.bf1-profile .profile-main .classes .class .stats .stat .rank .percentile-bar {
  float: right;
}
.bf1-profile .profile-main .classes .class .stats .stat:last-child {
  margin-right: unset;
}
.bf1-profile .profile-main .classes .class .top {
  display: flex;
}
.bf1-profile .profile-main .classes .class .top .top-item {
  width: 70px;
  margin-left: 16px;
  text-align: center;
}
.bf1-profile .profile-main .classes .class .top .top-item img {
  width: 100%;
}
.bf1-profile .profile-main .classes .class .top .top-item span {
  font-size: .8em;
  white-space: nowrap;
}
.bf1-profile .profile-main .classes .class .top .top-item:last-child {
  margin-right: unset;
}
.bf1-profile .profile-main .classes .class:last-child {
  border-bottom: unset;
}
.bf1-profile .profile-main .medals {
  padding: 0;
}
.bf1-profile .profile-main .medals .medal {
  display: flex;
  border-bottom: 1px dashed rgba(40, 40, 40, 0.5);
  padding: 8px;
}
.bf1-profile .profile-main .medals .medal .img {
  width: 100px;
}
.bf1-profile .profile-main .medals .medal .img img {
  width: 100%;
}
.bf1-profile .profile-main .medals .medal .details {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
}
.bf1-profile .profile-main .medals .medal .details .title {
  font-size: 1.3em;
  color: #f17f1a;
}
.bf1-profile .profile-main .medals .medal .stages {
  width: 40%;
  margin-left: auto;
}
.bf1-profile .profile-main .medals .medal .stages .stage .status {
  color: #f17f1a;
}
.bf1-profile .profile-main .medals .medal:last-child {
  border-bottom: unset;
}
.bf1-profile .profile-main .dogtags {
  padding: 0;
}
.bf1-profile .profile-main .dogtags .dogtag {
  display: flex;
  border-bottom: 1px dashed rgba(40, 40, 40, 0.5);
  padding: 8px;
  justify-content: space-between;
}
.bf1-profile .profile-main .dogtags .dogtag.unlocked .img {
  filter: unset;
  -webkit-filter: unset;
  opacity: 1;
}
.bf1-profile .profile-main .dogtags .dogtag.unlocked .details {
  opacity: 1;
}
.bf1-profile .profile-main .dogtags .dogtag.unlocked .details small {
  display: none;
}
.bf1-profile .profile-main .dogtags .dogtag .img {
  width: 75px;
  text-align: center;
  filter: grayscale();
  -webkit-filter: grayscale();
  opacity: .5;
}
.bf1-profile .profile-main .dogtags .dogtag .img img {
  width: 100%;
}
.bf1-profile .profile-main .dogtags .dogtag .details {
  flex-basis: 0;
  flex-grow: 1;
  padding-left: 8px;
  opacity: .6;
}
.bf1-profile .profile-main .dogtags .dogtag .details .title {
  font-size: 1.3em;
  color: #f17f1a;
}
.bf1-profile .profile-main .dogtags .dogtag .stats {
  margin-left: auto;
  display: flex;
  align-self: center;
}
.bf1-profile .profile-main .dogtags .dogtag .stats .stat {
  width: 100px;
  text-align: right;
}
.bf1-profile .profile-main .dogtags .dogtag .stats .stat .name {
  color: #f17f1a;
}
.bf1-profile .profile-main .dogtags .dogtag .stats .stat .value {
  font-size: 1.2em;
}
.bf1-profile .profile-main .dogtags .dogtag .stats .stat:first-child {
  margin-right: 16px;
}
.bf1-profile .profile-main .dogtags .dogtag:last-child {
  border-bottom: unset;
}
.bf1-profile .profile-main .codex-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bf1-profile .profile-main .codex-list .codex {
  width: 33%;
  height: 100px;
}
.bf1-profile .profile-main .codex-list .codex .background {
  width: 100%;
  height: 100px;
}
.bf1-profile .profile-main .stats-large {
  display: flex;
  flex-wrap: wrap;
}
.bf1-profile .profile-main .stats-large .stat {
  width: 25%;
  text-transform: uppercase;
  padding: 8px;
}
.bf1-profile .profile-main .stats-large .stat .name {
  color: #f17f1a;
  line-height: 1;
  font-size: 1em;
}
.bf1-profile .profile-main .stats-large .stat .name .leaderboard-link {
  display: inline-block;
  margin-top: 2.5px;
  vertical-align: top;
}
.bf1-profile .profile-main .stats-large .stat .value {
  font-size: 1.35em;
}
.bf1-profile .profile-main .stats-large .stat .rank {
  font-size: .75em;
  text-transform: none !important;
}
.bf1-profile .profile-main .items {
  text-align: center;
}
.bf1-profile .profile-main .items th {
  text-align: right;
}
.bf1-profile .profile-main .items td {
  font-size: 1.2em;
}
.bf1-profile .profile-main .items .details-img img {
  width: 100%;
  min-width: 50px;
}
.bf1-profile .profile-main .items .details {
  text-align: left;
}
.bf1-profile .profile-main .items .details .title {
  color: #f17f1a;
}
.bf1-profile .profile-main .items .details .title a {
  font-size: .7em;
}
.bf1-profile .profile-main .items .details .subtitle {
  font-size: .8em;
}
.bf1-profile .profile-main .items .details .service-rank {
  font-size: 15px;
  line-height: 15px;
}
.bf1-profile .profile-main .items .details .service-rank img {
  width: 15px;
  height: 15px;
  margin-top: 4px;
  vertical-align: top;
}
.bf1-profile .profile-main .items .stat {
  vertical-align: top;
  text-align: right;
}
.bf1-profile .profile-main .items .stat .value {
  font-size: 1.1em;
}
.bf1-profile .profile-main .items .stat .rank {
  font-size: .65em;
}
.bf1-profile .profile-main .items .stat .rank .rank-value {
  display: block;
}
.bf1-profile .profile-main .items .stat .rank .percentile-bar {
  float: right;
  min-width: 75px;
}
.bf1-profile .profile-main .overview-row {
  display: flex;
  clear: both;
}
.bf1-profile .profile-main .overview-row.large-wrap {
  flex-wrap: wrap;
}
.bf1-profile .profile-main .overview-row .column-modes {
  width: 45%;
}
.bf1-profile .profile-main .overview-row .column-vehicles {
  width: 55%;
}
.bf1-profile .profile-main .overview-row .column-rounds,
.bf1-profile .profile-main .overview-row .column-kits {
  width: 100%;
}
.bf1-profile .profile-main .overview-row .column-modes,
.bf1-profile .profile-main .overview-row .column-vehicles,
.bf1-profile .profile-main .overview-row .column {
  margin-right: 8px;
}
.bf1-profile .profile-main .overview-row .column-modes:last-child,
.bf1-profile .profile-main .overview-row .column-vehicles:last-child,
.bf1-profile .profile-main .overview-row .column:last-child {
  margin-right: unset;
}
.bf1-profile .profile-main .overview-row .column-rounds:last-child,
.bf1-profile .profile-main .overview-row .column-kits:last-child {
  margin-right: unset;
}
.bf1-profile .profile-main .percentile-bar {
  position: relative;
  height: 2px;
  width: 100%;
  max-width: 75px;
  background: #424242;
  margin: 3px 0;
}
.bf1-profile .profile-main .percentile-bar > div {
  position: absolute;
  margin: -2px 0 0 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f17f1a;
}
.bf1-profile .additional {
  display: flex;
}
.bf1-profile .additional .additional-content {
  width: 100%;
}
.bf1-profile .additional .additional-content .card-table-container {
  width: 100%;
}
.bf1-profile .additional .additional-ad {
  display: flex;
  justify-content: flex-end;
  min-width: 168px;
  max-width: 168px;
}
@media (max-width: 1199px) {
  .bf1-profile .player-general .current-rank {
    max-width: 75px;
  }
  .bf1-profile .profile-main {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .bf1-profile .profile-main .aside {
    width: 100%;
    margin: unset;
    order: 1;
  }
  .bf1-profile .profile-main .classes .class .img {
    width: 100px;
  }
  .bf1-profile .profile-main .classes .class .details .title {
    font-size: 1.2em;
  }
  .bf1-profile .profile-main .classes.vehicles .class .details {
    min-width: 200px;
  }
  .bf1-profile .profile-main .overview-row.large-wrap {
    flex-wrap: unset;
  }
  .bf1-profile .profile-main .overview-row .column-rounds,
  .bf1-profile .profile-main .overview-row .column-kits {
    width: 50%;
  }
  .bf1-profile .profile-main .overview-row .column-rounds:not(:last-child),
  .bf1-profile .profile-main .overview-row .column-kits:not(:last-child) {
    margin-right: 8px;
  }
  .bf1-profile .profile-main .overview-row .column-kits {
    margin-right: 8px;
  }
}
@media (max-width: 999px) {
  .bf1-profile .additional {
    flex-direction: column;
  }
}
@media (max-width: 770px) {
  .profile-header .top-bit .info .name small {
    display: block;
  }
  .bf1-profile .player-general {
    flex-direction: column;
  }
  .bf1-profile .player-general .current-rank {
    flex-basis: unset;
    flex-grow: unset;
    margin: 0;
    align-self: center;
  }
  .bf1-profile .player-general .data {
    flex-basis: unset;
    flex-grow: unset;
    margin-right: 0;
    flex-direction: column-reverse;
  }
  .bf1-profile .player-general .data .stats {
    flex-wrap: wrap;
  }
  .bf1-profile .player-general .data .stats .stat {
    width: 33%;
  }
  .bf1-profile .profile-main .aside {
    width: 100%;
    margin: unset;
  }
  .bf1-profile .profile-main .classes .class .img {
    width: 100px;
  }
  .bf1-profile .profile-main .classes .class .details .title {
    font-size: 1.2em;
  }
  .bf1-profile .profile-main .medals .medal {
    display: block;
    flex-wrap: wrap;
  }
  .bf1-profile .profile-main .medals .medal .img {
    width: 100px;
    display: inline-block;
  }
  .bf1-profile .profile-main .medals .medal .img img {
    width: 100%;
  }
  .bf1-profile .profile-main .medals .medal .details {
    display: inline-block;
    vertical-align: top;
  }
  .bf1-profile .profile-main .medals .medal .details .title {
    font-size: 1.3em;
    color: #f17f1a;
  }
  .bf1-profile .profile-main .medals .medal .stages {
    width: unset;
  }
  .bf1-profile .profile-main .dogtags .dogtag .details .title small {
    display: inline-block;
    color: #ccc !important;
    font-size: .7em;
  }
  .bf1-profile .profile-main .dogtags .dogtag .stats {
    display: none;
  }
  .bf1-profile .profile-main .overview-row {
    flex-wrap: wrap;
  }
  .bf1-profile .profile-main .overview-row.large-wrap {
    flex-wrap: wrap;
  }
  .bf1-profile .profile-main .overview-row .column-rounds,
  .bf1-profile .profile-main .overview-row .column-kits,
  .bf1-profile .profile-main .overview-row .column-modes,
  .bf1-profile .profile-main .overview-row .column-vehicles {
    width: 100%;
    margin: unset;
  }
  .bf1-profile .profile-main .stats-large .stat {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .bf1-profile .player-general .data .stats .stat {
    width: 50%;
  }
  .bf1-profile .stats-large .stat {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .bf1-profile .profile-main {
    display: block;
  }
}
.bf1-leaderboards .leaderboard-table .lb-profile {
  display: flex;
  align-items: center;
}
.bf1-leaderboards .leaderboard-table .lb-profile .player {
  margin-left: 10px;
  margin-bottom: 8px;
}
.bf1-leaderboards .leaderboard-table .lb-profile .player .player-class {
  display: block;
}
.bf1-leaderboards .leaderboard-table .lb-profile .icons {
  margin-left: auto;
  position: relative;
}
.bf1-leaderboards .leaderboard-table .top3 {
  font-size: 1.4em;
}
.bf1-leaderboards .leaderboard-filter .card-body {
  padding-top: 0;
}
.bf1-insights {
  display: flex;
}
.bf1-insights .left-column {
  width: 66%;
  flex-basis: 0;
  flex-grow: 1;
  margin-right: 8px;
}
.bf1-insights .right-column {
  width: 33%;
}
@media (max-width: 1200px) {
  .bf1-insights {
    display: block;
  }
  .bf1-insights .right-column {
    width: 100% !important;
  }
  .bf1-insights .left-column {
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  .page {
    flex-direction: column;
  }
  .page .page-content,
  .page .page-aside {
    width: 100%;
    max-width: unset !important;
  }
}
.server-list .server {
  transition: background ease .1s;
}
.server-list .server .image {
  min-width: 100px;
  width: 100px;
  padding: 0;
}
.server-list .server .image img {
  width: 100%;
}
.server-list .server .name {
  color: #f17f1a;
  display: block;
}
.server-list .server .subtitle {
  color: #ababab;
}
.server-list .server:hover {
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.server-page h2 {
  font-size: 2em;
}
.server-page .server-header {
  display: flex;
  margin-bottom: 8px;
}
.server-page .server-header .image {
  width: 250px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.server-page .server-header .image img {
  width: 100%;
}
.server-page .server-header .details {
  flex-basis: 0;
  flex-grow: 1;
  margin-left: 8px;
  background: #212121;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
.server-page .server-header .details .title {
  background: rgba(0, 0, 0, 0.5);
  padding: 8px;
  width: 100%;
  margin: 0;
}
.server-page .server-header .details .title .title-string {
  display: inline-block;
  max-width: calc(100% - 60px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.server-page .server-header .details .title .badges {
  float: right;
  display: flex;
  align-items: center;
}
.server-page .server-header .details .title .badges > * {
  margin-right: 8px;
}
.server-page .server-header .details .title .badges > *:last-child {
  margin: unset;
}
.server-page .server-header .details .title .badges .flag {
  height: 28px;
}
.server-page .server-header .details .description {
  padding: 8px;
  margin: 0;
}
.server-page .server-header .details .quick-info {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.server-page .server-header .details .quick-info .name {
  line-height: 1;
  font-size: 1.1em;
  display: block;
  color: #f17f1a;
}
.server-page .server-header .details .quick-info .value {
  color: #fff;
  display: block;
  font-size: 2em;
  line-height: 1;
}
.server-page .server-header .details .quick-info .value small {
  font-size: .6em;
}
.server-page .settings {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.server-page .settings .group {
  padding: 0;
  width: calc(25% - 6px);
  margin-bottom: 8px;
}
.server-page .settings .group .val {
  width: 45px;
  text-align: center;
  text-transform: uppercase;
}
.server-page .rotation .map {
  display: inline-block;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  width: calc(25% - 9px);
  margin-bottom: 8px;
  margin-left: 8px;
}
.server-page .rotation .map img {
  width: 100%;
}
.server-page .rotation .map .name {
  bottom: 0;
  position: absolute;
  padding: 8px;
  color: #f17f1a;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  width: 100%;
}
.server-page .rotation .map:first-child,
.server-page .rotation .map:nth-child(5n+5) {
  margin-left: unset;
}
@media (max-width: 991px) {
  .server-page .server-header {
    display: block;
    flex-direction: column-reverse;
  }
  .server-page .server-header .image {
    display: none;
  }
  .server-page .server-header .details {
    width: 100%;
    flex-basis: unset;
    margin: 0;
  }
  .server-page .server-header .details .quick-info {
    padding: 16px 0;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .server-page .server-header .details .quick-info div {
    width: 35%;
  }
  .server-page .server-header .details .quick-info div:nth-child(1),
  .server-page .server-header .details .quick-info div:nth-child(2) {
    margin-bottom: 8px;
  }
  .server-page .settings .group {
    width: calc(50% - 4px);
  }
  .server-page .rotation .map {
    width: calc(50% - 9px);
  }
  .server-page .rotation .map:nth-child(even) {
    margin-left: 8px;
  }
  .server-page .rotation .map:first-child,
  .server-page .rotation .map:nth-child(odd) {
    margin-left: unset;
  }
}
@media (max-width: 600px) {
  .server-page .server-header {
    flex-direction: column-reverse;
  }
  .server-page .server-header .image {
    width: 100%;
    margin-bottom: 8px;
    display: block;
  }
  .server-page .server-header .title-string {
    font-size: .8em;
    line-height: 1em;
    vertical-align: middle;
  }
  .server-page .server-header .details {
    width: 100%;
    flex-basis: unset;
    margin: 0;
  }
  .server-page .server-header .details .quick-info {
    padding: 16px 0;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .server-page .server-header .details .quick-info div {
    width: 35%;
  }
  .server-page .server-header .details .quick-info div:nth-child(1),
  .server-page .server-header .details .quick-info div:nth-child(2) {
    margin-bottom: 8px;
  }
  .server-page .settings .group {
    width: calc(50% - 4px);
  }
  .server-page .rotation .map {
    width: calc(50% - 9px);
  }
  .server-page .rotation .map:nth-child(even) {
    margin-left: 8px;
  }
  .server-page .rotation .map:first-child,
  .server-page .rotation .map:nth-child(odd) {
    margin-left: unset;
  }
}
@media (max-width: 475px) {
  .server-page .server-header {
    flex-direction: column-reverse;
  }
  .server-page .server-header .title-string {
    font-size: .6em;
  }
  .server-page .server-header .details .quick-info {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .server-page .server-header .details .quick-info div {
    width: 35%;
  }
  .server-page .server-header .details .quick-info div:nth-child(1),
  .server-page .server-header .details .quick-info div:nth-child(2) {
    margin-bottom: 8px;
  }
  .server-page .settings .group {
    width: 100%;
  }
  .server-page .rotation .map {
    width: 100%;
    margin: 0 0 8px 0 !important;
  }
}
.match-page .match-header {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.match-page .match-header .overlay {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.9)), color-stop(1, rgba(0, 0, 0, 0.2)));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2));
  background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.2) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
}
.match-page .match-header .match-info {
  position: relative;
  padding: 25px;
  height: 250px;
}
.match-page .match-header .match-info .activity-details .map-name {
  color: #fff;
  font-size: 3em;
  margin: 0;
  font-weight: normal;
}
.match-page .match-header .match-info .activity-details .map-name small {
  color: rgba(255, 255, 255, 0.7);
}
.match-page .match-header .match-info .activity-details .type,
.match-page .match-header .match-info .activity-details .date {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5em;
}
.match-page .match-attributes {
  margin-bottom: 8px;
}
.match-page .match-attributes .stats {
  display: flex;
  padding: 8px;
  flex-wrap: wrap;
}
.match-page .match-attributes .stats .stat {
  flex-grow: 1;
  flex-basis: 0;
  font-size: 17px;
  min-width: 150px;
}
.match-page .match-attributes .stats .stat .value {
  color: #fff;
  font-size: 1.35em;
  line-height: 1.3em;
}
.match-page .match-attributes .stats .stat .name {
  line-height: 1;
  font-size: 1em;
  color: #f17f1a;
}
.match-page .match-teams .team .card-heading {
  display: flex;
}
.match-page .match-teams .team .card-heading .additional-info {
  margin-left: auto;
}
.match-page .match-teams .team .card {
  padding: 0;
}
.match-page .match-teams .team .team-players {
  padding: 0;
}
.match-page .match-teams .team .card-player-container {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
}
.match-page .match-teams .team .player {
  min-width: 666px;
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid rgba(55, 55, 55, 0.2);
  overflow: hidden;
}
.match-page .match-teams .team .player.active {
  background-color: rgba(241, 127, 29, 0.2);
}
.match-page .match-teams .team .player.open,
.match-page .match-teams .team .player:hover {
  background: rgba(66, 66, 66, 0.2);
}
.match-page .match-teams .team .player .player-header {
  display: flex;
  padding: 8px;
  cursor: pointer;
  transition: background ease-in-out 0.15s;
}
.match-page .match-teams .team .player .player-header .player-info {
  display: flex;
  min-width: 200px;
}
.match-page .match-teams .team .player .player-header .player-info .player-rank {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
}
.match-page .match-teams .team .player .player-header .player-info .player-rank img {
  width: 35px;
}
.match-page .match-teams .team .player .player-header .player-info div {
  margin-left: 10px;
}
.match-page .match-teams .team .player .player-header .player-info div .player-name {
  font-size: 1.5em;
  display: block;
}
.match-page .match-teams .team .player .player-header .player-info div .player-subline {
  color: rgba(255, 255, 255, 0.6);
}
.match-page .match-teams .team .player .player-header .quick-stats {
  margin-left: auto;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.match-page .match-teams .team .player .player-header .quick-stats .stat {
  width: 90px;
  text-align: right;
}
.match-page .match-teams .team .player .player-header .quick-stats .stat .value {
  font-size: 1.3em;
  color: #fff;
}
.match-page .match-teams .team .player .player-header .quick-stats .stat .name {
  color: #f17f1a;
}
.match-page .match-teams .team .player .player-details {
  overflow: hidden;
  background: padding-box rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.2);
  transition: border-color ease-in-out 0.15s;
  border: 8px solid transparent;
  border-top: 0;
  cursor: auto;
  padding: 8px;
}
.match-page .match-teams .team .player .player-details .stats {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  background: #212121;
}
.match-page .match-teams .team .player .player-details .stats .stat {
  font-size: 15px;
  padding: 8px;
  width: 33%;
  min-width: 33%;
}
.match-page .match-teams .team .player .player-details .stats .stat .value {
  color: #fff;
  font-size: 1.35em;
  line-height: 1.3;
}
.match-page .match-teams .team .player .player-details .stats .stat .name {
  color: #f17f1a;
  line-height: 1;
  font-size: 1em;
}
.match-page .match-teams .team .player .player-details .card-table .details .title {
  color: #f17f1a;
}
.match-page .match-teams .team .player .player-details .card-table .details .title small {
  color: rgba(255, 255, 255, 0.6);
  display: block;
}
.match-page .match-teams .team .player .player-details-container {
  transition: height ease-in 0.2s;
}
.match-page .match-teams .team .player:last-child {
  border-bottom: none;
}
.bf1-profile .matches {
  padding: 0;
}
.bf1-profile .matches .match {
  padding: 8px;
  display: flex;
  text-decoration: none;
  transition: background ease-in-out 0.15s;
}
.bf1-profile .matches .match:hover {
  background: rgba(255, 255, 255, 0.1);
}
.bf1-profile .matches .match .img {
  width: 100px;
  height: 50px;
  background-size: cover;
}
.bf1-profile .matches .match .details {
  margin-left: 8px;
}
.bf1-profile .matches .match .details .title {
  font-size: 1.2em;
}
.bf1-profile .matches .match .details .description {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.35em;
}