@charset "UTF-8";
/*
  The cake's SCSS playground.
  Contains the styles to my AniList profile theme.
  https://anilist.co/user/cakes/

  Compile before use. (https://sass-lang.com/install)
*/
@import url("https://fonts.googleapis.com/css2?family=Redacted&family=Redacted+Script:wght@300;400;700&family=Train+One&family=Zilla+Slab+Highlight:wght@400;700&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
body {
  background-color: #000;
}

body,
:root,
.site-theme-dark,
.site-theme-contrast,
.user-page-unscoped.pink,
.site-theme-dark .user-page-unscoped.pink {
  --color-blue: 255, 255, 255;
}

.page-content {
  background-color: unset;
  color: #fff;
  font-family: "Zilla Slab", "Train One", sans-serif;
}

.avatar[href="/user/cakes/"] {
  background-image: url("https://downloads.haiiro.moe/profiles/haiiro/expressions/neutral.png") !important;
}

#nav,
#nav.hide,
#nav.transparent {
  background-image: linear-gradient(to bottom, #000, transparent);
  background-color: transparent;
  color: #fff;
  top: 0;
}
#nav .wrap,
#nav.hide .wrap,
#nav.transparent .wrap {
  max-width: unset;
  margin: 0;
}
#nav .wrap .logo,
#nav.hide .wrap .logo,
#nav.transparent .wrap .logo {
  display: none;
}
#nav .wrap .search,
#nav.hide .wrap .search,
#nav.transparent .wrap .search {
  position: fixed;
  top: 3rem;
  right: 20px;
}
#nav .wrap .user,
#nav.hide .wrap .user,
#nav.transparent .wrap .user {
  position: fixed;
  top: 1rem;
  left: 20px;
}
#nav .wrap .links,
#nav.hide .wrap .links,
#nav.transparent .wrap .links {
  align-items: center;
  justify-content: space-evenly;
}
#nav .wrap .links .link,
#nav.hide .wrap .links .link,
#nav.transparent .wrap .links .link {
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 2.25rem;
  transition: none;
  padding: 0.25rem 1rem;
}
#nav .wrap .links .link:nth-of-type(3),
#nav.hide .wrap .links .link:nth-of-type(3),
#nav.transparent .wrap .links .link:nth-of-type(3) {
  margin-right: 5rem;
}
#nav .wrap .links .link:nth-of-type(4),
#nav.hide .wrap .links .link:nth-of-type(4),
#nav.transparent .wrap .links .link:nth-of-type(4) {
  margin-left: 5rem;
}
#nav .wrap .links .link:hover,
#nav.hide .wrap .links .link:hover,
#nav.transparent .wrap .links .link:hover {
  color: #000;
  background-color: #fff;
}
#nav .wrap .links::after, #nav .wrap .links::before,
#nav.hide .wrap .links::after,
#nav.hide .wrap .links::before,
#nav.transparent .wrap .links::after,
#nav.transparent .wrap .links::before {
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  pointer-events: none;
}
#nav .wrap .links::after,
#nav.hide .wrap .links::after,
#nav.transparent .wrap .links::after {
  content: "灰色";
  opacity: 0.4;
  transform: rotate(-12deg);
}
#nav .wrap .links::before,
#nav.hide .wrap .links::before,
#nav.transparent .wrap .links::before {
  content: "haiiro";
}

.header-wrap {
  position: relative;
}
.header-wrap .banner {
  background: unset !important;
  height: 650px;
  position: relative;
  overflow: hidden;
}
.header-wrap .banner .banner-content {
  display: block;
  position: relative;
  margin-left: 5em;
}
.header-wrap .banner .banner-content .avatar, .header-wrap .banner .banner-content .name-wrapper, .header-wrap .banner .banner-content .follower-badge, .header-wrap .banner .banner-content .actions {
  margin: 0;
  padding: 0;
}
.header-wrap .banner .banner-content .avatar, .header-wrap .banner .banner-content .name-wrapper {
  margin-bottom: 1rem;
  position: absolute;
  left: calc(50% - 100px);
}
.header-wrap .banner .banner-content .avatar {
  max-width: 200px;
  max-height: 200px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 5px solid #fff;
  background-color: #000;
  bottom: 80px;
  z-index: 30;
}
.header-wrap .banner .banner-content .name-wrapper {
  bottom: 35px;
}
.header-wrap .banner .banner-content .name-wrapper .name {
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 4rem;
  margin: 0;
  padding: 0;
  text-transform: none;
  color: #fff;
  text-align: center;
  width: 200px;
}
.header-wrap .banner .banner-content .follower-badge + .name-wrapper::after {
  content: "haiiro";
}
.header-wrap .banner .banner-content .follower-badge {
  display: inline-block;
  padding: 5px 10px;
  width: 150px;
  text-align: center;
  position: absolute;
  bottom: 280px;
  left: calc(50% - 75px);
  background-color: #fff;
  color: #000;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 2rem;
  text-transform: none;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
  z-index: 20;
}
.header-wrap .banner .banner-content .actions {
  display: inline-block;
}
.header-wrap .banner .banner-content .actions .nav-btn {
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 2rem;
  text-transform: none;
  color: #fff;
  text-align: center;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.25);
  border: 2px solid #fff;
  border-radius: 0;
  padding: 0.5rem 1rem;
  margin: 0.5rem;
  transition: none;
  position: absolute;
  left: calc(50% - 100px);
  bottom: 0;
}
.header-wrap .banner .banner-content .actions .nav-btn:hover {
  color: #000;
  background-color: #fff;
}
.header-wrap .banner .banner-content .actions .dropdown {
  margin: 0;
  position: absolute;
  left: calc(50% + 50px);
  bottom: 70px;
  transition: none;
}
.header-wrap .banner::before {
  content: "haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro haiiro ";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 4rem;
  z-index: 20;
  transform: scale(2.5) rotate(12deg);
  line-height: 3.5rem;
  opacity: 1;
}
.header-wrap .banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #000, transparent 50%);
  z-index: 20;
}
.header-wrap .banner .container {
  z-index: 100;
}
.header-wrap .nav-wrap {
  background: none;
  position: fixed;
  top: 37rem;
  left: 0;
  z-index: 100;
  width: auto;
}
.header-wrap .nav-wrap .nav.container {
  display: flex;
  flex-direction: column;
  text-align: initial;
  min-width: unset;
  padding-right: 0;
  width: auto;
}
.header-wrap .nav-wrap .nav.container .link {
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 2rem;
  position: relative;
  color: #fff;
}
.header-wrap .nav-wrap .nav.container .link:nth-of-type(7), .header-wrap .nav-wrap .nav.container .link:nth-of-type(8) {
  display: none;
}
.header-wrap .nav-wrap .nav.container .link.router-link-active {
  font-family: "Zilla Slab Highlight", "Train One", sans-serif;
}
.header-wrap .nav-wrap .nav.container .link.router-link-active::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 2.5rem;
  left: -1rem;
  background-color: #fff;
  border-radius: 50%;
}
.header-wrap .nav-wrap .nav.container .link:hover::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 2.5rem;
  left: -1rem;
  border-radius: 50%;
  border: 1px solid #fff;
}

