.aiot-design-click-animating-node {
  -webkit-animation: fadeAiotEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveAiotEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1) !important;
          animation: fadeAiotEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveAiotEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1) !important;
  -webkit-animation-fill-mode: none !important;
          animation-fill-mode: none !important;
}
@-webkit-keyframes waveAiotEffect {
  100% {
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
    opacity: 0;
  }
}
@keyframes waveAiotEffect {
  100% {
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
    opacity: 0;
  }
}
@-webkit-keyframes fadeAiotEffect {
  100% {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes fadeAiotEffect {
  100% {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}
.aiot-design-switch-checked:focus,
.aiot-design-switch:focus {
  -webkit-box-shadow: 0 0 0 0 transparent !important;
          box-shadow: 0 0 0 0 transparent !important;
}
