.navbar-category {
  top: 0;
  /*position: sticky;
  top: 15px;*/
}
@media (min-width: 768px) {
  .navbar-category .navbar-nav {
    background: linear-gradient(rgb(255, 218, 149) 0%, rgb(255, 209, 124) 100%);
    border: 2px solid #ffd078;
    border-radius: 5px;
  }
  .navbar-category .navbar-nav > .nav-item {
    flex-grow: 1;
    border-right: 2px solid #ffd078;
    transition: background 0.2s linear;
  }
  .navbar-category .navbar-nav > .nav-item:hover {
    background: linear-gradient(0deg, rgb(255, 224, 167) 0%, rgb(255, 223, 164) 100%);
  }
  .navbar-category .navbar-nav > .nav-item:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .navbar-category .navbar-nav > .nav-item:last-child {
    border-right: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .navbar-category .navbar-nav > .nav-item .nav-link.active {
    background: #eec06a;
    box-shadow: 0px 0px 3px 0px rgba(34, 60, 80, 0.15) inset;
  }
}

.dropdown-menu.dropdown-subnav {
  position: fixed;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  top: 52px;
}
.dropdown-menu.dropdown-subnav .dropdown-item:hover {
  background-color: #eec06a;
}

.dropdown-subnav .dropdown-item.active, .dropdown-subnav .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #eec06a;
}

.navbar-pages .nav-item .nav-link.active {
  background-color: orange;
}

.navigation {
  display: flex;
  flex-direction: row;
}
.navigation .nav-link {
  text-decoration: none;
  font-weight: bold;
  color: black;
  cursor: pointer;
}
.navigation.category {
  border: 2px solid #ffd078;
  border-radius: 5px;
  background: linear-gradient(rgb(255, 218, 149) 0%, rgb(255, 209, 124) 100%);
}
@media screen and (max-width: 1280px) {
  .navigation.category {
    border-radius: 0;
    top: 0px;
  }
}
.navigation.category .nav-link {
  flex-grow: 1;
  height: 40px;
  line-height: 40px;
  border-right: 2px solid #ffd078;
  transition: background 0.2s linear;
}
.navigation.category .nav-link.active {
  background: #eec06a;
  box-shadow: 0px 0px 3px 0px rgba(34, 60, 80, 0.15) inset;
}
.navigation.category .nav-link.active:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.navigation.category .nav-link.active:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.navigation.category .nav-link:hover {
  background: linear-gradient(0deg, rgb(255, 224, 167) 0%, rgb(255, 223, 164) 100%);
}
.navigation.category .nav-link:last-child {
  border-right: 0;
}
.navigation.secondary {
  margin: 20px;
  min-height: 30px;
}
.navigation.secondary .nav-link {
  font-size: 12px;
}
.navigation.pages {
  border: 1px solid #d4d4d4;
  min-height: 30px;
}
.navigation.pages.secondary {
  overflow-x: auto;
  overflow-y: hidden;
}
.navigation.pages.secondary .nav-btn {
  min-height: 25px;
  padding: 0 20px;
}
.navigation.pages .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  background-color: #f1f1f1;
  border-right: 1px solid #d4d4d4;
  transition: background-color 0.2s linear;
}
.navigation.pages .nav-link:hover {
  background-color: #eaeaea;
}
.navigation.pages .nav-link:last-child {
  border-right: 0;
}
.navigation.pages .nav-link.active {
  background-color: #dcdcdc;
  box-shadow: 0px 0px 3px 0px rgba(34, 60, 80, 0.15) inset;
}

.big-error {
  margin: 20px 0;
  font-size: large;
  font-weight: bold;
  color: red;
  user-select: none;
}

.settings-row {
  /*margin: 10px 0;
  margin-left: 15px;*/
}

.settings-category > h3 {
  text-align: left;
}

.settings-warn {
  color: #FF0000;
}

#list-options .list-group-item.list-group-item-action.active {
  background-color: #eec06a;
  border-color: #eec06a;
  color: black;
}

.fs-7 {
  font-size: 0.8rem !important;
}

.cursor-pointer {
  cursor: pointer;
}

.ap-modal-header {
  background: linear-gradient(0deg, rgb(255, 209, 124) 0%, rgb(255, 218, 149) 100%);
  border: 1px solid #dbbf8c;
  border-top-left-radius: var(--bs-modal-border-radius);
  border-top-right-radius: var(--bs-modal-border-radius);
  padding: 5px 10px;
}

/*# sourceMappingURL=basic.css.map */
