@font-face {
  font-family: "Segoe SL Boot";
  src: url("/fonts/segoe_slboot.ttf");
}
.font-segoe-slboot, .font-segoe-slboot *, .font-segoe-slboot * {
  font-family: "Segoe SL Boot";
  font-weight: 400;
}

.font-segoe, .font-segoe *, .font-segoe * {
  font-family: "Segoe Pro", sans-serif;
  font-weight: 400;
}

.font-tahoma, .font-tahoma *, .font-tahoma * {
  font-family: "Tahoma", sans-serif;
  font-weight: 400;
}

.font-comic, .font-comic *, .font-comic * {
  font-family: "Comic Relief", sans-serif;
  font-weight: 400;
}

.font-times, .font-times *, .font-times * {
  font-family: "PT Serif", sans-serif;
  font-weight: 400;
}

.font-mono, .font-mono *, .font-mono * {
  font-family: "Source Code Pro", monospace;
  font-weight: 400;
}

.LoadingScreen {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: 100dvh;
  width: 100dvw;
  z-index: 999;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  user-select: none;
  padding-bottom: 5rem;
}
.LoadingScreen .Logo {
  height: 10rem;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  object-fit: contain;
  background-image: url("/assets/favicon_modern.png");
}
.LoadingScreen p {
  color: #C8C8C8;
  font-size: 0.875rem;
  font-family: "Segoe SL Boot";
  font-weight: 400;
}
.LoadingScreen .bcircle {
  font-size: 1.675rem;
  position: fixed;
  bottom: 5.5rem;
  left: 50%;
  translate: -50% 0%;
}@font-face {
  font-family: "Segoe SL Boot";
  src: url("/fonts/segoe_slboot.ttf");
}
.font-segoe-slboot, .font-segoe-slboot *, .font-segoe-slboot * {
  font-family: "Segoe SL Boot";
  font-weight: 400;
}

.font-segoe, .font-segoe *, .font-segoe * {
  font-family: "Segoe Pro", sans-serif;
  font-weight: 400;
}

.font-tahoma, .font-tahoma *, .font-tahoma * {
  font-family: "Tahoma", sans-serif;
  font-weight: 400;
}

.font-comic, .font-comic *, .font-comic * {
  font-family: "Comic Relief", sans-serif;
  font-weight: 400;
}

.font-times, .font-times *, .font-times * {
  font-family: "PT Serif", sans-serif;
  font-weight: 400;
}

.font-mono, .font-mono *, .font-mono * {
  font-family: "Source Code Pro", monospace;
  font-weight: 400;
}

.Loading {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: 100dvh;
  width: 100dvw;
  z-index: 99;
  position: fixed !important;
  background: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Loading span {
  font-size: 2rem;
  color: #e5e5e5 !important;
  font-weight: 500;
  animation: flash 2s infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}#modstoresearch, .mscinput {
  height: 1.5rem;
  flex: 1;
  border: 1px solid #dadbdd;
  background: #fff;
  padding: 2px;
  box-sizing: border-box;
  font-size: 0.825rem;
  position: relative;
  outline: none;
  color: black;
}
#modstoresearch.config, .mscinput.config {
  font-size: 0.75rem;
  height: 1.5rem;
}
#modstoresearch::placeholder, .mscinput::placeholder {
  color: #7f7f7f;
}

.mscAdd {
  height: 1.5rem;
  width: fit-content;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 0.25rem;
  border: 1px solid #dadbdd;
  font-size: 0.675rem;
  background: #fff;
  position: relative;
  outline: none;
  color: black;
  padding-left: 1.25rem;
  cursor: pointer;
}
.mscAdd:hover {
  color: #4192ea;
  border-color: #4192ea;
}
.mscAdd {
  outline: transparent 1px solid;
  outline-offset: -2px;
  transition: 0.35s;
}
.mscAdd:active {
  background: #4192ea;
  border-color: transparent;
  color: #fff;
  outline-color: #fff;
}
.mscAdd .icon {
  height: 0.675rem !important;
  width: 0.675rem !important;
  position: absolute;
  top: 50%;
  left: 0.35rem;
  translate: 0% -50%;
  display: inline-block;
}

