@font-face {
    font-family: 'Upheavtt';
    src: url('../fonts/upheavtt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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-family: 'Poppins', sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    background: #101010;
    /* background-image: url('img/background-filler.png'); */
    color: #fff;
    display: flex;
}

.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%;
}

* {
    padding: 0;
    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 {
  width: inherit;
}

br {
  padding: 2px;
}

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);
}

/*==== nev area start===== */

header {
    width: 100%;
    padding: 20px 0;
    background-color: #0d0d0d;
    backdrop-filter: blur(10px);
    position: fixed;
    z-index: 1;
    border-bottom: #212529 solid 1px;
}

nav {
    display: flex;
    /* margin: auto; */
    /* max-width: 60%; */
    flex-direction: row;
}

.custom-containers {
  max-width: 100%;
  margin: auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

/* .menu-cv {
    width: 10%;
} */

.menu-cv a{
    color: white;
    font-family: 'Upheavtt';
    margin: auto;
    background: #100f0f;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    padding: 8px 20px;
    border-radius: 5px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.5s ease;
}

.menu-cv a:hover{
    background: #950808;
    transition: background-color 0.5s ease;
}

.menu-cv a img{
    max-width: 25px;
    margin-right: 10px;
    filter: brightness(0) invert(1);
}

.menu-logo {
  display: flex;
    justify-content: center;
    padding: 6px 10px 12px 10px;
}

.menu-logo img{
    max-width: 200px;
}

.hero-area {
    background-image: url(../img/hero-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* border-bottom: 4px solid #A11515; */
    padding: 103px 0 103px;
    background-color: #100f0f;
}

.menu-right-btn {
  margin-left: 300px;
}

.hero-area p {
    display: block;
}

.hero-left-content {
    padding-left: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: baseline;
}

.hero-left-content h1 {
    /* font-family: 'Berlin Sans FB Demi'; */
    color: #ffffff;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.hero-left-content h3 {
    /* font-family: 'Berlin Sans FB Demi'; */
    color: #9e9e9e;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    background: #41414163;
    max-width: 300px;
    padding: 5px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.hero-left-content h2 {
    font-family: 'Upheavtt', sans-serif;
    color: #fff5de;
    font-size: 90px;
    margin-bottom: 32px;
    display: inline-block; /* Make sure it scales correctly */
    animation: growShrink 2s infinite;
    padding: 0px 30px;
}

@keyframes growShrink {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.07);
    }
}

.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;
    color: aquamarine;
    padding: 5px;
    /* list-style-type: circle; */
    /* max-width: 760px; */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.hero-left-content ul li {
    margin: auto;
    padding: 10px 10px;
    width: 250px;
}
/* 
.hero-left-content ul li::before {
    
} */

.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 {
    margin: 60px 20px;
    padding-top: 0px;
    text-align: center;
}

.hero-right-content span {
    display: inline-block;
    padding: 35px 0;
}

.img-fluid {
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.img-fluid:hover {
    animation: zoom-in 0.5s forwards;
  }
  .img-fluid:not(:hover) {
    animation: zoom-out 0.5s forwards;
  }
  @keyframes zoom-in {
    0% { transform: scale(1); }
    100% { transform: scale(1.05); } /* Adjust the scale factor for zooming in */
  }
  @keyframes zoom-out {
    0% { transform: scale(1.05); }
    100% { transform: scale(1); } /* Return to original size */
  }

.full-content {
    display: flex;
    flex: 1 0 auto;
    max-width: 100%;
    transition: .2s cubic-bezier(.4,0,.2,1);
    padding: 85px 0px 0px 300px;
}

.sidebar {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 25;
  top: 0px;
  /* left: 0; */
  background-color: #0d0d0d;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
  border-right: #212529 solid 1px;
}

/* Standard Button Styling */
.no-button {
  padding: 10px 15px;
  text-decoration: none;
  font-size: 15px;
  color: #d1d1d1;
  display: flex;
  align-items: center;
  gap: 10px; /* Adds spacing between the icon and text */
  transition: 0.3s;
  background: rgb(21 21 21);
  border-radius: 5px;
}

.rules{
  background: #361616;
}

.support-the-mod {
  background: #0a2712;
}

.no-button:hover, .collapsible:hover {
  background: rgb(35, 35, 35);
}

.no-button:hover, .no-button.active:hover {
  background: #7f3737;
  color: white;
}

.no-button.active {
  background-color: rgb(67 28 28);
}

.no-button.short {
  width: fit-content;
}

.no-button img{
  max-width: 20px;
  margin-right: 10px;
}

.sidebar ul {
  padding: 14px 18px 14px 18px;
}

.sidebar ul li {
  padding: 8px 2px 8px 2px;
  text-decoration: none;
  font-size: 17px;
  color: #919191;
  display: block;
  transition: 0.3s;
}

.sidebar ul li:first-of-type {
  border-bottom: #212529 solid 1px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  /* font-size: large; */
  /* font-weight: 600; */
}

/* .sidebar ul li a {
  padding: 6px 8px 6px 12px;
  text-decoration: none;
  font-size: 15px;
  color: #d1d1d1;
  display: block;
  transition: 0.3s;
} */

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  margin-top: 20px;
  margin-left: 10px;
  font-size: 15px;
  cursor: pointer;
  background: none;
  color: #858585;
  padding: 10px 15px;
  border: none;
  top: 100px;
  left: 300px;
  border: none;
}

.sidebar .closebtn:hover {
  color: #dd5c1c;
}

.sidebar .closebtn img {
  max-width: 20px;
  padding: 3px;
  margin-bottom: 1px;
}

.sidebar ul li a {
  color: #c2c2c2;
  /* background-color: #1f1f1f; */
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 8px 15px;
}

.sidebar ul li a:hover{
  background-color: #1f1f1f;
}

.sidebar ul li a i{
  padding-right: 10px;
}

.collapsible {
  width: 100%;
  background: rgb(21 21 21);
  border: none;
  color: #d1d1d1;
  padding: 10px;
  font-size: 15px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.collapsible i {
  margin-left: auto;
  padding-right: 12px;
}

/* Active Dropdown */
.collapsible.active {
  color: #ff6000;
}

.content {
  display: none;
    padding-left: 15px;
    /* border-left: 2px solid #303030; */
    /* margin-left: 5px; */
    background: rgb(18, 18, 18);
    border-radius: 0px 0px 5px 5px;
}

.content.open {
  display: block;
}

/* Keep First Dropdown (UEM Wiki) Expanded */
#uem-section {
  display: block;
}


/* Dropdown Button Hover */
.collapsible:hover {
  color: #ff6000;
}

/* Animation */
@keyframes dropdownOpen {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 300px;
    opacity: 1;
  }
}
@keyframes dropdownClose {
  from {
    max-height: 300px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}

.openbtn {
  position: fixed;
    font-size: 20px;
    cursor: pointer;
    background-color: #2b2b2b;
    color: white;
    padding: 10px 15px 10px 8px;
    border: none;
    top: 100px;
    left: -1px;
    border: 1px solid rgb(57 57 57);
    border-radius: 0px 20px 20px 0px;
    z-index: 20;
}

.markdown-content-container {
  padding: 20px 100px 20px 40px;
  width: 100%;
}

.markdown-content {
    /* padding: 20px; */
    /* background: #0c0c0c; */
    border-radius: 5px;
    /* max-width: 75%; */
    margin-bottom: 100px;
    width: 90%;
}
.markdown-content img {
  padding: 10px;
  border-radius: 15px;
}

.markdown-content h2, .markdown-content h4, .markdown-content h5, .markdown-content h6 {
  padding: 10px 0px;
  font-size: 1.5rem;
  border-bottom: #292929 solid 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  width: 95%;
}

.markdown-content h3 {
  padding: 10px 0px;
  margin-top: 20px;
  font-size: 1.3rem;
  color: #cdcdcd;
  font-weight: 600;
}

.markdown-content h4{
  font-size: 1.1rem;
  color: #bfbfbf;
}

.markdown-content p {
  padding: 10px;
  color: #d9d9d9;
}

.markdown-content h1 {
  margin-bottom: 20px;
    /* background: #101010; */
    /* border-radius: 5px; */
    padding: 10px;
    /* width: fit-content; */
    border-bottom: #292929 solid 1px;
}

.markdown-content ul li, .markdown-content ol li{
    padding: 5px;
    /* color: #d57171; */
}

details {
  position: relative;
    font-style: normal;
    background: #101010;
    border-radius: 5px;
    margin: 5px;
    border: #1c1c1c solid 1px;
    max-width: 85%;
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
}

details[open] {
  cursor: auto;
}

details summary:hover {
  background: #181818;
}

details summary {
  display: flex;
  justify-content: space-between;
  list-style: none;
  align-items: center;
  padding: 12px 20px;
  border-radius: 5px;
  border-bottom: #161616 solid 1px;
  color: #b1b1b1;
}
/* 
details[open] {
  padding: 12px 20px;
} */

.hljs-comment, .hljs-quote {
  color: #5c6370;
  font-style: italic;
  font-size: 11px !important;
}

.toggle-sign {
    font-size: 22px;
    margin-right: 5px;
}

details p, details h1, details h2 {
  padding: 4px 0px !important;
  margin-left: 25px;
}

details h2 {
  color: #dbd2c1;
}

details h4 {
  margin-left: 15px;
}

.is-download {
  position: fixed;
    left: 300px;
    bottom: -87px;
    width: 100%;
    height: 70px;
    background: #2b2b2b;
    /* margin: 0px 0px 1rem; */
    /* border-radius: 15px; */
    border: 1px solid rgb(63 63 63);
    padding: 10px 0px;
    display: flex;
    z-index: 5;
    filter: drop-shadow(2px -2px 6px black);
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    animation: slideUp 1s ease-out forwards;
}

@keyframes slideUp {
  from {
      transform: translateY(0);
      opacity: 0;
  }
  to {
      transform: translateY(-100%);
      opacity: 1;
  }
}

/* Slide-down animation */
@keyframes slideDown {
  from {
      transform: translateY(-100%);
      opacity: 1;
  }
  to {
      transform: translateY(0);
      opacity: 0;
  }
}

/* Animation classes */
.slide-up {
  animation: slideUp 1s ease-out forwards;
}

.slide-down {
  animation: slideDown 1s ease-out forwards;
}

.is-download p{
  border-radius: 5px;
  padding: 10px 15px;
}

.is-download p:nth-of-type(2){
  color: #999999;
  padding: 10px 4px;
  max-width: 500px;
}

.is-download p:nth-of-type(3){
  color: white;
  padding: 10px 4px
}

.is-download img{
  max-width: 48px;
  border-radius: 5px;
  margin: 0px 15px;
  padding: 0px 0px;
}

.is-download a{
  border-radius: 5px;
  padding: 0px 20px;
  margin: 0px 20px;
  background: #2b7955;
  color: #fff;
}

#discord-color{
  background: #4862bd;
}

