/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@400;500;600;700;800&display=swap');
@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('fonts/BerlinSansFBDemi-Bold.eot');
    src: url('fonts/BerlinSansFBDemi-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/BerlinSansFBDemi-Bold.woff2') format('woff2'), url('fonts/BerlinSansFBDemi-Bold.woff') format('woff'), url('fonts/BerlinSansFBDemi-Bold.ttf') format('truetype'), url('fonts/BerlinSansFBDemi-Bold.svg#BerlinSansFBDemi-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Berlin Sans FB';
    src: url('fonts/BerlinSansFB-Reg.eot');
    src: url('fonts/BerlinSansFB-Reg.eot?#iefix') format('embedded-opentype'), url('fonts/BerlinSansFB-Reg.woff2') format('woff2'), url('fonts/BerlinSansFB-Reg.woff') format('woff'), url('fonts/BerlinSansFB-Reg.ttf') format('truetype'), url('fonts/BerlinSansFB-Reg.svg#BerlinSansFB-Reg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.cdnfonts.com/css/lexend');
body {
    font-family: 'Inter', sans-serif;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    background: #101010;
    background-image: url('img/background-filler.png');
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

a,
button {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

hr {
    margin: 0.7rem 0;
}

label {
    margin-bottom: 0;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: #CB0404;
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #BE0404;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}

.error-404 {
    display: flex;
    margin: auto;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.error-404 img{
    padding: 10px;
}

.error-404 h2{
    padding: 20px;
    color: #c56a59;
}

.error-404 h4{
    margin-bottom: 10px;
    padding: 5px;
    color: #afafaf;
}

.error-404 a{
    margin: auto;
    padding: 10px !important;
    border-radius: 5px;
    background: rgb(26 26 26);
    border: #2f2f2f solid 1px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.error-404 a:hover{
    padding: 10px !important;
    border-radius: 5px;
    background: rgb(26 26 26);
    border: #356338 solid 3px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}

.error-404 a:before{
    content: '';
    position: fixed;
    transform: translateY(-50%);
    background-image: url(img/menu_mp_weapon_lvl_star.png);
    background-size: unset;
    color: #FF6347;
    margin-right: 0px;
    border-right: 0px solid #737373;
    padding: 0px 0px;
    /* margin-left: 5px;*/
}

.stats-404-title {
    font-size: 28px;
    color: #FF4500;  /* Zombie Red */
    margin-bottom: 20px;
}

.stats-404-table {
    display: table;
    margin: 0 auto;
    border-collapse: collapse;
    width: 80%;
    max-width: 600px;
    margin-bottom: 30px;
    background-color: rgb(16 16 16 / 80%);
    border-radius: 5px;
    overflow: hidden;
    border: #2f2f2f solid 1px;
}

.stats-404-row {
    display: table-row;
    border-bottom: 1px solid #444;
}

.stats-404-row:last-child {
    border-bottom: none;
}

.stats-404-cell {
    display: table-cell;
    padding: 8px;
    font-size: 15px;
    text-align: left;
    /* border-right: 1px solid #444; */
    color: #869d88;
    border: #2f2f2f solid 1px;
}

.stats-404-cell:last-child {
    border-right: none;
}

/*==== nev area start===== */

header {
    width: 100%;
    padding: 20px 0;
    background: #00000000;
    backdrop-filter: blur(10px);
    border-bottom: #393939 solid 1px;
    position: fixed;
    z-index: 25;
}

nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.custom-containers {
    /* max-width: 1800px; */
    margin: auto;
    padding: 0 15px;
}

.menu-logo {
    margin: left;
}

/* nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.up-timeline-img{
    text-align: center;
}

/* .menu-right-btn {
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
} */

.menu-right-btn ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menu-right-btn ul li {
    transition: .15s;
    letter-spacing: .05em;
}

.menu-right-btn ul li .sub-menu {
    display: none;
    position: absolute;
    /* top: 100%; */
    left: 0;
    width: 100vw;
    min-height: 10vw;
    background: #0c0c0c;
    backdrop-filter: blur(10px);
    border-bottom: #393939 solid 1px;
    z-index: 1000;
}

.menu-right-btn ul li .sub-menu-container {
    margin: auto;
    padding: 2rem 15rem;
    display: flex;
    justify-content: space-evenly;
}

.menu-right-btn ul li .sub-menu ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex-direction: column;
}

.menu-right-btn ul li .sub-menu h5 {
    font-weight: bold;
    color: #fcfcfc;
    margin-bottom: 20px;
}

.menu-right-btn ul li .sub-menu ul li {
    float: none;
    width: 100%;
}

.menu-right-btn ul li .sub-menu ul li a {
    color: #e9e9e9;
    padding: 8px 5px;
    display: block;
    text-align: left;
}

.menu-right-btn ul li.active .sub-menu {
    display: block;
}

.sub-menu img{
    width: 35px !important;
    border-radius: 5px;
}

.menu-right-btn ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 5px;
    background: #1a1a1a;
}

.menu-right-btn ul li a:hover {
    background: #410d0d;
}

.menu-right-btn ul li a img {
    display: inline-block;
    margin-right: 18px;
    width: 20px;
    margin-top: -2px;
}

/* .menu-right-btn ul li a img:hover {
    background-image: url('img/discord-icon-small-white.png');
} */

.menu-right-btn ul li > .no-button {
    margin-right: 10px;
    background: #13121200;
}

.menu-right-btn ul li > .no-button-active {
    margin-right: 10px;
    background: #13121200;
    border-bottom: 4px solid #A11515;
    border-radius: 0px;
}

.menu-right-btn ul li > .no-button-active:hover {
    color: #A11515;
    background: #13121200;
    border-bottom: 4px solid #A11515;
    border-radius: 5px;
}

.menu-right-btn ul li > .no-button:hover {
    margin-right: 10px;
    color: #CB0404;
    background: #13121200;
}

.menu-right-btn ul li > .no-button-vip {
    color: #ffae14;
    margin-right: 10px;
    /* background: #a11515; */
    background: #13121200;
}

.menu-right-btn ul li > .no-button-vip-active {
    margin-right: 10px;
    background: #13121200;
    border-radius: 0px;
    border-bottom: 4px solid #A11515;
}

.menu-right-btn ul li > .no-button-vip-active:hover {
    border-radius: 5px;
    margin-right: 10px;
    background: #ffae14;
    color: #000;
    border-bottom: 4px solid #ffffff;
}

.menu-right-btn ul li > .no-button-vip:hover {
    border-radius: 5px;
    margin-right: 10px;
    color: #000;
    background: #ffae14;
}

/* .discordMessage{
    /* margin-bottom: 25px; */
    /* padding: 25px 50px; */
    /* border-radius: 15px; */
    /* background-color: #000;
} */

.discordMessage {
    white-space: pre-wrap;
}

.discordMessage pre {
    padding: 10px 10px;
    border-radius: 5px;
    background-color: #0f1114;
    display: flex;
    flex-direction: column;
    max-width: 860px;
}

.discordMessage li{
    text-wrap: pretty;
    padding: 5px;
    /* max-width: 860px; */
    /* padding: 2px 8px;
    border-radius: 5px;
    background-color: #21262d; */
    /* font-size: 16px; */
    font-family: 'Inter';
    /* list-style-type: disc; */
    /* box-shadow: 3px 1px 6px #080808; */
    list-style-type: none;
}

.discordMessage li::before{
    content: '';
    position: relative;
    transform: translateY(-50%);
    background-image: url(img/uie_success_icon.png);
    background-size: cover;
    color: #FF6347;
    margin-right: 15px;
    /* border-right: 2px solid #737373; */
    padding: 4px 12px;
    /* margin-left: 5px;*/
}

.discordMessage h2{
    margin-top: 20px;
    margin-bottom: 10px;
    width: fit-content;
    /* padding: 10px 15px; */
    border-radius: 5px;
    /* background-color: #232323; */
    font-size: 1.2rem;
}

.changenotes-title{
    font-size: 1.4rem;
    border-bottom: 4px solid #A11515;
    border-radius: 0px;
}

/*==== nev area end===== */

/*==== pricing vip area start===== */
.vip-pack-container {
    max-width: 1420px;
    /* background: #333333; */
    padding: 20px;
    display: flex;
    margin: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.vip-pack {
    background: #161616;
    height: 750px;
    width: 400px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    list-style-type: none;
    margin: 15px 25px;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
}

.vip-pack:hover {
    animation: zoom-in-vip-pack 0.5s forwards;
}

.vip-pack:not(:hover) {
    animation: zoom-out-vip-pack 0.5s forwards;
}

@keyframes zoom-in-vip-pack {
    0% { transform: scale(1); box-shadow: 0px 5px 17px rgba(197, 197, 194, 0); }
    100% { transform: scale(1.02); box-shadow: 0px 5px 17px rgba(197, 197, 194, 0.3); } /* Adjust the scale factor for zooming in */
  }
  @keyframes zoom-out-vip-pack {
    0% { transform: scale(1.02); box-shadow: 0px 5px 17px rgba(197, 197, 194, 0.3); }
    100% { transform: scale(1); box-shadow: 0px 5px 17px rgba(197, 197, 194, 0); } /* Return to original size */
  }

#ultimate-vip-pack {
    background-size: cover;
    background-image: url("img/showcase_camo_ultimate.png");
    background-color: rgba(0, 0, 0, 0.5);    /* background: #161616; */
    height: 760px;
    width: 405px;
    padding: 8px;
    box-shadow: 0px 5px 17px rgba(19, 181, 202, 0.6);
}

#paragon-vip-pack {
    background-size: cover;
    background-image: url("img/showcase_camo_paragon.png");
    background-color: rgba(0, 0, 0, 0.5);    /* background: #161616; */
    box-shadow: 0px 5px 17px rgba(202, 19, 19, 0.6);
}

#master-vip-pack {
    background-size: cover;
    background-image: url("img/showcase_camo_master.png");
    background-color: rgba(0, 0, 0, 0.5);    /* background: #161616; */
    box-shadow: 0px 5px 17px rgba(104, 19, 202, 0.6);
}

#gold-vip-pack {
    background-size: cover;
    background-image: url("img/showcase_camo_gold.png");
    background-color: rgba(0, 0, 0, 0.5);    /* background: #161616; */
    box-shadow: 0px 5px 17px rgba(255, 190, 11, 0);
}

#silver-vip-pack {
    background-size: cover;
    background-image: url("img/showcase_camo_silver.png");
    background-color: rgba(0, 0, 0, 0.5);    /* background: #161616; */
    box-shadow: 0px 5px 17px rgba(172, 171, 170, 0);
}

