@import url("fonts.css");

/* width */
::-webkit-scrollbar {
    width: 12px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }


body {
    font-family: "Montserrat", sans-serif;
    background: #000 url("/static/stats/i/background2.jpg") no-repeat center center fixed;
    background-size: cover;
    margin: 0px;
}

#wrapper {
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    width: 100%;
}


.partner-unit {
    margin: 10px 0 10px 0;
}

.content {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
}

.active_page img {
    filter: sepia(100%) hue-rotate(299deg) saturate(17000%);
}

.active_page p {
    filter: sepia(100%) hue-rotate(299deg) saturate(17000%);
}

.menu-block {
    padding: 40px 0px 10px 0;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    margin-bottom: 2px;
    border-radius: 0 0 4px 4px;
}

.footer-block {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px 0px;
    margin-top: 2px;
    text-align: center;
}

.footer-social-block {
    padding: 10px 0px;
    text-align: center;
}

.footer-icon {
    height: 24px;
    width: 24px;
    padding: 0 5px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.footer-icon:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.nolink {
    text-decoration: none;
    color: #e1e5e9;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background-color: #444;
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
  }


.premade-container {
    color: #e1e5e9;
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 2px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.premade-row {
    padding: 5px;
    overflow-x: auto;
}

.premade_players {
    display: inline;
}

.premade_avatar {
    margin-left: 6px;
    vertical-align: middle;
    border-radius: 3px;
    margin-right: 5px;
    height: 24px;
}

.premade_toggle {
    display: inline;
    padding-left: 10px;
    color: lightgreen;
    text-decoration: underline;
    cursor: pointer;
}

.premade_toggle_image {
    margin: 0 5px 2px 6px;
    height: 18px;
    vertical-align: middle;
    border-radius: 3px;
}

.premade_plus {
    color: #b7b7b7;
    display: inline;
    padding: 0 5px;
}

.account-container {
    text-align: center;
    padding: 20px 0px 20px 0px;
    margin-bottom: 2px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    color: #e1e5e9;
}

.chart_background {
    border-radius: 3px;
    padding: 10px;
    background: rgba(1, 1, 1, 0.3)
}

.ad-container {
    text-align: center;
    padding: 10px 0px 10px 0px;
    background: rgba(255, 255, 255, 0.1);
}

.menulogo {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding-left: 120px;
    display: inline-block;
}

.account-steaminfo-row-value {
    font-weight: 400;
    margin-left: 3px;
}

.account-steaminfo-row-value-confirmed {
    color: lightgreen;
}

.account-steaminfo-row-value-urgent {
    color: #ff6280;
}

.account-steam-name {
    color: #e1e5e9;
    margin: 4px 0;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    width: 265px;
    overflow: hidden;
    height: 24px;
}

.account-twitch-icon-live {
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.account-steam-userpic-img-offline {
    width: 96px;
    border-radius: 4px;
    border: 2px solid #5d5d5d;
}

.account-steam-userpic-img-online {
    width: 96px;
    border-radius: 4px;
    border: 2px solid #57cbde;
}

.account-steam-userpic-img-ingame {
    width: 96px;
    border-radius: 4px;
    border: 2px solid #90ba3c;
}

.steam-trust-progresswrapper {
    width: 100px;
    display: inline-block;
    margin-bottom: 2px;
    overflow: hidden;
}

.steam-trust-defaultprogress {
    display: inline-block;
    height: 8px;
    overflow: hidden;
    background: #7b7b7b;
    background: -webkit-linear-gradient(#7b7b7b, #717171);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#7b7b7b, #717171);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#7b7b7b, #717171);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#7b7b7b, #717171);
    /* Standard syntax */
    border-top: 1px solid #9b9a9a;
    border-bottom: 1px solid #656565;
}

.steam-trust-progress {
    display: inline-block;
    height: 8px;
    overflow: hidden;
    background: rgb(104, 185, 62);
    background: -webkit-linear-gradient(#6ebc45, #5fa838);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#6ebc45, #5fa838);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#6ebc45, #5fa838);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#6ebc45, #5fa838);
    /* Standard syntax */
    border-top: 1px solid #92f662;
    border-bottom: 1px solid #5a9b38;
}


.account-row {
    display: inline-table;
    word-spacing: 0px;
    margin-bottom: 20px;
    width: 265px;
    height: 496px;
    padding: 5px 0 0 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: left;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.account-steam-userpic {
    position: relative;
    text-align: center;
    height: 102px;
}


.account-steam-trust {
    text-align: center;
}

.account-steaminfo-container {
    border-top: 1px solid #222;
    padding-left: 30px;
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    height: 176px;
}

.account-steaminfo-container-banned {
    border-top: 1px solid #650000;
    padding-left: 30px;
    padding-bottom: 10px;
    background-color: rgba(181, 5, 5, 0.5);
    height: 176px;
}

.account-smurfs-container {
    border-top: 1px solid #222;
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    height: 176px;
    display: none;
    overflow-x: auto;
    width: 265px;
}

.account-smurf-row {
    color: #e1e5e9;
    font-size: 15px;
    margin-top: 5px;
    font-weight: 300;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #333;
}

.account-steaminfo-row {
    color: #e1e5e9;
    font-size: 15px;
    margin-top: 5px;
    font-weight: 300;
}

li {
    list-style-type: none;
}

li.tick:before {
    content: "\2713  ";
    color: lightgreen;
}

li.cross:before {
    content: "\2717  ";
    color: #ff6280;
}

li.question:before {
    content: "\003f  ";
    color: #EE7600;
}

.account-faceitinfo-container {
    border-top: 1px solid #222;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.account-faceitinfo-container-arrow {
    height: 16px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.account-faceitinfo-container-banned {
    border-top: 1px solid #650000;
    height: 120px;
    background-color: rgba(181, 5, 5, 0.5);
    position: relative;
}

.account-faceit-notfound {
    font-size: 16px;
    color: rgba(238, 238, 238, 0.5);
    text-align: center;
    width: 265px;
    line-height: 150px;
    height: 115px;
    white-space: nowrap;
}

.account-faceit-cover {
    width: 100%;
    height: 150px;
    top: 0;
    border-radius: 0 0 4px 4px;
    opacity: 0.2;
    z-index: -9999;
    position: absolute;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 30px 10px #000;
}

.account-faceit-title {
    color: #e1e5e9;
    margin-top: 4px;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    width: 265px;
    overflow: hidden;
    height: 24px;

}

.account-faceit-title-username {
    line-height: 32px;
    position: relative;
    top: -10px;
}

.account-faceit-flag {
    height: 32px;
    margin-right: 5px;
    border-radius: 2px;
}

.account-faceit-level {
    color: #e1e5e9;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
}

.account-faceit-stats {
    color: #e1e5e9;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
}

.account-faceit-ban-reason {
    color: #e1e5e9;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    width: 245px;
    overflow-y: auto;
    padding: 0 10px;
}

.account-faceit-stats-single {
    float: left;
    width: 87px;
    font-size: 16px;
}

.account-faceit-detailed-stats {
    color: #ffffff;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    white-space: nowrap;
    height: 30px;
    background-color: #f163000a;
    margin-top: 30px;
    border-top: 1px dashed #ff670080;
}

.faq_answer {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.faq_question {
    -webkit-margin-after: 0;
    color: #ff6900;
}


.search_bar {
    color: #e1e5e9;
    width: 30vw;
    height: 4vw;
    font-size: 1vw;
    padding: 0px 10px;
    background-color: rgba(0, 0, 0, 0.45);
    border-color: #504d4d;
    border-width: 1px;
    margin-bottom: 10px;
}

.search_button {
    color: #e1e5e9;
    height: 4vw;
    width: 10vw;
    font-size: 1vw;
    padding: 0px 10px;
    background-color: rgba(0, 0, 0, 0.45);
    border-color: #504d4d;
    border-width: 1px;
}

/* STATS:*/
.stats_container {
    text-align: center;
    padding: 20px 0px 20px 0px;
    margin-bottom: 2px;
    border-radius: 4px;
    color: #e1e5e9;

    overflow: auto;
}

.stats_profile_wrapper {
    border-radius: 4px;
    color: #e1e5e9;
    text-align: center;
    margin-bottom: 2px;
}

.stats_profile_inner {
    width: 38vw;
    margin: 0 auto;
    display: inline-block;
    padding: 1vw;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 4px;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}

.stats_steps_inner {
    width: 38vw;
    height: 200px;
    margin: 0 auto;
    display: inline-block;
    padding: 1vw;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 8px;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}

.stats_description_inner {
    width: 55vw;
    margin: 0 auto;
    display: inline-block;
    padding: 1vw;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 4px;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
    height: fit-content;
}


.stats_profile_inner_cover {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 0 4px 4px;
    opacity: 0.2;
    z-index: -9999;
    position: absolute;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 30px 10px #000;
}

.stats_profile_avatar {
    width: 6vw;
    height: 6vw;
    border-radius: 4px;
    border: 2px solid #5d5d5d;
    float: left;
    margin-right: 15px;
}

.stats_profile_name_block {
    color: #e1e5e9;
    font-size: 1.6vw;
    white-space: nowrap;
    overflow: hidden;

    text-align: left;
    font-weight: 700;
}

.stats_profile_flag {
    height: 32px;
    margin-right: 5px;
    border-radius: 2px;
}

.stats_profile_name_span {
    line-height: 2vw;
    position: relative;
}

.stats_profile_middle_block {
    color: #e1e5e9;
    margin-top: 2px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;

    text-align: left;
    font-weight: 700;
}

.stats_profile_middle_span {
    line-height: 16px;
}

.stats_profile_elo_block {
    color: #e1e5e9;
    margin-top: 0.5vw;
    font-size: 1.4vw;
    white-space: nowrap;

    text-align: left;
    font-weight: 700;
}

.stats_profile_level_image {
    height: 2vw;
    margin-right: 5px;
    border-radius: 2px;
}

.stats_profile_elo_span {
    line-height: 2vw;
    position: relative;
}

.stats_profile_faceit_icon {
    height: 2vw;
    position: absolute;
    top: 0.5vw;
    right: 40px;
}

.stats_profile_steam_icon {
    height: 2vw;
    position: absolute;
    top: 0.5vw;
    right: 10px;
}


.stats_profile_buttons_menu {
    width: 720px;
    height: 40px;
    margin: 0 auto;
    display: table;
    padding: 5px 0;
    border-radius: 4px;
    text-align: left;
    border-spacing: 10px 0;
}

.stats_profile_button {
    background-color: rgba(0, 0, 0, 0.17);
    display: table-cell;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    min-width: 100px;
    border-radius: 4px;
    margin-left: 19px;
    text-align: center;
    position: relative;
}



.stats_totals_block_wrapper {
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    color: #e1e5e9;
    white-space: nowrap;
    overflow: hidden;

    border-radius: 4px;
    text-align: left;
    width: 20%;
    height: fit-content;
    margin: 2%;
    position: relative;
}

.stats_totals_block_cover {
    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: 0 0 4px 4px;
    opacity: 0.05;
    z-index: -9999;
    position: absolute;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 30px 10px #000;

}

.stats_totals_block_title {
    display: grid;
    padding: 0.4vw;
    font-weight: 700;
    text-align: center;
}

.stats_totals_block_title_image {
    height: 32px;
    margin-right: 15px;
}

.stats_totals_block_title_text {
    position: relative;
    font-size: 1.3vw;
}

.stats_totals_block_main_value {
    display: grid;
    text-align: center;
    font-weight: 700;
    margin: 0.3vw 0;
}

.stats_totals_block_main_value_span {
    position: relative;
    font-size: 1.5vw;
}

.stats_totals_block_item {
    margin: 0 0.8vw;
    position: relative;
    line-height: 2vw;
    display: flex;
}

.stats_totals_block_item div:nth-child(1) {
    width: 50%;
    text-align: left;
}

.stats_totals_block_item div:nth-child(2) {
    width: 50%;
    text-align: right;
}


.stats_totals_block_item_separated {
    border-bottom: 1px dashed rgba(128, 128, 128, 0.5);
}

.stats_totals_block_item_title {

    font-size: 1vw;
}

.stats_totals_block_item_value {
    font-size: 1vw;
    margin-right: 0.2vw;
}

.stats_totals_block_level_image {
    height: 28px;
}

.stats_h3 {
    margin: 0 0 0px 0;
    font-size: 2vw;
    font-weight: 700;
}

@media only screen and (max-width: 600px) {

    .search_bar {
        width: 60%;
    }

    .search_button {
        width: 12vw;
    }

    .stats_profile_inner {
        width: 75%;
    }

    .stats_description_inner {
        width: 55vw;
    }

    .stats_profile_avatar {
        width: 15vw;
        height: 15vw;
    }

    .stats_profile_name_block {
        font-size: 5vw;
    }

    .stats_profile_middle_span {
        line-height: 16px;
    }

    .stats_profile_elo_block {
        font-size: 3.2vw;
    }

    .stats_profile_level_image {
        height: 6vw;
    }

    .stats_profile_faceit_icon {
        height: 7vw;
        right: 25px;
    }

    .stats_profile_steam_icon {
        height: 6vw;
    }



    /* STATS_TOTAL */


    .stats_totals_block_wrapper {
        width: 24vw;
    }




    .stats_totals_block_title_text {
        font-size: 3.3vw;
    }


    .stats_totals_block_main_value_span {
        font-size: 4vw;
    }

    .stats_totals_block_item {
        line-height: 4vw;
    }



    .stats_totals_block_item_title {
        font-size: 2vw;
    }

    .stats_totals_block_item_value {
        font-size: 2vw;
    }


    .stats_h3 {
        font-size: 4vw;
    }

}








.button_link_active {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ff6900 !important;
    font-weight: 700;
}

.button_link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    text-decoration: none;
    color: #e1e5e9;
}


.teammates_table {
    width: 700px;
    border-collapse: separate;
    position: relative;
    font-size: 18px;
    margin: 0 auto;
    border-spacing: 0;
}

.matches_table {
    width: 1050px;
    border-collapse: separate;
    position: relative;
    font-size: 16px;
    margin: 0 auto;
    border-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
}

.maps_table {
    width: 60%;
    border-collapse: separate;
    position: relative;
    font-size: 16px;
    margin: 0 auto;
    border-spacing: 0;
    white-space: nowrap;
}

.compare_table {
    width: 650px;
    border-collapse: separate;
    position: relative;
    font-size: 18px;
    margin: 0 auto;
    border-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
}

.teammates_table_header_row {
    color: #fff;
    height: 36px;
}

.matches_table_header_row {
    color: #fff;
    height: 36px;
}

.maps_table_header_row {
    color: #fff;
    height: 36px;
}

.compare_table_header_row {
    color: #fff;
    height: 36px;
}

.stripped_left {
    border-left: 2px solid rgba(255, 255, 255, 0.05);
}

.teammates_tr {
    height: 64px;
}

.matches_tr {
    height: 36px;
}

.maps_tr {
    height: 48px;
}

.compare_tr {
    height: 48px;
}

.teammates_image {
    height: 36px;
    width: 36px;
    vertical-align: middle;
    margin-right: 10px;
    border: 1px solid #80808080;
    border-radius: 4px;
}

.compare_image {
    height: 28px;
    width: 28px;
    vertical-align: middle;
    margin-right: 5px;
    border: 1px solid #80808080;
    border-radius: 4px;
}

.teammates_nickname_span {
    position: absolute;
    line-height: 36px;
}

.matches_map_image {
    height: 20px;
    vertical-align: middle;
    margin-right: 3px;
}

.maps_map_image {
    height: 36px;
    width: 36px;
    vertical-align: middle;
    margin-right: 5px;
}



.teammates_links_image {
    height: 24px;
    width: 24px;
    padding: 0 5px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    vertical-align: middle;
}

.teammates_links_image:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.stats_td {
    padding: 10px;
    position: relative;
}

.stats_td_important_value {
    font-weight: 700;
}

.positive {
    color: #d6f394;
}

.negative {
    color: #e67676
}

.matches_pagination_wrapper {
    margin-top: 30px;
    width: 300px;
    height: 40px;
    margin: 0 auto;
    display: table;
    padding: 5px 0;
    border-radius: 4px;
    text-align: left;
    border-spacing: 10px 0;
}

.matches_pagination_page {
    background-color: rgba(0, 0, 0, 0.17);
    display: table-cell;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    min-width: 40px;
    border-radius: 4px;
    margin-left: 19px;
    text-align: center;
    position: relative;
}

.matches_pagination_page_disabled {
    opacity: 0.5;
}


tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.250);
}

tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.125);
}

thead tr:nth-child(1) {
    background: rgba(0, 0, 0, 0.000);
}

.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #ff7208;
    /* Blue */
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fade {
    /* Add these two lines */
    position: relative;
    /* Existing animation properties below */
    animation-fill-mode: forwards;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 4.5s;
    animation-name: fade;
    animation-duration: 4.5s;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #ff7800;
}

input:focus+.slider {
    box-shadow: 0 0 1px #ff7800;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.tooltipO {
    position: relative;
}

.tooltipO .tooltiptext {
    display: none;
    background-color: rgba(1, 1, 1, 0.9);
    border-radius: 6px;
    position: absolute;
    font-weight: 200;
    padding: 15px;
    z-index: 1000;
    width: auto;

}

.tooltipO:hover .tooltiptext {
    display: block;
}


/* dropdown container */
.dropdownM {
    position: relative;
    font-size: 1.1vw;
    cursor: pointer;
}

/* Dropdown content */
.dropdown-content {
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    right: 25px;
    width: 200px;
    z-index: 1;
}

/* Links inside dropdown */
.dropdown-content a {
    font-size: 16px;
    font-weight: bold;
    float: none;
    color: chocolate;
    padding: 15px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border: 0px;
    text-align: center;
}

.dropdown-content a:hover {
    color: #111;
    border: 0px;
    background-color: chocolate;
}

.onlySmallScreen {
    display: none;
}

.onlyBigScreen {
    display: inherit;
    z-index: 1001;
}

.topnav {
    overflow: hidden;
    background-color: black;
    position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
    display: none;
}

/* Style navigation menu links */
.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.w3-sidebar {
    width: 120px;
    background: #222;
}


.input-search-style {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    resize: vertical;
    background-color: rgba(0, 0, 0, 0.45);
    border-color: #504d4d;
    height: 4em;
    font-size: 20px;
    border-width: 1px;
}

.input-filter-style{
    color: #e1e5e9; 
    font-size: 14px; 
    background-color: #00000024;
    border-color: #504d4d; 
    border-width: 1px;
    margin:5px 10px;
    width: 250px;
    padding: 5px;
    border-radius: 10px;
}

#filter-chips-container {
    display: flex;
    flex-wrap: wrap;
}

.filter-chip {
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,0.75); /* semi-transparent */
    width: 140px;
    height: 30px;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    color: #fff; /* white text color */
    cursor:pointer;
    margin-right: 8px; /* Add some margin between the chips */
    position:relative;
  }
  
  .filter-chip:hover {
    background-color: #555; /* darker on hover */
  }
  
  .filter-chip-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-color: chocolate; /* orange background color */
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
  }