.content.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 5rem;
}
.content.container .overview {
  display: inline-block;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .content.container .overview {
    padding: 0 10rem;
  }
}
.content.container .overview .section:first-of-type .about {
  position: relative;
}
.content.container .overview .section:first-of-type .about .content-wrap {
  background: #fff;
  color: #000 !important;
  padding: 2rem;
  padding-top: 0;
  border-radius: 0;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
}
.content.container .overview .section:first-of-type .about .content-wrap .markdown > p:first-of-type {
  display: none;
}
.content.container .overview .section:first-of-type .about .content-wrap [data-type=delete] {
  display: none;
}
.content.container .overview .section:first-of-type .about .content-wrap [data-type=delete] ~ p {
  display: none;
}
.content.container .overview .section:first-of-type .about .content-wrap [data-type=main_header],
.content.container .overview .section:first-of-type .about .content-wrap [data-type=main_header] a {
  font-family: "Zilla Slab Highlight", "Train One", sans-serif;
  font-size: 5rem;
  text-transform: none;
  color: #000;
  margin: 0;
  padding: 0;
}
.content.container .overview .section:first-of-type .about .content-wrap [data-type=main_subheader],
.content.container .overview .section:first-of-type .about .content-wrap [data-type=main_subheader] a {
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.5rem;
  text-transform: none;
  color: #000;
  margin: 0;
  padding: 0;
}
.content.container .overview .section:first-of-type .about [data-type=content] {
  font-size: 1.5rem;
}
.content.container .overview .section:first-of-type .about [data-type=content] [data-type=redact] {
  font-size: 0;
}
.content.container .overview .section:first-of-type .about [data-type=content] [data-type=redact]::after {
  content: attr(data-len);
  font-size: 1.5rem;
  font-family: "Redacted", serif;
}
.content.container .overview .section:first-of-type .about [data-type=content] [data-type=warning],
.content.container .overview .section:first-of-type .about [data-type=content] [data-type=warning] a {
  font-family: "Zilla Slab Highlight", "Train One", sans-serif;
  font-size: 2rem;
  text-transform: none;
  color: #000 !important;
  margin-top: 30px;
  text-decoration: none !important;
}
.content.container .overview .section:first-of-type .about [data-type=content] :not([data-type=warning]) h3, .content.container .overview .section:first-of-type .about [data-type=content] :not([data-type=warning]) h3 a {
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 2rem;
  text-transform: none;
  color: #000;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}
.content.container .overview .section:first-of-type .about [data-type=content] :not([data-type=warning]) a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: underline dashed;
  transition: none;
}
.content.container .overview .section:first-of-type .about [data-type=content] :not([data-type=warning]) a:hover {
  color: #000;
  text-decoration: underline solid;
}
.content.container .overview .section:first-of-type .about [data-type=content] > br {
  display: none;
}
.content.container .overview .section:first-of-type .about::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 35%;
  height: 100%;
  border-right: 3px dashed #000;
  border-bottom: 3px dashed #000;
  pointer-events: none;
  z-index: 1000;
}
.content.container .overview .section:first-of-type .about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 3px;
  height: 60px;
  border-left: 3px dashed #000;
  pointer-events: none;
  z-index: 1000;
}
.content.container .overview .section:first-of-type .desktop {
  display: none;
}
.content.container .overview .section .stats-wrap > .list-stats {
  background-color: #fff;
  border-radius: 0;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
}
.content.container .overview .section .stats-wrap > .list-stats .stats-wrap .stat {
  font-family: "Zilla Slab", "Train One", sans-serif;
}
.content.container .overview .section .stats-wrap > .list-stats .stats-wrap .stat .value {
  font-size: 1.5em;
  color: #000;
}
.content.container .overview .section .stats-wrap > .list-stats .stats-wrap .stat .label {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.5);
}
.content.container .overview .section .stats-wrap > .list-stats .footer {
  display: none;
}
.content.container .overview .section .section-header {
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1rem;
  text-transform: none;
}
.content.container .overview .section .activity-edit .markdown-editor {
  border-radius: 0;
  background-color: #fff;
  color: #000;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
}
.content.container .overview .section .activity-edit .markdown-editor > div:hover {
  color: rgba(0, 0, 0, 0.4);
}
.content.container .overview .section .activity-edit .markdown-editor > div[title=Link], .content.container .overview .section .activity-edit .markdown-editor > div[title=Image], .content.container .overview .section .activity-edit .markdown-editor > div[title="Youtube Video"], .content.container .overview .section .activity-edit .markdown-editor > div[title="WebM Video"] {
  color: #000;
}
.content.container .overview .section .activity-edit .markdown-editor > div[title=Link]:hover, .content.container .overview .section .activity-edit .markdown-editor > div[title=Image]:hover, .content.container .overview .section .activity-edit .markdown-editor > div[title="Youtube Video"]:hover, .content.container .overview .section .activity-edit .markdown-editor > div[title="WebM Video"]:hover {
  color: rgba(0, 0, 0, 0.4);
}
.content.container .overview .section .activity-edit .el-textarea {
  background: none;
  border-radius: 0;
}
.content.container .overview .section .activity-edit .el-textarea textarea {
  background: none;
  color: #fff;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.4rem;
  border-radius: 0;
  border-bottom: #fff 1px solid;
}
.content.container .overview .section .activity-edit .actions .button {
  border-radius: 0;
  background-color: #fff;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
  position: relative;
  transition: none;
  color: #fff;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 0.9em;
  font-weight: 600;
}
.content.container .overview .section .activity-edit .actions .button::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #000;
  position: absolute;
  top: calc(2px / 2);
  left: calc(2px / 2);
  border-radius: 0;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
  z-index: -1;
}
.content.container .overview .section .activity-edit .actions .button:hover {
  color: #000;
}
.content.container .overview .section .activity-edit .actions .button:hover::before {
  background-color: #fff;
}
.content.container .overview .section .activity-edit .actions .button.cancel {
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
.content.container .overview .section .activity-edit .actions .button.cancel:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}
.content.container .overview .section .activity-edit .actions .button.cancel:hover::before {
  background-color: rgba(255, 255, 255, 0.25);
}
.content.container .overview .section .activity-entry {
  position: relative;
}
.content.container .overview .section .activity-entry .wrap .media-embed .embed {
  border-radius: 0;
  background-color: #000;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
  position: relative;
}
.content.container .overview .section .activity-entry .wrap .media-embed .embed .wrap {
  color: #fff;
}
.content.container .overview .section .activity-entry .wrap .media-embed .embed .wrap .title {
  color: #fff;
  font-family: "Zilla Slab Highlight", "Train One", sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
}
.content.container .overview .section .activity-entry .wrap .media-embed .embed::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 35%;
  height: calc(100% - 3px);
  pointer-events: none;
  border-top: 3px dashed #fff;
  border-right: 3px dashed #fff;
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .reply {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
  background: #fff;
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .reply::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #000;
  position: absolute;
  top: calc(2px / 2);
  left: calc(2px / 2);
  border-radius: 0;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
  z-index: -1;
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .reply .header {
  z-index: 10;
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .reply .header .avatar {
  height: calc(100% - 1px);
  width: 100%;
  max-width: 12rem;
  position: absolute;
  top: -1px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  pointer-events: none;
  cursor: default;
  z-index: 100;
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .reply .header .name {
  color: #fff;
  font-family: "Zilla Slab Highlight", "Train One", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  z-index: 100;
  margin-left: 11rem;
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .reply .header .name::before {
  content: unset;
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .reply .header .name::after {
  content: " replied";
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .reply .header .name ~ .donator-badge {
  background: #fff;
  border-radius: 0;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  color: #000;
  padding: 2px 1.5rem;
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .reply .header > .actions .users {
  top: 10px;
  background: none;
  border-radius: 0;
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .reply .header > .actions .action {
  color: rgba(255, 255, 255, 0.5);
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .reply .header > .actions .action.likes .button {
  color: rgba(255, 255, 255, 0.5);
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .reply .header > .actions .action.likes .button svg {
  stroke: rgba(255, 255, 255, 0.5);
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .reply .header > .actions .action.likes .button.liked {
  color: #fff;
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .reply .reply-markdown {
  color: #fff;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.5rem;
  z-index: 100;
  margin-left: 11rem;
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .reply .reply-markdown .media-embed .embed {
  border-radius: 0;
  background-color: #fff;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
  position: relative;
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .reply .reply-markdown .media-embed .embed .wrap {
  color: #000;
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .reply .reply-markdown .media-embed .embed .wrap .title {
  color: #000;
  font-family: "Zilla Slab Highlight", "Train One", sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .reply .reply-markdown .media-embed .embed::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 35%;
  height: calc(100% - 3px);
  pointer-events: none;
  border-top: 3px dashed #000;
  border-right: 3px dashed #000;
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .el-dialog__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .el-dialog__wrapper .el-dialog {
  margin: 0 !important;
  width: 100%;
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .el-dialog__wrapper .el-dialog .el-dialog__body {
  background: transparent !important;
}
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .el-dialog__wrapper .el-dialog .el-dialog__body .activity-edit .section-header,
.content.container .overview .section .activity-entry .wrap ~ .reply-wrap .el-dialog__wrapper .el-dialog .el-dialog__body .activity-edit .reply.preview {
  display: none;
}
.content.container .overview .section .activity-entry.activity-manga_list .entry-dropdown, .content.container .overview .section .activity-entry.activity-anime_list .entry-dropdown {
  background: rgba(255, 255, 255, 0.5);
  transition: none;
  color: #000;
}
.content.container .overview .section .activity-entry.activity-manga_list .entry-dropdown svg, .content.container .overview .section .activity-entry.activity-anime_list .entry-dropdown svg {
  fill: #000;
}
.content.container .overview .section .activity-entry.activity-manga_list > .wrap, .content.container .overview .section .activity-entry.activity-anime_list > .wrap {
  background: none;
  border-radius: 0;
}
.content.container .overview .section .activity-entry.activity-manga_list > .wrap > .list, .content.container .overview .section .activity-entry.activity-anime_list > .wrap > .list {
  font-size: 1.6rem;
  grid-template-columns: 50px auto;
  height: 100%;
  min-height: 70px;
}
.content.container .overview .section .activity-entry.activity-manga_list > .wrap .cover, .content.container .overview .section .activity-entry.activity-anime_list > .wrap .cover {
  background-size: contain;
  background-position: center;
}
.content.container .overview .section .activity-entry.activity-manga_list > .wrap .details .status, .content.container .overview .section .activity-entry.activity-anime_list > .wrap .details .status {
  display: block;
  flex-direction: column;
  flex: 0 0 auto;
}
.content.container .overview .section .activity-entry.activity-manga_list > .wrap .details .status .title, .content.container .overview .section .activity-entry.activity-anime_list > .wrap .details .status .title {
  display: inline;
  width: auto;
  color: rgba(255, 255, 255, 0.5) !important;
  transition: none;
  flex-grow: 0;
}
.content.container .overview .section .activity-entry.activity-manga_list > .wrap .details .status .title::before, .content.container .overview .section .activity-entry.activity-anime_list > .wrap .details .status .title::before {
  content: "\a";
  white-space: pre;
}
.content.container .overview .section .activity-entry.activity-manga_list > .wrap .details .status .title:hover, .content.container .overview .section .activity-entry.activity-anime_list > .wrap .details .status .title:hover {
  font-family: "Zilla Slab Highlight", "Train One", sans-serif;
  font-weight: 600;
  color: #fff !important;
}
.content.container .overview .section .activity-entry.activity-manga_list > .wrap > .actions .action, .content.container .overview .section .activity-entry.activity-anime_list > .wrap > .actions .action {
  color: rgba(255, 255, 255, 0.5);
}
.content.container .overview .section .activity-entry.activity-manga_list > .wrap > .actions .action.likes .button, .content.container .overview .section .activity-entry.activity-anime_list > .wrap > .actions .action.likes .button {
  color: rgba(255, 255, 255, 0.5);
}
.content.container .overview .section .activity-entry.activity-manga_list > .wrap > .actions .action.likes .button svg, .content.container .overview .section .activity-entry.activity-anime_list > .wrap > .actions .action.likes .button svg {
  stroke: rgba(255, 255, 255, 0.5);
}
.content.container .overview .section .activity-entry.activity-manga_list > .wrap > .actions .action.likes .button.liked, .content.container .overview .section .activity-entry.activity-anime_list > .wrap > .actions .action.likes .button.liked {
  color: #fff;
}
.content.container .overview .section .activity-entry.activity-manga_list > .wrap .time, .content.container .overview .section .activity-entry.activity-anime_list > .wrap .time {
  display: none;
}
.content.container .overview .section .activity-entry.activity-text > .wrap, .content.container .overview .section .activity-entry.activity-message > .wrap {
  background-color: #fff;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.7);
}
.content.container .overview .section .activity-entry.activity-text > .wrap::after, .content.container .overview .section .activity-entry.activity-message > .wrap::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 35%;
  height: calc(100% - 4px);
  pointer-events: none;
  border-top: 4px dashed #000;
}
.content.container .overview .section .activity-entry.activity-text > .wrap .header .avatar, .content.container .overview .section .activity-entry.activity-message > .wrap .header .avatar {
  height: 100%;
  width: 100%;
  max-width: 13.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  pointer-events: none;
  cursor: default;
}
.content.container .overview .section .activity-entry.activity-text > .wrap .header .name, .content.container .overview .section .activity-entry.activity-message > .wrap .header .name {
  color: #000;
  font-family: "Zilla Slab Highlight", "Train One", sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  margin-left: 12rem;
}
.content.container .overview .section .activity-entry.activity-text > .wrap .header .name ~ .donator-badge, .content.container .overview .section .activity-entry.activity-message > .wrap .header .name ~ .donator-badge {
  background: #000;
  border-radius: 0;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
  color: #fff;
  padding: 3px 1.5rem;
}
.content.container .overview .section .activity-entry.activity-text > .wrap .activity-markdown, .content.container .overview .section .activity-entry.activity-message > .wrap .activity-markdown {
  color: #000;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  margin-left: 12rem;
}
.content.container .overview .section .activity-entry.activity-text > .wrap .activity-markdown h1,
.content.container .overview .section .activity-entry.activity-text > .wrap .activity-markdown h2,
.content.container .overview .section .activity-entry.activity-text > .wrap .activity-markdown h3,
.content.container .overview .section .activity-entry.activity-text > .wrap .activity-markdown h4,
.content.container .overview .section .activity-entry.activity-text > .wrap .activity-markdown h5,
.content.container .overview .section .activity-entry.activity-text > .wrap .activity-markdown h6, .content.container .overview .section .activity-entry.activity-message > .wrap .activity-markdown h1,
.content.container .overview .section .activity-entry.activity-message > .wrap .activity-markdown h2,
.content.container .overview .section .activity-entry.activity-message > .wrap .activity-markdown h3,
.content.container .overview .section .activity-entry.activity-message > .wrap .activity-markdown h4,
.content.container .overview .section .activity-entry.activity-message > .wrap .activity-markdown h5,
.content.container .overview .section .activity-entry.activity-message > .wrap .activity-markdown h6 {
  color: #000;
}
.content.container .overview .section .activity-entry.activity-text > .wrap .activity-markdown del[href=redacted_s], .content.container .overview .section .activity-entry.activity-message > .wrap .activity-markdown del[href=redacted_s] {
  color: #000;
  font-family: "Redacted Script", cursive;
  text-decoration: none;
  font-size: 0;
}
.content.container .overview .section .activity-entry.activity-text > .wrap .activity-markdown del[href=redacted_s]::after, .content.container .overview .section .activity-entry.activity-message > .wrap .activity-markdown del[href=redacted_s]::after {
  content: attr(data-text);
  font-size: 16px;
}
.content.container .overview .section .activity-entry.activity-text > .wrap .activity-markdown del[href=redacted_b], .content.container .overview .section .activity-entry.activity-message > .wrap .activity-markdown del[href=redacted_b] {
  color: #000;
  font-family: "Redacted", serif;
  text-decoration: none;
  font-size: 0;
}
.content.container .overview .section .activity-entry.activity-text > .wrap .activity-markdown del[href=redacted_b]::after, .content.container .overview .section .activity-entry.activity-message > .wrap .activity-markdown del[href=redacted_b]::after {
  content: attr(data-text);
  font-size: 16px;
}
.content.container .overview .section .activity-entry.activity-text > .wrap > .time, .content.container .overview .section .activity-entry.activity-message > .wrap > .time {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1em;
  top: 15px;
  right: 15px;
}
.content.container .overview .section .activity-entry.activity-text > .wrap > .time:hover, .content.container .overview .section .activity-entry.activity-message > .wrap > .time:hover {
  background: none;
}
.content.container .overview .section .activity-entry.activity-text > .wrap > .time .action:hover, .content.container .overview .section .activity-entry.activity-message > .wrap > .time .action:hover {
  color: rgba(0, 0, 0, 0.25);
}
.content.container .overview .section .activity-entry.activity-text > .wrap > .actions, .content.container .overview .section .activity-entry.activity-message > .wrap > .actions {
  bottom: 10px;
  right: 15px;
}
.content.container .overview .section .activity-entry.activity-text > .wrap > .actions .action, .content.container .overview .section .activity-entry.activity-message > .wrap > .actions .action {
  color: rgba(0, 0, 0, 0.5);
}
.content.container .overview .section .activity-entry.activity-text > .wrap > .actions .action.likes .button, .content.container .overview .section .activity-entry.activity-message > .wrap > .actions .action.likes .button {
  color: rgba(0, 0, 0, 0.5);
}
.content.container .overview .section .activity-entry.activity-text > .wrap > .actions .action.likes .button svg, .content.container .overview .section .activity-entry.activity-message > .wrap > .actions .action.likes .button svg {
  stroke: rgba(0, 0, 0, 0.5);
}
.content.container .overview .section .activity-entry.activity-text > .wrap > .actions .action.likes .button.liked, .content.container .overview .section .activity-entry.activity-message > .wrap > .actions .action.likes .button.liked {
  color: #000;
}
.content.container .overview .section .activity-entry.activity-text .el-dialog__wrapper .el-dialog, .content.container .overview .section .activity-entry.activity-message .el-dialog__wrapper .el-dialog {
  backdrop-filter: none !important;
  background: none !important;
  box-shadow: none;
  border-radius: 0;
}
.content.container .overview .section .activity-entry.activity-text .el-dialog__wrapper .el-dialog .el-dialog__body, .content.container .overview .section .activity-entry.activity-message .el-dialog__wrapper .el-dialog .el-dialog__body {
  background: #000 !important;
  border-radius: 0;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
}
.content.container .overview .section .activity-entry.activity-text > .wrap {
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
}
.content.container .overview .section .activity-entry.activity-text > .wrap::after {
  left: 5px;
  border-left: 4px dashed #000;
}
.content.container .overview .section .activity-entry.activity-text > .wrap .header .name::after {
  content: " says";
}
.content.container .overview .section .activity-entry.activity-text > .wrap .activity-markdown b[href=mood_happy]::after {
  content: "";
  max-height: 13.5rem;
  height: 100%;
  width: 13.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("https://downloads.haiiro.moe/profiles/haiiro/expressions/happy.png");
}
.content.container .overview .section .activity-entry.activity-text > .wrap .activity-markdown b[href=mood_evil]::after {
  content: "";
  max-height: 13.5rem;
  height: 100%;
  width: 13.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("https://downloads.haiiro.moe/profiles/haiiro/expressions/evil.png");
}
.content.container .overview .section .activity-entry.activity-text > .wrap .activity-markdown b[href=mood_pout]::after {
  content: "";
  max-height: 13.5rem;
  height: 100%;
  width: 13.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("https://downloads.haiiro.moe/profiles/haiiro/expressions/pout.png");
}
.content.container .overview .section .activity-entry.activity-text > .wrap .activity-markdown b[href=mood_shocked]::after {
  content: "";
  max-height: 13.5rem;
  height: 100%;
  width: 13.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("https://downloads.haiiro.moe/profiles/haiiro/expressions/shocked.png");
}
.content.container .overview .section .activity-entry.activity-text > .wrap .activity-markdown b[href=mood_sleepy]::after {
  content: "";
  max-height: 13.5rem;
  height: 100%;
  width: 13.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("https://downloads.haiiro.moe/profiles/haiiro/expressions/sleepy.png");
}
.content.container .overview .section .activity-entry.activity-text > .wrap .activity-markdown b[href=mood_woah]::after {
  content: "";
  max-height: 13.5rem;
  height: 100%;
  width: 13.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("https://downloads.haiiro.moe/profiles/haiiro/expressions/woah.png");
}
.content.container .overview .section .activity-entry.activity-message > .wrap {
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
}
.content.container .overview .section .activity-entry.activity-message > .wrap::after {
  right: 5px;
  border-right: 4px dashed #000;
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 1) .header .name::before {
  content: "Delivered a new message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 2) .header .name::before {
  content: "New message from user ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 3) .header .name::before {
  content: "Textual communication received from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 4) .header .name::before {
  content: "Message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 5) .header .name::before {
  content: "Delivered a new message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 6) .header .name::before {
  content: "Textual communication received from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 7) .header .name::before {
  content: "Delivered a new message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 8) .header .name::before {
  content: "Incoming message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 9) .header .name::before {
  content: "Delivered a new message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 10) .header .name::before {
  content: "Holy cow! A message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 11) .header .name::before {
  content: "New message from user ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 12) .header .name::before {
  content: "Wow! A new message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 13) .header .name::before {
  content: "Message from user ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 14) .header .name::before {
  content: "Delivered a new message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 15) .header .name::before {
  content: "Message from user ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 16) .header .name::before {
  content: "Wow! A new message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 17) .header .name::before {
  content: "Incoming message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 18) .header .name::before {
  content: "Textual communication received from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 19) .header .name::before {
  content: "Wow! A new message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 20) .header .name::before {
  content: "Inbound transmission from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 21) .header .name::before {
  content: "Message from user ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 22) .header .name::before {
  content: "An actual, real message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 23) .header .name::before {
  content: "Message from user ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 24) .header .name::before {
  content: "Delivered a new message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 25) .header .name::before {
  content: "An actual, real message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 26) .header .name::before {
  content: "Wow! A new message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 27) .header .name::before {
  content: "New message from user ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 28) .header .name::before {
  content: "Wow! A new message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 29) .header .name::before {
  content: "Delivered a new message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 30) .header .name::before {
  content: "New message from user ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 31) .header .name::before {
  content: "Message from user ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 32) .header .name::before {
  content: "Holy cow! A message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 33) .header .name::before {
  content: "An actual, real message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 34) .header .name::before {
  content: "New message from user ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 35) .header .name::before {
  content: "Wow! A new message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 36) .header .name::before {
  content: "Message from user ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 37) .header .name::before {
  content: "Delivered a new message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 38) .header .name::before {
  content: "Wow! A new message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 39) .header .name::before {
  content: "Message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 40) .header .name::before {
  content: "An actual, real message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 41) .header .name::before {
  content: "Message from user ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 42) .header .name::before {
  content: "Incoming message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 43) .header .name::before {
  content: "An actual, real message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 44) .header .name::before {
  content: "Message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 45) .header .name::before {
  content: "Inbound transmission from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 46) .header .name::before {
  content: "Message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 47) .header .name::before {
  content: "Holy cow! A message from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 48) .header .name::before {
  content: "Inbound transmission from ";
}
.content.container .overview .section .activity-entry.activity-message:nth-of-type(1n + 49) .header .name::before {
  content: "Wow! A new message from ";
}

#nav .browse-wrap:hover::after {
  content: unset !important;
}
#nav .browse-wrap .dropdown {
  display: none;
}
#nav .user .notification-dot {
  display: block !important;
  width: 5px !important;
  height: 5px !important;
  font-size: 0 !important;
  pointer-events: none;
  background-color: red !important;
  border-radius: 50% !important;
  top: -40% !important;
  left: 0 !important;
  transition: none;
}
#nav .user .notification-dot canvas {
  display: none;
}
#nav .user .user-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nav .user .user-wrap .dropdown {
  transition: none !important;
  right: unset;
  left: 0;
  background-color: #fff;
  border-radius: 0;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
  font-family: "Zilla Slab", "Train One", sans-serif;
}
#nav .user .user-wrap .dropdown::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35%;
  height: calc(100% - 4px);
  pointer-events: none;
  border-top: 4px dashed #000;
  border-right: 4px dashed #000;
}
#nav .user .user-wrap .dropdown .primary-links .primary-link {
  color: #000;
  transition: none;
  width: auto;
  height: auto;
  grid-template-columns: auto;
  align-items: initial;
  font-size: 1.1em;
}
#nav .user .user-wrap .dropdown .primary-links .primary-link:hover {
  font-family: "Zilla Slab Highlight", "Train One", sans-serif;
  font-weight: 600;
}
#nav .user .user-wrap .dropdown .primary-links svg {
  display: none;
}
#nav .user .user-wrap .dropdown .footer {
  background-color: #fff;
  color: #000;
}
#nav .user .user-wrap .dropdown .footer .secondary-link {
  transition: none;
}
#nav .user .user-wrap .dropdown .footer .secondary-link:hover {
  color: #000;
  font-family: "Zilla Slab Highlight", "Train One", sans-serif;
  font-weight: 600;
}
#nav .user .user-wrap .dropdown::before {
  content: unset;
}
#nav .user .user-wrap:hover .dropdown {
  animation: none;
}
#nav .user .user-wrap:hover ~ .notification-dot {
  display: block;
  position: absolute;
  top: 200% !important;
  left: 210% !important;
}
#nav .user .hohDismiss {
  display: none;
}