#discord-color:hover{
  background: #30417e;
}

.is-download a img {
  margin-left: -16px;
    padding: 11px;
    /* margin-right: 10px; */
    max-width: 44px;
}

.is-download a:hover {
  background: #0f5132;
}

.openbottombtn {
  position: fixed;
    cursor: pointer;
    background: #2b2b2b;
    color: white;
    border: none;
    bottom: -1px;
    right: 10px;
    border: 1px solid rgb(65 65 65);
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    padding: 0px 15px;
}

.openbottombtn img{
  max-width: 32px !important;
    padding: 10px 8px !important;
}

.closebottombtn {
  position: absolute;
    right: 295px;
    border: none;
    background: none;
}

.collapse-download {
  border-radius: 5px;
  margin: 0px 15px;
  /* position: absolute;
    right: 295px;
    top: 15px; */
    max-width: 42px !important;
    padding: 10px !important;
}


.is-information {
  display: flex;
  flex-direction: column;
    align-items: flex-start;
    background-color: #080808;
    border-left: 5px solid #326aa1;
    margin: 10px 0px;
    border-radius: 5px;
    max-width: max-content;
    min-width: 40%;
    padding: 0px;
}

.is-information p {
  /* background-color: #1a1a1a; */
    margin: 10px 20px;
    border-radius: 5px;
    max-width: max-content;
    min-width: 40%;
}