#bronze-vip-pack {
    background-size: cover;
    background-image: url("img/showcase_camo_bronze.png");
    background-color: rgba(0, 0, 0, 0.5);    /* background: #161616; */
    box-shadow: 0px 5px 17px rgba(153, 81, 9, 0);
}

.vip-pack p{
    /* padding: 5px; */
    color: #9fb79c;
    font-size: 95%;
    text-align: center;
}

.vip-pack img{
    /* padding: 15px; */
    color: #c9c9c9;
    max-width: 170px;
}

.vip-pack ul li{
    padding: 0px 5px 8px 5px;
    color: #c9c9c9;
}

.vip-pack ul li:before{
    content: '';
    position: relative;
    transform: translateY(-50%);
    background-image: url(img/menu_mp_weapon_lvl_star.png);
    background-size: cover;
    color: #FF6347;
    margin-right: 15px;
    /* border-right: 2px solid #737373; */
    padding: 1px 11px;
    /* margin-left: 5px;*/
}

.vip-pack h3{
    padding: 10px;
}

.vip-pack ul{
    padding: 5px;
}

.vip-pack ul li span{
    /* padding: 5px; */
    color: #cd7920;
    font-size: 95%;
}

.vip-pack ul li a{
    /* padding: 5px; */
    color: #9fb79c;
    font-size: 95%;
}

.vip-support-button {
    text-align: center;
    max-width: fit-content;
    position: absolute;
    margin-top: 578px;
}

.vip-support-button ul{
    max-width: fit-content;
}

.vip-support-button a{
    color: #fff;
}

.vip-support-button li a{
    padding: 10px !important;
    border-radius: 5px;
    background: rgb(26 26 26);
    border: #356338 solid 3px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.vip-support-button li a:hover{
    padding: 10px !important;
    border-radius: 5px;
    background: rgb(26 26 26);
    border: #356338 solid 3px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}

.vip-support-button-ultimate li{
    padding: 10px !important;
    border-radius: 5px;
    background: rgb(26 26 26);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

#ultimate-button:before{
    content: '';
    position: fixed;
    transform: translateY(-50%);
    background-image: url(img/menu_mp_weapon_lvl_star.png);
    background-size: unset;
    color: #FF6347;
    margin-right: 0px;
    border-right: 0px solid #737373;
    padding: 0px 0px;
    /* margin-left: 5px;*/
}

.vip-support-button li img{
    max-width: 25px;
    margin-right: 12px;
}

.vip-pack hr{
    width: 350px;
    margin: 8px;
}

#bronze{
    color: #814a10;
}

#silver{
    color: #96b1c1;
}

#gold{
    color: #e7c81a;
}

#master{
    color: #8119d6;
}

#paragon{
    color: #b11616;
}

#ultimate{
    color: #12b8eb;
}

#ultimate-button a{
    display: block;
    /* margin: 5px; */
    text-align: center;
    width: 300px;
    color: #FFF;
    /* background: #12b8eb; */
    padding: 6px !important;
    border-radius: 5px;
    border: #1f251f solid 2px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

#ultimate-button a:hover{
    /* padding: 10px !important; */
    /* border-radius: 5px; */
    color: #FFF;
    background: #a11515;
    /* border: #356338 solid 3px; */
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4); */
}

.price-dollar{
    font-size: 80%;
    color: #838383;
}

.vip-image-showcase {
    display: flex;
    padding: 20px;
    max-width: 2150px;
    /* max-height: 280px; */
    flex-direction: row;
    justify-content: flex-start;
    margin: 50px;
    flex-wrap: wrap;
}

.vip-image-showcase a img {
    position: relative;
    max-height: 440px;
    display: block;
    margin-left: 50px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.vip-image-showcase a img:hover {
    animation: zoom-in 0.5s forwards;
  }
.vip-image-showcase a img:not(:hover) {
    animation: zoom-out 0.5s forwards;
  }
  @keyframes zoom-in {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); } /* Adjust the scale factor for zooming in */
  }
  @keyframes zoom-out {
    0% { transform: scale(1.1); }
    100% { transform: scale(1); } /* Return to original size */
  }

.vip-image-camo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.vip-image-camo div{
    margin: 10px;
    background: #0c0c0c;
    padding: 20px;
    border-radius: 5px;
    height: 300px;
    width: 370px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.vip-image-camo div img:hover{
    animation: zoom-in 0.5s forwards;
}

.vip-image-camo div img:not(:hover){
    animation: zoom-out 0.5s forwards;
}

.vip-image-camo div h2 {
    padding: 5px;
}

.vip-image-camo div img {
    /* max-height: 140px !important; */
    max-width: 140px;
    border-radius: 5px;
}

.vip-image-camo div p {
    padding: 20px 5px;
    text-align: center;
}

.hero-left-content-vip h3 {
    font-family: 'Poppins', sans-serif;
    color: #BE0404;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.hero-left-content-vip h2 {
    /* font-family: 'Poppins', sans-serif; */
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}

.hero-left-content-vip p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 170.023%; /* 30.604px */ 
}

.hero-left-content-vip p span {
    font-weight: 800;
}

.hero-left-content-vip ul {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    background: #287532;
    padding: 20px;
    border-radius: 5px;
    border-bottom: #0d3b07 solid 5px;
    justify-content: space-between;
}

#isupport ul{
    background: #284375;
    border-bottom: #152b53 solid 5px;
}

.hero-left-content-vip ul li span{
    font-size: larger;
    position: relative;
    top: -11px;
}

.hero-left-content-vip ul li{
    padding: 10px 10px;
    border-right: white solid 1px;
    margin-left: 20px;
    min-width: 230px;
}

.hero-left-content-vip ul li:last-child{
    padding: 10px 10px;
    border-right: white solid 0px;
    margin-left: 20px;
}

.hero-left-content-vip ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 5px;
    background: #A11515;
    transition: .3s
}

.hero-left-content-vip ul li a:hover {
    background-color: #950808;
}

.hero-left-content-vip ul li a img {
    display: inline-block;
    padding-right: 18px;
}

.hero-left-content-vip ul li small {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    padding: 0 23px;
}

/*==== sticky-nev start=== */

.fixed-menu {
    background: #00000000;
    backdrop-filter: blur(10px);
    border-bottom: #393939 solid 1px;
    position: fixed;
    top: 0;
    animation: slide-down 0.5s !important;
    left: 0;
    right: 0;
    box-shadow: 4px -86px 103px rgba(0, 0, 0, 0.9);
    z-index: 250;
    transition: .10s;
}

.fixed-menu .menu-bar a {
    color: #7F7F7F !important;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*==== sticky-nev end=== */

/* =====Changelog start===== */
.container-changelog {
    max-width: 1280px;
    margin: auto;
}

.changelog-display{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
}

.changelog-container{
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    justify-content: flex-start;
    width: 100%;
}

.changelog {
    /* padding: 10px 20px; */
    /* background: #14181d; */
    /* border-radius: 5px; */
    display: flex;
    flex-direction: column;
    max-width: 930px;
}

.changelog ul{
    padding: 10px 20px;
    background: #14181d;
    border-radius: 5px;
    margin-bottom: 20px;
}

.changelog h2{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #d9d9d9;
}

.changelog-image{
    max-width: 800px;
    margin: auto;
    padding: 20px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.changelog-image img{
    max-width: 700px;
    border-radius: 15px;
}

.changelog-top-note {
    /* padding-top: 10px;
    padding-bottom: 20px; */
    display: flex;
    justify-content: space-between;
}

.collapse-button {
    color: white;
    background: #262d37;
    padding: 0px 12px;
    border-radius: 5px;
    text-align: center;
    border: none;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    font-size: 75%;
}

.collapse-button img {
    margin-left: 8px !important;
}

.changelog-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease;
}

.changelog-content.expanded {
    max-height: 2600px;
    transition: max-height 1s ease;
}

.changelog-content p{
    color: #b7b6ae !important;
    font-size: 100% !important;
    /* background: #0f1114; */
    padding: 10px !important;
    /* text-align: center; */
}

.changelog-content p:first-of-type{
    border-radius: 0px 7px;
}

.changelog-content p:last-of-type{
    border-radius: 7px 0px;
}

.changelog-content p a{
    margin: 5px;
    color: #000000;
    background: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 90%;
    display: inline-block;
}

.changelog-content p a:hover{
    color: #FFF;
    background: #353535;
}

.collapse-button img.arrow.flip {
    transform: rotate(180deg);
}  

.changelog-top-note img{
    max-width: 24px;
    height: auto;
    padding: 5px;
}

.changelog-top-note span{
    font-size: 90%;
    bottom: -2px;
    position: relative;
}

.changelog-buttons-container {
    max-height: 500px; /* Adjust height as needed */
    position: relative;
    margin-right: 12px;
}

.changelog-buttons-container .scrollable {
    max-height: 600px;
    padding-right: 6px;
    overflow-y: auto;
    max-width: 300px;
}

::-webkit-scrollbar {
    border-radius: 5px;
    width: 10px;
    background-color: #333; /* Dark mode scrollbar background */
}

::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3); /* Dark mode thumb color */
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.5); /* Dark mode thumb hover color */
}