div[aria-modal=true] {
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(5px);
}
div[aria-modal=true] .el-message-box {
  background-color: #fff;
  border-radius: 0;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
  font-family: "Zilla Slab", "Train One", sans-serif;
}
div[aria-modal=true] .el-message-box .el-message-box__header {
  font-family: "Zilla Slab Highlight", "Train One", sans-serif;
  font-weight: 600;
}
div[aria-modal=true] .el-message-box .el-message-box__header .el-message-box__title {
  color: #000;
  font-size: 1.2em;
}
div[aria-modal=true] .el-message-box .el-message-box__header .el-message-box__headerbtn i {
  color: #000;
  font-weight: 700;
}
div[aria-modal=true] .el-message-box .el-message-box__content {
  color: #000;
  font-size: 1em;
}
div[aria-modal=true] .el-message-box .el-message-box__content .el-message-box__input .el-input {
  background: none;
  border-radius: 0;
  color: #000;
}
div[aria-modal=true] .el-message-box .el-message-box__content .el-message-box__input .el-input .el-input__inner {
  background: none;
  border-radius: 0;
  color: #000;
  border-bottom: 1px solid #000;
}
div[aria-modal=true] .el-message-box .el-message-box__content .el-message-box__input .el-message-box__errormsg {
  font-weight: 600;
  font-size: 1em;
}
div[aria-modal=true] .el-message-box .el-message-box__btns .el-button {
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  border-radius: 0;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  background-color: #000;
  color: #000;
  transition: none;
  position: relative;
}
div[aria-modal=true] .el-message-box .el-message-box__btns .el-button::after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  pointer-events: none;
  background-color: #fff;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  z-index: -1;
}
div[aria-modal=true] .el-message-box .el-message-box__btns .el-button:hover {
  background-color: #000;
  color: #fff;
  font-weight: 600;
}
div[aria-modal=true] .el-message-box .el-message-box__btns .el-button:hover::after {
  background-color: #000;
}
div[aria-modal=true] .el-message-box .el-message-box__btns .el-button:not(.el-button--primary):hover {
  background-color: rgba(0, 0, 0, 0.5);
}
div[aria-modal=true] .el-message-box .el-message-box__btns .el-button:not(.el-button--primary):hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.list-editor-wrap {
  animation: list-editor 0.5s linear forwards;
}
@keyframes list-editor {
  0% {
    backdrop-filter: blur(0px);
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.75);
  }
}
.list-editor-wrap .list-editor {
  border-radius: 0;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
  background-color: #fff;
  box-shadow: unset;
}
.list-editor-wrap .list-editor::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 35%;
  height: 55%;
  pointer-events: none;
  border-bottom: 4px dashed #000;
  border-left: 4px dashed #000;
}
.list-editor-wrap .list-editor .el-dialog__header .el-dialog__headerbtn i {
  color: #000;
  font-weight: 700;
}
.list-editor-wrap .list-editor .el-dialog__body .header {
  box-shadow: unset;
}
.list-editor-wrap .list-editor .el-dialog__body .header[data-src=null] .title {
  color: #000 !important;
}
.list-editor-wrap .list-editor .el-dialog__body .header[data-src=null]::after {
  content: unset;
}
.list-editor-wrap .list-editor .el-dialog__body .header .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.list-editor-wrap .list-editor .el-dialog__body .header .content .cover {
  margin: 0;
  border-radius: 0;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
}
.list-editor-wrap .list-editor .el-dialog__body .header .content .title {
  color: #fff;
  font-family: "Zilla Slab Highlight", "Train One", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
}
.list-editor-wrap .list-editor .el-dialog__body .header .content .favorite {
  color: #000;
}
.list-editor-wrap .list-editor .el-dialog__body .header .content .save-btn {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  font-family: "Zilla Slab", "Train One", sans-serif;
  position: relative;
}
.list-editor-wrap .list-editor .el-dialog__body .header .content .save-btn:hover {
  color: #fff;
  background-color: #000;
}
.list-editor-wrap .list-editor .el-dialog__body .header::after {
  background: linear-gradient(to top, #fff, transparent 75%), linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
.list-editor-wrap .list-editor .el-dialog__body .body {
  background-color: #fff;
}
.list-editor-wrap .list-editor .el-dialog__body .body .input-wrap .form .input-title {
  color: #000;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
}
.list-editor-wrap .list-editor .el-dialog__body .body .input-wrap .form .el-select .el-input,
.list-editor-wrap .list-editor .el-dialog__body .body .input-wrap .form .el-input-number .el-input {
  background: none;
  border-radius: 0;
  color: #000;
}
.list-editor-wrap .list-editor .el-dialog__body .body .input-wrap .form .el-select .el-input input,
.list-editor-wrap .list-editor .el-dialog__body .body .input-wrap .form .el-input-number .el-input input {
  background: none;
  border-radius: 0;
  color: #000;
  border-bottom: 1px solid #000;
}
.list-editor-wrap .list-editor .el-dialog__body .body .input-wrap .form .el-select .el-input .el-input__suffix i,
.list-editor-wrap .list-editor .el-dialog__body .body .input-wrap .form .el-input-number .el-input .el-input__suffix i {
  color: #000;
  font-weight: 600;
}
.list-editor-wrap .list-editor .el-dialog__body .body .input-wrap .form .el-select .el-input-number__increase i,
.list-editor-wrap .list-editor .el-dialog__body .body .input-wrap .form .el-select .el-input-number__decrease i,
.list-editor-wrap .list-editor .el-dialog__body .body .input-wrap .form .el-input-number .el-input-number__increase i,
.list-editor-wrap .list-editor .el-dialog__body .body .input-wrap .form .el-input-number .el-input-number__decrease i {
  color: #000;
  font-weight: 600;
}
.list-editor-wrap .list-editor .el-dialog__body .body .input-wrap .form .el-date-editor {
  background: none;
  border-radius: 0;
  color: #000;
}
.list-editor-wrap .list-editor .el-dialog__body .body .input-wrap .form .el-date-editor input {
  background: none;
  border-radius: 0;
  color: #000;
  border-bottom: 1px solid #000;
}
.list-editor-wrap .list-editor .el-dialog__body .body .input-wrap .form .el-date-editor .el-input__prefix i {
  color: #000;
}
.list-editor-wrap .list-editor .el-dialog__body .body .input-wrap .form .el-textarea {
  background: none;
  border-radius: 0;
  color: #000;
}
.list-editor-wrap .list-editor .el-dialog__body .body .input-wrap .form .el-textarea textarea {
  background: none;
  border-radius: 0;
  color: #000;
  border-bottom: 1px solid #000;
}
.list-editor-wrap .list-editor .el-dialog__body .body .checkbox-wrap .input-title {
  color: #000;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
}
.list-editor-wrap .list-editor .el-dialog__body .body .checkbox-wrap .checkbox .el-checkbox__label {
  color: #000;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 0.975em;
}
.list-editor-wrap .list-editor .el-dialog__body .body .checkbox-wrap .checkbox .el-checkbox__input .el-checkbox__inner {
  background: transparent;
  border-color: #000;
  border-radius: 0;
  transition: none;
}
.list-editor-wrap .list-editor .el-dialog__body .body .checkbox-wrap .checkbox .el-checkbox__input .el-checkbox__inner::after {
  transition: none;
}
.list-editor-wrap .list-editor .el-dialog__body .body .checkbox-wrap .checkbox .el-checkbox__input.is-checked .el-checkbox__inner {
  background: #000;
  border-color: #000;
}
.list-editor-wrap .list-editor .el-dialog__body .body .checkbox-wrap .delete-btn {
  color: #000;
  background-color: #000;
  border-radius: 0;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1em;
  position: relative;
  transition: none;
}
.list-editor-wrap .list-editor .el-dialog__body .body .checkbox-wrap .delete-btn::after {
  content: "";
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  z-index: -1;
}
.list-editor-wrap .list-editor .el-dialog__body .body .checkbox-wrap .delete-btn:hover {
  color: #fff;
}
.list-editor-wrap .list-editor .el-dialog__body .body .checkbox-wrap .delete-btn:hover::after {
  background-color: #000;
}

.activity-entry .el-dialog__wrapper {
  animation: activity-editor 0.5s linear forwards;
}
@keyframes activity-editor {
  0% {
    backdrop-filter: blur(0px);
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.75);
  }
}

#app .page-content .header-wrap .banner {
  transition: transform 0.5s cubic-bezier(1, 0, 0, 1) !important;
  transform-origin: bottom center;
}
#app .page-content .content.container {
  transition: transform 0.5s cubic-bezier(1, 0, 0, 1) !important;
  transform-origin: top center;
}
#app #nav {
  transition: top 0.5s cubic-bezier(1, 0, 0, 1) !important;
}
#app .header-wrap .nav-wrap {
  transition: left 0.5s cubic-bezier(1, 0, 0, 1);
}

