.fg-root-container {
  width: 100%;
  flex-wrap: wrap;
  margin: 0;
  padding: 15px;
  display: flex;
}
.fg-row {
  flex-flow: wrap;
  display: flex;
}
.fg-col {
  flex-direction: column;
  display: flex;
}
.fg-col-content {
  flex-basis: 0;
}
.fg-grow {
  flex-grow: 1;
}
.fg-center {
  text-align: center;
  justify-content: center;
}
.fg-navbar {
  height: 60px;
  width: 100%;
  flex-wrap: wrap;
  flex-basis: 0;
  align-items: center;
  margin: 0;
  padding-left: 10px;
  display: flex;
  box-shadow: 0 1px 3px 2px #0004;
}
.fg-navbar-center {
  justify-content: center;
}
.fg-navbar-single-row {
  height: 60px;
}
.fg-navbar-active {
  font-weight: 700;
}
.fg-navbar-link {
  color: #fff;
  border: 1px solid #0000;
  border-radius: 4px;
  margin-right: 10px;
  padding: 2px 5px;
  font-size: 1.2rem;
}
.fg-navbar-link:hover {
  color: #000;
  font-weight: inherit;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  text-decoration: none;
}
.fg-navbar-title {
  color: #fff;
  margin-right: 30px;
  font-size: 1.3rem;
  font-weight: 700;
}
@media only screen and (max-width: 600px) {
  .fg-root-container {
    padding: 10px;
  }
  .fg-navbar {
    height: 90px;
    padding-top: 10px;
  }
  .fg-navbar-single-row {
    height: 60px;
  }
}

/* Language Switcher Styles */
.fg-lang-switcher-wrapper {
  margin-left: auto;
  margin-right: 10px;
}

.lang-switcher-select {
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.9rem;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease;
}

.lang-switcher-select:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

.lang-switcher-select:focus {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: #fff;
}

.lang-switcher-select option {
  background-color: #0f8ca2;
  color: #fff;
  padding: 4px;
}

@media only screen and (max-width: 900px) {
  .fg-lang-switcher-wrapper {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
  .lang-switcher-select {
    width: 100%;
    max-width: 200px;
  }
}

/*# sourceMappingURL=generator.5daca2e1.css.map */
