.wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#00c9a7,#845ec2);padding:1rem}@media (max-width: 480px){.wrapper{padding:.25rem;justify-content:flex-start}}._header_1nky4_31{background-color:var(--bg-color);padding:1rem 1rem 0;border-radius:.75rem .75rem 0 0;box-shadow:0 10px 20px #0000001a;width:100%;max-width:500px;max-height:fit-content;text-align:center;flex:1}._header_1nky4_31 h1{color:var(--text-color);font-size:2.2rem;margin:1rem 0;font-weight:550;letter-spacing:.35rem}._loginAndThemeControlsContainer_9axr3_31{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.5rem;align-items:center}._loginAndThemeControlsContainer_9axr3_31 ._themeSwitcher_9axr3_38{border:none;background:var(--theme-icon-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0;width:40px;height:40px}._loginAndThemeControlsContainer_9axr3_31 ._login_9axr3_31{border:none;background:none;color:var(--accent-color)}._loginAndThemeControlsContainer_9axr3_31 button:active{transform:scale(.95)}._loginAndThemeControlsContainer_9axr3_31 button:focus{outline:none}._addItemForm_6d8f3_31{display:flex;justify-content:center;align-items:center}._addItemForm_6d8f3_31 input{color:var(--placeholder-text-color);background-color:var(--input-bg-color);padding:.75rem 1rem;border-radius:.65rem 0 0 .65rem;border:none;outline:none;font-size:1rem;min-height:2rem;flex:1;min-width:0}._addItemForm_6d8f3_31 input::placeholder{color:var(--placeholder-text-color)}._addItemForm_6d8f3_31 button{color:var(--add-button-text-color);background-color:var(--accent-color);padding:.5rem 1rem;border-radius:0 .65rem .65rem 0;border:none;cursor:pointer;font-size:1rem;min-height:3rem;min-width:120px}._shoppingItem_e1tmk_31{background-color:var(--bg-color);border-radius:0 0 .75rem .75rem;box-shadow:0 4px 10px #0000000d;width:100%;max-width:500px;overflow-y:auto;color:var(--text-color);padding:0 1rem 1rem;height:100svh;max-height:700px}._shoppingItem_e1tmk_31 ul{flex-grow:1;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}@media (max-width: 480px){._shoppingItem_e1tmk_31{max-height:100svh}}._item_5wib9_31{display:flex;gap:.5rem;flex-direction:column;padding:2rem 1rem .25rem;border-radius:.75rem;background:var(--item-background-color);border:2px solid transparent;box-shadow:2px 3px 8px #00000014}._item_5wib9_31:hover{box-shadow:0 2px 8px #0000001a;background:var(--hover-color)}._item_5wib9_31:hover ._actionCheckbox_5wib9_45{visibility:visible}._item_5wib9_31._actionCheckboxVisible_5wib9_48{border:2px solid var(--item-check-color)}._item_5wib9_31 progress{width:100%;visibility:hidden}._itemContent_5wib9_56{font-size:1.25rem;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;box-sizing:border-box;position:relative}._itemContent_5wib9_56:hover ._actionCheckbox_5wib9_45{visibility:visible}._itemDone_5wib9_69{text-decoration:line-through;text-decoration-thickness:2px;color:var(--done-item)}._actionCheckbox_5wib9_45{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none;width:1.25rem;height:1.25rem;border-radius:4px;margin-right:.75rem;border:2px solid #c7c7c7;background-color:transparent;transition:all .2s ease;position:relative;cursor:pointer;visibility:hidden;box-sizing:border-box}._actionCheckbox_5wib9_45:checked{background-color:#2962ff;border:none}._actionCheckbox_5wib9_45:checked:after{content:"";position:absolute;top:4px;left:8px;width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}._title_5wib9_106{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex:1}._buttons_5wib9_113{display:flex;gap:1rem}._buttons_5wib9_113 button:nth-child(1){background-color:#18be7c}._buttons_5wib9_113 button:nth-child(2){background-color:#f73939}._buttons_5wib9_113 button{border:none;background:none;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0;opacity:.9}._buttons_5wib9_113 button._itemDone_5wib9_69{opacity:.5}._buttons_5wib9_113 button:hover{opacity:1}._buttons_5wib9_113 button:active{transform:scale(.95)}._buttons_5wib9_113 button:focus{outline:none}._searchAndFiltersContainer_1hd58_31{position:sticky;top:0;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:.5rem 0;background:var(--bg-color)}._searchAndFiltersBar_1hd58_42{display:flex;justify-content:space-between}._searchAndFiltersBar_1hd58_42 button{color:var(--text-color);background-color:transparent;border:none;padding:.5rem;min-width:80px;cursor:pointer;transition:all .2s ease}._searchAndFiltersBar_1hd58_42 button:hover{background:var(--hover-color)}._searchAndFiltersBar_1hd58_42 button:active{transform:scale(.95)}._searchAndFiltersBar_1hd58_42 button:focus{outline:none}._searchAndFiltersBar_1hd58_42 button._activeButton_1hd58_64{border-bottom:2px solid var(--accent-color);font-weight:600}._searchAndFiltersBar_1hd58_42 button._searchButton_1hd58_68{border-radius:50%;height:2.5rem;background:var(--theme-icon-bg)}._searchAndFiltersBar_1hd58_42 ._searchButton_1hd58_68{border:none;width:2.5rem;border-radius:25%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0;min-width:0}._filtersBar_1hd58_86{display:flex;gap:.5rem}._searchBar_1hd58_91{margin-top:.5rem;width:100%;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between}._searchBarIcon_1hd58_101{color:var(--text-color)}._searchBar_1hd58_91 input{background:var(--input-bg-color);box-sizing:border-box;width:100%;padding:.5rem .5rem .5rem 2.5rem;border-radius:.5rem;color:var(--text-color);border:none}._searchBar_1hd58_91 input::placeholder{color:var(--placeholder-text-color)}._searchBar_1hd58_91 input:focus{outline:none}._closeButton_1hd58_122{color:var(--text-color);background-color:transparent;border:1px solid var(--text-color);width:1.5rem;height:1.5rem;border-radius:50%;position:absolute;left:.75rem;cursor:pointer;opacity:75%;display:flex;align-items:center;justify-content:center}._bulkActionsPlaceReserver_1hd58_138{margin-top:.5rem;background:var(--input-bg-color);padding:0 .5rem;border-radius:.5rem;min-height:2.2rem}._bulkActionsContainer_1hd58_146{display:flex;justify-content:space-between;align-items:center}._bulkActionsContainer_1hd58_146 ._bulkActionsClose_1hd58_151{color:var(--text-color)}._bulkActionsContainer_1hd58_146 ._bulkActionsClose_1hd58_151 button{border:none;background:none;font-size:.8rem}._bulkActionsControls_1hd58_160{display:flex;flex-direction:row;padding:.5rem 0;gap:1rem}._bulkActionsControls_1hd58_160 button{background:none;border:none;font-size:.8rem;cursor:pointer}._bulkActionsControls_1hd58_160 button:nth-child(1){color:var(--text-color)}._bulkActionsControls_1hd58_160 button:nth-child(2){color:green}._bulkActionsControls_1hd58_160 button:nth-child(3){color:red}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;background-color:var(--bg-color);color:var(--text-color)}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}:root{--bg-color: #ffffff;--text-color: black;--input-bg-color: #f5f5f5;--button-bg-color: white;--add-button-text-color: white;--accent-color: #0871e7;--placeholder-text-color: #5a5655;--hover-color: white;--done-item: #999;--item-background-color: #fcfcfc;--theme-icon-bg: #f5f5f5;--item-check-color: #625f5b}[data-theme=dark]{--bg-color: black;--text-color: white;--input-bg-color: #1c1d1c;--button-bg-color: black;--add-button-text-color: white;--accent-color: #0871e7;--placeholder-text-color: #5a5655;--hover-color: darkgray;--done-item: #999;--item-background-color: #1c1d1c;--theme-icon-bg: #1c1d1c;--item-check-color: white}
