body {
  background-color: #fbfbfb;
}

.intro {
  height: 100vh;
  margin-top: -58.59px;
}

#intro {
  background-image: url(../img/audio-mixer-5638039_1920.jpg);
}

#no-intro {
  min-height: 100vh;
}

@media (min-width: 992px) {
  main {
    padding-left: 240px;
  }
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0; /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 240px;
  z-index: 600;
}

@media (max-width: 992px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .active {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.navbar .nav-link {
  color: #fff !important;
}

.small-muted {
  color: darkgray;
  font-size: 80%;
}

.ikona-usuwania-asortymentu {
  transform: scale(0.8);
}

thead .fixed-header {
  top: 0;
  position: sticky;
  background-color: white;
}

/* Datalist dropdown used w modalu podmiany asortymentu */
.podmien-datalist {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  max-height: 220px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  z-index: 1060;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.podmien-datalist-item {
  padding: 6px 10px;
  cursor: pointer;
}

.podmien-datalist-item:hover {
  background-color: #f2f2f2;
}