body.el-popup-parent--hidden #app #nav {
  top: -100% !important;
}
body.el-popup-parent--hidden #app .header-wrap .nav-wrap {
  left: -100%;
}

.v-modal {
  display: none;
}

.el-message {
  border-radius: 0;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.2em;
}
.el-message::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 35%;
  height: calc(100% - 3px);
  border-top: 4px dashed #000;
  border-left: 4px dashed #000;
}

.popper__arrow {
  display: none !important;
}

.el-dropdown-menu {
  border-radius: 0;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.2em;
  background: #fff !important;
  padding: 0;
}
.el-dropdown-menu .el-dropdown-menu__item {
  padding: 5px 20px !important;
  color: #000;
}
.el-dropdown-menu .el-dropdown-menu__item:hover {
  background: #000 !important;
  color: #fff !important;
}

.activity-extras-dropdown {
  background-color: #000 !important;
  color: #fff !important;
}
.activity-extras-dropdown .el-dropdown-menu__item {
  padding: 5px 20px !important;
  color: #fff !important;
  transition: none;
}
.activity-extras-dropdown .el-dropdown-menu__item .icon svg {
  color: #fff !important;
  transition: none;
}
.activity-extras-dropdown .el-dropdown-menu__item:hover {
  background: #fff !important;
  color: #000 !important;
}
.activity-extras-dropdown .el-dropdown-menu__item:hover .icon svg {
  color: #000 !important;
}

