body {
  background: #fff;
}
body.splash {
    background: #272f4b;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 0px;
    height: 100%;
}
.lite-hero {
  margin-top: 20%;
  text-align: center;
}
.lite-hero h1 {
  font-size: 32px;
}

.view-badge {
    padding: .55em .9em;
}

.header-bolt {
background-image: url(../img/fhr.png)!important;
background-repeat: no-repeat!important;
background-position: right center!important;
}
.discord-modal {
  margin-top: 100px;
}
.discord-modal .modal-body {
      padding: 50px 50px;
}

.c-offcanvas {
  left: 0;
  padding: 1rem;
  overflow-y: scroll;
}

.js-offcanvas a {
   color: #337ab7;
   outline: 0;
}

.badge-nav-trans {
    display: inline-block;
    padding: .55em .8em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background-color: rgba(255,255,255,0.1);
}
.fa-fire {
    color: #dc3545;
}
.badge-nav-trans i {
    opacity: 0.4;
}
.js-offcanvas .dropdown-menu {
  position:relative;
  border:none;
}
.login {
    min-height: 600px;
}
.list-group-item.active {
    background-color: #28a745;
    border-color: #28a745;
}
td .thumb img {
    max-width: 30px;
    border-radius: 4px;
    margin-right: 10px;
    border: 1px solid #eee;
    padding: 5px;
    background: #f7f7f7;
}
.login h3 {
    color: #fff;
    font-size: 21px;
}
.login p {
    color: rgba(255,255,255,0.5);
}

td {
    padding: 20px!important;
    border-top: 1px solid #ddd!important;
}
.profile-hero .badge {
    text-transform: uppercase;
}
.card-header.solo-header {
    background: #28a745;
    color: #fff;
    border: 0px;
    padding: 1em 1.25em;
}
.card-header.duo-header {
    background: #007bff;
    color: #fff;
    border: 0px;
    padding: 1em 1.25em;
}
.card-header.squad-header {
    background: #ce671d;
    color: #fff;
    border: 0px;
    padding: 1em 1.25em;
}
.card-header.total-header {
    padding: 1em 1.25em;
}

.percentile-bar {
    height: 0.3rem;
}
.profile-bar {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    background: #fff;
}
.update-link a {

}
.navbar {
    padding: 20px 0;
}
.navbar input.form-control.mr-sm-2 {
    box-shadow: none;
    border: 0;
    background: rgba(255,255,255,0.1);
}
.navbar input.form-control.mr-sm-2::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}
.navbar .form-inline {
    margin: 0;
}
.platform-select {
    max-width: 100px!important;
    height: 48px!important;
}
.page-title {
    background: #ffffff;
    padding: 15px 0;
    color: #313131;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.page-title h1 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 5px 0;
}
.navbar-brand img {
    width: 30px;
}
.player i {
    color: rgba(0,0,0,0.2)!important;
    font-weight: 400;
    margin-right: 5px;
}
.bg-dark {
    background-color: #272b38!important;
}
.stats-profile .card {
    margin-bottom: 20px;
}
.hero {
    background: #272b38 url(../img/bo4.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 10px 0 40px 0;
    text-align: center;
}
.hero .navbar {
    margin-bottom: 40px;
}
.profile-hero {
    background: #272b38;
    padding: 50px 0;
}
.profile-hero h1 {
    color: #fff;
    font-size: 1.5rem;
}
.profile-hero p {
    color: rgba(255,255,255,0.6);
}
.buttons {
    width: 600px;
    margin: 20px auto;
}
.hero h1 {
    color: #fff;
    font-weight: 400;
}
.notificaion-bar {
    text-align: center;
    color: rgba(255,255,255,0.7);
    padding: 5px 0;
    background: #ff6b00;
    font-size: 14px;
}
.notificaion-bar strong {
    color: #fff;
}
.hero p {
    color: rgba(255,255,255,0.7);
    font-size: 18px;
}
.hero .input-group {
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.featured-players .badge-secondary {
  padding: 8px 15px;
    color: #fff;
    background-color: rgba(255,255,255,0.1);
    border-radius: 21px;
    text-transform: none;
}
.featured-players .badge-secondary i {
    color: #4297f3;
}
.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child)>.btn, .input-group-btn:not(:first-child)>.btn-group>.btn, .input-group-btn:not(:first-child)>.dropdown-toggle, .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn, .input-group-btn:not(:last-child)>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.index-bar {
    background: #2a2d2f;
    text-align: center;
    padding: 20px 0;
}
.index-bar:hover {
  background: #2a2d2f;
}
.index-bar h5 {
    color: #ffffff;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
}
a.giveaway-bar:hover {
    text-decoration: none!important;
}
.giveaway-bar i {
    color: #f1bb1f;
    font-size: 15px;
}
.giveaway-bar span {
    color: rgba(255,255,255,0.7);
    font-weight: 400;
    border-bottom: 2px solid rgba(255,255,255,0.2);
}
.card-search h2 {
  font-size: 1.5rem;
}
.container.content {
    padding: 30px 15px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.7);
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}
div.rank {
    width: 40px;
    display: inline-block;
    margin-right: 20px;
}
.site-about {
  background: #272b38 url(../img/bo4.png);
  background-size: cover;
  background-attachment: : fixed;
  color: #fff;
   padding: 60px;
}
.site-about p {
  color: rgba(255,255,255,0.7);
}
.site-about h2 {
    font-size: 1.5rem;
}
.profile-bar i {
    color: rgba(0,0,0,0.6);
}

