body {
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: "Montserrat", sans-serif;
  color: white;
  background-color: black;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow-y: scroll;
}

::-webkit-scrollbar {
  display: none;
}

/* Top navigation */
.fd-shellbar {
  margin: 15px;
  margin-bottom: 500px !important;
  background-color: #232323;
  border-radius: 15px;
  padding: 5px !important;
  box-shadow: 15px 15px black !important;
  .fd-shellbar__group .fd-shellbar__button {
    color: white !important;
  }
  .fd-shellbar__group .fd-shellbar__button:hover {
    background-color: #313131;
    border-radius: 10px;
  }
  .fd-shellbar__button.is-selected {
    background-color: #313131;
    border: none;
    border-radius: 10px;
  }
}
.fd-shellbar.svelte-1kyy3lw {
  box-shadow: none;
}
/* Side navigation */
.fd-side-nav {
  background-color: #232323;
  margin: 15px;
  margin-top: 30px;
  border-radius: 15px;
  border: none;
  padding: 5px;
  width: calc(15rem - 15px) !important;
  .fd-nested-list__icon {
    color: white;
  }
}
.fd-nested-list__item {
  background-color: transparent;
  color: white;
  .fd-nested-list__title {
    color: white;
  }
}
.fd-nested-list {
  border: none;
}
.fd-nested-list__link {
  border-top: none;
}
.fd-nested-list__link.svelte-1q8o60z {
  border-radius: 10px;
}
.fd-nested-list__link.svelte-1q8o60z:hover {
  background-color: #313131;
}
.fd-nested-list__link.is-selected {
  background-color: #313131;
  border: none;
}
.fd-nested-list__link:focus {
  outline: none;
}

/* General content */
.container {
  background-color: #232323;
  margin-right: 7.5px;
  margin-top: 22.5px;
  margin-left: 7.5px;
  width: calc(100vw - 67.5px);
  border-radius: 15px;
  padding: 15px 15px 15px 22.5px;
  /* position: absolute; */
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  .header {
    font-weight: 700;
  }
}
.hide-side-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.lui-modal-header.svelte-k9bftu {
  background-color: #232323;
  .fd-title {
    color: white;
  }
  .fd-button--transparent {
    color: white;
  }
  .fd-button--transparent:hover {
    color: white;
    --fdButtonBackgroundColor: #232323;
    --fdButtonBorderColor: none;
  }
}
.drawer-dialog__content.svelte-k9bftu {
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-radius: 15px;
  background-color: #232323;
  width: max-content !important;
}

.table-container {
  display: flex;
  flex-direction: row;
  width: 95vw;
}

.seperator {
  width: 100%;
  opacity: 0.1;
  margin-bottom: 1rem;
}
