.spacingXXL {
  margin: 5rem 0;
}
.fpls-wall-customgrid-default {
  background-color: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.fpls-container {
  width: 100%;
}
.fpls-stuffContainer {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #ffffff;
  color: #000000;
  display: flex;
  justify-content: center;
}
.fpls-stuffContainer--darkMode {
  color: #ffffff !important;
}
.fpls-stuffContainer--blackened {
  background-color: #000000 !important;
}
.fpls-stuffContainer--fullHeight {
  height: 100vh !important;
}
.fpls-stuffContainer .background-image {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.fpls-stuffContainer .background-image--overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.fpls-stuffContainer .background-image--overlay20::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, rgba(81, 44, 31, 0.2) 0%, rgba(81, 44, 31, 0.2) 100%);
}
.fpls-stuffContainer .background-image--overlay40::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, rgba(81, 44, 31, 0.4) 0%, rgba(81, 44, 31, 0.4) 100%);
}
.fpls-stuffContainer .background-image--overlay60::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, rgba(81, 44, 31, 0.6) 0%, rgba(81, 44, 31, 0.6) 100%);
}
.fadeInElement {
  opacity: 0;
  transform: translateY(2rem);
}
.fpls.fpls--admin h1,
.fpls.fpls--admin h2,
.fpls.fpls--admin h3,
.fpls.fpls--admin h4,
.fpls.fpls--admin h5,
.fpls.fpls--admin h6 {
  color: #000000;
  font-weight: 600;
}
.fpls-notification-top-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 30px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
.fpls-notification-top-bar .fpls-wall-content-box-image {
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
}
.fpls-notification-top-bar .fpls-wall-content-box-image img {
  object-fit: contain;
}
.fpls-notification-top-bar .fpls-wall-content-box-text {
  padding-left: 5px;
}
.fpls-notification-top-bar .fpls-wall-content-box-text .fpls-box-text p {
  font-size: 12px;
}
.fpls-notification-top-bar p {
  padding: 0;
  margin: 0;
}
.fpls.fpls--admin .ls-customgrid {
  background: lightgrey;
}
.fpls.fpls--admin .ls-customgrid .fpls-wall-customgrid-dianailly-messagebar .fpls-notification-top-bar {
  width: 100%;
  height: auto;
  color: #ffffff;
  font-size: 14px;
}
.fpls.fpls--admin .ls-customgrid .fpls-wall-customgrid-dianailly-messagebar .fpls-notification-top-bar .fpls-wall-content-box-image {
  width: 20%;
  height: 20%;
}
.fpls.fpls--admin .ls-customgrid .fpls-wall-customgrid-dianailly-messagebar .fpls-notification-top-bar .fpls-wall-content-box-image img {
  object-fit: contain;
}
.fpls.fpls--admin .ls-customgrid .fpls-wall-customgrid-dianailly-messagebar .fpls-notification-top-bar .ls-element {
  align-items: center;
}