.changelog-buttons {
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
}

.changelog-buttons p {
    padding: 7px;
}

.changelog-version {
    margin-bottom: -8px;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 9px;
    justify-content: flex-start;
}

.changelog-version-2 {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.changelog-container p {
    padding: 7px;
    font-size: 85%;
    color: #a11515;
}

.changelog-container p:last-of-type {
    padding: 7px;
    font-size: 85%;
    color: #4e9c3b;
}

.version-button {
    color: white;
    background: #14181d;
    padding: 7px 12px;
    margin: 5px;
    width: 270px;
    border-radius: 5px;
    text-align: left;
    border: none;
}

.version-button:hover{
    background: #21262d;
}

.version-button.active{
    border: 2px solid #a11515;
}

/* =====VIP text-area-start===== */
#early-access{
    scroll-padding-top: 150px;
}

.vip-text-area {
    border-bottom: 4px solid #A11515;
    padding: 152px 0 52px;
    background-color: #0000006b;
}

.small-description{
    font-size: 95%;
    color: #a2d7a4;
}

/* =====Changenotes-area-start===== */
.patchnotes-area {
    min-height: 1080px;
    padding: 150px 0;
}
/* =====Changenotes-area-end===== */

/* =====My-Stats-area-start===== */
.uem-my-stats-title {
    background: #000;
    border-radius: 5px 5px 0px 0px;
}

.uem-my-stats-wrapper h2 {
    padding: 10px 20px;
    font-size: 1.8rem;
}

.container-uem-stats {
    max-width: 1600px;
    margin: auto;
}
.uem-my-stats {
    padding: 100px 0;
}

.uem-my-stats-wrapper {
    border-radius: 5px;
    background: #080808;
    /* padding: 18px 10px 30px 10px; */
    position: relative;
}

.uem-my-stats-container {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.uem-my-stats-top {
    padding: 5px 20px;
}

.uem-my-stats-top img{
    border-radius: 5px;
    max-width: 100px;
}

.uem-my-stats-top h2{
    padding: 20px;
}

.uem-my-stats-top h5 {
    font-size: 0.9rem;
    color: aquamarine;
    padding: 0px 5px;
}

.uem-my-stats-top p {
    margin-top: 5px;
    font-size: 1.5rem;
    padding: 5px 10px;
    background: #0c0c0c;
    width: 190px;
    border-radius: 5px;
}

/* UEM RANK */
.uem-rank-section {
    display: flex;
    margin: auto;
}

.uem-rank {
    background: #0c0c0c;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    flex-direction: row;
    max-height: 110px;
    max-width: 350px;
    margin: 20px;
}

.uem-rank-disabled{
    display: none;
}

.uem-rank p{
    text-align: center;
    font-size: 80%;
    color: #bdbdbd;
    padding: 5px;
}

.uem-rank img {
    max-width: 100px;
    padding: 10px;
}

.uem-rank-div {
    padding: 10px;
    width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: brown;
}
/* UEM STATS */
.uem-stats-section {
    display: flex;
    /* margin-left: 10px; */
    margin: auto;
    /* flex-direction: column; */
}

.uem-stat {
    background: #0c0c0c;
    border-radius: 5px;
    /* padding: 5px; */
    display: flex;
    flex-direction: row;
    /* max-height: 80px; */
    /* max-width: 350px; */
    margin: 10px;
}

.uem-stat h4 {
    color: #bdbdbd;
    font-size: 80%;
}

.uem-stat p{
    padding: 5px 0px;
}

.uem-stat img {
    max-width: 100px;
    padding: 10px;
}

.uem-stat-div {
    padding: 10px;
    width: 200px;
    /* text-align: center; */
    margin-left: 10px;
}

#uem-rank-level {
    max-height: 110px;
    max-width: 350px;
    padding: 5px;
    /* margin-left: 20px; */
}

.progress-container {
    width: 100%;
    background-color: #1a1a1a;
    border-radius: 5px;
    margin-top: 10px;
    height: 20px;
}

.progress-bar {
    width: 47%;
    height: 20px;
    background-color: #4caf50;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    color: white;
}

/* =====My-Stats-area-end===== */

.container-wrap {
    margin: auto;
    padding-top: 160px;
    /* margin-top: 100px; */
    margin-bottom: 200px;
    max-width: 1600px;
}

.pagination {
    padding: 0px 40px;
    display: flex;
    list-style: none;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}

.pagination-content {
    margin: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #080808;
    padding: 0px 20px;
    border-radius: 10px;
}

.pagination-content span {
    display: flex;
    padding: 5px 10px;
    flex-direction: column-reverse;
    color: white;
    background: #0c0c0c;
    padding: 2px 20px;
    margin: 5px;
    /* width: 270px; */
    border-radius: 5px;
    text-align: left;
    border: none;
}

#pagination-controls {
    display: flex;
    padding: 10px 0px;
}

#rowsLabel{
    padding: 15px 5px 15px 15px;
}

#rowsPerPage {
    padding: 10px;
    background: #080808;
    color: #fff;
    border: 1px solid #121212;
    border-radius: 5px;
}

#rowsPerPage option {
    background-color: #333;
    color: #e0e0e0;
    border: 1px solid #121212;
    border-radius: 5px;
}

.goto-page {
    padding: 10px;
}

.goto-page input {
    background: #080808;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    margin-right: 5px;
    border: #121212 1px solid;
    width: 140px;
}

.goto-page button {
    background: #14181d;
    color: #fff;
    padding: 8px;
    padding: 8px 15px;
    border-radius: 5px;
    border: #121212 1px solid;
}

.goto-page button:hover{
    background: #fff;
    color: #000;
}

#pagination-controls button {
    color: white;
    background: #14181d;
    padding: 10px 20px;
    margin: 5px;
    /* width: 270px; */
    border-radius: 5px;
    text-align: left;
    border: none;
}

#pagination-controls button.active{
    background: #a11515;
}

#pagination-controls button:not(.active):hover {
    background: #fff;
    color: #000;
}

.name-info {
    display: flex;
    white-space: nowrap;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
}

.uem-moderator {
    color: #12b8eb !important;
}

.uem-owner {
    color: #eb1212 !important;
}

.uem-vip-bronze {
    color: #814a10 !important;
}

.uem-vip-silver {
    color: #96b1c1 !important;
}

.uem-vip-gold {
    color: #e7c81a !important;
}

.uem-vip-master {
    color: #8119d6 !important;
}

.uem-vip-paragon {
    color: #b11616 !important;
}

.uem-vip-ultimate {
    color: #12c9be !important;
}

.name-info img{
    max-width: 30px;
    margin-left: 20px;
}

.level-info, .prestige-info, .legend-info {
    display: flex;
    align-items: center; /* Center items vertically within the cell */
    /* justify-content: center; */
    white-space: nowrap; /* Prevent wrapping of content to a new line */
    color: lightsteelblue;
}

.level-info img, .prestige-info img, .legend-info img{
    max-width: 35px;
    margin: 0px 20px;
}

.level-info.high-rank{
    color: darkgoldenrod;
}

.prestige-info.high-prestige, .legend-info.high-prestige{
    color: darkgoldenrod;
}

.hover-text {
    display: none;
    position: absolute;
    /* top: 100%; */
    /* left: 50%; */
    transform: translateX(-20%);
    transform: translateY(30%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: normal;
    z-index: 21;
    pointer-events: none;
    width: max-content;
}

.image-container:hover .hover-text {
    display: block;
}

/* Ensures the icons and text align nicely */
/* td.level-icon, td.prestige-icon, td.legend-icon {
    display: flex;
    align-items: center;
} */

/* =====News-area-end===== */
.news-section{
    padding: 152px 0 52px;
    flex: 1;
}

.news-container{
    max-width: 1280px;
}
/* =====News-area-end===== */

.leaderboards div {
    margin: 20px;
    padding: 10px;
    /* background-color: #f0f0f0; */
    border: 1px solid #252525;
}

.ladder-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #040404;
    padding: 10px 25px;
    border-radius: 10px;
}

