body {
  padding-top: 70px;
  position: relative;
  min-height: 100vh;
  padding-bottom: 3.5rem;
}

.nav-link {
  text-align: center;
}

.footer {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  width: 100%;
  height: 3.5rem;
}

.icon-large {
  font-size: 1.3rem;
}

.brand-logo {
  font-size: 1.5rem;
}

.div-maintenance:last-child,
.div-as:last-child,
.div-tobedone:last-child,
.div-job:last-child {
  margin-bottom: 0 !important;
}

.spinner_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  z-index: 9000;
}

.spinner {
  width: 3rem;
  height: 3rem;
  z-index: 9500;
}