.is-information ul {
  background-color: #121212;
    padding: 10px;
    margin: 15px 20px;
    border-radius: 5px;
}

.is-information ul li{
  color: cadetblue;
  list-style-type: initial;
    margin-left: 20px;
}

.is-information ul li code {
  background-color: #121212;
    color: #a1e847;
    border: none;
    font-size: 15px;
}

.is-success {
  display: flex;
  flex-direction: column;
    align-items: flex-start;
  background-color: #255113;
    border-left: 5px solid #3c763d;
    margin: 10px 0;
    border-radius: 5px;
    max-width: max-content;
    min-width: 40%;
}

.is-success p{
  color: #fff !important;
  margin: 10px 20px;
}

.is-success strong{
  color: #73c918 !important;
}

.is-success ul {
  background-color: #255113;
    padding: 20px;
    margin: 5px 0px;
    border-radius: 5px;
}

.is-success ul li{
  color: white;
  list-style-type: initial;
    margin-left: 20px;
}

.is-success ul li code {
  background-color: #121212;
    color: #a1e847;
    border: none;
    font-size: 15px;
}

.is-warning {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #8b3f00;
    border-left: 5px solid rgb(193 129 19);
    /* padding: 10px; */
    margin: 10px 0;
    /* color: #fff !important; */
    border-radius: 5px;
    max-width: max-content;
    min-width: 40%;
}

