.APP_container-main{width:100%;display:flex;flex-direction:column;align-items:center;height:fit-content}.SETTINGS_main-container{z-index:3;width:100%;display:flex;flex-direction:column;max-width:var(--max-width);height:fit-content;margin-top:10px}.SETTINGS_HEAD{background-color:var(--tab-bar-bg);padding:0 10px}.SETTINGS_tabs{display:flex;width:fit-content;border-bottom:1px solid var(--primary-color);width:100%;overflow-x:auto}.SETTINGS_tabs::-webkit-scrollbar{height:0}.SETTINGS_tab{color:green;width:fit-content;text-align:center;padding:1rem 2rem;font-size:1.5rem;font-weight:700;text-transform:capitalize;cursor:pointer;transition:.3s all ease;border-top-left-radius:5px;border-top-right-radius:5px}.SETTINGS_tab.active{color:red;border-bottom:2px solid red;background-color:var(--primary-light)}.SETTINGSECTION_main-container{width:100%}.SETTINGSECTION_head{margin:1rem 2rem;border-bottom:1px solid green;padding:1rem 0;position:relative}.SETTINGSECTION_body{margin:1rem 2rem}.SETTINGSECTION_head-info-description{display:none;background-color:var(--info-desc);color:var(--tab-bar-bg);padding:1rem;border-radius:5px;font-size:1.5rem;width:280px;position:absolute;top:calc(100% + 1rem);right:-2rem;z-index:1}.SETTINGSECTION_head-info:hover .SETTINGSECTION_head-info-description{display:flex}.SETTINGS_body{height:100%;flex:1;overflow-y:auto;overflow-x:hidden;color:var(--text-color);padding:0 10px}.SETTINGS_back{background-color:var(--primary-color);width:30px;height:30px;display:flex;justify-content:center;align-items:center;border-radius:50%;margin-right:1rem;cursor:pointer}.SETTINGSECTION_wrap{display:flex;width:100%;color:var(--text-color);border-bottom:1px solid green;padding-bottom:1rem}.SETTINGSECTION_wrap-title{font-size:1.5rem;width:20%}.SETTINGSECTION_wrap:focus-within .SETTINGSECTION_wrap-title{color:var(--primary-color)}.SETTINGSECTION_wrap-body{width:100%;max-width:60rem}.SETTINGSECTION_wrap-body.customLesson,.SETTINGSECTION_wrap-body.barType{margin-top:1rem}.keyboard-select-wrapper{margin-top:1rem;position:relative}.SETTINGSECTION_keyboard-selector-wrapper{width:3rem;height:3rem;border-radius:50%;border:.5rem solid black;position:absolute;left:-.5rem;top:-.5rem;background-color:#fff;cursor:pointer}.SETTINGSECTION_keyboard-selector{border:.2rem solid white;width:100%;height:100%;border-radius:50%}.SETTINGSECTION_keyboard-selector-wrapper.selected .SETTINGSECTION_keyboard-selector{background-color:var(--primary-color)}.keyboard-select-wrapper input[type=radio]{display:none}.bodyContent{height:fit-content;min-height:0}.bodyContent:not([type=multiplayer]){padding:0}#sidewayTypingBar [uid=content]{box-shadow:0 0 0 .2rem var(--primary-color-shadow);border:1px solid var(--primary-color)}.bar-select-wrapper input[type=radio]{display:none}.bar-select-wrapper label{position:absolute;left:0;top:0}#barTypeInput{display:none}.bar-title{width:100%;font-size:1.2rem;display:flex;justify-content:center;align-items:center}.bar-title .bar-title-icon{margin-left:1rem;display:none}.bar-title.selected .bar-title-icon{display:flex}#sidewayTypingBar{padding:0 .5rem}[uid=typingBar]{width:calc(100% - 2rem);margin:0;margin:1rem}.SETTINGSSECTION_typing-times{display:flex;margin-top:1rem;gap:1rem;flex-wrap:wrap;justify-content:center}.SETTINGSSECTION_typing-time{display:flex;color:var(--navbar-list-color);background-color:var(--grey-hover);justify-content:center;align-items:center;padding:.5rem 1rem;font-size:1.2rem;border-radius:.5rem}.SETTINGSSECTION_typing-time:hover{color:var(--hover-color)}.SETTINGSSECTION_typing-time.selected{color:#fff;background-color:var(--primary-color)}.settingFormInput{display:none}.checkbox-wrapper-41 input[type=checkbox]{-webkit-appearance:none;width:var(--size);height:calc(var(--size) / 2);background-color:#fff;border:.1rem solid #222;border-radius:30px 100px 100px;box-shadow:0 .5rem 1rem #0003;outline:none;cursor:pointer;position:relative;transition:all .5s}.checkbox-wrapper-41 input[type=checkbox]:before{content:"";position:absolute;width:calc(var(--size) / 2);height:calc(var(--size) / 2);left:0;top:50%;transform:translateY(-50%) scale(.7);border:.1px solid #222;border-radius:30px 100px 100px;background-color:var(--primary-color);box-sizing:border-box;transition:all .5s}.checkbox-wrapper-41 input[type=checkbox]:checked{background-color:var(--primary-color);border-radius:100px 100px 30px}.checkbox-wrapper-41 input[type=checkbox]:disabled{opacity:.5}.checkbox-wrapper-41 input[type=checkbox]:checked:before{left:50%;background-color:#fff;border-radius:100px 100px 30px}.customLesson_selection{display:flex;align-items:center}.customLesson_selection-heading{margin-left:1rem;font-size:1.5rem}textarea.customLessonInput{border:.2rem solid var(--primary-color)}textarea.generateLessonInput{border-width:.1rem;opacity:.6}.customLesson_selection-options{display:flex;margin-top:1rem;width:100%;gap:2rem}.customLesson_input-er{font-size:1.2rem;color:red;padding:0 1rem;display:none}.customLesson_input-er.show{display:flex}.CATEGORIES_items{display:grid;width:100%;padding:10px;gap:10px;grid-template-columns:repeat(4,1fr)}.CATEGORIES_items .CATEGORIES_item{padding:20px;border-radius:5px;background-color:var(--primary-color);cursor:pointer;border:1px solid green;height:100%}.CATEGORIES_items .CATEGORIES_item .item-name{width:100%;text-align:center;font-size:15px;color:green;font-weight:700}.CATEGORIES_item .item-image{height:fit-content;width:100%}.CATEGORIES_items .CATEGORIES_item img{width:100%;height:auto;object-fit:contain;margin:auto;max-height:100%}.wrap-container{min-height:calc(100vh - 300px);height:fit-content}@keyframes settingsTabOpen{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes profileTabOpen{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes bottomTop{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media screen and (max-width: 1000px){.CATEGORIES_items{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 768px){.CATEGORIES_items{grid-template-columns:repeat(2,1fr)}.SETTINGS_main-container{margin-top:5px}.SETTINGS_HEAD,.SETTINGS_body{padding:5px}}.FOOTER_container-main{width:100%;border-top:.5px solid black;padding:20px 10px;background-color:#da012d}.rights-text{width:100%;text-align:center;color:#fff;font-size:12px;padding-top:10px}.FOOTER-data-main{display:flex;border-bottom:.5px solid white;padding-bottom:10px}.FOOTER_container-left{color:#fff;padding:10px 20px;width:100%;border-right:.5px solid white}.contienr-tab-head{font-weight:500;font-size:20px;width:fit-content;margin-bottom:10px}.FOOTER_container-right{color:#fff;width:100%;padding:20px;color:#000;font-size:15px;font-weight:700}.FOOTER-site-info{width:100%;border-right:.5px solid white}.contianer-tab-data{font-size:14px;width:fit-content}.Footer_logo img{height:80px;width:fit-content;object-fit:contain}.Footer-des{font-size:15px}.packLogo{width:100%}.productof{width:100%;color:#fff;font-size:18px}@media screen and (max-width: 1000px){.FOOTER_container-left{border:none;display:flex;align-items:center;flex-direction:column}.FOOTER-site-info{padding-left:20px}.FOOTER-data-main{display:grid;grid-template-columns:repeat(2,1fr)}.FOOTER_container-right{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;grid-column:1/3}.packLogo{max-width:300px}}@media screen and (max-width: 768px){.FOOTER-site-info{border:none}.FOOTER-data-main{display:flex;flex-direction:column}.FOOTER_container-right{max-width:300px}.FOOTER_container-left{align-items:start}}.HEADER_container-main{width:100%;height:70px;display:flex;padding:5px 10px;box-shadow:#0000003d 0 3px 8px;align-items:center;background-color:#da012d}.HEADER_logo{height:100%;white-space:nowrap}.HEADER_logo img{height:100%;width:auto;object-fit:contain;max-width:100%}.HEADER_title{font-size:20px;font-weight:700;margin-left:20px}.product-detail-container{display:flex;flex-direction:column;align-items:center;padding:20px;max-width:1200px;margin:0 auto;min-height:calc(100vh - 300px);height:fit-content}.product-image{margin-top:20px}.product-image img{width:100%;height:50%;max-width:400px;border-radius:10px}.product-info{text-align:center;padding:20px}.product-info h1{font-size:24px;margin-bottom:10px;color:green}.product-price{font-size:22px;font-weight:700;color:#333}.product-description{font-size:16px;margin-bottom:20px;color:#666}.add-to-cart-button{background-color:#1abc9c;color:#fff;border:none;padding:12px 24px;border-radius:5px;cursor:pointer;font-size:18px}.add-to-cart-button:hover{background-color:#16a085}.navigation-item{font-size:15px;color:#000;text-decoration:none}.navigation-item.active{color:#1abc9c}.breadcrumb{color:#000;font-size:15px}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;--background-repeat: no-repeat;--background-position: left 75px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: rgba(233, 233, 233, .568);--primary-light: rgba(220, 220, 226, .2);--primary-color-shadow: rgba(69, 69, 232, .448);--correctWordStat:green;--incorrectWordStat:red;--incorrectWordHover: orange;--extraWordStat:grey;--unTypedWordStat:white;--correctWordStatBackground:rgba(0, 128, 0, .23);--incorrectWordStatBackground:rgba(255, 0, 0, .154);--extraWordStatBackground:rgba(128, 128, 128, .16);--unTypedWordStatBackground:rgba(255, 255, 255, .281);--carrot-color: var(--primary-color);--keyboard-back: var(--primary-color);--max-width: 120rem;--size: 5rem;--text-color: black}html{font-size:62.25%}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#fff}
