-
Notifications
You must be signed in to change notification settings - Fork 0
/
1.0.4.css
8 lines (8 loc) · 24.1 KB
/
1.0.4.css
1
2
3
4
5
6
7
8
.svelte-App{color:rgb(var(--body));font-family:var(--font)}.svelte-App:golbal(body){background-color:rgb(var(--background))}a:hover{color:rgb(var(--primary))}input:focus{outline:rgba(var(--primary), 0.8) auto 1px}.center-text{display:flex;align-items:center;justify-content:center;border-radius:1em}.full-screen{position:absolute;height:100%;width:100%;bottom:0px;left:0px;border-radius:0px !important;z-index:101}.app-container.svelte-App{position:relative;flex-direction:row;display:flex;height:100%;width:100%;overflow:hidden}.video.svelte-App{flex:7 1;display:flex;flex-direction:column;justify-content:space-between;border-radius:2em}.chat.svelte-App{flex:3 1;flex-direction:column;justify-content:space-between;background:var(--chat-background)}.loading.svelte-App{background-color:rgb(var(--background));z-index:105}.mic-access-modal.svelte-App{z-index:106}@media only screen and (max-width: 600px), (orientation: portrait){.app-container.svelte-App{display:flex;flex-direction:column}.hide-phone{display:none !important}.video.svelte-App{flex-grow:1;border-left:none;border-radius:0px}}@media only screen and (min-width: 600px){.chat.svelte-App{max-width:100%;padding:0.5em 0em 0.5em 0.5em;margin:0.5em 0;border-radius:1em;box-shadow:0px 4px 4px rgba(var(--shadow), 0.4);margin-right:0.5em}}.position-absolute-chat.svelte-App{position:absolute;width:100%;max-width:25em;right:0;margin-left:auto;bottom:0.5em;z-index:103}@media only screen and (max-width: 961px), (orientation: portrait){.position-absolute-chat.svelte-App{max-width:100%}}html,body{position:relative;width:100%;height:100%}body{margin:0;padding:0;font-weight:lighter}input,button,select,textarea{font-family:inherit;font-size:inherit}button{color:currentColor;transition:color 0.2s ease-in-out;cursor:pointer}a{text-decoration:none;color:currentColor;transition:color 0.2s ease-in-out}p{margin:0px}.lds-ellipsis.svelte-components-Loading.svelte-components-Loading{display:inline-block;position:relative;width:calc(var(--size) * 10px);height:calc(var(--size) * 10px)}.lds-ellipsis.svelte-components-Loading div.svelte-components-Loading{position:absolute;top:calc(var(--size) * 33px / 8);width:calc(var(--size) * 13px / 8);height:calc(var(--size) * 13px / 8);border-radius:50%;background:rgb(var(--body));animation-timing-function:cubic-bezier(0, 1, 1, 0)}.lds-ellipsis.svelte-components-Loading div.svelte-components-Loading:nth-child(1){left:calc(var(--size) * 1px);animation:svelte-components-Loading-lds-ellipsis1 0.6s infinite}.lds-ellipsis.svelte-components-Loading div.svelte-components-Loading:nth-child(2){left:calc(var(--size) * 1px);animation:svelte-components-Loading-lds-ellipsis2 0.6s infinite}.lds-ellipsis.svelte-components-Loading div.svelte-components-Loading:nth-child(3){left:calc(var(--size) * 4px);animation:svelte-components-Loading-lds-ellipsis2 0.6s infinite}.lds-ellipsis.svelte-components-Loading div.svelte-components-Loading:nth-child(4){left:calc(var(--size) * 7px);animation:svelte-components-Loading-lds-ellipsis3 0.6s infinite}@keyframes svelte-components-Loading-lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes svelte-components-Loading-lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes svelte-components-Loading-lds-ellipsis2{0%{transform:translate(0, 0)}100%{transform:translate(calc(var(--size) * 3px), 0)}}div.svelte-components-InternetConnectionStatus{position:absolute;z-index:101;width:min(90%, 25em);left:calc((100% - min(90%, 25em)) / 2);top:0.5em;padding:1em 0;display:flex;align-items:center;justify-content:center;box-shadow:0px 0px 0px 3px rgb(var(--background));background-color:rgba(var(--danger), 0.6);border-radius:1em}span.svelte-components-InternetConnectionStatus{margin-right:1em}button.svelte-components-MicrophoneAccess{right:0;align-self:flex-end;border:none;border-radius:0.3em;background-color:rgb(var(--primary));color:rgb(var(--background));padding:0.5em;box-shadow:0 0 18px -4px rgb(var(--primary));margin-top:2em}h2.svelte-components-MicrophoneAccess,p.svelte-components-MicrophoneAccess{align-self:flex-start}.chat-container.svelte-components-Chat{display:flex;flex-direction:column;height:100%;justify-content:space-between}.header-container.svelte-components-Chat{display:flex;flex-direction:column;border-bottom:1px solid rgba(var(--body), 0.2);margin-bottom:0.5em;padding:0.5em;color:rgba(var(--body))}.msgs-container.svelte-components-Chat{flex:8 8 80%;scroll-behavior:auto;overflow-y:auto;width:100%}.msgs.svelte-components-Chat{height:0px;flex-direction:column;width:inherit}.chat-header.svelte-components-Chat{margin:0 0.5em 0.5em 0.5em;display:flex;flex-direction:column;align-items:stretch}.search.svelte-components-Chat{display:flex;margin-left:1em;margin-right:calc(1em - 8px);margin-top:0.5em}.search-field.svelte-components-Chat{flex:1 1;border-radius:10px;box-shadow:rgba(var(--shadow, 0.1), 0.2) 0px 7px 29px 0px;outline:none;border:0;margin-right:0.5em;padding:0.25em 0.5em}.hide-component.svelte-components-Chat{display:none}.custom-input.svelte-components-Login{align-self:center;flex:1;font-style:normal}button.svelte-components-Login{right:0;border:none;border-radius:0.3em;background-color:rgb(var(--primary));color:rgb(var(--background));padding:0.5em;box-shadow:0 0 18px -4px rgb(var(--primary));cursor:pointer;margin:0.3em 1em;color:rgb(var(--body));border-radius:10px;width:200px;box-shadow:0px 4px 12px rgba(var(--shadow), 0.3)}button.login.svelte-components-Login{background-color:rgba(var(--primary), 0.2);font-weight:bolder;margin-top:2.5em}button.cancel.svelte-components-Login{background:rgb(var(--background))}.auth-error.svelte-components-Login{background-color:rgb(var(--danger));border-radius:0.3em;width:65%;padding:0.6em 0;text-align:center}.error.svelte-components-Error.svelte-components-Error{background-color:rgb(var(--background));color:rgb(var(--body));font-size:xx-large;text-align:center;display:flex;flex-direction:column;align-items:center}.error.svelte-components-Error div.svelte-components-Error{max-width:80%}.title.svelte-components-Error.svelte-components-Error{font-weight:800;font-size:3em;margin-bottom:1em}.error-msg.svelte-components-Error.svelte-components-Error{color:rgb(var(--primary));font-size:large}.decoration.svelte-components-Error.svelte-components-Error{position:absolute;z-index:-1}.decoration.logo.svelte-components-Error.svelte-components-Error{top:1em;left:1em}.decoration.rectangle.svelte-components-Error.svelte-components-Error{width:70%;height:40%}.decoration.rectangle.one.svelte-components-Error.svelte-components-Error{background-color:rgba(var(--primary), 0.2);border-radius:4em;right:5%}.decoration.rectangle.two.svelte-components-Error.svelte-components-Error{background-color:rgba(var(--primary), 0.1);border-radius:10em;bottom:5%}.hide-chat.svelte-components-ToggleChatButton{color:rgba(var(--body), 0.7);align-self:center;border:none;background:none;cursor:pointer;position:relative;padding:0;margin-left:1em}.horizontal-hide-chat-button.svelte-components-ToggleChatButton{position:static;align-self:center;justify-self:flex-start;padding:0;margin:0}@media only screen and (max-width: 600px), (orientation: portrait){.hide-chat.svelte-components-ToggleChatButton{display:none}.hide-phone{display:none !important}}.full-screen-hide.svelte-components-ToggleChatButton{display:none}.user-input-container.svelte-components-InputContainer{flex:1 1}.input-container.svelte-components-InputContainer{display:flex;background:rgb(var(--background));box-shadow:0 4px 20px 0 rgba(var(--shadow), 0.2);border-radius:10px;margin:0.5em 1em 0em 1em;z-index:2}.input-button.svelte-components-InputContainer{color:rgb(var(--body));background-color:rgba(var(--primary), 0.2);border:none;border-radius:0.5em;margin:0.5em 0.5em;margin-right:1em;display:flex;padding:0.6em;align-items:center;justify-content:center;transition:all 0.2s ease-in-out}.input-button.svelte-components-InputContainer:hover{cursor:pointer;background-color:rgb(var(--primary))}.input-button.svelte-components-InputContainer:disabled{opacity:0.4;background-color:rgba(var(--primary), 0.7);cursor:unset}.user-input.svelte-components-InputContainer{display:flex;height:fit-content;flex-direction:column}.controls.svelte-components-InputContainer{display:flex;color:rgb(var(--body));flex-direction:row;justify-content:space-around;align-content:center;z-index:1;background-color:rgb(var(--body), 0.7);margin:-1.25em 1em;border-radius:0 0 2em 2em;padding-top:2em;padding-bottom:0.75em;margin-bottom:0.5em}.hide-chat-controls.svelte-components-InputContainer{display:none}.text-box.svelte-components-InputContainer{align-self:center;flex:1;background:rgb(var(--background));border-radius:0.7em;width:100%;border:none;font-style:normal;padding:1em 1.5em;color:rgb(var(--body))}.text-box.svelte-components-InputContainer:focus{outline:none}.recording.svelte-components-InputContainer{animation:svelte-components-InputContainer-grow 1s ease-in-out infinite;background-color:rgb(var(--secondary));z-index:10}.recording.svelte-components-InputContainer:hover{background-color:rgb(var(--secondary));cursor:unset}.recording.svelte-components-InputContainer:disabled{background-color:rgb(var(--secondary));opacity:1}.progress-bar.svelte-components-InputContainer{animation:svelte-components-InputContainer-progress 1.5s ease-in forwards;border:none;background-color:rgb(var(--secondary));width:0;margin:0em 1em;height:0.1em;border-radius:1em}@keyframes svelte-components-InputContainer-progress{0%{width:0;opacity:0}10%{opacity:1}95%{width:calc(100% - 2em);opacity:1}100%{width:calc(100% - 2em);opacity:0}}@keyframes svelte-components-InputContainer-grow{0%{transform:scale(1);box-shadow:none}50%{transform:scale(1.05);box-shadow:0px 0px 0px 10px rgba(var(--shadow), 0.4)}100%{transform:scale(1);box-shadow:none}}@media only screen and (max-width: 600px), (orientation: portrait){.controls.svelte-components-InputContainer{display:flex;flex-direction:row;justify-content:space-around;align-content:center;z-index:1;background-color:rgb(var(--body), 0.7);margin:-1.25em 1em;border-radius:0 0 2em 2em;padding-top:2em;padding-bottom:0.75em;margin-bottom:0.5em}}.msg.svelte-components-MessageInfo{min-width:150px;border-bottom:1px solid rgb(var(--primary));width:80%;margin:1em auto}.msg-text.svelte-components-MessageInfo{width:100%;min-width:7em;font-style:normal;word-break:normal;hyphens:auto;font-size:small;text-align:center}.container.svelte-components-MessageInfo{display:flex;flex-direction:column;align-items:center}.timestamp.svelte-components-MessageInfo{font-style:normal;font-size:0.8em;width:100%;color:rgb(var(--body));font-size:x-small}.modal.svelte-components-Modal{background-color:rgba(var(--body), 0.4)}.container.svelte-components-Modal{background-color:rgb(var(--background));color:rgb(var(--body));padding:1.5em;border-radius:1em;display:flex;flex-direction:column;max-width:min(60vw, 800px);box-shadow:0 0 18px -4px rgb(var(--shadow));align-items:center}.chat-media.svelte-components-ImageComponent{width:100%;border-radius:1em}.hidden.svelte-components-ImageComponent{display:none}.placeholder.svelte-components-ImageComponent{height:10em;background:rgba(var(--primary), 0.2)}div.svelte-components-Avatar{display:flex}img.svelte-components-Avatar{border-radius:50%;margin:auto}span.svelte-components-MessageBubble a{text-decoration:underline}.msg-text:hover > span > span{color:rgb(var(--background));transition:color 0.2s ease-in-out}.highlight{background-color:rgb(var(--primary))}.msg.svelte-components-MessageBubble{margin:7px;min-width:150px}.msg.bkd.svelte-components-MessageBubble{align-self:flex-start;color:rgb(var(--body))}.msg.usr.svelte-components-MessageBubble{align-self:flex-end;color:rgb(var(--background))}.msg.sent.svelte-components-MessageBubble{filter:brightness(1.25)}.msg-text.svelte-components-MessageBubble{width:fit-content;min-width:7em;padding:0.3em 1.2em;box-shadow:4px 4px 7px rgba(var(--shadow), 0.05);font-style:normal;word-break:normal;hyphens:auto;max-width:80%}.msg-text.usr.svelte-components-MessageBubble{color:rgb(var(--background));background-color:rgb(var(--primary));border-radius:20px 0px 20px 20px;align-self:flex-end;text-align:right}.msg-text.bkd.svelte-components-MessageBubble{background-color:rgb(var(--background));color:rgb(var(--body));border-radius:0px 20px 20px 20px;align-self:flex-start}.timestamp.svelte-components-MessageBubble{font-style:normal;font-size:0.8em;width:100%;color:rgb(var(--body));margin-top:0.3em;font-size:x-small}.hoverable.svelte-components-MessageBubble{cursor:pointer;transition:color 0.2s ease-in-out}.hoverable.bkd.svelte-components-MessageBubble{transition:color 0.2s ease-in-out}.hoverable.bkd.svelte-components-MessageBubble:hover{color:rgb(var(--primary))}.hoverable.usr.svelte-components-MessageBubble:hover{color:rgb(var(--body))}.text-container.svelte-components-MessageBubble{display:flex;flex-direction:column}.text-container.bkd.svelte-components-MessageBubble{align-items:flex-end}.text-container.usr.svelte-components-MessageBubble{align-items:flex-start}.container.svelte-components-MessageBubble{display:flex;color:rgb(var(--body))}.container.bkd.svelte-components-MessageBubble{flex-direction:row;margin-right:10px}.container.usr.svelte-components-MessageBubble{flex-direction:row-reverse}.timestamp.bkd.svelte-components-MessageBubble{text-align:left}.timestamp.usr.svelte-components-MessageBubble{text-align:right}.svelte-components-VideoMixerPlaceholder{color:rgba(var(--body))}.video-item{position:relative;grid-area:2/1/2/2}.full-screen-video{position:absolute;height:100%;width:100%;top:0px;bottom:0px;left:0px;right:0px;border-radius:0px !important;z-index:105}.rectangle.svelte-components-VideoMixerPlaceholder{width:40%;height:50%;position:absolute;z-index:-1;background-color:rgba(var(--primary), 0.1);border-radius:10em;right:15%;top:40%}.video-container-container.svelte-components-VideoMixerPlaceholder{display:flex;justify-content:flex-start;flex:1;flex-direction:column}.video-container.svelte-components-VideoMixerPlaceholder{flex-shrink:1;flex:0;display:grid;margin-left:5%;margin-right:calc(5% - 47px)}.controls.svelte-components-VideoMixerPlaceholder{flex-grow:0;display:flex;flex-flow:row;width:17em;padding:0.5em;justify-content:space-around;justify-self:center;align-self:flex-end;grid-area:2/1/2/2;border-radius:15px;z-index:1}.full-screen-button.svelte-components-VideoMixerPlaceholder{cursor:pointer;display:grid;align-self:start;justify-self:end;border:none;grid-area:2/1/2/2;z-index:103;margin:1.5em 1.5em 0 0;color:rgb(var(--background));background-color:rgba(var(--body), 0.7);border-radius:0.25em}.backdrop-blur.svelte-components-VideoMixerPlaceholder{background-color:rgba(var(--body), 0.3)}@supports (
(-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))
){.backdrop-blur.svelte-components-VideoMixerPlaceholder{background-color:rgba(var(--body), 0.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}.video-header.svelte-components-VideoMixerPlaceholder{display:flex;align-items:center;justify-content:space-between;margin:1% 1em 1%}.video-header-left.svelte-components-VideoMixerPlaceholder{display:flex;justify-content:flex-end;align-items:center}.video-header-right.svelte-components-VideoMixerPlaceholder{display:flex;justify-content:flex-end;align-items:center}.start.svelte-components-VideoMixerPlaceholder{background-color:rgb(var(--background));transition:color 0.2s ease-in-out;color:rgb(var(--body));flex-direction:column}.video-bottom.svelte-components-VideoMixerPlaceholder{display:flex;flex:1;flex-direction:column;margin-left:5%;margin-right:calc(5% - 47px);justify-content:space-between;align-items:flex-start}.title.svelte-components-VideoMixerPlaceholder{display:flex;flex-direction:row;margin-top:2em;width:100%}.title-text.svelte-components-VideoMixerPlaceholder{font-weight:500;font-size:larger;margin-left:2.9em;margin-top:0%}.bulletpoint.svelte-components-VideoMixerPlaceholder{padding-left:0.4em;margin-left:1em;color:rgb(var(--primary))}.highlight.svelte-components-VideoMixerPlaceholder{margin-left:2em;opacity:1;border-radius:0.5em;background-color:rgba(var(--primary), 0.15);font-weight:lighter;padding-left:1em;padding-right:1em}@media only screen and (max-width: 600px), (orientation: portrait){.video-container.svelte-components-VideoMixerPlaceholder{margin:0}.rectangle.svelte-components-VideoMixerPlaceholder{display:none}.hide-phone.svelte-components-VideoMixerPlaceholder{display:none}.video-header.svelte-components-VideoMixerPlaceholder{background-color:transparent;display:grid;flex-flow:row;align-self:start;justify-self:start;grid-area:2/1/2/2;z-index:1;margin:1.5em 0 0 1.5em;border:none}.controls.svelte-components-VideoMixerPlaceholder{display:none}}.touch-icon.svelte-components-VideoMixerPlaceholder{width:5em;height:5em}.is-full-screen-video.svelte-components-VideoMixerPlaceholder{margin:0}.full-screen-hide.svelte-components-VideoMixerPlaceholder{display:none}video.svelte-components-VideoMixer1-VideoPlayerIdle{width:100%;min-width:40%;border-radius:1em;transition:opacity var(--fade-time) ease;box-shadow:0px 0px 18px -10px rgba(var(--shadow), 0.4)}.lg.svelte-components-VideoMixer1-VideoPlayerIdle{width:30em}@media only screen and (max-width: 600px), (orientation: portrait){video.svelte-components-VideoMixer1-VideoPlayerIdle{border-radius:1em 1em 0 0}}.fade-out.svelte-components-VideoMixer1-VideoPlayerIdle{opacity:0}.full-screen.svelte-components-VideoMixer1-VideoPlayerIdle{object-fit:cover;z-index:0;height:100%;position:absolute;left:50%;transform:translatex(-50%)}.horizontal-screen.svelte-components-VideoMixer1-VideoPlayerIdle{object-fit:cover;z-index:0;height:85%}video.svelte-components-VideoMixer1-VideoPlayer{width:100%;min-width:40%;border-radius:1em;transition:opacity var(--fade-time) ease}.outline.svelte-components-VideoMixer1-VideoPlayer{box-shadow:0px 0px 0px 3px rgb(var(--primary))}input.svelte-components-VideoMixer1-VideoPlayer{width:4em}.lg.svelte-components-VideoMixer1-VideoPlayer{width:30em}@media only screen and (max-width: 600px), (orientation: portrait){video.svelte-components-VideoMixer1-VideoPlayer{border-radius:0 0 1em 1em}}.full-screen.svelte-components-VideoMixer1-VideoPlayer{object-fit:cover;height:100%;position:absolute;left:50%;transform:translatex(-50%)}.fade-out.svelte-components-VideoMixer1-VideoPlayer{opacity:0}.object-fit-cover.svelte-components-VideoMixer1-VideoPlayer{object-fit:cover}.suggestion-container.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer{display:inline-flex;flex-direction:column;flex-shrink:0;display:block;border-radius:0.7em 0.7em 0px 0px;margin:-0.25em 1em -1.25em 1em;padding-bottom:0.5em;position:relative;width:calc(100% - 2em);background-color:rgba(var(--body), 0.6);box-shadow:0 4px 20px 0 rgba(var(--shadow), 0.2);top:0px;transition:all 0.2s ease-in-out}.suggestions-hidden.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer{margin-bottom:-2em}.suggestion.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:medium;color:rgb(var(--background));text-align:center;padding:0.3em;scroll-snap-align:center;margin:0.2em 1em;border-bottom:1px solid rgb(var(--background))}.suggestion.svelte-components-SuggestionContainer>p.svelte-components-SuggestionContainer{min-width:1em}.suggestion-title-container.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer{color:rgb(var(--body));background-color:rgb(var(--primary));font-size:small;border-radius:0.7em 0.7em 0 0;height:3em;display:grid;grid-template-columns:1.2fr min-content 1.2fr;padding:0 5%}.suggestion-title.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer{justify-self:center;align-self:center;text-transform:uppercase;text-align:center;font-size:smaller;font-weight:bold;transition:all 0.2s ease-in-out}.waiting-response.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer{display:flex;position:absolute;bottom:1.12em}.align-top.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer{margin-top:-1.1em}.align-title-paused.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer{padding-bottom:1.2em}.center-title.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer{display:flex;justify-self:center;align-self:center;padding-top:1em}.past-selected.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer{color:rgb(var(--primary));background-color:rgba(var(--primary), 0.1)}.suggestion.selectable.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer:hover{color:rgb(var(--primary));cursor:pointer}.blinking.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer{animation:svelte-components-SuggestionContainer-blinking 3s ease-in infinite;border-radius:1em;padding:0 0.5em}@keyframes svelte-components-SuggestionContainer-blinking{0%{background-color:rgb(var(--primary));color:rgb(var(--body))}50%{color:rgb(var(--background))}100%{color:rgb(var(--background))}}@media only screen and (max-height: 600px) and (orientation: landscape){.suggestion-wrapper.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer{max-height:5.5em;overflow-y:auto}}button.svelte-components-Controls{border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgb(var(--body));background-color:rgb(var(--background));border-radius:0.5em;padding:0.3em}button.svelte-components-Controls:hover{color:rgb(var(--primary))}.mute.svelte-components-Controls{color:rgb(var(--background));background-color:rgb(var(--primary))}.mute.svelte-components-Controls:hover{color:rgb(var(--body))}.session-counter.svelte-components-UserCount{margin-left:0.75em;background-color:rgb(var(--background));border-radius:12px;width:2em;height:2em;display:flex;justify-content:center;align-items:center;box-shadow:1px 1px 2px 0.5px rgba(0, 0, 0, 0.2)}.icon.svelte-components-UserCount{display:flex;align-items:center;margin:0.2em;margin-right:1em;color:rgb(var(--body))}.user-count.svelte-components-UserCount{flex-grow:1;flex-shrink:0;margin-top:0.25em;margin-left:0.1em;display:flex;flex-direction:row;padding-left:0.75em;color:rgb(var(--body))}.user-count-text.svelte-components-UserCount{margin-left:2em;font-weight:500}.horizontal-screen.svelte-components-UserCount{margin-top:0 !important}@media only screen and (max-height: 848px){.user-count.svelte-components-UserCount{margin-top:1em}}@media only screen and (max-width: 600px), (orientation: portrait){.hide-phone.svelte-components-UserCount{display:none}}.icon.svelte-components-DownloadButton{display:flex;align-items:center;margin:0.2em;margin-right:1em;color:rgb(var(--body))}.download-area.svelte-components-DownloadButton{display:flex;cursor:pointer;flex-shrink:0;flex-direction:row;align-items:center;background:rgb(var(--download-button-background));border-radius:1em;padding:0.2em 0.7em 0.2em 0.5em;box-shadow:rgba(0, 0, 0, 0.1) 0px 1px 2px 0px}.download-container.svelte-components-DownloadButton{display:none;flex-direction:row;flex:1;align-items:center;flex-shrink:0;justify-content:right}.download.svelte-components-DownloadButton{display:flex;flex-direction:row;color:rgb(var(--primary))}.download-horizontal.svelte-components-DownloadButton{margin-left:5em;margin-right:3.5em}@media only screen and (max-width: 600px), (orientation: portrait){.download.svelte-components-DownloadButton{padding-right:1em}.hide-phone.svelte-components-DownloadButton{display:none}}p.svelte-components-CircularTimer{z-index:1;background:rgb(var(--primary-dimmed));color:rgb(var(--body));height:100%;width:100%;border-radius:50%;display:flex;align-items:center;justify-content:center}.pie-pressure.svelte-components-CircularTimer{display:flex;align-items:center;justify-content:center;align-self:center;justify-self:flex-end;width:25px;height:25px;position:relative;background-clip:padding-box;border-radius:50%;border:solid 3px transparent;margin-right:1em}.pie-pressure.svelte-components-CircularTimer::before{z-index:0;content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:-3px;border-radius:inherit;background:repeating-conic-gradient(
rgba(var(--background), 0.3) 0deg,
rgba(var(--background), 0.3) 7.5deg,
#ffffff00 7.5deg,
#ffffff00 15deg
)}.pie-pressure.svelte-components-CircularTimer:after{z-index:0;content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:-3px;border-radius:inherit;background:var(--gradient)}