#video-controls button,
.recut-menu button {
  height: 20px;
  width: fit-content;
  border-radius: 5px;
  box-shadow: none;
  padding: 2px;
  border: none;
  margin: 2px;
  opacity: 0.8;
}

#video-controls button:hover,
.recut-menu button:hover {
  opacity: 1;
}

#video-controls input {
  accent-color: rgb(80, 140, 220);
}

video::-webkit-media-controls-enclosure {
  display: none !important;
}