.is-warning p{
  color: #fff !important;
  margin: 10px 20px;
}

.is-warning ul {
  background-color: #8b3f00;
    padding: 10px;
    margin: 5px 0px;
    border-radius: 5px;
}

.is-warning ul li{
  color: white;
  list-style-type: initial;
    margin-left: 20px;
}

.is-warning ul li code {
  background-color: #121212;
    color: #a1e847;
    border: none;
    font-size: 15px;
}

.is-error {
  background-color: #5b0d0d;
  border-left: 5px solid #9d302e;
  /* padding: 10px; */
  margin: 10px 0;
  border-radius: 5px;
}

.is-error p{
  color: #fff !important;
}

.is-error ul {
  background-color: #5b0d0d;
  padding: 10px;
    margin: 5px 0px;
    border-radius: 5px;
}

.is-error ul li{
  color: white;
  list-style-type: initial;
    margin-left: 20px;
}

.is-error ul li code {
  background-color: #121212;
    color: #a1e847;
    border: none;
    font-size: 15px;
}

code {
  margin: 0px 5px;
    border-radius: 5px;
    font-size: 12px;
    padding: 4px 11px;
    background-color: #181818;
    color: #e8a847;
    border: #292929 solid 1px;
}

pre code {
  display: flex;
  background: #181818 !important;
  font-size: 12px !important;
  color: #bbbbbb;
  border: none;
  padding: 0px 0px;
}

pre {
  max-width: 85%;
  text-wrap: pretty;
  margin: 20px;
  background: #181818 !important;
  padding: 15px 40px;
  border-radius: 5px;
  border: #292929 solid 1px;
}

pre code.hljs {
  padding: 5px !important;
}

.line-numbers {
  position: absolute;
    top: 15px;
    left: 0;
    width: 30px;
    /* padding: 4px 0; */
    text-align: right;
    border-right: 1px solid #9b9b9b;
    user-select: none;
    font-size: 12.5px;
    /* height: -webkit-fill-available; */
    bottom: 15px;
}

.line-numbers span {
  position: relative;
    /* top: 3px; */
    display: block;
    padding: 0px 8px;
    color: #717171;
}

.copy-button {
  position: absolute;
  top: -4px;
  right: 5px;
  display: block;
  margin: 10px 0;
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-radius: 4px;
}

.copy-button img {
  width: 20px; /* Adjust the size of the image */
  height: 20px; /* Adjust the size of the image */
  padding: 0px;
    border-radius: 0px;
}

pre:hover .copy-button {
  display: block; /* Show the button on hover */
}

.popup {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4CAF50; /* Green background */
  color: white; /* White text */
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 1000;
  font-size: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: fade-in-out 2s;
}

