 :root{
     --border-bottom-line: #624629;
    --money: #ffab28;
    --profile-line-bg: rgb(22 22 22 / 50%);
    --default-text-color: #ffffff;
    --green-color: #85f479;
 
  
 
    --modal-bg: rgb(22 22 22 / 80%);
    --card-color1: #162231;
 
 
   
    
    --purple-color: #b379ff;
    --top-one-color: #ffdb5c;
    --top-two-color: #bfe0ff;
    --top-three-color: #f8a785;
 
	

 --bg-color: #0d1118;
--span-color: #00d0ff;
--bottom-line-table: rgb(255 255 255 / 2%);
--navbar-first-color: hsla(0,0%,100%,.02);
--button-color : #0b1727;
--button-color1 : #172231;
--button-color-hover : #0e1d30;
 --custom-text-color: #9dedff;
--span-color-low: rgb(0 208 255 / 5%);
--default-text-color: #ffffff;
--grey-color: #0b1727;
--card-color: #162231;
 --orange-color: #f6b949;
--red-color: #eb645d,
--yellow-color: #ffdb5c
 
}
@media (max-width: 578px) {
    .servers__buttons_wrapper {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .profile_servers_list {
        display: flex;
        gap: 5px;
        overflow: hidden;
        overflow-x: scroll;
    }

    .profile__list_button {
        color: var(--default-text-color);
        background: transparent;
        padding: 7px 15px;
        transition: .3s;
        font-weight: 600;
        font-size: 12px;
        border-radius: 8px;
        border: 1px solid var(--default-text-color);
        opacity: .3;
        display: flex;
        align-items: center;
        width: max-content;
        white-space: nowrap;
        margin-bottom: 10px;
    }

    .profile__list_button:hover {
        color: var(--span-color);
        font-weight: 600;
        transition: .3s;
        border: 1px solid var(--span-color);
        background: transparent;
        opacity: 1;
    }

    .profile__list_button_active {
        color: var(--span-color);
        font-weight: 600;
        transition: .3s;
        border: 1px solid var(--span-color);
        background: transparent;
        opacity: 1;
    }

    .profile_head_line {
        display: flex;
        position: absolute;
        background-color: var(--profile-line-bg);
        bottom: 0;
        right: 0;
        left: 0;
        height: 50px;
        z-index: 2;
    }

    .profile_head_menu_button {
        display: flex;
        padding: 0 10px;
        position: relative;
        height: 100%;
        background: transparent;
        align-items: center;
        transition: .3s;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500;
    }

    .profile_head_menu_button:hover {
        color: var(--span-color);
        transition: .3s;
    }

    .profile_head_menu_button_active {
        color: var(--span-color);
        transition: .3s;
    }

    .profile_back {
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: .5;
    }

    .profile_back video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .profile_user_avatar {
        z-index: 2;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        bottom: 99px;
        left: 0;
        right: 0;
        text-align: center;
        width: 90px;
    }

    .profile_user_avatar img {
        border-radius: 12px;
        width: 90px;
    }

    .profile_user_avatar a:hover:before,
    .profile_user_avatar a:hover:after {
        opacity: 1;
        transform: scale(1);
        transition: .3s;
    }

    .profile_user_avatar a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent;
        opacity: 0;
        transition: .3s;
    }

    .profile_user_avatar a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: hwb(0deg 0% 100% / 67%);
        opacity: 0;
        border-radius: 12px;
        transform: scale(0.7);
        transition: .3s;
    }

    .profile_user_avatar a svg {
        position: absolute;
        z-index: 3;
        top: 30px;
        bottom: 30px;
        left: 30px;
        right: 30px;
        fill: var(--span-color);
        opacity: 0;
        transform: scale(0.7) rotate(45deg);
        transition: .3s;
    }

    .profile_user_avatar:hover a svg {
        opacity: 1;
        transition: .3s;
        transform: scale(1);
    }

    .profile_user_status {
        display: flex;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        border: 2px solid rgb(32 32 32);
        background-color: var(--navbar-color);
        align-items: center;
        justify-content: center;
        bottom: -14px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        pointer-events: none;
    }

    .profile_user_status svg {
        width: 12px;
        height: auto;
        fill: var(--custom-text-color);
    }

    .status_online {
        border: 2px solid var(--green-color) !important;
    }

    .status_online svg {
        fill: var(--green-color) !important;
    }

    .status_offline {
        border: 2px solid var(--red-color) !important;
    }

    .status_offline svg {
        fill: var(--red-color) !important;
    }

    .profile_user_nickname {
        display: flex;
        position: absolute;
        z-index: 1;
        top: 8px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        font-size: 18px;
        font-weight: 800;
        color: var(--default-text-color);
        text-shadow: 0 1px 3px rgb(0 0 0 / 56%);
        max-width: 150px;
    }

    .profile_user_settings {
        display: flex;
        position: absolute;
        z-index: 2;
        right: 15px;
        top: 15px;
        background-color: var(--profile-line-bg);
        width: 35px;
        height: 35px;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        transition: .3s;
    }

    .profile_user_settings svg {
        width: 17px;
        height: auto;
        transition: .3s;
        fill: var(--custom-text-color);
    }

    .profile_user_settings:hover svg {
        fill: var(--span-color);
        transition: .3s;
        animation-name: spin;
        animation-duration: 4000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        -webkit-animation-name: spin;
        -webkit-animation-duration: 4000ms;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: spin;
        -moz-animation-duration: 4000ms;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: spin;
        -ms-animation-duration: 4000ms;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
    }

    .profile_user_settings_active svg {
        fill: var(--span-color);
        transition: .3s;
    }

    @-ms-keyframes spin {
        from {
            -ms-transform: rotate(0deg);
        }

        to {
            -ms-transform: rotate(360deg);
        }
    }

    @-moz-keyframes spin {
        from {
            -moz-transform: rotate(0deg);
        }

        to {
            -moz-transform: rotate(360deg);
        }
    }

    @-webkit-keyframes spin {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    .profile_user_middle_block {
        display: flex;
        z-index: 2;
        width: 100%;
        justify-content: space-around;
        flex-direction: row;
        align-items: center;
        margin-bottom: 50px;
    }

   
    .close-button {
        position: absolute;
        right: 18px;
        top: 18px;
        cursor: pointer;
        transition: .3s;
    }

    .close-button svg {
        width: 12px;
        fill: var(--custom-text-color);
        transition: .3s;
    }

    .close-button:hover svg {
        fill: var(--span-color);
        transition: .3s;
    }

    .text_buy_ready {
        opacity: .5;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .example_text {
        font-size: 12px;
        font-style: italic;
        color: var(--span-color);
    }

    .card_buttons_info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .discord_button {
        background-color: var(--span-color);
        margin: 10px auto;
        width: 150px;
        padding: 10px 0;
        color: var(--default-text-color);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
        border-radius: 6px;
        transition: .3s;
    }

    .back_content {
        display: block;
        filter: grayscale(1);
        height: 100px;
        width: 100%;
        background-size: cover !important;
        background-position: center !important;
        transition: .3s;
        cursor: pointer;
        border-radius: 8px;
    }

    .back_content:hover {
        transition: .3s;
        filter: none;
    }

    .back_content video {
        width: 100% !important;
        height: 100%;
        object-fit: cover;
        transition: .3s;
        border-radius: 8px;
    }

    input[name=background]:checked+label {
        border: 1px solid var(--span-color);
        transition: .3s;
        filter: none;
    }

    .background {
        position: absolute;
        visibility: hidden;
    }

    .profile_settings_backs_list {
        display: grid;
        overflow-y: scroll;
        grid-template-columns: repeat(2, 1fr);
        overflow-x: hidden;
        max-height: 200px;
        justify-items: stretch;
        margin: 7px 0 10px;
        padding-right: 5px;
        width: 100%;
        gap: 10px;
    }

    .profile_settings_inputs {
        display: flex;
        justify-items: stretch;
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .input-form {
        display: grid;
    }

    /* PROFILE INFO STATS STYLES */

    .pad_5 {
        padding: 0 5px;
    }

    .profile_gap {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .profile_block_titles {
        display: flex;
        background-color: var(--card-color);
        padding: 15px;
        border-radius: 6px;
        justify-content: center;
        align-items: center;
    }

    .profile_block_titles svg {
        width: 12px;
        fill: var(--custom-text-color);
        height: auto;
    }

    .center_title {
        display: flex;
        text-align: center;
        margin-top: 0 !important;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    .center_title svg {
        width: 12px;
        fill: var(--custom-text-color);
        height: auto;
    }

    .profile_block_content_title {
        display: flex;
        gap: 5px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        color: var(--custom-text-color);
        align-items: center;
    }

    .max_height {
        height: 247.5px;
    }

    .profile_block_about_player {
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: 1fr;
        background-color: var(--card-color);
        border-radius: 12px;
        padding: 15px;
        justify-items: center;
        align-items: center;
        gap: 15px;
        width: 100%;
    }

    .profile_block_stats {
        display: flex;
        background-color: var(--card-color);
        border-radius: 12px;
        padding: 15px;
        justify-items: center;
        align-items: center;
        gap: 15px;
        width: 100%;
        height: 247.5px;
        flex-direction: column;
    }

    .profile_block_weapons {
        display: flex;
        background-color: var(--card-color);
        border-radius: 12px;
        padding: 15px 15px 0;
        align-items: center;
        width: 100%;
        flex-direction: row;
    }

    .weapon_overflow {
        display: flex;
        margin-bottom: 9px;
        padding-bottom: 9px;
        overflow: auto;
        gap: 15px;
        cursor: grab;
    }

    .weapon_svg_image img {
        filter: invert(.2);
        width: auto;
        height: 33px;
        transition: .3s;
    }

    .weapon_kills_count {
        display: flex;
        width: auto;
        background-color: var(--bg-color);
        color: var(--default-text-color);
        font-size: 12px;
        font-weight: 700;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
        border-radius: 6px;
        transition: .3s;
    }

    .witem {
        width: 100% !important;
        display: flex !important;
        background-color: var(--grey-color);
        flex-direction: row;
        border-radius: 8px;
        padding: 8px;
        justify-content: space-between;
        transition: .3s;
    }

    .weapon_count_block {
        display: flex;
        flex-direction: row;
        width: auto;
        height: auto;
        background-color: var(--bg-color);
        border-radius: 8px;
        padding: 5px 10px;
        align-items: center;
        gap: 10px;
        font-weight: 700;
        font-size: 11px;
        transition: .3s;
    }

    .witem:hover .weapon_kills_count {
        /* background-color: var(--button-color-hover); */
        color: var(--span-color);
        transition: .3s;
    }

    .witem:hover .weapon_svg_image img {
        filter: invert(1);
        transition: .3s;
    }

    .profile_block_scroll {
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: 1fr;
        background-color: var(--card-color);
        border-radius: 12px;
        padding: 0 10px 0 0;
        justify-items: center;
        align-items: center;
        gap: 15px;
        width: 100%;
        max-height: 247.5px;
        overflow: hidden;
        overflow-y: scroll;
    }

    .profile_block_no_scroll {
        width: 100%;
    }

    .profile_block_info {
        display: flex;
        padding: 10px;
        background-color: var(--bg-color);
        width: 100%;
        height: 100%;
        border-radius: 8px;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        align-items: center;
    }

    .profile_block_warns {
        display: flex;
        padding: 10px;
        background-color: var(--bg-color);
        width: 100%;
        height: auto;
        border-radius: 8px;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        align-items: center;
    }

    .profile_block_info_map {
        display: flex;
        padding: 10px;
        background-color: var(--bg-color);
        width: 100%;
        height: 100%;
        border-radius: 8px;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .profile_block_info_map_matches {
        display: flex;
        padding: 10px;
        background-color: var(--bg-color);
        width: 100%;
        height: auto;
        border-radius: 8px;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        z-index: 1;
        margin-bottom: 15px;
    }

    .profile_block_info_map_matches:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(270deg, #161616, transparent);
        z-index: 1;
    }

    .profile_block_maps_matches {
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        width: 100%;
        height: 100%;
        padding: 0 10px 0 0;
    }

    .count_matches_text {
        text-transform: uppercase;
        font-size: 10px;
        color: var(--custom-text-color);
    }

    .profile_block_title {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 10px;
        color: var(--custom-text-color);
        text-align: center;
        display: flex;
        gap: 7px;
        align-items: center;
    }

    .profile_block_title_map {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 10px;
        color: var(--custom-text-color);
        text-align: center;
        display: flex;
        gap: 7px;
        align-items: center;
        background-color: var(--bg-color);
        width: 100%;
        justify-content: center;
        padding: 10px;
        border-radius: 8px;
        margin: -7px 0;
    }

    .profile_block_title svg {
        width: auto;
        height: 11px;
        fill: var(--custom-text-color);
    }

    .profile_block_title_map svg {
        width: auto;
        height: 11px;
        fill: var(--custom-text-color);
    }

    .profile_block_value {
        font-size: 15px;
        font-weight: 700;
        display: flex;
        gap: 10px;
    }

    .profile_text_warn {
        font-size: 12px;
        color: var(--span-color);
        font-weight: 500;
        display: flex;
        gap: 10px;
        text-align: center;
    }

    .profile_block_value_double {
        font-size: 15px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        gap: 10px;
        z-index: 2;
    }

    .size_image {
        width: 22px;
        height: 22px;
        -webkit-user-drag: none;
    }

    .pin_size_image {
        width: 23px;
        height: 23px;
        -webkit-user-drag: none;
    }

    .pin_size_image_again {
        width: 40px;
        height: auto;
        -webkit-user-drag: none;
    }

    .profile_mapname {
        font-size: 15px;
        white-space: nowrap;
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .map_image {
        height: auto;
        width: 100%;
        background-size: cover;
        position: absolute;
        z-index: -1;
        opacity: .2;
        -webkit-user-drag: none;
    }

    .size_image_copy {
        width: 14px;
        height: auto;
        fill: var(--custom-text-color);
        cursor: pointer;
        transition: .3s;
    }

    .size_image_svg {
        width: 14px;
        height: auto;
        fill: var(--custom-text-color);
    }

    .size_image_copy:hover {
        fill: var(--span-color);
        transition: .3s;
    }

    .no_punishment_text {
        font-size: 29px;
        font-weight: 800;
        color: var(--custom-text-color);
    }

    .no_punishment_block {
        display: flex;
        position: relative;
        width: 100%;
        justify-content: center;
        height: 247.5px;
        align-items: center;
        padding-bottom: 30px !important;
        -webkit-user-drag: none;
        user-select: none;
        -webkit-user-select: none;
    }

    .no_punishment_block svg {
        width: 100px;
        height: auto;
        position: absolute;
        opacity: .05;
        fill: var(--custom-text-color);
    }

    .table_scroll {
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        width: 100%;
        height: 220px;
        padding: 0 10px 0 0;
    }

    .tb_bg {
        background-color: var(--bg-color);
        border-radius: 12px;
        margin-top: 0 !important;
    }

    .profile_friends_wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        width: 100%;
    }

    .profile_friend_block {
        display: flex;
        background-color: var(--bg-color);
        width: 100%;
        height: auto;
        border-radius: 6px;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        cursor: pointer;
        position: relative;
    }

    .profile_friend_avatar img {
        width: 39px;
        height: auto;
        border-radius: 4px;
        -webkit-user-drag: none;
    }

    .profile_friend_avatar_profile {
        display: flex;
        position: absolute;
        z-index: 2;
        width: 39px;
        height: 39px;
        background-color: transparent;
        border-radius: 5px;
        transition: .3s;
        align-items: center;
        justify-content: center;
    }

    .profile_friend_avatar_profile svg {
        visibility: hidden;
        opacity: 0;
        padding: 9px;
        transition: .3s;
        transform: translateY(4px);
        fill: var(--bg-color);
    }

    .profile_friend_block:hover .profile_friend_avatar_profile {
        background-color: var(--span-color);
        transition: .3s;
    }

    .profile_friend_block:hover .profile_friend_status {
        color: var(--default-text-color);
        transition: .3s;
    }

    .profile_friend_block:hover svg {
        transition: .3s;
        visibility: visible;
        opacity: 1;
        transition: .3s;
        transform: translateY(0);
        fill: var(--bg-color);
    }

    .profile_friend_info {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        overflow: hidden;
        max-width: 88px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .profile_friend_name span {
        color: var(--span-color);
        font-size: 9px;
        font-weight: 600;
    }

    .profile_friend_status {
        font-size: 9px;
        color: var(--custom-text-color);
        transition: .3s;
    }

    /* DEMOS */

    .profile_demo_card {
        display: flex;
        background-color: var(--bg-color);
        border-radius: 12px;
        padding: 5px;
        overflow: hidden;
        -webkit-user-drag: none;
        position: relative;
        cursor: pointer;
        justify-content: center;
        transition: .3s;
    }

    .profile_demo_card:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgb(22 22 22 / 75%), rgb(22 22 22 / 43%), transparent);
        z-index: 1;
        transition: .3s;
    }

    .profile_demo_content {
        display: flex;
        z-index: 1;
        width: 100%;
    }

    .profile_demo_info {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: rgb(0 0 0 / 30%);
        padding: 5px 10px;
        border-radius: 8px;
        transition: .3s;
    }

    .profile_demo_title_map {
        display: flex;
        font-size: 10px;
        color: var(--span-color);
        font-weight: 700;
        align-items: center;
        gap: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100px;
    }

    .profile_demo_score {
        display: flex;
        flex-direction: row;
        gap: 5px;
        align-items: center;
    }

    .profile_demo_t_score {
        color: var(--t-color);
        font-weight: 800;
        font-size: 12px;
    }

    .profile_demo_ct_score {
        color: var(--ct-color);
        font-weight: 800;
        font-size: 12px;
    }

    .profile_demo_date {
        display: none;
    }

    .profile_demo_map {
        position: absolute;
        width: 100%;
        height: auto;
        top: -30%;
        left: 0;
        z-index: 0;
        opacity: .5;
        transition: .3s;
    }

    .profile_demo_t_img {
        position: relative;
        width: 12px;
        height: 12px;
        -webkit-user-drag: none;
    }

    .profile_demo_ct_img {
        position: relative;
        width: 12px;
        height: 12px;
        -webkit-user-drag: none;
    }

    .profile_demo_pin_size_image {
        width: 12px;
        height: 12px;
        -webkit-user-drag: none;
    }

    .profile_demo_eye {
        display: none;
    }

    .profile_demo_eye svg {
        display: none;
    }

    .profile_demo_eye_text {
        display: none;
    }

    .profile_demo_card:hover svg {
        transform: translateY(-1px);
        fill: var(--span-color);
        transition: .3s;
        opacity: 1;
    }

    .profile_demo_card:hover .profile_demo_eye_text {
        transform: translateY(0);
        visibility: visible;
        transition: .3s;
        opacity: 1;
    }

    .profile_demo_card:hover .profile_demo_map {
        opacity: 1;
        transition: .3s;
    }

    .profile_demo_card:hover .profile_demo_eye {
        backdrop-filter: blur(1px);
        background-color: rgb(0 0 0 / 40%);
        transition: .3s;
    }

    .profile_demo_card:hover .profile_demo_info {
        backdrop-filter: blur(1px);
        background-color: rgb(0 0 0 / 40%);
        transition: .3s;
    }
}

@media (min-width: 579px) and (max-width: 1500px) {
    .servers__buttons_wrapper {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .profile_servers_list {
        display: flex;
        gap: 10px;
        overflow: hidden;
        overflow-x: scroll;
    }

    .profile__list_button {
        color: var(--default-text-color);
        background: transparent;
        padding: 7px 15px;
        transition: .3s;
        font-weight: 600;
        font-size: 12px;
        border-radius: 8px;
        border: 1px solid var(--default-text-color);
        opacity: .3;
        white-space: nowrap;
        margin-bottom: 10px;
    }

    .profile__list_button:hover {
        color: var(--span-color);
        font-weight: 600;
        transition: .3s;
        border: 1px solid var(--span-color);
        background: transparent;
        opacity: 1;
    }

    .profile__list_button_active {
        color: var(--span-color);
        font-weight: 600;
        transition: .3s;
        border: 1px solid var(--span-color);
        background: transparent;
        opacity: 1;
    }

    .profile_head_line {
        display: flex;
        position: absolute;
        background-color: var(--profile-line-bg);
        bottom: 0;
        right: 0;
        left: 0;
        height: 50px;
        z-index: 2;
        backdrop-filter: blur(3px);
        padding: 0 10px;
    }

    .profile_head_menu_button {
        display: flex;
        padding: 0 10px;
        position: relative;
        height: 100%;
        background: transparent;
        align-items: center;
        transition: .3s;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .profile_head_menu_button:hover {
        color: var(--span-color);
        transition: .3s;
    }

    .profile_head_menu_button_active {
        color: var(--span-color);
        transition: .3s;
    }

    .profile_back {
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: .5;
    }

    .profile_back video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .profile_user_avatar {
        z-index: 2;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        top: 43px;
        left: 0;
        right: 0;
        text-align: center;
        width: 115px;
    }

    .profile_user_avatar img {
        border-radius: 12px;
        width: 115px;
    }

    .profile_user_avatar a:hover:before,
    .profile_user_avatar a:hover:after {
        opacity: 1;
        transform: scale(1);
        transition: .3s;
    }

    .profile_user_avatar a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent;
        opacity: 0;
        transition: .3s;
    }

    .profile_user_avatar a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: hwb(0deg 0% 100% / 67%);
        opacity: 0;
        border-radius: 12px;
        transform: scale(0.7);
        transition: .3s;
    }

    .profile_user_avatar a svg {
        position: absolute;
        z-index: 3;
        top: 30px;
        bottom: 30px;
        left: 30px;
        right: 30px;
        fill: var(--span-color);
        opacity: 0;
        transform: scale(0.7) rotate(45deg);
        transition: .3s;
    }

    .profile_user_avatar:hover a svg {
        opacity: 1;
        transition: .3s;
        transform: scale(1);
    }

    .profile_user_status {
        display: flex;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        border: 2px solid rgb(32 32 32);
        background-color: var(--navbar-color);
        align-items: center;
        justify-content: center;
        bottom: -14px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        pointer-events: none;
    }

    .profile_user_status svg {
        width: 12px;
        height: auto;
        fill: var(--custom-text-color);
    }

    .status_online {
        border: 2px solid var(--green-color) !important;
    }

    .status_online svg {
        fill: var(--green-color) !important;
    }

    .status_offline {
        border: 2px solid var(--red-color) !important;
    }

    .status_offline svg {
        fill: var(--red-color) !important;
    }

    .profile_user_nickname {
        display: flex;
        position: absolute;
        z-index: 1;
        top: 3px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        font-size: 25px;
        font-weight: 800;
        color: var(--default-text-color);
        text-shadow: 0 1px 3px rgb(0 0 0 / 56%);
        max-width: 150px;
        white-space: nowrap;
    }

    .profile_user_settings {
        display: flex;
        position: absolute;
        z-index: 2;
        right: 15px;
        top: 15px;
        background-color: var(--profile-line-bg);
        width: 35px;
        height: 35px;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        transition: .3s;
    }

    .profile_user_settings svg {
        width: 17px;
        height: auto;
        transition: .3s;
        fill: var(--custom-text-color);
    }

    .profile_user_settings:hover svg {
        fill: var(--span-color);
        transition: .3s;
        animation-name: spin;
        animation-duration: 4000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        -webkit-animation-name: spin;
        -webkit-animation-duration: 4000ms;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: spin;
        -moz-animation-duration: 4000ms;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: spin;
        -ms-animation-duration: 4000ms;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
    }

    .profile_user_settings_active svg {
        fill: var(--span-color);
        transition: .3s;
    }

    @-ms-keyframes spin {
        from {
            -ms-transform: rotate(0deg);
        }

        to {
            -ms-transform: rotate(360deg);
        }
    }

    @-moz-keyframes spin {
        from {
            -moz-transform: rotate(0deg);
        }

        to {
            -moz-transform: rotate(360deg);
        }
    }

    @-webkit-keyframes spin {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    .profile_user_middle_block {
        display: flex;
        z-index: 2;
        width: 100%;
        justify-content: space-around;
        flex-direction: row;
        align-items: center;
        margin-bottom: 50px;
    }

 

    .close-button {
        position: absolute;
        right: 18px;
        top: 18px;
        cursor: pointer;
        transition: .3s;
    }

    .close-button svg {
        width: 12px;
        fill: var(--custom-text-color);
        transition: .3s;
    }

    .close-button:hover svg {
        fill: var(--span-color);
        transition: .3s;
    }

    .text_buy_ready {
        opacity: .5;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .example_text {
        font-size: 12px;
        font-style: italic;
        color: var(--span-color);
    }

    .card_buttons_info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .discord_button {
        background-color: var(--span-color);
        margin: 10px auto;
        width: 150px;
        padding: 10px 0;
        color: var(--default-text-color);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
        border-radius: 6px;
        transition: .3s;
    }

    .back_content {
        display: block;
        filter: grayscale(1);
        height: 150px;
        width: 230px;
        background-size: cover !important;
        background-position: center !important;
        transition: .3s;
        cursor: pointer;
        border-radius: 8px;
    }

    .back_content:hover {
        transition: .3s;
        filter: none;
    }

    .back_content video {
        width: 100% !important;
        height: 100%;
        object-fit: cover;
        transition: .3s;
        border-radius: 8px;
    }

    input[name=background]:checked+label {
        border: 1px solid var(--span-color);
        transition: .3s;
        filter: none;
    }

    .background {
        position: absolute;
        visibility: hidden;
    }

    .profile_settings_backs_list {
        display: flex;
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 205px;
        justify-items: stretch;
        margin: 7px 0 10px;
        padding-right: 10px;
        flex-wrap: wrap;
        width: 100%;
        gap: 10px;
        justify-content: space-between;
    }

    .profile_settings_inputs {
        display: flex;
        justify-items: stretch;
        flex-direction: column;
        width: 35%;
        gap: 15px;
    }

    .input-form {
        display: grid;
    }

    /* PROFILE INFO STATS STYLES */

    .pad_5 {
        padding: 0 5px;
    }

    .profile_gap {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .profile_block_titles {
        display: flex;
        background-color: var(--card-color);
        padding: 15px;
        border-radius: 6px;
        justify-content: center;
        align-items: center;
    }

    .profile_block_titles svg {
        width: 12px;
        fill: var(--custom-text-color);
        height: auto;
    }

    .center_title {
        display: flex;
        text-align: center;
        margin-top: 0 !important;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    .center_title svg {
        width: 12px;
        fill: var(--custom-text-color);
        height: auto;
    }

    .profile_block_content_title {
        display: flex;
        gap: 5px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        color: var(--custom-text-color);
        align-items: center;
    }

    .max_height {
        height: 247.5px;
    }

    .profile_block_about_player {
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: 1fr;
        background-color: var(--card-color);
        border-radius: 12px;
        padding: 15px;
        justify-items: center;
        align-items: center;
        gap: 15px;
        width: 100%;
    }

    .profile_block_stats {
        display: flex;
        background-color: var(--card-color);
        border-radius: 12px;
        padding: 15px;
        justify-items: center;
        align-items: center;
        gap: 15px;
        width: 100%;
        height: 247.5px;
        flex-direction: column;
        width: 100% !important;
    }

    .profile_block_weapons {
        display: flex;
        background-color: var(--card-color);
        border-radius: 12px;
        padding: 15px 15px 0;
        align-items: center;
        width: 100%;
        flex-direction: row;
    }

    .weapon_overflow {
        display: flex;
        margin-bottom: 9px;
        padding-bottom: 9px;
        overflow: auto;
        gap: 15px;
        cursor: grab;
    }

    .weapon_svg_image img {
        filter: invert(.2);
        width: auto;
        height: 33px;
        transition: .3s;
    }

    .weapon_kills_count {
        display: flex;
        width: auto;
        background-color: var(--bg-color);
        color: var(--default-text-color);
        font-size: 12px;
        font-weight: 700;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
        border-radius: 6px;
        transition: .3s;
    }

    .witem {
        width: 100% !important;
        display: flex !important;
        background-color: var(--grey-color);
        flex-direction: row;
        border-radius: 8px;
        padding: 8px;
        justify-content: space-between;
        transition: .3s;
    }

    .weapon_count_block {
        display: flex;
        flex-direction: row;
        width: auto;
        height: auto;
        background-color: var(--bg-color);
        border-radius: 8px;
        padding: 5px 10px;
        align-items: center;
        gap: 10px;
        font-weight: 700;
        font-size: 11px;
        transition: .3s;
    }

    .witem:hover .weapon_kills_count {
        /* background-color: var(--button-color-hover); */
        color: var(--span-color);
        transition: .3s;
    }

    .witem:hover .weapon_svg_image img {
        filter: invert(1);
        transition: .3s;
    }

    .profile_block_scroll {
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: 1fr;
        background-color: var(--card-color);
        border-radius: 12px;
        padding: 0 10px 0 0;
        justify-items: center;
        align-items: center;
        gap: 15px;
        width: 100%;
        max-height: 247.5px;
        overflow: hidden;
        overflow-y: scroll;
        width: 100%;
    }

    .profile_block_no_scroll {
        width: 100%;
    }

    .profile_block_info {
        display: flex;
        padding: 10px;
        background-color: var(--bg-color);
        width: 100%;
        height: 100%;
        border-radius: 8px;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        align-items: center;
    }

    .profile_block_warns {
        display: flex;
        padding: 10px;
        background-color: var(--bg-color);
        width: 100%;
        height: auto;
        border-radius: 8px;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        align-items: center;
    }

    .profile_block_info_map {
        display: flex;
        padding: 10px;
        background-color: var(--bg-color);
        width: 100%;
        height: 100%;
        border-radius: 8px;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .profile_block_info_map_matches {
        display: flex;
        padding: 10px;
        background-color: var(--bg-color);
        width: 100%;
        height: auto;
        border-radius: 8px;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        z-index: 1;
        margin-bottom: 15px;
    }

    .profile_block_info_map_matches:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(270deg, #161616, transparent);
        z-index: 1;
    }

    .profile_block_maps_matches {
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        width: 100%;
        height: 100%;
        padding: 0 10px 0 0;
    }

    .count_matches_text {
        text-transform: uppercase;
        font-size: 10px;
        color: var(--custom-text-color);
    }

    .profile_block_title {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 10px;
        color: var(--custom-text-color);
        text-align: center;
        display: flex;
        gap: 7px;
        align-items: center;
    }

    .profile_block_title_map {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 10px;
        color: var(--custom-text-color);
        text-align: center;
        display: flex;
        gap: 7px;
        align-items: center;
        background-color: var(--bg-color);
        width: 100%;
        justify-content: center;
        padding: 10px;
        border-radius: 8px;
        margin: -7px 0;
    }

    .profile_block_title svg {
        width: auto;
        height: 11px;
        fill: var(--custom-text-color);
    }

    .profile_block_title_map svg {
        width: auto;
        height: 11px;
        fill: var(--custom-text-color);
    }

    .profile_block_value {
        font-size: 15px;
        font-weight: 700;
        display: flex;
        gap: 10px;
    }

    .profile_text_warn {
        font-size: 12px;
        color: var(--span-color);
        font-weight: 500;
        display: flex;
        gap: 10px;
        text-align: center;
    }

    .profile_block_value_double {
        font-size: 15px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        gap: 10px;
        z-index: 2;
    }

    .size_image {
        width: 22px;
        height: 22px;
        -webkit-user-drag: none;
    }

    .pin_size_image {
        width: 23px;
        height: 23px;
        -webkit-user-drag: none;
    }

    .pin_size_image_again {
        width: 40px;
        height: auto;
        -webkit-user-drag: none;
    }

    .profile_mapname {
        font-size: 15px;
        white-space: nowrap;
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .map_image {
        height: auto;
        width: 100%;
        background-size: cover;
        position: absolute;
        z-index: -1;
        opacity: .2;
        -webkit-user-drag: none;
    }

    .size_image_copy {
        width: 14px;
        height: auto;
        fill: var(--custom-text-color);
        cursor: pointer;
        transition: .3s;
    }

    .size_image_svg {
        width: 14px;
        height: auto;
        fill: var(--custom-text-color);
    }

    .size_image_copy:hover {
        fill: var(--span-color);
        transition: .3s;
    }

    .no_punishment_text {
        font-size: 29px;
        font-weight: 800;
        color: var(--custom-text-color);
    }

    .no_punishment_block {
        display: flex;
        position: relative;
        width: 100%;
        justify-content: center;
        height: 247.5px;
        align-items: center;
        padding-bottom: 30px !important;
        -webkit-user-drag: none;
        user-select: none;
        -webkit-user-select: none;
    }

    .no_punishment_block svg {
        width: 100px;
        height: auto;
        position: absolute;
        opacity: .05;
        fill: var(--custom-text-color);
    }

    .table_scroll {
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        width: 100%;
        height: 220px;
        padding: 0 10px 0 0;
    }

    .tb_bg {
        background-color: var(--bg-color);
        border-radius: 12px;
        margin-top: 0 !important;
    }

    .profile_friends_wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        width: 100%;
    }

    .profile_friend_block {
        display: flex;
        background-color: var(--bg-color);
        width: 100%;
        height: auto;
        border-radius: 6px;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        cursor: pointer;
        position: relative;
    }

    .profile_friend_avatar img {
        width: 39px;
        height: auto;
        border-radius: 4px;
        -webkit-user-drag: none;
    }

    .profile_friend_avatar_profile {
        display: flex;
        position: absolute;
        z-index: 2;
        width: 39px;
        height: 39px;
        background-color: transparent;
        border-radius: 5px;
        transition: .3s;
        align-items: center;
        justify-content: center;
    }

    .profile_friend_avatar_profile svg {
        visibility: hidden;
        opacity: 0;
        padding: 9px;
        transition: .3s;
        transform: translateY(4px);
        fill: var(--bg-color);
    }

    .profile_friend_block:hover .profile_friend_avatar_profile {
        background-color: var(--span-color);
        transition: .3s;
    }

    .profile_friend_block:hover .profile_friend_status {
        color: var(--default-text-color);
        transition: .3s;
    }

    .profile_friend_block:hover svg {
        transition: .3s;
        visibility: visible;
        opacity: 1;
        transition: .3s;
        transform: translateY(0);
        fill: var(--bg-color);
    }

    .profile_friend_info {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .profile_friend_name span {
        color: var(--span-color);
        font-size: 12px;
        font-weight: 600;
    }

    .profile_friend_status {
        font-size: 11px;
        color: var(--custom-text-color);
        transition: .3s;
    }

    /* DEMOS */

    .profile_demo_card {
        display: flex;
        background-color: var(--bg-color);
        border-radius: 12px;
        padding: 5px;
        overflow: hidden;
        -webkit-user-drag: none;
        position: relative;
        cursor: pointer;
        justify-content: center;
        transition: .3s;
    }

    .profile_demo_card:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgb(22 22 22 / 75%), rgb(22 22 22 / 43%), transparent);
        z-index: 1;
        transition: .3s;
    }

    .profile_demo_content {
        display: flex;
        z-index: 1;
        width: 100%;
    }

    .profile_demo_info {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: rgb(0 0 0 / 30%);
        padding: 5px 10px;
        border-radius: 8px;
        transition: .3s;
    }

    .profile_demo_title_map {
        display: flex;
        font-size: 10px;
        color: var(--span-color);
        font-weight: 700;
        align-items: center;
        gap: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100px;
    }

    .profile_demo_score {
        display: flex;
        flex-direction: row;
        gap: 5px;
        align-items: center;
    }

    .profile_demo_t_score {
        color: var(--t-color);
        font-weight: 800;
        font-size: 12px;
    }

    .profile_demo_ct_score {
        color: var(--ct-color);
        font-weight: 800;
        font-size: 12px;
    }

    .profile_demo_date {
        display: none;
    }

    .profile_demo_map {
        position: absolute;
        width: 100%;
        height: auto;
        top: -30%;
        left: 0;
        z-index: 0;
        opacity: .5;
        transition: .3s;
    }

    .profile_demo_t_img {
        position: relative;
        width: 12px;
        height: 12px;
        -webkit-user-drag: none;
    }

    .profile_demo_ct_img {
        position: relative;
        width: 12px;
        height: 12px;
        -webkit-user-drag: none;
    }

    .profile_demo_pin_size_image {
        width: 12px;
        height: 12px;
        -webkit-user-drag: none;
    }

    .profile_demo_eye {
        display: none;
    }

    .profile_demo_eye svg {
        display: none;
    }

    .profile_demo_eye_text {
        display: none;
    }

    .profile_demo_card:hover svg {
        transform: translateY(-1px);
        fill: var(--span-color);
        transition: .3s;
        opacity: 1;
    }

    .profile_demo_card:hover .profile_demo_eye_text {
        transform: translateY(0);
        visibility: visible;
        transition: .3s;
        opacity: 1;
    }

    .profile_demo_card:hover .profile_demo_map {
        opacity: 1;
        transition: .3s;
    }

    .profile_demo_card:hover .profile_demo_eye {
        backdrop-filter: blur(1px);
        background-color: rgb(0 0 0 / 40%);
        transition: .3s;
    }

    .profile_demo_card:hover .profile_demo_info {
        backdrop-filter: blur(1px);
        background-color: rgb(0 0 0 / 40%);
        transition: .3s;
    }
}

@media (min-width: 1500px) {
    .servers__buttons_wrapper {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .profile_servers_list {
        display: flex;
        gap: 10px;
        overflow: hidden;
        overflow-x: scroll;
    }

    .profile__list_button {
        color: var(--default-text-color);
        background: transparent;
        padding: 7px 15px;
        transition: .3s;
        font-weight: 600;
        font-size: 12px;
        border-radius: 8px;
        border: 1px solid var(--default-text-color);
        opacity: .3;
        white-space: nowrap;
        margin-bottom: 10px;
    }

    .profile__list_button:hover {
        color: var(--span-color);
        font-weight: 600;
        transition: .3s;
        border: 1px solid var(--span-color);
        background: transparent;
        opacity: 1;
    }

    .profile__list_button_active {
        color: var(--span-color);
        font-weight: 600;
        transition: .3s;
        border: 1px solid var(--span-color);
        background: transparent;
        opacity: 1;
    }

    .profile_head_line {
        display: flex;
        position: absolute;
        background-color: var(--profile-line-bg);
        bottom: 0;
        right: 0;
        left: 0;
        height: 50px;
        justify-content: center;
        z-index: 2;
        backdrop-filter: blur(3px);
    }

    .profile_head_menu_button {
        display: flex;
        padding: 0 10px;
        position: relative;
        height: 100%;
        background: transparent;
        align-items: center;
        transition: .3s;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .profile_head_menu_button:hover {
        color: var(--span-color);
        transition: .3s;
        box-shadow: inset 0 -1px 0 0 var(--span-color);
        background-color: var(--span-color-low);
    }

    .profile_head_menu_button_active {
        color: var(--span-color);
        transition: .3s;
        background: var(--span-color-low);
        box-shadow: inset 0 -1px 0 0 var(--span-color);
    }

    .profile_back {
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: .5;
    }

    .profile_back video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .profile_user_avatar {
        z-index: 3;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        top: 43px;
        left: 0;
        right: 0;
        text-align: center;
        width: 115px;
    }

    .profile_user_avatar img {
        border-radius: 12px;
        width: 115px;
    }

    .profile_user_avatar a:hover:before,
    .profile_user_avatar a:hover:after {
        opacity: 1;
        transform: scale(1);
        transition: .3s;
    }

    .profile_user_avatar a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent;
        opacity: 0;
        transition: .3s;
    }

    .profile_user_avatar a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: hwb(0deg 0% 100% / 67%);
        opacity: 0;
        border-radius: 12px;
        transform: scale(0.7);
        transition: .3s;
    }

    .profile_user_avatar a svg {
        position: absolute;
        z-index: 3;
        top: 45px;
        bottom: 45px;
        left: 45px;
        right: 45px;
        fill: var(--span-color);
        opacity: 0;
        transform: scale(0.7) rotate(45deg);
        transition: .3s;
    }

    .profile_user_avatar:hover a svg {
        opacity: 1;
        transition: .3s;
        transform: scale(1);
    }

    .profile_user_status {
        display: flex;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        border: 2px solid rgb(32 32 32);
        background-color: var(--navbar-color);
        align-items: center;
        justify-content: center;
        bottom: -14px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        pointer-events: none;
    }

    .profile_user_status svg {
        width: 12px;
        height: auto;
        fill: var(--custom-text-color);
    }

    .status_online {
        border: 2px solid var(--green-color) !important;
    }

    .status_online svg {
        fill: var(--green-color) !important;
    }

    .status_offline {
        border: 2px solid var(--red-color) !important;
    }

    .status_offline svg {
        fill: var(--red-color) !important;
    }

    .profile_user_nickname {
        display: flex;
        position: absolute;
        z-index: 1;
        top: 3px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        font-size: 25px;
        font-weight: 800;
        color: var(--default-text-color);
        text-shadow: 0 1px 3px rgb(0 0 0 / 56%);
        max-width: 300px;
        white-space: nowrap;
    }

    .profile_user_settings {
        display: flex;
        position: absolute;
        z-index: 2;
        right: 15px;
        top: 15px;
        background-color: var(--profile-line-bg);
        width: 35px;
        height: 35px;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        transition: .3s;
    }

    .profile_user_settings svg {
        width: 17px;
        height: auto;
        transition: .3s;
        fill: var(--custom-text-color);
    }

    .profile_user_settings:hover svg {
        fill: var(--span-color);
        transition: .3s;
        animation-name: spin;
        animation-duration: 4000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        -webkit-animation-name: spin;
        -webkit-animation-duration: 4000ms;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: spin;
        -moz-animation-duration: 4000ms;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: spin;
        -ms-animation-duration: 4000ms;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
    }

    .profile_user_settings_active svg {
        fill: var(--span-color);
        transition: .3s;
    }

    @-ms-keyframes spin {
        from {
            -ms-transform: rotate(0deg);
        }

        to {
            -ms-transform: rotate(360deg);
        }
    }

    @-moz-keyframes spin {
        from {
            -moz-transform: rotate(0deg);
        }

        to {
            -moz-transform: rotate(360deg);
        }
    }

    @-webkit-keyframes spin {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    .profile_user_middle_block {
        display: flex;
        z-index: 2;
        width: 100%;
        justify-content: space-around;
        flex-direction: row;
        align-items: center;
        margin-bottom: 50px;
    }

 

    .close-button {
        position: absolute;
        right: 18px;
        top: 18px;
        cursor: pointer;
        transition: .3s;
    }

    .close-button svg {
        width: 12px;
        fill: var(--custom-text-color);
        transition: .3s;
    }

    .close-button:hover svg {
        fill: var(--span-color);
        transition: .3s;
    }

    .text_buy_ready {
        opacity: .5;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .example_text {
        font-size: 12px;
        font-style: italic;
        color: var(--span-color);
    }

    .card_buttons_info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .discord_button {
        background-color: var(--span-color);
        margin: 10px auto;
        width: 150px;
        padding: 10px 0;
        color: var(--default-text-color);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
        border-radius: 6px;
        transition: .3s;
    }

    .back_content {
        display: block;
        filter: grayscale(1);
        height: 100px;
        width: 190px;
        background-size: cover !important;
        background-position: center !important;
        transition: .3s;
        cursor: pointer;
        border-radius: 8px;
    }

    .back_content:hover {
        transition: .3s;
        filter: none;
    }

    .back_content video {
        width: 100% !important;
        height: 100%;
        object-fit: cover;
        transition: .3s;
        border-radius: 8px;
    }

    input[name=background]:checked+label {
        border: 1px solid var(--span-color);
        transition: .3s;
        filter: none;
    }

    .background {
        position: absolute;
        visibility: hidden;
    }

    .profile_settings_backs_list {
        display: flex;
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 205px;
        justify-items: stretch;
        margin: 7px 0 10px;
        padding-right: 10px;
        flex-wrap: wrap;
        width: 100%;
        gap: 10px;
        justify-content: space-between;
    }

    .profile_settings_inputs {
        display: flex;
        justify-items: stretch;
        flex-direction: column;
        width: 35%;
        gap: 15px;
    }

    .input-form {
        display: grid;
    }

    /* PROFILE INFO STATS STYLES */

    .pad_5 {
        padding: 0 5px;
    }

    .profile_gap {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .profile_block_titles {
        display: flex;
        background-color: var(--card-color);
        padding: 15px;
        border-radius: 6px;
        justify-content: flex-start;
        align-items: center;
    }

    .profile_block_titles svg {
        width: 12px;
        fill: var(--custom-text-color);
        height: auto;
    }

    .center_title {
        display: flex;
        text-align: center;
        margin-top: 0 !important;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    .center_title svg {
        width: 12px;
        fill: var(--custom-text-color);
        height: auto;
    }

    .profile_block_content_title {
        display: flex;
        gap: 5px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        color: var(--custom-text-color);
        align-items: center;
    }

    .max_height {
        height: 247.5px;
    }

    .profile_block_about_player {
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: 1fr;
        background-color: var(--card-color);
        border-radius: 12px;
        padding: 15px;
        justify-items: center;
        align-items: center;
        gap: 15px;
        width: 100%;
    }

    .profile_block_stats {
        display: flex;
        background-color: var(--card-color);
        border-radius: 12px;
        padding: 15px;
        justify-items: center;
        align-items: center;
        gap: 15px;
        width: 100%;
        height: auto;
        flex-direction: column;
        background-position: right;
        background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://cdn.wallpapersafari.com/43/41/x6evEV.jpg');
    }

    .profile_block_weapons {
        display: flex;
        background-color: var(--card-color);
        border-radius: 12px;
        padding: 15px 15px 0;
        align-items: center;
        width: 100%;
        flex-direction: row;
    }

    .weapon_overflow {
        display: flex;
        margin-bottom: 9px;
        padding-bottom: 9px;
        overflow: auto;
        gap: 15px;
        cursor: grab;
    }

    .weapon_svg_image img {
        filter: invert(.2);
        width: auto;
        height: 33px;
        transition: .3s;
    }

    .weapon_kills_count {
        display: flex;
        width: auto;
        background-color: var(--bg-color);
        color: var(--default-text-color);
        font-size: 12px;
        font-weight: 700;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
        border-radius: 6px;
        transition: .3s;
    }

    .witem {
        width: 100% !important;
        display: flex !important;
        background-color: var(--grey-color);
        flex-direction: row;
        border-radius: 8px;
        padding: 8px;
        justify-content: space-between;
        transition: .3s;
    }

    .weapon_count_block {
        display: flex;
        flex-direction: row;
        width: auto;
        height: auto;
        background-color: var(--bg-color);
        border-radius: 8px;
        padding: 5px 10px;
        align-items: center;
        gap: 10px;
        font-weight: 700;
        font-size: 11px;
        transition: .3s;
    }

    .witem:hover .weapon_kills_count {
        /* background-color: var(--button-color-hover); */
        color: var(--span-color);
        transition: .3s;
    }

    .witem:hover .weapon_svg_image img {
        filter: invert(1);
        transition: .3s;
    }

    .profile_block_scroll {
        overflow: hidden;
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: 1fr;
        background-color: #16223191;
        border-radius: 12px;
        padding: 0 10px 0 0;
        justify-items: center;
        align-items: center;
        gap: 15px;
        width: 100%;
        max-height: 275px;
        overflow-y: auto;
    }

    .profile_block_no_scroll {
        width: 100%;
    }

    .profile_block_info {
        display: flex;
        padding: 10px;
        background-color: rgba(22, 22, 22, 0.31);
        width: 100%;
        height: 100%;
        border-radius: 8px;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        align-items: center;
        border-color: #ebd6181a;
        color: #ebd618;
        border-color: #8f8e8e1a;
        color: #c5c5c5;
        border-radius: .3rem;
        border: 1px solid rgba(255,255,255,.05);
    }

    .profile_block_warns {
        display: flex;
        padding: 10px;
        background-color: var(--bg-color);
        width: 100%;
        height: auto;
        border-radius: 8px;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        align-items: center;
    }

    .profile_block_info_map {
        display: flex;
        padding: 10px;
        background-color: var(--bg-color);
        width: 100%;
        height: 100%;
        border-radius: 8px;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .profile_block_info_map_matches {
        display: flex;
        padding: 10px;
        background-color: var(--bg-color);
        width: 100%;
        height: auto;
        border-radius: 8px;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        z-index: 1;
        margin-bottom: 15px;
    }

    .profile_block_info_map_matches:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(270deg, #161616, transparent);
        z-index: 1;
    }

    .profile_block_maps_matches {
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        width: 100%;
        height: 100%;
        padding: 0 10px 0 0;
    }

    .count_matches_text {
        text-transform: uppercase;
        font-size: 10px;
        color: var(--custom-text-color);
    }

    .profile_block_title {
        text-align: center;
        display: flex;
        gap: 7px;
        align-items: center;
        border-color: #da6e091a;
        color: var(--custom-text-color);
    }

    .profile_block_title_map {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 10px;
        color: var(--custom-text-color);
        text-align: center;
        display: flex;
        gap: 7px;
        align-items: center;
        background-color: var(--bg-color);
        width: 100%;
        justify-content: center;
        padding: 10px;
        border-radius: 8px;
        margin: -7px 0;
    }

    .profile_block_title svg {
        width: auto;
        height: 18px;
        fill: #c5c5c5;
    }

    .profile_block_title_map svg {
        width: auto;
        height: 11px;
        fill: var(--custom-text-color);
    }

    .profile_block_value {
        font-size: 15px;
        font-weight: 700;
        display: flex;
        gap: 10px;
    }

    .profile_text_warn {
        font-size: 12px;
        color: var(--span-color);
        font-weight: 500;
        display: flex;
        gap: 10px;
        text-align: center;
    }

    .profile_block_value_double {
        font-size: 15px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        gap: 10px;
        z-index: 2;
    }

    .size_image {
        width: 22px;
        height: 22px;
        -webkit-user-drag: none;
    }

    .pin_size_image {
        width: 23px;
        height: 23px;
        -webkit-user-drag: none;
    }

    .pin_size_image_again {
        width: 40px;
        height: auto;
        -webkit-user-drag: none;
    }

    .profile_mapname {
        font-size: 15px;
        white-space: nowrap;
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .map_image {
        height: auto;
        width: 100%;
        background-size: cover;
        position: absolute;
        z-index: -1;
        opacity: .2;
        -webkit-user-drag: none;
    }

    .size_image_copy {
        width: 14px;
        height: auto;
        fill: var(--custom-text-color);
        cursor: pointer;
        transition: .3s;
    }

    .size_image_svg {
        width: 14px;
        height: auto;
        fill: var(--custom-text-color);
    }

    .size_image_copy:hover {
        fill: var(--span-color);
        transition: .3s;
    }

    .no_punishment_text {
        font-size: 29px;
        font-weight: 800;
        color: var(--custom-text-color);
    }

    .no_punishment_block {
        display: flex;
        position: relative;
        width: 100%;
        justify-content: center;
        height: 247.5px;
        align-items: center;
        padding-bottom: 30px !important;
        -webkit-user-drag: none;
        user-select: none;
        -webkit-user-select: none;
    }

    .no_punishment_block svg {
        width: 100px;
        height: auto;
        position: absolute;
        opacity: .05;
        fill: var(--custom-text-color);
    }

    .table_scroll {
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        width: 100%;
        height: 220px;
        padding: 0 10px 0 0;
    }

    .tb_bg {
        background-color: var(--bg-color);
        border-radius: 12px;
        margin-top: 0 !important;
    }

    .profile_friends_wrap {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 15px;
        width: 100%;
    }

    .profile_friend_block {
        display: flex;
        background-color: var(--bg-color);
        width: 100%;
        height: auto;
        border-radius: 6px;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        cursor: pointer;
        position: relative;
    }

    .profile_friend_avatar img {
        width: 39px;
        height: auto;
        border-radius: 4px;
        -webkit-user-drag: none;
    }

    .profile_friend_avatar_profile {
        display: flex;
        position: absolute;
        z-index: 2;
        width: 39px;
        height: 39px;
        background-color: transparent;
        border-radius: 5px;
        transition: .3s;
        align-items: center;
        justify-content: center;
    }

    .profile_friend_avatar_profile svg {
        visibility: hidden;
        opacity: 0;
        padding: 9px;
        transition: .3s;
        transform: translateY(4px);
        fill: var(--bg-color);
    }

    .profile_friend_block:hover .profile_friend_avatar_profile {
        background-color: var(--span-color);
        transition: .3s;
    }

    .profile_friend_block:hover .profile_friend_status {
        color: var(--default-text-color);
        transition: .3s;
    }

    .profile_friend_block:hover svg {
        transition: .3s;
        visibility: visible;
        opacity: 1;
        transition: .3s;
        transform: translateY(0);
        fill: var(--bg-color);
    }

    .profile_friend_info {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .profile_friend_name span {
        color: var(--span-color);
        font-size: 12px;
        font-weight: 600;
    }

    .profile_friend_status {
        font-size: 11px;
        color: var(--custom-text-color);
        transition: .3s;
    }

    /* DEMOS */

    .profile_demo_card {
        display: flex;
        background-color: var(--bg-color);
        border-radius: 12px;
        padding: 5px;
        overflow: hidden;
        -webkit-user-drag: none;
        position: relative;
        cursor: pointer;
        justify-content: space-between;
        transition: .3s;
    }

    .profile_demo_card:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgb(22 22 22 / 75%), rgb(22 22 22 / 43%), transparent);
        z-index: 1;
        transition: .3s;
    }

    .profile_demo_content {
        display: flex;
        z-index: 1;
    }

    .profile_demo_info {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: rgb(0 0 0 / 30%);
        padding: 5px 10px;
        border-radius: 8px;
        transition: .3s;
    }

    .profile_demo_title_map {
        display: flex;
        font-size: 13px;
        color: var(--span-color);
        font-weight: 700;
        align-items: center;
        gap: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100px;
    }

    .profile_demo_score {
        display: flex;
        flex-direction: row;
        gap: 5px;
        align-items: center;
    }

    .profile_demo_t_score {
        color: var(--t-color);
        font-weight: 800;
    }

    .profile_demo_ct_score {
        color: var(--ct-color);
        font-weight: 800;
    }

    .profile_demo_date {
        font-size: 10px;
        font-weight: 600;
        color: var(--default-text-color);
        opacity: .5;
    }

    .profile_demo_map {
        position: absolute;
        width: 100%;
        height: auto;
        top: -30%;
        left: 0;
        z-index: 0;
        opacity: .5;
        transition: .3s;
    }

    .profile_demo_t_img {
        position: relative;
        width: 17px;
        height: 17px;
        -webkit-user-drag: none;
    }

    .profile_demo_ct_img {
        position: relative;
        width: 17px;
        height: 17px;
        -webkit-user-drag: none;
    }

    .profile_demo_pin_size_image {
        width: 17px;
        height: 17px;
        -webkit-user-drag: none;
    }

    .profile_demo_eye {
        z-index: 2;
        display: flex;
        background-color: rgb(0 0 0 / 30%);
        border-radius: 8px;
        width: 67px;
        height: 67px;
        align-items: center;
        justify-content: center;
        transition: .3s;
        flex-direction: column;
    }

    .profile_demo_eye svg {
        width: 40px;
        height: auto;
        fill: var(--default-text-color);
        opacity: .1;
        transition: .3s;
        transform: translateY(7px);
    }

    .profile_demo_eye_text {
        visibility: hidden;
        transform: translateY(5px);
        font-size: 9px;
        opacity: 0;
        transition: .3s;
    }

    .profile_demo_card:hover svg {
        transform: translateY(-1px);
        fill: var(--span-color);
        transition: .3s;
        opacity: 1;
    }

    .profile_demo_card:hover .profile_demo_eye_text {
        transform: translateY(0);
        visibility: visible;
        transition: .3s;
        opacity: 1;
    }

    .profile_demo_card:hover .profile_demo_map {
        opacity: 1;
        transition: .3s;
    }

    .profile_demo_card:hover .profile_demo_eye {
        backdrop-filter: blur(1px);
        background-color: rgb(0 0 0 / 40%);
        transition: .3s;
    }

    .profile_demo_card:hover .profile_demo_info {
        backdrop-filter: blur(1px);
        background-color: rgb(0 0 0 / 40%);
        transition: .3s;
    }
}

.profile_head {
    display: flex;
    width: 100%;
    height: 250px;
    margin: 10px 0 0;
    background-color: var(--card-color);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}


.profile_socials {
    display: grid;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    gap: 10px;
}

.social_button_faceit {
    display: flex;
    background: var(--profile-line-bg);
    border-radius: 8px;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.social_button_faceit svg {
    fill: var(--default-text-color);
    width: 17px;
    height: auto;
    opacity: .5;
    transition: .3s;
}

.social_button_faceit:hover svg {
    opacity: 1;
    transition: .3s;
    fill: var(--span-color);
}

.social_button_faceit:hover {
    transition: .3s;
}

.social_button_steam {
    display: flex;
    background: var(--profile-line-bg);
    border-radius: 8px;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.social_button_steam svg {
    width: 17px;
    height: auto;
    fill: var(--default-text-color);
    opacity: .5;
    transition: .3s;
}

.social_button_steam:hover svg {
    opacity: 1;
    transition: .3s;
    fill: var(--span-color);
}

.social_button_steam:hover {
    transition: .3s;
}

.social_button_vk {
    display: flex;
    background: var(--profile-line-bg);
    border-radius: 8px;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.social_button_vk svg {
    width: 17px;
    height: auto;
    fill: var(--default-text-color);
    opacity: .5;
    transition: .3s;
}

.social_button_vk:hover svg {
    opacity: 1;
    transition: .3s;
    fill: var(--span-color);
}

.social_button_vk:hover {
    transition: .3s;
}

.social_button_discord {
    display: flex;
    background: var(--profile-line-bg);
    border-radius: 8px;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
    transition: .3s;
    cursor: pointer;
}

.social_button_discord svg {
    width: 17px;
    height: auto;
    fill: var(--default-text-color);
    opacity: .5;
    transition: .3s;
}

.social_button_discord:hover svg {
    opacity: 1;
    transition: .3s;
    fill: var(--span-color);
}

.social_button_discord:hover {
    transition: .3s;
}

@media (max-width: 867px) {
    .profile_head_user_stats {
        display: none;
    }

    .profile_head_user_info {
        display: none;
    }
}

@media (min-width: 868px) and (max-width: 1499px) {
    .profile_head_user_stats {
        display: flex;
        background-color: var(--profile-line-bg);
        padding: 10px;
        border-radius: 12px;
        flex-direction: column;
        align-items: flex-end;
        backdrop-filter: blur(2px);
    }

    .profile_head_user_rank {
        height: 28px;
        width: auto;
    }

    .profile_xp_bar {
        display: block;
        position: relative;
        z-index: 2;
        width: auto;
        top: 0;
        float: right;
        left: 0;
    }

    .profile_progress_box {
        -webkit-transform: unset;
        transform: unset;
        width: 280px;
        margin: 15px 0;
    }

    .profile_progress_block {
        flex-grow: 1;
    }

    .profile_progress_bar {
        height: 6px;
        background-color: rgb(255 255 255 / 7%);
        border-radius: 10px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .profile_progress_bg {
        height: 6px;
        background: linear-gradient(90deg, var(--bg-color), var(--span-color));
        border-radius: 10px;
        left: 0;
        position: absolute;
        transition: width 1s;
    }

    .profile_xp_bar_info {
        display: flex;
        flex-direction: row;
        gap: 5px;
        font-size: 12px;
        font-weight: 600;
        width: 280px;
        justify-content: space-between;
        background-color: var(--card-color);
        border-radius: 4px;
        padding: 6px 10px;
    }

    .profile_user_rank_block {
        width: 280px;
        display: flex;
        gap: 15px;
        align-items: center;
        justify-content: space-between;
    }

    .rank_translate_style {
        font-weight: 700;
        color: var(--span-color);
        display: flex;
        gap: 7px;
    }

    .rank_translate_style svg {
        width: 15px;
        fill: var(--span-color);
    }

    .profile_user_progress_value_text {
        color: var(--default-text-color);
        opacity: .5;
        text-transform: uppercase;
        display: flex;
        gap: 5px;
    }

    .profile_user_progress_value_text svg {
        width: 17px;
        fill: var(--default-text-color);
    }

    .profile_user_progress_value {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .profile_head_user_info {
        display: flex;
        background-color: var(--profile-line-bg);
        padding: 10px;
        border-radius: 12px;
        backdrop-filter: blur(2px);
        flex-direction: column;
        align-items: flex-start;
        width: 300px;
    }

    .profile_user_badges {
        display: flex;
        width: 100%;
    }

    .role_profile {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        width: 100%;
    }

    .profile_admin_status {
        background: var(--card-color);
        border-radius: 4px;
        color: var(--green-color);
        font-weight: 800;
        font-size: 12px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 6px 10px;
        width: 100%;
        justify-content: center;
    }

    .profile_admin_status svg {
        width: 12px;
        fill: var(--green-color);
    }

    .profile_vip_status {
        background: var(--card-color);
        border-radius: 4px;
        color: var(--money);
        font-weight: 800;
        font-size: 12px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 6px 10px;
        width: 100%;
        justify-content: center;
    }

    .profile_vip_status svg {
        width: 12px;
        fill: var(--money);
    }

    .profile_top_position {
        background: var(--card-color);
        border-radius: 4px;
        color: var(--span-color);
        font-weight: 800;
        font-size: 12px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 6px 10px;
        width: 100%;
        justify-content: center;
    }

    .profile_top_position svg {
        width: 12px;
        fill: var(--money);
    }

    .profile_new_player {
        background: var(--card-color);
        border-radius: 4px;
        color: var(--custom-text-color);
        font-weight: 800;
        font-size: 12px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 6px 10px;
        width: 100%;
        justify-content: center;
    }

    .profile_new_player svg {
        width: 12px;
        fill: var(--custom-text-color);
    }

    .profile_player_banned {
        background: var(--card-color);
        border-radius: 4px;
        color: var(--red-color);
        font-weight: 800;
        font-size: 12px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 6px 10px;
        width: 100%;
        justify-content: center;
    }

    .profile_player_banned svg {
        width: 12px;
        fill: var(--red-color);
    }

    .topplayer-1 {
        color: var(--top-one-color) !important;
    }

    .profile_top_position.topplayer-1 svg {
        fill: var(--top-one-color) !important;
    }

    .topplayer-2 {
        color: var(--top-two-color) !important;
    }

    .profile_top_position.topplayer-2 svg {
        fill: var(--top-two-color) !important;
    }

    .topplayer-3 {
        color: var(--top-three-color) !important;
    }

    .profile_top_position.topplayer-3 svg {
        fill: var(--top-three-color) !important;
    }

    .profile_user_balance {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        margin: 5px 0;
        background-color: var(--card-color);
        border-radius: 4px;
        padding: 3px 7px;
    }

    .profile_user_balance_phrase {
        font-size: 11px;
        color: var(--default-text-color);
    }

    .profile_user_balance_count {
        display: flex;
        justify-content: flex-end;
        gap: 7px;
        font-size: 12px;
        font-weight: 700;
        color: var(--money);
        align-items: center;
    }

    .profile_user_balance_count svg {
        width: 11px;
        fill: var(--money);
    }

    .profile_user_last_connect {
        display: flex;
        background-color: var(--card-color);
        width: 100%;
        justify-content: center;
        font-size: 12px;
        padding: 6px 0;
        border-radius: 4px;
        color: var(--custom-text-color);
        font-weight: 600;
        gap: 5px;
    }

    .profile_user_last_connect svg {
        width: 13px;
        fill: var(--custom-text-color);
    }

    .profile_user_play_now {
        display: flex;
        background-color: var(--card-color);
        width: 100%;
        justify-content: center;
        font-size: 12px;
        padding: 6px 0;
        border-radius: 4px;
        font-weight: 600;
        gap: 7px;
    }

    .profile_user_play_now_phrase {
        color: var(--default-text-color);
    }

    .profile_current_server_now {
        text-transform: uppercase;
        font-weight: 800;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 140px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--green-color);
    }

    .profile_current_server_now svg {
        width: 7px;
        fill: var(--green-color);
    }
}

@media (min-width:1500px) {
    .profile_head_user_stats {
        display: flex;
        padding: 10px;
        border-radius: 12px;
        flex-direction: column;
        align-items: flex-end;
        background-color: rgba(22, 22, 22, 0.27);
    }

    .profile_head_user_rank {
        height: 28px;
        width: auto;
    }

    .profile_xp_bar {
        display: block;
        position: relative;
        z-index: 2;
        width: auto;
        top: 0;
        float: right;
        left: 0;
    }

    .profile_progress_box {
        -webkit-transform: unset;
        transform: unset;
        width: 280px;
        margin: 15px 0;
    }

    .profile_progress_block {
        flex-grow: 1;
    }

    .profile_progress_bar {
        height: 6px;
        background-color: rgb(255 255 255 / 7%);
        border-radius: 10px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .profile_progress_bg {
        height: 6px;
        background: linear-gradient(90deg, var(--bg-color), var(--span-color));
        border-radius: 10px;
        left: 0;
        position: absolute;
        transition: width 1s;
    }

    .profile_xp_bar_info {
        display: flex;
        flex-direction: row;
        gap: 5px;
        font-size: 12px;
        font-weight: 600;
        width: 280px;
        justify-content: space-between;
        background-color: var(--card-color);
        border-radius: 4px;
        padding: 6px 10px;
    }

    .profile_user_rank_block {
        width: 280px;
        display: flex;
        gap: 15px;
        align-items: center;
        justify-content: space-between;
    }

    .rank_translate_style {
        font-weight: 700;
        color: var(--span-color);
        display: flex;
        gap: 7px;
    }

    .rank_translate_style svg {
        width: 15px;
        fill: var(--span-color);
    }

    .profile_user_progress_value_text {
        color: var(--default-text-color);
        opacity: .5;
        text-transform: uppercase;
        display: flex;
        gap: 5px;
    }

    .profile_user_progress_value_text svg {
        width: 17px;
        fill: var(--default-text-color);
    }

    .profile_user_progress_value {
        display: flex;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }

    .profile_head_user_info {
        display: flex;
        background-color: rgba(22, 22, 22, 0.31);
        padding: 10px;
        border-radius: 12px;
        /*! backdrop-filter: blur(2px); */
        flex-direction: column;
        align-items: flex-start;
        width: 300px;
    }

    .profile_user_badges {
        display: flex;
        width: 100%;
    }

    .role_profile {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        width: 100%;
    }

    .profile_admin_status {
        background: var(--card-color);
        border-radius: 4px;
        font-weight: 800;
        font-size: 12px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 5px 10px;
        width: 100%;
        -webkit-background-clip: text;
    }

    .profile_admin_status svg {
        width: 12px;
    }

    .profile_vip_status {
        background: var(--card-color);
        border-radius: 4px;
        color: var(--money);
        font-weight: 800;
        font-size: 12px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 6px 10px;
        width: 100%;
        justify-content: center;
    }

    .profile_vip_status svg {
        width: 12px;
        fill: var(--money);
    }

    .profile_top_position {
        background: var(--card-color);
        border-radius: 4px;
        color: var(--span-color);
        font-weight: 800;
        font-size: 12px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 6px 10px;
        width: 100%;
        justify-content: center;
    }

    .profile_top_position svg {
        width: 12px;
        fill: var(--money);
    }

    .profile_new_player {
        background: var(--card-color);
        border-radius: 4px;
        color: var(--custom-text-color);
        font-weight: 800;
        font-size: 12px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 6px 10px;
        width: 100%;
        justify-content: center;
    }

    .profile_new_player svg {
        width: 12px;
        fill: var(--custom-text-color);
    }

    .profile_player_banned {
        background: var(--card-color);
        border-radius: 4px;
        color: var(--red-color);
        font-weight: 800;
        font-size: 12px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 6px 10px;
        width: 100%;
        justify-content: center;
    }

    .profile_player_banned svg {
        width: 12px;
        fill: var(--red-color);
    }

    .topplayer-1 {
        color: var(--top-one-color) !important;
    }

    .profile_top_position.topplayer-1 svg {
        fill: var(--top-one-color) !important;
    }

    .topplayer-2 {
        color: var(--top-two-color) !important;
    }

    .profile_top_position.topplayer-2 svg {
        fill: var(--top-two-color) !important;
    }

    .topplayer-3 {
        color: var(--top-three-color) !important;
    }

    .profile_top_position.topplayer-3 svg {
        fill: var(--top-three-color) !important;
    }

    .profile_user_balance {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        margin: 5px 0;
        background-color: var(--card-color);
        border-radius: 4px;
        padding: 3px 7px;
    }

    .profile_user_balance_phrase {
        font-size: 11px;
        color: var(--default-text-color);
    }

    .profile_user_balance_count {
        display: flex;
        justify-content: flex-end;
        gap: 7px;
        font-size: 12px;
        font-weight: 700;
        color: var(--money);
        align-items: center;
    }

    .profile_user_balance_count svg {
        width: 11px;
        fill: var(--money);
    }

    .profile_user_last_connect {
        display: flex;
        background-color: var(--card-color);
        width: 100%;
        justify-content: center;
        font-size: 12px;
        padding: 6px 0;
        border-radius: 4px;
        color: var(--custom-text-color);
        font-weight: 600;
        gap: 5px;
    }

    .profile_user_last_connect svg {
        width: 13px;
        fill: var(--custom-text-color);
    }

    .profile_user_play_now {
        display: flex;
        background-color: var(--card-color);
        width: 100%;
        justify-content: center;
        font-size: 12px;
        padding: 6px 0;
        border-radius: 4px;
        font-weight: 600;
        gap: 7px;
    }

    .profile_user_play_now_phrase {
        color: var(--default-text-color);
    }

    .profile_current_server_now {
        text-transform: uppercase;
        font-weight: 800;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 140px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--green-color);
    }

    .profile_current_server_now svg {
        width: 7px;
        fill: var(--green-color);
    }
}

@media (min-width:1075px) {
    .profile_block_content {
        display: flex;
        gap: 10px;
        flex-direction: row;
        justify-content: space-between;
        overflow: hidden;
    }

    .profile_block_content_friends {
        display: flex;
        gap: 10px;
        flex-direction: row;
        justify-content: space-between;
        overflow: hidden;
    }
}

@media (min-width:500px) and (max-width:1074px) {
    .profile_block_content {
        display: grid;
        gap: 10px;
        overflow: hidden;
    }

    .profile_block_content_friends {
        display: flex;
        gap: 10px;
        flex-direction: row;
        justify-content: space-between;
        overflow: hidden;
    }
}

@media (max-width:499px) {
    .profile_block_content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        overflow: hidden;
    }

    .profile_block_content_friends {
        display: flex;
        gap: 10px;
        flex-direction: row;
        justify-content: space-between;
        overflow: hidden;
    }
}

@media (max-width:799px) {
    .profile_head_menu_left {
        display: flex;
        height: 100%;
        width: 100%;
        flex-direction: row;
        position: relative;
        gap: 10px;
        overflow-x: scroll;
    }
}

@media (min-width:800px) {
    .profile_head_menu_left {
        display: flex;
        height: 100%;
        width: 100%;
        flex-direction: row;
        position: relative;
        align-items: center;
        justify-content: center;
    }
}

.input-form label svg {
    width: 11px;
    fill: var(--custom-text-color);
}

th.text-center.lrweb_table svg{
    width: 12px;
    height: auto;
    fill: var(--red-color);
}

.profile_user_last_connect svg {
    width: 13px;
    fill: var(--green-color);
    margin-bottom: 2px;
}

.hideinfo {
    filter: blur(5px);
    transition: .7s;
    cursor: pointer;
}

.stopblur {
    filter: none;
    transition: .7s;
    cursor: pointer;
    color: var(--default-text-color) !important;
}

.wslider {
    display: flex;
    overflow: hidden;
    background-color: var(--card-color);
    padding: 10px 10px 10px 5px;
    border-radius: 12px;
}


.button_playing_server {
    display: block;
    width: 264px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.count_matches {
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width:768px) {
    .bans_comms_header {
        padding: 10px 0px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        background-color: var(--bottom-line-table);
        border-radius: 4px;
        margin: 5px;
        user-select: none;
        justify-items: center;
        width: 100%;
    }

    .bans_comms_list_body li {
        height: 60px;
        background: var(--bg-table-color);
        border-radius: 4px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 0px;
        margin: 0;
        transition: .3s;
        position: relative;
        justify-items: center;
        align-content: center;
    }

    .bans_comms_none {
        display: none !important;
    }
}

@media (min-width:769px) {
    .bans_comms_header {
        padding: 10px 0px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        background-color: var(--bottom-line-table);
        border-radius: 4px;
        margin: 5px;
        user-select: none;
        justify-items: center;
        width: 100%;
    }

    .bans_comms_list_body li {
        height: 65px;
        background: var(--bg-table-color);
        border-radius: 4px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        padding: 0px;
        margin: 0;
        transition: .3s;
        position: relative;
        align-content: center;
        justify-items: center;
    }

    .bans_comms_none {
        display: block;
    }
}

.bans_comms_header span {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--span-color);
    display: flex;
    align-items: center;
}

.bans_comms_header svg {
    width: 12px;
    height: 12px;
    fill: var(--span-color);
}

.bans_comms_list_scroll {
    height: 175px;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
}

.bans_comms_list_body li:not(:last-child) {
    margin-bottom: 3px;
}

.bans_comms_list_body li:hover {
    transition: .3s;
    background-color: var(--button-color);
}

.bans_comms_list_body li span {
    font-size: 11px;
    font-weight: 500;
    display: flex;
    color: var(--custom-text-color);
    user-select: none;
    -webkit-user-drag: none;
    transition: .3s;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bans_comms_list_body li a {
    color: var(--default-text-color);
    cursor: pointer;
    transition: .3s;
    font-weight: 700;
}

.hover_lbam:hover span a {
    color: var(--span-color);
    transition: .3s;
}

.hover_lbam:hover span{
    color: var(--default-text-color);
    transition: .3s;
}

.hover_lbam span svg {
    width: 26px;
    height: 26px;
    border-radius: 50px;
    fill: var(--custom-text-color);
    transition: .3s;
}

.hover_lbam:hover span svg {
    fill: var(--span-color);
    transition: .3s;
}

.fix_gap {
    gap: 0px !important;
}

.profile_settings_content {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
}

@media (max-width:578px) {
    .profile_settings_content {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        padding: 10px;
        flex-direction: column-reverse;
    }
}

.profile_settings_backs {
    width: 100%;
}

.settings_h {
    height: 247.5px;
}

@media (max-width:578px) {
    .settings_h {
        height: 100%;
    }
}



@keyframes svelte-ta3vge-shine-before {
  0% {
    transform:translate(-150%) rotate(20deg)
  }
  30%,
  to {
    transform:translate(700%) rotate(20deg)
  }
}
@keyframes svelte-ta3vge-up-enter {
  0% {
    transform:translateY(10px);
    opacity:0
  }
  to {
    transform:translateY(0);
    opacity:1
  }
}
@keyframes svelte-ta3vge-move-bg {
  0% {
    background-position:0%
  }
  to {
    background-position:-600% -600%
  }
}
@keyframes svelte-ta3vge-pulse {
  0%,
  20% {
    transform:scale(1)
  }
  10% {
    transform:scale(1.1)
  }
}
@keyframes svelte-ta3vge-float-down {
  0% {
    top:-100%
  }
  to {
    top:200%
  }
}
@keyframes svelte-ta3vge-float {
  0%,
  to {
    transform:translateY(0)
  }
  50% {
    transform:translateY(-10px)
  }
}
@keyframes svelte-ta3vge-wobble {
  0%,
  24% {
    -webkit-transform:translateX(0%);
    transform:translate(0);
    -webkit-transform-origin:50% 50%;
    transform-origin:50% 50%
  }
  4% {
    -webkit-transform:translateX(-10px) rotate(-5deg);
    transform:translate(-10px) rotate(-5deg)
  }
  8% {
    -webkit-transform:translateX(5px) rotate(5deg);
    transform:translate(5px) rotate(5deg)
  }
  12% {
    -webkit-transform:translateX(-5px) rotate(calc(-5deg / 1.8));
    transform:translate(-5px) rotate(calc(-5deg / 1.8))
  }
  16% {
    -webkit-transform:translateX(calc(10px / 3.3)) rotate(calc(5deg / 3));
    transform:translate(calc(10px / 3.3)) rotate(calc(5deg / 3))
  }
  20% {
    -webkit-transform:translateX(calc(-10px / 5.5)) rotate(-1deg);
    transform:translate(calc(-10px / 5.5)) rotate(-1deg)
  }
}
@keyframes svelte-ta3vge-rotate {
  0% {
    transform:rotate(0)
  }
  to {
    transform:rotate(360deg)
  }
}
@keyframes svelte-ta3vge-flipper {
  0% {
    transform:rotateY(180deg)
  }
  40% {
    transform:rotateY(180deg)
  }
  50% {
    transform:rotateY(0)
  }
  90% {
    transform:rotateY(0)
  }
  to {
    transform:rotateY(180deg)
  }
}
@keyframes svelte-ta3vge-shine {
  0% {
    transform:translate(-20cqw) rotate(20deg)
  }
  30%,
  to {
    transform:translate(140cqw) rotate(20deg)
  }
}
@media only screen and (max-width: 991px) {
  .u-hide-992.svelte-ta3vge.svelte-ta3vge {
    display:none
  }
}
.u-grid-100.svelte-ta3vge.svelte-ta3vge {
  display:grid;
  grid-template-columns:1fr;
  grid-gap:2rem
}
.u-flex-100.svelte-ta3vge.svelte-ta3vge {
  display:flex;
  flex-direction:column;
  gap:2rem
}
.u-uppercase.svelte-ta3vge.svelte-ta3vge {
  text-transform:uppercase
}
.u-center-text.svelte-ta3vge.svelte-ta3vge {
  text-align:center!important
}
.u-overflow-hidden.svelte-ta3vge.svelte-ta3vge {
  overflow:hidden
}
.u-padding.svelte-ta3vge.svelte-ta3vge {
  padding:2rem!important
}
.u-padding-horizontal.svelte-ta3vge.svelte-ta3vge {
  padding:0 2rem
}
.u-border-bottom-left-radius.svelte-ta3vge.svelte-ta3vge {
  border-bottom-left-radius:.3rem
}
.u-absolute-100.svelte-ta3vge.svelte-ta3vge {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0
}
.u-flex-center.svelte-ta3vge.svelte-ta3vge {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center
}
.margin.svelte-ta3vge.svelte-ta3vge {
  max-width:calc(100% - 4rem)
}
.margin.svelte-ta3vge.svelte-ta3vge:not(.margin--1600) {
  width:1140px
}
.margin--center.svelte-ta3vge.svelte-ta3vge {
  margin-left:auto;
  margin-right:auto
}
@media only screen and (max-width: 1599px) {
  .margin--1600.svelte-ta3vge.svelte-ta3vge {
    width:1140px
  }
  .margin--1600.rd-margin--center.svelte-ta3vge.svelte-ta3vge {
    margin-left:auto;
    margin-right:auto
  }
}
@media only screen and (min-width: 576px) {
  .margin.svelte-ta3vge.svelte-ta3vge {
    max-width:540px
  }
}
@media only screen and (min-width: 768px) {
  .margin.svelte-ta3vge.svelte-ta3vge {
    max-width:720px
  }
}
@media only screen and (min-width: 992px) {
  .margin.svelte-ta3vge.svelte-ta3vge {
    max-width:960px
  }
}
@media only screen and (min-width: 1200px) {
  .margin.svelte-ta3vge.svelte-ta3vge {
    max-width:1000px
  }
}
@media only screen and (min-width: 1300px) {
  .margin.svelte-ta3vge.svelte-ta3vge {
    max-width:1040px
  }
}
@media only screen and (min-width: 1400px) {
  .margin.svelte-ta3vge.svelte-ta3vge {
    max-width:1140px
  }
}
@media only screen and (max-width: 575px) {
  .margin.svelte-ta3vge.svelte-ta3vge {
    max-width:calc(100% - 2rem)!important
  }
}
@font-face {
  font-family:ClearSans;
  src:url(../../../fonts/ClearSans-Medium.ttf) format("truetype")
}
@font-face {
  font-family:ClearSansThin;
  src:url(../../../fonts/ClearSans-Thin.ttf) format("truetype")
}
.__grid--masonry.svelte-ta3vge.svelte-ta3vge {
  width:100%
}
.fix_dimensions.svelte-ta3vge.svelte-ta3vge {
  position:relative
}
.fix_dimensions.svelte-ta3vge>span.svelte-ta3vge {
  position:absolute;
  width:100%;
  height:100%;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  display:flex;
  align-items:center;
  justify-content:center
}
.rw-grid.svelte-ta3vge.svelte-ta3vge {
  width:100%;
  display:grid;
  grid-template-columns:repeat(20,1fr);
  grid-gap:2rem
}
@media only screen and (max-width: 575px) {
  .rw-grid.svelte-ta3vge.svelte-ta3vge {
    grid-template-columns:repeat(10,1fr)
  }
}
.rw-grid.align-start.svelte-ta3vge.svelte-ta3vge {
  align-items:start
}
.rw.svelte-ta3vge.svelte-ta3vge {
  width:100%;
  display:flex;
  flex-flow:row wrap;
  align-items:flex-start;
  justify-content:space-between;
  width:calc(100% + 2rem);
  margin-left:-1rem;
  margin-top:-1rem;
  margin-bottom:-1rem
}
.rw.reverse.svelte-ta3vge.svelte-ta3vge {
  flex-flow:row-reverse wrap
}
.rw-align-end.svelte-ta3vge.svelte-ta3vge {
  align-items:flex-end
}
.rw-align-center.svelte-ta3vge.svelte-ta3vge {
  align-items:center
}
.rw-stretch.svelte-ta3vge.svelte-ta3vge {
  align-items:stretch
}
.rw-p-top.svelte-ta3vge.svelte-ta3vge {
  padding-top:1rem
}
.rw-minus-mt.svelte-ta3vge.svelte-ta3vge {
  margin-top:-3rem
}
.weapon-grid.svelte-ta3vge.svelte-ta3vge {
  width:100%;
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(250px,1fr));
  grid-gap:15px;
  position:relative;
  z-index:1
}
@media only screen and (max-width: 575px) {
  .weapon-grid.svelte-ta3vge.svelte-ta3vge {
    grid-template-columns:100%
  }
}
.masonry-item.svelte-ta3vge.svelte-ta3vge {
  display:block;
  width:var(--width)
}
.texture.svelte-ta3vge.svelte-ta3vge {
  position:relative
}
.texture.svelte-ta3vge.svelte-ta3vge:before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:.3;
  background-image:url(../../../assets/textures/diamonds.png);
  background-size:100px;
  animation:svelte-ta3vge-move-bg 1000s linear infinite
}
.texture.cubes.svelte-ta3vge.svelte-ta3vge:before {
  background-image:url(../../../assets/textures/cubes.png)!important;
  background-size:30px;
  animation:none!important
}
.texture.crisscross.svelte-ta3vge.svelte-ta3vge:before {
  background-image:url(../../../assets/textures/crisscross.png)!important;
  background-size:60px;
  opacity:1;
  animation:none!important
}
.custom-scrollbar.svelte-ta3vge.svelte-ta3vge {
  overflow:hidden;
  overflow-y:auto
}
.custom-scrollbar.svelte-ta3vge.svelte-ta3vge::-webkit-scrollbar-track {
  background-color:#2c3135
}
.custom-scrollbar.svelte-ta3vge.svelte-ta3vge::-webkit-scrollbar {
  width:7px;
  background-color:#313f44
}
.custom-scrollbar.svelte-ta3vge.svelte-ta3vge::-webkit-scrollbar-thumb {
  background-color:#313f44
}
.svelte-ta3vge.svelte-ta3vge::-moz-selection {
  color:#fff;
  background:#db8f21
}
.svelte-ta3vge.svelte-ta3vge::selection {
  color:#fff;
  background:#db8f21
}
.spacing.svelte-ta3vge.svelte-ta3vge {
  display:grid;
  grid-template-columns:100%;
  grid-gap:2rem
}
.dotted-underlay.svelte-ta3vge.svelte-ta3vge {
  position:relative
}
.rd-inline-icon.svelte-ta3vge.svelte-ta3vge {
  display:inline-block;
  height:1.5em;
  width:auto;
  margin:0 10px
}
.toggle-container.svelte-ta3vge.svelte-ta3vge {
  display:flex;
  flex-direction:column;
  gap:6px
}
.form-label.svelte-ta3vge.svelte-ta3vge {
  font-size:13px;
  color:#ffffff80;
  font-weight:500
}
.heading-tertiary.svelte-ta3vge.svelte-ta3vge {
  margin:0;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:600;
  width:100%;
  color:#c4c4c4
}
.filter-section.svelte-ta3vge.svelte-ta3vge {
  display:inline-flex;
  flex-direction:column;
  gap:5px
}
.empty-list-error.svelte-ta3vge.svelte-ta3vge {
  color:#ff2e2e!important;
  font-weight:600!important;
  font-size:1.3rem!important
}
.empty-list-error.padding.svelte-ta3vge.svelte-ta3vge {
  padding:0 2rem 2rem
}
.tbl.svelte-ta3vge.svelte-ta3vge {
  width:100%;
  border-collapse:collapse;
  border-spacing:0
}
.tbl.svelte-ta3vge .tb-list li span.svelte-ta3vge {
  color:inherit
}
@keyframes svelte-ta3vge-grad-move {
  0%,
  to {
    background-position:0
  }
  50% {
    background-position:100%
  }
}
.stack.svelte-ta3vge.svelte-ta3vge {
  display:flex;
  flex-direction:column;
  gap:2rem
}
.stack-mv.svelte-ta3vge.svelte-ta3vge {
  margin:2rem 0
}
.stack.gap-5.svelte-ta3vge.svelte-ta3vge {
  gap:5px
}
.stack.gap-10.svelte-ta3vge.svelte-ta3vge {
  gap:10px
}
.rating.svelte-ta3vge.svelte-ta3vge {
  background-color:var(--col-bg-1);
  background-image:linear-gradient(to right,rgba(var(--col-bg-2),.15),var(--col-bg-1));
  color:var(--col-text);
  font-weight:900;
  font-size:1.2rem;
  line-height:1;
  display:inline-flex;
  align-items:flex-end;
  position:relative;
  border-radius:1px;
  overflow:hidden;
  transform:skew(-10deg);
  box-shadow:inset 0 0 0 1px #ffffff0f;
  padding: 0.01rem 0.25rem 0.01rem 0.8rem;
}
.rating.yellow.svelte-ta3vge.svelte-ta3vge {
  --col-bg-1:#5a4901;
  --col-bg-2:#e2bf00;
  --col-text:#ffff00;
}
.rating.red.svelte-ta3vge.svelte-ta3vge {
  --col-bg-1:#521515;
  --col-bg-2:#e95656;
  --col-text:#fe5e5e
}
.rating.pink.svelte-ta3vge.svelte-ta3vge {
  --col-bg-1:#540e58;
  --col-bg-2:#dd39ea;
  --col-text:#d22ce6
}
.rating.purple.svelte-ta3vge.svelte-ta3vge {
  --col-bg-1:#421e58;
  --col-bg-2:#b965f1;
  --col-text:#f584ff
}
.rating.blue.svelte-ta3vge.svelte-ta3vge {
  --col-bg-1:#242959;
  --col-bg-2:#6a80f2;
  --col-text:#89a1ff
}
.rating.lightblue.svelte-ta3vge.svelte-ta3vge {
  --col-bg-1:#2e4358;
  --col-bg-2:#8cc4f1;
  --col-text:#b2faff
}
.rating.white.svelte-ta3vge.svelte-ta3vge {
  --col-bg-1:#3c414a;
  --col-bg-2:#bdcdde;
  --col-text:#e0f7ff
}
.rating.svelte-ta3vge.svelte-ta3vge:before,
.rating.svelte-ta3vge.svelte-ta3vge:after {
  content:"";
  display:inline-block;
  position:absolute;
  width:4px;
  height:100%;
  background-color:var(--col-bg-2);
  order:-1;
  top:0
}
.rating.svelte-ta3vge.svelte-ta3vge:before {
  left:0
}
.rating.svelte-ta3vge.svelte-ta3vge:after {
  left:6px
}
.rating.svelte-ta3vge span.svelte-ta3vge {
  font-size:16px;
  text-shadow:1px 1px rgba(0,0,0,.7);
}
.rating.svelte-ta3vge span.text-lg.svelte-ta3vge {
}
@keyframes svelte-9yl7px-shine-before {
  0% {
    transform:translate(-150%) rotate(20deg)
  }
  30%,
  to {
    transform:translate(700%) rotate(20deg)
  }
}
@keyframes svelte-9yl7px-up-enter {
  0% {
    transform:translateY(10px);
    opacity:0
  }
  to {
    transform:translateY(0);
    opacity:1
  }
}
@keyframes svelte-9yl7px-move-bg {
  0% {
    background-position:0%
  }
  to {
    background-position:-600% -600%
  }
}
@keyframes svelte-9yl7px-pulse {
  0%,
  20% {
    transform:scale(1)
  }
  10% {
    transform:scale(1.1)
  }
}
@keyframes svelte-9yl7px-float-down {
  0% {
    top:-100%
  }
  to {
    top:200%
  }
}
@keyframes svelte-9yl7px-float {
  0%,
  to {
    transform:translateY(0)
  }
  50% {
    transform:translateY(-10px)
  }
}
@keyframes svelte-9yl7px-wobble {
  0%,
  24% {
    -webkit-transform:translateX(0%);
    transform:translate(0);
    -webkit-transform-origin:50% 50%;
    transform-origin:50% 50%
  }
  4% {
    -webkit-transform:translateX(-10px) rotate(-5deg);
    transform:translate(-10px) rotate(-5deg)
  }
  8% {
    -webkit-transform:translateX(5px) rotate(5deg);
    transform:translate(5px) rotate(5deg)
  }
  12% {
    -webkit-transform:translateX(-5px) rotate(calc(-5deg / 1.8));
    transform:translate(-5px) rotate(calc(-5deg / 1.8))
  }
  16% {
    -webkit-transform:translateX(calc(10px / 3.3)) rotate(calc(5deg / 3));
    transform:translate(calc(10px / 3.3)) rotate(calc(5deg / 3))
  }
  20% {
    -webkit-transform:translateX(calc(-10px / 5.5)) rotate(-1deg);
    transform:translate(calc(-10px / 5.5)) rotate(-1deg)
  }
}
@keyframes svelte-9yl7px-rotate {
  0% {
    transform:rotate(0)
  }
  to {
    transform:rotate(360deg)
  }
}
@keyframes svelte-9yl7px-flipper {
  0% {
    transform:rotateY(180deg)
  }
  40% {
    transform:rotateY(180deg)
  }
  50% {
    transform:rotateY(0)
  }
  90% {
    transform:rotateY(0)
  }
  to {
    transform:rotateY(180deg)
  }
}
@keyframes svelte-9yl7px-shine {
  0% {
    transform:translate(-20cqw) rotate(20deg)
  }
  30%,
  to {
    transform:translate(140cqw) rotate(20deg)
  }
}
button.svelte-9yl7px.svelte-9yl7px {
  background-color:transparent;
  border:none;
  box-shadow:none;
  font-family:inherit;
  cursor:pointer
}
button.svelte-9yl7px.svelte-9yl7px:focus {
  outline:none!important
}
h2.svelte-9yl7px.svelte-9yl7px {
  margin:0
}
@font-face {
  font-family:ClearSans;
  src:url(../../../fonts/ClearSans-Medium.ttf) format("truetype")
}
@font-face {
  font-family:ClearSansThin;
  src:url(../../../fonts/ClearSans-Thin.ttf) format("truetype")
}
.svelte-9yl7px.svelte-9yl7px::-moz-selection {
  color:#fff;
  background:#db8f21
}
.svelte-9yl7px.svelte-9yl7px::selection {
  color:#fff;
  background:#db8f21
}
@keyframes svelte-9yl7px-grad-move {
  0%,
  to {
    background-position:0
  }
  50% {
    background-position:100%
  }
}
.highcharts-credits {
  display:none
}
.container.svelte-9yl7px.svelte-9yl7px {
  display:grid;
  grid-template-columns:100%;
  width:100%;
  overflow:hidden;
  padding:0rem 1rem;
  margin-bottom:.5rem
}
@media only screen and (max-width: 575px) {
  .container.svelte-9yl7px.svelte-9yl7px {
    padding:0
  }
}
.container.svelte-9yl7px .spinner-container.svelte-9yl7px {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:4rem 0
}
.container.svelte-9yl7px .chart-container.svelte-9yl7px {
  width:100%;
  height:350px
}
.container.svelte-9yl7px .header.svelte-9yl7px {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:1.5rem;
  align-self:stretch;
  padding-top:.5rem;
  gap:2rem
}
@media only screen and (max-width: 575px) {
  .container.svelte-9yl7px .header.svelte-9yl7px {
    flex-direction:column-reverse;
    gap:1.5rem;
    padding-bottom:.5rem
  }
}
.container.svelte-9yl7px .header .title.svelte-9yl7px {
  font-weight:700;
  font-size:2rem;
  flex:1;
  text-align:center
}
.container.svelte-9yl7px .header .buttons.svelte-9yl7px {
  background-color:#ffffff0d;
  box-shadow:inset 0 0 0 1px #ffffff0d;
  display:flex;
  align-items:stretch;
  border-radius:3px;
  overflow:hidden
}
.container.svelte-9yl7px .header .buttons button.svelte-9yl7px {
  padding:.7rem 1.5rem;
  font-weight:600;
  font-size:1.2rem;
  color:#fff9
}
.container.svelte-9yl7px .header .buttons button.active.svelte-9yl7px {
  background-color:#e4a54b;
  color:#101213
}
@keyframes svelte-dsyc2b-shine-before {
  0% {
    transform:translate(-150%) rotate(20deg)
  }
  30%,
  to {
    transform:translate(700%) rotate(20deg)
  }
}
@keyframes svelte-dsyc2b-up-enter {
  0% {
    transform:translateY(10px);
    opacity:0
  }
  to {
    transform:translateY(0);
    opacity:1
  }
}
@keyframes svelte-dsyc2b-move-bg {
  0% {
    background-position:0%
  }
  to {
    background-position:-600% -600%
  }
}
@keyframes svelte-dsyc2b-pulse {
  0%,
  20% {
    transform:scale(1)
  }
  10% {
    transform:scale(1.1)
  }
}
@keyframes svelte-dsyc2b-float-down {
  0% {
    top:-100%
  }
  to {
    top:200%
  }
}
@keyframes svelte-dsyc2b-float {
  0%,
  to {
    transform:translateY(0)
  }
  50% {
    transform:translateY(-10px)
  }
}
@keyframes svelte-dsyc2b-wobble {
  0%,
  24% {
    -webkit-transform:translateX(0%);
    transform:translate(0);
    -webkit-transform-origin:50% 50%;
    transform-origin:50% 50%
  }
  4% {
    -webkit-transform:translateX(-10px) rotate(-5deg);
    transform:translate(-10px) rotate(-5deg)
  }
  8% {
    -webkit-transform:translateX(5px) rotate(5deg);
    transform:translate(5px) rotate(5deg)
  }
  12% {
    -webkit-transform:translateX(-5px) rotate(calc(-5deg / 1.8));
    transform:translate(-5px) rotate(calc(-5deg / 1.8))
  }
  16% {
    -webkit-transform:translateX(calc(10px / 3.3)) rotate(calc(5deg / 3));
    transform:translate(calc(10px / 3.3)) rotate(calc(5deg / 3))
  }
  20% {
    -webkit-transform:translateX(calc(-10px / 5.5)) rotate(-1deg);
    transform:translate(calc(-10px / 5.5)) rotate(-1deg)
  }
}
@keyframes svelte-dsyc2b-rotate {
  0% {
    transform:rotate(0)
  }
  to {
    transform:rotate(360deg)
  }
}
@keyframes svelte-dsyc2b-flipper {
  0% {
    transform:rotateY(180deg)
  }
  40% {
    transform:rotateY(180deg)
  }
  50% {
    transform:rotateY(0)
  }
  90% {
    transform:rotateY(0)
  }
  to {
    transform:rotateY(180deg)
  }
}
@keyframes svelte-dsyc2b-shine {
  0% {
    transform:translate(-20cqw) rotate(20deg)
  }
  30%,
  to {
    transform:translate(140cqw) rotate(20deg)
  }
}
@font-face {
  font-family:ClearSans;
  src:url(../../../fonts/ClearSans-Medium.ttf) format("truetype")
}
@font-face {
  font-family:ClearSansThin;
  src:url(../../../fonts/ClearSans-Thin.ttf) format("truetype")
}
.svelte-dsyc2b::-moz-selection {
  color:#fff;
  background:#db8f21
}
.svelte-dsyc2b::selection {
  color:#fff;
  background:#db8f21
}
@keyframes svelte-dsyc2b-grad-move {
  0%,
  to {
    background-position:0
  }
  50% {
    background-position:100%
  }
}
.val-change.svelte-dsyc2b {
  font-size:1.2rem;
  font-weight:600
}
.val-change.pos.svelte-dsyc2b {
  color:#0fce3f
}
.val-change.neg.svelte-dsyc2b {
  color:#e63a3a
}
.val-change.neutral.svelte-dsyc2b {
  color:#fff6;
  font-weight:400
}
@keyframes svelte-ey2cn4-shine-before {
  0% {
    transform:translate(-150%) rotate(20deg)
  }
  30%,
  to {
    transform:translate(700%) rotate(20deg)
  }
}
@keyframes svelte-ey2cn4-up-enter {
  0% {
    transform:translateY(10px);
    opacity:0
  }
  to {
    transform:translateY(0);
    opacity:1
  }
}
@keyframes svelte-ey2cn4-move-bg {
  0% {
    background-position:0%
  }
  to {
    background-position:-600% -600%
  }
}
@keyframes svelte-ey2cn4-pulse {
  0%,
  20% {
    transform:scale(1)
  }
  10% {
    transform:scale(1.1)
  }
}
@keyframes svelte-ey2cn4-float-down {
  0% {
    top:-100%
  }
  to {
    top:200%
  }
}
@keyframes svelte-ey2cn4-float {
  0%,
  to {
    transform:translateY(0)
  }
  50% {
    transform:translateY(-10px)
  }
}
@keyframes svelte-ey2cn4-wobble {
  0%,
  24% {
    -webkit-transform:translateX(0%);
    transform:translate(0);
    -webkit-transform-origin:50% 50%;
    transform-origin:50% 50%
  }
  4% {
    -webkit-transform:translateX(-10px) rotate(-5deg);
    transform:translate(-10px) rotate(-5deg)
  }
  8% {
    -webkit-transform:translateX(5px) rotate(5deg);
    transform:translate(5px) rotate(5deg)
  }
  12% {
    -webkit-transform:translateX(-5px) rotate(calc(-5deg / 1.8));
    transform:translate(-5px) rotate(calc(-5deg / 1.8))
  }
  16% {
    -webkit-transform:translateX(calc(10px / 3.3)) rotate(calc(5deg / 3));
    transform:translate(calc(10px / 3.3)) rotate(calc(5deg / 3))
  }
  20% {
    -webkit-transform:translateX(calc(-10px / 5.5)) rotate(-1deg);
    transform:translate(calc(-10px / 5.5)) rotate(-1deg)
  }
}
@keyframes svelte-ey2cn4-rotate {
  0% {
    transform:rotate(0)
  }
  to {
    transform:rotate(360deg)
  }
}
@keyframes svelte-ey2cn4-flipper {
  0% {
    transform:rotateY(180deg)
  }
  40% {
    transform:rotateY(180deg)
  }
  50% {
    transform:rotateY(0)
  }
  90% {
    transform:rotateY(0)
  }
  to {
    transform:rotateY(180deg)
  }
}
@keyframes svelte-ey2cn4-shine {
  0% {
    transform:translate(-20cqw) rotate(20deg)
  }
  30%,
  to {
    transform:translate(140cqw) rotate(20deg)
  }
}
@font-face {
  font-family:ClearSans;
  src:url(../../../fonts/ClearSans-Medium.ttf) format("truetype")
}
@font-face {
  font-family:ClearSansThin;
  src:url(../../../fonts/ClearSans-Thin.ttf) format("truetype")
}
.svelte-ey2cn4::-moz-selection {
  color:#fff;
  background:#db8f21
}
.svelte-ey2cn4::selection {
  color:#fff;
  background:#db8f21
}
@keyframes svelte-ey2cn4-grad-move {
  0%,
  to {
    background-position:0
  }
  50% {
    background-position:100%
  }
}
.container.svelte-ey2cn4 {
  display:flex;
  align-items:center;
  gap:1rem
}
.trophy.svelte-ey2cn4 {
  color:#ffffff80;
}
.trophy.fade.svelte-ey2cn4 {
  color:#e4a54b
}
.trophy.fade.svelte-ey2cn4 svg {
  font-size:1.4rem!important
}
.rank-num+span {
  margin-left:0rem
}
@keyframes svelte-r10z2m-shine-before {
  0% {
    transform:translate(-150%) rotate(20deg)
  }
  30%,
  to {
    transform:translate(700%) rotate(20deg)
  }
}
@keyframes svelte-r10z2m-up-enter {
  0% {
    transform:translateY(10px);
    opacity:0
  }
  to {
    transform:translateY(0);
    opacity:1
  }
}
@keyframes svelte-r10z2m-move-bg {
  0% {
    background-position:0%
  }
  to {
    background-position:-600% -600%
  }
}
@keyframes svelte-r10z2m-pulse {
  0%,
  20% {
    transform:scale(1)
  }
  10% {
    transform:scale(1.1)
  }
}
@keyframes svelte-r10z2m-float-down {
  0% {
    top:-100%
  }
  to {
    top:200%
  }
}
@keyframes svelte-r10z2m-float {
  0%,
  to {
    transform:translateY(0)
  }
  50% {
    transform:translateY(-10px)
  }
}
@keyframes svelte-r10z2m-wobble {
  0%,
  24% {
    -webkit-transform:translateX(0%);
    transform:translate(0);
    -webkit-transform-origin:50% 50%;
    transform-origin:50% 50%
  }
  4% {
    -webkit-transform:translateX(-10px) rotate(-5deg);
    transform:translate(-10px) rotate(-5deg)
  }
  8% {
    -webkit-transform:translateX(5px) rotate(5deg);
    transform:translate(5px) rotate(5deg)
  }
  12% {
    -webkit-transform:translateX(-5px) rotate(calc(-5deg / 1.8));
    transform:translate(-5px) rotate(calc(-5deg / 1.8))
  }
  16% {
    -webkit-transform:translateX(calc(10px / 3.3)) rotate(calc(5deg / 3));
    transform:translate(calc(10px / 3.3)) rotate(calc(5deg / 3))
  }
  20% {
    -webkit-transform:translateX(calc(-10px / 5.5)) rotate(-1deg);
    transform:translate(calc(-10px / 5.5)) rotate(-1deg)
  }
}
@keyframes svelte-r10z2m-rotate {
  0% {
    transform:rotate(0)
  }
  to {
    transform:rotate(360deg)
  }
}
@keyframes svelte-r10z2m-flipper {
  0% {
    transform:rotateY(180deg)
  }
  40% {
    transform:rotateY(180deg)
  }
  50% {
    transform:rotateY(0)
  }
  90% {
    transform:rotateY(0)
  }
  to {
    transform:rotateY(180deg)
  }
}
@keyframes svelte-r10z2m-shine {
  0% {
    transform:translate(-20cqw) rotate(20deg)
  }
  30%,
  to {
    transform:translate(140cqw) rotate(20deg)
  }
}
@font-face {
  font-family:ClearSans;
  src:url(../../../fonts/ClearSans-Medium.ttf) format("truetype")
}
@font-face {
  font-family:ClearSansThin;
  src:url(../../../fonts/ClearSans-Thin.ttf) format("truetype")
}
.svelte-r10z2m::-moz-selection {
  color:#fff;
  background:#db8f21
}
.svelte-r10z2m::selection {
  color:#fff;
  background:#db8f21
}
@keyframes svelte-r10z2m-grad-move {
  0%,
  to {
    background-position:0
  }
  50% {
    background-position:100%
  }
}
span.svelte-r10z2m {
  display:flex;
  align-items:center;
  gap:1rem;
}
@keyframes svelte-3vr6gi-shine-before {
  0% {
    transform:translate(-150%) rotate(20deg)
  }
  30%,
  to {
    transform:translate(700%) rotate(20deg)
  }
}
@keyframes svelte-3vr6gi-up-enter {
  0% {
    transform:translateY(10px);
    opacity:0
  }
  to {
    transform:translateY(0);
    opacity:1
  }
}
@keyframes svelte-3vr6gi-move-bg {
  0% {
    background-position:0%
  }
  to {
    background-position:-600% -600%
  }
}
@keyframes svelte-3vr6gi-pulse {
  0%,
  20% {
    transform:scale(1)
  }
  10% {
    transform:scale(1.1)
  }
}
@keyframes svelte-3vr6gi-float-down {
  0% {
    top:-100%
  }
  to {
    top:200%
  }
}
@keyframes svelte-3vr6gi-float {
  0%,
  to {
    transform:translateY(0)
  }
  50% {
    transform:translateY(-10px)
  }
}
@keyframes svelte-3vr6gi-wobble {
  0%,
  24% {
    -webkit-transform:translateX(0%);
    transform:translate(0);
    -webkit-transform-origin:50% 50%;
    transform-origin:50% 50%
  }
  4% {
    -webkit-transform:translateX(-10px) rotate(-5deg);
    transform:translate(-10px) rotate(-5deg)
  }
  8% {
    -webkit-transform:translateX(5px) rotate(5deg);
    transform:translate(5px) rotate(5deg)
  }
  12% {
    -webkit-transform:translateX(-5px) rotate(calc(-5deg / 1.8));
    transform:translate(-5px) rotate(calc(-5deg / 1.8))
  }
  16% {
    -webkit-transform:translateX(calc(10px / 3.3)) rotate(calc(5deg / 3));
    transform:translate(calc(10px / 3.3)) rotate(calc(5deg / 3))
  }
  20% {
    -webkit-transform:translateX(calc(-10px / 5.5)) rotate(-1deg);
    transform:translate(calc(-10px / 5.5)) rotate(-1deg)
  }
}
@keyframes svelte-3vr6gi-rotate {
  0% {
    transform:rotate(0)
  }
  to {
    transform:rotate(360deg)
  }
}
@keyframes svelte-3vr6gi-flipper {
  0% {
    transform:rotateY(180deg)
  }
  40% {
    transform:rotateY(180deg)
  }
  50% {
    transform:rotateY(0)
  }
  90% {
    transform:rotateY(0)
  }
  to {
    transform:rotateY(180deg)
  }
}
@keyframes svelte-3vr6gi-shine {
  0% {
    transform:translate(-20cqw) rotate(20deg)
  }
  30%,
  to {
    transform:translate(140cqw) rotate(20deg)
  }
}
button.svelte-3vr6gi.svelte-3vr6gi {
  background-color:transparent;
  border:none;
  box-shadow:none;
  font-family:inherit;
  cursor:pointer
}
button.svelte-3vr6gi.svelte-3vr6gi:focus {
  outline:none!important
}
@font-face {
  font-family:ClearSans;
  src:url(../../../fonts/ClearSans-Medium.ttf) format("truetype")
}
@font-face {
  font-family:ClearSansThin;
  src:url(../../../fonts/ClearSans-Thin.ttf) format("truetype")
}
.svelte-3vr6gi.svelte-3vr6gi::-moz-selection {
  color:#fff;
  background:#db8f21
}
.svelte-3vr6gi.svelte-3vr6gi::selection {
  color:#fff;
  background:#db8f21
}
@keyframes svelte-3vr6gi-grad-move {
  0%,
  to {
    background-position:0
  }
  50% {
    background-position:100%
  }
}
.pagination.svelte-3vr6gi.svelte-3vr6gi {
  display:flex;
  justify-content:space-between;
  background-color:#101213;
  box-shadow:0 0 0 1px #ffffff08;
  border-radius:.3rem;
  color:#c4c4c4;
  width:100%
}
.pagination.simple.svelte-3vr6gi.svelte-3vr6gi {
  align-self:flex-end;
  width:auto;
  border-radius:.3rem;
  overflow:hidden;
  margin-left:auto
}
.pagination.simple.svelte-3vr6gi .page-num.svelte-3vr6gi {
  padding:1rem 1.5rem;
  font-size:1.1rem;
  font-weight:500;
  border-left:1px solid rgba(255,255,255,.05);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#c4c4c4;
  line-height:1
}
.pagination.svelte-3vr6gi .showing.svelte-3vr6gi {
  display:block;
  padding:1rem;
  font-size:1.2rem;
  color:#ffffff80
}
.pagination.svelte-3vr6gi .showing strong.svelte-3vr6gi {
  color:#c4c4c4
}
.pagination.svelte-3vr6gi .arrow-btns.svelte-3vr6gi {
  display:flex;
  border-radius:0 .3rem .3rem 0;
  overflow:hidden
}
.pagination.svelte-3vr6gi .arrow-btns .arrow-btn.svelte-3vr6gi {
  padding:1rem;
  color:#ffffff80;
  width:3.5rem;
  font-size:1rem;
  background-color:#101213;
  border-left:1px solid rgba(255,255,255,.05)
}
.pagination.svelte-3vr6gi .arrow-btns .arrow-btn.svelte-3vr6gi:disabled {
  cursor:not-allowed
}
.pagination.svelte-3vr6gi .arrow-btns .arrow-btn.svelte-3vr6gi:disabled svg {
  opacity:.3
}
.pagination.svelte-3vr6gi .arrow-btns .arrow-btn.svelte-3vr6gi:not(:disabled):hover {
  background-color:#ffffff0f;
  color:#eee
}
@keyframes svelte-1f4ui2o-shine-before {
  0% {
    transform:translate(-150%) rotate(20deg)
  }
  30%,
  to {
    transform:translate(700%) rotate(20deg)
  }
}
@keyframes svelte-1f4ui2o-up-enter {
  0% {
    transform:translateY(10px);
    opacity:0
  }
  to {
    transform:translateY(0);
    opacity:1
  }
}
@keyframes svelte-1f4ui2o-move-bg {
  0% {
    background-position:0%
  }
  to {
    background-position:-600% -600%
  }
}
@keyframes svelte-1f4ui2o-pulse {
  0%,
  20% {
    transform:scale(1)
  }
  10% {
    transform:scale(1.1)
  }
}
@keyframes svelte-1f4ui2o-float-down {
  0% {
    top:-100%
  }
  to {
    top:200%
  }
}
@keyframes svelte-1f4ui2o-float {
  0%,
  to {
    transform:translateY(0)
  }
  50% {
    transform:translateY(-10px)
  }
}
@keyframes svelte-1f4ui2o-wobble {
  0%,
  24% {
    -webkit-transform:translateX(0%);
    transform:translate(0);
    -webkit-transform-origin:50% 50%;
    transform-origin:50% 50%
  }
  4% {
    -webkit-transform:translateX(-10px) rotate(-5deg);
    transform:translate(-10px) rotate(-5deg)
  }
  8% {
    -webkit-transform:translateX(5px) rotate(5deg);
    transform:translate(5px) rotate(5deg)
  }
  12% {
    -webkit-transform:translateX(-5px) rotate(calc(-5deg / 1.8));
    transform:translate(-5px) rotate(calc(-5deg / 1.8))
  }
  16% {
    -webkit-transform:translateX(calc(10px / 3.3)) rotate(calc(5deg / 3));
    transform:translate(calc(10px / 3.3)) rotate(calc(5deg / 3))
  }
  20% {
    -webkit-transform:translateX(calc(-10px / 5.5)) rotate(-1deg);
    transform:translate(calc(-10px / 5.5)) rotate(-1deg)
  }
}
@keyframes svelte-1f4ui2o-rotate {
  0% {
    transform:rotate(0)
  }
  to {
    transform:rotate(360deg)
  }
}
@keyframes svelte-1f4ui2o-flipper {
  0% {
    transform:rotateY(180deg)
  }
  40% {
    transform:rotateY(180deg)
  }
  50% {
    transform:rotateY(0)
  }
  90% {
    transform:rotateY(0)
  }
  to {
    transform:rotateY(180deg)
  }
}
@keyframes svelte-1f4ui2o-shine {
  0% {
    transform:translate(-20cqw) rotate(20deg)
  }
  30%,
  to {
    transform:translate(140cqw) rotate(20deg)
  }
}
@font-face {
  font-family:ClearSans;
  src:url(../../../fonts/ClearSans-Medium.ttf) format("truetype")
}
@font-face {
  font-family:ClearSansThin;
  src:url(../../../fonts/ClearSans-Thin.ttf) format("truetype")
}
.rw-grid.svelte-1f4ui2o.svelte-1f4ui2o {
  width:100%;
  display:grid;
  grid-template-columns:repeat(20,1fr);
  grid-gap:2rem
}
@media only screen and (max-width: 575px) {
  .rw-grid.svelte-1f4ui2o.svelte-1f4ui2o {
    grid-template-columns:repeat(10,1fr)
  }
}
.rw-grid.svelte-1f4ui2o>.cl-gap.svelte-1f4ui2o {
  display:grid;
  grid-template-columns:100%;
  grid-gap:2rem;
  align-content:start
}
.rw-grid.svelte-1f4ui2o>.cl-10.svelte-1f4ui2o {
  grid-column:1/-1
}
@media only screen and (max-width: 575px) {
  .rw-grid.svelte-1f4ui2o>.cl-10.svelte-1f4ui2o {
    grid-column:1/-1
  }
}
.svelte-1f4ui2o.svelte-1f4ui2o::-moz-selection {
  color:#fff;
  background:#db8f21
}
.svelte-1f4ui2o.svelte-1f4ui2o::selection {
  color:#fff;
  background:#db8f21
}
@keyframes svelte-1f4ui2o-grad-move {
  0%,
  to {
    background-position:0
  }
  50% {
    background-position:100%
  }
}
.modal.modal-lg>.container {
  width:1200px!important;
  overflow-x:hidden
}
@keyframes svelte-1md8zj2-shine-before {
  0% {
    transform:translate(-150%) rotate(20deg)
  }
  30%,
  to {
    transform:translate(700%) rotate(20deg)
  }
}
@keyframes svelte-1md8zj2-up-enter {
  0% {
    transform:translateY(10px);
    opacity:0
  }
  to {
    transform:translateY(0);
    opacity:1
  }
}
@keyframes svelte-1md8zj2-move-bg {
  0% {
    background-position:0%
  }
  to {
    background-position:-600% -600%
  }
}
@keyframes svelte-1md8zj2-pulse {
  0%,
  20% {
    transform:scale(1)
  }
  10% {
    transform:scale(1.1)
  }
}
@keyframes svelte-1md8zj2-float-down {
  0% {
    top:-100%
  }
  to {
    top:200%
  }
}
@keyframes svelte-1md8zj2-float {
  0%,
  to {
    transform:translateY(0)
  }
  50% {
    transform:translateY(-10px)
  }
}
@keyframes svelte-1md8zj2-wobble {
  0%,
  24% {
    -webkit-transform:translateX(0%);
    transform:translate(0);
    -webkit-transform-origin:50% 50%;
    transform-origin:50% 50%
  }
  4% {
    -webkit-transform:translateX(-10px) rotate(-5deg);
    transform:translate(-10px) rotate(-5deg)
  }
  8% {
    -webkit-transform:translateX(5px) rotate(5deg);
    transform:translate(5px) rotate(5deg)
  }
  12% {
    -webkit-transform:translateX(-5px) rotate(calc(-5deg / 1.8));
    transform:translate(-5px) rotate(calc(-5deg / 1.8))
  }
  16% {
    -webkit-transform:translateX(calc(10px / 3.3)) rotate(calc(5deg / 3));
    transform:translate(calc(10px / 3.3)) rotate(calc(5deg / 3))
  }
  20% {
    -webkit-transform:translateX(calc(-10px / 5.5)) rotate(-1deg);
    transform:translate(calc(-10px / 5.5)) rotate(-1deg)
  }
}
@keyframes svelte-1md8zj2-rotate {
  0% {
    transform:rotate(0)
  }
  to {
    transform:rotate(360deg)
  }
}
@keyframes svelte-1md8zj2-flipper {
  0% {
    transform:rotateY(180deg)
  }
  40% {
    transform:rotateY(180deg)
  }
  50% {
    transform:rotateY(0)
  }
  90% {
    transform:rotateY(0)
  }
  to {
    transform:rotateY(180deg)
  }
}
@keyframes svelte-1md8zj2-shine {
  0% {
    transform:translate(-20cqw) rotate(20deg)
  }
  30%,
  to {
    transform:translate(140cqw) rotate(20deg)
  }
}
@font-face {
  font-family:ClearSans;
  src:url(../../../fonts/ClearSans-Medium.ttf) format("truetype")
}
@font-face {
  font-family:ClearSansThin;
  src:url(../../../fonts/ClearSans-Thin.ttf) format("truetype")
}
.svelte-1md8zj2.svelte-1md8zj2::-moz-selection {
  color:#fff;
  background:#db8f21
}
.svelte-1md8zj2.svelte-1md8zj2::selection {
  color:#fff;
  background:#db8f21
}
@keyframes svelte-1md8zj2-grad-move {
  0%,
  to {
    background-position:0
  }
  50% {
    background-position:100%
  }
}
.outer-container.svelte-1md8zj2.svelte-1md8zj2 {
  display:flex;
  flex-direction:column;
  gap:.75rem
}
.title.svelte-1md8zj2.svelte-1md8zj2 {
  font-weight:500;
  font-size:1.5rem;
  color:#c4c4c4
}
.container.svelte-1md8zj2.svelte-1md8zj2 {
  display:grid;
  grid-template-columns:repeat(10,1fr);
  gap:1rem;
  align-self:center;
  flex:1;
  align-self:stretch;
  overflow:hidden
}
@media only screen and (max-width: 575px) {
  .container.svelte-1md8zj2.svelte-1md8zj2 {
    display:flex;
    flex-direction:column
  }
}
.container.svelte-1md8zj2 .part.svelte-1md8zj2 {
  background-color:rgba(var(--col-rgb),.25);
  border:1px solid rgba(var(--col-rgb),.15);
  height:6rem;
  padding:1rem;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:1.5rem;
  text-align:center;
  font-size:1.3rem;
  border-radius:3px;
  transition:.1s ease
}
@media only screen and (max-width: 575px) {
  .container.svelte-1md8zj2 .part.svelte-1md8zj2 {
    padding:.75rem 1.2rem
  }
}
.container.svelte-1md8zj2 .part .mobile-text.svelte-1md8zj2 {
  font-weight:500;
  font-size:1.3rem;
  flex:1;
  text-align:left;
  color:#eee
}
@media only screen and (min-width: 576px) {
  .container.svelte-1md8zj2 .part .mobile-text.svelte-1md8zj2 {
    display:none
  }
}
.container.svelte-1md8zj2 .part.svelte-1md8zj2:hover {
  background-color:rgba(var(--col-rgb),.35);
  border:1px solid rgba(var(--col-rgb),.25)
}
.container.svelte-1md8zj2 .part img.svelte-1md8zj2 {
  width:48px;
  height:100%;
  object-fit:contain
}
@media only screen and (max-width: 575px) {
  .container.svelte-1md8zj2 .part img.svelte-1md8zj2 {
    width:32px;
    height:32px
  }
}
@keyframes svelte-1w9a0hp-shine-before {
  0% {
    transform:translate(-150%) rotate(20deg)
  }
  30%,
  to {
    transform:translate(700%) rotate(20deg)
  }
}
@keyframes svelte-1w9a0hp-up-enter {
  0% {
    transform:translateY(10px);
    opacity:0
  }
  to {
    transform:translateY(0);
    opacity:1
  }
}
@keyframes svelte-1w9a0hp-move-bg {
  0% {
    background-position:0%
  }
  to {
    background-position:-600% -600%
  }
}
@keyframes svelte-1w9a0hp-pulse {
  0%,
  20% {
    transform:scale(1)
  }
  10% {
    transform:scale(1.1)
  }
}
@keyframes svelte-1w9a0hp-float-down {
  0% {
    top:-100%
  }
  to {
    top:200%
  }
}
@keyframes svelte-1w9a0hp-float {
  0%,
  to {
    transform:translateY(0)
  }
  50% {
    transform:translateY(-10px)
  }
}
@keyframes svelte-1w9a0hp-wobble {
  0%,
  24% {
    -webkit-transform:translateX(0%);
    transform:translate(0);
    -webkit-transform-origin:50% 50%;
    transform-origin:50% 50%
  }
  4% {
    -webkit-transform:translateX(-10px) rotate(-5deg);
    transform:translate(-10px) rotate(-5deg)
  }
  8% {
    -webkit-transform:translateX(5px) rotate(5deg);
    transform:translate(5px) rotate(5deg)
  }
  12% {
    -webkit-transform:translateX(-5px) rotate(calc(-5deg / 1.8));
    transform:translate(-5px) rotate(calc(-5deg / 1.8))
  }
  16% {
    -webkit-transform:translateX(calc(10px / 3.3)) rotate(calc(5deg / 3));
    transform:translate(calc(10px / 3.3)) rotate(calc(5deg / 3))
  }
  20% {
    -webkit-transform:translateX(calc(-10px / 5.5)) rotate(-1deg);
    transform:translate(calc(-10px / 5.5)) rotate(-1deg)
  }
}
@keyframes svelte-1w9a0hp-rotate {
  0% {
    transform:rotate(0)
  }
  to {
    transform:rotate(360deg)
  }
}
@keyframes svelte-1w9a0hp-flipper {
  0% {
    transform:rotateY(180deg)
  }
  40% {
    transform:rotateY(180deg)
  }
  50% {
    transform:rotateY(0)
  }
  90% {
    transform:rotateY(0)
  }
  to {
    transform:rotateY(180deg)
  }
}
@keyframes svelte-1w9a0hp-shine {
  0% {
    transform:translate(-20cqw) rotate(20deg)
  }
  30%,
  to {
    transform:translate(140cqw) rotate(20deg)
  }
}
button.svelte-1w9a0hp.svelte-1w9a0hp {
  background-color:transparent;
  border:none;
  box-shadow:none;
  font-family:inherit;
  cursor:pointer
}
button.svelte-1w9a0hp.svelte-1w9a0hp:focus {
  outline:none!important
}
@font-face {
  font-family:ClearSans;
  src:url(../../../fonts/ClearSans-Medium.ttf) format("truetype")
}
@font-face {
  font-family:ClearSansThin;
  src:url(../../../fonts/ClearSans-Thin.ttf) format("truetype")
}
.svelte-1w9a0hp.svelte-1w9a0hp::-moz-selection {
  color:#fff;
  background:#db8f21
}
.svelte-1w9a0hp.svelte-1w9a0hp::selection {
  color:#fff;
  background:#db8f21
}
@keyframes svelte-1w9a0hp-grad-move {
  0%,
  to {
    background-position:0
  }
  50% {
    background-position:100%
  }
}
.player-history.svelte-1w9a0hp.svelte-1w9a0hp {
  background-color:#252525!important;
  padding:1.2rem 1.5rem;
  display:flex;
  flex-direction:column
}
.player-history.svelte-1w9a0hp .map-distribution.svelte-1w9a0hp {
  flex:1
}
.player-history.svelte-1w9a0hp .buttons.svelte-1w9a0hp {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-self:flex-end;
  gap:1rem
}
@media only screen and (max-width: 991px) {
  .player-history.svelte-1w9a0hp .buttons.svelte-1w9a0hp {
    flex-direction:row;
    align-self:stretch
  }
}
@media only screen and (max-width: 474px) {
  .player-history.svelte-1w9a0hp .buttons.svelte-1w9a0hp {
    flex-direction:column
  }
}
.player-history.svelte-1w9a0hp .footer.svelte-1w9a0hp {
  display:flex;
  justify-content:space-between;
  width:calc(100% - 2rem);
  gap:2rem;
  margin:1rem
}
@media only screen and (max-width: 991px) {
  .player-history.svelte-1w9a0hp .footer.svelte-1w9a0hp {
    flex-direction:column
  }
}
.player-history.svelte-1w9a0hp .footer .table-btn.svelte-1w9a0hp {
  border-radius:.3rem;
  font-weight:600;
  align-self:flex-end;
  padding:1rem 1.5rem;
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:.5rem
}
.player-history.svelte-1w9a0hp .footer .table-btn.svelte-1w9a0hp svg {
  font-size:1.2rem
}
.player-history.svelte-1w9a0hp .footer .table-btn.neutral.svelte-1w9a0hp {
  background-color:#e05a59;
  color:#000c
}
.player-history.svelte-1w9a0hp .footer .table-btn.neutral.svelte-1w9a0hp:hover {
  background-color:#e46f6e;
  color:#000000e6
}
.player-history.svelte-1w9a0hp .footer .table-btn.bold.svelte-1w9a0hp {
  background-color:#e4a54b;
  color:#000c
}
.player-history.svelte-1w9a0hp .footer .table-btn.bold.svelte-1w9a0hp:hover {
  background-color:#e7b061;
  color:#000000e6
}
@keyframes svelte-mo9llu-shine-before {
  0% {
    transform:translate(-150%) rotate(20deg)
  }
  30%,
  to {
    transform:translate(700%) rotate(20deg)
  }
}
@keyframes svelte-mo9llu-up-enter {
  0% {
    transform:translateY(10px);
    opacity:0
  }
  to {
    transform:translateY(0);
    opacity:1
  }
}
@keyframes svelte-mo9llu-move-bg {
  0% {
    background-position:0%
  }
  to {
    background-position:-600% -600%
  }
}
@keyframes svelte-mo9llu-pulse {
  0%,
  20% {
    transform:scale(1)
  }
  10% {
    transform:scale(1.1)
  }
}
@keyframes svelte-mo9llu-float-down {
  0% {
    top:-100%
  }
  to {
    top:200%
  }
}
@keyframes svelte-mo9llu-float {
  0%,
  to {
    transform:translateY(0)
  }
  50% {
    transform:translateY(-10px)
  }
}
@keyframes svelte-mo9llu-wobble {
  0%,
  24% {
    -webkit-transform:translateX(0%);
    transform:translate(0);
    -webkit-transform-origin:50% 50%;
    transform-origin:50% 50%
  }
  4% {
    -webkit-transform:translateX(-10px) rotate(-5deg);
    transform:translate(-10px) rotate(-5deg)
  }
  8% {
    -webkit-transform:translateX(5px) rotate(5deg);
    transform:translate(5px) rotate(5deg)
  }
  12% {
    -webkit-transform:translateX(-5px) rotate(calc(-5deg / 1.8));
    transform:translate(-5px) rotate(calc(-5deg / 1.8))
  }
  16% {
    -webkit-transform:translateX(calc(10px / 3.3)) rotate(calc(5deg / 3));
    transform:translate(calc(10px / 3.3)) rotate(calc(5deg / 3))
  }
  20% {
    -webkit-transform:translateX(calc(-10px / 5.5)) rotate(-1deg);
    transform:translate(calc(-10px / 5.5)) rotate(-1deg)
  }
}
@keyframes svelte-mo9llu-rotate {
  0% {
    transform:rotate(0)
  }
  to {
    transform:rotate(360deg)
  }
}
@keyframes svelte-mo9llu-flipper {
  0% {
    transform:rotateY(180deg)
  }
  40% {
    transform:rotateY(180deg)
  }
  50% {
    transform:rotateY(0)
  }
  90% {
    transform:rotateY(0)
  }
  to {
    transform:rotateY(180deg)
  }
}
@keyframes svelte-mo9llu-shine {
  0% {
    transform:translate(-20cqw) rotate(20deg)
  }
  30%,
  to {
    transform:translate(140cqw) rotate(20deg)
  }
}
@media only screen and (max-width: 991px) {
  .u-hide-992.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
    display:none
  }
}
.u-grid-100.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  display:grid;
  grid-template-columns:1fr;
  grid-gap:2rem
}
.u-flex-100.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  display:flex;
  flex-direction:column;
  gap:2rem
}
.u-uppercase.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  text-transform:uppercase
}
.u-center-text.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  text-align:center!important
}
.u-overflow-hidden.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  overflow:hidden
}
.u-padding.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  padding:2rem!important
}
.u-padding-horizontal.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  padding:0 2rem
}
.u-border-bottom-left-radius.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  border-bottom-left-radius:.3rem
}
.u-absolute-100.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0
}
.u-flex-center.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center
}
.margin.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  max-width:calc(100% - 4rem)
}
.margin.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu:not(.margin--1600) {
  width:1140px
}
.margin--center.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  margin-left:auto;
  margin-right:auto
}
@media only screen and (max-width: 1599px) {
  .margin--1600.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
    width:1140px
  }
  .margin--1600.rd-margin--center.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
    margin-left:auto;
    margin-right:auto
  }
}
@media only screen and (min-width: 576px) {
  .margin.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
    max-width:540px
  }
}
@media only screen and (min-width: 768px) {
  .margin.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
    max-width:720px
  }
}
@media only screen and (min-width: 992px) {
  .margin.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
    max-width:960px
  }
}
@media only screen and (min-width: 1200px) {
  .margin.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
    max-width:1000px
  }
}
@media only screen and (min-width: 1300px) {
  .margin.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
    max-width:1040px
  }
}
@media only screen and (min-width: 1400px) {
  .margin.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
    max-width:1140px
  }
}
@media only screen and (max-width: 575px) {
  .margin.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
    max-width:calc(100% - 2rem)!important
  }
}
@font-face {
  font-family:ClearSans;
  src:url(../../../fonts/ClearSans-Medium.ttf) format("truetype")
}
@font-face {
  font-family:ClearSansThin;
  src:url(../../../fonts/ClearSans-Thin.ttf) format("truetype")
}
.cc-table-view.svelte-mo9llu tr.svelte-mo9llu.svelte-mo9llu {
  color:#fff;
  background-color:#222
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .cc-table-view.svelte-mo9llu tr.svelte-mo9llu.svelte-mo9llu {
    backdrop-filter:blur(50px)!important;
    -webkit-backdrop-filter:blur(50px)!important
  }
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .main.allow-glassmorphism.svelte-mo9llu .glassy.svelte-mo9llu.svelte-mo9llu {
    background-color:transparent!important;
    background-image:linear-gradient(to bottom right,rgba(255,255,255,.08),rgba(255,255,255,.15))!important;
    backdrop-filter:blur(100px)!important;
    -webkit-backdrop-filter:blur(50px)!important;
    box-shadow:0 0 10px #0000004d,inset 0 0 0 2px #ffffff0f!important;
    border-radius:.3rem
  }
  .main.allow-glassmorphism.svelte-mo9llu .glassy.primary.svelte-mo9llu.svelte-mo9llu {
    background-image:linear-gradient(to bottom right,rgba(228,165,75,.3),rgba(228,165,75,.6))!important
  }
}
.main.svelte-mo9llu:not(.allow-glassmorphism) .glassy.svelte-mo9llu.svelte-mo9llu {
  background-color:#2c3135
}
.__grid--masonry.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  width:100%
}
.fix_dimensions.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  position:relative
}
.fix_dimensions.svelte-mo9llu>span.svelte-mo9llu.svelte-mo9llu {
  position:absolute;
  width:100%;
  height:100%;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  display:flex;
  align-items:center;
  justify-content:center
}
.rw-grid.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  width:100%;
  display:grid;
  grid-template-columns:repeat(20,1fr);
  grid-gap:2rem
}
@media only screen and (max-width: 575px) {
  .rw-grid.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
    grid-template-columns:repeat(10,1fr)
  }
}
.rw-grid.align-start.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  align-items:start
}
.rw.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  width:100%;
  display:flex;
  flex-flow:row wrap;
  align-items:flex-start;
  justify-content:space-between;
  width:calc(100% + 2rem);
  margin-left:-1rem;
  margin-top:-1rem;
  margin-bottom:-1rem
}
.rw.reverse.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  flex-flow:row-reverse wrap
}
.rw-align-end.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  align-items:flex-end
}
.rw-align-center.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  align-items:center
}
.rw-stretch.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  align-items:stretch
}
.rw-p-top.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  padding-top:1rem
}
.rw-minus-mt.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  margin-top:-3rem
}
.weapon-grid.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  width:100%;
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(250px,1fr));
  grid-gap:15px;
  position:relative;
  z-index:1
}
@media only screen and (max-width: 575px) {
  .weapon-grid.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
    grid-template-columns:100%
  }
}
.weapon-grid.svelte-mo9llu .float-container.svelte-mo9llu.svelte-mo9llu {
  width:100%;
  margin-bottom:2rem
}
.masonry-item.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  display:block;
  width:var(--width)
}
.texture.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  position:relative
}
.texture.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu:before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:.3;
  background-image:url(../../../assets/textures/diamonds.png);
  background-size:100px;
  animation:svelte-mo9llu-move-bg 1000s linear infinite
}
.texture.cubes.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu:before {
  background-image:url(../../../assets/textures/cubes.png)!important;
  background-size:30px;
  animation:none!important
}
.texture.crisscross.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu:before {
  background-image:url(../../../assets/textures/crisscross.png)!important;
  background-size:60px;
  opacity:1;
  animation:none!important
}
.custom-scrollbar.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  overflow:hidden;
  overflow-y:auto
}
.custom-scrollbar.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu::-webkit-scrollbar-track {
  background-color:#2c3135
}
.custom-scrollbar.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu::-webkit-scrollbar {
  width:7px;
  background-color:#313f44
}
.custom-scrollbar.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu::-webkit-scrollbar-thumb {
  background-color:#313f44
}
.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu::-moz-selection {
  color:#fff;
  background:#db8f21
}
.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu::selection {
  color:#fff;
  background:#db8f21
}
.spacing.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  display:grid;
  grid-template-columns:100%;
  grid-gap:2rem
}
.dotted-underlay.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  position:relative
}
.dotted-underlay.svelte-mo9llu .underlay.svelte-mo9llu.svelte-mo9llu {
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  -webkit-mask-image:radial-gradient(ellipse at center,#000 0,#000 60px,rgba(0,0,0,.1) 100px);
  mask-image:radial-gradient(ellipse at center,#000 0,#000 60px,rgba(0,0,0,.1) 100px);
  z-index:1;
  pointer-events:none!important
}
.dotted-underlay.svelte-mo9llu .underlay.svelte-mo9llu.svelte-mo9llu:before {
  content:"";
  position:absolute;
  background:radial-gradient(circle at center,rgba(255,255,255,.05) 15%,rgba(255,255,255,0) 15%),rgba(255,255,255,0);
  background-size:.75rem .75rem;
  top:0;
  right:0;
  bottom:0;
  left:0;
  transition:background 275ms
}
.rd-inline-icon.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  display:inline-block;
  height:1.5em;
  width:auto;
  margin:0 10px
}
.toggle-container.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  display:flex;
  flex-direction:column;
  gap:6px
}
.form-label.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  font-size:13px;
  color:#ffffff80;
  font-weight:500
}
.heading-tertiary.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  margin:0;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:600;
  width:100%;
  color:#c4c4c4
}
.filter-section.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  display:inline-flex;
  flex-direction:column;
  gap:5px
}
.filter-section.svelte-mo9llu .filter-label.svelte-mo9llu.svelte-mo9llu {
  font-weight:400;
  font-size:10px;
  color:#ffffff80;
  letter-spacing:1px;
  text-transform:uppercase
}
.empty-list-error.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  color:#ff2e2e!important;
  font-weight:600!important;
  font-size:1.3rem!important
}
.empty-list-error.padding.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  padding:0 2rem 2rem
}
.tbl.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  width:100%;
  border-collapse:collapse;
  border-spacing:0
}
.tbl.svelte-mo9llu tr.svelte-mo9llu.svelte-mo9llu {
  display:flex;
  flex-flow:row wrap;
  gap:1rem;
  padding:0 1rem
}
.tbl.svelte-mo9llu .heading-row.svelte-mo9llu.svelte-mo9llu {
  background-color:#191c1f;
  border-radius:.3rem;
  padding:0 1.5rem
}
.tbl.svelte-mo9llu th.svelte-mo9llu.svelte-mo9llu {
  text-align:center;
  padding:1rem 2rem;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#c4c4c4;
  font-size:10px;
  white-space:nowrap
}
.tbl.svelte-mo9llu th.align-left.svelte-mo9llu.svelte-mo9llu {
  text-align:left
}
.tbl.svelte-mo9llu th.hidden.svelte-mo9llu.svelte-mo9llu {
  display:none
}
.tbl.svelte-mo9llu .show-more-row.svelte-mo9llu~td.svelte-mo9llu {
  display:none!important
}
.tbl.svelte-mo9llu .w.svelte-mo9llu.svelte-mo9llu {
  flex:1 1 auto
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:1%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:2%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:3%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:4%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:5%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:6%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:7%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:8%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:9%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:10%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:11%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:12%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:13%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:14%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:15%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:16%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:17%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:18%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:19%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:20%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:21%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:22%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:23%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:24%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:25%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:26%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:27%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:28%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:29%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:30%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:31%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:32%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:33%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:34%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:35%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:36%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:37%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:38%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:39%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:40%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:41%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:42%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:43%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:44%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:45%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:46%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:47%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:48%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:49%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:50%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:51%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:52%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:53%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:54%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:55%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:56%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:57%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:58%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:59%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:60%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:61%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:62%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:63%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:64%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:65%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:66%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:67%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:68%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:69%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:70%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:71%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:72%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:73%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:74%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:75%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:76%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:77%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:78%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:79%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:80%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:81%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:82%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:83%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:84%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:85%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:86%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:87%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:88%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:89%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:90%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:91%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:92%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:93%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:94%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:95%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:96%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:97%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:98%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:99%
}
.tbl.svelte-mo9llu .w-i.svelte-mo9llu.svelte-mo9llu {
  flex-basis:100%
}
.tbl.svelte-mo9llu .w-center.svelte-mo9llu.svelte-mo9llu {
  display:flex;
  align-items:center;
  justify-content:center
}
.tbl.svelte-mo9llu .w-center-vertical.svelte-mo9llu.svelte-mo9llu {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center
}
@media only screen and (max-width: 767px) {
  .tbl.svelte-mo9llu .w_m-100.svelte-mo9llu.svelte-mo9llu {
    flex-basis:100%
  }
  .tbl.svelte-mo9llu .w_m-50.svelte-mo9llu.svelte-mo9llu {
    flex-basis:50%
  }
}
.tbl.svelte-mo9llu tbody.svelte-mo9llu.svelte-mo9llu {
  display:flex;
  flex-direction:column;
  gap:2rem;
  margin-top:2rem
}
.tbl.svelte-mo9llu .skinny-row.svelte-mo9llu.svelte-mo9llu {
  position:relative;
  overflow:hidden;
  background-color:#191c1f;
  border-radius:.3rem;
  box-shadow:0 0 10px #0000004d;
  display:flex
}
.tbl.svelte-mo9llu .skinny-row td.svelte-mo9llu.svelte-mo9llu {
  padding:0;
  flex:0 0 50%
}
.tbl.svelte-mo9llu .skinny-row .row-info.svelte-mo9llu.svelte-mo9llu {
  display:flex;
  padding:2rem;
  position:relative
}
.tbl.svelte-mo9llu .z-2.svelte-mo9llu.svelte-mo9llu {
  position:relative;
  z-index:2
}
.tbl.svelte-mo9llu .data-row.svelte-mo9llu.svelte-mo9llu {
  display:flex;
  flex-flow:row wrap;
  background-color:#101213;
  border-radius:.3rem;
  color:#c4c4c4;
  box-shadow:0 0 15px #0000004d
}
.tbl.svelte-mo9llu .data-row.light.svelte-mo9llu.svelte-mo9llu {
  background-color:#2c3135
}
.tbl.svelte-mo9llu .data-row .w.svelte-mo9llu.svelte-mo9llu {
  padding:2rem;
  position:relative
}
.tbl.svelte-mo9llu .cell-text-container.svelte-mo9llu.svelte-mo9llu {
  display:flex;
  flex-direction:column;
  align-items:center;
  font-size:14px
}
.tbl.svelte-mo9llu .cell-text-container .cell-text-heading.svelte-mo9llu.svelte-mo9llu {
  text-transform:uppercase;
  font-size:10px;
  font-weight:400;
  letter-spacing:1px;
  opacity:.7
}
.dark-text.svelte-mo9llu .cell-text-heading.svelte-mo9llu.svelte-mo9llu {
  font-weight:700!important
}
.tbl.svelte-mo9llu .cell-text-container .cell-text.svelte-mo9llu.svelte-mo9llu {
  display:flex;
  align-items:center
}
.tbl.svelte-mo9llu .tb-list.svelte-mo9llu.svelte-mo9llu {
  display:flex;
  flex-flow:row wrap;
  gap:10px
}
.tbl.svelte-mo9llu .tb-list.vertical.svelte-mo9llu.svelte-mo9llu {
  flex-direction:column
}
.tbl.svelte-mo9llu .tb-list.center.svelte-mo9llu.svelte-mo9llu {
  justify-content:center
}
.tbl.svelte-mo9llu .tb-list li span.svelte-mo9llu.svelte-mo9llu {
  color:inherit
}
.tbl.svelte-mo9llu .w-header-container.svelte-mo9llu.svelte-mo9llu {
  display:flex;
  flex-direction:column;
  padding:0!important
}
.tbl.svelte-mo9llu .w-header-container .w-header.svelte-mo9llu.svelte-mo9llu {
  white-space:nowrap;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:700;
  font-size:11px;
  background-color:#0000002e;
  color:#ffffffe6;
  padding:10px 15px 8px;
  text-shadow:0 0 5px rgba(0,0,0,.4)
}
.tbl.svelte-mo9llu .w-header-container .w-content.svelte-mo9llu.svelte-mo9llu {
  flex:1;
  padding:2rem;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center
}
.tbl.svelte-mo9llu .w-header-container .w-content.center.svelte-mo9llu.svelte-mo9llu {
  text-align:center
}
tbody.svelte-mo9llu:not(.animating) .w-header.svelte-mo9llu.svelte-mo9llu {
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px)
}
.tbl.svelte-mo9llu .promoted.svelte-mo9llu.svelte-mo9llu,
.tbl.svelte-mo9llu .promotedplus.svelte-mo9llu.svelte-mo9llu {
  background-image:linear-gradient(to bottom right,rgba(var(--col),.8),rgba(var(--col),.55));
  animation:10s svelte-mo9llu-grad-move infinite;
  background-size:300%
}
tbody.svelte-mo9llu:not(.animating) .tbl.svelte-mo9llu .promoted.svelte-mo9llu,
tbody.svelte-mo9llu:not(.animating) .tbl.svelte-mo9llu .promotedplus.svelte-mo9llu {
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px)
}
@keyframes svelte-mo9llu-grad-move {
  0%,
  to {
    background-position:0
  }
  50% {
    background-position:100%
  }
}
.tbl.svelte-mo9llu .dark-text.svelte-mo9llu.svelte-mo9llu {
  background-image:linear-gradient(to bottom right,rgba(var(--col),.9),rgba(var(--col),.6));
  color:#101213
}
.tbl.svelte-mo9llu .promotedplus.svelte-mo9llu.svelte-mo9llu:not(.dark-text),
.tbl.svelte-mo9llu .promoted.svelte-mo9llu.svelte-mo9llu:not(.dark-text) {
  color:#fff
}
.tbl.svelte-mo9llu .promotedplus.svelte-mo9llu.svelte-mo9llu:not(.dark-text) {
  background-image:linear-gradient(to bottom right,rgba(var(--col),.8),rgba(var(--col),.55))
}
.tbl.svelte-mo9llu .promoted-badge-container.svelte-mo9llu.svelte-mo9llu {
  position:absolute;
  top:0;
  left:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  gap:2rem
}
.tbl.svelte-mo9llu .promoted-badge.svelte-mo9llu.svelte-mo9llu {
  display:block;
  padding:8px 15px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:400;
  font-size:10px;
  border-radius:.3rem 0;
  color:#eee;
  box-shadow:0 0 15px #0003;
  background-color:#00000040
}
.tbl.svelte-mo9llu .promotedplus:not(.dark-text) .promoted-badge.svelte-mo9llu.svelte-mo9llu {
  color:#fff!important
}
.tbl.svelte-mo9llu .data-row.promotedplus .promoted-badge.svelte-mo9llu.svelte-mo9llu {
  font-weight:600;
  background-color:rgba(var(--col),1)
}
.tbl.svelte-mo9llu .site-container.svelte-mo9llu.svelte-mo9llu {
  padding:2rem 0;
  display:flex;
  align-items:center;
  gap:2rem;
  height:100%
}
@media only screen and (max-width: 767px) {
  .tbl.svelte-mo9llu .site-container.svelte-mo9llu.svelte-mo9llu {
    padding:2rem 0 0
  }
}
.promotedplus.svelte-mo9llu .site-container.svelte-mo9llu.svelte-mo9llu {
  flex-direction:column;
  padding:3rem 0
}
.promotedplus.svelte-mo9llu .site-container .butt.svelte-mo9llu.svelte-mo9llu {
  background-color:rgba(var(--col),1)!important;
  color:#fff!important;
  padding:1.5rem!important;
  font-size:1.4rem!important
}
.promotedplus.svelte-mo9llu .site-container .butt.svelte-mo9llu.svelte-mo9llu:hover {
  filter:brightness(1.1)
}
.promoted.svelte-mo9llu .site-container .butt.svelte-mo9llu.svelte-mo9llu {
  color:#fff!important
}
.promotedplus.dark-text.svelte-mo9llu .site-container .butt.svelte-mo9llu.svelte-mo9llu {
  color:#111!important
}
.tbl.svelte-mo9llu .site-container .site-logo.svelte-mo9llu.svelte-mo9llu {
  height:48px;
  width:48px;
  margin:0 2rem
}
.promotedplus.svelte-mo9llu .site-logo.svelte-mo9llu.svelte-mo9llu {
  height:40px!important;
  width:auto!important;
  padding:0!important
}
.tbl.svelte-mo9llu .site-container .site-content.svelte-mo9llu.svelte-mo9llu {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2rem;
  align-self:stretch;
  flex:1
}
.tbl.svelte-mo9llu .site-container .site-content .butt.svelte-mo9llu.svelte-mo9llu {
  width:100%;
  padding:12px
}
.tbl.svelte-mo9llu tbody.svelte-mo9llu:not(.animating) .butt {
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px)
}
.stack.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  display:flex;
  flex-direction:column;
  gap:2rem
}
.stack-mv.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  margin:2rem 0
}
.stack.gap-5.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  gap:5px
}
.stack.gap-10.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  gap:10px
}
.table.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  width:100%;
  color:#fff;
  border-radius:.3rem;
  border-spacing:0;
  border-collapse:collapse;
  position:relative
}
@media only screen and (min-width: 992px) {
  .table.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
    background-color:#101213
  }
}
@media only screen and (min-width: 992px) {
  .table.border.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
    border-left:1px solid rgba(255,255,255,.05);
    border-right:1px solid rgba(255,255,255,.05);
    border-bottom:1px solid rgba(255,255,255,.05)
  }
}
@media only screen and (max-width: 991px) {
  .table.border.svelte-mo9llu tr.svelte-mo9llu.svelte-mo9llu {
    border:1px solid rgba(255,255,255,.05)!important
  }
  .table.border.svelte-mo9llu tr td.svelte-mo9llu.svelte-mo9llu {
    background-color:#ffffff05
  }
}
.table.border-top.svelte-mo9llu.svelte-mo9llu.svelte-mo9llu {
  border-top:1px solid rgba(255,255,255,.07)
}
.table.svelte-mo9llu thead.svelte-mo9llu.svelte-mo9llu,
.table.svelte-mo9llu tbody.svelte-mo9llu.svelte-mo9llu {
  width:100%
}
.table.svelte-mo9llu thead.svelte-mo9llu.svelte-mo9llu {
  position:sticky;
  top:0;
  background-color:#101213;
  z-index:10
}
.table.svelte-mo9llu thead th.svelte-mo9llu.svelte-mo9llu {
  padding:1rem!important;
  text-align:center;
  font-size:1.2rem!important;
  font-weight:500;
  color:#c4c4c4;
  flex:1
}
@media only screen and (max-width: 575px) {
  .table.svelte-mo9llu .loading-row.svelte-mo9llu.svelte-mo9llu {
    height:100vh
  }
}
.table.svelte-mo9llu .loading-row td.svelte-mo9llu.svelte-mo9llu {
  height:100vh;
  padding:20rem;
  max-width:100%;
  flex:1 1 100%;
  display:flex;
  justify-content:center;
  align-items:flex-start
}
@media only screen and (max-width: 575px) {
  .table.svelte-mo9llu .loading-row td.svelte-mo9llu.svelte-mo9llu {
    padding:12rem 0;
    display:flex;
    align-items:center;
    justify-content:center
  }
}
.table.svelte-mo9llu tr.svelte-mo9llu.svelte-mo9llu {
  display:flex;
  align-items:center;
  border-top:1px solid rgba(255,255,255,.03)
}
.table.svelte-mo9llu tr.fade.svelte-mo9llu.svelte-mo9llu {
  position:relative;
  overflow:hidden;
  background-color:transparent
}
@media only screen and (min-width: 992px) {
  .table.svelte-mo9llu tr.fade.svelte-mo9llu.svelte-mo9llu:after {
    content:"";
    position:absolute;
    top:0;
    background-image:linear-gradient(90deg,rgba(250,65,65,.04) 50%,rgba(250,65,65,.02) 50%);
    background-size:1rem;
    transform:skew(-20deg);
    left:-5rem;
    width:110%;
    height:100%;
    pointer-events:none
  }
}
.table.svelte-mo9llu tr .rating.svelte-mo9llu.svelte-mo9llu {
  min-width:15rem
}
.table.svelte-mo9llu tr td.svelte-mo9llu.svelte-mo9llu,
.table.svelte-mo9llu tr th.svelte-mo9llu.svelte-mo9llu {
  text-align:left;
  padding:1rem;
  font-size:1.4rem
}
.table.svelte-mo9llu tr td.flex-10.svelte-mo9llu.svelte-mo9llu,
.table.svelte-mo9llu tr th.flex-10.svelte-mo9llu.svelte-mo9llu {
  flex:0 1 10rem
}
.table.svelte-mo9llu tr td.flex-15.svelte-mo9llu.svelte-mo9llu,
.table.svelte-mo9llu tr th.flex-15.svelte-mo9llu.svelte-mo9llu {
  flex:0 0 15%
}
.table.svelte-mo9llu tr td.flex-grow.svelte-mo9llu.svelte-mo9llu,
.table.svelte-mo9llu tr th.flex-grow.svelte-mo9llu.svelte-mo9llu {
  flex:1
}
.table.svelte-mo9llu tr td.generic-text.svelte-mo9llu.svelte-mo9llu,
.table.svelte-mo9llu tr th.generic-text.svelte-mo9llu.svelte-mo9llu {
  min-width:13rem
}
.table.svelte-mo9llu tr td.generic-text span.svelte-mo9llu.svelte-mo9llu,
.table.svelte-mo9llu tr th.generic-text span.svelte-mo9llu.svelte-mo9llu {
  color:#c4c4c4;
  font-weight:500;
  font-size:1.3rem
}
@media only screen and (max-width: 991px) {
  .table.svelte-mo9llu thead.svelte-mo9llu.svelte-mo9llu {
    display:none
  }
}
.table.svelte-mo9llu tbody tr.svelte-mo9llu.svelte-mo9llu {
  align-items:stretch
}
@media only screen and (max-width: 991px) {
  .table.svelte-mo9llu tbody tr.svelte-mo9llu.svelte-mo9llu {
    flex-direction:column;
    background-color:#101213!important;
    border:none!important;
    border-radius:.3rem
  }
  .table.svelte-mo9llu tbody tr.svelte-mo9llu.svelte-mo9llu:not(:first-of-type) {
    margin-top:2rem
  }
  .table.svelte-mo9llu tbody tr:not(.loading-row) td.svelte-mo9llu.svelte-mo9llu {
    flex:unset!important;
    display:flex!important;
    justify-content:space-between!important;
    padding:1rem 1.3rem
  }
  .table.svelte-mo9llu tbody tr:not(.loading-row) td.svelte-mo9llu.svelte-mo9llu:not(:last-of-type) {
    border-bottom:1px solid rgba(255,255,255,.05)
  }
  .table.svelte-mo9llu tbody tr:not(.loading-row) td.svelte-mo9llu.svelte-mo9llu:before {
    content:attr(data-label);
    font-weight:600;
    text-transform:uppercase;
    font-size:1.2rem;
    color:#c4c4c4;
    letter-spacing:1px;
    flex:1
  }
}
@media only screen and (max-width: 991px) and (max-width: 575px) {
  .table.svelte-mo9llu tbody tr:not(.loading-row) td.svelte-mo9llu.svelte-mo9llu:before {
    font-size:1.1rem
  }
}
.table.svelte-mo9llu tbody tr:hover td.svelte-mo9llu.svelte-mo9llu {
  background-color:#ffffff0d
}
.table.svelte-mo9llu tbody tr.fade:hover td.svelte-mo9llu.svelte-mo9llu {
  background-color:#e4a54b1f
}
.table.svelte-mo9llu tbody tr td.svelte-mo9llu.svelte-mo9llu {
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:1rem;
  cursor:pointer
}
.table.svelte-mo9llu tbody tr.svelte-mo9llu.svelte-mo9llu:not(:nth-of-type(2n)) {
  background-color:#ffffff08
}
.table.svelte-mo9llu tbody tr.svelte-mo9llu.svelte-mo9llu:nth-of-type(2n) {
  border-top:1px solid rgba(255,255,255,.06)
}
.table.svelte-mo9llu tbody tr.gold.svelte-mo9llu.svelte-mo9llu {
  --col-rank:#e4a54b
}
.table.svelte-mo9llu tbody tr.silver.svelte-mo9llu.svelte-mo9llu {
  --col-rank:#ddd
}
.table.svelte-mo9llu tbody tr.bronze.svelte-mo9llu.svelte-mo9llu {
  --col-rank:#d9a962
}
.table.svelte-mo9llu tbody tr.gold.svelte-mo9llu .trophy,
.table.svelte-mo9llu tbody tr.silver.svelte-mo9llu .trophy,
.table.svelte-mo9llu tbody tr.bronze.svelte-mo9llu .trophy {
  background-color:var(--col-rank);
  border-radius:.3rem;
  color:#00000080!important
}
.table.svelte-mo9llu tbody tr.gold.svelte-mo9llu .rank-num,
.table.svelte-mo9llu tbody tr.silver.svelte-mo9llu .rank-num,
.table.svelte-mo9llu tbody tr.bronze.svelte-mo9llu .rank-num {
  color:var(--col-rank);
  font-weight:600
}
.table.svelte-mo9llu tbody tr .square-num.svelte-mo9llu>span.svelte-mo9llu {
  background-color:#ffffff0d;
  padding:.2rem .75rem;
  border:1px solid rgba(255,255,255,.03);
  border-radius:1px;
  font-size:1.2rem;
  color:#eee;
  font-weight:500
}
.table.svelte-mo9llu tbody tr.svelte-mo9llu .trophy-icon {
  font-size:1.1rem;
  margin-top:1px
}
.table.svelte-mo9llu tbody tr.svelte-mo9llu .trophy-icon~span {
  color:#ebbc77;
  font-weight:700
}

.table.svelte-mo9llu tbody tr.gold.svelte-mo9llu .trophy, .table.svelte-mo9llu tbody tr.silver.svelte-mo9llu .trophy, .table.svelte-mo9llu tbody tr.bronze.svelte-mo9llu .trophy {
  background-color: var(--col-rank);
  border-radius: .3rem;
  color: #00000080 !important;
}


.trophy.svelte-ey2cn4 {
	
	vertical-align: -.125em;
  background-color: #0c384c;
  color: #9dedff !important;
  padding: 0px 5px 0px 5px;
  border-radius: 5px;
}

.table.svelte-mo9llu tbody tr.bronze.svelte-mo9llu.svelte-mo9llu {
  --col-rank: #d9a962;
}

 .profile_block_info:hover {
background-color: #ffffff1a;	 
	 
transition: .3s;
box-shadow: inset 0 -1px 0 0 var(--span-color);
background-color: var(--span-color-low);
 }
 
