@charset "UTF-8";
@font-face {
  font-family: "MS Sans Serif";
  src: url("MS-Sans-Serif.woff2") format("woff2"), url("MS-Sans-Serif.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  overflow: hidden;
  font-family: "MS Sans Serif";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#ping {
  position: fixed;
  top: 16px;
  width: 100%;
  text-align: center;
  padding: 1rem;
  font-size: 0.8rem;
  color: #000;
  font-family: inherit;
  pointer-events: none;
}

#ping::before {
  content: "Ping: ";
}

#notifs {
  position: fixed;
  z-index: 99;
  bottom: 2rem;
  right: 0;
  width: 320px;
  margin: 1rem;
  margin-left: 0.5rem;
}
#notifs .wrapper {
  display: flex;
  flex-direction: column;
}
#notifs [notif] {
  margin: 0.15rem 0;
  margin-top: 0.5rem;
  padding: 0.5rem;
  background: #fff;
  margin-bottom: 0.2rem;
  box-shadow: 0 0 15px #dbdbdb, inset 3px 4px 8px #dbdbdb;
  border-radius: 3px;
  font-family: inherit;
  font-size: 0.7rem;
}
#notifs [notif]:hover {
  transform: translateY(-2px);
  cursor: pointer;
}

#desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#desktop .note {
  position: absolute;
  display: flex;
  flex-direction: column;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  max-width: 95px;
  padding: 0.25rem;
  border: 1px solid transparent;
}
#desktop .note img {
  object-fit: contain;
  width: 56px;
  display: inline-block;
  margin: 0 auto;
}
#desktop .note span {
  color: #000;
  text-shadow: 0 0 4px #000;
  font-size: 0.8rem;
  width: 110%;
  text-align: center;
  display: inline-block;
  max-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#desktop .note:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2666666667);
  border: 1px solid rgba(255, 255, 255, 0.2666666667);
}
#desktop .note:hover span {
  color: #fff;
}

.software {
  position: absolute;
  margin: 1rem;
  font-size: 0.8rem;
  padding: 1rem;
  padding-top: 30px;
  background: linear-gradient(to bottom, #ededed 0%, #dbdbdb 10%, #c6c6c6 11%, #fefefe 100%);
  box-shadow: 0 0 15px #dbdbdb, inset 3px 4px 8px #dbdbdb;
}
.software .ui {
  position: absolute;
  top: 4px;
  width: calc(100% - 1rem);
  pointer-events: none;
}
.software .ui h1 {
  font-size: 1.2rem;
  margin-left: -0.5rem;
  font-weight: normal;
  pointer-events: none;
}
.software .ui::after {
  position: absolute;
  background-image: url(../assets/UI/buttons.png);
  content: " ";
  width: 142px;
  height: 50px;
  right: calc(0px - 1.1rem);
  top: -50px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 700px) {
  .software {
    transform: scale(0.85);
  }
}

#checklist {
  position: absolute;
  right: 12vw;
  top: 8vh;
  width: 210px;
  font-size: 0.8rem;
  background: linear-gradient(to bottom, #ededed 0%, #dbdbdb 10%, #c6c6c6 11%, #fefefe 100%);
  box-shadow: 0 0 15px #dbdbdb, inset 3px 4px 8px #dbdbdb;
}
#checklist .wrapper {
  padding: 1rem;
  overflow-x: hidden;
  overflow-y: scroll;
}
#checklist input[type=checkbox] {
  pointer-events: none;
}
#checklist span:hover {
  cursor: text;
  background: rgba(255, 255, 255, 0.2666666667);
  border: 1px solid rgba(255, 255, 255, 0.2666666667);
}

#notepad {
  top: 15vh;
  left: 9vw;
  height: 310px;
  width: 350px;
  max-width: 90%;
  border-radius: 8px;
}
#notepad .wrapper {
  background: #fff;
  box-shadow: inset 0 0 6px gray;
  padding: 1rem;
  border-radius: 3px;
  height: 87%;
  overflow-y: scroll;
  font-size: 1.1em;
  line-height: 150%;
  letter-spacing: 0.5px;
  white-space: pre-wrap;
}