.ladder-title {
  flex:2;
}

.ladder-search {
    display: flex;
    flex: 1;
    padding-right: 25px;
    max-width: 25%;
    flex-direction: row;
    align-items: center;
}

.ladder-search button{
    border: none;
    background: none;
}

.ladder-search button img{
    max-width: 25px;
    margin-left: -55px;
    position: relative;
    right: 21px;
    top: 12px;
    /* top: 10%; */
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
}

.ladder-title {
  font-size:20px;
  /* color:#a11515!important; */
  font-weight:bold;
  text-transform:uppercase;
}

.ladder-search input {
    color:white
}

.ladder-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #919191;
}

.ladder-search input::-moz-placeholder { /* Firefox 19+ */
    color: #919191;
}

.ladder-search input:-ms-input-placeholder { /* IE 10+ */
    color: #919191;
}

.ladder-search input:-moz-placeholder { /* Firefox 18- */
    color: #919191;
}
/* /end Ladder Navigation */
/* Leaderboard Results */
.leaderboard-results {
    text-align:left;
    border-collapse: collapse;
    width: 95%;
    margin: auto;
    margin-top: 20px;
    background: #060606;
    border-radius: 5px;
}

.leaderboard-results thead th {
    padding: 17px 20px;
    color: #747474;
    font-size: 16px;
    font-weight: bold;
}

.leaderboard-results tbody td {
    padding: 10px 30px;
    /* background:#060606; */
    font-size:16px;
    border-bottom: 1px solid #0c0c0c;
    border-top: 1px solid #0c0c0c;
    /* border-radius: 5px; */
    text-align: center;
}

.leaderboard-results tbody td a img {
    padding: 0px 15px;
    max-width: 60px;
    margin: auto;

}
.leaderboard-results tbody td:nth-of-type(2) {
    font-weight: 600;
}

.leaderboard-results tbody td:nth-of-type(2), .leaderboard-results tbody td:nth-of-type(4), .leaderboard-results tbody td:nth-of-type(6), .leaderboard-results tbody td:nth-of-type(8) {
    /* background: #060606; */
    border-left: 1px solid #0c0c0c;
    border-right: 1px solid #0c0c0c;
}

.leaderboard-results tbody td:last-of-type{
    background: #0d3b0721;
    text-align: center;
}

.leaderboard-results tbody td:hover:last-of-type{
    background: #0d3b0721;
}

.leaderboard-results tbody tr:hover td {
  background:#0e0e0e;
}

.leaderboard-results thead th button{
    background: #0e0e0e00;
    border-radius: 5px;
    border: none;
    padding: 5px 15px;
    color: #fff;
}

.leaderboard-results thead th button::after{
    content: '';
    position: relative;
    transform: translateY(-50%);
    background-image: url(img/sort-sortable-anchor-table-order-desc-asc.png);
    background-size: cover;
    color: #FF6347;
    margin-left: 10px;
    padding: 1px 11px;
}

.leaderboard-results thead th button.active-order{
    background: #040404;
    color: #FF6347;
}

.leaderboard-results thead th button:hover{
    /* background: #040404; */
    color: #FF6347;
}

.leaderboard-results tbody tr {
    color:#b9b9b9;
}
.leaderboard-results tbody tr:first-child {
    /* border-radius: 5px; */
    /* color:#a11515; */
}

#rank-1 td:first-of-type {
    background: #3b3411;
    color: black;   
}

#rank-1 td:first-of-type img, #rank-2 td:first-of-type img, #rank-3 td:first-of-type img {
    max-width: 35px; 
}

#rank-2 td:first-of-type {
    background: #353535;
    color: #ffffff;
}

#rank-3 td:first-of-type {
    background: #2d2310;
    color: #ffffff;
}

.leaderboard-results tbody span {
    font-weight:bold;
    padding:10px 15px;
    border-radius:50%;
}

.leaderboard-results tbody tr:first-child span {
    background:#a11515;
    color:white;
}

.leaderboard-results tbody tr span {
    background:#262626;
    color:#747474;
}
/* /end Leaderboard Results */

/* =====hero-area-start===== */

.hero-area {
    background-image: url(img/hero-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-bottom: 4px solid #A11515;
    padding: 203px 0 203px;
    background-color: #100f0f;
}

.hero-area p {
    display: block;
}

.hero-left-content {
    padding-left: 50px;
}

.hero-left-content h3 {
    font-family: 'Poppins', sans-serif;
    color: #BE0404;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.hero-left-content h2 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}

.hero-left-content p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 170.023%; /* 30.604px */ 
}

.hero-left-content p span {
    font-weight: 800;
}

.hero-left-content ul {
    display: flex;
    align-items: center;
}

.hero-left-content ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 5px;
    background: #A11515;
    transition: .3s
}

.hero-left-content ul li a:hover {
    background-color: #950808;
}

.hero-left-content ul li a img {
    display: inline-block;
    padding-right: 18px;
}

.hero-left-content ul li small {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    padding: 0 23px;
}

/* hero-right-content */

.hero-right-content {
    text-align: center;
}

.hero-right-content span {
    display: inline-block;
    padding: 35px 0;
}

/* ====== THE MOD THAT area start ==== */

.the-mod-that-area {
    padding: 100px 0;
}

.the-mod-that-wrapper {
    border-radius: 5px;
    background: #080808;
    padding: 40px 50px;
    position: relative;
}

.the-mod-that-wrapper::after {
    content: "";
    width: 32px;
    height: 32px;
    display: block;
    background-color: #CB0404;
    position: absolute;
    top: -15px;
    right: -10px;
}

.the-mod-left-content h2 {
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.the-mod-left-content h2 span {
    color: #CB0404;
}

.the-mod-left-content p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.the-mod-left-content p span {
    font-weight: 800;
}

.the-mod-right-img {
    position: relative;
}

.the-mod-right-img img {
    position: absolute;
    top: -40px;
    right: -30px;
}

/*==== LEVEL YOUR CHARACTER area start ===== */

.level-your-character-title h2 {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 50px;
}

.level-your-character-title h2 span {
    color: #CB0404;
}

.level-your-chara-left {
    margin-bottom: 77px;
}

.level-your-chara-right h3 {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 10px;
}

.level-your-chara-right p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190.023%;
    margin-bottom: 25px;
}

.level-your-chara-right p span {
    font-weight: 800;
}

.level-your-chara-right p label {
    font-weight: 800;
    color: #A11515;
}

.level-your-chara-right-img {
    margin-bottom: 64px;
}

/*  ====WAYS TO GET EXPERIENCE Area start ===== */

.ways-to-get-experience-area {
    padding: 95px 0 0 0;
}

.top-border-red {
    max-width: 1314px;
    margin: auto;
    height: 2px;
    background-color: #A11515;
    position: relative;
}

.top-border-red::before {
    content: "";
    width: 29px;
    height: 30px;
    display: block;
    border-top: 2px solid #A11515;
    border-right: 2px solid #A11515;
    position: absolute;
    top: 0px;
    right: 0px;
}

.way-to-get-ex-left-item {
    margin-bottom: 40px;
}

.way-to-get-ex-left-item h2 {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.way-to-get-ex-left-item h2 span {
    color: #CB0404;
}

.way-to-get-ex-left-item p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190.023%;
}

.way-to-get-ex-right-item {
    margin-bottom: 120px;
}

.way-to-get-new-left {
    margin-bottom: 100px;
}

.way-to-get-new-right {
    padding-left: 50px;
}

.way-to-get-new-right h4 {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-top: 14px;
}

.way-to-get-new-right p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190.023%;
    /* 30.404px */
    margin-bottom: 80px;
}

.way-to-get-new-right p span {
    font-weight: 800;
}

.way-to-get-new-right p small {
    color: #FF7A00;
    font-size: 16px;
}

.way-to-get-ex-rounds-items {
    border-radius: 5px;
    background: #080808;
    padding: 47px 35px;
    position: relative;
    margin-bottom: 70px;
    min-height: 380px;
}

.way-to-get-ex-rounds-items small {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: #CB0404;
    display: inline-block;
    padding: 14px 26px;
    position: absolute;
    margin-top: -80px;
    margin-left: -50px;
}

.way-to-get-ex-rounds-items p {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190.023%;
    /* 30.404px */
    margin-bottom: 20px;
}

.way-to-get-ex-rounds-items p span {
    font-weight: 800;
}

.cos1 {
    color: #4863EA;
}

.cos2 {
    color: #CA48EA;
}

.cos3 {
    color: #EA6D22;
}

.cos4 {
    color: #EACB22;
}

/*====== UPGRADED PACK-A-PUNCH area start======= */

.upgraded-pack-a-punch {
    padding: 77px 0;
}

.upgraded-pack-left-item h2 {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
    margin-top: 35px;
}

.upgraded-pack-left-item h2 span {
    color: #CB0404;
}

.upgraded-pack-left-item p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190.023%;
    /* 30.404px */
    margin-bottom: 24px;
}

.upgraded-pack-left-item p span {
    font-weight: 800;
}

.upgraded-pack-right-item {
    text-align: right;
}

/*====== LEVEL YOUR WEAPON area start ======= */

.level-your-weapon-area {
    padding: 95px 0 0;
}

.level-your-weapon-left {
    margin-right: 40px;
}

