body {
    background-color: #181721!important;
    margin: 0;
    padding: 0;
}

.fog2 {
    position: absolute;
    top: 450px;
    width: 100px;
    height: 350px;
    background: linear-gradient(270deg, rgba(235, 94, 108, 0.3) 0, rgba(140, 34, 208, 0.4));
    filter: blur(82px);
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(135deg);
    z-index: -1;
}

header {
    font-family: "Roboto", sans-serif; 
}
h1.header_title {  
    font-size: 3rem!important;
    font-weight: 900;
    color: white;
    width: 80%;
}
h1.header_title span {
    background: linear-gradient(270deg, #eb5e6c 0%, #8c22d0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header_description {
    padding-top: 30px;
    padding-bottom: 10px;
    color: white;
    width: 100%;
    
}
.divider2 {
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, 
        hsla(288, 89%, 83%, 0) 0%, 
        hsla(288, 89%, 83%, 0.39) 50%, 
        hsla(288, 89%, 83%, 0) 100% 
    ); 
}
.divider3 {
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, 
        hsla(288, 89%, 83%, 0) 0%, 
        hsla(293, 12%, 85%, 0.39) 50%, 
        hsla(288, 89%, 83%, 0) 100% 
    ); 
}
#header_btn {
    background: rgb(35, 33, 44);
    border-width: 1px;
    border-color: rgb(46, 44, 56);
    border: none;  
    padding: 15px 35px;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 8px;
    transition: background 0.3s ease;
}

#header_btn:hover {
    background: rgb(50, 48, 60); 
}
#header_btn.copy_btn {
    background: linear-gradient(270deg, #eb5e6c 0%, #8c22d0 100%);
}
.copy_btn:active {
    transform: scale(1.02);
}
.tooltip-inner {
    background-color: rgb(35, 33, 44) !important; 
    color: white !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.tooltip-arrow {
    border-top-color: rgb(46, 44, 56) !important;
}
#lastTransactions {
    background-color: #13121a;
}
#servers {
    background-color: #13121a;
    font-family: 'Roboto', sans-serif;
    z-index: 0;
}
.server-card {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 30px;
    color: white;
    text-align: center;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.server-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.server-content {
    position: relative;
    z-index: 1; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.server-title {
    font-size: 1.8rem!important;
    font-weight: bold;
    margin-bottom: 10px;
}

.server-card p {
    font-size: 1.2rem;
}

.server-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
}
.server-description {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 15px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    padding: 0 20px;
}
.pre_title {
    color: rgb(232 92 112); 
    margin-bottom: 0; 
    font-weight: 600;
}
#richPlayers {
    background-color: #181621;
    font-family: 'Roboto', sans-serif;
}
.render-vexq {
    position: absolute;
    width: 70%;
    height: auto;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none; 
}
@media (max-width: 1400px) {
    .render-vexq {
        width: 85%;
    }
  }
  @media (max-width: 1199px) {
    .render-vexq {
        width: 120%;
    }
  }

  @media (max-width: 1070px) {
    .render-vexq {
        width: 100%;
    }
  }
  .rich-container {
    display: inline-block;
    padding: 15px 40px;
    background: rgb(35, 33, 44);
    border-width: 1px;
    border: solid;
    border-color: rgb(46, 44, 56);
    margin: 5px;
    text-align: center;
    border-radius: 8px;
    position: relative;
}
.rich-img {
    display: inline-block; 
    width: 90px; 
    height: 90px; 
    vertical-align: middle;
}
.rich_desc {
    display: inline-block; 
    vertical-align: middle; 
    text-align: center;
}
.rich_desc_nick {
    display: block; 
    font-size: 1.2rem; 
    font-weight: bold; 
    color: white;
}
.rich_desc_value {
    display: block; 
    font-size: 1rem; 
    color: rgb(232, 111, 111);
}
.spectacular-number {
    font-size: 3rem;
    font-weight: bold;
    position: absolute;
    top: -30px;
    left: 10px;
    z-index: 0;
}


.spectacular-number1 {
    color: gold;
}

.spectacular-number2 {
    color: silver;
}

.spectacular-number3 {
    color: rgb(135, 63, 18);
}

.progress-container {
    width: 65%;
    height: 12px;
    margin-top: 50px;
    background: #ddd;
    border-radius: 5px;
    position: relative;
}
@media (max-width: 1200px) {
    .progress-container {
        width: 100%;
    }
  }
.filled-bar {
    height: 100%;
    background: linear-gradient(270deg, #eb5e6c 0%, #8c22d0 100%);
    border-radius: 5px;
}

.progress-left, .progress-right {
    position: absolute;
    top: -25px;
    font-size: 0.95rem;
    color: white;
}

.progress-left {
    left: 0;
}

.progress-right {
    right: 0;
    text-align: right;
}
@media (max-width: 768px) {
    .rich-container {
        width: 100%;
        margin-left: 0;
    }
  }
#addToWalet {
    background-color: #13121a;
    font-family: 'Roboto', sans-serif!important;
}
#wallet_btn {
    background: rgb(35, 33, 44);
    border-width: 1px;
    border-color: rgb(46, 44, 56);
    border: none;  
    padding: 15px 35px;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}
@media (max-width: 1200px) {
    #wallet_btn.addCoins_btn {
        width: 100%;
    }
  }
#wallet_btn.addCoins_btn {
    background: linear-gradient(270deg, #eb5e6c 0%, #8c22d0 100%);
}
.addCoins_btn:hover {
    transform: scale(1.02);
}
.render-vexq2 {
    position: absolute;
    width: 100%;
    height: auto;
    top: -150px;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none; 
}
@media (max-width: 1399px) {
    .render-vexq2 {
        width: 120%;
    }
  }
  @media (max-width: 1199px) {
    .render-vexq2 {
        width: 150%;
    }
  }

#administration {
    background-color: #13121a;
    font-family: 'Roboto', sans-serif!important;
}
.swiper-button-next, .swiper-button-prev {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.swiper-button-next::after, .swiper-button-prev::after {
    color: white;
    font-size: 20px;
}
.swiper-slide {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #eb5e6c 0%, #8c22d0 100%);
    border-radius: 8px;
    padding-top: 10px;
}

.swiper-slide::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: #060608;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.swiper-slide img {
    width: 80%;
    height: auto;
    display: block;
    object-fit: cover;
    margin: 0 auto;
}

.covered {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 110px;
    background-color: #13121a;
    text-align: center;
    color: white;
    padding-top: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 1;
}

.covered p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1rem;
}

.covered .role {
    margin-top: 0;
    color: grey;
    font-size: 0.9rem;
}
