/* Nullge Core Subsystem [Inner Version:2X] */
/* Some Rights Reserved */
/* -------------------------------------------- */
/* Code Begin */
/* -------------------------------------------- */
@font-face {
  font-family:"Pixeboy";
  src: url("main-font.ttf") format("truetype");
}
@font-face {
  font-family: "sans-serif";
  src: url("public-sans.regular.ttf");
}
@font-face {
  font-family: "san-b";
  src: url("sfb.otf");
}
@font-face {
  font-family: "OpenType-ja";
  src: url("ja.otf");
}


@-webkit-keyframes slideUp {
  from {
    /* opacity: 0; */
    filter: brightness(500%);
  }
  to {
    filter: brightness(100%);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    /* opacity: 0; */
    filter: brightness(500%);
  }
  to {
    filter: brightness(100%);
    opacity: 1;
  }
}
html, body {
    scrollbar-width: auto;
    font-family: "sans-serif";

}
/* #noise {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  pointer-events: none;
  z-index: 90;
}

#noise:before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%;
  background: url(http://fariskassim.com/stage/codepenstuff/noise.png);
  pointer-events: none;
  display: block;
  opacity: 1;
  -webkit-animation: grain 2s steps(10) infinite;
  animation: grain 2s steps(10) infinite;
  will-change: transform;
} */

@keyframes grain {
  0%,
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  10% {
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }
  20% {
    -webkit-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%);
  }
  30% {
    -webkit-transform: translate(7%, -25%);
    transform: translate(7%, -25%);
  }
  40% {
    -webkit-transform: translate(21%, 25%);
    transform: translate(21%, 25%);
  }
  50% {
    -webkit-transform: translate(-25%, 10%);
    transform: translate(-25%, 10%);
  }
  60% {
    -webkit-transform: translate(15%, 5%);
    transform: translate(15%, 5%);
  }
  70% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  80% {
    -webkit-transform: translate(25%, 35%);
    transform: translate(25%, 35%);
  }
  90% {
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
}
@keyframes grain2 {
  0%,
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  10% {
    -webkit-transform: translate(-1%, -2%);
    transform: translate(-1%, -2%);
  }
  20% {
    -webkit-transform: translate(-3%, 1%);
    transform: translate(-3%, 1%);
  }
  30% {
    -webkit-transform: translate(3%, -5%);
    transform: translate(3%, -5%);
  }
  40% {
    -webkit-transform: translate(5%, 5%);
    transform: translate(5%, 5%);
  }
  50% {
    -webkit-transform: translate(-5%, 2%);
    transform: translate(-5%, 2%);
  }
  60% {
    -webkit-transform: translate(3%, 1%);
    transform: translate(3%, 1%);
  }
  70% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  80% {
    -webkit-transform: translate(5%, 7%);
    transform: translate(5%, 7%);
  }
  90% {
    -webkit-transform: translate(-2%, 2%);
    transform: translate(-2%, 2%);
  }
}

body{
  background-color: black;
  color: white;
}
/* LEGACY CODE */
:root{
--app-container: #1f1d2b;
--app-container: #050505;
--main-color: #dfdce3;
--secondary-color: rgba(255,255,255,.8);
--projects-section: #131017;
--link-color: rgba(255,255,255,.8);
--link-color-hover: rgba(195, 207, 244, 0.1);
--link-color-active-bg: rgba(195, 207, 244, 0.2);
--button-bg: #131017;
--search-area-bg: #131017;
--message-box-hover: #243244;
--message-box-border: rgba(255,255,255,.1);
--star: #ffd92c;
--light-font: rgba(255,255,255,.8);
--more-list-bg: #2f3142;
--more-list-bg-hover: rgba(195, 207, 244, 0.1);
--more-list-shadow: rgba(195, 207, 244, 0.1);
--message-btn: rgba(195, 207, 244, 0.1);
--invee: 0;
}
/* END OF LEGACY CODE */
/* -------------------------- */
/* SUBSYSTEM BASIC GUI */
.SUB-TEXT{
  font-weight: bold;
    font-size: 13px;
    color: white;
    text-shadow: 3px 2px 0px black;
}
.SUB-MSG{
  font-weight: bold;text-align: justify;padding: 15px 40px;box-shadow: black 8px 8px;color: rgb(0, 0, 0);margin: 15px;width: 400px;background: rgb(255, 255, 255);display: flex;
}
.SUB-MSG img{
  display: flex;align-self: center;margin-right: 9px;margin-left: -8px;
}
/* END OF SUBSYSTEM BASIC GUI */
.soft{
  border: 2px solid #fff;
  border-radius: 40px;
}

.skeo {
  background-color: #8c9cbf;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #3d5691));
background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
border: 1px solid #172d6e;
border-bottom: 1px solid #0e1d45;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
-moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
box-shadow: inset 0 1px 0 0 #b1b9cb;
color: #fff;
font: 13px "helvetica neue", helvetica, arial, sans-serif;
padding: 2px 0 2px 0;
text-decoration: none;
text-align: center;
text-shadow: 0 -1px 1px #000f4d;
width: 112px;
}
.skeo:hover {
  background-color: #7f8dad;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f8dad), color-stop(50%, #4a5e8c), color-stop(50%, #2f477d), color-stop(100%, #364c80));
  background-image: -webkit-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  background-image: -moz-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  background-image: -ms-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  background-image: -o-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  background-image: linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  cursor: pointer;
}
.skeo:active {
  -webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 rgba(255, 255, 255, .1);
  -moz-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 rgba(255, 255, 255, .1);
}