.popup-message {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff4d4d; /* Red for errors */
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.popup-message.error {
  background: #d9534f; /* Bootstrap-style error color */
}


@keyframes fade-in-out {
  0%, 100% { opacity: 0; }
  10%, 90% { opacity: 1; }
}

@media screen and (min-width:1264px) {
    .page-col-content.is-page-header.offset-lg-3.offset-xl-2.col.pl-4 {
      margin-left: .366667%
    }
  }
  @media screen and (max-width:514px) {
    .release-title span {
      display: none
    }
    .release-item span:nth-of-type(3) {
      display: none
    }
  }
  .release-top-title {
    font-size: 1.3em;
    padding: 2em
  }
  .release-top-type {
    font-size: 1.3em
  }

  .release--planned {
    background: #231010 !important;
  }
  .release--planned a{
    color: #9f5454 !important;
  }
  .release--planned:hover{
    background: #231010 !important;
  }

  .release-item{
    display: flex;
    background: #1a1a1a;
    border-radius: 5px;
    margin: 5px 0px;
    border: #1c1c1c solid 1px;
    cursor: pointer;
    width: 75%;
    padding: 1px 0px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }
  .release-item:hover{
    background: #292929;
  }
  .release-item-info {
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;

}
  .release-creator {
    color: #5f5f5f;
    font-size: 13px;
    width: -webkit-fill-available;
    text-align: right;
    margin-right: 20px;
  }
  .release-item a{
    padding: 8px 18px;
    width: -webkit-fill-available;
    color: #a1a1a1;
  }
  .release-item a:hover{
    color: #dddddd;
  }
  .release-item a img{
    max-width: 20px;
    padding: 2px;
    margin-right: 10px;
    margin-top: -2px;
  }
  .release-title {
    padding: 5px;
    text-decoration: none
  }
  .release-title span {
    position: relative;
    float: right;
  }
  .label-div {
    display: inline-block;
    width: 5em
  }
  .label {
    display: inline-block;
    padding: 10px 10px;
    /* border: 1px solid #1c1c1c; */
    border-radius: 5px;
    font-weight: bold;
    max-width: 80px;
    width: -webkit-fill-available;
    text-align: center;
  }
  .label--green {
    color: #0d7f4a !important;
    background: #161616 !important;
    /* border-color: #272727 !important; */
  }
  .label--red {
    color: #ffffff !important;
    background: #a01717 !important;
    /* border-color: #272727 !important; */
  }
  .label--script {
    color: #000!important;
    background: #f90!important;
    border-color: #f90!important
  }
  .v-btn:not(.v-btn--round).v-size--small {
    color: #90caf9
  }
  @media screen and (max-width:514px) {
    .table-title span {
      display: none
    }
    .table-item span:nth-of-type(3) {
      display: none
    }
  }
  .table-top-title {
    font-size: 1.3em;
    padding: 2em
  }
  .table-item-title {
    padding: 0 2em
  }
  .table-top-div {
    position: relative;
    float: right;
    right: 2%;
    margin-top: .5%;
    font-size: 1.3em
  }
  .table-top-div span {
    padding: 10px 15px
  }
  .table-top {
    padding: 10px;
    border-bottom: 3px inset rgba(28,110,164,.5);
    max-width: 90%
  }
  .table-title {
    padding: 5px;
    text-decoration: none
  }
  .table-title span {
    position: relative;
    float: right;
    right: 2em;
    margin-top: .5em;
    font-size: .6em
  }
  .table-item {
    padding: 10px;
    border-bottom: 3px inset rgba(28,110,164,.5);
    max-width: 90%
  }
  .table-item-div {
    margin-top: .5%;
    font-size: 1em
  }
  .table-item-div div {
    position: relative;
    float: right;
    padding: 0 10px;
    max-width: 20%
  }
  .table-item-div div span {
    max-width: 24px;
    word-wrap: break-word;
    hyphens: auto
  }
  .theme--dark .v-main .contents h3 {
    color: #bdbdbd
  }
  #app > div > main > div > div.container.pl-5.pt-4.container--fluid.grid-list-xl > div > div.flex.page-col-sd.lg3.xl2 {
    display: none
  }
  .v-main .contents p {
    padding: .7rem 0 0
  }
  .theme--dark .v-main .contents blockquote.is-info {
    font-size: 16px;
    background: linear-gradient(90deg,#0d47a1 0,rgba(13,71,161,.75) 25%,rgba(18,18,18,0) 75%)
  }
  .theme--dark .v-main .contents details,
  .theme--dark .v-main .contents details summary {
    background-color: #212121;
    border-color: #342b38
  }
  .theme--dark .v-main .contents blockquote {
    background-color: #090909;
    color: #e3f2fd;
    border-color: #342b38;
    font-size: 12px
  }
  .v-main .contents blockquote {
    padding: 0 .5rem .5rem;
    margin: .5rem 0;
    border-left: 5px solid #607d8b;
    border-radius: 0
  }
  .v-main .contents blockquote:before {
    display: none
  }
  .v-main .contents details {
    margin: 1rem 2rem;
    color: #e3f2fd;
    border-color: #342b38;
    border-left: 5px solid #342b38;
    border-radius: 0;
    border: 1px solid #607d8b;
    border-left: 5px solid #342b38
  }
  .v-main .contents details p {
    font-size: 12px
  }
  .v-main .contents details[open] {
    padding: 1rem;
    background-color: #090909;
    border-left: 5px solid #342b38;
    border-radius: 0
  }
  .theme--dark .v-main .contents details[open] summary {
    background-color: #141414
  }
  .v-main .contents details summary {
    border-radius: 0;
    background-color: #fafafa;
    cursor: pointer;
    height: 40px;
    -js-display: flex;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    transition: background-color .4s ease
  }
  .theme--dark .v-main .contents code {
    font-size: 12px;
    padding: .3rem;
    background-color: #141414;
    color: #e8a847
  }
  .v-main .contents ul:not(.tabset-tabs) > li:before {
    left: -1rem;
    content: "-"
  }
  .weapon-list {
    margin-left: 10%;
    color: #f8c471;
    font-size: 1em;
    display: inline-block;
    width: 250px
  }
  .weapon-list-upgraded {
    float: none;
    margin-left: auto;
    color: #f8c471;
    font-size: 1em
  }
  .weapon-list-name {
    color: #d9dbeb;
    font-size: 1.1em;
    display: inline-block;
    width: 170px
  }

  ::-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 */
}

  #searchInput {
    padding: 10px;
    font-size: 16px;
    background: #0d0d0d;
    border: #212529 solid 1px;
    border-radius: 5px;
    color: white;
    width: 350px;
}

