.Product-module__wrapper {
    background: var(--bg-color-700);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
}
.Search-module__iconWrapper {
    height: 100%;
    padding: 0 10px;
    background: var(--accent-color-800);
    color: var(--font-color-700);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20%;
}
.Categories-module__category {
    cursor: pointer;
    color: var(--font-color-900);
    background-color: var(--bg-color-700);
    padding: 10px 15px;
    border-radius: 10px;
    margin: 5px;
    transition: all .15s ease;
}
.Shop-module__header {
    width: 100%;
    font-size: 17px;
    border-radius: 10px;
}
.boxFooter {
    background: var(--bg-color-700);
    border-radius: 10px;
}
.boxBody {
    background: var(--bg-color-900);
    border-radius: 10px;
    margin-bottom: 10px;
}
.boxHeader {
    background: var(--bg-color-700);
    border-radius: 10px;
    margin-bottom: 10px;
}
.Banner-module__img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 10px;
}
.productModalDescription {
    list-style: inside;
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    background-color: var(--bg-color-700);
    border-radius: 10px;
}
.KitContent-module__containsItem {
    border-radius: 2px;
    background-color: var(--bg-color-700);
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.KitContent-module__itemName {
    padding: 8px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    text-align: start;
    color: var(--font-color-800);
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: var(--product-items-trans-bg-color);
    border-radius: 10px;
}
.KitContent-module__itemCount {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 6px;
    background-color: var(--product-items-trans-bg-color);
    color: var(--font-color-900);
    text-align: start;
    border-radius: 5px;
}
.Button-module__btn {
    cursor: pointer;
    padding: 7px 13px;
    border: 1px solid transparent;
    transition: all .2s ease;
    border-radius: 10px;
}
.RouletteContent-module__lineWrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--bg-color-800);
    display: flex;
    height: 290px;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 10px;
}
.productModalContainsItem {
    border-radius: 10px;
    background-color: var(--bg-color-700);
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
}
.ProductModal-module__header {
    font-size: 17px;
    align-items: center;
    justify-content: space-between;
}
.Header-module__wrapper {
    background-color: var(--bg-color-700);
    margin-bottom: 10px;
    padding: 0 15px;
    min-height: 50px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 10px;
}
body {
    min-height: 100vh;
    width: 100vw
    overflow-x: hidden;
    background-color: var(--bg-color-800);
    color: var(--font-color-800);
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
body {
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    background-color: var(--bg-color-800);
    color: var(--font-color-800);
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.Product-module__discount {
    top: 0;
    right: 0;
    background-color: var(--accent-color-800);
    color: var(--font-color-700);
    padding: 3px 6px;
    border-radius: 10%;
}
.MonitoringServer-module__progressBarAnim {
    font-size: 14px!important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: .8;
    background: conic-gradient(from -30deg at 25%,transparent 240deg,rgba(255,255,255,.15) 0%) 0/1.44em,conic-gradient(from -30deg at 75%,rgba(255,255,255,.15) 240deg,transparent 0%) 0/1.44em;
    box-shadow: inset 0 0 0px #000;
    animation: MonitoringServer-module__monitoringAnimation 2s linear infinite;
}
@keyframes gradient {
      0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
 }
.bonus {
    width: 50%;
    background: linear-gradient(120deg, #03bafc, #036ffc); 
    color: #fff;
    animation: gradient 3s ease infinite;
    background-size: 400% 400%;
    border-radius: 0px 10px 10px 0px;
}
[data-categoryid="0"] {
  color: #202020;
    background: linear-gradient(120deg, #03bafc, #036ffc); 
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
    transform: translate3d(0, 0, 0);
}
[data-categoryid="428287"] {
  color: #202020;
    background: linear-gradient(120deg, #03bafc, #036ffc); 
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
    transform: translate3d(0, 0, 0);
}
[data-categoryid="428288"] {
  color: #202020;
    background: linear-gradient(120deg, #03bafc, #036ffc); 
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
    transform: translate3d(0, 0, 0);
}
.xbox__header {
    background: #d6d6d6;
    padding: 15px;
    border-radius: 15px 15px 15px 15px;
    border-top: solid 2px #87ceff;
    border-left: solid 2px #87ceff;
    border-right: solid 2px #87ceff;
    margin-bottom: 10px;
    border-bottom: solid 2px #87ceff;
}
.social-box {
    text-align: center;
    display: grid;
    line-height: 2rem;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.vkontakte {
    background: #2c3547;
    border: 2px solid #3c4861;
    box-shadow: 0 10px 20px 0 rgba(0,98,255,0.15);
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    padding: 5px 0px 2px 0px;
    transition: 0.3s;
}
.telegram {
    background: #2c3e47;
    border: 2px solid #3c5661;
    box-shadow: 0 10px 20px 0 rgba(0,200,255,0.15);
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    padding: 5px 0px 2px 0px;
    transition: 0.3s;
}
.discord {
    background: #2c3547;
    border: 2px solid #3c4861;
    box-shadow: 0 10px 20px 0 rgba(0,98,255,0.15);
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    padding: 5px 0px 2px 0px;
    transition: 0.3s;
}
h4 {
    color: #000000;
    text-align: center;
}
.socicon {
    vertical-align: sub;
    margin-right: 7px;
}
.desc-main {
    border-radius: 15px;
    padding: 10px;
    background: #3e3e3e;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.desc-service-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.desc-service {
    padding: 2% 4%;
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.desc_title {
    font-weight: 400;
    font-size: 12px;
    color: #b9b9b9;
    text-align: left;
}
.text-container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.pd-additional {
    align-items: center;
    display: flex;
    background: linear-gradient(90deg,#28f,#0157ff);
    /* background: linear-gradient(40deg, #646464, #787878, #3e3e3e, #444444); */
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
    width: auto;
    height: 20px;
    padding: 0px 10px;
    border-radius: 7px;
    transform: scale(1);
    transition: transform 400ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    margin-left: 9px;
    font-size: 13px;
    color: rgba(255,255,255,.9)!important;
}
.desc-text {
    font-size: 13px;
    color: rgba(0 0 0 / 70%)!important;
}
.desc-text-info {
    font-weight: 300;
    font-size: 11px;
    color: #747474;
    text-align: left;
}
.pd-additional-info {
    background: linear-gradient(120deg, #03bafc, #036ffc); 
    background-size: 400% 400%;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
    margin-left: 9px;
    font-size: 13px;
    color: rgba(255,255,255,.9)!important;
}
.PlayerBalanceModal-module__currency {
    height: 100%;
    padding: 0 10px;
    background: var(--accent-color-800);
    color: var(--font-color-700);
    line-height: 36px;
    border-radius: 5% 5% 0% 0%;
}
.PlayerBalanceModal-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 5px;
    overflow: hidden;
    background: var(--bg-color-700);
}
.Button-module__btn.Button-module__accent {
    color: var(--font-color-700);
    background-color: linear-gradient(120deg, #03bafc, #036ffc);
    border-color: var(--accent-color-800);

body {
  background:#2b2f36;
  font-family:Arial, sans-serif;
  color:white;
}

.inv-title {
  text-align:center;
  font-size:18px;
  margin-bottom:10px;
}

.inventory {
  display:grid;
  grid-template-columns:repeat(5, 90px);
  gap:8px;
  justify-content:center;
}

.item {
  background:#3a3f48;
  border:1px solid #555;
  border-radius:5px;
  padding:4px;
  text-align:center;
  position:relative;
}

.item img {
  width:64px;
  height:64px;
}

.count {
  position:absolute;
  bottom:4px;
  right:6px;
  font-size:12px;
  font-weight:bold;
  background:rgba(0,0,0,0.65);
  padding:1px 5px;
  border-radius:3px;
}

.name {
  font-size:10px;
  margin-top:2px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}