.admin-bar .swal2-top-right {
  margin-top: 35px;
}
.sidenav .nav-item a i {
  color: #141727 !important;
      font-size: 13px;
}

.sidenav .nav-item a:hover {
  color: #cb0c9f !important;
}
.sidenav .current-menu-item .icon-shape{
  background: #cb0c9f !important;

}
.sidenav .current-menu-item a i{
    color: #fff !important;
}



#adminwp-dashboard {
  padding: 60px 0px;
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}

#adminwp-dashboard .switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 24px;
}

#adminwp-dashboard .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

#adminwp-dashboard .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#adminwp-dashboard .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#adminwp-dashboard input:checked + .slider {
  background-color: #2196f3;
}

#adminwp-dashboard input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196f3;
          box-shadow: 0 0 1px #2196f3;
}

#adminwp-dashboard input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

#adminwp-dashboard .slider.round {
  border-radius: 34px;
}

#adminwp-dashboard .slider.round:before {
  border-radius: 50%;
}

#adminwp-dashboard .team-qr-code,
#adminwp-dashboard .team-qr-code-reset {
  margin-left: 15px;
  color: #444;
  text-decoration: none;
  display: inline-block;
}

#adminwp-dashboard .team-qr-code i:before,
#adminwp-dashboard .team-qr-code-reset i:before {
  font-size: 22px;
  top: 3px;
  position: relative;
}

#adminwp-dashboard .team-qr-code-reset {
  color: #e90000;
}
.admin-bar .navbar-vertical {
  left: 0;
  margin-top: 32px !important;
}

/* vue js css */
@keyframes pulse-bg {
  0% {
    background-color: rgb(237, 237, 237);
  }

  50% {
    background-color: rgb(231, 228, 228);
  }

  100% {
    background-color: rgb(237, 237, 237);
  }
}
body .preload-bg {
  opacity: 0.8;
  color:transparent !important;
  border-radius: 2px;
  margin-bottom: 1px !important;
  animation: pulse-bg 1s infinite;
}