.bg2 {
    position: fixed;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    background: 	#0C0F12;
    z-index: 5;
}
    
.wrpbox {
    position: relative;
    width: 100%;
    margin-left: 0;
    left: 0;
    height: auto;
}

.caaa {
  position: fixed;
  width: 100%;
  height: 100%;

  background: #000000;
  --gap: 5em;
  --line: 1px;
  --color: rgba(255, 255, 255, 0.2);

  background-image: linear-gradient(
      -90deg,
      transparent calc(var(--gap) - var(--line)),
      var(--color) calc(var(--gap) - var(--line) + 1px),
      var(--color) var(--gap)
    ),
    linear-gradient(
      0deg,
      transparent calc(var(--gap) - var(--line)),
      var(--color) calc(var(--gap) - var(--line) + 1px),
      var(--color) var(--gap)
    );
  background-size: var(--gap) var(--gap);
}

.void-space {
    position: relative;
    height: 100px;
}

.void-space.low {
    height: 25px;
}

.ggs {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 650px;
    min-width: 375px;
    background: #0c0f1280;
    height: 150px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    z-index: 7;
    background: #21212153;
    border: solid 2px #ffffff1f;
}

.ggs2 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 650px;
    min-width: 375px;
    background: #0c0f1280;
    height: 130px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    z-index: 7;
    background: #21212153;
    border: solid 2px #ffffff1f;
}

.titlcs {
    color: 	#ed7738;
    position: absolute;
    left: 50%;
    position: absolute;
    width: 100%;
    transform: translateX(-50%);
    font-size: 35px;
    text-align: center;
    font-family: 'JosefinSansMedium';
}

.ggTitle {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    text-align: left;
    max-width: 650px;
    min-width: 375px;
    color: 	#ffffffdc;
    font-size: 25px;
    font-family: 'JosefinSansMedium';
    z-index: 7;
}

.vac-status2 {
    font-family: 'JosefinSansMedium';
    position: absolute;
    bottom: 45px;
    left: 20px;
    color: #ffffff93;
    font-size: 17px;
}

.vac-status2.f3 {
    bottom: 15px;
}

.vac-status2 > strong {
    color: #70ffc4;
}

.titlcs.c2 {
    color: 	#ed3838;
    font-size: 25px;
}

.desccs {
    color: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    top: 50px;
    opacity: 0.5;
    font-family: 'JosefinSansMedium';
}

.desccs2 {
    color: white;
    position: absolute;
    width: 100%;
    font-size: 15px;
    top: 100px;
    text-align: center;
    opacity: 0.35;
    font-family: 'JosefinSansMedium';
}

.wasdt {
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
margin-top: 0;
margin-left: 0; 
  background: #121212; 
  background: linear-gradient(
    135deg,
    #121212 25%,
    #1a1a1a 25%,
    #1a1a1a 50%,
    #121212 50%,
    #121212 75%,
    #1a1a1a 75%,
    #1a1a1a
  );
  background-size: 40px 40px;
  animation: move 4s linear infinite;
  z-index: 5;
}

.cslist {
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px;
    justify-content: center;
}

.cs2cbox {
    position: relative;
    width: 100%;
    height: 150px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    z-index: 8;
    max-width: 650px;
    min-width: 375px;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.364));
    background: #21212153;
    border: solid 2px #ffffff1f;
    overflow: hidden;
    top: 30px;
    opacity: 0;
    transition: all 0.5s ease;
}

.cs2cbox.on {
    top: 0px;
    opacity: 1;
}

.cs2cbox:hover {
    border: solid 2px #ffffff4d;
}

@media screen and (min-width: 600px) {
  .cs2cbox {
    min-width: 100px;
    width: 525px;
  }
}

.c-title {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 650px;
    min-width: 375px;
    color: 	#ffffffb8;
    font-size: 25px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'JosefinSansMedium';
    z-index: 7;
}

.handlebox {
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.upd-box {
    position: relative;
    text-transform: uppercase;
    font-family: 'JosefinSansMedium';
    z-index: 8;
    user-select: none;
    font-size: 15px;
    transition: all 0.5s ease;
}

.upd-box.update {
    color: 	#78ffcd;
    background: #255644;
    padding: 5px 15px;
    border-radius: 5px;
    border: solid 2px #33785fa0;
}

.upd-box.not_update {
    color: 	#ff7878;
    background: #562525;
    padding: 5px 15px;
    border-radius: 5px;
    border: solid 2px #783333a0;
}

.upd-box.we_dont_know {
    color: 	#c9c9c9;
    background: #5c5c5c;
    padding: 5px 15px;
    border-radius: 5px;
    border: solid 2px #7c7c7ca0;
}

.upd-box:hover {
    scale: 1.1;
}

.upd-box > i {
    transition: all 0.5s ease;
}

.upd-box:hover > i {
    scale: 1.1;
}


.c-status {
    position: absolute;
    left: 15px;
    top: 50px;
    text-transform: uppercase;
    font-size: 14px;
    color: 	#ffffff;
    opacity: 0.6;
    text-align: left;
    line-height: 20px;
    font-family: 'JosefinSansMedium';
}

.c-status.undetected {
    color: 	#78ffcd;
}

.c-status.overwatch {
    color: 	#ffac78;
}

.c-status.detected {
    color: 	#ff7878;
}

.private_c {
    color: 	#ff7878;
}

.public_c {
    color: 	#78ffbc;
}

.c-web {
    position: absolute;
    left: 10px;
    bottom: 15px;
    color: #c9c9c9;
    background: #5c5c5c;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 5px;
    border: solid 2px #7c7c7ca0;
    font-family: 'JosefinSansMedium';
    cursor: pointer;
    transition: all 0.5s ease;
}

.c-web:hover {
    color: #e4e4e4;
    background: #a0a0a0;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}

.copl2 {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background: hsla(0, 0%, 0%, 0.514);
    backdrop-filter: blur(15px);
    cursor: pointer;
    transition: all 1s ease;
}

.copl2 > h1 {
    color: white;
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 45px;
    transform: translateY(-50%);
    text-align: center;
    filter: drop-shadow(0px 0px 40px #e72e2e);
    transition: all 0.75s ease;
    font-family: "JosefinSansMedium", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.copl2 > h1 > strong {
    color: #e72e2e;
}

.copl2.remove {
    backdrop-filter: blur(0px);
    opacity: 0;
}

.copl2.remove > h1 {
    scale: 1.5;
    top: 55%;
}