.section-header .el-dropdown .el-dropdown-menu {
  background: none !important;
  clip-path: unset;
  color: rgba(255, 255, 255, 0.65) !important;
}

.load-more {
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 0;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.2em;
  transition: none !important;
  position: relative;
}
.load-more::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  z-index: -1;
}
.load-more:hover {
  color: #fff !important;
}
.load-more:hover::after {
  background: #000;
}

.medialist.table {
  grid-template-columns: 300px auto;
  width: 100%;
}
.medialist.table .filters-wrap {
  margin-left: 100px;
}
.medialist.table .filters-wrap .entry-filter.el-input {
  background: none;
  border-radius: 0;
}
.medialist.table .filters-wrap .entry-filter.el-input input {
  background: #fff;
  border-radius: 0;
  color: #000;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.2em;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
}
.medialist.table .filters-wrap .entry-filter.el-input input::placeholder {
  color: inherit;
}
.medialist.table .filters-wrap .entry-filter.el-input .el-input__prefix {
  color: #000;
}
.medialist.table .filters-wrap .el-select {
  background: none;
  border-radius: 0;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.2em;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
}
.medialist.table .filters-wrap .el-select .el-input {
  background: none;
  border-radius: 0;
}
.medialist.table .filters-wrap .el-select .el-input .el-input__inner {
  background: #fff;
  border-radius: 0;
  color: #000;
}
.medialist.table .filters-wrap .el-select .el-input .el-input__inner::placeholder {
  color: inherit;
}
.medialist.table .filters-wrap .el-select .el-input .el-input__suffix .el-input__suffix-inner i {
  color: #000;
}
.medialist.table .filters-wrap .filters .el-slider .hohStepper {
  color: #fff !important;
}
.medialist.table .filters-wrap .filters .el-slider .el-slider__runway {
  background: #fff;
}
.medialist.table .filters-wrap .filters .el-slider .el-slider__button-wrapper .el-slider__button {
  background: #fff;
  border-radius: 0;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
}
.medialist.table .filters-wrap .filters .random-btn {
  background: none;
  border-radius: 0;
  color: #fff;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.2em;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  margin-left: calc(50% - 15px);
}
.medialist.table .filters-wrap .filters .random-btn:hover {
  background: #fff;
  color: #000;
}
.medialist.table .filters-wrap .compare-btn, .medialist.table .filters-wrap .hohButton {
  background: #fff;
  border-radius: 0;
  color: #fff;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1em;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  transition: none;
  position: relative;
  margin: 20px 0 0;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.medialist.table .filters-wrap .compare-btn::after, .medialist.table .filters-wrap .hohButton::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #000;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  z-index: -1;
}
.medialist.table .filters-wrap .compare-btn:hover, .medialist.table .filters-wrap .hohButton:hover {
  color: #000 !important;
}
.medialist.table .filters-wrap .compare-btn:hover::after, .medialist.table .filters-wrap .hohButton:hover::after {
  background: #fff;
}
.medialist.table .filters-wrap .hohExtraFilters {
  margin-top: 0 !important;
}
.medialist.table .lists .actions .theme-switch {
  color: rgba(0, 0, 0, 0.5);
  background: #fff;
  border-radius: 0;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1em;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
}
.medialist.table .lists .actions .theme-switch .active {
  color: #000;
}
.medialist.table .lists .list-wrap .section-name {
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.5em;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.medialist.table .lists .list-wrap .list-section {
  background: #000;
  box-shadow: none;
  border-radius: 0;
}
.medialist.table .lists .list-wrap .list-section .list-entries .entry {
  background: #000;
  color: #fff;
}
.medialist.table .lists .list-wrap .list-section .list-entries .entry .title a {
  color: inherit;
}
.medialist.table .lists .list-wrap .list-section .list-entries .entry .title a:hover {
  color: inherit;
}
.medialist.table .lists .list-wrap .list-section .list-entries .entry:hover {
  background: #fff;
  color: #000;
}
.medialist.table .lists .list-wrap .list-section .list-entries .entry:hover .image {
  border-radius: 0;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
}
.medialist.table .lists .list-wrap .list-section .list-entries .entry:hover .image::before {
  content: "No image.";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zilla Slab Highlight", "Train One", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  z-index: -1;
}
.medialist.table .lists .list-wrap .list-section .list-entries .entry:hover .image::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: inherit;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  z-index: -1;
}