.level-your-weapon-left h2 {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}

.level-your-weapon-left h2 span {
    color: #CB0404;
}

.level-your-weapon-left p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190.023%;
    /* 30.404px */
    margin-bottom: 30px;
}

.level-your-weapon-left p span {
    font-weight: 800;
}

.gun-img {
    margin-right: 40px;
    text-align: right;
}

/* your-lifetime-wrapper */

.your-lifetime-wrapper {
    padding-top: 88px;
    padding-bottom: 100px;
}

.your-lifetime-tables {
    border-radius: 5px;
    background: #080808;
    padding: 12px 23px;
    background-image: url(img/spreadsheet-app-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 40px;
    margin-bottom: 30px;
}

.your-lifetime-tables-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em 1em;
}

.your-lifetime-tables-left ul li {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    /* 30.4px */
}

.your-lifetime-tables-right ul li {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    /* 30.4px */
    text-align: right;
}

/*=======YOUR DEPLOYMENT STATION area start====== */

.dv-new-container {
    max-width: 1312px;
    border-top: 2px solid #A11515;
    border-left: 2px solid #A11515;
    margin: auto;
    padding-top: 52px;
    position: relative;
}

.dv-new-container::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    border-right: 2px solid #A11515;
    border-bottom: 2px solid #A11515;
    position: absolute;
    top: -30px;
    left: -30px;
}

.your-dv-station-left h2 {
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 28px;
}

.your-dv-station-left h2 span {
    color: #CB0404;
}

.your-dv-station-left p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190.023%;
    margin-bottom: 38px;
}

.your-dv-station-left h3 {
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.your-dv-station-right {
    position: relative;
}

.your-dv-station-right img {
    /* position: absolute; */
    margin-left: -110px;
    width: 750px;
}

.your-dv-station-right-con {
    padding-left: 50px;
    padding-top: 50px;
}

.your-dv-station-right h3 {
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.your-dv-station-right h3 span {
    color: #CB0404;
}

.your-dv-station-right p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190.023%;
    margin-bottom: 38px;
}

/* ====custom-uem-perks-area start===== */

.custom-uem-perks-area {
    padding: 64px 0 75px 0;
}

.custom-uem-left-item {
    margin-top: 40px;
}

.custom-uem-left-item h2 {
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 28px;
}

.custom-uem-left-item h2 span {
    color: #CB0404;
}

.custom-uem-left-item h3 {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.custom-uem-left-item p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190.023%;
    /* 30.404px */
}

.custom-uem-left-item p span {
    color: #FF7A00;
}

.custom-uem-perk-rows {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 90px;
    position: relative;
    margin-top: -130px;
}

.choose-your-gamemode-area {
    padding: 0 0 75px 0;
}

/* ======= */

.custom-uem-perk-box-item {
    border-radius: 5px;
    background: #080808;
    padding: 40px 23px 10px;
    position: relative;
    margin-bottom: 70px;
}

.custom-uem-perk-box-item h2 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: #CB0404;
    display: inline-block;
    padding: 14px 26px;
    position: absolute;
    margin-top: -70px;
    margin-left: -35px;
}

.custom-uem-perk-box-item p {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190.023%;
    /* 30.404px */
    margin-bottom: 20px;
}

.custom-uem-perk-box-item p span {
    font-weight: 800;
}

/*====== CHOOSE YOUR GAMEMODE area start====== */


.choose-your-container {
    max-width: 1312px;
    border-top: 2px solid #A11515;
    border-left: 2px solid #A11515;
    margin: auto;
    padding-top: 70px;
    position: relative;
}

.choose-your-container::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    border-right: 2px solid #A11515;
    border-bottom: 2px solid #A11515;
    position: absolute;
    top: -30px;
    left: -30px;
}

.chooseyour-game-itm-img {
    margin-bottom: 100px;
}

.chooseyour-game-itm {
    padding-left: 20px;
    padding-bottom: 10px;
}

.chooseyour-game-itm h2 {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 28px;
    margin-top: 12px;
}

.chooseyour-game-itm h2 span {
    color: #CB0404;
}

.chooseyour-game-itm p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190.023%;
    /* 30.404px */
}

.ex11 {
    padding-left: 20px;
    margin-bottom: 50px;
}

/*========= AND SO MUCH MORE area start======= */

.end-so-much-more-area {
    padding: 100px 0;
}

.end-so-m-title h2 {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 28px;
    text-align: center;
}

.end-so-m-title h2 span {
    color: #CB0404;
}

.end-so-m-title p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190.023%;
    /* 30.404px 
    */
    margin-bottom: 71px;
}

.end-so-much-more-teim-wrapper {
    max-width: 770px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 70px 80px;
}

.end-so-much-more-teims {
    text-align: center;
}

.end-so-much-more-teims h6 {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 190.023%;
    /* 22.803px */
    margin-top: 11px;
    text-align: center;
}

/* =====Ready to start area start===== */

.ready-to-start-game {
    padding: 100px 0;
}

.ready-to-start-game-wrapper {
    border-radius: 5px;
    background: #080808;
    padding: 48px 10px 30px 10px;
    position: relative;
}

.ready-to-start-game-wrapper::before {
    content: "";
    width: 32px;
    height: 32px;
    background: #CB0404;
    display: block;
    position: absolute;
    top: -10px;
    right: -7px;
}

.ready-to-start-game-wrapper h2 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
}

.ready-to-start-game-wrapper h2 span {
    color: #CB0404;
}


.ready-to-start-game-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ready-to-start-game-wrapper ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 5px;
    background: #A11515;
    transition: .3s;
}

.ready-to-start-game-wrapper ul li a:hover {
    background-color: #950808;
}

.ready-to-start-game-wrapper ul li a img {
    display: inline-block;
    padding-right: 18px;
    max-width: 42px;
}

.ready-to-start-game-wrapper ul li small {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    padding: 0 23px;
}

.ready-to-start-game-wrapper p {
    color: #9B9B9B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190.023%;
    /* 30.404px */
    margin-top: 30px;
}

.read-man-img {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

/* =====footer ara start== */

footer {
    position: relative;
    /* min-height: 100vh; */
    width: 100%;
    bottom: 0;
    padding: 20px 0;
    background: #0000006b;
    backdrop-filter: blur(10px);
    border-top: #393939 solid 1px;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coppy-right-text p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170.023%;
    /* 27.204px */
    text-align: center;
    margin-left: 300px;
}

input[type=text], input[type=submit], input[type=file], textarea, input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], .material.woocommerce-page[data-form-style="default"] input#coupon_code {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0);
}

input[type=text], textarea, input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date] {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    color: #555;
    /* background-color: #ffffff; */
    border: #1e1e1e 2px solid;
    /* border: none; */
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.news-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 152px 0 152px;
    /* background: #1e1e1e; */
}
#articles .article {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #333;
    border-radius: 5px;
    background-color: #2e2e2e;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.article-content {
    padding: 20px;
}

#articles .article:hover {
    background-color: #3e3e3e;
}

#articles .article h3 {
    margin: 0 0 10px;
}

#articles .article p {
    margin: 0;
    color: #a0a0a0;
}

.article img {
    max-width: 150px;
    max-height: 150px;
}

button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #0056b3;
}

#article-detail {
    display: none;
}

#article-detail h2 {
    margin-top: 0;
    color: #e0e0e0;
}

#article-detail p {
    line-height: 1.6;
    color: #a0a0a0;
}

#article-detail img {
    margin-bottom: 15px;
    border-radius: 5px;
}

#article-detail a {
    display: inline-block;
    margin-top: 10px;
    color: #007BFF;
    text-decoration: none;
}

#article-detail a:hover {
    text-decoration: underline;
}

#next-article a {
    color: #007BFF;
    text-decoration: none;
}

#next-article a:hover {
    text-decoration: underline;
}

.thanks-support-container {
    padding: 100px 20% 200px;
}

.thanks-support-container h1{
    font-weight: 600;
    text-align: center;
    margin-bottom: 3rem;
}

.thanks-support-container h1 span{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
}

#thank-you{
    font-size: 18px;
    text-align: center;
    padding: 20px;
}

#thank-you p{
    color: #cdcdcd;
}

.how-to {
    padding: 0px 10px;
}

.how-to h4{
    padding: 20px 0px;
    margin-bottom: 5px;
}

code {
    margin: 0px 5px;
      border-radius: 5px;
      font-size: 12px;
      padding: 4px 11px;
      background-color: #181818;
      color: #79c57c;
      border: #292929 solid 1px;
  }
  
  pre code {
    background: #181818 !important;
    font-size: 12px !important;
    color: #bbbbbb;
    border: none;
  }
  
  pre {
    max-width: 85%;
    text-wrap: pretty;
    margin: 20px;
    background: #181818 !important;
    padding: 15px 40px;
    border-radius: 5px;
    border: #292929 solid 1px;
  }

.thanks-support-container h2{
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: #393939 solid 1px;
    padding: 10px 0px;
}

.discord-rewards {
    padding: 10px;
}

.discord-rewards ul{
    display: grid;
    padding: 10px;
    justify-items: start;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.discord-rewards ul li{
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #232323;
    border-radius: 5px;
    align-content: space-around;
    justify-content: space-between;
    align-items: flex-start;
}

.discord-rewards ul li h4{
    font-weight: 600;
    font-size: 1.3rem;
}

.discord-rewards ul li p{
    padding: 10px 0px;
}

.discord-rewards ul li img{
    padding: 3px 0px;
    max-height: 25px;
}

#-discord-reward {
    background: rgb(41 42 101);
}

