.App{text-align:center}.container{display:flex;flex-direction:column}.header{align-items:center;background-color:#fff;border-bottom:1px solid #c1c1c1;box-sizing:border-box;height:8vh;justify-content:flex-start;margin:5px 0;padding:auto;position:relative;text-align:center;z-index:2}.header,.main{display:flex;width:100%}.main{flex-direction:row;flex-grow:1;min-height:92vh}.scrollTopButton{align-items:center;background-color:#3f3f40;border:none;border-radius:50%;bottom:30px;box-shadow:0 2px 5px #0003;cursor:pointer;display:flex;height:50px;justify-content:center;opacity:.8;position:fixed;right:30px;transition:opacity .3s,transform .3s;width:50px;z-index:1000}.scrollTopButton:hover{opacity:.5;transform:scale(1.1)}.scrollTopButton svg{color:#fff;font-size:28px}.user-menu-container{position:relative}.user-icon-button{align-items:center;background:none;border:none;border-radius:50%;color:var(--vscode-foreground);cursor:pointer;display:flex;font-size:x-large;justify-content:center;padding:10px;transition:background-color .2s;z-index:1001}.user-icon-button:hover{color:#a35d01}.user-icon-button:active{transform:scale(.8)}.user-icon-button svg{height:24px;width:24px}.dropdown-menu{animation:fadeIn .1s ease-out;background-color:#fff;border:1px solid var(--vscode-panel-border);border-radius:6px;box-shadow:0 4px 12px #0003;min-width:-webkit-max-content;min-width:max-content;padding:8px;position:absolute;right:0;text-align:left;top:100%;width:200px;z-index:1001}.dropdown-menu button{align-items:center;background-color:initial;border:none;border-radius:4px;color:var(--vscode-foreground);cursor:pointer;display:flex;gap:10px;padding:10px;text-align:left;width:100%}.dropdown-menu button:hover{background-color:var(--vscode-list-hoverBackground)}.dropdown-menu button svg{height:18px;width:18px}.mode-toggle-container{display:flex;position:absolute;right:55px;top:9px}.mode-toggle-button{background-color:#fff;border:none}.mode-toggle-button:active{transform:scale(.8)}.mode-toggle-icon{height:24px;width:24px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-icon-button .user-avatar{border-radius:50%;height:32px;object-fit:cover;width:32px}.dropdown-menu .user-info{align-items:center;display:flex;gap:10px;padding:8px 12px}.dropdown-menu .user-avatar{border-radius:50%;height:40px;object-fit:cover;width:40px}.dropdown-menu .user-avatar-icon{color:#555;font-size:40px}.main>*{transition:opacity .3s ease-in-out}.fade-out{opacity:0}.fade-in{opacity:1}.main{position:relative}.main>div{animation:fadeInAnimation .5s ease-in-out}@keyframes fadeInAnimation{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.header-global{background-color:#fff}.sidebar-global{background-color:#ebedfc!important}.content-global{background-color:#efeeee}.sidebarGlobal-button-note-global:hover{background-color:#19023a!important;border-color:#19023a!important;color:#fffcb0!important}.sidebarGlobal-button-note-global.selected{background-color:#19023a!important;border-color:#19023a;color:#fffcb0!important;font-weight:700}.content{background-color:#fafafa;background-color:var(--vscode-editor-background,#fafafa);display:flex;flex-direction:column;max-width:75%;overflow-wrap:break-word;padding:10px;position:relative;width:75%;z-index:1}.note-name-container{margin-bottom:25px;padding:5px 10px 10px}.note-name-container h1.note-name{color:var(--vscode-editor-foreground);font-size:2rem;margin:0;padding:0}.task-list-container{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.task-list-container>h2{color:var(--vscode-editorHint-foreground);font-size:.9rem;font-weight:600;margin:0 5px 5px;text-transform:uppercase}.create-task-button{align-items:center;background-color:#f3f3f3;background-color:var(--vscode-editorWidget-background,#f3f3f3);border:1px dashed #ccc;border:1px dashed var(--vscode-button-border,#ccc);border-radius:5px;color:#333;color:var(--vscode-button-foreground,#333);cursor:pointer;display:flex;font-size:1.1rem;font-weight:500;gap:8px;justify-content:center;margin:10px 0 20px;padding:10px;transition:background-color .2s,color .2s}.create-task-button:hover{background-color:#e0e0e0;background-color:var(--vscode-button-hoverBackground,#e0e0e0);color:var(--vscode-button-primaryForeground)}.task-detail-opener{border:1px solid #ddd;border:1px solid var(--vscode-panel-border,#ddd);border-radius:5px;margin-bottom:15px;overflow:hidden}.task-summary{align-items:center;background-color:#f5f5f5;background-color:var(--vscode-sideBar-background,#f5f5f5);color:#333;color:var(--vscode-sideBarTitle-foreground,#333);cursor:pointer;display:flex;font-size:1.6rem;font-weight:600;justify-content:space-between;list-style:none;padding:12px 16px}.task-summary::-webkit-details-marker{display:none}.task-summary::marker{display:none}.task-summary:hover{background-color:#eaeaea;background-color:var(--vscode-list-hoverBackground,#eaeaea)}.task-summary.task-selected{background-color:#e0e0e0;background-color:var(--vscode-list-activeSelectionBackground,#e0e0e0);color:var(--vscode-list-activeSelectionForeground)}.task-name{flex-grow:1;text-align:left}.task-name-input{background:var(--vscode-input-background);border:1px solid var(--vscode-input-border);color:var(--vscode-input-foreground);flex-grow:1;font-size:1.6rem;font-weight:600}.task-delete-icon,.task-edit-icon{flex-shrink:0;font-size:1.2rem;margin-left:12px;opacity:0;transition:opacity .1s ease-in-out;z-index:5}.task-summary:hover .task-delete-icon,.task-summary:hover .task-edit-icon{opacity:.6}.task-delete-icon:hover,.task-edit-icon:hover{color:var(--vscode-button-foreground);opacity:1}.task-delete-icon:hover{color:red;color:var(--vscode-errorForeground,red)}.procedure-list-container{background-color:#fafafa;background-color:var(--vscode-editorWidget-background,#fafafa);border-top:1px solid #ddd;border-top:1px solid var(--vscode-panel-border,#ddd);padding:10px}.procedure-item{border-bottom:1px dashed #8d8a8a;border-bottom:1px dashed var(--vscode-dropdown-border,#8d8a8a);margin-bottom:10px;padding-bottom:10px}.procedure-item:last-child{border-bottom:none;margin-bottom:0}.procedure-name-div-nested{align-items:center;cursor:pointer;display:flex;justify-content:space-between;list-style:none;padding:8px 4px}.procedure-name-div-nested::-webkit-details-marker{display:none}.procedure-name-div-nested::marker{display:none}.procedure-name-div-nested h2{color:var(--vscode-editor-foreground);flex-grow:1;font-size:1.25rem;font-weight:600;margin:0;text-align:left}.procedure-feeling-display{align-items:center;cursor:pointer;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;margin:5px 0 15px}.delete-procedure-icon,.procedure-edit-icon{color:var(--vscode-icon-foreground);flex-shrink:0;font-size:1.1rem;margin-left:10px;opacity:.6;transition:opacity .2s}.delete-procedure-icon:hover,.procedure-edit-icon:hover{opacity:1}.delete-procedure-icon:hover{color:red;color:var(--vscode-errorForeground,red)}.create-procedure-icon{cursor:pointer;display:block;height:30px;margin-left:auto;margin-right:auto;margin-top:20px;opacity:.7;width:30px}.create-procedure-icon:hover{color:green;color:var(--vscode-button-primaryBackground,green);opacity:1}.procedure-content-wrapper{padding:0 10px 10px}.tag-container{align-items:center;cursor:pointer;display:flex;gap:8px;justify-content:flex-start;margin:5px 0 15px}.tag-icon{color:var(--vscode-icon-foreground);font-size:1rem}.procedure-tag{color:#4b95e9;color:var(--vscode-textLink-foreground,#4b95e9);margin-right:5px}.procedure-tag u:hover{color:#0831e7;color:var(--vscode-textLink-activeForeground,#0831e7)}.create-tag{cursor:pointer;font-size:1.3rem;opacity:.7}.create-tag:hover{opacity:1}.delete-tag{background:none;color:#4b95e9;color:var(--vscode-textLink-foreground,#4b95e9);cursor:pointer;padding:0}.delete-tag:hover{color:red;color:var(--vscode-errorForeground,red)}.procedure-description{align-items:flex-start;background-color:#f7f7f7;background-color:var(--vscode-textBlockQuote-background,#f7f7f7);border:1px solid #eee;border:1px solid var(--vscode-textBlockQuote-border,#eee);border-radius:5px;color:var(--vscode-editor-foreground);display:flex;margin-bottom:1rem;margin-top:1rem;padding:1rem;position:relative;text-align:left}.description-icon{flex-shrink:0;height:20px;margin-right:15px;margin-top:4px;width:20px}.procedure-description-text{flex:1 1;min-width:0;word-break:break-word}.edit-description-icon{border-radius:4px;color:var(--vscode-icon-foreground);cursor:pointer;font-size:1rem;opacity:.6;padding:5px;position:absolute;right:8px;top:8px;z-index:5}.edit-description-icon:hover{background-color:#007bff1a;background-color:var(--vscode-list-hoverBackground,#007bff1a);opacity:1}.description-editor{display:flex;flex:1 1;flex-direction:column;width:100%}.description-textarea{background:var(--vscode-input-background);border:1px solid #ccc;border:1px solid var(--vscode-input-border,#ccc);border-radius:4px;box-sizing:border-box;color:var(--vscode-input-foreground);min-height:120px;padding:10px;resize:vertical;width:100%}.description-editor-buttons{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}.description-cancel-button,.description-save-button{background-color:var(--vscode-button-background);border:none;border-radius:4px;color:var(--vscode-button-foreground);cursor:pointer;font-weight:600;padding:8px 15px}.description-save-button{background-color:#007bff;background-color:var(--vscode-button-primaryBackground,#007bff);color:#fff;color:var(--vscode-button-primaryForeground,#fff)}.description-cancel-button:hover{background-color:#5a6268;background-color:var(--vscode-button-hoverBackground,#5a6268)}.procedure-description-text ol,.procedure-description-text p,.procedure-description-text ul{font-size:14px;font-weight:700}.procedure-description-text h1,.procedure-description-text h2,.procedure-description-text h3{border-bottom:1px solid #eee;border-bottom:1px solid var(--vscode-panel-border,#eee);margin-bottom:.8rem;margin-top:1.2rem;padding-bottom:.3em}.procedure-description-text ol,.procedure-description-text p,.procedure-description-text ul{margin-bottom:.8rem}.procedure-description-text pre{background-color:#eee;background-color:var(--vscode-textPreformat-background,#eee);border-radius:4px;overflow-x:auto;padding:1em}.procedure-description-text code{background-color:#e0e0e0;background-color:var(--vscode-textPreformat-background,#e0e0e0);border-radius:3px;font-size:.95rem;padding:.2em .4em}.procedure-description-text table{border-collapse:collapse;margin:1rem 0;width:100%}.procedure-description-text td,.procedure-description-text th{border:1px solid #ddd;border:1px solid var(--vscode-panel-border,#ddd);padding:8px}.procedure-description-text th{background-color:#f2f2f2;background-color:var(--vscode-editorWidget-background,#f2f2f2)}.note-content-toolbar{align-items:center;display:flex;gap:10px;justify-content:flex-start;margin-bottom:0;padding:10px 5px}.public-private-toggle{background-color:#f0f0f0;background-color:var(--vscode-input-background,#f0f0f0);border:1px solid #ccc;border:1px solid var(--vscode-input-border,#ccc);border-radius:5px;display:flex;padding:4px;position:relative;width:160px}.public-private-toggle .glider{background-color:#53d545;border-radius:5px;height:calc(100% - 8px);left:4px;position:absolute;top:4px;transition:transform .3s ease-in-out;width:calc(50% - 4px);z-index:1}.public-private-toggle .glider.private{background-color:#f34c4c;background-color:var(--vscode-errorForeground,#f34c4c)}.public-private-toggle .glider.slide{transform:translateX(100%)}.public-private-toggle .toggle-option{background:none;border:none;color:#555;color:var(--vscode-foreground,#555);cursor:pointer;flex:1 1;font-weight:700;padding:8px 12px;transition:color .3s ease-in-out;z-index:2}.public-private-toggle .toggle-option.active{color:#fff;color:var(--vscode-button-primaryForeground,#fff)}.toolbar-spacer{flex-grow:1}.toolbar-icon-button{background:none;border:none;border-radius:5px;color:#444;color:var(--vscode-icon-foreground,#444);cursor:pointer;font-size:1.5rem;opacity:.8;padding:5px;transition:background-color .2s,opacity .2s}.toolbar-icon-button:hover{background-color:#eaeaea;background-color:var(--vscode-list-hoverBackground,#eaeaea);opacity:1}.toolbar-icon-button:active{transform:scale(.9)}.toolbar-icon-button.delete-note:hover{color:red;color:var(--vscode-errorForeground,red)}.noteinfo-menu-container{position:relative}.noteinfo-dropdown-menu{animation:fadeIn .1s ease-out;background-color:#fff;background-color:var(--vscode-editorWidget-background,#fff);border:1px solid #ccc;border:1px solid var(--vscode-panel-border,#ccc);border-radius:6px;box-shadow:0 4px 12px #0003;min-width:-webkit-max-content;min-width:max-content;padding:8px;position:absolute;right:0;text-align:left;top:100%;width:200px;z-index:1001}.noteinfo-dropdown-menu div{padding:4px 8px}.modal-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background-color:#fff;border-radius:8px;height:85vh;overflow-y:auto;padding:20px;position:relative;width:90vw}.modal-close-button{color:#333;cursor:pointer;font-size:24px;position:absolute;right:20px;top:20px;z-index:1002}.modal-close-button:active{transform:scale(.8)}.tag-container{flex-wrap:wrap}.delete-tag{background-color:#f8f8f8;border:none}.procedure-reactions-container-inline{align-items:center;display:flex;gap:10px;margin-left:10px}.reaction-btn{align-items:center;background-color:#fff;border:1px solid #555;border-radius:20px;color:#333;cursor:pointer;display:flex;font-size:13px!important;font-size:1.1em;gap:8px;padding:4px 10px;transition:background-color .2s ease,color .2s ease}.reaction-btn:hover{background-color:#f0f0f0}.reaction-btn:active{transform:scale(.95)}.reaction-btn.selected{background-color:#e0f0ff;border-color:#1a73e8;color:#1a73e8}.reaction-btn.selected .reaction-count{color:#1a73e8;font-weight:700}.reaction-btn.selected:hover{background-color:#d0e8ff}.reaction-count{color:#555;font-size:.9em;font-weight:700}.points-container{background-color:#f9f9f9;border:1px dashed #afaeae;border-radius:4px;box-sizing:border-box;margin-bottom:20px;padding:5px 15px;text-align:left;width:100%}.points-title{color:#333;font-size:1em;font-weight:600;margin-bottom:5px;margin-top:0}.points-list{list-style-type:none;margin:0;padding-left:5px}.point-item{line-height:1.4;margin-bottom:8px;padding-left:22px;position:relative}.point-item:last-child{margin-bottom:0}.point-item:before{color:#28a745;content:"✔";font-weight:700;left:0;position:absolute;top:0}.snippet-container{margin-bottom:50px}.snippet-text{background-color:#303030;border-radius:5px;color:#fff;margin:auto;padding:1rem;position:relative;text-align:left}.snippet-copy-button{position:absolute;right:10px;top:10px}.snippet-copy-button:active{transform:scale(.8)}.snippet-description{align-items:flex-start;background-color:#f7f7f7;border:1px solid #000;border-radius:5px;color:#000;display:flex;margin-bottom:1rem;margin-top:1rem;padding:1rem;position:relative;text-align:left}.snippet-description-icon{flex-shrink:0;height:20px;margin-right:20px;width:20px}.snippet-attention{align-items:flex-start;background-color:#fbfaf9;border:1px dashed #000;border-radius:5px;color:#000;display:flex;margin-bottom:1rem;margin-top:1rem;padding:1rem;position:relative;text-align:left}.snippet-attention-icon{flex-shrink:0;height:20px;margin-right:20px;width:20px}.snippet-detail-summary{align-items:center;cursor:pointer;display:flex;list-style:none;margin-top:1rem}.snippet-detail-summary::-webkit-details-marker{display:none}.snippet-detail-summary:before{content:"▶";font-size:.8em;margin-right:.5rem;transition:transform .2s ease-in-out}.snippet-detail-opener[open]>.snippet-detail-summary:before{transform:rotate(90deg)}.snippet-detail-content{display:grid;grid-template-rows:0fr;opacity:0;overflow:hidden;transition:grid-template-rows .5s ease-out,opacity .4s ease-out .1s}.snippet-detail-opener[open]>.snippet-detail-content{grid-template-rows:1fr;opacity:1}.view-toggle-switch{background-color:#929294;border:1px solid #929294;border-radius:8px;display:flex;margin-bottom:1.5rem;overflow:hidden;position:relative;width:100%}.glider{background-color:#1d1d1f;border-radius:8px;height:100%;left:0;position:absolute;top:0;transition:transform .25s ease-in-out;width:50%;z-index:1}.glider.slide{transform:translateX(100%)}.toggle-option{background-color:initial;border:none;color:#7c7b7b;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:700;padding:10px 20px;text-align:center;transition:color .25s ease-in-out;z-index:2}.toggle-option.active{color:#fff}.codeEdit-container{background-color:#f8f8f8;border:1px solid #f8f8f8;border-radius:5px;color:#fff;font-size:17px;margin-bottom:10px;position:relative;text-align:left}.codeEdit-code{border-radius:5px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;margin:1.5rem 0 0!important;padding:2.5rem 0 2.5rem 2rem!important}.codeEdit-code-added{border:2.5px solid #91eb0c}.codeEdit-code-deleted{border:2.5px solid #f53f3f}.fsPath-symbol{color:#b0b0b0;font-size:.8em;left:.5rem;margin:0;position:absolute;top:1.7rem;white-space:pre-wrap}.class-icon{color:orange}.method-icon{color:#db05db}.fsPath-filepath{color:#000;font-size:.9em;left:0;margin:0;position:absolute;top:.2rem;white-space:pre-wrap}.copy-button{right:10px!important}.codeEdit-code-edit,.copy-button{top:1.85rem!important}.fullcode-container{background-color:#f8f8f8;border:1px solid #f8f8f8;border-radius:5px;color:#fff;font-size:17px;margin-bottom:10px;position:relative;text-align:left}.fullcode-code{border-radius:5px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;padding:2.5rem 0}.file-diff-path{color:#000;font-size:.9em;margin:1rem 0 0}.filetree-container{overflow:auto}.filetree-container>pre{background-color:#383838;border-radius:10px;color:#fff;flex:1 1;max-width:100%;min-width:-webkit-fit-content;min-width:fit-content;padding:1rem;text-align:left}.filetree{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}.procedure-command-execution-container{display:flex;flex-direction:column}.label-command{text-align:start}.commandExecution-container{background-color:#303030;border-radius:5px;color:#fff;margin-bottom:10px;padding:1rem;position:relative;text-align:left}.commandExecution-command{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}.copy-button{position:absolute;right:40px;top:10px}.copy-button:active{transform:scale(.8)}.codeEdit-code-edit{position:absolute;right:10px;top:10px}.codeEdit-code-edit:active{transform:scale(.8)}.commandOutput-container{background-color:#303030;border-radius:5px;color:#fff;margin-bottom:10px;max-height:500px;overflow:auto;padding:1rem;position:relative;text-align:left}.commandOutput-code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}.commandOutput-nooutput{color:gray}.procedure-image-container{align-items:center;background-color:#f8f8f8;background-color:var(--vscode-editor-background,#f8f8f8);border:1px solid #444;border-radius:5px;display:flex;flex-direction:column;margin:10px 0;padding:10px}.procedure-image{border-radius:4px;display:block;height:auto;margin-bottom:10px;max-width:100%}.image-upload-input-wrapper{margin-top:10px}.image-upload-label{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;padding:8px 15px;transition:background-color .2s}.image-upload-label:hover{background-color:#0056b3}.procedure-image-container.drag-over{background-color:#3a3a3a;border:2px dashed #3498db}.image-wrapper{max-width:100%;position:relative}.image-delete-button{align-items:center;background-color:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:30px;justify-content:center;opacity:0;position:absolute;right:10px;top:10px;transition:opacity .2s ease-in-out;width:30px}.image-wrapper:hover .image-delete-button{opacity:1}.image-delete-button:hover{background-color:#ff0000b3}.loader{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:40px;margin:20px 0;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.side-bar{background-color:#ebebeb;box-sizing:border-box;margin-right:10px;padding:10px;width:25%}.search-note-input{background-color:#f6f1f1;border:1px solid #c1c1c1;margin-bottom:2rem;padding:.4rem}.search-note-input::-webkit-search-cancel-button{cursor:pointer;height:16px;width:16px}.button-note{align-items:center;background:#fff;border-radius:50px;color:#313131;display:flex;font-weight:500;justify-content:space-around;margin:.4rem auto;max-width:260px;padding:10px 25px;position:relative;width:95%}.button-note:after{border-radius:1px;font-family:Font Awesome\ 5 Free;font-weight:900;position:absolute;right:20px;top:50%}.button-note:hover{background:#313131;color:#fff}.button-note.selected{background-color:#313131;border-color:#000;color:#fff;font-weight:700}.create-note-icon{height:30px;margin-bottom:30px;margin-top:30px;width:30px}.create-note-icon:hover{color:#006e30}.mode-icon{height:30px;width:30px}.login-container{align-items:center;background-color:#252526;background-color:var(--vscode-sideBar-background,#252526);border:1px solid #333;border:1px solid var(--vscode-panel-border,#333);border-radius:12px;box-shadow:0 10px 30px #0003;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;left:50%;max-width:420px;padding:40px;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.login-container h1{color:#ddd;color:var(--vscode-editor-foreground,#ddd);font-size:24px;font-weight:600;margin-bottom:8px}.login-container p{color:#888;color:var(--vscode-descriptionForeground,#888);font-size:14px;margin-bottom:24px;text-align:center}.login-container form{display:flex;flex-direction:column;gap:16px;width:100%}.login-container input{background-color:#3c3c3c;background-color:var(--vscode-input-background,#3c3c3c);border:1px solid #555;border:1px solid var(--vscode-input-border,#555);border-radius:6px;box-sizing:border-box;color:#ccc;color:var(--vscode-input-foreground,#ccc);font-size:14px;padding:12px 15px;transition:border-color .2s,box-shadow .2s;width:100%}.login-container input::placeholder{color:#777;color:var(--vscode-input-placeholderForeground,#777)}.login-container input:focus{border-color:#007fd4;border-color:var(--vscode-focusBorder,#007fd4);box-shadow:0 0 0 2px #007fd440;box-shadow:0 0 0 2px var(--vscode-focusBorder,#007fd440);outline:none}.button-horizontal{display:flex;gap:12px;margin-top:8px;width:100%}.button-horizontal button{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:12px;transition:all .2s ease}.button-horizontal button:first-child{background-color:#0e639c;background-color:var(--vscode-button-background,#0e639c);color:#fff;color:var(--vscode-button-foreground,#fff)}.button-horizontal button:first-child:hover{background-color:#17b;background-color:var(--vscode-button-hoverBackground,#17b)}.button-horizontal button:last-child{background-color:initial;border:1px solid #555;border:1px solid var(--vscode-button-secondaryBackground,#555);color:#fff;color:var(--vscode-button-secondaryForeground,#fff)}.button-horizontal button:last-child:hover{background-color:#444;background-color:var(--vscode-button-secondaryHoverBackground,#444)}.error-message{background-color:#f447471a;border:1px solid #f447474d;border-radius:6px;box-sizing:border-box;color:#f44747;color:var(--vscode-errorForeground,#f44747);font-size:13px;margin-bottom:16px!important;margin-top:0;padding:10px;text-align:center;width:100%}.password-reset-link{cursor:pointer;margin-top:15px;text-align:center}.password-reset-link div{color:#007bff;font-size:14px;text-decoration:none}.password-reset-link div:hover{text-decoration:underline}.info-message{background-color:#47f4891a;border:1px solid #47f44a4d;border-radius:6px;box-sizing:border-box;color:#f44747;color:var(--vscode-errorForeground,#f44747);font-size:13px;margin-bottom:16px!important;margin-top:0;padding:10px;text-align:center;width:100%}.password-input-container{align-items:center;display:flex;position:relative;width:100%}.password-input-container input{padding-right:40px;width:100%}.password-toggle-icon{align-items:center;color:#555;cursor:pointer;display:flex;font-size:1.2rem;height:100%;position:absolute;right:10px}.password-toggle-icon:hover{color:#000}.password-toggle-icon:active{transform:scale(.8)}
/*# sourceMappingURL=main.25e8603b.css.map*/