body{font-family:Space Mono,monospace;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000}.App{align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);height:100vh;justify-content:center;text-align:center}#add-tab{margin-bottom:15px}#submit-button{background:none;border:none;color:#fff;font-family:Space Mono,monospace;font-size:20px;font-weight:400;font-weight:700;margin-left:10px;text-decoration:underline}#submit-button:hover{cursor:pointer;-webkit-text-decoration:wavy;text-decoration:wavy}#tab-list{height:75%;min-width:480px;overflow-x:hidden;overflow-y:scroll;top:50px;width:60%}#tab-list,.tab{margin-bottom:5px}.tab{color:#fff;display:flex;flex-direction:row;font-size:16px;font-weight:700;height:35px;justify-content:space-evenly;margin-top:5px;overflow:hidden;position:relative;width:100%}.tab-button{color:#fff;text-decoration:underline}.tab-button:hover{cursor:pointer;-webkit-text-decoration:dashed;text-decoration:dashed}.tab-button:visited{color:#fff}#save-button{color:#fff;font-weight:700;height:40px;left:10px;line-height:40px;margin-bottom:10px;position:absolute;text-decoration:underline;top:10px;width:90px}#save-button:hover{cursor:pointer;-webkit-text-decoration:wavy;text-decoration:wavy}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#333;opacity:.7}::-webkit-scrollbar-thumb{background:#aaa;opacity:.7}::-webkit-scrollbar-thumb:hover{background:#ddd;opacity:.7}.login-item{margin-left:10px;margin-right:10px}#login-button{background:none;border:1px solid #fff;border-radius:5px;color:#fff;font-family:Space Mono,monospace;font-size:14px;height:30px;line-height:25px;margin:10px;text-align:center;text-decoration:none;width:60px}#login-button:hover{background-color:#444;cursor:pointer}#signup{color:#fff;margin:10px;text-decoration:underline}#signup:hover{cursor:pointer;text-decoration:none}#extension-link{color:#fff;font-size:18px;margin-bottom:10px;text-decoration:underline}#extension-link:hover{cursor:pointer;text-decoration:none}#extension-link:visited{color:#fff}#clipboard-tab{font-size:24px;margin:5px;text-decoration:underline}#clipboard-tab:hover{cursor:pointer;text-decoration:none}#error{color:red}@keyframes pulse{0%{height:0;left:50%;opacity:0;top:50%;width:0}50%{height:100px;left:calc(50% - 50px);opacity:1;top:calc(50% - 50px);width:100px}to{height:200px;left:calc(50% - 100px);opacity:0;top:calc(50% - 100px);width:200px}}.loader{animation-duration:3s;animation-iteration-count:infinite;animation-name:pulse;animation-timing-function:ease;border:2.5px solid #fff;border-radius:100%;height:0;left:50%;position:absolute;width:0}
/*# sourceMappingURL=main.1e193d24.css.map*/