#raincloud {
  position: absolute;
  height: 500px;
  width: 580px;
  max-height: 80vh;
  right: 150px;
  bottom: 100px;
  display: flex;
  border-radius: 12px;
}
#raincloud .-main {
  flex-grow: 1;
}
#raincloud .search {
  display: flex;
  justify-content: space-between;
}
#raincloud .search input[type=text] {
  box-shadow: inset 0 0 3px gray;
  margin: 2px;
  width: 83%;
  font-family: inherit;
  font-size: 0.7rem;
  padding: 3px 6px;
}
#raincloud .search button {
  background: #000;
  font-family: inherit;
  color: #fff;
  font-size: 0.8rem;
  padding: 4px 12px;
  cursor: pointer;
  margin: 2px;
}
#raincloud .wrapper {
  padding: 0.5rem;
  max-width: 100%;
  width: auto;
  height: 55%;
  background: #fff;
  overflow-y: scroll;
  box-shadow: inset 0 0 6px gray;
  border-radius: 3px;
}
#raincloud .torrent {
  margin: 0;
  padding: 0.15rem 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
#raincloud .torrent:not(.-headers):hover {
  background: #e2e2e2;
  text-shadow: 0 0 3px #7e7e7e;
}
#raincloud .torrent > span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
#raincloud .-torrent {
  padding: 0.15rem 0;
}
#raincloud .-headers {
  margin: 0.15rem 0.5rem;
  padding: 0.25rem 0;
  margin-right: 1rem;
  pointer-events: auto;
}
#raincloud .-headers [sort=ascending]::after {
  content: "↑";
}
#raincloud .-headers [sort=descending]::after {
  content: "↓";
}
#raincloud .-headers span:hover {
  pointer-events: auto;
}
#raincloud span[user] {
  width: 70px;
}
#raincloud span[rating] {
  width: 48px;
}
#raincloud .downloads span[rating], #raincloud .torrents span[rating] {
  letter-spacing: -1.5px;
  color: gray;
}
#raincloud span[filename] {
  width: 150px;
}
#raincloud span[seeders] {
  width: 38px;
  overflow: visible;
}
#raincloud span[leechers] {
  width: 38px;
}
#raincloud .-downloads span[filename], #raincloud .downloads span[filename] {
  width: 180px;
}
#raincloud span[i] {
  width: 20px;
}
#raincloud span[progress] {
  width: 100px;
  overflow: visible;
}
#raincloud span[progressn] {
  margin-left: -2px;
  width: 20px;
  display: inline-block;
}
#raincloud progress {
  width: 70%;
}
#raincloud .torrent[favorite] {
  font-weight: bold;
}
#raincloud .sidebar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 120px;
  margin-left: -0.5rem;
  margin-top: 1.5rem;
  overflow: hidden;
}
#raincloud .sidebar [logo] {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 1.25rem;
  filter: blur(0.5px);
}
#raincloud .sidebar [backtomain] {
  width: 116px;
  margin: 0.15rem 0 0.5rem 0;
  cursor: pointer;
}
#raincloud .sidebar .user {
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#raincloud .sidebar button {
  background: #000;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
}
#raincloud .sidebar button:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.46);
}
#raincloud .sidebar button[short] {
  display: inline-block;
  width: 116px;
}
#raincloud .torrents {
  overflow-y: scroll;
}
#raincloud .downloads {
  height: 100px;
}

#raincloud[view=main] .user {
  display: none;
}

#raincloud[view=user] .user {
  text-align: center;
}
#raincloud[view=user] .user img {
  width: 102px;
  height: 102px;
  object-fit: cover;
  border: 6px ridge #c6c6c6;
  margin: 0 auto;
}
#raincloud[view=user] .user span {
  display: block;
  text-align: left;
}
#raincloud[view=user] .user [username] {
  font-weight: bold;
}
#raincloud[view=user] .user [profile] {
  margin: 0.5rem 0;
}
#raincloud[view=user] .user [profile] span {
  display: block;
}

