/* share box */ .nav-share { position: absolute; bottom: 0; left: 0; width: 20rem; transform: translateY(30rem) translateZ(0); transition: opacity 0.01s, transform 0.2s; padding: 0.5rem 0.75rem 0 0.75rem; background: black; border-top: 1px solid white; border-left: 1px solid white; border-right: 1px solid white; color: white; font-size: 18px; } .checklist-open .nav-share { top: 0rem; left: -1px; z-index: 21; transform: translateY(-30rem) translateZ(0); border-top: 0; border-bottom: 1px solid white; bottom: auto; padding-top: 0; padding-bottom: 0.5rem; display: flex; flex-direction: column-reverse; } .share-open .nav-share { transform: translateY(0) translateZ(0); opacity: 1; z-index: 10; } .viewer-parent .nav-share a { color: white; text-decoration: none; } .nav-share .share-success { display: none; } .nav-share.copying .share-success { margin-left: 1rem; display: inline; opacity: 1; color: white; font-size: 0.75rem; } .nav-share.copying.copied .share-success { opacity: 0; transition: opacity 1.0s 1.0s; } .nav-share .share-option { padding: 0.5rem 0; } .nav-share .share-copy { cursor: pointer; }