#searchResults {
  max-height: 600px;
  overflow-y: auto;
  z-index: 1001;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: #202020;
  border-radius: 5px;
  margin-top: 3px;
  max-width: 350px;
}

#searchResults p{
  margin-top: 3px;
  padding: 10px 10px;
  z-index: 15;
  background: #202020;
  border-radius: 5px;
  max-width: 500px;
  animation: fade-in-out 2s;
  color: #bbbbbb;
}

.page-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

.search-result-item {
  margin-top: 3px;
  padding: 7px 0px;
    z-index: 15;
    background: #202020;
    /* border-bottom: #3f3f3f solid 2px; */
    max-width: 500px;
    animation: fade-in-out 2s;
}

.search-result-item.release {
  margin-top: 3px;
    padding: 7px 0px;
    animation: fade-in-out 2s;
}

.search-result-item.release:hover {
  background: #b64600;
}

.search-result-item.release img {
  max-width: 55px;
    border-radius: 5px;
    margin-right: 10px;
}

.search-result-divider {
  padding: 14px 10px;
    font-size: 15px;
    font-weight: 600;
    color: #696969;
    border-bottom: #212529 solid 1px;
    text-align: center;
}

.search-result-item-recent {
  border-bottom: #212529 solid 1px;
    margin: 6px 0px;
    padding: 17px 10px;
}

.search-result-item-recent h3 {
  font-size: 1rem;
    color: #636363;
}

.search-result-item:hover{
  background: #b64600;
}

.search-result-item h3 {
  margin: 0;
  font-size: 18px;
  margin-top: 3px;
  padding: 15px 10px 10px 10px;
  max-width: 500px;
  animation: fade-in-out 2s;
  border-top: #323232 solid 3px;
}

.search-result-item p {
    margin: 5px 0;
    color: #666;
}

.search-result-item a {
  display: block;
  text-decoration: none;
  color: #bbbbbb;
  padding: 0px 10px;
  cursor: pointer;
}

.search-result-item a:hover {
  text-decoration: none;
  color: #ffffff;
}

.search-result-item ul li {
  margin: 5px 0;
  color: #666;
}

.search-result-item ul li img{
  max-width: 25px;
}

.ladder-search{
  margin: auto;
}

.ladder-search input:focus {
  background-color: #fff; /* White background when focused or has content */
    color: #000; /* Text color for white background */
}

.ladder-search button{
  border: none;
  background: none;
}