#app:has(.medialist) ~ .el-select-dropdown {
  background: #000 !important;
  color: #fff !important;
  border-radius: 0;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
  margin: 0;
}
#app:has(.medialist) ~ .el-select-dropdown .el-select-dropdown__list {
  padding: 0;
}
#app:has(.medialist) ~ .el-select-dropdown .el-select-dropdown__list .el-select-dropdown__item {
  padding: 5px 20px !important;
  color: #fff !important;
  transition: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app:has(.medialist) ~ .el-select-dropdown .el-select-dropdown__list .el-select-dropdown__item .icon svg {
  color: #fff !important;
  transition: none;
}
#app:has(.medialist) ~ .el-select-dropdown .el-select-dropdown__list .el-select-dropdown__item.hover {
  background: #fff !important;
  color: #000 !important;
}
#app:has(.medialist) ~ .el-select-dropdown .el-select-dropdown__list .el-select-dropdown__item.hover .icon svg {
  color: #000 !important;
}

.content.container > .favourites {
  width: 85%;
  margin-left: 5%;
  margin-right: auto;
  pointer-events: none;
}
.content.container > .favourites .section-header {
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
}
.content.container > .favourites .favourites-wrap {
  overflow: visible;
  pointer-events: none;
  border-radius: 0;
  background: none;
}
.content.container > .favourites .favourites-wrap .favourite {
  pointer-events: all;
  border-radius: 0;
}
.content.container > .favourites .favourites-wrap .favourite::after {
  content: "";
  position: fixed;
  width: 230px;
  height: 270px;
  background-image: inherit;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: calc(50% - 165px);
  right: 90px;
  z-index: 1001 !important;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.content.container > .favourites .favourites-wrap .favourite[style*="default.jpg"] {
  background-image: none !important;
  background-color: #fff;
  color: #000;
  font-family: "Zilla Slab Highlight", "Train One", sans-serif;
  font-size: 1em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content.container > .favourites .favourites-wrap .favourite[style*="default.jpg"]::before {
  content: "No image.";
}
.content.container > .favourites .favourites-wrap .favourite[style*="default.jpg"]:hover::after {
  content: "No image.";
  font-size: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 230px;
  height: 270px;
  top: calc(50% - 165px);
  right: 90px;
  z-index: 1001 !important;
}
.content.container > .favourites .favourites-wrap .favourite:hover::after {
  opacity: 1;
}

.page-content:has(.user-page-unscoped[user]:not([type])) ~ .tooltip {
  transform: unset !important;
  box-shadow: none;
  position: fixed;
  left: unset;
  bottom: unset;
  width: 250px;
  height: 360px;
  top: calc(50% - 180px);
  right: 80px;
  background-color: #fff;
  border-radius: 0;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  z-index: 1000 !important;
  transition: opacity 0.2s ease-in-out;
}
.page-content:has(.user-page-unscoped[user]:not([type])) ~ .tooltip .title {
  background: none;
  border-radius: 0;
  padding-top: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 0;
}
.page-content:has(.user-page-unscoped[user]:not([type])) ~ .tooltip .title,
.page-content:has(.user-page-unscoped[user]:not([type])) ~ .tooltip .content {
  color: #000;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.2em;
  text-align: center;
}
.page-content:has(.user-page-unscoped[user]:not([type])) ~ .tooltip::after {
  content: unset;
}
.page-content:has(.user-page-unscoped[user]:not([type])) ~ .tooltip:not(:has(.content)) {
  height: 340px;
}
.page-content:has(.user-page-unscoped[user]:not([type])) ~ .tooltip:not(:has(.content)) .title {
  font-size: 1.5em;
}

.filter-group .group-header {
  color: #fff !important;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.2em;
  margin-top: 30px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px solid #fff;
}
.filter-group > span, .filter-group > a {
  color: #fff !important;
  font-size: 1.2em !important;
  font-family: "Zilla Slab", "Train One", sans-serif !important;
}
.filter-group > span .hohCount, .filter-group > a .hohCount {
  color: #fff !important;
  font-family: "Zilla Slab", "Train One", sans-serif;
}
.filter-group > span.active, .filter-group > .router-link-active {
  background: none !important;
  font-family: "Zilla Slab Highlight", "Train One", sans-serif !important;
  font-weight: 700 !important;
}
.filter-group > span.active .count, .filter-group > span.active .hohCount, .filter-group > .router-link-active .count, .filter-group > .router-link-active .hohCount {
  color: #fff !important;
  font-family: "Zilla Slab", "Train One", sans-serif;
}
.filter-group ~ .hohStatsTrigger {
  display: none;
}

.user[type=anime][page=tags]:not(.hohSpecialPage) #regularAnimeTable, .user[type=manga][page=tags]:not(.hohSpecialPage) #regularMangaTable, .user[type=anime][page=staff]:not(.hohSpecialPage) #animeStaff, .user[type=anime][page=studios]:not(.hohSpecialPage) #animeStudios, .user[type=manga][page=staff]:not(.hohSpecialPage) #mangaStaff {
  display: none !important;
}

.content.container > .stats {
  width: calc(100% - 100px);
  margin-left: auto;
}
.content.container > .stats .increase-stats {
  display: none;
}
.content.container > .stats .heading h3, .content.container > .stats .heading h2, .content.container > .stats .heading h1, .content.container > .stats .header h3, .content.container > .stats .header h2, .content.container > .stats .header h1 {
  font-size: 1.5em;
  color: #fff;
  font-family: "Zilla Slab", "Train One", sans-serif;
}
.content.container > .stats .heading .switch, .content.container > .stats .heading .switches, .content.container > .stats .header .switch, .content.container > .stats .header .switches {
  color: #fff;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.2em;
  border-radius: 0;
  background: none;
  height: auto;
}
.content.container > .stats .heading .switch .options .option, .content.container > .stats .heading .switches .options .option, .content.container > .stats .header .switch .options .option, .content.container > .stats .header .switches .options .option {
  color: #fff;
  border-radius: 0;
  background: none;
  border: 1px solid #fff;
  padding: 5px 10px;
  margin: 0;
  transition: none;
}
.content.container > .stats .heading .switch .options .option:hover, .content.container > .stats .heading .switches .options .option:hover, .content.container > .stats .header .switch .options .option:hover, .content.container > .stats .header .switches .options .option:hover {
  background: #fff;
  color: #000;
}
.content.container > .stats .heading .switch .options .option.active, .content.container > .stats .heading .switches .options .option.active, .content.container > .stats .header .switch .options .option.active, .content.container > .stats .header .switches .options .option.active {
  background: #fff;
  color: #000;
}
.content.container > .stats section:nth-of-type(1) .highlight .circle {
  background: #fff;
  border-radius: 0;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
}
.content.container > .stats section:nth-of-type(1) .highlight .circle svg {
  color: #000;
}
.content.container > .stats section:nth-of-type(1) .highlight .value {
  color: #fff;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}
.content.container > .stats section:nth-of-type(1) .highlight .label {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 0.9em;
}
.content.container > .stats section .bar-chart-wrap {
  border-radius: 0;
  background: none;
}
.content.container > .stats section .bar-chart-wrap .bar-chart .bar {
  background: #fff;
  border-radius: 0;
}
.content.container > .stats section .bar-chart-wrap .x-axis {
  background: rgba(255, 255, 255, 0.05);
}
.content.container > .stats section .pie-chart {
  background: none;
  border-radius: 0;
}
.content.container > .stats section .pie-chart .title {
  color: #fff;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.2em;
  text-align: center;
}
.content.container > .stats section .pie-chart .labels .label-wrap {
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1em;
  border-radius: 0;
}
.content.container > .stats section .pie-chart .labels .label-wrap .percent {
  border-radius: 0;
}
.content.container > .stats section .pie-chart .labels .label-wrap[style*="rgb(255, 255, 255)"] {
  color: #000;
}
.content.container > .stats section .pie-chart .labels .label-wrap[style*="rgb(255, 255, 255)"] .percent {
  background: rgba(0, 0, 0, 0.2);
}
.content.container > .stats section .draggable .horizontal-scroller {
  background: none;
  border-radius: 0;
}
.content.container > .stats section .draggable .horizontal-scroller .line-chart-wrap {
  background: none;
  border-radius: 0;
}
.content.container > .stats section .draggable .horizontal-scroller .line-chart-wrap .line-chart .area {
  fill: rgba(255, 255, 255, 0.05);
}
.content.container > .stats section .draggable .horizontal-scroller .line-chart-wrap .line-chart .point-label {
  fill: #fff;
  font-family: "Zilla Slab", "Train One", sans-serif;
}
.content.container > .stats section .draggable .horizontal-scroller .line-chart-wrap .x-axis {
  background: rgba(255, 255, 255, 0.05);
}
.content.container > .stats section .draggable .horizontal-scroller .line-chart-wrap .x-axis .label {
  color: #fff;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.1em;
}
.content.container > .stats .stat-cards .stat-card {
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 10px 0;
}
.content.container > .stats .stat-cards .stat-card .title {
  background: none;
  border-radius: 0;
  color: #fff;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.5em;
  padding: 10px 15px;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-bottom: 25px;
}
.content.container > .stats .stat-cards .stat-card .count {
  background: #fff;
  color: #000;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1em;
  top: 38px;
  right: 34px;
}
.content.container > .stats .stat-cards .stat-card .wrap .image {
  border-radius: 0;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
}
.content.container > .stats .stat-cards .stat-card .wrap .image[style*="default.jpg"] {
  background: none !important;
}
.content.container > .stats .stat-cards .stat-card .wrap .image::after {
  content: "No image.";
  color: #000;
  font-family: "Zilla Slab Highlight", "Train One", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
  z-index: 1;
}
.content.container > .stats .stat-cards .stat-card .wrap .image::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-image: inherit;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
  z-index: 2;
}
.content.container > .stats .stat-cards .stat-card .wrap > .image {
  z-index: 100;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
}
.content.container > .stats .stat-cards .stat-card .wrap > .image::after {
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  font-size: 1.5em;
}
.content.container > .stats .stat-cards .stat-card .wrap > .image::before {
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
}
.content.container > .stats .stat-cards .stat-card .wrap .relations-wrap {
  background: none;
}
.content.container > .stats .stat-cards .stat-card .wrap .relations-wrap .button {
  z-index: 100;
}
.content.container > .stats .stat-cards .stat-card .wrap .relations-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(to right, black, transparent 15%);
  z-index: 99;
}
.content.container > .stats .stat-cards .stat-card .wrap .relations-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(to left, black, transparent 15%);
  z-index: 99;
}
.content.container > .stats .stat-cards .stat-card.has-image .relations-wrap::before {
  left: 154px;
}