#-early-access {
    background: rgb(22 53 43);
}

#-early-previews {
    background: rgb(61 15 20);
}

#-playable-characters {
    background: rgb(33 17 47);
}

.how-to-obtain-rewards {
    padding: 10px;
}

#supporter-rank\ ultimate {
    -webkit-text-stroke: 1px #12b8eb;
}

#supporter-rank\ paragon {
    -webkit-text-stroke: 1px #b11616;
}

#supporter-rank\ master {
    -webkit-text-stroke: 1px #8119d6;
}

#supporter-rank\ gold {
    -webkit-text-stroke: 1px #e7c81a;
}

#supporter-rank\ silver {
    -webkit-text-stroke: 1px #96b1c1;
}

#supporter-rank\ bronze {
    -webkit-text-stroke: 1px #814a10;
}

/* =====News-area-end===== */
.fix-section{
    padding: 152px 0 52px;
    flex: 1;
    /* margin: auto; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.statsContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 80%;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #0a0a0a1c !important;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 20px;
  }
  
  .card h3 {
    font-size: 22px;
    font-weight: 600;
    
  }

  .card h3 {
    color: #ffffff;
  }

  .card h6 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #a3a3a3;
    text-align: center;
  }

  .cards {
    display: flex;
  }
  
  .drop_box {
    height: 500px;
    max-width: 700px;
    margin: 10px 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #2b2b2b;
    border-radius: 5px;
  }

  .drop_box li {
    padding: 5px;
}
  
  .drop_box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
  }

  .drop_box p {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #a3a3a3;
  }

  .drop_box p:first-of-type {
    margin-top: 10px;
    /* margin-bottom: 10px; */
    font-size: 12px;
    color: #a3a3a3;
  }
  
  .drop_box button {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    padding: 8px 56px;
    border-radius: 5px;
    background: #1a1a1a;
  }

  .drop_box button:hover {
    color: #ececec;
    background: #3a3a3a;
  }

  #dropZone {
    border: 2px dashed #ccc;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    color: #ccc;
    margin: 20px 0;
}
#dropZone.dragover {
    border-color: #272727;
    color: #ffffff;
}

#uploadForm {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 25px;
}

#fileInput {
    text-align: center;
    margin: auto;
}

#downloadButton {
    background-color: #198754;
}

#downloadButton:hover {
    background-color: #0e5a36;
}

#status ul li {
    color: #df6060;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    background: #371818;
    border-radius: 5px;
}

#statsContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.stats-container {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

.stats-list {
    flex: 1 1 300px;
    /* background-color: #181818; */
    padding: 10px;
}

.stats-list li {
    border: 1px solid #252525;
    border-radius: 5px;
    list-style: none;
    padding: 12px;
    background: #181818;
    border-radius: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stats-list li div img {
    margin-left: 10px;
    max-width: 35px;
}

.stats-list li div span:first-of-type {
    margin-right: 10px;
    color: #676767;
    font-weight: bold;
    font-size: 15px;
    /* display: flex; */
}

.stat-value {
    color: #dfd4af !important;
    font-size: 15px !important;
}

.stat-rank {
    color: #4a7d31 !important;
}

/* Style the radio buttons as buttons */
.radio-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.radio-container input[type="radio"] {
    display: none;
}

.radio-container label {
    display: inline-block;
    padding: 10px 20px;
    /* border: 2px solid #ffffff; */
    border-radius: 5px;
    background-color: #333333;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.radio-container input[type="radio"]:checked + label {
    background-color: #a11515;
    color: #ffffff;
}

.radio-container label:hover {
    background-color: #6b0d0d;
}

#searchInputStats {
    max-width: 440px;
    display: none;
}

.wiki-weapons-section{
    padding: 152px 0 52px;
    flex: 1;
    margin: auto;
}

.weapons-table {
    width: 100%;
    border-collapse: collapse;
}
.weapons-table th, .weapons-table td {
    border: 1px solid #1e1e1e;
    padding: 8px;
    text-align: center;
    color: #e0e0e0;
}
.weapons-table th {
    background-color: #2c2c2c;
}
.weapons-table tr:nth-child(even) {
    background-color: #1a1a1a;
}
.weapons-table tr:hover {
    background-color: #333;
}
#weapon-detail {
    /* display: none; */
    background-color: #1e1e1e;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.weapon-image {
    max-width: 100%;
    height: auto;
}

/* Weapons Showcase */
.weapons-showcase {
    padding: 110px 110px 52px;
    flex: 1;
    font-family: 'Lexend', sans-serif;
}

.weapons-showcase h1 {
    margin-bottom: 30px;
}

/* Weapons Showcase Table */
.table-weapons-showcase {
    margin: auto;
    padding: .1em;
}

.table-weapons-showcase ul {
    padding: .1em;
    display: flex;
    margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.table-weapons-showcase ul li {
    margin: 5px 5px;
}

.table-weapons-showcase ul li a {
    padding: 1em 0em;
    background: #161616;
    margin: 2px;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid #1e1e1e;
    color: white;
    font-weight: 700;
    letter-spacing: 2px;
    /* min-width: 500px; */
    display: flex;
    min-width: 150px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.table-weapons-showcase ul li a:hover {
    padding: 1em 0em;
    background: #2e3339;
}

.table-weapons-showcase ul li a img {
    max-width: 25px;
    margin-right: 10px;
    display: none;
}

.weapons-showcase-table.selected {
    background: #2e3339;
}

/* Weapon Image */
.weapons-showcase-weapon-middle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
}

.weapons-showcase-weapon-middle img, .model-container img {
    /* max-width: 45%;
    max-height: 40%; */
    margin-bottom: 20px;
    margin-top: 40px;
}

/* Weapon Details */
.weapon-details {
    /* position: absolute; */
    left: 5.2%;
    top: 65%;
    width: 75%;
}

.weapon-details-left {
    min-width: 40%;
}

.weapon-details h2 {
    margin-left: 5px;
    font-weight: 700;
}

.weapon-details p {
    margin-left: 5px;
    color: #939393;
    max-width: 90%;
    font-size: 0.9rem;
}

.weapon-details #weapon-clip {
    margin-top: 10px;
}

.weapon-details-left-top {}

.weapon-details-left-bottom {
    margin-left: 5px;
    margin-top: 35px;
}

.weapon-details-left-bottom h6 {
    font-weight: 700;
}

.weapon-details-mid-bottom {
    width: 75%;
}

