.multi-tool-has-new-notifications.multi-tool-attached-to-right-border:not(:hover):not(:focus):not(:has(:hover)):not(:has(:focus)) {
  background: linear-gradient(white, #ffe1bd, white);
  background-size: auto 600%;
  animation: multi-tool-has-new-notifications-pulse 2s infinite;
}

.multi-tool-attached-to-right-border {
  border-radius: 10px 0px 0px 10px !important;
  overflow: hidden;
}

.multi-tool-attached-to-right-border:not(:hover):not(:focus):not(:has(:hover)):not(:has(:focus)) {
  width: 12px !important;
  border: none;
  opacity: 0.9;
}

.multi-tool-attached-to-right-border:not(:hover):not(:focus):not(:has(:hover)):not(:has(:focus))>* {
  opacity: 0;
}

@keyframes multi-tool-has-new-notifications-pulse {
  0% {
    background-position: 0% 0%;
  }

  50% {
    background-position: 0% 100%;
  }

  100% {
    background-position: 0% 200%;
  }
}