.filter-dropdown {
  width: 200px; /* width of 200px */
  display: none; /* Initially hidden */
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  color: #fff; /* white text color */
  cursor:pointer;
  background-color: #000; /* opaque black background */
  position: absolute; /* give it a position absolute */
  z-index: 1; /* give it a higher z-index */
  text-align: left; /* align text to the left */
  max-height: 200px; /* maximum height of the dropdown */
  overflow-y: auto; /* add a scrollbar if content exceeds max-height */
  padding: 10px;
}

  
  
  .filter-search-bar {
    width: 100%; /* Width of the search bar */
    padding: 8px; /* Padding around the search bar */
    background-color: rgba(0,0,0,0.75); /* same color as chip*/
    color: #fff; /* white text color */
    border-radius: 15px;
  }
  
  .options {
    margin-top: 8px; /* Margin above the options */
  }
  
  .option {
    padding: 8px; /* Padding around the options */
    cursor: pointer; /* Cursor when hovered over an option */
    background-color: rgba(0,0,0,0.75); /* same color as chip*/
    color: #fff; /* white text color */
  }
  
  
.option:hover {
  background-color: #555; /* match the hover effect in the chip */
}
  
.close-button {
    cursor:pointer;
    padding: 4px;
    font-size: 12px;
}

.filter-chip .close-button {
    position: absolute;
    right: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
}
.filter-chip .close-button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.filter-button {
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,0.75); /* semi-transparent */
    width: 140px;
    height: 30px;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    color: #fff; /* white text color */
    cursor:pointer;
    margin-right: 8px; /* Add some margin between the chips */
    position:relative;
  }

  .filter-button .close-button {
    position: absolute;
    right: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    }
    .filter-button .close-button:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
  
  .filter-button-arrow {
    margin-left: 8px;
    font-size: 20px;
  }
  