footer {
      border-top: 1px solid #eee;
    background: #fff;
    padding: 80px 0 80px;
}
footer hr {
    margin-top: 70px;
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #060e17;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.copyright {
    color: rgba(0,0,0,0.6);
    font-size: 16px;
    line-height: 32px;
}
a.footer-logo {
    color: rgba(0,0,0,1);
    font-size: 21px;
    text-decoration: none;
}
footer p {
    color: rgba(0,0,0,0.7);
    font-size: 16px;
    line-height: 32px;
    padding: 10px 10px 10px 0;
}
footer li a {
    color: rgba(255,255,255,0.7);
    line-height: 28px;
    font-size: 16px;
}

footer li a:hover {
    color: rgba(255,255,255,1);
    text-decoration: none;
}
footer ul li {
    margin-bottom: 5px;
}
footer small a {
    color: #fff;
    text-decoration: none;
}
footer small a:hover {
    color: #fff;
    text-decoration: none;
}
footer .h5, footer h5 {
    font-size: 1.25rem;
    margin-bottom: 20px;
}
.discord-footer {
    background: #611db2;
    padding: 50px 0;
    text-align: center;
    font-size: 21px;
    color: #fff;
}
.discord-footer p {
  padding: 0px;
  margin: 0px;
}
.sidebar-select {
    padding-bottom: 0px;
}
.select-body {
  padding: 0.7rem;
}
.table {
  background-color: #fff;
}
.verified-icon {
    width: 16px;
    height: 18px;
    margin-top: -2px;
}
.verified-icon-white {
    width: 21px;
    margin-right: 5px;
}
.player-row a {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}
.table-responsive {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
}
.table thead th {
    border-bottom: 1px solid #dee2e6;
    padding: 15px;
    font-weight: 400;
    background: rgba(0,0,0,.03);
}
.table th {
    border-top: 0px;
}
img.hero-avatar {
    border-radius: 210px;
    width: 50px;
    background: #fff;
    padding: 2px;
    margin-right: 15px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.6);
    border: 1px solid #ddd;
}
img.hero-avatar:hover {
    margin-top: -5px;
    border: 1px solid #aaa;
}
footer a.navbar-brand {
    color: #3c3c3c;
}
.rank-1, .rank-2, .rank-3 {

}
.rank-1 i, .rank-2 i, .rank-3 i {
}
.rank-1 .rank, .rank-2 .rank, .rank-3 .rank {
   font-weight: 600;
}
.rank-1 .rank {
  background: #f99025;
}
.rank-2 .rank {
  background: #adadad;
}
.rank-3 .rank {
  background: #bb8578;
}
.ad-zone {
  background: rgba(0,0,0,0.05);
  padding: 15px 0;
  margin: 10px 0;
  border-radius: 4px;
}
.btn-icon {
    padding: 8px;
}
.btn-icon i {
      font-size: 18px;
}
.btn-purple {
    color: #fff;
    background-color: #611db2;
    border-color: #611db2;
}
.btn-purple:hover {
    color: #fff;
    background-color: #49118c;
    border-color: #49118c;
}
.btn-discord {
  color: #fff;
  background-color: #7289da;
  border-color: #7289da;
}
.btn-discord:hover {
  color: #fff;
  background-color: #6177c5;
  border-color: #6177c5;
}
.btn-first {
  margin-right: 5px;
}
#off-canvas {
  display: none;
}
.weapon-card {
    padding: 10px;
    max-width: 100%;
    height: auto;
    border-radius: 0px;
}
.weapon-card img {
  width: 95%;
}
.rarity-Legendary {
    background: radial-gradient(#d37841,#78371d);
    border: 3px solid #e98d4b;
    overflow: hidden;
}
.rarity-Epic {
    background: radial-gradient(#b15be2,#4b2483);
    border: 3px solid #e95eff;
    overflow: hidden;
}
.rarity-Rare {
    background: radial-gradient(#49acf2,#143977);
    border: 3px solid #37d1ff;
    overflow: hidden;
}
.rarity-Uncommon {
    background: radial-gradient(#60aa3a,#175117);
    border: 3px solid #87e339;
    overflow: hidden;
}
.rarity-Common {
    background: radial-gradient(#bebebe,#646464);
    border: 3px solid #b1b1b1;
    overflow: hidden;
}
.weapon-overlay {
  padding: 0px;
}
#itemmeta {
    background: rgba(0,0,0,.35);
    width: 100%;
    bottom: 0;
    position: absolute;
    padding: 10px 15px;
}
#itemmeta h4 {
  font-size: 12px;
color: #fff;
margin: 0px;
}
#itemmeta p {
  font-size: 11px;
color: rgba(255,255,255,0.7);
margin: 0px;
}
.mini-hero {
    padding: 70px 0 80px 0;
    background-image: none;
}
.mini-hero h1 {
  font-size: 2rem;
}
.mini-hero .buttons {
  width: 500px;
}
.mini-hero input {
  height: 50px;
}
.hero-single .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
}
.hero-single .img img {
    width: 65px;
    height: 65px;
}
.hero-single .user-info {
    position: relative;
    padding-left: 90px;
}
.btn-lang {
    color: #212529;
    background-color: rgba(255,255,255,0.1);
    border-color: transparent;
    padding: 0px 9px;
}

/* New buttons */

.btn {
  border: 0px;
}
.hero-buttons .btn i {
    font-size: 14px;
    margin-right: 5px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1.5rem;
    border-radius: .2rem;
    font-size: 1rem;
}
.btn-blurple{
    color:#fff;
    background-color:#7289DA;
}
.btn-blurple:hover{
    color:#fff;
    background-color:#6378c3;
}
.btn-purple {
    color: #fff;
    background-color: #611db2;
}
.btn-purple:hover{
    color:#fff;
    background-color:#49118c;
}
.btn-yellow{
    color:#111;
    background-color:#f9cf30;
}
.btn-yellow:hover{
    color:#222;
    background-color:#e4bb20;
}

/* Heros */
.hero-inner {
  max-width: 600px;
  margin: 0 auto;
}
.hero-buttons {
    padding: 40px 0;
    text-align: center;
}
.hero-content {
  text-align: center;
  margin-bottom: 20px;
}
.hero h1 {
    color: #fff;
    font-weight: 400;
}
.hero p {
    color: rgba(255,255,255,0.7);
    font-size: 18px;
}
/* Sheen Animation */

.sheen {
  position: relative;
 overflow: hidden;
}
.sheen:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 220%;
  height: 220%;
  opacity: 0;
  transform: rotate(10deg);

  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

.sheen:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

.sheen:active:after {
  opacity: 0;
}

/* Form overrides */

.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child)>.btn, .input-group-btn:not(:first-child)>.btn-group>.btn, .input-group-btn:not(:first-child)>.dropdown-toggle, .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn, .input-group-btn:not(:last-child)>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.hero-inner .input-lg {
    height: 55px!important;
    border: 0px;
}
.hero-inner .input-group-btn input {
    height: 55px!important;
}
.platform-select {
    max-width: 100px!important;
    border-left: 1px solid #eee!important;
}




