body {
  background: #030c29 url(/img/background.webp) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  min-height: 100vh;
  padding-left: 80px;
  overflow-x: hidden;
}

body,label {
  cursor: url(/img/arrow.cur), auto;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"] {
  cursor: url(/img/text.cur), auto;
}

.wfl-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  background: rgba(0,0,0,0.6);
  padding: 0.5rem;
  z-index: 1000;
}

.wfl-nav.open {
  background: rgba(0,0,0,0.95);
}

.wfl-nav .btn-outline-secondary {
  display: flex !important;
}

.wfl-nav .icon-label {
  display: none;
  color: #fff;
}

.wfl-nav.open .icon-label {
  display: inline-block;
}

.wfl-nav .icon-label {
  margin-left: auto !important;
  padding-left: 2rem;
  font-size: 1.5rem;
}

a[href],
button:not(:disabled),
input[type="button"]:not(:disabled),
input[type="reset"]:not(:disabled),
input[type="submit"]:not(:disabled) {
  cursor: url(/img/link.cur), pointer !important;
}

.home-link {
  background: rgba(0,0,0,0.5);
  transition: background 0.3s;
}

a.home-link:hover,
.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary.active {
  background: rgba(0, 89, 184, 0.3) !important;
}

.grid-full {
  height: calc(100vh - 70px);
  width: calc(100vw - 90px);
  overflow-y: auto;
  background: rgba(0,0,0,0.5);
  box-shadow: 0 0 0.75rem rgba(0,0,0,0.5) inset;
  margin-top: 5px;
  margin-left: 5px;
}

.grid-full .row-item {
  border-bottom: 1px solid rgba(0,0,0,0.3);
}

.page-toolbar {
  background: rgba(0,0,0,0.6);
}

.row-item {
  transition: background 0.3s;
}

.row-item:hover {
  background: rgba(0, 89, 184, 0.3);
}

.bg-none {
  background: rgba(0, 89, 184, 0);
  transition: background 0.3s;
}

.bg-none:focus {
  background: rgba(0, 89, 184, 0.3);
}

.riven-dot {
  border: 1px solid #fff;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  margin-right: 0.25rem;
}

.riven-1 .riven-dot-1,
.riven-2 .riven-dot-1,
.riven-2 .riven-dot-2,
.riven-3 .riven-dot-1,
.riven-3 .riven-dot-2,
.riven-3 .riven-dot-3,
.riven-4 .riven-dot-1,
.riven-4 .riven-dot-2,
.riven-4 .riven-dot-3,
.riven-4 .riven-dot-4,
.riven-5 .riven-dot-1,
.riven-5 .riven-dot-2,
.riven-5 .riven-dot-3,
.riven-5 .riven-dot-4,
.riven-5 .riven-dot-5 {
  background: #fff;
}

.riven-2 .riven-dot-1,
.riven-2 .riven-dot-2 {
  background: #fff;
}

.bg-50 {
  background: rgba(0,0,0,0.5);
}