.weapon-details-mid-buttons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* HR Styles */
.weapon-details-bottom-left hr,
.weapon-details-left hr {
    height: 2px;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#333333), color-stop(0.5, #333333), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, #333333, #333333 50%, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(left, #333333, #333333 50%, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(left, #333333, #333333 50%, rgba(0, 0, 0, 0));
    background: linear-gradient(to right, #333333, #333333 50%, rgba(0, 0, 0, 0));
    border: 0;
}

.weapon-details-bottom-left hr:after,
.weapon-details-left hr:after {
    display: block;
    content: '';
    height: 30px;
    background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 116, color-stop(0%, #cccccc), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
    background-image: radial-gradient(farthest-side at center top, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
}

/* Weapon Selection Container */
.weapon-selection-container {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    overflow-x: auto;
    padding: 20px;
    max-width: 100%;
    box-sizing: border-box;
}

/* Weapon Selection */
.weapon-selection {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
    white-space: nowrap;
    width: max-content;
}

.weapon-selection li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.weapon-selection li a {
    padding: 12px 10px;
    background: #161616;
    margin: 10px;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: white;
    font-weight: 700;
    letter-spacing: 2px;
}

.weapon-selection li a span {
    display: block;
    margin: auto;
    padding-top: 14px;
    color: lightgrey;
    background: #16161654;
    border-top: 1px solid #3c3c3c85;
    text-align: center;
}

.w-selection-active {
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #454545, rgb(255 255 255 / 0%)) 1;
    border-right: none;
    border-top-width: 3px;
    border-bottom-width: 3px;
}

.w-selection:hover {
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #454545, rgb(255 255 255 / 0%)) 1;
    border-right: none;
    border-top-width: 3px;
    border-bottom-width: 3px;
}

.w-selection img {
    max-width: 200px;
}

.weapon-selection ul li a img {
    max-width: 200px;
}

/* Weapon Details Bottom Upgraded */
.weapon-details-bottom-upgraded span {
    color: #b3b3b3;
}

.weapon-details-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.weapon-details-bottom-left {
    min-width: 40%;
}

/* Weapon Details Stat */
.weapon-details-stat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 7px;
}

.weapon-details-stat h6 {
    min-width: 90px;
    text-align: left;
    font-size: 0.9rem;
}

.weapon-details-stat h5 {
    font-size: 0.65vw;
    color: #898989;
}

.weapon-details-stat h5 span {
    color: #ff8400;
}

.weapon-details-stat h6 span {
    padding: 0px 7px;
}

/* Weapon Stat Selection */
.weapon-stat-selection {
    padding: 10px 0px;
    width: 50%;
    background-color: #141414;
    border: 1px solid #1e1e1e;
    border-radius: 5px;
    transition: background-color 0.3s;
    font-weight: 600;
    font-size: 0.60vw;
}

.weapon-stat-selection.selected {
    background-color: #2d2d2d;
}

.weapon-stat-selection:hover {
    background-color: #2d2d2d;
}

/* Stat Bar Container */
.stat-bar-container {
    position: relative;
    width: 80%;
    max-width: 380px;
    height: 15px;
    padding: 4px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 3px;
}

.stat-bar-section {
    background: #cbcbcb;
    height: 100%;
    transition: background 0.3s ease-in-out;
    border-radius: 2px;
}

.stat-bar-section.empty {
    background: #3d3d3d;
}

/* Weapon Camos */
.weapon-camos {
    display: none;
    position: fixed;
    bottom: -100%;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    transition: bottom 1s ease-in-out;
    z-index: 200;
}

.weapon-camos.visible {
    bottom: 0;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    display: block;
}

.hover-text-camo {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(30 30 30 / 40%);
    color: #fff;
    padding: 5px 15px;
    border-radius: 0;
    font-size: 14px;
    white-space: nowrap;
    z-index: 21;
    pointer-events: none;
    width: 100%;
    text-align: center;
    font-weight: 600;
    text-shadow: 1px 1px 6px black;
}

.image-container:hover .hover-text-camo {
    display: block;
}

.camo-selection {
    position: relative;
    display: inline-block;
}

.camo-selection img {
    display: block;
}

/* Weapon Camo Selection */
.weapon-camo-selection {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
    border: 1px solid #1e1e1e;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background: #161616;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.weapon-camo-selection ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.weapon-camo-selection ul li {
    padding: 10px;
    flex: 0 0 auto;
}

.weapon-camos ul li a img {
    max-width: 100px;
    height: auto;
    cursor: pointer;
}

.weapon-camo-selection .camo-selection.active img {
    border: 2px solid #007bff;
    border-radius: 4px;
}

/* Weapon Info */
.weapon-info {
    display: flex;
    flex-direction: column;
}

.weapon-info p {
    margin: 5px 0;
    padding: 10px;
    border: 1px solid #1e1e1e;
    border-radius: 5px;
    font-weight: 700;
}

/* Weapon Details Extra */
.weapon-details-extra {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}

/* Enchantment Slider Container */
.enchantment-slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

/* Enchantment Slider */
.enchantment-slider {
    width: 100%; /* Make the slider as wide as the container */
    margin-bottom: 10px;
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    background: #333;
    outline: none;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.enchantment-slider:hover {
    opacity: 1;
}

.enchantment-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.enchantment-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

/* Enchantment Label */
.enchantment-label {
    font-size: 18px;
    font-weight: bold;
    color: rgb(241, 226, 209);
    transition: color 0.3s ease;
}

/* 3d Showcase - canvas */
.model-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Prevents the canvas from overflowing */
    margin: auto;
    display: flex;
    background-color: transparent;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}

.controls-container {
    position: absolute;
    z-index: 20;
}

canvas {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; /* Ensures the canvas covers the container without squishing */
}

#autoRotateButton{
    position: relative;
    z-index: 10;
}

.model-showcase-container{
    /* display: flex;
    align-items: center; */
    position: relative;
    width: 100%;
    height: 100%;
}

.modelviewercontrols {
    background: #161616;
    padding: 4px 3px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/* Basic button styles */
.modelviewerbuttons {
    background-color: #2e3339;
    border: none;
    padding: 10px;
    text-align: center;
    display: inline-block;
    margin: 4px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

/* Active button styles */
.modelviewerbuttons.active {
    background-color: #007bff; /* Blue color when active */
    color: #fff;
}

/* Optional: Button hover effect */
.modelviewerbuttons:hover {
    background-color: #aaa;
}

/* Image styles inside buttons */
.modelviewerbuttons img {
    width: 24px;
    height: 24px;
}

.view-switcher {
    position: relative;
    width: 90px;
    height: 36px;
    background-color: #2e3339;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    margin: 5px 0px;
}

.view-switch-checkbox {
    display: none;
}

.view-switch-label {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

.view-switch-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0px;
    pointer-events: none;
}

.view-switch-switch {
    display: block;
    width: 45%;
    height: 80%;
    background: #d7d7d7;
    border-radius: 5px;
    position: absolute;
    left: 5px;
    top: 3px;
    transition: left 0.3s ease-in-out;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #2e3339;
}

.view-switch-checkbox:checked + .view-switch-label .view-switch-switch {
    left: 50%;
}

.view-switch-checkbox:checked + .view-switch-label {
    background-color: #2a5283; /* Change background color when checked */
}

.view-switch-checkbox:checked + .view-switch-label .view-switch-switch {
    background-color: #d7d7d7;
    color: #2e3339;
}

.view-switch-checkbox:not(:checked) + .view-switch-label .view-switch-switch::after {
    content: '2D';
}

.view-switch-checkbox:checked + .view-switch-label .view-switch-switch::after {
    content: '3D';
}

/* Wiki */
.v-application--wrap {
    flex: 1 1 auto;
    /* -webkit-backface-visibility: hidden; */
    /* backface-visibility: hidden; */
    -js-display: flex;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100%;
    position: relative;
    transition: all 1.2s ease;
    transform-origin: 50% 50%;
}

.gamesplayed-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 24px;
    justify-content: center;
    background: radial-gradient(circle at center, #1a1a1a 0%, #0d0d0d 100%);
    margin-top: 20px;
  }

  /* .game-card {
    display: flex;
    background-color: #111;
    color: #f5f5f5;
    border: 2px solid #ff000033;
    border-radius: 10px;
    padding: 20px;
    width: 620px;
    font-family: 'Orbitron', sans-serif;
    text-shadow: 0 0 3px #000;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  } */

  .game-card {
    display: flex;
    flex-direction: column;
    background: #1a1a1a;
    border: 1px solid #2e2e2e;
    padding: 12px;
    border-radius: 5px;
    box-shadow: inset 0 0 6px #222;
    margin-bottom: 24px;
    min-width: 500px;
    max-width: 500px;
  }

  .game-header {
    font-size: 18px;
    font-weight: bold;
    color: #b03a3a;
  }

  .main-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-bottom: 1px solid #333;
    gap: 16px;
    padding: 8px 5px;
  }

  .thumbnail {
    max-width: 70px;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
    /* padding: 20px; */
    border-radius: 10px;
    margin-right: 5px;
    }

.game-top-row{
    display: flex;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    gap: 15px;
    align-content: center;
    align-items: center;
}

.game-date{
    font-size: 12px;
    color: #535353;
}

.game-title-info {
    display: flex;
    flex-direction: column;
}

  .tracker-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

.game-row-main {
    display: flex;
    font-size: 15px;
    color: #a1a1a1;
    padding: 1px 8px;
    justify-content: space-between;
  }

  .game-row {
    display: flex;
    font-size: 20px;
    color: #ccc;
    gap: 15px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    /* background: linear-gradient(rgba(46,47,48,1), rgba(29,31,32,1)); */
    padding: 10px;
    /* border-radius: 5px; */
    background: linear-gradient(rgba(46,47,48,1), rgba(29,31,32,1)) padding-box,
                linear-gradient(to top, #2e2e2e, #5a5a5a) border-box;
    border: 2px solid transparent;
  }

  .game-row > span:first-of-type{
    color: #8c8c8c;
  }

  .game-row > span:last-of-type{
    font-weight: 600;
  }

  .game-subinfo {
    margin-bottom: 8px;
    font-size: 15px;
    color: #f5f5f5;
  }

  .tracker-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 8px;
  }

  .game-link {
    display: inline-block;
    padding: 8px 14px;
    background: #791f1f;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s ease;
  }

  .game-link:hover {
    background: #471212;
    color: #fff;
  }

  .container-tracker-wrap {
    padding-top: 160px;
    /* margin-top: 100px; */
    margin-bottom: 200px;
}

  .game-tracker-container {
        max-width: 1800px;
    margin: auto;
    background: #111;
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #ff000044;
    /* box-shadow: 0 0 20px #ff9900bb; */
  }

  .game-tracker-container h2 {
    color: #ff3333;
    font-size: 28px;
    margin-bottom: 12px;
    text-shadow: 0 0 4px #000;
  }

  .tracker-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 16px;
  }

.tracker-card {
    display: flex;
    background: #1a1a1a;
    border: 1px solid #2e2e2e;
    padding: 16px;
    border-radius: 5px;
    min-width: 240px;
    box-shadow: inset 0 0 6px #222;
    gap: 16px;
    flex-direction: column;
  }

  .tracker-card img.thumbnail {
    width: 120px;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
  }

  .tracker-content {
    flex: 1;
  }

  .tracker-card h4 {
    color: #ff3333;
    margin-bottom: 8px;
    font-size: 16px;
    border-bottom: 1px solid #333;
    padding-bottom: 4px;
  }

  .tracker-card p {
    font-size: 14px;
    color: #ccc;
    margin: 4px 0;
  }

  .stat-highlight {
    color: #791f1f;
    font-weight: bold;
  }

.top-icons {
  display: flex;
  gap: 10px;
  padding-top: 4px;
}

.icon-link {
  display: inline-block;
  padding: 4px;
  border-radius: 6px;
  background-color: #1a1a1a;
  transition: background-color 0.2s ease;
}

.icon-link:hover {
  background-color: #333;
}

.flag-tooltip {
  position: relative;
  display: inline-block;
  cursor: default;
}

.flag-tooltip .tooltip-text {
  visibility: hidden;
  width: auto;
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 0.7rem;
  position: absolute;
  z-index: 10;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s;
}

.flag-tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.dashboard-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 200px 115px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

.map-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}

