#component-slider .common-style.component.slide-page {
  position: relative;
  padding: 6px;
}
#component-slider .common-style.component.slide-page:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.25);
  user-select: none;
}

#component-slider .common-style.component.slide-page .menus {
  position: absolute;
  top: -14px;
  right: -16px;
  width: 32px;
  border-radius: 6px;
  background-color: white;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25);
  animation: show-up 0.3s;
  z-index: 1;
}
#component-slider .common-style.component.slide-page .menus button {
  width: 100%;
  background-color: transparent;
  border: none;          
  padding: 0px;
  font-size: 18px;
  cursor: pointer;
}
#component-slider .common-style.component.slide-page .menus li {
  display: block;
  width: 100%;
  border-bottom: 1px solid lightgrey;
}
#component-slider .common-style.component.slide-page .menus li > button.copy {

}