#ui {
  z-index: -1;
}
#ui .wallpaper {
  position: fixed;
  z-index: -9;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(UI/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#ui .bottom-bar {
  position: fixed;
  z-index: -2;
  bottom: -2px;
  left: -10px;
  width: calc(100% + 10px);
  height: 202px;
  background-image: url(../assets/UI/bottom.png);
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
#ui .bottom-bar .wrapper {
  position: absolute;
  display: flex;
  bottom: 16px;
  margin-left: 420px;
  margin-bottom: 8px;
  margin-top: auto;
  height: 40px;
}
#ui .bottom-bar button {
  background: #000;
  color: lightgray;
  font-family: inherit;
  margin-right: 1rem;
  display: inline-block;
  width: 120px;
  cursor: pointer;
}
#ui .bottom-bar button img {
  object-fit: contain;
  filter: invert(1);
}
#ui .bottom-bar button[active] {
  border: 1px solid gray;
  background: gray;
  box-shadow: 0 0 16px #fff inset;
}

progress {
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 14px;
  border: 1px solid #686868;
  border-radius: 4px;
  padding: 1px 2px 1px 0;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 1px 0 #686868;
  -moz-box-shadow: inset 0 0 1px 0 #686868;
}

progress, progress:not([value]) {
  box-shadow: inset 0 0 1px 0 #686868;
}

progress:not([value]) {
  -moz-box-shadow: inset 0 0 1px 0 #686868;
  -webkit-box-shadow: inset 0 0 1px 0 #686868;
  height: 14px;
}

progress[value]::-webkit-progress-bar {
  background-color: transparent;
}