.button-86:hover {
    transition: 0.3s ease;
    text-shadow: 0 0 BLACK;
    box-shadow: inset 0px 0px 11px 0px #526aa8;
}
.button-86 {
  background: linear-gradient(to bottom, #353c53, #050b1a 50%, #0a1021 50%, #192237) !important;
    color: #b7d0ff;
    width: 75px;
    font-size: 12px;
    font-weight: normal;
    text-shadow: #6f82ff 0px 2px 5px;
    border: 1px solid #212835;
    border-radius: 9px;
    padding: 5px;
    transition: 0.3s ease;
}
.consumr{
  border: 2px solid #fff;
  border-radius: 40px;
}
.notif1{
  box-shadow: 0px 0px 80px 20px #eda6ff73;
      background: #efacff1a;
      color: #ffffff;
      padding: 0.1px;
      border-radius: 34px;
      width: 700px;
      position: -webkit-sticky;
      position: sticky;
      backdrop-filter: blur(8px);
      top: 12px;
      margin: -8px;
}
@keyframes flash-pre {
  0% {
    filter: brightness(50%) sepia(100%) saturate(100%) hue-rotate(0deg) invert(1);
      box-shadow: inset -1px 1px 100px 57px rgba(255, 255, 255, 0.6);
  }
  100% {
    filter: brightness(50%) sepia(100%) saturate(300%) hue-rotate(360deg);
    box-shadow: inset -1px 1px 45px 17px rgba(255, 255, 255, 0.6);
  }
}
@keyframes flash-post {
  0% {
    filter: brightness(50%) sepia(100%) saturate(100%) hue-rotate(0deg) invert(1);
      box-shadow: inset -1px 1px 100px 57px rgba(255, 255, 255, 0.6);
  }
  100% {
    filter: brightness(50%) sepia(100%) saturate(300%) hue-rotate(360deg) invert(1);
    box-shadow: inset -1px 1px 45px 17px rgba(255, 255, 255, 0.6);
  }
}
.headerwin{
  width: 710px;
  border-radius: 73px;
  background: #1c1c1c3b;
  padding: 5px;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border: #ffffff12 1px solid;
}
.no-center{
  text-align: left;
}
.new-touch{
  margin-left: 16px;
margin-top: 0px;
border-radius: 0px;
position: relative;
top: -12px;
font-size: 21px;
    margin-bottom: 0;
}
.new-touch-m{
  margin-left: 16px;
margin-top: 0px;
border-radius: 0px;
position: relative;
top: -6px;
font-size: 21px;
margin-bottom: 0;
}
.sideb-alternate{
  max-width: 600px;
  height: 17px;
  padding: 20px;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border-radius: 60px;
  border: 1px solid #45454547;
  background-color: #4343433d;
  box-shadow: 2px 16px 60px 4px #86868640;
}
.provi{
  height: 44px;
    border: 3px #de00d5 solid;
    box-shadow: none;
    border-radius: 129px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-left: 0px;
    background-color: #281a2b;
    color: white;
    display: inline-block;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.usck-profile{
  color: #fe7bff;
background-color: #110811;
filter: hue-rotate(318deg) contrast(0.9);
}
.usck-profile .usck-logo{
    filter: brightness(116%) sepia(100%) saturate(3100%) hue-rotate(145deg) invert(1);
}
.touchable{
  transition: 0.5s ease;
}
.touchable:hover{
  box-shadow: 0px 0px 20px rgba(177, 255, 69,0.8);
}
.touchable-misc{
  filter: brightness(50%) sepia(34%) saturate(100%) hue-rotate(300deg) invert(1);
  transition: 0.4s ease-in-out;
}
.touchable-misc:hover{
  transform: scale(1);
    filter: brightness(30%) sepia(100%) saturate(299%) hue-rotate(315deg) invert(1);
}
.touchable-misc-alternate{
  filter: brightness(50%) sepia(34%) saturate(100%) hue-rotate(178deg) invert(1);
  transition: 0.4s ease-in-out;
}
.touchable-misc-alternate:hover{
  transform: scale(1.1);
  filter: brightness(50%) sepia(100%) saturate(5000%) hue-rotate(178deg) invert(1);
}
.sidea{
  border-radius: 30px;
  height: 98vh;
  /* background-color: #171717; */
}
.sideb{
  /* width: 100px; */
  height: 94vh;
  padding: 20px;
  float: left;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
    border-radius: 30px;
    border: 1px solid #343d1773;
}
.side-m{
  width: -webkit-fill-available;
  /* height: 94vh; */
  padding: 20px;
  /* float: left; */
  display: -webkit-inline-box;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border-radius: 31px;
  border: 1px solid #39173d73;
  background-color: #48174b3d;
  margin-top: auto;
  max-width: 291px;
}
.bg-here{
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 50%;
  min-height: 50%;
  width: auto;
  height: auto;
  z-index: -1;
  filter:blur(10px);
}
 .bg-image{
   /* display: none; */
       margin: -8px;
       position: fixed;
       min-width: 50%;
       min-height: 50%;
       width: 100%;
       margin-top: -60px;
       z-index: -1;
       background-image: url('library/alan.jpg');
       height: 100%;
       background-position: center;
       background-repeat: no-repeat;
       background-size: cover;
       -webkit-filter: saturate(34%) brightness(83%);
       -webkit-animation: shatter 0.03s ease-in-out infinite alternate;
       -moz-animation: shatter 0.03s ease-in-out infinite alternate;
       animation: shatter 0.03s ease-in-out infinite alternate;
  }
  /* merge start */
  .box3 {
  box-shadow: 0 2.8px 2.2px rgba(149, 66, 245, 0.034), 0 6.7px 5.3px rgba(149, 66, 245, 0.048), 0 12.5px 10px rgba(149, 66, 245, 0.06), 0 22.3px 17.9px rgba(149, 66, 245, 0.072), 0 41.8px 33.4px rgba(149, 66, 245, 0.086), 0 100px 80px rgba(149, 66, 245, 0.12);
  background: white;
  }
  .box3-0 {
  box-shadow: 0 2.8px 2.2px rgba(51, 122, 255, 0.034), 0 6.7px 5.3px rgba(51, 122, 255, 0.048), 0 12.5px 10px rgba(51, 122, 255, 0.06), 0 22.3px 17.9px rgba(51, 122, 255, 0.072), 0 41.8px 33.4px rgba(51, 122, 255, 0.086), 0 100px 80px rgba(51, 122, 255, 0.12);
  background: white;
  }
  .box3-1 {
  box-shadow: 0 2.8px 2.2px rgba(255, 63, 46, 0.034), 0 6.7px 5.3px rgba(255, 63, 46, 0.048), 0 12.5px 10px rgba(255, 63, 46, 0.06), 0 22.3px 17.9px rgba(255, 63, 46, 0.072), 0 41.8px 33.4px rgba(255, 63, 46, 0.086), 0 100px 80px rgba(255, 63, 46, 0.12);
  background: white;
  }
  .box3-2 {
  box-shadow: 0 2.8px 2.2px rgba(242, 86, 147, 0.034), 0 6.7px 5.3px rgba(242, 86, 147, 0.048), 0 12.5px 10px rgba(242, 86, 147, 0.06), 0 22.3px 17.9px rgba(242, 86, 147, 0.072), 0 41.8px 33.4px rgba(242, 86, 147, 0.086), 0 100px 80px rgba(242, 86, 147, 0.12);
  background: white;
  }
  .box3-3 {
  box-shadow: 0 2.8px 2.2px rgba(212, 230, 135, 0.034), 0 6.7px 5.3px rgba(212, 230, 135, 0.048), 0 12.5px 10px rgba(212, 230, 135, 0.06), 0 22.3px 17.9px rgba(212, 230, 135, 0.072), 0 41.8px 33.4px rgba(212, 230, 135, 0.086), 0 100px 80px rgba(212, 230, 135, 0.12);
  background: white;
  }

.box {
box-shadow: 0 2.8px 2.2px rgba(255, 255, 255, 0.034), 0 6.7px 5.3px rgba(255, 255, 255, 0.048), 0 12.5px 10px rgba(255, 255, 255, 0.06), 0 22.3px 17.9px rgba(255, 255, 255, 0.072), 0 41.8px 33.4px rgba(255, 255, 255, 0.086), 0 100px 80px rgba(255, 255, 255, 0.12);
background: white;
}
.box2 {
box-shadow: 0 2.8px 2.2px rgba(153, 110, 255, 0.034), 0 6.7px 5.3px rgba(153, 110, 255, 0.048), 0 12.5px 10px rgba(153, 110, 255, 0.06), 0 22.3px 17.9px rgba(153, 110, 255, 0.072), 0 41.8px 33.4px rgba(153, 110, 255, 0.086), 0 100px 80px rgba(153, 110, 255, 0.12);
background: white;
}
.box-wider1{
  box-shadow: 1px -1px 100px 5px rgb(113, 97, 255, 0.71);
}
.box-wider2{
  box-shadow: 0px 1px 79px 9px rgba(161,255,74,0.8);
  /* s/ */
}
.box-wider3{
  /* box-shadow: 0px 1px 79px 9px rgb(255,152,74,0.81); */
  /* s/ */
}
/* end of merge */
.app-header {
  border-radius: 50px;
  background-color: #212121;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  /* padding: 4px 19px; */
  position: relative;
}
.app-header-left, .app-header-right {
  display: flex;
  align-items: center;
}
.app-header-left {
  flex-grow: 1;
}
.app-header-right button {
  /* margin-left: 10px; */
}
.app-icon {
  width: 26px;
  height: 2px;
  border-radius: 4px;
  background-color: var(--main-color);
  position: relative;
}
.app-icon:before, .app-icon:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  border-radius: 4px;
  background-color: var(--main-color);
  left: 50%;
  transform: translatex(-50%);
}
.app-icon:before {
  top: -6px;
}
.app-icon:after {
  bottom: -6px;
}
.app-name {
  display: none;
  color: var(--main-color);
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 9px;
}
.notification-btn {
  color: var(--main-color);
  padding: 0;
  border: 0;
  background-color: transparent;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-btn {
  padding: 0;
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  /* padding-left: 12px; */
  /* border-left: 2px solid #ddd; */
}
.app-header-right {
  display: flex;
  align-items: center;
  background-color: #8a8a8a;
  border-radius: 50px;
  padding: 0 20px 0 20px;
  height: 49px;
}
.profile-btn span {
  color: #dfdce3;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.boxed-str{
  padding: 10px;
  border-radius: 30px;
  background-color: white;
  color: black;
  height: auto;
  margin-left: 10px;
}
.padwide{
  padding: 15px;
  max-width: 30%;
}
.boxed-go{
  padding: 10px;
  border-radius: 30px;
  color: white;
  background-color: #ff85d2;
  height: auto;
  margin-left: 10px;
}
.text_hder{
  max-width: 830px;
}
.vidbg {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  filter:blur(10px);
 }
.non-blurred{
  filter:none;
}
.ja{
  font-family: "OpenType-ja"
}
.ha-opac{
  opacity: .7;
}
.code-ring{
  padding: 25px;
  border: 4px black;
  border-radius: 5px;
  border-style: dashed;
}
.bodyplus {
  align-items: center;
  /* background-color: #000; */
  display: flex;
  justify-content: center;
  height: 100vh;
}
/* ------------------------- */
.glowing-text {
  -webkit-animation: glowing-text 1s ease-in-out infinite alternate;
  -moz-animation: glowing-text 1s ease-in-out infinite alternate;
  animation: glowing-text 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glowing-text {
  0% {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #2e00e6, 0 0 40px #6300e6, 0 0 50px #c300e6, 0 0 60px #e200e6, 0 0 70px #e600ca;
}

  100% {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}
@-webkit-keyframes shatter {
  0% {
    -webkit-filter: saturate(34%) brightness(83%);
}
50% {
  -webkit-filter: saturate(34%) brightness(60%);
}
  100% {
    -webkit-filter: saturate(34%) brightness(73%);
  }
}
.no-flex{
  flex:none;

}
.button-85 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: #ccd3ff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 32px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 32px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffffcf;
  left: 0;
  top: 0;
  border-radius: 32px;
}
.classred{
 opacity: 1;
 background-image: url('https://cdn2.dropmarkusercontent.com/39456/ea4a850569a2c9c15f0e8352e35d7963a62c8093/redact.svg');
 filter: invert(1);
 animation: 0.5s cubic-bezier(0.36, -2.05, 0.5, 2.33) infinite alternate flash-red;
 background-size: 1.2em;
 background-repeat: repeat-x;
 background-position: bottom;
}
@keyframes flash-red {
0% {
 filter: invert(1);
}
100% {
 filter: invert(0);
}
}
.modal-window {
  backdrop-filter: blur(15px);
  position: fixed;
  background-color: #b5b5b521;
    color: white;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s;
}
 .modal-window:target {
	 visibility: visible;
	 opacity: 1;
	 pointer-events: auto;
}
 .modal-window > div {
   width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2.4em;
    background: #00000075;
        backdrop-filter: blur(4px);
        border: 1px #a9a9a92e solid;
        border-radius: 42px;
    /* animation: 2.4s ease infinite alternate flash-modal;*/
}
@keyframes flash-modal {
  0% {
    box-shadow: 0px 16px 49px 7px rgba(230,60,230, 0.2);
  }
  100% {
    box-shadow: 0px 16px 49px 7px rgba(230,60,230, 0.6);
  }
}
 .modal-window header {
	 font-weight: bold;
}
 .modal-window h1 {
	 font-size: 150%;
	 /* margin: 0 0 15px; */
}
 .modal-close {
	 color: #aaa;
	 line-height: 60px;
	 font-size: 80%;
	 position: absolute;
	 right: 0;
	 text-align: center;
	 top: 0;
	 width: 70px;
	 text-decoration: none;
}
 .modal-close:hover {
	 color: white;
}
 .modal-window > div {
	 /* border-radius: 1rem; */
}
 .modal-window div:not(:last-of-type) {
	 margin-bottom: 15px;
}

.backer:hover{
   -webkit-filter: sepia(0) saturate(100%) hue-rotate(0deg);
}
.backer{
  transition: all 0.4s ease;
-webkit-filter: sepia(0) saturate(20%) hue-rotate(0deg);
}
 small {
	 color: lightgray;
}
 .btn {
	 background-color: white;
	 padding: 1em 1.5em;
	 border-radius: 0.5rem;
	 text-decoration: none;
}
 .btn i {
	 padding-right: 0.3em;
}

.form {
  background: rgba(0,0,0,.4);
  border-radius: 40px;
  box-sizing: border-box;
  height: 500px;
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  width: 320px;

}

.form-pro {
  background: rgba(120, 122, 255,.1);
  border-radius: 40px;
  box-sizing: border-box;
  height: 500px;
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  width: 320px;

}
.title {
  color: #eee;
  font-family: "san-b";
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
}

.subtitle {
  color: #eee;
  font-family: "sans-serif";
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.input-container {
  height: 50px;
  position: relative;
  width: 100%;
}

.ic1 {
  margin-top: 40px;
}

.ic2 {
  margin-top: 30px;
}

.input {
  background-color: #2d2d2d6e;
  border-radius: 32px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  font-size: 18px;
  height: 100%;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%;
}

.cut {
  /* background-color: #2b151f; */
  border-radius: 10px;
  height: 20px;
  left: 20px;
  position: absolute;
  top: -20px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 76px;
}

.cut-short {
  width: 50px;
}

.input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
}
.pro-bg-fill{
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
	background-image: url('library/system/bg-pro.gif');
	color: transparent;
}
.pro-bg-fill-true{
  background-repeat: repeat;
	background-image: url('library/system/bg-pro.gif');
	color: transparent;
}
.serv-bg-fill{
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  -webkit-font-smoothing: antialiased;
	background-image: url('library/system/seflu.gif');
	color: transparent;
}
.placeholder {
  color: #7b656f;
  font-family: "sans-serif";
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 20px;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
  transform: translateY(-30px) translateX(10px) scale(0.75);
}

.input:not(:placeholder-shown) ~ .placeholder {
  color: #808097;
}

.input:focus ~ .placeholder {
  color: #ffffff;
}
.submit {
  background-color: #3b3b3b63;
    border-radius: 32px;
    border: 0;
    box-sizing: border-box;
    color: #dddddd94;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  margin-top: 16px;
  text-align: center;
  width: 100%;
}

.submit:active {
  background-color: #65656563;
}
.submit2 {
background-color: #212121;
  border-radius: 32px;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  margin-top: 18px;
  text-align: center;
  padding-left: 28px;
  padding-right: 28px;
  margin: 6px;
}

.submit2:active {
  background-color: #373737;
}
/* ------------------------- */
.left_pl{
  display: inline-block;
  padding: 5%;
}

.right_pl{
  display: inline-block;
  padding: 5%;
}
.right_pl-gen{
  display: inline-block;
  padding: 5%;
}
.plusbg {
    background: linear-gradient(92deg, #281229,#29121e,#1b1229,#121729,#122229,#122829, #000000);
    background-size: 400% 400%;

    -webkit-animation: ZetsuboGrad 22s ease infinite;
    -moz-animation: ZetsuboGrad 22s ease infinite;
    -o-animation: ZetsuboGrad 22s ease infinite;
    animation: ZetsuboGrad 22s ease infinite;
}
.plusbg-e281 {
    background: linear-gradient(92deg, #291a12, #000000);
    background-size: 400% 400%;

    -webkit-animation: ZetsuboGrad 22s ease infinite;
    -moz-animation: ZetsuboGrad 22s ease infinite;
    -o-animation: ZetsuboGrad 22s ease infinite;
    animation: ZetsuboGrad 22s ease infinite;
}
@-webkit-keyframes ZetsuboGrad {
    0%{background-position:0% 67%}
    50%{background-position:100% 34%}
    100%{background-position:0% 67%}
}
@-moz-keyframes ZetsuboGrad {
    0%{background-position:0% 67%}
    50%{background-position:100% 34%}
    100%{background-position:0% 67%}
}
@-o-keyframes ZetsuboGrad {
    0%{background-position:0% 67%}
    50%{background-position:100% 34%}
    100%{background-position:0% 67%}
}
@keyframes ZetsuboGrad {
    0%{background-position:0% 67%}
    50%{background-position:100% 34%}
    100%{background-position:0% 67%}
}
.bold{
  font-family: "san-b";
}
.huger{
    font-family: "san-b";
}
.no-in{
  display:block;
}
.container {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-top: 50px;
  margin: auto;
  min-height: 100vh; }
.overlay-panel {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  background-color: var(--bg_overlays);
  padding: 10px 15px;
  align-self: start; }
  .overlay-panel ul {
    margin-bottom: 14px; }
  .overlay-panel p {
    word-break: break-word; }
.nick
{
	display: inline;
	cursor: pointer;
}

.mesg
{
	display: inline;
}

.chatd
{
	margin: 0 auto;
	border: 1px dotted white;
	margin-bottom: 5px;
	background: #070707;
	padding: 5px;
}

.info
{
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
}

.edit
{
	border: 1px dotted white;
	width: 594px;
	height: 40px;
	color: #FFFFFF;
	background: #070707;
	margin: 0 auto;
}
#chat-area{ height: 400px; width: 490px; overflow: auto;}


.archive{
  padding: 40px;
  margin: 35px;
}
.right{
  float: right;
}
.left{
  float: left;
}
.archive-el{
  height: 240px;
  overflow: hidden;
}
.archive-el img{
  height: auto;
  width: 150px;
}
.archive-des{
  display: inline-block;
  height: 240px;
  overflow: hidden;
  margin-left: 20px;
}
.archive-des p{
  margin-top: 3px;
  margin-bottom: 3px;
}
.main-cipher{
  padding: 30px;
  border: 2px dashed white;
  max-width: 700px;
  overflow: auto;
}
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(41,40,40,0.8);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(41,40,40,0.4);
}
.container{
  position: relative;
}
.parent {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
}
.block {

  padding-top: 10px;
  padding-bottom: 10px;
}
.block h2{
  margin-top: 0;
}
.easy-diff{
  border-color: #93ff78;
  border-style:double;
}
.normal-diff{
  border-color: #ffd978;
  border-style:double;
}
.hard-diff{
  border-color: #ff7878;
  border-style:double;
}
.no-margin{
  margin: 0;
}
.no-margin-bottom{
  margin-bottom: 0;
}
.no-margin-top{
  margin-top: 0;
}
.less-margin-top{
  margin-top: 4px;
}
.wrapcenter{
  display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 30px;
}
.buttonid{
  border: 1.5px solid white;
  color: black;
  background-color: white;
}
.buttonid a:hover{
  color: White;
  border: 1.5px solid black;
  background-color: black;

}
.linerlib{
border-width: 6px;
  border-radius: 10px;
border-color: #37e3fa;
border-style: double;
/* text-align: center;
overflow: hidden; */
}
.puzzid{
width: 700px;
height: 100px;
border-width: 6px;
border-color: #faf037;
border-style: double;
text-align: center;
overflow: hidden;
}
.puzzid-2{
width: 900px;
height: 500px;
border-width: 6px;
border-color: #f0f783;
border-style: double;
text-align: center;
overflow: hidden;
}
.loadcodes{
  width: 200px;
  height: 300px;
  border-width: 5px;
  border-style: dotted;
  border-color: #8731f7;
  border-radius: 19px;
  overflow-y: scroll;
  margin-right: 20px;
}
.consum{
  overflow-y: hidden;
  border-color: #fa98f7;
}
.anima-bottom{
  animation: 2s ease infinite alternate flash-modal;
}
.pro-feed{
  width: auto;
  height: auto;
  border-width: 3px;
  border-style: double;
  border-color: #8731f7;
    border-radius: 10px;
  overflow-y: scroll;
  background-color:  black;

  margin-right: 20px;
}
.desccodes{
  /* width: 200px; */
  /* height: 300px; */
  text-align: center;
}
.abs{
  position:static;
}
.spectro{
  font-family: "Pixeboy";
  margin: 10px;
  margin-bottom: 10px;
}
.add-mrg-spctr{
  margin-bottom: 10px;
}
.product2 {
      font-size: 15.2px;
      width: 600px;
      height: 106px;
      /* filter: hue-rotate(34deg); */
      /* margin: -38px; */
      border-radius: 38px;
      border-style: solid;
      border-width: 1px;
      margin-top: 10px;
      margin-right: 10px;
      margin-bottom: 14px;
      border-color: #ff2e77;
      background-color: #1a1a1a ;
      display: inline-flex;
}
.toleft{
  text-align: left;
}
.product3{
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  margin-top: 14px;
  margin-bottom: 14px;
  border-color: #ff2e77;
  background-color: #261018;
}
.no-margin-left{
  margin-left: 0;

}
.no-margin-right{
  margin-right: 0;

}
.subtext{
/* text-align: center; */
/* position:relative;
bottom: 22px; */
margin: 10px;
text-align: left;
vertical-align: top;
}
.subproduct2{
  margin: 10px;
  text-align: left;
  vertical-align: top;
}
.subproduct{
  margin: 10px;
}
.title_alt_1{
  width: 350px;
}

.subproduct2 img{
  border-radius: 10px;
  border-style: dashed;
  border-width: 2px;
  border-radius: 10px;
}
.subproduct img{
  border-radius: 10px;
  border-style: dashed;
  border-width: 2px;
  border-radius: 10px;
}
.status0x{
  animation: statusxx 3s infinite;

  position: relative;
  opacity: 100%;
}
.status1x{
  animation: statusyx 7s infinite;
  animation: statusxx 7s infinite;
  position: absolute;
  opacity: 0%;
  z-index: 100;
  top: 249px;
  left: 850px;
}
@keyframes statusxx {
  0% {
    opacity: 0%;
  }
  50% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}
@keyframes statusyx {
  0% {
    opacity: 0%;
  }
  25% {
    opacity: 100%
  }

  50% {
    opacity: 0%;
  }
  100% {
    opacity: 0%
  }

}
.smol-mono{
  font-size: 12px;
  font-size: small;
  font-family: monospace;
}
.smol{
  font-size: 12px;
}
.progroad{
  width: 75vw;
  /* border: white solid 2px; */
  text-align: center;
  overflow: hidden;
  height: 280px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space:nowrap;
}
.statu{
  font-size: 13.5px;
  width: 500px;
  border: 1px solid white;
  padding: 10px;
  margin: 20px;
}
.progelement{
  border: white 4px;
  border-style: solid;
  white-space:nowrap;
}
.not-so-small{
  font-size: 14px;
}
.prog-bg-locked{
  background-image: url('library/system/prog-bg-locked.gif');
}
.prog-bg15{
  background-image: url('library/system/prog-bg-smol15.gif');
}
.prog-bg14{
  background-image: url('library/system/prog-bg-smol14.gif');
}
.prog-bg13{
  background-image: url('library/system/prog-bg-smol13.gif');
}
.prog-bg12{
  background-image: url('library/system/prog-bg-smol12.gif');
}
.prog-bg11{
  background-image: url('library/system/prog-bg-smol11.gif');
}
.prog-bg10{
  background-image: url('library/system/prog-bg-smol10.gif');
}
.prog-bg9{
  background-image: url('library/system/prog-bg-smol9.gif');
}
.prog-bg8{
  background-image: url('library/system/prog-bg-smolr8.gif');
}
.prog-bg7{
  background-image: url('library/system/prog-bg-smol7.gif');
}
.prog-bg6{
  background-image: url('library/system/prog-bg-smol6.gif');
}
.prog-bg5{
  background-image: url('library/system/prog-bg-smol5.gif');
}
.prog-bg4{
  background-image: url('library/system/prog-bg-smol4.gif');
}
.prog-bg3{
  background-image: url('library/system/prog-bg-smol3.gif');
}
.prog-bg2{
  background-image: url('library/system/prog-bg-smol2.gif');
}
.prog-bg1{
  background-image: url('library/system/prog-bg-smol1.gif');
}
.liner{
  margin:10px;
  height: 3px;
  width: 100px;
  background-color: white;
}
.progpic{
  margin: 10px;
  padding: 30px;
  border: white double 4px;
  border-style: dotted;
    border-radius: 10px;
  background-color: black;
  opacity: 80%;
}
.accent1{
  background-color: #23332b;
}
.accent2{
  background-color: #fc4e9d;
}
.accent3{
  background-color: #332323;
}
.accent4{
  background-color: #c84efc;
}
.accent5{
  background-color: #4ed1fc;
}
.accent6{
  background-color: #f5736e;
}
.accent7{
  background-color: #805d42;
}
.accent8{
  background-color: #232833;
}
.tv{
  position:static;
  width:75%;
  height:95vh;
  overflow: hidden;
  /* background-color: white; */
  float: right;
  margin: 50px;
}
.tv iframe{
  padding: 10px;
}
.sidebar-tv{
  position:absolute;
  height: 115vh;
  background-color: #61102c;
  width: 230px;
}
.thread-tv{
  padding: 20px;

}
.text-tv{
  float: right;
  padding-left: 15px;
}
.edb139xx-null{
  border: 2px dashed #ff1428;
  background-color: #823037;
    border-radius: 10px;
  width: 95%;
  margin: 20px auto;
  padding: 30px;
}
.edb139xx-obj{
  border: 2px dashed #ff1428;
    border-radius: 10px;
  background-color: #823037;
  width: 95%;
  margin: 20px auto;
  padding: 30px;
}
.edb139xx-r{
  border: 2px dashed #ff1428;
  background-color: #6e2026;
    border-radius: 10px;
  width: 95%;
  margin: 20px auto;
  padding: 30px;
}
.nt0{
border-style: double;
width: 80%;
  border-radius: 10px;
border: 2px double #ff1428;
background-color: black;
}
/* .nt1{
  height: 250px;
}
.nt2{
  height: 105px;
} */
.edb139xx-null img,.edb139xx-null h3,.edb139xx-r img,.edb139xx-r h3{
  float: left;
}
.edb139xx-null pre,.edb139xx-r pre{
  margin-left: 60px;
  clear: both;
  text-align: left;
}
.bvd{
font-size:85px;
font-style:bolder;
}
.usr{
  border: 6px double #47fff0;
  background-color: #369c93;
  margin: 20px auto;
  padding: 30px;
  clear: both;
  color: #7dfff4;
    border-radius: 10px;
  font-size: 20px;
  font-weight: bolder;
}
.usr_all{
  width: 80%;
  float: left;
}
.usr_el{

}
.lbb-2{
  display: inline-block;
}
.in{
  display: inline-block;
}
.snn-q{
 /* font-size: 50px; */
  margin: 0;
  margin-top: 15px;
  display: inline-block;
}
.snn-qq{
  font-size: 50px;
  margin: 0;
  margin-top: 15px;
  display: inline-block;
}
.snn-qqc{
  margin: 0;
  margin-top: 15px;
  display: inline-block;
}
.sprlrgg{
  font-size:200px;
}
.q2xdf{
  color: white;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 1520px) {
    #hd1520 {
        display: none;
    }
    #hd1520_2{
      display: none;
    }
    #hd1520_3{
        height: 5vh;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        opacity: 1.0;
        border-style: double;
        border-radius: 60px;
        border: 6px double #ff2b3d;
        background-color: #240e0e;
        color: #ffa3a3;
        width: 400px;
        margin: 5% auto;
        padding: 30px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 544px) {
    #hd1520_A{
      display: none;
    }
    #hd1520_4{
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          /* justify-content: center; */
          opacity: 1.0;
          /* border: 6px double #ff2b3d; */
          background-color: black;
          color: white;
          padding: 22px;
          overflow: hidden;
          flex-direction: column;
          min-height: 93vh;
          overscroll-behavior: contain;
    }
}
@media only screen and (max-width: 880px) {
    #hd800 {
        width:auto;
    }
    #hd800h{
      /* width: 100px; */
      opacity: 1.0;
      display: block;
    }
}
.mob-s{
  width: 60%;
}
@media only screen and (max-width: 1700px) {
    #hd1700 {
        display: none;
    }
}
.warnmob{
  display: none;
}
.edb139xx-2q{
  /*pointer-events: none;*/
      opacity: 1.0;
      border-style: double;
      border: 2px solid #a9a9a93d !important;
      border-radius: 51px;
      background-color: black;
      color: white;
      width: 60%;
      margin: 5% auto;
      padding: 30px;
      height: 65vh;
      margin-right: 5%;
      scroll-behavior: smooth;
      overflow: auto;
      display: inline-block;
}