.mobile-dipslay {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 750px) {
  .mobile-display {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
  .user-info {
    text-align: center;
  }
  .hero-single .user-info {
    position: initial;
    padding-left: 0px;
}
.hero-single .img {
    position: initial;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    margin: 10px auto;
    overflow: hidden;
}
.profile-hero {
    background-image: none;
    padding: 20px 0;
}
.update-link {
    margin: 0 auto;
}
  .hero h1 {
    font-size: 21px;
}
.hero p {
    font-size: 16px;
}
.hero {
    padding: 0px 0 50px 0;
}
.hero .navbar {
    margin-bottom: 40px;
}
.hero-button {
  width: 100%;
  display: block;
  margin-top: 10px;
  visibility: visible;
}
.hero-button .btn {
  width: 100%;
  border-radius: 4px!important;
}
select.form-control.input-lg.platform-select {

    border-radius: 0 4px 4px 0;
}
.buttons {
    width: 100%;
    margin: 20px auto;
}
.container.content {
    padding: 50px 15px;
}
.col-sm-4 {
  width: 45%;
}
.col-md-2.col-sm-6.col-xs-6.weapon-row {
  width: 49%;
}
div.rank {
    width: auto;
    display: inline-block;
    margin-right: 0px;
}
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}
.stats-profile {
  margin-top: 10px;
}
td.player {
    max-width: 300px;
    min-width: 280px;
}
aside#off-canvas {
    background: #111;
    overflow: hidden;
}
.js-offcanvas a {
    color: rgba(255,255,255,0.7);
    outline: 0;
}
.off-canvas-description {
    padding: 15px;
    background: #000;
    border-radius: 4px;
    color: rgba(255,255,255,0.4);
    font-size: 14px;
    margin: 10px 0;
}
a.btn.btn-discord.btn-icon {
    width: 100%;
    margin-top: 20px;
    color: #fff;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #222;
    padding: 10px 0;
}

.mini-hero .buttons {
    width: 100%;
}
.mini-hero h1 {
    font-size: 1.5rem;
}
}
a#update.btn-success, a#update.btn-danger, a#update.btn-success i, a#update.btn-danger i {
  color: #fff;
}
a.updated, a.addfriend {
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fafafa;
}
#getstats {
    padding: 15.5px 20px;
}
.suggest-items {
    width: 100%;
    padding: 15px 5px;
}
.suggest-items .dropdown-item {
    border-radius: 4px;
}
.suggest-items .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #28a745;
}
