/* File: automatic-custom-css.css - Version: 3.3.5 - Generated: 2025-05-30 21:43:43 */
/* File: automatic-custom-css.css - Version: 3.3.4 - Generated: 2025-03-21 18:19:07 */
body {
  overflow-x: hidden;
}
.bg-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-image {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.bg-image.placeholder {
  max-width: 200px;
  min-width: 200px;
  min-height: fit-content;
}
.brxe-container {
  z-index: 1;
}
/************
* Scrollbar *
************/
/***** Scrollbar width *****/
::-webkit-scrollbar {
  width: 5px;
}
/***** Track *****/
::-webkit-scrollbar-track {
  background: var(--neutral);
}
/***** Handle *****/
::-webkit-scrollbar-thumb {
  background: var(--primary);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: var(--primary);
}
/*wp admin login*/
body.login {
  background: #8edd65;
}