.overlay-shadow {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px;
}
.overlay-text-shadow {
  text-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px;
}
#design .perma-link-panel {
  position: fixed;
  z-index: 100;
  opacity: 1;
}
#design .perma-link-panel ::-webkit-scrollbar {
  -webkit-appearance: none;
}
#design .perma-link-panel ::-webkit-scrollbar:vertical {
  width: 11px;
}
#design .perma-link-panel ::-webkit-scrollbar:horizontal {
  height: 11px;
}
#design .perma-link-panel ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