.button-54 {
  margin: 5px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffb0e2;
  cursor: pointer;
  border: 3px solid;
  padding: 0.25em 0.5em;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-54:active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
}

@media (min-width: 768px) {
  .button-54 {
    padding: 0.25em 0.75em;
  }
}

.button-64 {
  align-items: center;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  border: 0;
  border-radius: 10px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.button-64:active,
.button-64:hover {
  outline: 0;
}

.button-64 span {
  background-color: rgb(5, 6, 45);
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.button-64:hover span {
  background: none;
}
.edb139xx-2q-r{
 /* pointer-events: none; */
  opacity: 1.0;
  border-style: double;
  border: 6px double #ff2b3d;
  border-radius: 25px;
  background-color: black;
  color: white;
  width: 60%;
  margin: 5% auto;
  padding: 30px;
  height: 65vh;
  overflow-y: scroll;
  display: inline-block;
}
.buttons{
  padding: 10px;
  border-style: double;
  border: 6px double #8affbd;
  border-radius: 10px;
  background-color: black;
  color: white;
  width: 63.9%;
}
.edb139xx-2q-main{
      border: 2px solid #a9a9a93d !important;
      border-radius: 51px;
      background-color: black;
      color: white;
      width: 20%;
      margin: 5% auto;
      padding: 30px;
      height: 65vh;
      margin-left: 5%;
      overflow: hidden;
      display: inline-block;
      text-align: center;
}
.progress-bar {
	width: 99%;
	background-color: #151f2e;
	padding: 3px;
	border-radius: 25px;
	}

.progress-bar-fill {
	display: block;
	height: 22px;
	background-color: #5f58ed;
	border-radius: 25px;

	}
.progress-bar-2 {
  width: 99%;
  background-color: #2e1616;
  padding: 3px;
  border-radius: 25px;
	}

.progress-bar-fill-2 {
  display: block;
  height: 22px;
  background-color: #ed5858;
  border-radius: 25px;

  }
.breaker{
  float: none;
}
.left_bar{
  display: inline;
  float: left;
}
.rght_bar{
  display: inline;
  float: right;
}
.cntr_bar{
  display: inline;
  float: none;
}
.q238cvx{
  color: black;
  text-decoration: none;
}
.q238cvx:hover{
  color: red;
  background-color: white;
}
.co2271{
  margin: 20px;
  padding: 20px;
  border: 1px solid white;
  background-color: black;
  width: 50%;
}
p{

}
.a11111111111111111c-330pw{
  color: black;
}
.co-ms2821{
  border: 1px solid white;
  background-color: black;
  width: 60%;
  margin: 30px;
  padding: 30px;
  height: 60px;
}
h1,h2{

}
h3{
  margin: 10px;
}
.huge{
font-size:200px;
}
.huge2{
font-size:60px;
font-style: italic;
}
pre{
  /* margin-bottom: 30px; */
 /* text-align: center;  */
}
.co2271-qqq{
  margin: 20px auto;
  padding: 20px;
  border: 1px solid white;
  background-color: black;
  width: 100%;
  float: right;
}
.glas_{
  padding: 30px;
      width: auto;
      height: auto;
      backdrop-filter: blur(5px);
      background: radial-gradient(circle, #6fc5bb00 16%, #4b4b4b3d 100%);
      /* background-color: rgba(255, 255, 255, 0.1); */
      border-radius: 70px;
      border: 1px solid #14393b24;
}
/* .glas_::before{
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 150%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 32px;
} */
.a11111111111111111c-330pw-qqq{
  color: black;
  float: right;
}
.down{
  zoom: 0.9;
    opacity: 0.6;
}
.news-upd{
  width: 700px;
    margin-top: -10px;
    margin-bottom: 10px;
    color: #ffc9fd;
    background: #0b050b;
border-radius: 19px;
padding: 5px;
}
.pwrd-by{
  padding: 13px;
  border-radius: 50px;
  width: 220px;
  height: auto;
  background-color: #b9b9b933;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.lrgg{
font-family: "san-b";
font-size: 60px;
}
.no-lrgg{
  font-family: "san-b";
}
.lcck{
width: 60%;
height: 20px;
}
.co-ms2821-qqq{
  border: 1px solid white;
  background-color: black;
  width: 60%;
  margin: 30px;
  padding: 30px;
  height: 60px;
  float: right;
}
@-webkit-keyframes blink {
  100% { color: rgba(34, 34, 34, 0); }
}
@keyframes blink {
  100% { color: rgba(34, 34, 34, 0); }
}
@-webkit-keyframes blinker {
  50% {
    opacity: 0.5;
  }
}
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}
a{
  text-decoration: none;
  color: white;
  transition: transform .2s, opacity .2s;
}
a:hover{
  /* color: #b5b5b5; */
  /* transform: scale(1.05); */
  /* animation: blinker 0.4s linear infinite; */
  opacity: 78%;
    transition: transform .2s, opacity .2s;

}
.rd{
  color: red;
}

ation: none;
  color: black;
}