.page-content:has(.stats) ~ .tooltip {
  background: #fff;
  border-radius: 0;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1em;
}
.page-content:has(.stats) ~ .tooltip .title {
  background: none;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 10px;
  color: #000;
  border-bottom: 3px dashed #000;
  text-align: center;
}
.page-content:has(.stats) ~ .tooltip .content {
  color: #000;
}
.page-content:has(.stats) ~ .tooltip:not(:has(.content)) .title {
  border-bottom: none;
}

.user-social {
  width: calc(100% - 100px);
}
.user-social .theme-switch {
  color: rgba(0, 0, 0, 0.5);
  background: #fff;
  border-radius: 0;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1em;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
  margin-left: auto;
  margin-right: auto;
}
.user-social .theme-switch .active {
  color: #000;
}
.user-social .filter-group > span:nth-of-type(5), .user-social .filter-group > span:nth-of-type(6), .user-social .filter-group > span:nth-of-type(7) {
  display: none;
}
.user-social .thread-card {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 10px 0;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
  color: #000;
}
.user-social .thread-card .title {
  background: none;
  border-radius: 0;
  color: #000;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  padding: 10px 15px;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 25px;
}
.user-social .thread-card .body-preview {
  color: #000;
}
.user-social .thread-card .footer .name a span {
  color: rgba(0, 0, 0, 0.6);
}
.user-social .thread-card .footer .info {
  color: rgba(0, 0, 0, 0.6);
}
.user-social .comment-wrap {
  background: #fff;
  border-radius: 0;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1em;
  color: #000;
}
.user-social .comment-wrap .comment .header .user {
  color: #000;
}
.user-social .comment-wrap .comment .header time {
  color: rgba(0, 0, 0, 0.6);
}
.user-social .comment-wrap .comment .header .actions .button {
  color: rgba(0, 0, 0, 0.6);
}
.user-social .comment-wrap .comment .header .actions .button svg {
  stroke: rgba(0, 0, 0, 0.6);
}
.user-social.listView .user-follow .wrap {
  display: flex !important;
}
.user-social.listView .wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
  flex-direction: row;
}
.user-social.listView .wrap .follow-card {
  background: #fff;
  position: relative;
  border-radius: 0;
  width: 320px;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
}
.user-social.listView .wrap .follow-card .name {
  display: inline-flex;
  width: 240px;
  background: #fff;
  border-radius: 0;
  color: #000 !important;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.2em;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  margin: 0 0 0 80px !important;
}
.user-social:not(.listView) .follow-card {
  background: none;
  border-radius: 0;
  clip-path: polygon(0% 10px, 10px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0% calc(100% - 0px));
}
.user-social:not(.listView) .follow-card .name {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0;
  color: #000 !important;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1em;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.quick-search.visible {
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(5px);
}
.quick-search.visible .input {
  border-radius: 0;
  background: #fff;
  color: #000;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.2em;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
}
.quick-search.visible .input .icon {
  color: #000;
}
.quick-search.visible .input input {
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.quick-search.visible .input input::placeholder {
  font-size: 0;
}
.quick-search.visible .input::before {
  content: "Search";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.2em;
  color: #000;
  z-index: -1;
}
.quick-search.visible .input:has(:focus-within)::before {
  content: "";
}
.quick-search.visible .results .result-col {
  border-radius: 0;
  background-color: #fff;
  color: #000;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.2em;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  padding-top: 2em;
  position: relative;
}
.quick-search.visible .results .result-col .title {
  color: #000;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.2em;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 100;
  border-bottom: black 2px solid;
  padding-left: 10px;
  width: 35%;
}
.quick-search.visible .results .result-col .result {
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
.quick-search.visible .results .result-col .result:first-of-type {
  margin-top: 10px;
}
.quick-search.visible .results .result-col .result .name {
  color: #000;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1.2em;
}
.quick-search.visible .results .result-col .result .image {
  border-radius: 0;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
}
.quick-search.visible .results .result-col .result .info {
  color: #000;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1em;
}
.quick-search.visible .results .result-col .result .open-list-editor {
  background: #000;
  color: #fff;
}
.quick-search.visible .results .result-col .result .name, .quick-search.visible .results .result-col .result .info, .quick-search.visible .results .result-col .result .open-list-editor {
  transition: all 0.2s ease-in-out;
}
.quick-search.visible .results .result-col .result:hover {
  background-color: #000;
}
.quick-search.visible .results .result-col .result:hover .name, .quick-search.visible .results .result-col .result:hover .info {
  color: #fff;
}

.footer {
  background: none !important;
}
.footer .container {
  justify-content: center;
}
.footer .theme-selector {
  display: none;
}
.footer .links {
  margin-left: unset;
  font-family: "Zilla Slab", "Train One", sans-serif;
  font-size: 1em;
}
.footer .links a {
  color: #fff;
  transition: none;
}
.footer .links a:hover {
  font-family: "Zilla Slab Highlight", "Train One", sans-serif;
  font-size: 0.99em;
}

.progress {
  width: 0 !important;
  height: 0 !important;
  opacity: 1 !important;
}
.progress::after {
  content: "▲";
  font-size: 1.2em;
  font-family: "Zilla Slab", "Train One", sans-serif;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 10px));
  z-index: 1000;
}
.progress:active {
  pointer-events: none;
}
.progress:active ~ .page-content {
  height: 0;
}