.mscrowWrapper {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.675rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.mscrowWrapper a {
  text-decoration: none;
}
.mscrowWrapper .spacer {
  display: block;
  flex: 1;
}
.mscrowWrapper p {
  width: min-content;
  max-width: 50%;
}
.mscrowWrapper p, .mscrowWrapper p * {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
}
.mscrowWrapper {
  gap: 0 0.25rem;
}
.mscrowWrapper.config {
  gap: 0 0.5rem;
  min-height: 2rem;
  width: 100%;
}
.mscrowWrapper.config input {
  width: calc(20% - 1rem);
  float: right;
}
.mscrowWrapper.config input[type=number] {
  width: calc(40% - 1rem);
}
.mscrowWrapper.config input[type=text] {
  width: calc(50% - 1rem);
}
.mscrowWrapper.config input[type=color] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid rgba(69, 69, 69, 0.3764705882);
  padding: 0;
  cursor: pointer;
}
.mscrowWrapper.config input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}
.mscrowWrapper.config input[type=color]:focus {
  outline: none;
}
.mscrowWrapper.config input[type=color]::-webkit-color-swatch {
  border: none;
}
.mscrowWrapper.config input[type=color]::-moz-color-swatch {
  border: none;
}
.mscrowWrapper.config :first-child {
  flex-grow: 1;
  width: 100%;
}

.modWrapper {
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: fit-content;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.modWrapper .enabledbtn {
  margin-top: 0.5rem;
}
.modWrapper .mod {
  min-height: 6.5rem;
  width: 15rem;
  border: 1px solid rgba(69, 69, 69, 0.3764705882);
  box-sizing: border-box;
  padding: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.25rem;
  flex-direction: column;
  position: relative;
  padding-bottom: 2.5rem;
}
.modWrapper .mod .ButtonWrapper {
  bottom: 0.5rem;
  left: 0.5rem;
  position: absolute;
}
.modWrapper .mod h1 {
  font-size: 1.25rem;
  line-height: 1.25;
}
.modWrapper .mod code {
  font-size: 0.6rem;
  font-family: "Source Code Pro", monospace;
  background: #f5f5f5;
  color: #0c0c0c;
  display: inline-block;
  padding: 2px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid rgba(69, 69, 69, 0.3764705882);
}
.modWrapper .mod .tag {
  border-radius: 12px;
  background: #606060;
  padding: 0 0.35rem;
  font-size: 0.55rem;
  color: #fff;
}
.modWrapper .mod .tag.true {
  background: #15b356;
  color: #fff;
}
.modWrapper .mod .tag.false {
  background: #c5302b;
  color: #fff;
}
.modWrapper .mod .description {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.6901960784);
}
.modWrapper .mod span.code {
  font-size: 0.55rem;
  font-family: "Source Code Pro", monospace;
  background: #252525;
  color: #fff;
  display: inline-block;
  padding: 2px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid rgba(69, 69, 69, 0.3764705882);
}

.enabledbtn {
  padding: 0.25rem 1.75rem;
  font-size: 0.75rem;
  border: 1px solid rgba(69, 69, 69, 0.3764705882);
  background: #fff;
  text-align: center;
  transition: 0.35s;
  cursor: pointer;
}
.enabledbtn:hover {
  color: #4192ea;
  border-color: #4192ea;
}
.enabledbtn {
  outline: transparent 1px solid;
  outline-offset: -2px;
  position: relative;
}
.enabledbtn:active {
  outline-color: #fff;
}
.enabledbtn::before {
  content: "Disable?";
  opacity: 0;
  pointer-events: none;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  font-size: 0.75rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  background: #c52020;
  color: #fff;
  transition: 0.35s;
}
.enabledbtn.true, .enabledbtn:active {
  background: #4192ea;
  border-color: transparent;
  color: #fff;
}
.enabledbtn.true:hover::before {
  opacity: 1 !important;
}

.mscloading {
  color: #000;
  font-size: 0.875rem;
  animation: 2s flash infinite;
}

@keyframes flashMod {
  0% {
    filter: brightness(50%);
  }
  50% {
    filter: brightness(75%);
  }
  100% {
    filter: brightness(50%);
  }
}
.modconfigbackdrop {
  position: absolute;
  min-height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5647058824);
  backdrop-filter: blur(4px);
  z-index: 99;
  transition: opacity 150ms;
}
.modconfigbackdrop[data-starting-style], .modconfigbackdrop[data-ending-style] {
  opacity: 0;
}

.mscscrollWrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  overflow: hidden auto;
  padding: 1rem;
  box-sizing: border-box;
}

.modconfigpopup {
  height: auto;
  max-height: 100%;
  width: 20rem;
  background: #fff;
  border: 1px solid rgba(69, 69, 69, 0.3764705882);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 129;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5rem;
  backdrop-filter: blur(1rem);
  outline: none;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.modwiniframe {
  height: 100%;
  width: 100%;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}body {
  padding: 0;
}

.s404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100dvh;
  width: 100dvw;
  position: absolute;
  font-family: "Poppins", sans-serif;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: #151515;
  color: #f0f0f0;
}
.s404 h1 {
  margin: 0;
  font-size: 20rem;
}
.s404 p {
  opacity: 0.75;
  font-size: 0.875rem;
  margin: 0;
}