﻿.material-icons-outlined {
  font-size: 1.25rem !important;
}

.page-wrapper, .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
  padding-bottom: 0.5rem;
  flex-grow: 1;
}

.page-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}

.options-menu-button, .collapsable-button {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  outline: none;
  border: none;
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.25rem;
}
.options-menu-button:hover, .collapsable-button:hover {
  cursor: pointer;
}

.main-options-dropdown {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
}

.options-menu-wrapper, .collapsable-wrapper {
  max-height: 15.5rem;
}
.options-menu-wrapper.open, .collapsable-wrapper.open {
  animation-name: open-options-menu;
  animation-duration: 0.5s;
  animation-iteration-count: initial;
}
.options-menu-wrapper.close, .collapsable-wrapper.close {
  animation-name: close-options-menu;
  animation-duration: 0.5s;
  animation-iteration-count: initial;
}
.options-menu-wrapper ul, .collapsable-wrapper ul {
  border-left: 2px solid;
  border-right: 2px solid;
  padding: 0.5rem;
  margin-top: 0;
  max-height: 12.25rem;
}

.collapsable-wrapper .collapsable-button.close {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.collapsable-area {
  border-left: 2px solid;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0.5rem;
}
.collapsable-area.close {
  visibility: hidden;
  height: 0;
  overflow-y: hidden;
}

.content-wrapper {
  align-items: center;
  padding: 0;
  margin: 0;
  padding-bottom: 0.5rem;
}

.btn-icon {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  min-height: 2rem;
  height: fit-content;
  border: none;
  border-radius: 0.25rem;
  outline: none;
}
.btn-icon.large {
  padding: 1rem 2rem;
  gap: 1rem;
}
.btn-icon .btn-icon-heading {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.btn-icon .btn-icon-subheading {
  font-weight: 700;
  letter-spacing: 0.1px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.btn-icon:hover {
  cursor: pointer;
}
.btn-icon:active {
  cursor: pointer;
}

.btn-adornment {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  max-width: 2rem;
  min-height: 2rem;
  border: none;
  position: relative;
  outline: none;
}
.btn-adornment .hover-zone {
  position: absolute;
  border-radius: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.btn-adornment i {
  z-index: 1;
}
.btn-adornment:hover .hover-zone {
  cursor: pointer;
}
.btn-adornment:active .hover-zone {
  cursor: pointer;
}

.btn-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border: 0.125rem solid;
  border-radius: 0.25rem;
  padding: 0.25rem 1rem;
  box-sizing: border-box;
  min-width: 100%;
  max-width: 100%;
  min-height: 3.5rem;
  justify-content: center;
  outline: none;
}
.btn-list .btn-list-heading {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.btn-list .btn-list-subheading {
  font-weight: 700;
  letter-spacing: 0.1px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.btn-list:hover {
  cursor: pointer;
}
.btn-list:active {
  cursor: pointer;
}

.btn-sprite {
  flex-direction: row;
  align-items: center;
  justify-content: start;
  padding-left: 0.5rem;
}
.btn-sprite:disabled svg {
  filter: grayscale(100%);
}

.input {
  display: flex;
  flex-direction: row;
  position: relative;
  gap: 0.5rem;
  border: 0.125rem solid;
  border-radius: 0.25rem;
  box-sizing: border-box;
  max-width: 100%;
  height: fit-content;
  justify-content: space-between;
}
.input input, .input textarea, .input select {
  display: flex;
  flex-grow: 1;
  border: none !important;
  outline: none !important;
  font-weight: 500;
  letter-spacing: 0.2px;
  font-size: 1rem;
  line-height: 1.25rem;
  min-height: 2rem;
}
.input select {
  min-height: 2rem;
}
.input.input-file {
  border: 0.125rem dashed;
  min-height: 5rem;
}
.input.input-file input[type=file]::file-selector-button {
  outline: none;
  border: none;
  min-height: 3.5rem;
  padding: 0;
  width: 0.1px;
}
.input.input-file input[type=file] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}
.input.input-date input, .input.input-time input {
  display: flex;
  align-items: center;
  min-height: 2rem;
  padding: 0rem 1rem;
}
.input textarea {
  resize: none;
  white-space: pre-wrap;
  padding: 0.5rem;
}
.input label {
  position: absolute;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1rem;
  z-index: 5;
  left: 0.875rem;
  top: -0.5625rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.input.input-file .input-file-tag {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  width: fit-content;
  font-weight: 500;
  pointer-events: none;
}

.btn-tab-row {
  display: flex;
  width: fit-content;
}

.btn-tab {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  min-height: 2rem;
  height: fit-content;
  border: none;
  border-radius: 0;
  outline: none;
}
.btn-tab .btn-tab-heading {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.btn-tab:hover {
  cursor: pointer;
}

.btn-tab-row .btn-tab:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.btn-tab-row .btn-tab:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.input-checkbox {
  display: flex;
  align-items: center;
}

.input-checkbox input[type=checkbox] {
  display: none;
}

.input-checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 0.5rem;
}

.input-checkbox-span {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}

.input-checkbox-span span {
  width: 0.875rem;
  height: 0.875rem;
  display: none;
  border-radius: 2px;
}

input[type=checkbox]:checked + label .input-checkbox-span span {
  display: block;
}

input[disabled] {
  pointer-events: none;
}

input[disabled] + label {
  pointer-events: none;
}

.validation-label {
  font-weight: 700;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: 1.5rem;
}

.input-text-area {
  min-height: fit-content;
}

.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.max-w-50 {
  max-width: 50%;
}

.button-row-group {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: end;
}

.page-bar {
  display: flex;
  justify-content: space-between;
  min-height: 2rem;
  max-width: 100%;
}

.page-bar-group {
  display: flex;
  gap: 0.5rem;
}

.input-bar {
  display: flex;
  min-height: 2rem;
  gap: 0.5rem;
  align-items: center;
}

.data-table-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0.25rem;
  border: 2px solid;
  box-sizing: border-box;
}
.data-table-container .data-table {
  position: relative;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}
.data-table-container .data-table thead {
  position: sticky;
  top: 0;
  font-weight: 700;
}
.data-table-container .data-table thead th {
  font-weight: 700;
  letter-spacing: 0.1px;
  font-size: 1rem;
}
.data-table-container .data-table thead tr {
  height: 2rem;
}
.data-table-container .data-table thead::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.125rem;
}
.data-table-container .data-table th, .data-table-container .data-table td {
  padding: 0;
}
.data-table-container .data-table th.text-cell, .data-table-container .data-table td.text-cell {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.data-table-container .data-table tbody tr {
  height: 2rem;
  vertical-align: middle;
}
.data-table-container .data-table tbody tr:hover {
  cursor: pointer;
}

.data-table-header-bar, .data-table-footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 2rem;
  border-radius: 0.25rem;
  border: 2px solid;
}

.data-table-header-bar:has(+ .data-table-container) {
  border-bottom: 0;
}

.data-table-container ~ .data-table-footer-bar {
  border-top: 0;
}

.data-table-container:has(+ .data-table-footer-bar), .data-table-header-bar:has(+ .data-table-container) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.data-table-header-bar ~ .data-table-container, .data-table-container ~ .data-table-footer-bar {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.data-table-container:has(+ .data-table-footer-bar), .data-table-header-bar:has(+ .data-table-container) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.data-table-page-buttons {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.grow-with-scroll {
  display: flex;
  flex-direction: column;
  height: 1px;
  flex-grow: 1;
}

.edit-form-single-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
  max-width: 40rem;
}

.login-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
  max-width: 40rem;
  align-items: center;
}

.list-options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 0;
  margin-bottom: 0;
  height: 100%;
  overflow-y: auto;
}
.list-options li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.h2-spacer {
  min-height: 2.25rem;
  max-height: 2.25rem;
}

.text-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  border: 2px solid;
  box-sizing: border-box;
  padding: 0.75rem 0.5rem;
  gap: 0.75rem;
}
.text-wrapper.reduce {
  padding: 0;
  border: none;
}

.screenshot-wrapper, .releases-wrapper, .events-wrapper, .lego-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.screenshot, .game, .thread, .event, .lego-instruction, .document, .dashboard-event {
  border-radius: 0.25rem;
  border: 2px solid;
  padding: 0.75rem 0.75rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
}
.screenshot .image-wrapper, .game .image-wrapper, .thread .image-wrapper, .event .image-wrapper, .lego-instruction .image-wrapper, .document .image-wrapper, .dashboard-event .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.screenshot .image-wrapper:hover, .game .image-wrapper:hover, .thread .image-wrapper:hover, .event .image-wrapper:hover, .lego-instruction .image-wrapper:hover, .document .image-wrapper:hover, .dashboard-event .image-wrapper:hover {
  cursor: pointer;
}
.screenshot .image-wrapper:active, .game .image-wrapper:active, .thread .image-wrapper:active, .event .image-wrapper:active, .lego-instruction .image-wrapper:active, .document .image-wrapper:active, .dashboard-event .image-wrapper:active {
  cursor: pointer;
}
.screenshot .image-wrapper img, .game .image-wrapper img, .thread .image-wrapper img, .event .image-wrapper img, .lego-instruction .image-wrapper img, .document .image-wrapper img, .dashboard-event .image-wrapper img {
  max-height: 10rem;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.lego-instruction {
  flex-direction: column;
  align-items: center;
}
.lego-instruction .name {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.search-field-wrapper:has(ul) .input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.search-field-wrapper ul {
  margin: 0;
  border: 2px solid;
  border-top: 0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.search-field-results {
  padding: 0;
}
.search-field-results li {
  list-style-type: none;
}

.dashboard-item {
  border-radius: 0.25rem;
}
.dashboard-item .screenshot, .dashboard-item .game, .dashboard-item .thread, .dashboard-item .lego-instruction, .dashboard-item .document, .dashboard-item .dashboard-event {
  border: none;
}

.thread .details, .document .details {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  min-width: 0;
}
.thread .name, .document .name {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.event .image-wrapper, .dashboard-event .image-wrapper {
  min-width: 5rem;
  max-width: 5rem;
  min-height: 5rem;
}
.event .details, .dashboard-event .details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  min-width: 0;
  gap: 0.5rem;
}
.event .details .heading, .dashboard-event .details .heading {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.event .details p, .dashboard-event .details p {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.event .release-date, .dashboard-event .release-date {
  font-weight: 700;
  letter-spacing: 0.1px;
}
.event .days-to-go, .dashboard-event .days-to-go {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.event .name, .dashboard-event .name {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.deadline {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dashboard-event {
  display: flex;
}
.dashboard-event .details {
  gap: 1rem;
}
.dashboard-event .event-date {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.game .image-wrapper {
  min-width: 5rem;
  max-width: 5rem;
  min-height: 5rem;
}
.game .details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  min-width: 0;
}
.game .name {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.game .release-date {
  font-weight: 700;
  letter-spacing: 0.1px;
}
.game .days-to-go {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.game-release-details-release-date {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  min-width: 0;
  border: 0.125rem solid;
  border-radius: 0.25rem;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0.0625rem 0.625rem;
}
.game-release-details-release-date .release-date {
  font-weight: 700;
  letter-spacing: 0.1px;
}
.game-release-details-release-date .days-to-go {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.edit-form {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  height: 100%;
  padding: 1rem 0rem;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
.edit-form .form-image, .edit-form .thread-image {
  max-height: 5rem;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.edit-form .thread-image {
  max-height: 10rem;
}

.avatar {
  border-radius: 50%;
  max-width: 5rem !important;
  max-height: 5rem !important;
}

.small-avatar {
  border-radius: 50%;
  min-width: 3rem !important;
  min-height: 3rem !important;
  max-width: 3rem !important;
  max-height: 3rem !important;
}

.image-wrapper.small-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.screenshot-image, .lego-thumbnail-image {
  max-height: 20rem !important;
}

.release-image {
  max-height: 10rem !important;
}

.edit-form-button-row, .edit-form-field-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
}

.section, .sub-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sub-section {
  gap: 0.5rem;
}

.thread-wrapper, .document-wrapper, .suggestion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.thread-preview, .document-preview {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 0.375rem;
  padding: 0.5rem;
}
.thread-preview:hover, .document-preview:hover {
  cursor: pointer;
}
.thread-preview:hover .adult-content, .document-preview:hover .adult-content {
  pointer-events: none !important;
}
.thread-preview:hover .supervisor-account, .document-preview:hover .supervisor-account {
  pointer-events: none !important;
}
.thread-preview .adult-content, .document-preview .adult-content {
  pointer-events: none !important;
}
.thread-preview .supervisor-account, .document-preview .supervisor-account {
  pointer-events: none !important;
}
.thread-preview .details, .document-preview .details {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.thread-preview .details .name, .document-preview .details .name {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}

.thread-main-post, .thread-reply, .thread-new-post, .suggestion, .document-entry, .document-new-entry {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.thread-main-post .profile-row, .thread-reply .profile-row, .thread-new-post .profile-row, .suggestion .profile-row, .document-entry .profile-row, .document-new-entry .profile-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.thread-main-post .profile-row span, .thread-reply .profile-row span, .thread-new-post .profile-row span, .suggestion .profile-row span, .document-entry .profile-row span, .document-new-entry .profile-row span {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.thread-main-post .post-toolbar, .thread-main-post .suggestion-toolbar, .thread-main-post .entry-toolbar, .thread-reply .post-toolbar, .thread-reply .suggestion-toolbar, .thread-reply .entry-toolbar, .thread-new-post .post-toolbar, .thread-new-post .suggestion-toolbar, .thread-new-post .entry-toolbar, .suggestion .post-toolbar, .suggestion .suggestion-toolbar, .suggestion .entry-toolbar, .document-entry .post-toolbar, .document-entry .suggestion-toolbar, .document-entry .entry-toolbar, .document-new-entry .post-toolbar, .document-new-entry .suggestion-toolbar, .document-new-entry .entry-toolbar {
  display: flex;
  justify-content: end;
  gap: 0.75rem;
}
.thread-main-post .attachment-wrapper, .thread-main-post .input-file, .thread-reply .attachment-wrapper, .thread-reply .input-file, .thread-new-post .attachment-wrapper, .thread-new-post .input-file, .suggestion .attachment-wrapper, .suggestion .input-file, .document-entry .attachment-wrapper, .document-entry .input-file, .document-new-entry .attachment-wrapper, .document-new-entry .input-file {
  display: flex;
  flex-grow: 1;
}
.thread-main-post .attachment-wrapper, .thread-reply .attachment-wrapper, .thread-new-post .attachment-wrapper, .suggestion .attachment-wrapper, .document-entry .attachment-wrapper, .document-new-entry .attachment-wrapper {
  flex-direction: column;
  gap: 0.75rem;
}
.thread-main-post .attachment-bar, .thread-reply .attachment-bar, .thread-new-post .attachment-bar, .suggestion .attachment-bar, .document-entry .attachment-bar, .document-new-entry .attachment-bar {
  display: flex;
  justify-content: center;
}
.thread-main-post .actions-wrapper, .thread-reply .actions-wrapper, .thread-new-post .actions-wrapper, .suggestion .actions-wrapper, .document-entry .actions-wrapper, .document-new-entry .actions-wrapper {
  display: flex;
  gap: 0.5rem;
}
.thread-main-post .read-only, .thread-reply .read-only, .thread-new-post .read-only, .suggestion .read-only, .document-entry .read-only, .document-new-entry .read-only {
  border: none;
  height: initial;
}
.thread-main-post .read-only .btn-adornment, .thread-reply .read-only .btn-adornment, .thread-new-post .read-only .btn-adornment, .suggestion .read-only .btn-adornment, .document-entry .read-only .btn-adornment, .document-new-entry .read-only .btn-adornment {
  display: none;
}

.thread-main-post, .thread-reply, .suggestion, .document-entry {
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.thread-reply.own, .thread-new-post, .suggestion.new, .document-new-entry {
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.thread-reply.own p, .thread-new-post p, .suggestion.new p, .document-new-entry p {
  display: flex;
}
.thread-reply.own .profile-row, .thread-reply.own p, .thread-new-post .profile-row, .thread-new-post p, .suggestion.new .profile-row, .suggestion.new p, .document-new-entry .profile-row, .document-new-entry p {
  flex-direction: row-reverse;
}

.screenshot .actions-wrapper, .lego-instruction .actions-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.edit-form-button-group {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: end;
}

.btn-adornment-close-wrapper {
  min-height: 2rem;
}

.flex-grow {
  flex-grow: 1;
}

.width-100 {
  width: 100%;
}

.create-account {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: 600;
  letter-spacing: 0.1px;
}
.create-account:hover {
  cursor: pointer;
}

.carousel {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  max-height: 5rem;
  position: relative;
}

.carousel .news-feed-slide {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: slideFadeInOut 10s ease-in-out infinite;
}

.carousel .slide-buttons {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  z-index: 5;
}
.carousel .slide-buttons button {
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  max-width: 1.5rem;
  min-height: 1.5rem;
  max-height: 1.5rem;
  border-radius: 50%;
  opacity: 0.5;
}

.carousel .arrow {
  position: absolute;
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel .arrow button {
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  max-width: 2rem;
  min-height: 2rem;
  max-height: 2rem;
  border-radius: 45%;
  opacity: 0.5;
}
.carousel .arrow.left {
  left: 0;
}
.carousel .arrow.right {
  right: 0;
}

@keyframes slideFadeInOut {
  0% {
    right: -100%;
  }
  10% {
    right: 0;
  }
  90% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.scrollbar::-webkit-scrollbar, .edit-form::-webkit-scrollbar, textarea::-webkit-scrollbar {
  width: 1rem;
}
.scrollbar::-webkit-scrollbar-track, .edit-form::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track {
  border: solid 0.3125rem;
}
.scrollbar::-webkit-scrollbar-thumb, .edit-form::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb {
  border: solid 0.3125rem;
  border-radius: 0.5rem;
}

.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.no-wrap {
  white-space: nowrap;
}

.badges {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: end;
  align-items: center;
  min-height: 2.5rem;
}

.badge-row, .checkbox-row {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: space-between;
}

.icons-row {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.icons-column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.account-code {
  font-size: 1.5rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  text-align: center;
}

.selectable-item {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  min-width: 100%;
  max-width: 100%;
  min-height: 3rem;
  max-height: 3rem;
  box-sizing: border-box;
  padding: 0.375rem;
  justify-content: start;
  outline: none;
  align-items: center;
}

.selectable-item-igdb .image-wrapper {
  min-width: 2.25rem;
  min-height: 2.25rem;
  max-width: 2.25rem;
  max-height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.selectable-item-igdb .image-wrapper img {
  height: 2.25rem;
}
.selectable-item-igdb span {
  font-weight: 700;
  letter-spacing: 0.1px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 0.5rem;
}
.checkbox-grid .checkbox-group {
  display: grid;
  gap: 0.5rem;
}
.checkbox-grid .property {
  font-weight: 700;
}
.checkbox-grid .header-label {
  font-weight: 700;
  text-transform: uppercase;
}

.notification-method-group {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.notification-method-group .method {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.notification-method-group .method .label {
  max-width: 100%;
}

.role-badge, .achievement-badge, .suggestion-status {
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  width: fit-content;
}

.cancelled-badge {
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  width: fit-content;
}

.authorized-badge {
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  width: fit-content;
}

.official-badge {
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  width: fit-content;
}

.report-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-bottom-left-radius: 0.25rem;
}
.report-content .report-content-submit {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: end;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.loading-circle {
  animation: loader-spin 1.5s linear infinite;
}
.loading-circle circle.base {
  stroke-width: var(--barSize, 8);
  stroke-linecap: round;
}
.loading-circle circle.bar {
  stroke-width: var(--barSize, 8);
  stroke-linecap: round;
  stroke-dasharray: calc(3.142 * var(--spinnerSize, 40));
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  55% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spin-loading-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.controls-grid {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  gap: 1rem;
  align-items: center;
}
.controls-grid .action {
  display: flex;
  justify-content: space-between;
}

.control {
  min-width: 4rem;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.control-A .piece-1, .control-B .piece-1, .control-X .piece-1, .control-Y .piece-1, .control-Left-Stick .piece-1, .control-Right-Stick .piece-1,
.control-Up .piece-1, .control-Down .piece-1, .control-Left .piece-1, .control-Right .piece-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 0.25rem solid;
  font-weight: 700;
}

.control-Left-Stick, .control-Right-Stick {
  position: relative;
  animation-name: analog-stick;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.control-Left-Stick .piece-1, .control-Right-Stick .piece-1 {
  height: 2rem;
  margin-bottom: 0.5rem;
  z-index: 1;
}
.control-Left-Stick .piece-2, .control-Right-Stick .piece-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 2rem;
  box-sizing: border-box;
  border: 0.25rem solid;
  border-radius: 0.25rem;
  position: absolute;
  margin-top: 0.5rem;
}

.control-L .piece-1, .control-ZL .piece-1, .control-R .piece-1, .control-ZR .piece-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 2rem;
  border-radius: 0.25rem;
  box-sizing: border-box;
  border: 0.25rem solid;
  font-weight: 700;
}

.Hold.control-A .piece-1, .Hold.control-B .piece-1, .Hold.control-X .piece-1, .Hold.control-Y .piece-1, .Hold.control-Left-Stick .piece-1, .Hold.control-Right-Stick .piece-1, .Hold.control-Up .piece-1, .Hold.control-Down .piece-1, .Hold.control-Left .piece-1, .Hold.control-Right .piece-1, .Press.control-A .piece-1, .Press.control-B .piece-1, .Press.control-X .piece-1, .Press.control-Y .piece-1, .Press.control-Left-Stick .piece-1, .Press.control-Right-Stick .piece-1, .Press.control-Up .piece-1, .Press.control-Down .piece-1, .Press.control-Left .piece-1, .Press.control-Right .piece-1 {
  animation-name: press-and-hold;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes open-options-menu {
  0% {
    height: 0px;
  }
  100% {
    height: fit-content;
  }
}
@keyframes close-options-menu {
  0% {
    height: fit-content;
  }
  100% {
    height: 0px;
  }
}
@keyframes analog-stick {
  0%, 100% {
    transform: rotate(22.5deg);
    padding-left: 1rem;
    padding-right: 0rem;
  }
  25% {
    transform: rotate(0);
    padding-left: 0rem;
    padding-right: 0rem;
  }
  50% {
    transform: rotate(-22.5deg);
    padding-left: 0rem;
    padding-right: 1rem;
  }
  75% {
    transform: rotate(0);
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@keyframes press-and-hold {
  0% {
    margin-top: 0rem;
  }
  24.99% {
    margin-top: 0rem;
  }
  25% {
    margin-top: 0.5rem;
  }
  100% {
    margin-top: 0.5rem;
  }
}
.lego-instruction-pdf {
  width: 100%;
  height: 40rem;
}

@media only screen and (max-width: 575px) {
  p.smartphone, .btn-tab-row.smartphone, .smartphone-column {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .details, p.smartphone.left {
    align-items: start !important;
  }
  .btn-tab-row.smartphone .btn-tab {
    border-radius: 0.25rem;
  }
  .icons-row.smartphone, .icons-column.smartphone, .page-bar-group.smartphone {
    flex-direction: column;
  }
  .icons-row.smartphone-grid {
    display: grid;
    grid-template-columns: min-content min-content;
  }
  .data-table-column-lose-1, .data-table-column-lose-2, .data-table-column-lose-3 {
    display: none;
  }
  .edit-form-single-column {
    width: 20rem;
    max-width: 20rem;
  }
  .edit-form-button-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .edit-form-button-group {
    display: grid;
    grid-template-columns: 1fr;
  }
  .edit-form-field-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: min-content;
  }
  .checkbox-group .label {
    display: none;
  }
  .user-profile {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .data-table-column-lose-1, .data-table-column-lose-2 {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .data-table-column-lose-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  .edit-form-single-column {
    width: 30rem;
    max-width: 30rem;
  }
  .list-options, .screenshot-wrapper, .lego-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-rows: min-content;
  }
  .user-profile {
    display: grid;
    grid-template-columns: minmax(0, min-content) minmax(0, min-content);
    grid-auto-rows: min-content;
    gap: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .edit-form-single-column {
    width: 40rem;
    max-width: 40rem;
  }
  .list-options, .screenshot-wrapper, .lego-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-rows: min-content;
  }
}
@media only screen and (min-width: 1200px) {
  .list-options, .screenshot-wrapper, .lego-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-rows: min-content;
  }
}
.btn-primary {
  width: fit-content;
  border-radius: 1rem;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.5rem 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
}

.visible {
  visibility: visible;
}

.not-visible {
  visibility: hidden;
}

.loader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9000;
  pointer-events: none;
}

.loader-canvas {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  pointer-events: none;
}

.actor {
  position: absolute;
  width: fit-content;
  height: fit-content;
  left: var(--xPosition, 0px);
  top: var(--yPosition, 0ox);
  transform: translate(-50%, -50%);
}

.main-top-bar {
  height: 6.25rem;
  min-height: 6.25rem;
  box-sizing: border-box;
  border-bottom: 0.125rem solid;
  display: flex;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  align-items: center;
}

.basingstoke-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.basingstoke-logo .circles {
  display: grid;
  grid-template-columns: max-content max-content max-content;
  grid-template-rows: max-content max-content max-content;
}
.basingstoke-logo .circle {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 0.125rem solid;
}
.basingstoke-logo .circle-wrapper {
  min-width: 1.5rem;
  min-height: 1.5rem;
  max-width: 1.5rem;
  max-height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.basingstoke-logo .circles .circle-wrapper:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}
.basingstoke-logo .circles .circle-wrapper:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.basingstoke-logo .circles .circle-wrapper:nth-child(3) {
  grid-column: 3;
  grid-row: 2;
}
.basingstoke-logo .circles .circle-wrapper:nth-child(4) {
  grid-column: 2;
  grid-row: 3;
}
.basingstoke-logo .circle.swivel {
  animation-name: circle-swivel;
  animation-duration: 0.25s;
  animation-iteration-count: 1;
}
.basingstoke-logo .text {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: Arial;
}

.adult-content {
  pointer-events: none !important;
}

.allow-pointer-events {
  pointer-events: initial !important;
}

.supervisor-account {
  pointer-events: none !important;
}

.justify-end {
  justify-content: end;
}

span.achievement-badge.screenshot-of-the-month {
  display: flex;
  align-items: center;
  justify-content: center;
}

.toaster {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  z-index: 5000;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding-bottom: 2.25rem;
  margin-bottom: var(--toastMarginBtmAdj, -60px);
}
.toaster .toast {
  display: flex;
  align-items: center;
  user-select: none;
  flex-grow: 1;
  gap: 0.5rem;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  height: var(--toastHeight, 28px);
  min-height: var(--toastHeight, 28px);
  max-height: var(--toastHeight, 28px);
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 1.5rem;
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}
.toaster .toast + .toast {
  margin-top: var(--toastGap, 0.75rem);
}

.level-bar {
  position: relative;
  width: 224px;
  height: 16px;
}
.level-bar .bar {
  position: absolute;
  left: 7px;
}
.level-bar .bar-node {
  position: absolute;
}
.level-bar .bar-node.end {
  right: 0;
}

.beaver-points {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}

.level-icon, .card-count-icon {
  border: 2px solid;
  border-radius: 50%;
  min-width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.level-icon.exceeds-100, .card-count-icon.exceeds-100 {
  border-radius: 0.5rem;
}

.light-dark-method-group .method {
  display: flex;
  gap: 1rem;
}

.youtube-playlist {
  display: flex;
  flex-direction: column;
  border: 2px solid;
  border-radius: 0.25rem;
  padding: 0;
  margin: 0;
  max-height: 15rem;
  overflow-y: auto;
}
.youtube-playlist li {
  display: flex;
  gap: 1rem;
  align-items: center;
  min-height: 2.5rem;
  padding: 0 0.5rem;
}
.youtube-playlist li span {
  flex-grow: 1;
}
.youtube-playlist li.playing {
  font-weight: 700;
}
.youtube-playlist li:hover {
  cursor: pointer;
  font-weight: 700;
}

.video-url-field-wrapper {
  display: grid;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 1fr min-content;
  grid-template-rows: min-content min-content;
  width: 100%;
  max-width: 100%;
}
.video-url-field-wrapper .input {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}
.video-url-field-wrapper button {
  grid-column: 2;
  grid-row: 1;
}
.video-url-field-wrapper label {
  grid-column: 1/2;
  grid-row: 2;
}

.grow-field {
  flex-grow: 1;
}

@keyframes circle-swivel {
  0% {
    width: 1.5rem;
  }
  50% {
    width: 0rem;
  }
  100% {
    width: 1.5rem;
  }
}
.small-loading-circle circle.base {
  fill: transparent;
  stroke-width: 2;
  stroke-linecap: round;
}

.small-loading-circle circle.bar {
  fill: transparent;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 50.272;
}
