@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #194452 #262626;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 6px;
  }

  *::-webkit-scrollbar-track {
    background: #00000000;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #151824;
    border-radius: 10px;
    border: 0px solid #ffffff;
  }


.infoperson
{
  position: relative;
  height: 90px;
  color: #6a7789;
  border-bottom: 1px solid #0b0f16;
  width: 92%;
  padding: 1px;
  margin-bottom: 19px;
}

#countonlines
{
    color: #5ed662;
    font-size: 13px;
    margin-left: 4px;
    position: relative;
    top: -3px;
}
.bubblelistrev
{
  height: 361px;
    overflow: scroll;
}
#bubblelistinfo
{
    height: 301px;
    overflow: scroll;
}
.ronly
{
    background: linear-gradient( 
        45deg, #7e181824, #3922227d);
            opacity: 0.4;
}

.textareapro
{
    background: #0000004d;
    height: 178px;
    width: 92%;
    padding: 9px;
    max-width: 400px;
    margin-top: 4px;
    border: 2px groove #292c39;
    box-shadow: 0px 0px 3px black;
    color: #84c9ff;
    text-align: center;
    font-family: 'Roboto Condensed';
    font-size: 16px;
}
body {
	margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
	position: fixed;
	overflow: visible;
	font-size: .9rem;
    width: 100%;
    height: 100%;
    background: #0d0d13;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: center;
    background-position: fixed;
    font-size: inherit;
    position: fixed;
    overflow: hidden;
    line-height: 1.25;
    color: #000;
}
.imgbubble
{
    position: absolute;
    height: 42px;
    filter: invert(1);
    margin-top: -2px;

}
.userabout
{
    font-size: 15px;
    color: #e7feff;
    margin-top: -8px;
}
.usereditorimg
{
    position: relative;
    height: 60px;
    top: -21px;
    opacity: 0.9;
    filter: invert(1);
    margin-top: -2px;
}
.ubt
{
  padding: 8px;
  background: #1a1528;
  width: 101px;
  border-radius: 3px;
  position: relative;
  margin-left: 2px;
  margin-top: 4px;
  display: inline-block;
  margin-bottom: 4px;
}

.swarn
{
    display:none;
    position: absolute;right: 5px;top: 8px;
    background: linear-gradient(45deg, #ff0000b8, #ff006882);
    padding: 2px;border-radius: 60px;
    width: 19px;
    font-size: 16px;
    text-align: center;
}
.inputuitree
{
    padding: 7px;
    position: relative;
    border: 0px;
    background: #10141c;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 9px;
    color: #888;
    width: 207px;
}
.sshuserdialog {
  width: 95%;
  max-width: 800px;
  height: 462px;
  border-radius: 7px;
  margin-top: 40px;
  background: rgb(7, 10, 17);
  left: 50%;
  top: 44%;
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  transform: translate(-50%, -50%);
}
.idbubble
{
    margin-left: 60px;
    font-size: 14px;
}
:focus {outline:none;}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
  }
  .success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid white;
  }
  .success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
  }
  .success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
  }
  .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    transform: rotate(-45deg);
  }
  .success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: white;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
  }
  .success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
  }
  .success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
  }
  .success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid white;
  }
  .success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
  }
  
  @keyframes rotate-circle {
    0% {
      transform: rotate(-45deg);
    }
    5% {
      transform: rotate(-45deg);
    }
    12% {
      transform: rotate(-405deg);
    }
    100% {
      transform: rotate(-405deg);
    }
  }
  @keyframes icon-line-tip {
    0% {
      width: 0;
      left: 1px;
      top: 19px;
    }
    54% {
      width: 0;
      left: 1px;
      top: 19px;
    }
    70% {
      width: 50px;
      left: -8px;
      top: 37px;
    }
    84% {
      width: 17px;
      left: 21px;
      top: 48px;
    }
    100% {
      width: 25px;
      left: 14px;
      top: 45px;
    }
  }
  @keyframes icon-line-long {
    0% {
      width: 0;
      right: 46px;
      top: 54px;
    }
    65% {
      width: 0;
      right: 46px;
      top: 54px;
    }
    84% {
      width: 55px;
      right: 0px;
      top: 35px;
    }
    100% {
      width: 47px;
      right: 8px;
      top: 38px;
    }
  }