/* Style the container */
.container {
    border-radius: 5px;
    padding: 20px;
}

/* Floating column for inputs: 75% width */
.col-75 {
    width: 80%;
    margin-top: 6px;
}

/* Floating column for labels: 25% width */
.col-25 {
    float: left;
    width: 20%;
    margin-top: 5px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.stripe {
    content: '';
    height: 3px;
    background: grey;
    border-bottom: 0;
    margin: 5px 0px;
}

.stripe_mp {
    content: '';
    height: 3px;
    background: grey;
    border-bottom: 0;
    margin: 20px auto;
    width: 80%;
}

.match_round {
    width: 25px;
    margin-right: 10px;
}

.match_round img {
    width: 25px;
    margin: auto;
}
.mobile_adjust_width_75 {
    width: 75%;
    margin: auto;
}
.mobile_adjust_width_80 {
    width: 90%;
    margin: auto;
}
.mobile_adjust_width_85 {
    width: 85%;
    margin: auto;
}
.mobile_adjust_width_90 {
    width: 90%;
    margin: auto;
}

.resized_icons{
    width: 32px;
    height: 32px;
}
.resized_text{
    font-size: 1.6vw;
}
.resized_divider_padding{
    padding: 10px 0px;
}
.level_divider{
    border-right: 1px solid rgb(75, 78, 78); 
    text-align: center;
}
.resized_levels_container{
    padding:20px
}
.footer_overlay{
    padding: 15px;
    position: fixed;
    right: 0;
    bottom: 5px;
    width: 16vw;
    color: white;
    text-align: right;
    z-index: 5;
    padding-bottom: 5px;
}
.footer_icon{
    width: 2vw;
    margin-right: .4vw;
}
.mobile_adjust_flex_direction{
    flex-direction: row;
}
.mobile_adjust_toggle_align{
    display: flex;
    margin-left: auto;
    margin-right: 20px;
}
.mobile_adjust_text_20{
    font-size: 20px;
}
.mobile_adjust_additional_align{
    margin-left: 20px;
}
.mobile_adjust_pros_margin{
    margin-top: 100px;
}

.mobile_adjust_fa_width{
    margin-left:12%;
}
.mobile_adjust_ad_box{
    width:15%;
}

.mobile_adjust_ma_box{
    width:45%;
}

.mobile_adjust_ma_inner_box{
    height: 30vw;
    text-align:left;
    overflow: auto;
}

.mobile_adjust_width_min_content{
    width: min-content;
}
#sponsor-form {
    z-index: 100;
}

