.oes-hide {
  visibility: hidden;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-block-start: -1rem !important;
  margin-block-end: 0 !important;
}

.oes-uppercase {
  text-transform: uppercase;
}

.oes-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.oes-info-box {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #1d2327;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  z-index: 9999;
}
.oes-info-box img {
  width: auto;
  height: 20px;
  padding-right: 5px;
  vertical-align: middle;
}

/*# sourceMappingURL=theme.css.map */
