@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@1,100..900&display=swap&subset=cyrillic');

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #000;
    background: #050505;
}

::-webkit-scrollbar-thumb {
    background-color: #000;
    background: rgba(220,0,0, 0.5);
    border-radius: 5px;
    transition: all 0.5s ease;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #000;
    background: rgba(220,0,0, 0.7);
}

body {
    background: #000000 url(../img/akwp.webp) no-repeat center fixed;
    background-size: 100%;
    -webkit-background-size: 101%;
    -moz-background-size: 101%;
    -o-background-size: 101%;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #fff;
    cursor: url("../img/cursorPointer.cur"), auto;
}

a {
    text-decoration: none;
    cursor: url("../img/cursorLink.cur"), auto;
    color: #fff;
    font-weight: bold;
    transition: all 0.5s ease;
}

a:hover {
    color: rgba(255,0,0, 1);
    text-decoration: none;
    text-shadow: 0 0 4px rgba(0,0,0);
    cursor: url("../img/cursorLink.cur"), auto;
}

.icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    margin-bottom: -12px;
    padding: 0px;
}

.icon-lg {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
    background-repeat: no-repeat;
    margin-bottom: -12px;
    padding: 0px;
}

.icon-snowflake {
    background-image: url('https://i.imgur.com/urerIat.gif');
}

