#adminmenu li.wp-menu-separator {
    height: 15px;
    padding: 0;
    margin: 0;
    cursor: inherit;
    transition: all ease 0.2;
    z-index: 99;
}

#adminmenu li.wp-menu-separator:hover {
  cursor: grab;
}

#adminmenu li.wp-menu-separator:focus {
  cursor: grabbing;
  background: #0073aa;
}

#adminmenu li.ready-remove {
  transition: all ease 0.2;
}
#adminmenu li.ready-remove {
  background: red;
}
#adminmenu li.ready-remove:hover {
  cursor: not-allowed;
  opacity: 0.9;
}

#adminmenu li.new-separator {
  background: #0073aa;
}

#separator-menu .dashicons-excerpt-view {
    width: 36px;
    height: 34px;
}

#separator-menu .collapse-button-label {
  top: 4px;
}

#separator-menu .dashicons-excerpt-view {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#separator-menu .dashicons-excerpt-view::before {
  font-size: 16px;
}

.seps-edit {
  background: rgba(0,0,0,0.5);
  padding: 5px 0;
  display: none;
}

.seps-edit button {
  border: none;
  padding-top: 7px;
  background: transparent;
  color: rgba(240, 245, 250, 0.7);
}

.seps-edit button:hover {
  cursor: pointer;
  color: #0073aa;
}

.seps-edit button span {
  margin-right: 9px;
}

#wpcontent .wrap::after {
  background: rgb(241, 241, 241);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 98;
  pointer-events: none;
  opacity: 0;
  transition: all ease 0.5s;
}

#wpcontent .fader.wrap::after {
  pointer-events: all;
  opacity: 1;
}