.map-thumbnail {
  width: 160px;
  border-radius: 10px;
}

.map-details .map-name {
  font-size: 2rem;
  margin: 0 0 10px;
  color: #ff3c3c;
}

.map-updated,
.map-location {
  font-size: 0.9rem;
  color: #bbb;
  margin-top: 4px;
}

.player-name {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.player-title {
  font-size: 0.9rem;
  color: #aaa;
  margin-bottom: 6px;
}

.stat-highlight {
  font-weight: bold;
  color: #fff;
}

#stat-link i {
  font-size: 1rem;
  vertical-align: middle;
}

.btn-dark {
  background-color: #222 !important;
  color: #fff !important;
  border: 1px solid #444;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 0.9rem;
  transition: background-color 0.2s ease;
}

.btn-dark:hover {
  background-color: #333 !important;
  color: #fff;
  text-decoration: none;
  border-color: #555;
}

.btn-dark i {
  font-size: 1rem;
}


.steam-link-row {
  text-align: center;
  margin-top: 25px;
}

.badge {
  padding: 3px 7px;
  border-radius: 5px;
  font-size: 0.7rem;
  font-weight: bold;
  color: white;
}

.badge-vip {
  background-color: gold;
  color: black;
}

.badge-dev {
  background-color: crimson;
}

.badge-special {
  background-color: #6a4c93;
}

.icon-section{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.player-loadout {
  margin-bottom: 1rem;
  background-color: #1d1d1d;
    padding: 15px;
  border-radius: 5px;
}

.player-name {
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.5rem;
}

.weapon-row {
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: flex-start;
}

.weapon-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ccc;
    padding: 10px;
    /* border-radius: 5px; */
    background: linear-gradient(rgba(46, 47, 48, 1), rgba(29, 31, 32, 1)) padding-box, linear-gradient(to top, #2e2e2e, #5a5a5a) border-box;
    border: 2px solid transparent;
}

.weapon-img {
  width: 320px;
  height: auto;
  border-radius: 4px;
  margin-bottom: 5px;
}

.equipment-row {
  display: flex;
  gap: 16px;
  margin-top: 10px;
}
.equipment-slot {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px;
    /* border-radius: 5px; */
    background: linear-gradient(rgba(46, 47, 48, 1), rgba(29, 31, 32, 1)) padding-box, linear-gradient(to top, #2e2e2e, #5a5a5a) border-box;
    border: 2px solid transparent;
}
.equipment-icon {
  width: 32px;
  height: 32px;
}
.equipment-label {
  font-size: 14px;
  font-weight: bold;
}

.perk-icon {
    width: 45px;
    height: 45px;
    margin-right: 1px;
    border-radius: 4px;
    vertical-align: middle;
}

.player-portrait {
        width: 128px;
    height: 128px;
    background-color: #262626;
    border-radius: 5px;
}

.player-stats{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 5px;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
}

.players {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 10px 5px 2px;
}

.players a{
    background-color: #2f2f2f;
    border-radius: 5px;
    padding: 3px 6px;
    color: #9e9356;
}

.players a:hover{
    background-color: #1e1e1e;
    color: #cccccc;
}

.players .game-row a{
    padding: 5px;
}

.players .game-row span{
    padding: 5px;
    color: white;
}

.icon-with-label {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    color: #868686;
    gap: 6px;
}

.icon-img {
    width: 34px;
    height: 34px;
}

.badge-enchant {
  display: inline-block;
  padding: 5px 12px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  margin-top: 3px;
  text-shadow: 0 0 1px #000;
  cursor: default;
}

/* Media Queries */

/* 1080p */
@media (max-width: 1920px) {
    .weapon-details-stat h5 {
        font-size: 0.75vw;
        color: #898989;
    }

    .weapons-showcase-weapon-middle img, .model-container img {
        width: 70%;
    }

    .weapon-details-mid-bottom {
        top: 60%;
    }

    .weapon-details h2, .weapon-details p {
        font-size: 1rem;
    }

    .weapon-details p, .weapon-details-stat h6 {
        font-size: 0.9rem;
    }

    .stat-bar-container {
        max-width: 340px;
    }
}

/* 1440p */
@media (max-width: 2560px) {
    .weapons-showcase-weapon-middle img, .model-container img {
        width: 80%;
    }

    .weapon-details-mid-bottom {
        top: 55%;
    }

    .weapon-details h2, .weapon-details p {
        font-size: 1.1rem;
    }

    
    .weapon-details p, .weapon-details-stat h6 {
        font-size: 0.9rem;
    }

    .stat-bar-container {
        max-width: 380px;
    }
}

/* 4K */
@media (min-width: 3840px) {
    .weapons-showcase-weapon-middle img, .model-container img {
        width: 90%;
    }

    .weapon-details-mid-bottom {
        top: 50%;
    }

    .weapon-details h2, .weapon-details p {
        font-size: 1.2rem;
    }

    .weapon-details p, .weapon-details-stat h6 {
        font-size: 1.1rem;
    }

    .stat-bar-container {
        max-width: 420px;
    }
}

/* 720p */
@media (max-width: 1280px) {    

    .weapon-details-stat h5 {
        font-size: 1.75vw;
        color: #898989;
    }

    .weapons-showcase-weapon-middle img, .model-container img {
        width: 70%;
    }

    .weapons-showcase-weapon-middle{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .weapon-details-mid-bottom {
        top: 60%;
    }

    .weapon-stat-selection{
        font-size: 0.9rem;
    }

    .weapon-details h2, .weapon-details p {
        font-size: 0.9rem;
    }

    .weapon-details p, .weapon-details-stat h6 {
        font-size: 0.8rem;
    }

    .stat-bar-container {
        max-width: 300px;
    }

    .weapon-details-mid-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .weapon-stat-selection{
        width: 100%;
        padding: 0.4em;
        margin: 2px;
    }
}

/* Mobile */
@media (max-width: 768px) {

    .weapon-details-stat h5 {
        font-size: 2.8vw;
        color: #898989;
    }

    .table-weapons-showcase{
        margin-top: 130px;
    }

    .table-weapons-showcase ul{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        overflow-x: auto;
    }

    .weapons-showcase {
        padding: 20px;
    }

    .weapons-showcase h1 {
        font-size: 1.5rem;
    }

    .table-weapons-showcase ul li a{
        padding: 0.5em 0em;
    }

    .table-weapons-showcase ul li a.selected {
        padding: 0.5em 0em;
    }

    .weapons-showcase-weapon-middle{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .weapons-showcase-weapon-middle img, .model-container img {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
        max-width: 100%;
        max-height: 100%;
    }

    .weapon-details {
        position: static;
        width: 100%;
        max-width: none;
        padding: 20px;
    }

    #weapon-description{
        display: none;
    }

    .weapon-details-mid-bottom, .weapon-details-left, .weapon-details-bottom {
        position: static;
        width: 100%;
        max-width: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .weapon-details h2 {
        font-size: 1.2rem;
    }

    .weapon-details p, .weapon-details-stat h6 {
        font-size: 1rem;
    }

    .stat-bar-container {
        width: 100%;
        max-width: none;
    }

    .weapon-selection-container{
        padding: 0px;
        justify-content: flex-start;
    }

    .weapon-selection {
        align-items: center;
    }

    .weapon-selection li {
        margin-bottom: 20px;
    }

    .weapon-selection li a {
        padding: 15px;
    }

    .weapon-selection li a img {
        max-width: 150px;
    }

    .weapon-details-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .weapon-details-extra {
        flex-direction: column;
        align-items: center;
    }

    .weapon-details-extra p {
        width: 100%;
    }

    .weapon-camos{
        display: none;
    }

    .weapon-camo-selection ul {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .weapon-camo-selection ul li {
        padding: 5px;
    }
}

/* Widescreen */
@media (min-aspect-ratio: 16/9) and (max-width: 2560px) {
    .weapon-details-stat h5 {
        font-size: 0.6vw;
        color: #898989;
    }

    .weapons-showcase-weapon-middle img, .model-container img {
        width: 60%;
    }

    .weapon-details-mid-bottom {
        top: 50%;
    }

    .weapon-details h2, .weapon-details p {
        font-size: 1rem;
    }

    .weapon-details p, .weapon-details-stat h6 {
        font-size: 0.9rem;
    }

    .stat-bar-container {
        max-width: 300px;
    }
}

@media (max-width: 2560px) {
    .model-container {
        width: 60%;
        height: auto;
    }
}

@media (max-width: 1920px) {
    .model-container {
        width: 70%;
        height: auto;
    }
}

@media (max-width: 1440px) {
    .model-container {
        width: 80%;
        height: auto;
    }
}

@media (max-width: 1024px) {
    .model-container {
        width: 90%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .model-container {
        width: 100%;
        height: auto;
    }
}