#resultfinish
{
    
    height: 33%;
}
.initialtxt
{
    
    position: absolute;
    color: rgb(45 45 45);
    font-size: 14px;
    left: 94px;
    top: 45px;
    width: 400px;
    text-align: left;
    font-family: sans-serif;
}

#releaseid
{
    position: absolute;
    bottom: 3px;
    text-align: center;
    color: white;
    font-size: 11px;
    opacity: 0.3;
    width: 100%;
}
.announcetitle
{
  margin-bottom: 10px;
  border-bottom: 1px solid #373158;
  width: 80%;
  color: cadetblue;
  font-size: 18px;
}

.announcetime
{
  font-size: 11px;
  margin-bottom: 5px;
  color: currentColor;
  margin-top: -3px;
}
.announcemsg
{
  padding: 5px;
    background: linear-gradient( 
45deg
, #0e101b, #1d152bdb);
    border-radius: 5px;
    text-align: left;
    padding-left: 24px;
    font-size: 15px;
    padding-bottom: 8px;
    padding-top: 8px;
    margin-bottom: 7px;
}

.ocean {
    height: 5%;
    width: 100%;
    position: absolute;
    filter: hue-rotate(
445deg);
    bottom: -55px;
    left: 0;
    background: #015871;
    opacity: 0.1;
  }
  
  .wave {
    background: url(https://cdn.kcak11.com/codepen_assets/wave_animation/wave.svg) repeat-x;
    position: absolute;
    top: -128px;
    width: 6400px;
    height: 198px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
  }
  
  .wave:nth-of-type(2) {
    top: -175px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
  }
  
  @keyframes wave {
    0% {
      margin-left: 0;
    }
    100% {
      margin-left: -1600px;
    }
  }
  @keyframes swell {
    0%,
      100% {
      transform: translate3d(0, -25px, 0);
    }
    50% {
      transform: translate3d(0, 5px, 0);
    }
  }
  .endWave{
      display:none;
  }
.svstatic
{
    margin-bottom: 3px;
    color: #b5c8d1;
    background: linear-gradient( 
65deg, #0e0e14a3, #120d168c);
    margin-left: -18px;
    padding: 7px;
    padding-left: 12px;
    border-radius: 8px;
    border-right: 15px solid #23153a;
}

#getipsadd
{
    color: #9c27b0;
    text-shadow: 0px 0px 25px #7b1391;
    font-size: 56px;
    opacity: 0.44;
}
#getstatistics
{
    font-size: 14px;
    margin-top: 7px;
    color: #c4c4c4;
}
.estimateduse
{
    font-size: 20px;
    margin-bottom: -27px;
    font-weight: 100;
    color: #a8c8e1;
}
.classicmoon
{
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 46%;
  height: 83%;
  text-align: center;
  width: 100%;
  overflow-y: scroll;
}
.fxmore
{
    
    width: 74%;
    height: 83%;
    border-radius: 10px;
    background: #00000045;
    display: inline-block;
    position: relative;
    left: 5px;
    top: 14%;
    overflow: visible;
}

.itemsxv
{
    background: #0000006b;
    position: absolute;
    left: 13%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 5%;
    height: 70px;
    width: 70px;
    filter: invert(1);
    border-radius: 20px;
    background: url(/promise/img/head.svg), #f5f2f2a3;
    background-size: 58%;
    background-position: 16px;
    background-repeat: no-repeat;
}
.kshellbubble
{
    background: url(/promise/img/cow.svg), linear-gradient( 
        24deg, #0d0d15, #232220);
            background-size: 100% 100%;
            height: 69px;
            padding: 5px;
            margin-bottom: 2px;
            color: #fff;
            margin-top: 4px;
            border: 1px solid #161010;
            border-radius: 6px;
}
#kshellconsole
{
    height: 300px;
    background: linear-gradient(
45deg, black, transparent);
    width: 98%;
    border-radius: 5px;
    color: #3bff55;
    font-size: 13px;
    overflow: scroll;
    text-align: left;
    overflow-x: hidden;
    padding: 4px;
}
.sbubble
{
    position: relative;
    display: inline-block;
    font-size: 15px;
    margin-left: 2px;
    color: #bbdfdf;
}
.pageimg
{
    height: 76px;
    filter: invert(1);
}
.pageimgz
{
    height: 76px;
}
.flag-discount {
    border-radius: 6px 0 0 6px;
    color: #fff;
    display: block;
    float: left;
    padding: 10px 20px;
    background: #93274f;
    font-size: 20px;
    font-weight: 400;
    position: relative;
}
.flag-discount::before,
.flag-discount::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    display: block;
}
.flag-discount::before {
    top: 0;
    border-width: 22px 15px 0 0;
    border-color: #93274f transparent transparent transparent;
}
.flag-discount::after {
    bottom: 0;
    border-width: 0 15px 22px 0;
    border-color: transparent transparent #93274f transparent;
}
.inverticon
{
    filter: invert(1);
}
.lbubble
{
    margin-left: 60px;
    position: relative;
    display: inline-block;
    font-size: 15px;
}
.mbubble
{
  padding: 13px;
  margin-top: 7px;
  background: #0e111bc7;
  width: 90%;
  max-width: 600px;
  position: relative;
  text-align: left;
  color: #c1e0ffd4;
  padding-left: 16px;
  height: 54px;
  border-radius: 3px;
}
.createdtxt
{
    width: 248px;
    text-align: left;
    margin-top: 9px;
    color: cadetblue;
    font-size: 18px;
    font-weight: 600;
}
.mbcount
{
    font-size: 30px;
    margin-bottom: -27px;
    position: absolute;
    font-weight: 100;
    left: 100px;
    top: 67px;
    color: #d2f9ff;
}
.linkbtx
{
    font-size: 21px;
    margin-top: 30px;
    color: #f2e1ffe0;
}
.linkbt
{
    height: 19px;
    padding-right: 6px;
    position: relative;
    top: 2px;
    margin-left: -4px;
    filter: invert(1);
}
.lnd
{
    background: linear-gradient(236deg, rgba(29, 61, 70, 0.30980392156862746), rgba(0, 0, 0, 0.79), #04090c, #091119e3), url();
    background-size: 100% 100%;
}

.usereditor
{
    width: 100%;
    height: 100%;
    left: 50%;
    background: #00000033;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: fixed;
    transform: translate(-50%, -50%);
}

.attrdescsmall
{
    color: #9e9e9e;
    font-size: 13px;
    margin-top: 2px;
}
.attrbubble
{
    padding: 4px;
    text-align: left;
    position: relative;
    background: #0b0f16;
    height: 54px;
    border-bottom: 1px solid #123754;
    font-size: 14px;
}
.rkbubble
{
  position: absolute;
  background: #2a3660;
  height: 43px;
  width: 55px;
  text-transform: uppercase;
  border-radius: 60px;
  text-align: center;
  font-size: 28px;
  padding-top: 10px;
  left: 7px;
  top: 25px;
}
.infops
{
  position: relative;
  display: inline-block;
  width: 33%;
  margin-top: 4px;
}
.addonbt
{
  background: #368139;
    width: max-content;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: -29px;
    top: -34px;
    left: 34%;
    position: relative;
}
.attributes
{
    height: 123px;
    width: 96%;
    margin-bottom: 3px;
    background: #0c0a0ead;
    overflow-y: scroll;
    position: relative;
    overflow-x: hidden;
    border-radius: 3px;
}

.reveditor
{
    width: 100%;
    height: 100%;
    left: 50%;
    background: #00000033;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: fixed;
    transform: translate(-50%, -50%);
}

.revattr
{
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -webkit-transform: translate(-50%, -50%);
    position: fixed;
    transform: translate(-50%, -50%);
}

.closebutton
{
  position: absolute;
    right: 0px;
    bottom: 2px;
    background: #812626;
    padding: 5px;
    border-radius: 5px;
    width: 76px;
}
.biginfo
{
  position: absolute;
  top: 5px;
  right: 4px;
  color: burlywood;
}
.littleicon
{
  position: absolute;
  left: -6px;
  padding: 5px;
  background: #4a1a89;
  box-shadow: 0px 0px 12px black;
  font-size: 17px;
  width: 24px;
  top: -10px;
  text-transform: uppercase;
  border-radius: 60px;
}
.littleinfo
{
  font-size: 12px;
  position: absolute;
  bottom: 5px;
  left: 6px;
  text-shadow: 0px 0px 3px black;
}
.littleline
{
  background: #2196f3;
  width: 6px;
  height: 83px;
  position: relative;
  border-radius: 60px;
  margin-top: -47px;
  z-index: -1;
  box-shadow: 0px 0px 11px cyan;
}
.littleinfox
{
  font-size: 12px;
  position: absolute;
  bottom: 22px;
  left: 6px;
  text-shadow: 0px 0px 3px black;
}

.structureborder
{
  height: 50px;
  border: 3px solid #182239;
  width: 90%;
  padding: 12px;
  position: relative;
  overflow: scroll;
  height: 65%;
  border-radius: 10px;
    display:none;
}
.cardcontent
{
  background: #0e1424;
  width: 93%;
  margin-bottom: 2px;
  position: relative;
  display:inline-block;
  height: 54px;
  border-radius: 5px;
}
.structurecontent
{
  transform: translate(-50%, -50%);
  height: 80%;
  width: 97%;
  left: 50%;
  top: 50%;
  position: fixed;
  z-index:1;
}

.usersview
{
  position: absolute;
    right: 5px;
    bottom: 3px;
    font-size: 14px;
    background: #1e5020;
    padding: 3px;
    border-radius: 3px;
}
.structureimg
{
  position: fixed;
  left: 0px;
  height: 300px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  filter: invert(1);
  opacity: 0.01;
}

.structuretitle
{
  font-size: 34px;
  margin-top: -20px;
  text-shadow: 0px 0px 5px black;
  border-radius: 10px;
}


.blackscreenup
{
  width: 100%;
  height: 100%;
  left: 50%;
  background: #0b15219e;
  -webkit-backdrop-filter: blur(3px);
  /* backdrop-filter: blur(3px); */
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  position: fixed;
  transform: translate(-50%, -50%);
}

#whitelist
{
    font-size: 14px;
    color: #91a4dc;
}

#getusercreate
{
    font-size: 56px;
    opacity: 0.44;
    text-shadow: 0px 0px 25px #00b6ce;
    color: #00bcd4;
}
#getrevscreate
{
    font-size: 56px;
    opacity: 0.44;
    color: #c4f4ff;
    text-shadow: 0px 0px 25px #2affe7;
}
#getusersonline
{
    font-size: 56px;
    opacity: 0.44;
    color: #c6ff84;
    text-shadow: 0px 0px 25px #b0ff54;
}
.svprepare
{
    height: 15px;
    margin-left: 4px;
    margin-right: 6px;
    margin-top: 5px;
    position: relative;
    top: 2px;
    filter: hue-rotate(545deg) brightness(10.5);
}
.userinfo
{
    width: 100%;
    height: 100%;
    left: 50%;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: fixed;
    transform: translate(-50%, -50%);
}
.icnpass
{
    height: 19px;
    opacity: 0.4;
    left: 15%;
    top: 58%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.icnuser
{
    height: 19px;
    opacity: 0.4;
    left: 15%;
    top: 47%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1;
}
#dwresource
{
    height: 0px;
    position: absolute;
    width: 1px;
    z-index: 7;
    top: 5px;
    left: 5px;
    overflow: hidden;
}
.reconnectbt
{
    padding: 11px;
    background: #bcbcbd;
    width: 200px;
    color: black;
    position: absolute;
    left: 50%;
    border-radius: 5px;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ltxt
{
    top: 76.5% !important;
     width: 250px !important;
     white-space: nowrap;
      overflow: hidden; 
     text-overflow: ellipsis;
}
.icnd
{
    position: relative;
    height: 120px;
    filter: invert(1);
}
.disconnectp
{
        position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #101319;
    width: 380px;
    height: 400px;
    border-radius: 10px;
    text-align: center;
    color: white;
    font-size: 24px;
}

#disconnect
{
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    backdrop-filter: blur(4px);
    z-index: 11111;
    background: #0000005c;
}
.tclosz
{
    display: inline-block;
    padding: 4px;
    background: #b73a3a;
    width: 17px;
    height: 17px;
    text-align: center;
    font-size: 14px;
}
.tminz
{
    
    display: inline-block;
    padding: 4px;
    background: #291d66;
    width: 17px;
    height: 17px;
    text-align: center;
    font-size: 14px;
}
.toolbar
{
    position: fixed;
    top: -36px;
    right: 3px;
    background: #141a27;
    border: 1px solid #111;
    text-align: center;
    padding: 4px;
    border-radius: 5px;
    box-shadow: 1px 1px #0000001a;
}
.search {
  padding: 12px;
  border: 0px;
  border-radius: 5px;
  font-size: 15px;
  background: linear-gradient(
45deg, #111722, #232d3d94);
  width: 250px;
  display: inline-block;
  color: #d1c8c8;
}
.searchimg
{
    height: 31px;
    position: relative;
    top: 9px;
    filter: invert(1) brightness(0.5);
}
.atlantusicon
{
  transition: transform .2s; /* Animation */
  height: 26px;
  opacity: 0.81;
  position: relative;
  margin-left: 24px;
  display: block;
  margin-top: 23px;
}
.atlantusicon:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

  .useron
  {
    background: #4dd353; height: 16px; width: 16px; position: absolute; border-radius: 60px; 
    margin-left: 8px; box-shadow: 0px 0px 13px 0px #00ff0e; margin-top: 0px; top: 5px; right: 9px;
  }
  .useroff
  {
    background: #fdfdfd;
    height: 16px;
    width: 16px;
    position: absolute;
    border-radius: 60px;
    margin-left: 8px;
    box-shadow: 0px 0px 13px 0px #000000;
    margin-top: 0px;
    top: 5px;
    right: 9px;
    opacity: 0.2;
  }
.atlh2
{
    font-size: 20px;
    margin-top: 20px;
    color: #999;
}
.connectcheckp
{
    margin-left: 60px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: aquamarine;
}
.bubblecheck
{
    margin-bottom: 15px;
    background: linear-gradient( 
45deg, #00000047, transparent);
    width: 95%;
    border-radius: 5px;
    padding: 5px;
}
.bubblep
{
    color: #ffffffc2;
    padding: 5px;
    background: linear-gradient( 
45deg, #19191d36, #0f21253d);
    height: 100px;
    border-radius: 8px;
    width: 86%;
    position: relative;
    left: 3%;
    font-size: 20px;
    text-align: left;
    margin-top: 9px;
    padding-left: 18px;
}

.pmessage
{
    color: #afafaf;
    font-size: 17px;
    margin-bottom: 20px;
}
.notification
{
    position: fixed;
    height: 53px;
    text-align: center;
    display: none;
    width: 300px;
    background: #0f121b;
    border-radius: 2px;
    bottom: 19px;
    right: 5px;
    padding-top: 13px;
    z-index: 2;
    color: #cacade;
    border: 2px solid #0b0e16;
    font-size: 16px;
}

.mainexperience
{
    position: fixed;
    left: 0px;
    top: 5%;
    height: 91%;
    text-align: center;
    width: 100%;
}

.inputuitwo
{
    padding: 10px;
    position: relative;
    border: 0px;   
     background: linear-gradient( 
        45deg, #0f1621, #222e39bd);
    border-radius: 5px;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #888;
    width: 207px;
}

.blurbg
{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #0b080d2e;
    z-index: 0;
    background-size: 107% 105%;
}
.btpn
{
    padding: 11px;
    margin-top: 10px;
    background: linear-gradient( 
271deg, #11141fcc, #17162394);
    width: 200px;
    position: relative;
    border-radius: 4px;
    font-size: 20px;
}

.sl1
{
    padding: 12px;
    font-size: 17px;
    margin-top: 5px;
    border-radius: 5px;
    background: linear-gradient( 
        45deg, #0f1621, #222e39bd);
    color: #888;
    width: 244px;
    border: 2px solid #374850;
    margin-bottom: 7px;
}

.imglogout
{
    height: 16px;
    position: absolute;
    right: 47px;
    top: 1px;
    filter: invert(1) brightness(0.8);
}
.logoutclassic
{
    position: absolute;
    right: 0px;
    top: 16px;
    color: #b9b9b9;
}
.topimg
{
    opacity: 0.88;
    margin-top: 20px;
}
.readpage
{
    position: absolute;
    color: #e1e8ffdb;
    padding-top: 11px;
    font-size: 17px;
    text-align: center;
    width: 98%;
    height: 97%;
    left: 3px;
    overflow: scroll;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.logged
{
    display: none;
}

#items
{
    position: fixed;
    width: 74px;
    height: 83%;
    display: inline-block;
    border-radius: 10px;
    background: #00000045;
    position: relative;
    left: 4px;
    margin-left: -5px;
    top: 14%;
}
#atlantusmain
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient( 
355deg, #000000, #000000, #140f18, #0d121d);
    background-size: 200% 200%;
    border-radius: 8px;
}

.helloman
{
    
    position: absolute;
    color: #4b4949;
    font-size: 21px;
    left: 84px;
    background: linear-gradient( 
48deg, #1618220f, #25252500, transparent);
    top: 18px;
    width: 300px;
    height: 46px;
    text-shadow: 0px 0px 24px #ffffff99;
    text-align: left;
    padding-top: 3px;
    padding-left: 7px;
    border-radius: 8px;
}
.smenu
{
    padding: 3px;
    color: #dee3e4;
    margin-top: 12px;
    margin-left: -3px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    width: max-content;
    text-align: center;
}

.notchtop
{
    width: 97%;
    height: 49px;
    top: -40px;
    position: relative;
    margin-top: -39px;
    z-index: 0;
    border-radius: 8px;
}

#notch
{
    background: linear-gradient(
        45deg, #1b1c1f, #23252b);
            width: 100%;
            height: 50px;
            position: fixed;
            width: 95%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            top: 5%;
            left: 50%;
            border-radius: 5px;
}

.wronguser
{
    color: #e0e0e0;
    left: 50%;
    top: 95%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    display:none;
}

#loneloading
{
   
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
  background: #0f0b146b;

}

.abasx
{
    cursor: pointer;
    position: sticky;
    margin-left: 8px;
    background-color: rgba(35, 54, 70, 0.4);
    color: white;
    width: 38%;
    display: inline-block;
    font-size: 13px;
    padding: 2px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    text-align: center;
}
.posmk
{
    position: absolute;
    left: 6px;
    width: 49%;
}
.faded
{
        position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
}
.dialogobox
{
    position: sticky;
    height: 40%;
    display: table;
    margin: 0 auto;
    top: 28%;
    padding: 3px;
    z-index: 10;
    align-content: center;
    width: 50%;
    border-radius: 5px;
    color: white;
    background: linear-gradient(236deg, rgba(29, 61, 70, 0.30980392156862746), rgba(9, 12, 25, 0.76), #04090cc7, #091119b0), url(/../_resources/assets/_images/bg.png?ss);
    border: 2px solid #2f3748;
}
.perfilsize
{
     margin-top: 8px;
    width: 55%;
    height: 60%;
    position: absolute;
    right: -9px;
    top: 22px;
}
.loadlogo
{
background: url(load.png?3d);
    height: 37%;
    margin-top: 10%;
    border-radius: 12rem;
    max-width: 150px;
    max-height: 142px;
    display: inline-block;
    width: 27%;
    background-size: 100% 100%;
    border: 11px solid #0e1e1d;
}
.ftuser
{
        width: 72px;
    position: relative;
    height: 72px;
    top: 9px;
    background: #000000a1;
    border-radius: 60px;
}
.classicbt
{
  left: 50%;
  top: 82%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px;
  position: absolute;
  color: white;
  background: #252f3a;
  width: 150px;
  text-align: center;
  border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 25px;
}
.inputui
{
  left: 50%;
    top: 47%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    position: absolute;
    border: 0px;
    background: #111117;
    border-radius: 5px;
    font-size: 18px;
    color: #888;
    padding-left: 38px;
    width: 251px;
}
#authatlantus
{
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 412px;
  background: linear-gradient( 
45deg, #00000030, #00000014);
  position: absolute;
  width: 388px;
  max-width: 500px;
  border-radius: 15px;
  display: none;
}
.atlantuslogo
{
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 211px;
    position: absolute;
}
.loadtxt
{
  left: 50%;
  top: 82.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  font-weight: 100;
  font-size: 12px;
  color: #d2d2d2;
  margin-top: -71px;
}
.loadprogresso
{
  position: absolute;
  left: 50%;
  top: 70%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
  height: 15px;
  background: #00000061;
  border-radius: 100px;
}

.loadpercent
{
  background: #fbfcfb;
  height: 100%;
  width: 3%;
  -webkit-transition: width 2s;
  transition: width 2s;
  position: absolute;
}
div.tab button {
	background-color: rgba(255, 255, 255, .4);
	border: none;
	outline: 0;
	cursor: pointer;
	padding-left: .2rem;
	font-size: .93333rem;
	border-top: 1px solid rgba(192, 192, 192, .8);
	border-radius: 0 0 .53333rem .53333rem;
	height: 88%;
	line-height: 88%;
	font-weight: 700
}

div.tab button:active {
	color: inherit
}

div.tab button.active {
	border: 1px solid rgba(255, 255, 255, .4);
	border-top: 1px solid rgba(255, 255, 255, 0)
}

div.chatdel {
	float: right;
	display: none;
	height: 100%;
	position: relative;
	z-index: 2;
	margin-right: .2rem;
	cursor: pointer
}

.chatlinks {
	overflow: hidden;
	white-space: nowrap
}

.tabcontent {
    height: 80%;
    padding: 12px 4px;
    padding-bottom: 0px;
    width: 100%;
    border-radius: 5px;    
    background-color: rgba(0, 0, 0, 0.4);
}

.lonetxt {
    border-radius: 5px;
    height: 100%;
    background-color: rgba(4, 1, 1, 0.42);
    width: 96%;
    margin-left: 5px;
    color: #e2dede;
    text-align: left;
    padding: 2px;
    outline: 0 solid transparent;
    -webkit-user-select: text;
    word-break: break-word;
    overflow-x: hidden;
    overflow-y: auto;
    font-weight: 600;
}


* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

:not(input):not(textarea) {
	-webkit-touch-callout: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none
}

html {
	font-size: 15px
}


p {
	margin-bottom: 0
}

input[type=text] {
	-webkit-appearance: none
}




.dialogTable {
	display: table;
	border-spacing: 0 8px;
	width: 100%
}

.dialogRow {
	display: table-row
}

.dialogCell {
	display: table-cell
}

.dialogCellMiddle {
	vertical-align: middle
}

.dialogCellCenter {
	text-align: center
}

.cellWide {
	width: 100%
}


 

.listTable {
	display: table;
	border-spacing: 0;
	width: 100%
}

#topSelector,
selector {
	overflow: auto;
	color: #fff
}

selector {
	margin: 4px 0;
	padding: 2px
}

img.selector {
	margin: 0 3px;
	vertical-align: middle
}

span.selector {
	font-weight: 500;
	font-size: 1.142rem
}

.tabTable {
	border-right: .5px solid hsla(0, 0%, 100%, .5)
}

.tabLabelCell {
	background-color: rgba(77, 77, 77, .7)
}

.tabLabelCell,
.tabLabelCellSelected {
	padding-top: 8px;
	padding-bottom: 4px;
	padding-right: 4px
}

.tabLabelCellSelected {
	background-color: rgba(0, 0, 0, .7)
}

.tabIndicatorCell {
	height: 4px;
	background-color: rgba(77, 77, 77, .7)
}

.tabIndicatorCellSelected {
	height: 4px;
	background-color: #02a9d2
}

.htmlTitleBar {
	background-color: #000050;
	color: #fff;
	font-weight: 500;
	white-space: nowrap;
	font-size: 1.142rem;
	padding-top: 8px;
	padding-bottom: 8px
}