.ladder-search button img{
  max-width: 18px;
  margin-left: -25px;
  position: relative;
  right: 11px;
  top: 8px;
  /* top: 10%; */
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  animation: fade-in-out 2s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill-selected {
    transition: background-color 0s 9999s, color 0s 9999s;
    border: none;
}

.release-gallery-container {
  padding: 20px;
}

.release-gallery-table {
  width: 90%;
  border-collapse: separate; /* Use separate instead of collapse */
  border-spacing: 0 10px;
  margin: 0px 20px;
}

.release-gallery-table th, 
.release-gallery-table td {
  /* padding: 10px; */
    /* border: 1px solid #ccc; */
    /* vertical-align: top; */
    border-color: #101010;
    border-style: none;
    border-width: 0;
    background: #0a0a0a;
}

.release-gallery-table th {
  background-color: #f2f2f2;
  color: #5f5f5f;
  text-align: left;
}

.release-gallery-table td img {
  padding: 5px;
  height: auto;
  max-width: 60px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.release-gallery-section {
  display: flex;
  flex-direction: column;
}

.release-gallery-title h4 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.release-gallery-section p {
  margin: 0 0 10px 0;
}

.release-gallery-updated {
  color: #376573;
  font-size: small;
}

.release-gallery-creator {
  font-size: small;
  color: #249939;
  text-align: right;
}

.release-gallery-creator strong {
  color: #249939;
  margin-right: 40px;
}

.release-gallery-download {
  padding: 10px;
}

.release-gallery-download a:before{
  content: '';
    position: relative;
    transform: translateY(-50%);
    background-image: url(../img/external-link.png);
    background-size: cover;
    color: #FF6347;
    margin-right: 15px;
    padding: 1px 10px;
    border-radius: 0px;
}

.release-gallery-download a img {
  
}

.release-gallery-download a {
  color: #fff;
    /* padding: 10px 20px; */
    border-radius: 5px;
    text-decoration: none;
}

.release-gallery-download a:hover {
  /* background: #ff6000; */
  color: #FF6347;
  border-radius: 5px;
  text-decoration: none;
}


.modal {
  display: none;
    margin: auto;
    position: fixed;
    z-index: 55;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}
.modal-content-container {
  background-color: #0c0d0e;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #252525;
    width: 60%;
    display: flex;
    flex-direction: column;
}

.modal-content-inside {
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
}

.modal-content-inside img {
  max-width: 260px !important;
}

.modal-content-inside h4{
  margin-top: 0px;
}

.modal-content-inside .release-gallery-creator {
  text-align: left;
}
.modal-content-description {
  padding: 10px;
}

.close {
    color: #d1d1d1;
    font-size: 26px;
    font-weight: 500;
    display: flex;
    flex-direction: row-reverse;
}
.close:hover,
.close:focus {
  color: #ff8f00;
  text-decoration: none;
  cursor: pointer;
}

.model-button{
  border: none;
    background: #0a0a0a;
    color: #fff;
    padding: 8px 58px;
    border-radius: 5px;
    text-decoration: none;
}

.model-button:before{
  content: '';
    position: relative;
    transform: translateY(-50%);
    background-image: url(../img/external-link.png);
    background-size: cover;
    color: #FF6347;
    margin-right: 15px;
    padding: 1px 10px;
    border-radius: 0px;
}

.model-button:hover{
  /* background: #ff6000; */
  color: #ff6000;
}

.dark-mode-ul {
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin: auto;
}

.sidebar-bottom-container {
  position: absolute;
    bottom: 10px;
    width: 100%;
}

.dark-mode-container {
  padding: 10px;
  text-align: center;
}

.dark-mode-container button{
  padding: 10px;
    text-decoration: none;
    font-size: 15px;
    color: #d1d1d1;
    display: block;
    transition: 0.3s;
    background: rgb(21 21 21);
    border-radius: 5px;
    border: none;
}

.footer-credits {
  text-align: center;
  font-size: 12px;
  color: #858585;
}

.footer-credits a {
  color: #858585;
  text-decoration: none;
}

.footer-credits a:hover {
  color: #ff6000;
}
/* ACCOUNT */
.menu-right-account {
  /* background: #151515; */
    border-radius: 5px;
    padding: 5px 30px;
}

.account-details {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.account-name {
  padding: 5px;
  margin-right: 20px;
  color: white;
  cursor: pointer;
}

.account-details img {
 max-width: 34px;
}

.discord-link {
  display: flex;
  background: #0c0c0c;
  padding: 15px;
  border-radius: 5px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 600px;
}

.discord-link p {
  color: #8b8b8b;
  max-width: 400px;
  /* padding: 8px 15px; */
}

.discord-link a {
  margin-top: 5px;
  color: #fff;
  display: block;
  background: #0d7f4a;
  padding: 10px 90px;
  border-radius: 5px;
  /* width: 200px; */
  text-align: center;
}

.discord-link a:hover {
  background: rgb(19, 177, 103);
}

.discord-link h4 {
  width: auto;
  padding: 5px 15px;
  margin-top: 0px;
}

.discord-link img {
  width: 110px;
  margin-top: 5px;
  border-radius: 5px;
}

.discord-link-content {
  padding: 0px 20px;
}

.camo-list {
  display: flex;
}

/* VIP Pricing Layout */
.vip-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* VIP Card Styling */
.vip-card {
  flex: 1;
  min-width: 250px;
  max-width: 250px;
  padding: 12px;
  background: #1a1a1a;
  border-radius: 6px;
  border: 1px solid #2a2a2a;
  text-align: center;
}

.vip-list li img{
  max-width: 20%;
}

.vip-list li ul li{
  font-weight: 400;
  /* list-style-type: disc; */
}

/* Title & Price Styling */
.vip-title {
  font-size: 1.1em;
  color: #e0e0e0;
}

.vip-price {
  display: block;
  font-size: 1em;
  color: #b0b0b0;
  margin: 5px 0;
}

/* Separator */
.vip-card hr {
  border: none;
  height: 1px;
  background: #717171;
  margin: 8px 0;
}

/* Rank Progression Container */
.rank-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
  flex-direction: row;
}

/* Rank Box Styling */
.rank-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 10px;
  background: #1a1a1a;
  border-radius: 6px;
  border: 1px solid #2a2a2a;
  width: 160px;
}

.rank-box img {
  width: 108px;
  height: 108px;
}

/* Rank Details */
.rank-details {
  font-size: 0.9em;
  color: #e0e0e0;
  margin-top: 5px;
}

/* Rank Progression Line */
.rank-line {
  width: 50px;
  height: 2px;
  background: #e42e20;
}


@media screen and (min-width: 768px) {
  .sidebar {
    left: 0; /* Always visible on desktop */
  }
  .full-content {
    padding: 85px 0px 0px 300px;
    transition: margin-left 0.3s; /* Smooth transition for sliding effect */
  }
  
}

/* Sidebar hidden on mobile by default */
@media screen and (max-width: 767px) {
  .sidebar {
    left: -300px; /* Hidden by default on mobile */
  }
  .full-content {
    padding: 85px 0px 0px 10px;
    transition: margin-left 0.3s; /* Smooth transition for sliding effect */
  }
  .menu-right-btn{
    margin-left: 25px;
  }
  .is-download {
    position: fixed;
    left: 0px;
    /* justify-content: center; */
    /* padding-bottom: 20px; */
  }
  .is-download a{
    margin-left: 15%;
    /* padding: 10px 20px; */
  }
  .is-download img{
    /* display: none; */
  }
  .is-download p{
    display: none;
  }
  .is-download p:nth-of-type(2) {
    padding: 4px;
    max-width: 550px;
  }
  .markdown-content-container{
    padding: 20px 20px 20px 20px;
  }
  .markdown-content{
    max-width: 100%;
    width: 98%;
  }
  .markdown-content p{
    padding: 0px;
    padding-bottom: 15px;
  }
  .release-item {
    width: 100%;
  }
  .release-item-info {
    width: auto;
  }
  .release-creator {
    width: auto;
  }
  details {
    max-width: 100%;
  }
  .sidebar-bottom-container {
    position: unset;
}
  .openbottombtn {
    left: 65%;
  }
  .closebottombtn{
    display: block;
    right: 0px;
  }
}

@media screen and (max-width: 390px) {
#searchInput {
  width: 300px;
}
}

