/* general */

a {
  text-decoration: none;
}

.bg_half_transparent {
  background: rgba(1, 50, 67, 0.7);
}

.wask_loader {
  padding: 150px 0;
  position: fixed;
  z-index: 501;
  border: 0;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.wask_loader > div.v-spinner > div {
  margin: 0 auto;
}

.permissions_container {
  padding: 10px;
}

.fade-enter-active,
.fade-leave-active {
  transition-property: opacity;
  transition-duration: 0.25s;
}

.fade-enter-active {
  transition-delay: 0.25s;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

.breadcrumbs li a {
  text-decoration: none;
  color: #fff;
}

/* pre-defined */

.wask_td_action {
  min-width: 150px;
}

/* override */

#area .snack {
  z-index: 500 !important;
}

