.status {
  text-shadow: 1.1px 0.3px;

}

#offline {
  color: #6e7985;
}

#online {
  color: #43b581;
}

#idle {
  color: #faa61a;
}

#dnd {
  color: #f04747;
}





thaifont {

  font-size: 6vw;
  font-family: 'Kani', sans-serif;
}



cent {

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 0%;
}

#progress {
  position: sticky;
  top: 0;
  top: 0;
  left: 0;

}


.ts1 {

  font-size: 6vw;
  color: #9D00FF;
  text-shadow: 1.2px 2px #9D00FF;

}

.ts2 {

  font-size: 7vw;
  color: blueviolet;
  text-shadow: 1px 2px #FF44CC;

}

.ts3 {
  font-size: 14vw;
  color: #0062FF;
  text-shadow: 0.8px 1px #0062FF;

}

.unc {
  text-align: left;
  display: block;
}

ubntu {
  font-family: 'Ubuntu';
  font-size: 19px;
}

/*
    body {
            color: #eee;
            background: black;
*/

/* main */
main {
  font-family: 'System-UI', sans-serif;
  border-width: 1px;
  border-radius: 10vw;
  border-color: rgba(0, 0, 0, 0.4);
  border-style: solid;
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.4);
  padding: 10vh 10vw;

}


body {
  font-family: "System-UI", sans-serif;
  font-size: 5vw;
  background: url('/files/media/515d62bf-3971-476b-adb3-253138c61267.svg') fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  scroll-behavior: smooth;
}


a {
  color: #0033cc;
}

body a {
  font-size: 4vw;
  color: #809fff;
}

.exturl {
  background: url("/icon/link/external-link_1.svg") no-repeat 100% 0;
  background-size: 5vw 5vw;
  padding-right: 6.3vw;
}




/* footer*/

.footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: None;
  padding: 3px;
  text-align: center;
  width: 100%;
  color: mediumpurple;
  border-color: #dac1e3;
}




/* summary*/
summary {
  font-size: 4vw;
  color: slateblue;
}

details {


  font-size: 4vw;
  border-color: #86778B;
  border-radius: 3vw;
  border-width: 0.5vw;
  border-style: solid;




}


details:hover {
  border-color: #1FFF72;
  transform: translateY(2.4px);
}

details[open] {
  font-size: 4vw;
  border-color: mediumorchid;
  border-radius: 4vw;
  border-style: solid;
  border-width: 0.1em;


 
}

details[open] summary~* {
  margin-bottom: 0.1px;
  color: darkmagenta;
  animation: sweep .3s ease-in-out;
  
}

details[close] summary {
  animation: sweep .5s ease-in-out;
}

details summary {}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-top: -40px
  }

  100% {
    scroll-margin-top: 20px;
    margin-top: 2px
  }
}


/* avatar*/
.imgpfp {

  display: block;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  object-fit: cover;
  border-radius: 50%;
  width: 28vw;
  height: 28vw;
}

/*soical media icon*/

.soicalic {
  border-color: transparent;
  border-radius: 10px;
  border-style: solid;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  width: 10vw;
  height: 10vw;
  transform: translateY(5.2px);
}

.soicalic:hover {
  background-color: transparent;
  box-shadow: 0 5px #666;
  transform: translateY(2.4px);
}


/*banner*/
.banner {

  background: url("/files/media/banner.svg")fixed;
  background-size: 120vw;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: local;
  border-radius: 6vw;
  padding: 7vw;
  height: 25vw;

}

/*idk*/
ll {

  color: mediumpurple;
}

li {
  color: darkorange;

}

.blur {
  filter: blur(8px);
}


line {
  height: 1px;
  border: 0;
  background: black;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}