.social-button {
    width: 50px;
    background: #000;
    background-image: linear-gradient(to right, #050505, rgba(10,10,10, 0.7), #050505), url("../img/stripe.webp");
    background-position: left top;
    border: 1px solid rgba(50,50,50, 0.5);
    box-shadow: 0 0 2px #000;
    border-radius: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
    color: rgba(88,100,242);
    text-shadow: 0 1px 1px #000;
    text-transform: uppercase;
    padding: 12px 12px 11.5px 6px;
    position: fixed;
    top: 301px;
    left: 0;
    z-index: 5;
    transition: all 0.5s ease;
    overflow: hidden;
    white-space: nowrap;
}

.social-button::after {
    content: "Join our Discord Server!";
    position: absolute;
    font-size: 12px;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    opacity: 0;
    color: rgba(255,255,255, 0.8);
    text-shadow: 0 1px 1px #000;
    transition: all 0.5s ease;
}

.social-button:hover {
    border-radius: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid rgba(50,50,50, 0.5);
    border-left: none;
    padding-right: 10px;
    width: 225px;
    filter: saturate(1.5);
}

.social-button:hover::after {
    opacity: 1;
    left: 43px;
    transition: all 0.5s ease;
}

.social-button2 {
    width: 50px;
    background: #000;
    background-image: linear-gradient(to right, #050505, rgba(10,10,10, 0.7), #050505), url("../img/stripe.webp");
    background-position: left top;
    border: 1px solid rgba(50,50,50, 0.5);
    box-shadow: 0 0 2px #000;
    border-radius: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
    color: rgba(50,50,120);
    text-shadow: 0 1px 1px #000;
    text-transform: uppercase;
    padding: 12px 12px 11.5px 6px;
    position: fixed;
    top: 347px;
    left: 0;
    z-index: 5;
    transition: all 0.5s ease;
    overflow: hidden;
    white-space: nowrap;
}

.social-button2::after {
    content: "Join our Discord Server";
    position: absolute;
    font-size: 12px;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    opacity: 0;
    color: rgba(255,255,255, 0.8);
    text-shadow: 0 1px 1px #000;
    transition: all 0.5s ease;
}

.social-button2:hover {
    border-radius: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid rgba(50,50,50, 0.5);
    border-left: none;
    padding-right: 10px;
    width: 220px;
    filter: satirate(1.5);
}

.social-button2:hover::after {
    opacity: 1;
    left: 37px;
    transition: all 0.5s ease;
}

.video-background {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.volume-controller {
  position: absolute;
  bottom: 5px;
  right: 10px;
  z-index: 2;
  border-radius: 5px;
  padding: 0px 5px 5px 5px;
}

.volume-slider {
    width: 60px;
    height: 6px;
    -webkit-appearance: none;
    background: rgba(255,255,255);
    border-radius: 25px;
    outline: none;
}

.volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: rgba(255,255,255);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: url("../img/cursorPointer.cur"), auto;
    transition: all 0.5s ease;
}

.volume-slider::-webkit-slider-thumb:hover {
    -webkit-appearance: none;
    background: rgba(255,0,0);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: url("../img/cursorLink.cur"), auto;
}

.volume-icon {
    color: rgba(255,255,255);
    cursor: url("../img/cursorPointer.cur"), auto;
    margin-bottom: -5px;
    transition: all 0.5s ease;
}

.volume-icon:hover {
    color: rgba(255,0,0);
    cursor: url("../img/cursorLink.cur"), auto;
}

.nav-sm {
    filter: saturate(1);
    font-size: 14px;
    transition: all 0.5s ease;
}

.nav-sm:hover {
    color: rgba(255,0,0);
    filter: saturate(1.5);
    transform: scale(1.02);
}

.notification-box {
    position: absolute;
    top: 50px;
    right: 0;
    width: 300px;
    background: #000;
    background-image: linear-gradient(135deg, rgba(50,50,50, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    border: 1px solid rgba(50,50,50, 0.5);
    border-radius: 8px;
    color: rgba(255,255,255, 0.8);
    overflow: hidden;
    padding: 5px;
    transition: all 0.5s ease;
    display: none;
    z-index: 2;
    transition: all 0.5s ease;
}

.notification-box .header {
    padding: 10px;
    background-color: #000;
    background: linear-gradient(135deg, rgba(50,50,50, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    border: 1px solid rgba(50,50,50, 0.5);
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
}

.notification-box .notifications {
    max-height: 200px;
    overflow-y: auto;
}

.notification-box .notifications .notification-item {
    padding: 10px;
    border-bottom: 1px solid rgba(50,50,50, 0.3);
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
}

.notification-item:hover {
    background-color: #000;
    background: linear-gradient(135deg, rgba(50,50,50, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    color: rgba(255,0,0);
    filter: saturate(1.5);
}

.notification-box .notifications .notification-item:last-child {
    border-bottom: none;
}

.notification-box .notifications .notification-item i {
    margin-right: 10px;
}

.copy-notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    background-image: url(../img/gms.webp), linear-gradient(135deg, rgba(5,50,50, 0.3) 0%, rgba(0,0,0, 1) 100%);
    background-repeat: no-repeat;
    background-position: right center, 0 0;
    color: rgba(255,255,255, 0.6);
    padding: 12px 85px 12px 12px;
    border-radius: 8px;
    border: 1px solid rgba(50,50,50, 0.5);
    filter: drop-shadow(0 0 0.4rem rgba(0,0,0, 0.5));
    box-shadow: inset 0 0 1px 0 rgba(0,0,0, 0.5);
    text-shadow: 0 1px 1px #000;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.copy-notification.show {
    cursor: url("../img/cursorPointer.cur"), auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.alert-notification {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #000;
    background-image: url(../img/gms.webp), linear-gradient(135deg, rgba(50,50,50, 0.3) 0%, rgba(0,0,0, 1) 100%);
    background-repeat: no-repeat;
    background-position: right center, 0 0;
    color: rgba(255,255,255, 0.6);
    padding: 12px 85px 12px 12px;
    border-radius: 8px;
    border: 1px solid rgba(50,50,50, 0.5);
    filter: drop-shadow(0 0 0.4rem rgba(0,0,0, 0.5));
    box-shadow: inset 0 0 1px 0 rgba(0,0,0, 0.5);
    text-shadow: 0 1px 1px #000;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.alert-notification.show {
    cursor: url("../img/cursorPointer.cur"), auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

  .alert-notification .close-btn {
    position: absolute;
    top: -8px;
    right: 0px;
    background: none;
    border: none;
    color: rgba(70,70,70);
    font-size: 28px;
    font-weight: bold;
    margin-right: auto;
    float: right;
    cursor: url("../img/cursorPointer.cur"), auto;
    transition: all 0.5s ease;
  }

  .alert-notification .close-btn:hover {
    color: rgba(255,0,0);
    cursor: url("../img/cursorLink.cur"), auto;
  }

.alert-custom-danger {
  background: rgba(255,0,0, 0.18);
  border: 1px solid rgba(5,50,50, 0.5);
  border-left: 5px solid rgba(255,0,0, 0.5);
  border-radius: 5px;
  padding: 10px;
}

.navbar {
    background: #000;
    background-image: linear-gradient(to right, #050505, rgba(10,10,10, 0.7), #050505), url("../img/stripe.webp");
    background-position: left top;
    border: 1px solid #050505;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 0px 8px 0px 8px;
}

.navbar a {
    color: rgba(255,255,255, 0.8);
}

.navbar-interval {
    background: rgba(25,25,25, 0.6);
    width: 0.5px;
}

.navbar-interval-horizontal {
    background: rgba(25,25,25, 0.2);
    padding: 1.2px;
    margin-top: 5px;
}

.nav-link {
    padding: 13px 0px 12px 0px;
}

.navbar .navbar-nav > li > a {
   *background: rgba(0,0,0, 0.5);
    padding: 12px;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 1px 1px #000;
    transform: scale(1);
    transition: all 0.8s ease;
}

.navbar .navbar-nav .active {
    font-weight: bold;
    font-size: 13px;
    color: rgba(255,255,255, 0.8);
    text-shadow: 0 1px 1px #000;
    background: rgba(0,0,0, 0.5);
    transition: all 0.8s ease;
}

.navbar .navbar-nav .active:hover {
    background: rgba(0,0,0, 0.7);
    font-size: 13px;
}

.navbar .navbar-nav > li > a:hover {
    font-weight: bold;
    font-size: 13px;
    color: rgba(255,255,255);
    text-shadow: 0 1px 1px #000;
    background: rgba(0,0,0, 0.5);
    border-radius: 1px;
    transform: scale(1.05);
    filter: saturate(5);
}

.breadcrumb {
    background-color: #000;
    background-image: linear-gradient(to right, #050505, rgba(10,10,10, 0.7), #050505), url("../img/stripe.webp");
    background-position: left top;
    border: 1px solid #050505;
    border-radius: 8px;
    padding: 5px 15px;
    position: relative;
}

.breadcrumb-item {
    font-size: 16px;
    color: rgba(255,255,255, 0.6);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    margin: 0 0;
    color: rgba(255,255,255, 0.6);
}

.breadcrumb-item a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: rgba(255,255,255, 0.8);
}

.breadcrumb-item:last-child {
    color: rgba(255,255,255, 0.6);
    pointer-events: none;
}

.container {
    max-width: 100%;
    padding: 1% 2% 0.5% 2%;
}

.wrapper {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.88));
    padding: 15px;
    border: 1px solid rgba(10,10,10, 0.50);
    color: #fff;
}

.table-responsive {
    border-radius: 8px;
    *overflow: hidden;
    border: 1px solid rgba(50,50,50, 0.5);
}

.table-header {
    background-color: #000;
    background: linear-gradient(135deg, rgba(50,50,50, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
}

.table-custom-dark {
    background-color: #000;
    background: linear-gradient(135deg, rgba(50,50,50, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    border-radius: 8px;
    color: rgba(255,255,255, 0.8);
    overflow: hidden;
    transition: all 0.5s ease;
}

.table-custom-dark > :not(caption) > * > * {
    background-color: transparent;
    color: rgba(255,255,255, 0.8);
    padding: 4px;
    border-bottom-color: rgba(5,5,5);
    transition: all 0.5s ease;
}

.table-custom-dark.table-custom-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: rgba(12,12,12);
    transition: all 0.5s ease;
}

.table-custom-dark.table-hover > tbody > tr:hover > * {
    background-color: rgba(255,255,255, 0.04);
    color: rgba(255,255,255, 0.9);
    filter: saturate(1,5);
}

th {
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.5s ease;
}

td {
    *text-transform: uppercase;
    font-weight: 500;
    transition: all 0.5s ease;
}

.img-icon {
    margin-top: -3.5px;
}

.bg-purple {
    background-color: rgba(255,0,0, 0.5);
}

.bg-green {
    background-color: rgba(0,255,0, 0.5);
}

.bg-yellow {
    background-color: rgba(255,255,0, 0.5);
}

.bg-red {
    background-color: rgba(255,0,0, 0.5);
}

.bg-custom {
    background-color: #000;
    background: rgba(5,5,5, 0.8);
    border: 1px solid rgba(50,50,50, 0.5);
}

.bg-custom-primary {
    background: #000;
    background-image: linear-gradient(135deg, rgba(50,50,50, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    border: 1px solid rgba(50,50,50, 0.5);
}

.table-custom-primary {
    background-color: #000;
    background-image: linear-gradient(135deg, rgba(50,50,50, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    border: 1px solid rgba(50,50,50, 0.5);
}

.bg-custom-secondary {
    backgroundr: #000;
    background-image: linear-gradient(135deg, rgba(50,50,50, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    border: 1px solid rgba(50,50,50, 0.5);
}

.badge-custom {
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    border: 1px solid rgba(50,50,50, 0.5);
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0,0,0, 0.5);
    overflow: hidden;
    float: right;
}

.badge-custom .label {
    background-color: rgba(30,30,30);
    color: #fff;
    padding: 3px 5px;
}

.badge-custom .version {
    background-color: rgba(0,120,255);
    color: #fff;
    padding: 3px 5px;
}

.bw-5 {
    border: 5px solid rgba(255,0,0);
}

.border-purple {
    border: 1px solid rgba(255,0,0);
}

.border-red {
    border: rgba(255,0,0);
}

.border-green {
    border: 1px solid rgba(0,255,0);
}

.border-blue {
    border: 1px solid rgba(0,155,255);
}

.text-bold {
    font-weight: bold;
}

.text-discord {
    color: rgba(88,100,242);
}

.text-purple {
    color: rgba(100,0,255);
}

.text-blue {
    color: rgba(0,100,255);
}

.text-green {
    color: rgba(0,200,0);
}

.text-red {
    color: rgba(255,0,0);
}

.text-pink {
    color: rgba(255,0,0);
}

.text-yellow {
    color: rgba(255,255,0);
}

.ts-5 {
    font-size: 15px;
}

.ts-6 {
    font-size: 14px;
}

.ts-7 {
    font-size: 13px;
}

.ts-8 {
    font-size: 12.5px;
}

.pulse-on {
    margin-bottom: -1px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: rgba(0,255,0, 0.8);
    box-shadow: 0 0 10 rgba(0,255,0, 0.4);
    animation: pulse-on 2s infinite;
}
@keyframes pulse-on {
0% {
    box-shadow: 0 0 0 0 rgba(0,255,0, 0.5);
}
100% {
    box-shadow: 0 0 0 10px rgba(0,255,0, 0);
}
}

.pulse-off {
    margin-bottom: -1px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: rgba(255,0,0, 0.8);
    box-shadow: 0 0 10 rgba(255,0,0, 0.4);
    animation: pulse-off 2s infinite;
}
@keyframes pulse-off {
0% {
    box-shadow: 0 0 0 0 rgba(255,0,0, 0.5);
}
100% {
    box-shadow: 0 0 0 10px rgba(255,0,0, 0);
}
}

.pulse-def {
    margin-bottom: -1px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: rgba(255,0,0, 0.8);
    box-shadow: 0 0 10 rgba(255,0,0, 0.4);
    animation: pulse-def 2s infinite;
}
@keyframes pulse-def {
0% {
    box-shadow: 0 0 0 0 rgba(255,0,0, 0.5);
}
100% {
    box-shadow: 0 0 0 10px rgba(255,0,0, 0);
}
}

.btn-custom {
    background: #000;
    background-image: linear-gradient(to right, #050505, rgba(10,10,10, 0.7), #050505), url("../img/stripe.webp");
    background-position: left top;
    border: 1px solid rgba(50,50,50, 0.5);
    position: relative;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    border-radius: 5px;
    text-shadow: 0 1px 1px #000;
    box-shadow: 0 0 2px #000;
    padding: 5px;
    transition: all 0.5s ease;
}

.btn-custom:hover {
    color:#fff;
    background-color: #000;
    text-shadow: 0 1px 1px #000;
    box-shadow: 0px 0px 5px rgba(255,0,0, 0.2), 0px 0px 10px rgba(255,0,0, 0.3);
    cursor: url("../img/cursorLink.cur"), auto;
    filter: saturate(1.5);
    transform: scale(1.02);
}

.btn-custom-top {
    margin-right: -50px;
    color: rgba(255,255,255, 0.5);
    text-shadow: 0 0 0 4px rgba(0,0,0);
    font-size: 12.5px;
    font-weight: bold;
    transition: all 0.5s ease;
}

.btn-custom-top:hover {
    color: rgba(255,255,255);
    cursor: url("../img/cursorLink.cur"), auto;
    text-shadow: 0 0 0 5px rgba(0,0,0);
}

.hrnew {
    border-top: 1px solid rgba(50,50,50, 0.3);
    padding: 3px;
    margin-top: 5px;
}

.hrnew-gd {
    position: relative;
    padding: 3px;
    margin-top: 5px;
}

.hrnew-gd::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, transparent, transparent, rgba(255,0,0, 0.5), transparent, transparent);
}

.hrnew-tr {
    border-top: 1px solid rgba(0,0,0, 0);
    padding: 3px;
    margin-top: 5px;
}

.news-card {
    background-color: #000;
    background: linear-gradient(135deg, rgba(50,50,50, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    border-radius: 10px;
    border: 1px solid rgba(50,50,50, 0.5);
    color: rgba(255,255,255, 0.8);
    font-size: 14px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.news-card .news-card-img-top {
    height: 150px;
    object-fit: cover;
    padding: 1px;
}

.news-card .news-card-title {
    font-size: 20px;
}

.news-card-body {
    padding: 10px;
}

.news-card .news-card-text {
    color: rgba(255,255,255, 0.8);
}

.news-card:hover {
    filter: saturate(1.5);
    transform: scale(1.01);
}

.vip-card {
    background-color: #000;
    background: linear-gradient(135deg, rgba(50,50,50, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    border: 1px solid rgba(50,50,50, 0.5);
    border-radius: 8px;
    color: rgba(255,255,255, 0.8);
    overflow: hidden;
    padding: 0px;
    transition: all 0.5s ease;
}

.vip-card-body {
    padding: 10px;
}

.vip-icon {
    border: 5px solid transparent;
    border-image: linear-gradient(135deg, #050505, rgba(50,50,50, 0.7), #050505) 1;
    background: rgba(50,50,50, 0.5);
    background-image: linear-gradient(to right, #050505, rgba(5,5,5, 0.5), #050505);
    border-radius: 5px;
    padding: 10px 0px 10px 0px;
}

.price {
    font-size: 20px;
    font-weight: bold;
}

.vip-details ul {
    padding: 0px;
    list-style: none;
}

.vip-details li {
    padding-top: 4px;
    padding-left: 20px;
}

.vip-card:hover {
    filter: saturate(1.5);
    transform: scale(1.01);
}

.rules-card {
    background-color: #000;
    background: linear-gradient(135deg, rgba(50,50,50, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    border: 1px solid rgba(50,50,50, 0.5);
    border-radius: 8px;
    color: rgba(255,255,255, 0.8);
    overflow: hidden;
    padding: 10px;
    transition: all 0.5s ease;
}

.rules-card-body {
    padding: 10px;
}

.rules-icon {
    border: 5px solid transparent;
    border-image: linear-gradient(135deg, #050505, rgba(255,0,0, 0.7), #050505) 1;
    background: rgba(255,0,0, 0.5);
    background-image: linear-gradient(to right, #050505, rgba(5,5,5, 0.5), #050505);
    border-radius: 5px;
    padding: 10px 0px 10px 0px;
}

.rules-details ul {
    padding: 0px;
    list-style: none;
}

.rules-details li {
    padding-top: 4px;
    padding-left: 5px;
}

.rules-card:hover {
    filter: saturate(1.5);
    transform: scale(1.01);
}

.resources-card {
    background-color: #000;
    background: linear-gradient(135deg, rgba(50,50,50, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    border: 1px solid rgba(50,50,50, 0.5);
    border-radius: 8px;
    color: rgba(255,255,255, 0.8);
    overflow: hidden;
    padding: 0px;
    transition: all 0.5s ease;
}

.resources-card-body {
    padding: 5px;
}

.resources-icon {
    border: 5px solid transparent;
    border-image: linear-gradient(135deg, #050505, rgba(255,0,0, 0.7), #050505) 1;
    background: rgba(255,0,0, 0.5);
    background-image: linear-gradient(to right, #050505, rgba(5,5,5, 0.5), #050505);
    border-radius: 5px;
    padding: 10px 0px 10px 0px;
}

.resources-details ul {
    padding: 0px;
    list-style: none;
}

.resources-details li {
    padding-top: 4px;
    padding-left: 5px;
}

.resources-card:hover {
    filter: saturate(1.5);
    transform: scale(1.01);
}

.badge {
    color: rgba(170,170,170);
}

.brnew {
    border-top: 1px solid rgba(0,0,0, 0);
    padding: 5px;
    margin-top: 5px;
}

.logo {
    transition: 1s ease;
    float: left;
}

.logo:hover {
    filter: satirate(2);
    transform: scale(1.1) translateX(15px);
}

.banner {
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 2;
}

.banner:hover {
    opacity: 0.4;
}

.banner-placeholder {
    width: 481px;
    height: 74px;
    border: 5px solid transparent;
    border-image: linear-gradient(135deg, #050505, rgba(10,10,10), #050505) 1;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    float: right;
    z-index: 1;
}

.banner-placeholder::before {
    content: "ВАШИЯТ БАНЕР ТУК? - Discord: Stfn1488";
    position: absolute;
    font-size: 22px;
    *font-weight: bold;
    text-shadow: 0 2px 2px #000;
    color: #fff;
    z-index: -1;
}

.box {
    margin-bottom: 20px;
    color: #777;
    overflow: hidden;
    border-radius: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: all 0.5s ease;
    filter: saturate(1);
}

.box:hover {
    filter: saturate(1);
    *transform: translateY(-5px);
}

.box_title {
    position: relative;
    background: #000;
    background-image: linear-gradient(to right, #050505, rgba(10,10,10, 0.7), #050505), url("../img/stripe.webp");
    background-position: left top;
    border: 1px;
    border-bottom: 0px;
    border-style: solid;
    border-color: rgba(10,10,10);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
}

.box_content {
    background: #000;
    background-image: linear-gradient(to right, #030303, rgba(3,3,3), #030303);
    padding: 12px;
    border: 1px solid rgba(50,50,50, 0.2);
    border-top: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-shadow: 0 1px 1px #000;
    color: #fff;
}

.box_content_custom {
    background: #000;
    background-image: url(../img/gms3.webp);
    background-size: 105%;
    background-position: center center;
    background-repoat: no-repeat;
    padding: 12px;
    border: 1px solid rgba(50,50,50, 0.2);
    border-top: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-shadow: 0 1px 1px #000;
    color: #fff;
}

.box-head {
    background: rgba(0, 0, 0, 0.3);
    padding: 7px 8.5px 7px 8.5px;
    border-radius: 5px;
}

h3.box-title {
    color: #fff;
    text-shadow: 0 1px 1px #000;
    padding: 5px 5px 5px 5px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
}

.footer {
    background: #000;
    background-image: linear-gradient(to right, #050505, rgba(10,10,10, 0.7), #050505), url("../img/stripe.webp");
    background-position: left top;
    border: 1px solid #050505;
    padding: 0px 5px 4px 5px;
    overflow: hidden;
    color: #f2f2f2;
    font-size: 12px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-shadow: 0 1px 1px #000;
}

.team-box {
    background-color: #000;
    background: linear-gradient(135deg, rgba(50,50,50, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    border-radius: 10px;
    border: 1px solid rgba(50,50,50, 0.5);
    padding: 15px;
    text-align: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.team-box:hover {
    filter: saturate(1.5);
    transform: scale(1.02);
}

.team-avatar {
    width: 150px;
    height: 150px;
    border: 4px solid rgba(0,0,0, 0.1);
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(255,0,0), 0 0 15px rgba(0,0,0);
    transform: scale(0.9);
    transition: all 0.5s ease;
    flex-shrink: 0;
}

.team-box:hover .team-avatar{
    transform: scale(1) rotate(0deg);
}

.team-number {
    color: rgba(170,170,170);
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    text-shadow: 0 0 10px rgba(255,0,0, 0.3);
}

.team-label {
    color: #8b949e;
    font-size: 14px;
}

.server-name-style {
    color: rgba(170,170,170);
    background:url(../img/3.gif) center center repeat-x;
    text-shadow: 0 0 2px rgba(0,100,255);
    filter: drop-shadow(0 0 0 5px rgba(0,0,0));
}

.server-box {
    background: #000;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.server-box:hover {
    transform: scale(1.02);
}

.server-item {
    background-color: #000;
    background: linear-gradient(135deg, rgba(50,50,50, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    border-radius: 10px;
    border: 1px solid rgba(50,50,50, 0.5);
    *width: 300px;
    *margin: 0;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0, 0.5);
    *position: relative;
    transition: all 0.5s ease;
}

.server-item:hover {
    filter: saturate(1.5);
}

.server-header {
    background: #000;
    background-image: linear-gradient(to right, #050505, rgba(10,10,10, 0.7), #050505), url("../img/stripe.webp");
    background-position: left top;
    border: 1px solid rgba(50,50,50, 0.5);
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}

.server-title {
    font-weight: bold;
    font-size: 16px;
}

.server-ip {
    background: #000;
    background-image: linear-gradient(to right, #050505, rgba(10,10,10, 0.7), #050505), url("../img/stripe.webp");
    background-position: left top;
    border: 1px solid rgba(50,50,50, 0.5);
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}

.server-map {
    background: #000;
    background-image: linear-gradient(to right, #050505, rgba(10,10,10, 0.7), #050505), url("../img/stripe.webp");
    background-position: left top;
    border: 1px solid rgba(50,50,50, 0.5);
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}

.server-players {
    background: #000;
    background-image: linear-gradient(to right, #050505, rgba(10,10,10, 0.7), #050505), url("../img/stripe.webp");
    background-position: left top;
    border: 1px solid rgba(50,50,50, 0.5);
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}

.player-list {
    max-height: 120px;
    overflow-y: auto;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0, 0.5);
}

.player-list table {
    border-radius: 8px;
    width: 100%;
    border-collapse: collapse;
}

.player-list th,
.player-list td {
    text-align: center;
    padding: 5px;
    border: 1px solid rgba(50,50,50, 0.2);
}

.player-list th {
    background: #000;
    background-image: linear-gradient(to right, #050505, rgba(10,10,10, 0.7), #050505), url("../img/stripe.webp");
    background-position: left top;
    font-weight: bold;
    position: sticky;
    top: 0px;
    z-index: 1;
}

.server-footer {
    text-align: center;
    margin-top: 10px;
}

.br-m {
    display: none;
}

.br-mm {
    display: none;
}

.dn-m {
    display: visible;
}

.ml-m {
    margin-right: 4px;
}

.nav-m {
    display: none;
}

.nav-mp {
    padding: 0px 8px;
}

@media (max-width: 1000px) {
.box_content_custom {
    background: #000;
    background-image: url(../img/gms.webp);
    background-size: cover;
    background-position: center center;
    background-repoat: no-repeat;
    padding: 12px;
    border: 1px solid rgba(50,50,50, 0.2);
    border-top: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-shadow: 0 1px 1px #000;
    color: #fff;
}

.btn-custom-top {
    display: none;
}

.br-m {
    border-top: 1px solid rgba(0,0,0, 0);
    padding: 3px;
    margin-top: 5px;
    display: block;
}

.br-mm {
    border-top: 1px solid rgba(0,0,0, 0);
    padding: 10px;
    margin-top: 10px;
    display: block;
}

.dn-m {
    display: none;
}

.mr-l {
    margin-right: 7px;
}

.nav-m {
    display: block;
}
.nav-mp {
    padding: 5px 8px;
}
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5,5,5, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 6;
    transition: all 0.5s ease;
}

.loader-icon {
   top: 30px;
    width: 150px;
    height: 150px;
    filter: drop-shadow(0 0 5px rgba(0,0,0, 1));
    animation: zoom 1.5s infinite alternate ease-in-out;
    transition: all 0.5s ease;
}

.loader-text {
    background: rgba(255,0,0, 0.5);
    padding: 5px;
    border-radius: 5px;
    margin-top: 45px;
    font-size: 18px;
    color: rgba(170,170,170);
    text-align: center;
    z-index: 2;
    filter: drop-shadow(0 0 5px rgba(0,0,0, 1));
    transition: all 0.5s ease;
}

@keyframes zoom {
0% {
    transform: scale(1);
}
100% {
    transform: scale(1.5);
}
}

.nc {
    display: none;
}

/* Player List Title Styling */
.player-list-title {
    background: linear-gradient(135deg, rgba(20,20,20, 0.8) 0%, rgba(0,0,0, 0.9) 100%);
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.1);
    transition: all 0.3s ease;
}

.player-list-title:hover {
    border-color: rgba(255, 215, 0, 0.5);
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
    transform: translateY(-1px);
}

.player-list-title i {
    color: #ffd700;
    margin-right: 8px;
    filter: drop-shadow(0 0 2px rgba(255, 215, 0, 0.5));
}

.player-list-title span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Server Details Styling */
.server-header {
    margin-bottom: 20px;
}

.server-title {
    background: linear-gradient(135deg, rgba(20,20,20, 0.8) 0%, rgba(0,0,0, 0.9) 100%);
    padding: 10px 20px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid rgba(50,50,50, 0.5);
}

.server-map-container {
    margin: 15px auto;
    max-width: 600px;
    position: relative;
}

.map-image {
    border-radius: 10px;
    overflow: hidden;
    border: 6px solid rgba(40,40,40, 1);
    position: relative;
}

.map-image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 28px;
    background: rgba(0,180,50, 1);
    z-index: 1;
}

.current-map-image {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 0;
    border-left: 6px solid rgba(60,60,60, 1);
}

.server-connect-section {
    margin: 15px 0;
}

.server-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 20px auto;
    max-width: 800px;
    padding: 15px;
    background: rgba(0,0,0, 0.3);
    border-radius: 8px;
    border: 1px solid rgba(50,50,50, 0.5);
}

.info-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background: rgba(20,20,20, 0.4);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.info-row:hover {
    background: rgba(40,40,40, 0.6);
    transform: translateX(5px);
}

.info-label {
    color: rgba(255,255,255, 0.7);
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-label i {
    color: #ff0000;
    width: 16px;
    text-align: center;
}

.info-value {
    color: rgba(255,255,255, 0.9);
    font-size: 13px;
    font-weight: 500;
}

.server-footer {
    margin-top: 20px;
    padding: 10px;
    background: rgba(0,0,0, 0.4);
    border-radius: 6px;
}

.update-info {
    font-size: 12px;
    color: rgba(255,255,255, 0.7);
}

.server-info-container {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.server-title {
    margin-bottom: 15px;
    text-align: center;
}

.map-container {
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 8px;
    margin: 15px 0;
    border: 1px solid rgba(50, 50, 50, 0.5);
}

.map-container img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.server-details {
    margin-top: 20px;
}

.server-details .row {
    margin-bottom: 10px;
    padding: 8px;
    background: rgba(20, 20, 20, 0.4);
    border-radius: 5px;
    transition: all 0.3s ease;
}

.server-details .row:hover {
    background: rgba(30, 30, 30, 0.6);
}

.btn-custom {
    background: linear-gradient(135deg, rgba(40,40,40, 0.8) 0%, rgba(20,20,20, 0.9) 100%);
    border: 1px solid rgba(255,0,0, 0.3);
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background: linear-gradient(135deg, rgba(50,50,50, 0.8) 0%, rgba(30,30,30, 0.9) 100%);
    border-color: rgba(255,0,0, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255,0,0, 0.2);
}

.table {
    background: rgba(10, 10, 20, 0.7);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid rgba(50, 50, 50, 0.5);
}

.table th {
    background: rgba(20, 20, 30, 0.8);
    border-bottom: 2px solid rgba(50, 50, 50, 0.7);
    padding: 15px;
}

.table td {
    vertical-align: top;
    background: rgba(15, 15, 25, 0.6);
    border: none;
}

.table tbody tr:hover td {
    background: rgba(20, 20, 30, 0.7);
}

.crown-server {
    margin-bottom: 15px !important;
}

.crown-server:last-child {
    margin-bottom: 0 !important;
}
  /* Responsive table for mobile */
    @media (max-width: 600px) {
      .custom-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-collapse: separate;
      }
      .custom-table tbody, .custom-table tr, .custom-table td, .custom-table th {
        display: block;
        width: 100%;
        box-sizing: border-box;
      }
      .custom-td {
        word-break: break-word;
        white-space: normal;
        padding: 10px 5px;
        font-size: 15px;
      }
      .crown-server-mapImg .d-flex {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 8px;
        justify-content: flex-start !important;
        align-items: stretch !important;
        width: 100%;
        padding-bottom: 6px;
        overflow-x: unset !important;
      }
      .crown-server .bdg-new {
        display: flex !important;
        align-items: center !important;
        min-width: 110px;
        margin-bottom: 0 !important;
        white-space: nowrap;
        font-size: 15px;
      }
      .crown-server {
        min-width: 0;
      }
    }

.table-container {
    padding: 15px;
    background: linear-gradient(135deg, rgba(20,20,30, 0.7) 0%, rgba(10,10,20, 0.8) 100%);
    border-radius: 12px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0,0,0, 0.2);
}

.custom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
}

.custom-th {
    padding: 15px;
    text-align: center;
    background: rgba(30,30,40, 0.7);
    border-bottom: 2px solid rgba(255,0,0, 0.3);
}

.custom-td {
    padding: 15px;
    vertical-align: top;
    background: rgba(15,15,25, 0.5);
    transition: background 0.3s ease;
}

.custom-td:hover {
    background: rgba(25,25,35, 0.7);
}

.crown-server {
    margin-bottom: 20px !important;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0, 0.2);
}

.crown-server:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0, 0.3);
}

.crown-server:last-child {
    margin-bottom: 0 !important;
}

.crown-server-mapImg {
    background: linear-gradient(to bottom, rgba(0,0,0, 0.5), rgba(0,0,0, 0.8));
    padding: 10px 5px;
}

.bdg-new {
    background: rgba(20,20,30, 0.8);
    border-radius: 6px;
    border: 1px solid rgba(50,50,50, 0.5);
    transition: all 0.3s ease;
}

.bdg-new:hover {
    background: rgba(30,30,40, 0.9);
    border-color: rgba(255,0,0, 0.3);
}
.paypal-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.paypal-button {
    background: linear-gradient(135deg, #0070ba, #1546a0);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 24px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    width: 220px;
    justify-content: center;
    gap: 10px;
}

.paypal-button i {
    color: #ffc439;
    font-size: 22px;
}

.paypal-button:hover {
    background: linear-gradient(135deg, #1546a0, #0070ba);
    transform: translateY(-2px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.paypal-button:active {
    transform: translateY(1px);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .custom-table {
        display: block;
    }
    
    .custom-td {
        display: block;
        width: 100%;
    }
    
    .crown-server {
        margin: 10px 0 !important;
    }
}

.boost-7 {
    border-color: rgba(255, 165, 0, 0.5) !important;
}

.boost-7:hover {
    border-color: rgba(255, 165, 0, 0.8) !important;
    background: rgba(30,30,40, 0.95);
}

.boost-15 {
    border-color: rgba(255, 0, 0, 0.5) !important;
}

.boost-15:hover {
    border-color: rgba(255, 0, 0, 0.8) !important;
    background: rgba(30,30,40, 0.95);
}