.header-wrap .banner {
  height: 100vh;
  animation: loading-ani__header 0.3s cubic-bezier(0.86, 0, 0.07, 1) forwards 2.5s;
}
.header-wrap .banner .container {
  opacity: 0;
  animation: loading-ani__profile 0.3s cubic-bezier(0.86, 0, 0.07, 1) forwards 2.5s;
}
.header-wrap .nav-wrap {
  left: -100%;
  animation: loading-ani__side-nav 0.3s cubic-bezier(0.86, 0, 0.07, 1) forwards 2.5s;
}

#nav .wrap .links::after, #nav .wrap .links::before,
#nav.hide .wrap .links::after,
#nav.hide .wrap .links::before,
#nav.transparent .wrap .links::after,
#nav.transparent .wrap .links::before {
  top: 625%;
  font-size: 15rem;
  animation: loading-ani__logo 0.3s cubic-bezier(0.86, 0, 0.07, 1) forwards 2.5s;
}
#nav .wrap .links .link:nth-of-type(3),
#nav.hide .wrap .links .link:nth-of-type(3),
#nav.transparent .wrap .links .link:nth-of-type(3) {
  margin-right: 0;
  animation: loading-ani__nav-right 0.3s cubic-bezier(0.86, 0, 0.07, 1) forwards 2.5s;
}
#nav .wrap .links .link:nth-of-type(4),
#nav.hide .wrap .links .link:nth-of-type(4),
#nav.transparent .wrap .links .link:nth-of-type(4) {
  margin-left: 0;
  animation: loading-ani__nav-left 0.3s cubic-bezier(0.86, 0, 0.07, 1) forwards 2.5s;
}

body {
  overflow: hidden;
  animation: loading-ani__body 1ms linear forwards 2.8s;
}

@keyframes loading-ani__header {
  from {
    height: 100vh;
  }
  to {
    height: 650px;
  }
}
@keyframes loading-ani__logo {
  from {
    top: 625%;
    font-size: 15rem;
  }
  to {
    top: 0;
    font-size: 4rem;
  }
}
@keyframes loading-ani__side-nav {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@keyframes loading-ani__profile {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes loading-ani__nav-right {
  from {
    margin-right: 0;
  }
  to {
    margin-right: 5rem;
  }
}
@keyframes loading-ani__nav-left {
  from {
    margin-left: 0;
  }
  to {
    margin-left: 5rem;
  }
}
@keyframes loading-ani__body {
  from {
    overflow: hidden;
  }
  to {
    overflow: auto;
  }
}

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