#wpadminbar #wp-admin-bar-loop_clear_static_css>.ab-item:before {
  content: "\f182";
  top: 2px;
}

body .loop_clear_ajax_bg{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: #fff6;
  z-index: 999998;
}

#loop_clear_ajax {
  transition: background, box-shadow 0.3s;
  box-shadow: rgba(0, 139, 219, 0.247059) 0px 0px 60px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: rgb(255, 255, 255);
  border-radius: 50px;
  margin: -25px 0 0 -25px;
  z-index: 999999;
  text-align: center;
}

#loop_clear_ajax img {
  margin: 9px;
}

#loop_clear_ajax.success-animation img {
  display: none;
}

#loop_clear_ajax.success-animation{
  background-color: rgb(169, 233, 0);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 40px;
  opacity: 1;
  animation: bounceIn 1s
}

#loop_clear_ajax.success-animation:before {
  background: none;
  font: normal 20px/1 dashicons;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f147";
  color: rgb(255, 255, 255);
  font-size: 40px;
  line-height: 50px;
}
