.dropdown-menu li > a.nav-item.active.router-link-active,
.dropdown-menu li > a.nav-item.active.router-link-active > .md-icon {
  color: #9c27b0 !important;
}

.dropdown-menu li:hover > a.nav-item.active.router-link-active {
  color: #ffffff !important;
  background-color: #9c27b0 !important;
  box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
}

.dropdown-menu li:hover > a.nav-item.active.router-link-active > .md-icon {
  color: #ffffff !important;
}

.dropdown-menu li:hover .md-icon {
  color: #ffffff !important;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 5.5em !important;
  height: 5.5em !important;
  border-left-color: #bd107f !important;
  border-right-color: #bd107f !important;
}

.swal2-popup.transparent_swal {
  background: transparent !important;
}

.rotating {
  -webkit-animation: rotation 2s infinite linear;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.unauth .md-card-header {
  padding: 4em !important;
}

.unauth .md-title {
  font-size: 42px !important;
}

.unauth .md-icon {
  font-size: 42px !important;
  margin: 1em 1em 0 1em !important;
}

.unauth .md-subhead {
  padding-left: 120px;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pb-1 {
  padding-bottom: 5px;
}

.hiddenbutton .md-ripple {
  padding: 0px 5px !important;
}

.hiddenbutton {
  margin-top: 11px !important;
}

