@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
#bf_appwrapper *, #bf_appwrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
  box-sizing: border-box;
}
#bf_appwrapper *::-webkit-scrollbar, #bf_appwrapper::-webkit-scrollbar {
  display: none;
}
#bf_appwrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: #080808;
  padding: 3px;
  box-sizing: content-box;
}
#bf_appwrapper .panel {
  height: 100%;
  overflow: hidden auto;
  width: calc(100% - 3rem);
  top: 50%;
  right: 0%;
  position: absolute;
  translate: 0% -50%;
  padding: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
#bf_appwrapper .panel #HomepageTabs {
  width: 100%;
  height: fit-content;
  min-height: 5rem;
  margin-top: 0.5rem;
}
#bf_appwrapper .panel #HomepageTabs .hpp {
  width: 100%;
  height: fit-content;
  min-height: 5rem;
  padding: 1rem 0;
}
#bf_appwrapper .panel #HomepageTabs .hpl {
  width: 100%;
  height: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  border-bottom: 1px solid rgba(85, 85, 85, 0.3333333333);
}
#bf_appwrapper .panel #HomepageTabs .hpl .hpi {
  background: #F16522;
  height: 2px;
  width: var(--active-tab-width);
  translate: 0% 1px;
  left: var(--active-tab-left);
  bottom: 0%;
  position: absolute;
}
#bf_appwrapper .panel #HomepageTabs .hpl .hptab {
  width: fit-content;
  height: 100%;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  line-height: 0;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  outline: none;
  color: #dedede;
  font-size: 0.875rem;
}
#bf_appwrapper .panel .bf_topBar {
  height: 2.5rem;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
#bf_appwrapper .panel .bf_topBar #userAccount {
  width: 150px;
  height: calc(100% - 0.5rem);
  background: #262626;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 0.5rem;
  gap: 0.5rem;
}
#bf_appwrapper .panel .bf_topBar #userAccount #userProfilePicture {
  height: 1rem;
  aspect-ratio: 1/1;
  background: white;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#bf_appwrapper .panel .bf_topBar #userAccount #userName {
  color: #dedede;
  font-size: 0.875rem;
}
#bf_appwrapper .panel .bf_topBar .seperator {
  height: calc(100% - 0.5rem);
  width: 0.75rem;
  margin-left: 0.5rem;
  border-left: 1px solid rgba(85, 85, 85, 0.3333333333);
}
#bf_appwrapper .panel .bf_topBar #searchbarWrapper {
  width: fit-content;
  height: 100%;
  padding: 0.25rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  position: relative;
}
#bf_appwrapper .panel .bf_topBar #searchbarWrapper #icon {
  color: rgba(229, 229, 229, 0.7529411765);
  position: absolute;
  left: 0.5rem;
  font-size: 1rem;
  top: 50%;
  translate: 0% -50%;
  height: 1.5rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
  z-index: 9;
}
#bf_appwrapper .panel .bf_topBar #searchbarWrapper input {
  height: 100%;
  width: 100%;
  background: #262626;
  border: none;
  outline: none;
  padding: 0.5rem;
  color: #dedede;
  padding-left: 2rem;
  font-size: 0.875rem;
}
#bf_appwrapper .panel .bf_topBar #searchbarWrapper input ::placeholder {
  color: rgba(229, 229, 229, 0.7529411765);
}
#bf_appwrapper .panel .bf_topBar #mclogo {
  width: 150px;
  height: 2rem;
  background-image: url("/apps/beanforged/eagl.png");
  background-size: contain;
  scale: 1.1;
  background-position: top center;
  background-repeat: no-repeat;
}
#bf_appwrapper #bf_sidebar {
  height: 100%;
  width: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0%;
  top: 50%;
  translate: 0% -50%;
  background: #161616;
}
#bf_appwrapper #bf_sidebar #spacer {
  flex-grow: 1 !important;
}
#bf_appwrapper #bf_sidebar #indicator {
  width: 100%;
  position: absolute;
  top: var(--active-tab-top);
  left: 50%;
  translate: -50% 0%;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.0823529412);
  transition: 0.35s;
}
#bf_appwrapper #bf_sidebar .bf_sb_icon {
  width: 100%;
  aspect-ratio: 1/1;
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
  cursor: pointer;
  font-size: 1.25rem;
  color: rgba(229, 229, 229, 0.7529411765);
  border-radius: 50%;
}
#bf_appwrapper #bf_sidebar .bf_sb_icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
#bf_appwrapper * {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
#bf_appwrapper .settingsInfo {
  color: #dedede;
  opacity: 0.75;
  width: 100%;
  height: fit-content;
  font-size: 0.875rem;
}
#mpt_toolbar {
  height: 2rem;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
#mpt_toolbar .button {
  width: fit-content;
  height: 100%;
  padding: 0.5rem 0;
  background: transparent;
  border: none;
  outline: none;
  font-size: 0.875rem;
  color: #dedede;
  transition: 0.35s;
  cursor: pointer;
}
#mpt_toolbar .button.b2 {
  background: #262626;
  padding: 0.5rem 2rem !important;
}
.backdrop {
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5647058824);
  backdrop-filter: blur(0.5rem);
  opacity: 1;
  transition: 1s;
  z-index: 99;
}
.backdrop[data-starting-style], .backdrop[data-ending-style] {
  opacity: 0;
}
.popup {
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24rem;
  max-width: calc(100% - 3rem);
  margin-top: -2rem;
  padding: 1.5rem;
  z-index: 159;
  background-color: #161616;
  color: #dedede;
  transition: all 150ms;
  touch-action: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5rem;
}
.popup p {
  font-size: 0.875rem;
  opacity: 0.8;
}
.popup #file {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
}
.popup #text {
  width: 10rem;
  flex-grow: 1;
  height: 100%;
  padding: 0.5rem;
  background: #262626;
  border: none;
  outline: none;
  color: #dedede;
}
.popup[data-starting-style], .popup[data-ending-style] {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
}
.rowWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 0.5rem;
  width: 100%;
  max-width: 100%;
}
#instances {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
#instances .instanceWrapper {
  min-width: 6rem;
  max-width: 8.5rem;
  width: auto;
  flex: 1;
  aspect-ratio: 17.5/25;
  background: #262626;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}
#instances .instanceWrapper .version {
  top: 0.25rem;
  right: 0.25rem;
  padding: 0.125rem 0.25rem;
  position: absolute;
  background: rgba(0, 0, 0, 0.5647058824);
  font-size: 0.75rem;
  color: #dedede;
  color: #e0e0e0;
  width: fit-content;
  height: fit-content;
  z-index: 80;
}
#instances .instanceWrapper .action {
  height: 0.75rem;
  aspect-ratio: 1/1;
  padding: 0 !important;
  line-height: 0;
  font-size: 0.75rem;
  color: #dedede;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
#instances .instanceWrapper .h1 {
  font-size: 0.875rem;
  color: #dedede;
  padding: 0 0.5rem;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
}
#instances .instanceWrapper .cover {
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ttpopup {
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0.65rem;
  background-color: #262626 !important;
  filter: drop-shadow(0 0 5px rgba(8, 8, 8, 0.5));
  color: #dedede;
  transform-origin: var(--transform-origin);
  z-index: 999;
  transition: transform 150ms, opacity 150ms;
}
.ttpopup[data-starting-style], .ttpopup[data-ending-style] {
  opacity: 0;
  transform: scale(0.9);
}
.ttpopup[data-instant] {
  transition: none;
}
.bflstxt {
  color: #dedede;
  font-size: 0.875rem;
  animation: 2s flash infinite;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}