.wiki-box {
  background: #151515;
  border-radius: 5px;
  border: solid 1px #292929;
  padding: 2px 15px;
  margin-bottom: 10px;
}

.wiki-box h4 {
  font-size: 1rem;
  color: #bfbfbf;
}

.camo-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem auto;
  font-size: 15px;
  background-color: #1c1c1c;
  color: #e0e0e0;
  border: 1px solid #2c2c2c;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.camo-table thead th {
  background-color: #2c2c2c;
  padding: 12px 10px;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #30303063;
}

.camo-table tbody td {
  padding: 10px 12px;
  text-align: center;
  border-bottom: 1px solid #30303063;
  text-shadow: 1px 1px 1px #0000001a;
}

.camo-table tbody tr:nth-child(even) {
  background-color: #262626;
}

.camo-table tbody tr:hover {
  background-color: #333;
}

.camo-container {
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 20px auto;
    flex-direction: row;
    /* flex-wrap: nowrap; */
    overflow-x: auto;
    padding: 20px;
    /* border: 1px solid #333; */
    /* background: #1a1a1a; */
    border-radius: 10px;
}

.camo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #1c1c1c;
  border: 1px solid #2c2c2c;
  padding: 10px;
  border-radius: 8px;
  width: 160px;
  min-width: 160px;
  text-align: center;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.camo-box img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 8px;
}

.camo-details b {
  font-size: 1rem;
  display: block;
  margin-bottom: 6px;
}

.camo-details p {
  margin: 0;
  font-size: 0.9rem;
  color: #ccc;
}

.camo-line {
  width: 30px;
  height: 4px;
  background: #555;
  margin: 0 5px;
  flex-shrink: 0;
  border-radius: 2px;
}