/*
 Theme Name:   Bam Child Theme
 Description:  Bam  Child Theme
 Author:       Oleksandr Mishchuk
 Template:     bam
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  bam
*/
body, html {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
footer {
    margin-top: auto !important;
}
#start_page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#site-header-inner {
    display: none;
}
#page {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 100%;
}
div.small_screen {
    display: none !important;
}
div.big_screen {
    display: block !important;
}
ul.topbar_language_ul {
    display: flex;
    list-style: none;
    margin: 0;
}
ul.topbar_language_ul li {
    margin-left: 2px;
}
.player_stats {
    display: flex;
    flex-direction: column;
    padding: 0px 40px 40px;
    background: url('https://2f2baa.claudeassets.com/20250331203850im_/https://clash-royale-follower.com/wp-content/themes/bam-child/images/background-stats.png');
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
    background-color: #151515;
    background-attachment: fixed;
}
.player_stats__goblin {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}
.player_stats__form_container {
    display: flex;
    flex-direction: column;
    position: relative;
    top: -11.5px;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 5px 5px 15px 5px #000000;
    box-shadow: 5px 5px 15px 5px #000000;
}
.player_stats__title_container {
    padding: 2px 20px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    background-color: #022e6b;
}
.player_stats__input-group_container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 80px;
}
.player_stats__input-group {
    display: flex;
    justify-content: center;
    align-items: center;
}
.player_stats__input-container {
    position: relative;
    flex: .5;
}
.player_stats__input-container i{
    color: #8e8e8e !important;
}
.player_stats__input {
    height: 50px;
    display: flex;
    border: none !important;
    border-bottom: 3px solid #d6d6d6 !important;
    width: 100%;
    background-color: whitesmoke;
    margin: 0;
    color: #8e8e8e !important;
    padding-left: 15px !important;
    font-size: 19px;
    border-radius: 10px;
}
.player_stats__input-btn {
    display: flex;
    height: 50px;
    width: 50px;
    border: none !important;
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    background-color: whitesmoke;
    z-index: 3;
    border-radius: 0;
    border-bottom: 3px solid #d6d6d6 !important;
    transition-duration: .3s;
    padding: 0;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.player_stats__input-btn:hover {
    background-color: #cdcdcd !important;
}
.player_stats__input-btn:active {
    background-color: whitesmoke;
}
.player_stats__input:focus, .player_stats__input-btn:focus, .player_stats__input-btn:active {
    outline: none;
}
.player_stats__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic;
    font-size: 16px;
    color: #c0c0c0;
    padding-left: 12px;
}
.player_stats__input::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
    font-size: 16px;
    color: #c0c0c0;
    padding-left: 12px;
}
.player_stats__input:-ms-input-placeholder { /* IE 10+ */
    font-style: italic;
    font-size: 16px;
    color: #c0c0c0;
    padding-left: 12px;
}
.player_stats__input:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
    font-size: 16px;
    color: #c0c0c0;
    padding-left: 12px;
}
.player_stats__h2 {
    text-align: center;
    color: #ffffff
}
.statistics-h3 {
    font-family: 'supercell';
    font-size: 22px;
    margin-bottom: 0px;
}
._middle {
    font-size: 14px;
}
.player_stats__results_block {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.player_stats__players-info_block {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    flex-wrap: wrap;
    background-image: linear-gradient(to bottom, #001d4b, #04295e, #093572, #0e4287, #114f9c);
}
.player_stats__players-data, .player_stats__league-badge-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.player_stats__players-name-tag {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.player_stats__players-data {
    flex: 1;
}
.player_stats__league-arena-name-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.player_stats__players-data-name, .player_stats__players-arena-name {
    font-family: 'supercell';
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    color: #fbc22c;
}
.player_stats__players-tag {
    font-family: 'supercell';
    font-size: 9px;
    color: #bbdbf6;
}
.player_stats__players-arena-name {
    color: #ffffff;
    font-size: 16px;
}
.player_stats__players-rank-trophy-container {
    display: flex;
    padding: 15px 0;
}
.player_stats__players-rank-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.player_stats__players-level-badge-container {
    width: 50px;
    height: 50px;
    background: url('https://17845e.claudeassets.com/20250331203850im_/https://clash-royale-follower.com/wp-content/themes/bam-child/images/diff/level_badge.png');
    background-size:     contain;
    background-repeat:   no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.player_stats__players-rank-container::after {
    content: '';
    display: block;
    width: 1px;
    height: 75%;
    background-color: #bbdbf6;
    margin-right: 12px;
    margin-left: 12px;
}
.player_stats__clan-trophy-container::before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: #bbdbf6;
    margin-right: 12px;
    margin-left: 12px;
}
.player_stats__players-trophy-container {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.player_stats__clan-trophy-container {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.player_stats__players-trophy-wrap {
    min-width: 115px;
    background-color: #022655;
    border-radius: 8px;
    margin: 0;
    padding: 7px 0px 3px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -25px;
}
.player_stats__clan-trophy-wrap {
    min-width: 80px;
    background: #203958; /* Old browsers */
    background: -moz-linear-gradient(top,  #203958 0%, #203958 47%, #203958 47%, #0d274a 48%, #0d274a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #203958 0%,#203958 47%,#203958 47%,#0d274a 48%,#0d274a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #203958 0%,#203958 47%,#203958 47%,#0d274a 48%,#0d274a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203958', endColorstr='#0d274a',GradientType=0 ); /* IE6-9 */
    border-radius: 8px;
    margin: 0;
    padding: 4px 0px 4px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -10px;
}
.player_stats__clan-trophy {
    color: #e1c3ff;
    text-shadow: 3px 2px 2px #141414;
    font-family: 'supercell';
    font-size: 11px;
}
.player_stats__players-trophy {
    color: #ffff66;
    text-shadow: 3px 2px 2px #141414;
    font-family: 'supercell';
    font-size: 16px;
}
.player_stats__players-trophy-img {
    width: 40px;
    position: relative;
    z-index: 4;
}
.player_stats__players-level {
    font-family: 'supercell';
    font-size: 16px;
    color: #ffffff;
    text-shadow: 3px 2px 2px #141414;
}
.player_stats__league-badge-img {
    width: 100px;
}
.player_stats__league-badge-container {
    justify-content: center;
    align-items: center;
}

.player_stats__players-clan-info-container {
    display: flex;
    align-items: center;
    background: #2e527e; /* Old browsers */
    background: -moz-linear-gradient(top,  #2e527e 0%, #2e527e 46%, #133669 49%, #133669 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #2e527e 0%,#2e527e 46%,#133669 49%,#133669 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #2e527e 0%,#2e527e 46%,#133669 49%,#133669 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e527e', endColorstr='#133669',GradientType=0 ); /* IE6-9 */
    border-radius: 8px;
    border: 1px solid #4383bc;
    position: relative;
    margin-top: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
    left: 8px;
    margin-bottom: 10px;
}
.player_stats__players-clan-name-wrap {
    display: flex;
    flex-direction: column;
    padding-left: 45px;
    padding-right: 10px;
}
.player_stats__players-clan-name {
    font-family: 'supercell';
    font-size: 10px;
    color: #ffffff;
    text-shadow: 3px 2px 2px #141414;
    padding-bottom: 3px;
}
.player_stats__players-clan-role {
    font-family: 'supercell';
    font-size: 8px;
    color: #70beff;
}
.player_stats__players-clan-badge {
    width: 47px;
    position: absolute;
    top: -10px;
    left: -8px;
}
.player_stats__players-clan-trophy-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
}
.player_stats__clan-trophy-badge {
    width: 25px;
    position: relative;
    z-index: 5;
}
.player_stats__results_block-switchers {
    display: flex;
    padding: 30px 40px 0px 40px;
    flex-wrap: wrap;
}
.player_stats-switcher-btn {
    height: 36px;
    border-radius: 18px;
    background-color: whitesmoke;
    color: #8e8e8e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 15px;
    transition-duration: .3s;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-box-shadow: 2px 3px 9px 0px rgba(50, 50, 50, 0.37);
    -moz-box-shadow:    2px 3px 9px 0px rgba(50, 50, 50, 0.37);
    box-shadow:         2px 3px 9px 0px rgba(50, 50, 50, 0.37);
}
.player_stats-switcher-btn:hover {
    background-color: #cdcdcd !important;
    color: #8e8e8e !important;
}
.player_stats-switcher-btn-title {
    font-family: 'supercell';
    font-size: 11px;
}
._active {
    background-color: #114f9c !important;
    color: #ffffff !important;
}
.player_stats__tabs-container {
    display: flex;
    flex-direction: column;
}
.player_stats__results_tab-section {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1;
    padding: 40px;
    transition-duration: 1.5s;
    min-height: 500px;
}
.player_stats__results_tab-section_row {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    padding: 40px;
    transition-duration: 1.5s;
    min-height: 500px;
}

.player_stats__chest-card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    border-radius: 10px;
    background-color: whitesmoke;
    position: relative;
    margin-right: 12px;
    margin-bottom: 25px;
    max-height: 145px;
    -webkit-box-shadow: 2px 3px 9px 0px rgba(50, 50, 50, 0.37);
    -moz-box-shadow:    2px 3px 9px 0px rgba(50, 50, 50, 0.37);
    box-shadow:         2px 3px 9px 0px rgba(50, 50, 50, 0.37);
}
.player_stats__chest-img {
    width: 95px;
    margin: 20px 0px 5px 0px;
}
.player_stats__chest-card-index {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #ffffff;
    font-family: 'supercell';
    background-color: #f4a800;
    width: 55px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 10px;
}
.statistics-current_deck {
    display: flex;
    flex-flow: row;
    padding-bottom: 30px;
    padding-top: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 100%;
}
.statistics-current-deck-img {
    width: 90px;
}

/*Vue transitions*/
.fade-enter-active, .fade-leave-active {
    transition-property: opacity;
    transition-duration: .25s;
}

.fade-enter-active {
    transition-delay: .25s;
}

.fade-enter, .fade-leave-active {
    opacity: 0;
}

.slide-enter-active {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.slide-leave-active {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.slide-enter-to, .slide-leave {
    max-height: 100px;
    overflow: hidden;
}

.slide-enter, .slide-leave-to {
    overflow: hidden;
    max-height: 0;
}




.statistic-container {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.statistics-container__col, .statistics-container__col__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.statistics-container__col {
    flex: 1;
    min-width: 400px
}
.statistics-container__col__block {
  width: 100%;
  padding-right: 30px;
  margin-bottom: 30px;
}
.statistics-container__col__block-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 7px;
}
.statistics-container__col__block-title__badge {
    width: 30px;
    margin-right: 10px;
}
.statistics-container__col__block-title__h5 {
    font-family: 'supercell';
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.statistics-container__col__sub-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 7px;
}
.statistics-container__col__sub-block-h6 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-weight: bolder;
}
.statistics-container__col__row {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.statistics-container__col__sub-block-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 5px 0px;
    border-top: 1px solid whitesmoke;
    border-bottom: 1px solid whitesmoke;
    background-color: whitesmoke;
}
.statistics-container__col__sub-block-value {
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.statistics-container__col__row-h6, .statistics-container__col__row-value {
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.precents {
    color: grey;
    font-size: 13px;
    font-weight: 300;
}
.statistics-container__col__row-separator {
    display: flex;
    flex: 1;
    border-bottom: 1px dotted #141414;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
    top: -7px;
}
.not-found-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.faq-container {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
div.faq-container-row {
    display: flex;
    justify-content: space-between;
    flex: 1;
}
.question-side, .answer-side {
    padding: 0;
}
.question-side {
    max-width: 350px;
    min-width: 350px;
}
p.question {
    font-family: 'supercell';
    font-size: 14px;
    margin-bottom: 0px;
}
p.answer {

}

@media screen and (max-width: 1190px) {
    .player_stats__input-container {
        position: relative;
        flex: .7;
    }
    .player_stats__chest-img {
        width: 85px;
    }
    .player_stats__chest-card-index {
        font-size: 10px;
        width: 50px;
    }
}

@media screen and (max-width: 958px) {
    .player_stats__players-info_block {
        margin-bottom: 30px;
    }
    ._middle {
        font-size: 13px;
    }
    .player_stats {
        padding: 0px 20px 20px;
    }
    .player_stats__input-container {
        flex: .9;
    }
    .player_stats__input-group_container {
        padding: 25px 20px;
    }
    .player_stats__results_block {
        padding: 0px 20px 20px 20px;
    }
    .player_stats__chest-img {
        width: 65px;
    }
    .player_stats__chest-card-index {
        font-size: 9px;
        width: 45px;
    }
    .player_stats__results_block-switchers {
        display: flex;
        justify-content: center;
        padding: 0px 20px 0px 20px;
    }
    .player_stats__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 15px;
        padding-left: 5px;
    }
    .player_stats__input::-moz-placeholder { /* Firefox 19+ */
        font-size: 15px;
        padding-left: 5px;
    }
    .player_stats__input:-ms-input-placeholder { /* IE 10+ */
        font-size: 15px;
        padding-left: 5px;
    }
    .player_stats__input:-moz-placeholder { /* Firefox 18- */
        font-size: 15px;
        padding-left: 5px;
    }
    .player_stats__results_tab-section {
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    div.small_screen{
        display: flex !important;
    }
    div.big_screen{
        display: none !important;
    }
    .statistics-current-deck-img {
        width: 70px;
    }
    div.faq-container-row {
        flex-direction: column !important;
    }
}

@media screen and (max-width: 767px) {
    .player_stats-switcher-btn {
        width: 100%;
        margin-bottom: 12px;
        margin-right: 0;
    }
    .player_stats__players-info_block {
        display: flex;
        flex-direction: column;
        padding: 20px 10px;
    }
    .player_stats__players-data, .player_stats__league-badge-container {
        justify-content: center;
        align-items: flex-start;
    }
    .player_stats__league-badge-container {
        margin-top: 20px;
        align-items: center;
    }
    .player_stats__players-level-badge-container {
        width: 40px;
    }
    .player_stats__players-level {
        font-size: 14px;
    }
    .player_stats__players-trophy-img {
        width: 30px;
    }
    .player_stats__players-trophy {
        font-size: 14px;
    }
    .player_stats__league-badge-img {
        width: 60px;
    }
    .player_stats__league-arena-name-container {
        justify-content: center;
    }
    .player_stats__players-arena-name {
        font-size: 12px;
    }
    .player_stats__players-clan-info-container {
        flex-wrap: wrap;
        left: 0;
        justify-content: center;
        padding-top: 5px;
        padding-bottom: 5px;
        flex-direction: column;
        width: 100%;
        margin-bottom: 10px;
    }
    .player_stats__clan-trophy-container::before {
        display: none;
    }
    .player_stats__players-clan-badge {
        width: 30px;
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 10px;
    }
    .player_stats__players-clan-name-wrap {
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .player_stats__players-clan-name-wrap {
        align-items: center;
    }
    .player_stats__players-name-tag {
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .player_stats__players-trophy-wrap {
        min-width: 0px;
    }
    .player_stats__players-trophy {
        left: 20px;
        position: relative;
    }
    .statistics-current-deck-img {
        width: 50px;
    }
}
/*
     FILE ARCHIVED ON 07:09:41 Mar 15, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:28:33 Jul 22, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.467
  exclusion.robots: 0.058
  exclusion.robots.policy: 0.049
  esindex: 0.009
  cdx.remote: 6.376
  LoadShardBlock: 132.426 (3)
  PetaboxLoader3.datanode: 146.036 (5)
  PetaboxLoader3.resolve: 76.815 (2)
  load_resource: 121.303
  loaddict: 26.955
*/