progress[value]::-webkit-progress-value {
  border-radius: 2px;
  background: repeating-linear-gradient(90deg, #fff 0, #fff 2px, transparent 0, transparent 10px), linear-gradient(180deg, #acedad 0, #7be47d 14%, #4cda50 28%, #2ed330 42%, #42d845 57%, #76e275 71%, #8fe791 85%, #fff);
}

progress[value]::-moz-progress-bar {
  border-radius: 2px;
  background: repeating-linear-gradient(90deg, #fff 0, #fff 2px, transparent 0, transparent 10px), linear-gradient(180deg, #acedad 0, #7be47d 14%, #4cda50 28%, #2ed330 42%, #42d845 57%, #76e275 71%, #8fe791 85%, #fff);
}

progress:not([value])::-webkit-progress-bar {
  width: 100%;
  background: repeating-linear-gradient(90deg, transparent 0, transparent 8px, #fff 0, #fff 10px, transparent 0, transparent 18px, #fff 0, #fff 20px, transparent 0, transparent 28px, #fff 0, #fff), linear-gradient(180deg, #acedad 0, #7be47d 14%, #4cda50 28%, #2ed330 42%, #42d845 57%, #76e275 71%, #8fe791 85%, #fff);
  animation: sliding 2s linear 0s infinite;
}

progress:not([value])::-webkit-progress-bar:not([value]) {
  animation: sliding 2s linear 0s infinite;
  background: repeating-linear-gradient(90deg, transparent 0, transparent 8px, #fff 0, #fff 10px, transparent 0, transparent 18px, #fff 0, #fff 20px, transparent 0, transparent 28px, #fff 0, #fff), linear-gradient(180deg, #acedad 0, #7be47d 14%, #4cda50 28%, #2ed330 42%, #42d845 57%, #76e275 71%, #8fe791 85%, #fff);
}

progress:not([value]) {
  position: relative;
}

progress:not([value]):before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 1px 0 #686868;
  -moz-box-shadow: inset 0 0 1px 0 #686868;
}

progress:not([value]):before, progress:not([value]):before:not([value]) {
  box-shadow: inset 0 0 1px 0 #686868;
}

progress:not([value]):before:not([value]) {
  -moz-box-shadow: inset 0 0 1px 0 #686868;
  -webkit-box-shadow: inset 0 0 1px 0 #686868;
}

progress:not([value]):after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 100%;
  height: calc(100% - 2px);
  padding: 1px 2px;
  border-radius: 2px;
  background: repeating-linear-gradient(90deg, transparent 0, transparent 8px, #fff 0, #fff 10px, transparent 0, transparent 18px, #fff 0, #fff 20px, transparent 0, transparent 28px, #fff 0, #fff), linear-gradient(180deg, #acedad 0, #7be47d 14%, #4cda50 28%, #2ed330 42%, #42d845 57%, #76e275 71%, #8fe791 85%, #fff);
}

progress:not([value]):after, progress:not([value]):after:not([value]) {
  animation: sliding 2s linear 0s infinite;
}

progress:not([value]):after:not([value]) {
  background: repeating-linear-gradient(90deg, transparent 0, transparent 8px, #fff 0, #fff 10px, transparent 0, transparent 18px, #fff 0, #fff 20px, transparent 0, transparent 28px, #fff 0, #fff), linear-gradient(180deg, #acedad 0, #7be47d 14%, #4cda50 28%, #2ed330 42%, #42d845 57%, #76e275 71%, #8fe791 85%, #fff);
}

progress:not([value])::-moz-progress-bar {
  width: 100%;
  background: repeating-linear-gradient(90deg, transparent 0, transparent 8px, #fff 0, #fff 10px, transparent 0, transparent 18px, #fff 0, #fff 20px, transparent 0, transparent 28px, #fff 0, #fff), linear-gradient(180deg, #acedad 0, #7be47d 14%, #4cda50 28%, #2ed330 42%, #42d845 57%, #76e275 71%, #8fe791 85%, #fff);
  animation: sliding 2s linear 0s infinite;
}

progress:not([value])::-moz-progress-bar:not([value]) {
  animation: sliding 2s linear 0s infinite;
  background: repeating-linear-gradient(90deg, transparent 0, transparent 8px, #fff 0, #fff 10px, transparent 0, transparent 18px, #fff 0, #fff 20px, transparent 0, transparent 28px, #fff 0, #fff), linear-gradient(180deg, #acedad 0, #7be47d 14%, #4cda50 28%, #2ed330 42%, #42d845 57%, #76e275 71%, #8fe791 85%, #fff);
}

::-webkit-scrollbar {
  width: 16px;
}

::-webkit-scrollbar:horizontal {
  height: 17px;
}

::-webkit-scrollbar-track {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='2' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 0H0v1h1v1h1V1H1V0z' fill='silver'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0H1v1H0v1h1V1h1V0z' fill='%23fff'/%3E%3C/svg%3E");
}

::-webkit-scrollbar-thumb {
  background-color: #dfdfdf;
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
}

::-webkit-scrollbar-button:horizontal:end:increment, ::-webkit-scrollbar-button:horizontal:start:decrement, ::-webkit-scrollbar-button:vertical:end:increment, ::-webkit-scrollbar-button:vertical:start:decrement {
  display: block;
}

::-webkit-scrollbar-button:vertical:start {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 6H7v1H6v1H5v1H4v1h7V9h-1V8H9V7H8V6z' fill='%23000'/%3E%3C/svg%3E");
}

::-webkit-scrollbar-button:vertical:end {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 6H4v1h1v1h1v1h1v1h1V9h1V8h1V7h1V6z' fill='%23000'/%3E%3C/svg%3E");
}

::-webkit-scrollbar-button:horizontal:start {
  width: 16px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 4H8v1H7v1H6v1H5v1h1v1h1v1h1v1h1V4z' fill='%23000'/%3E%3C/svg%3E");
}

::-webkit-scrollbar-button:horizontal:end {
  width: 16px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 4H6v7h1v-1h1V9h1V8h1V7H9V6H8V5H7V4z' fill='%23000'/%3E%3C/svg%3E");
}

/*# sourceMappingURL=styling.css.map */