.cl_sponsor_container{
    padding: 50px;
}
.cl_sponsor{
    width: 810px;
}

.ad-container-sbr {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 320px; /* Adjust the width as needed */
    height: auto;
    text-align: center;
    padding-bottom: 0px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 5px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.1);
  }
  
  .sponsor_sbr {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  
  .close-ad {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgb(116, 28, 28); /* Background color to make it stand out */
    border: none;
    font-size: 24px; /* Increase font size */
    cursor: pointer;
    color: white; /* White text color */
    border-radius: 50%; /* Make it a circle */
    width: 30px; /* Fixed width */
    height: 30px; /* Fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Add some shadow */
  }









@media screen and (max-width: 900px) {
    .sponsor{
        width: 80%;
    }
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .onlySmallScreen {
        display: inherit;
    }

    .onlyBigScreen {
        display: none;
    }

    .row {
        width: 100%;
        margin-top: 0;
    }

    .input-search-style {
        height: 2em;
        padding: 0px;
    }

    .input-filter-style{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .mobile_adjust_width_80 {
        width: 100%;
    }
    .mobile_adjust_width_90 {
        width: 100%;
    }
    .mobile_adjust_width_85 {
        width: 100%;
    }
    .mobile_adjust_width_75 {
        width: 100%;
    }
    .mobile_adjust_ad_box{
        width:0%;
    }
    .resized_icons{
        width: 12px;
        height: 12px;
    }
    .resized_text{
        font-size: 2vw;
    }
    .resized_divider_padding{
        padding: 3px 0px;
    }
    .resized_levels_container{
        padding:5px
    }
    .footer_overlay{
        padding: 5px;
        background-color: black;
        bottom: 0px;
        width: 100%;
        color: white;
        text-align: center;
    }
    .footer_icon{
        width: 5vw;
        margin-right: .8vw;
    }
    .mobile_adjust_flex_direction{
        flex-direction: column;
    }
    .mobile_adjust_additional_align{
        margin-left: auto;
        margin-right: auto;
    }
    .mobile_adjust_toggle_align{
        margin-left: auto;
        margin-right: auto;
    }
    .mobile_adjust_text_20{
        font-size: 12px;
    }
    .mobile_add_margin_bottom{
        margin-bottom: 20px;
    }
    .mobile_adjust_pros_margin{
        margin-top: 50px;
    }
    .mobile_add_margin_top_100{
        margin-top: 100px;
    }
    .mobile_adjust_fa_width{
        margin-left:auto;
    }
    .mobile_adjust_ma_box{
        width:75%;
        padding: 20px;
    }
    .mobile_adjust_ma_inner_box{
        height: 75vw;
    }
    .mobile_adjust_width_min_content{
        width: 100%;
    }
    .sponsor{
        padding-top:30px;
        width: 80%;
    }
}


.logscontent {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    width: 40vw;
    height: 80vh;
    overflow: auto;
    border-radius: 4px;
    margin: 30px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
}



.ma_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    color: #fff;
    padding: 10px;
}

.ma_header h1 {
    margin: 0;
}

.ma_header ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ma_header li {
    margin-right: 20px;
}

.ma_header li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.ma_header li a:hover {
    background-color: #555;
}


.main-map {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80vh;
    width: 80ch;
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.main-map-radar {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}



/* Style for the modal background */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #1c1c1c; /* Dark background for content */
    color: #f1f1f1;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 25px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px; /* Max width */
    border-radius: 8px;
    position: relative;
    font-family: sans-serif;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.modal-content h2 {
    color: chocolate;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
}

.modal-details p {
    line-height: 1.6;
    font-size: 16px;
}
.modal-details strong {
    color: #ddd;
}

.games-section {
    margin-top: 20px;
}

.games-section ul {
    list-style-type: none;
    padding-left: 0;
}
.games-section li {
    background-color: #2a2a2a;
    margin-bottom: 5px;
    padding: 8px;
    border-radius: 4px;
}

/* This is the key fix: It puts the text and the icon on the same line. */
.detail-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Removes default margins from the <p> tag inside the flex container */
.detail-line p {
    margin: 0;
}

/* This is the second key fix: It controls the size of the copy icon. */
.copy-icon {
    cursor: pointer;
    margin-left: 10px;
    height: 20px; /* <--- Set a specific height */
    width: 20px;  /* <--- Set a specific width */
    color: #999;
    flex-shrink: 0; /* Prevents the icon from shrinking */
}

/* Makes the icon fill its container (the 20x20px box we just defined) */
.copy-icon svg {
    width: 100%;
    height: 100%;
}

.copy-icon:hover {
    color: #fff;
}

/* Styles the "Copied!" feedback message */
.copy-feedback {
    margin-left: 10px;
    font-size: 14px;
    color: #28a745; /* green */
    min-width: 55px;
    display: inline-block;
    text-align: left;
}

.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0; /* Important for flexbox truncation */
}

/* Styles for the new Memberships section */
.membership-container {
    margin-top: 8px;
}

.membership-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; /* Provides spacing between badges */
    margin-top: 5px;
}

.membership-badge {
    background-color: #333;
    color: #eee;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #555;
}

/* Styles for the new Ban section */
.ban-section {
    margin-bottom: 15px;
}

.ban-item {
    background-color: #4d1c1c; /* Dark red background */
    border: 1px solid #902d2d;
    padding: 10px;
    border-radius: 6px;
}

.ban-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.ban-reason {
    color: #f5c5c5;
}

.ban-dates {
    font-size: 13px;
    color: #b3a0a0;
    margin-top: 4px;
}

.ban-status {
    font-weight: bold;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
}

/* Class for active bans */
.status-active {
    background-color: #dc3545; /* Bright Red */
    color: white;
}

/* Class for expired bans */
.status-expired {
    background-color: #28a745; /* Green */
    color: white;
}

/* Styles for the new Clean Record section */
.clean-record-section {
    margin-bottom: 15px;
    background-color: #1c4d29; /* Dark green background */
    border: 1px solid #2d9047;
    padding: 10px;
    border-radius: 6px;
    color: #c5f5d2; /* Light green text */
}

.clean-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

.status-clean {
    font-size: 20px;
    color: #28a745; /* Bright green */
}


.vertical-ad-container {
    width: 100%;
    margin-left: auto;
    height: 700px;
    padding: 5px; 
    box-sizing: border-box; 
    background-color: hsla(0, 0%, 0%, 0.00); /* Optional: For visibility */
}
.vertical-ad-container, #sponsor-form {
    z-index: 1000 !important;
}