#modal-bg{align-items:center;background-color:#674636;display:flex;height:100vh;justify-content:center;position:fixed;transform:translateY(100%);width:100vw;z-index:-1}#modal-bg,#modal-bg #modal{transition:transform 1s cubic-bezier(.25,.46,.45,.94)}#modal-bg #modal{background-color:#fff8e8;border-radius:10px;height:fit-content;max-height:80%;overflow-y:auto;transform:translateY(-100%);-webkit-user-select:none;user-select:none;width:60%}#modal-bg #modal.loading{display:inline}#modal-bg .modal-content{grid-gap:40px;background-color:#fff8e8;display:grid;gap:40px;grid-template-rows:auto 1fr auto;height:100%;justify-content:center;justify-items:center;opacity:1;padding:20px;z-index:6}#modal-bg .modal-content.quiz{align-items:center;display:flex;flex-direction:column;gap:20px;padding:20px 40px}#modal-bg .modal-content.quiz .btn-wrap{gap:20px}#modal-bg .modal-content.quiz .modal-header h1{font-size:34px}#modal-bg .modal-content.quiz .modal-header .desc{font-size:22px;line-height:1.25;margin:10px 0;max-width:500px}#modal-bg.open{z-index:0}#modal-bg.open,#modal-bg.open #modal{transform:translateY(0)}#modal-bg .main-btn{padding:8px 20px 5px;width:fit-content}#modal-bg .modal-header{align-items:center;display:flex;flex-direction:column;gap:10px;text-align:center}#modal-bg .modal-header h1{color:#000;font-size:28px;margin:0}#modal-bg .modal-header .desc{color:#674636;text-align:center}#modal-bg .modal-inner{align-items:center;align-self:center;display:flex;flex-direction:column}#modal-bg .modal-inner.tenses .tense-options{grid-column-gap:40px;grid-row-gap:10px;column-gap:40px;display:grid;grid-template-columns:1fr 1fr;row-gap:10px}#modal-bg .modal-inner.vocab{width:100%}#modal-bg .modal-inner.vocab textarea{border:2px solid #674636;border-radius:5px;font-family:inherit;font-size:18px;padding:10px;resize:none;width:100%}#modal-bg .modal-inner.load .no-stories{border:3px solid #674636;font-size:22px;gap:5px;max-width:500px;padding:20px}#modal-bg .modal-inner.load .no-stories,#modal-bg .modal-inner.quiz{border-radius:10px;display:flex;flex-direction:column;text-align:center}#modal-bg .modal-inner.quiz{font-size:20px;gap:30px;padding:20px 20px 0}#modal-bg .modal-inner.quiz .q-head{color:#674636;display:flex;flex-direction:column;font-size:22px;gap:20px}#modal-bg .modal-inner.quiz .q-head .num{color:#aab396;font-weight:700}#modal-bg .modal-inner.quiz.q-score{align-items:center;border-radius:10px;display:flex;font-size:50px;font-weight:700;justify-content:center;margin:10px 0;padding:25px 20px 20px}#modal-bg .modal-inner.quiz.q-score.green{border:6px solid green;color:green}#modal-bg .modal-inner.quiz.q-score.red{border:6px solid red;color:red}#modal-bg .modal-inner.quiz .answer-msg{font-weight:700;min-height:20px}#modal-bg .modal-inner.quiz .answer-msg.correct{color:green}#modal-bg .modal-inner.quiz .answer-msg.wrong{color:red}#modal-bg .modal-inner.quiz .choices{display:flex;flex-direction:column;gap:20px;padding:0 40px;width:fit-content}#modal-bg .modal-inner.quiz .choices .choice{align-items:center;cursor:pointer;display:flex;gap:15px;text-align:left;width:fit-content}#modal-bg .modal-inner.quiz .choices .choice .radio-btn{align-items:center;border:3px solid #000;border-radius:99px;display:flex;height:25px;justify-content:center;padding:4px;width:25px}#modal-bg .modal-inner.quiz .choices .choice .radio-btn .selection{background-color:red;border-radius:99px;height:100%;width:100%}#modal-bg .modal-inner.quiz .choices .choice.correct{color:green;cursor:default}#modal-bg .modal-inner.quiz .choices .choice.correct .radio-btn .selection{background-color:green}#modal-bg .modal-inner.quiz .choices .choice.wrong{color:red;cursor:default;text-decoration:line-through}#logo-reveal{align-items:center;bottom:0;display:flex;height:100%;justify-content:center;left:0;margin:auto;opacity:0;pointer-events:none;right:0;top:0;z-index:99999999}#logo-reveal,#logo-reveal svg{background-color:#fff8e8;position:absolute}#logo-reveal svg{height:70px;transform:translateX(0);width:70px;z-index:5}#logo-reveal .text,#logo-reveal svg{transition:all .5s cubic-bezier(.25,.46,.45,.94)}#logo-reveal .text{color:#674636;font-size:30px;font-weight:700;position:relative;transform:translateX(-50%);width:fit-content}#logo-reveal .text .block{background-color:#fff8e8;height:200%;position:absolute;top:-50%;transition:all .5s cubic-bezier(.25,.46,.45,.94);width:100%}#modal-bg.open #logo-reveal{animation:slow-fade 1s cubic-bezier(.25,.46,.45,.94);opacity:0}#modal-bg.open #logo-reveal svg{transform:translateX(-80px)}#modal-bg.open #logo-reveal .text{transform:translateX(45px)}#modal-bg.open #logo-reveal .block{width:0}@keyframes slow-fade{0%{opacity:1}80%{opacity:1}to{opacity:0}}body{background-color:#f7eed3;font-family:Josefin Sans,sans-serif;font-optical-sizing:auto;font-style:normal;margin:0;padding:0}*{-ms-overflow-style:none;box-sizing:border-box;scrollbar-width:none}::-webkit-scrollbar{display:none}#react{position:relative}button:disabled{color:#b7b2a7!important;cursor:not-allowed!important}#app{background-color:#f7eed3;display:grid;grid-template-rows:auto 1fr;height:100vh;margin:auto;padding:20px 20px 0;transition:transform 1s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:5}#app.modal-open{transform:translateY(-100%)}#saved-stories-section{height:fit-content;min-height:100%}.section{display:flex;flex-direction:column;gap:5px;height:100%}.section-header{align-items:center;display:flex;gap:20px;justify-content:space-between}.section-header .title{align-items:center;display:flex;position:relative}.section-header .title svg{height:20px;width:auto}.section-content{color:#000;height:100%;overflow:hidden;position:relative;width:100%}.btn-wrap{gap:5px;justify-content:space-between}.btn-wrap,.main-btn{align-items:center;display:flex}.main-btn{background-color:#aab396;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;height:30px;justify-content:center;padding:8px 8px 5px;text-transform:uppercase;width:100%}.main-btn.clear{background-color:#b29696}.main-btn:disabled{background-color:#b7b2a7;color:#674636!important}.save-btn{aspect-ratio:1/1;background-color:#aab396;border:none;border-radius:4px;cursor:pointer;height:28px;padding:5px;transition:all .25s ease-out;width:28px}.save-btn svg{fill:#fff;height:100%;width:auto}.save-btn:disabled{background-color:#674636}.save-btn:disabled svg{fill:#b7b2a7}.word{color:#000;display:flex;gap:5px;width:100%}.word span{background-color:#674636;border-radius:4px;color:#fff8e8;padding:20px;width:100%}.word button{align-items:center;aspect-ratio:1/1;background-color:#aab396;border:none;border-radius:4px;cursor:pointer;display:flex;height:30px;justify-content:center;padding:2px}.word button svg{height:22px;width:22px}.options{display:flex;flex-direction:column;gap:10px}.tooltip{background-color:#674636;max-width:220px;padding:10px;text-align:center;width:100%}.tooltip,.tooltip-options{display:flex;flex-direction:column;gap:5px}.tooltip-options{text-align:left}.option{display:flex;gap:5px;height:30px;width:100%}.option.clickable{cursor:pointer}.option div{grid-gap:10px;background-color:#fff8e8;border-radius:4px;color:#000;display:grid;font-size:16px;gap:10px;grid-template-columns:1fr auto;padding:8px 6px 4px;width:100%}.option div svg{fill:#674636;height:18px;width:18px}.option button{align-items:center;aspect-ratio:1/1;background-color:#aab396;border:none;border-radius:4px;cursor:pointer;display:flex;height:100%;justify-content:center;padding:0 2px 2px;width:auto}.option button.unchecked{background-color:#0000;border:2px solid #aab396}.option button svg{height:18px;width:18px}.option button svg.hidden{display:none}.controls-content{display:flex;flex-direction:column;gap:30px}.control-btn{align-items:center;background-color:#fff8e8;border:none;border-radius:4px;color:#674636;cursor:pointer;display:flex;font-size:12px;font-weight:700;height:30px;justify-content:center;padding:8px;text-transform:uppercase}.vocab-words{display:flex;flex-direction:column;gap:8px;height:100%;overflow-y:auto}.react-autosuggest__container{position:relative;width:100%}.react-autosuggest__container input{background:#0000;border:none;font-family:inherit;font-size:16px;height:100%;min-height:30px;outline:none;padding:8px 6px 4px;width:100%}.react-autosuggest__suggestions-container{background-color:#fff;border-radius:4px;box-shadow:0 4px 8px #0003;margin-top:2px;max-height:150px;overflow-y:auto;position:absolute;width:100%;z-index:1000}.suggestion-item{cursor:pointer;padding:10px}.suggestion-item:hover{background-color:#f0f0f0}.react-autosuggest__suggestions-list{list-style-type:none;margin:0;padding:0}#story{align-items:center;background-color:#674636;display:flex;flex-direction:column;gap:10px;height:100%;justify-content:center;overflow:hidden}#story,#story-title{border-radius:5px;padding:10px;width:100%}#story-title{animation:fade-in 1s ease;background-color:#fff8e8;font-size:22px}#story-title.audio{cursor:pointer}#story-title.audio:hover{color:#b7b2a7}#story-title.active{color:red}#story-content{animation:fade-in 1s ease;background-color:#fff8e8;border-radius:5px;display:flex;flex-direction:column;gap:18px;height:100%;line-height:1.4;overflow-y:auto;padding:10px;white-space:pre-line;width:100%}#story .placeholder{color:#674636}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.loader{animation:mltShdSpin 1.7s ease infinite,round 1.7s ease infinite;border-radius:50%;color:#fff;font-size:45px;height:1em;overflow:hidden;position:relative;text-indent:-9999em;transform:translateZ(0);width:1em}.loader.translate{font-size:22px;margin:10px}#app .word-tooltip{background-color:#674636}.word-tt{margin:-7px -12px;width:60px}.loader-translate{animation:animloader 1s linear infinite alternate;border-radius:50%;box-sizing:border-box;color:#fff;display:block;height:6px;margin:15px auto;position:relative;width:6px}@keyframes animloader{0%{box-shadow:-19px -6px,-7px 0,7px 0,19px 0}33%{box-shadow:-19px 0,-7px -6px,7px 0,19px 0}66%{box-shadow:-19px 0,-7px 0,7px -6px,19px 0}to{box-shadow:-19px 0,-7px 0,7px 0,19px -6px}}@keyframes mltShdSpin{0%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}5%,95%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}10%,59%{box-shadow:0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em}20%{box-shadow:0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em}38%{box-shadow:0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em}to{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}}@keyframes round{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dialouge-line{overflow:visible;position:relative}.dialouge-line,.sen-word,.sentence{font-size:20px;width:fit-content}.dialouge-line.clickable,.sen-word.clickable,.sentence.clickable{cursor:pointer}.dialouge-line.clickable:hover,.sen-word.clickable:hover,.sentence.clickable:hover{color:#b7b2a7}.dialouge-line.highlight,.sen-word.highlight,.sentence.highlight{color:red!important}.dialouge-line.loading,.sen-word.loading,.sentence.loading{cursor:wait}.dialouge-line.no-action,.sen-word.no-action,.sentence.no-action{color:#000;cursor:default}.voices{display:flex;justify-content:space-around;width:100%}.voices-wrap{color:#fff;flex-direction:column;font-size:10px;gap:8px;margin-top:5px}.voice-btn,.voices-wrap{align-items:center;display:flex;justify-content:center}.voice-btn{aspect-ratio:1/1;background-color:#0000;border:2px solid #aab396;border-radius:99px;color:#aab396;cursor:pointer;font-family:inherit;font-size:14px;height:25px;padding-top:4px;transition:all .25s ease;width:25px}.voice-btn.selected,.voice-btn:hover{background-color:#aab396;color:#fff}.voice-btn:disabled{background-color:#0000;border-color:#b7b2a7;color:#b7b2a7}.voice-btn.selected:disabled{background-color:#b7b2a7;color:#fff!important}.settings-section{background-color:#674636;border-radius:4px;color:#fff;display:flex;flex-direction:column;gap:10px;height:fit-content;padding:10px}.settings-section .header{display:flex;font-size:18px;font-weight:700;gap:6px;justify-content:space-between}.settings-section .header.center{justify-content:center}.settings-section .header .title{align-items:center;display:flex;gap:5px;justify-content:center;position:relative;transition:all .25s ease-out}.settings-section .header .title svg{height:20px;width:auto}.settings-section .header .title.hear svg{height:20px}.settings-section .header .title.vocab svg{height:20px;padding-top:2px}.settings-section .header .title span{padding-top:6px}.settings-section .header .title .toggler svg{height:18px;padding-top:2px;transform:rotate(0deg);width:auto}.settings-section .header .title .toggler.not-open svg{transform:rotate(-180deg)}.settings-section .info{background-color:#fff8e8;border-radius:4px;color:#000;font-size:14px;font-weight:400;line-height:1.5;padding:5px;text-align:center;text-transform:capitalize}.settings-section svg{fill:#fff;transition:all .25s ease-out}#vocab-section .info{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;text-transform:none}.toaster{background-color:#674636;border-radius:4px;color:#fff;font-size:16px;padding:8px 5px 5px;top:5px}.stories-wrap{gap:10px;overflow:hidden}.all-stories,.stories-wrap{display:flex;flex-direction:column}.all-stories{gap:5px;overflow-y:auto;width:100%}.all-stories .saved-story span{cursor:pointer;overflow:hidden;padding:8px 15px 4px;text-overflow:ellipsis;white-space:nowrap}.all-stories .saved-story span:hover{background-color:#aab396}.audio-loading{animation:ht .7s ease-in infinite alternate;background:currentColor;border-radius:4px;box-shadow:15px 0 0 -1px,-15px 0 0 -1px,30px 0 0 -2px,-30px 0 0 -2px,45px 0 0 -3px,-45px 0 0 -3px;color:#674636;height:15px;position:relative;width:10px}@keyframes ht{to{height:0}}.speed-selection{display:flex;flex-direction:column;gap:8px;margin-top:5px}.speed-selection .select-head{font-size:10px;text-align:center}.speed-selection .speed-options{display:flex;font-size:10px;justify-content:space-between;width:100%}input[type=range]{-webkit-appearance:none;appearance:none;background:#0000;cursor:pointer}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{background-color:#fff8e8;border-radius:3.5rem;height:.5rem}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#aab396;border-radius:.5rem;height:1rem;margin-top:-4px;width:1rem}input[type=range]::-moz-range-track{background-color:#fff8e8;border-radius:3.5rem;height:.5rem}input[type=range]::-moz-range-thumb{background-color:#aab396;border:none;border-radius:.5rem;height:1rem;width:1rem}.toggler{align-items:center;aspect-ratio:1/1;background-color:#aab396;border-radius:99px;cursor:pointer;display:flex;height:24px;justify-content:center;left:5px;position:absolute;width:24px}.mobile-show{display:none}#footer{align-items:center;color:#674636;display:flex;font-size:10px;justify-content:center;padding:8px 20px 5px;text-align:center}.hidden{visibility:none}#header{justify-content:space-between;margin-bottom:20px;-webkit-user-select:none;user-select:none}#header,#header-left{align-items:center;display:flex}#header-left{color:#674636;font-size:32px;font-weight:900;gap:12px}#header-left span{margin-top:5px}#header-left svg{height:auto;width:60px}#header-right{border-radius:99px}#header-right svg{fill:#674636;cursor:pointer;height:45px;transition:all .25s cubic-bezier(.25,.46,.45,.94);width:45px}#header-right svg:hover{transform:scale(1.1) translateY(-2px)}#header-links{align-items:center;display:flex;font-size:22px;font-weight:700;gap:20px;text-transform:uppercase}#header-links a{color:#000;text-decoration:none}#header-links a:hover{color:#aab396}#header-links .active{text-decoration:underline;text-decoration-thickness:4px;text-underline-offset:5px}#header-links .active:hover{color:#000}#header-links .disabled{color:#b7b2a7;cursor:not-allowed}#header-links .loading{color:#b7b2a7;cursor:wait}.top-btns{align-items:center;display:flex;gap:10px;justify-content:flex-start;width:100%}.top-btns:last-child{justify-content:flex-end}.top-btns .top-btn{align-items:center;background-color:#674636;border:none;border-radius:5px;cursor:pointer;display:flex;height:40px;justify-content:center;outline:none;padding:8px;width:40px}.top-btns .top-btn svg{fill:#fff;height:100%;width:auto}.pronoun-wrap{grid-gap:5px;display:grid;gap:5px;grid-template-columns:1fr 1fr}.lab{display:grid;grid-template-rows:0 100%;height:100%;overflow:hidden;transition:all .5s cubic-bezier(.25,.46,.45,.94)}.side-settings{display:flex;flex-direction:column;gap:20px;overflow-x:hidden;overflow-y:auto}@keyframes reveal{0%{opacity:0}to{opacity:100%}}.craft{grid-template-columns:30% 70% 0}.craft .side-settings{margin-right:20px}.practice{grid-template-columns:0 70% 30%}.practice .side-settings{margin-left:20px}.export{grid-template-columns:0 100% 0;grid-template-rows:60% 40%}.story-types{display:flex;justify-content:space-evenly;margin-top:5px}.story-types .story-type{align-items:center;display:flex;flex-direction:column;gap:5px}.story-types .story-type span{font-size:14px;font-weight:300;text-transform:capitalize}.story-types .story-type button{align-items:center;aspect-ratio:1/1;background-color:#0000;border:2px solid #aab396;border-radius:99px;color:#aab396;cursor:pointer;display:flex;font-family:inherit;font-size:14px;height:25px;justify-content:center;padding-top:4px;transition:all .25s ease;width:25px}.story-types .story-type button.selected,.story-types .story-type button:hover{background-color:#aab396;color:#fff}.story-types .story-type button:disabled{background-color:#0000;border-color:#b7b2a7;color:#b7b2a7}.story-types .story-type button.selected:disabled{background-color:#b7b2a7;color:#fff!important}.edit-btn{align-items:center;aspect-ratio:1/1;background-color:#aab396;border:none;border-radius:4px;cursor:pointer;display:flex;height:30px;justify-content:center;padding:4px}.edit-btn svg{height:20px;width:20px}.empty{color:#b7b2a7}#export-settings{align-items:center;background-color:#674636;border-radius:5px;color:#fff;display:flex;flex-direction:column;gap:20px;height:calc(100% - 20px);justify-content:flex-start;margin-bottom:20px;overflow-y:auto;padding:20px;width:100%}#export-settings h1{font-size:34px;font-weight:500;margin:0}#export-settings .export-btns{grid-gap:20px;display:flex;display:grid;gap:20px;grid-template-columns:1fr 1fr;grid-template-rows:auto;height:100%;max-width:1000px;text-align:center}#export-settings .export-btns button{max-width:120px}#export-settings .export-btns .export-block{align-items:center;background-color:#fff8e8;border-radius:10px;color:#674636;display:flex;flex-direction:column;gap:10px;height:100%;justify-content:center;padding:20px}#export-settings .export-btns .title{font-size:24px;font-weight:700}.quiz-loader{align-items:center;animation:marquee 3s ease-in-out infinite;color:#0000;display:inline-block;display:flex;font-family:inherit;font-size:48px;font-weight:700;height:200px;justify-content:center;overflow:hidden;text-shadow:0 0 #aab396,20em 0 #aab396;width:100%}.quiz-loader:before{content:"Generating Quiz..."}@keyframes marquee{to{text-shadow:-20em 0 #aab396,0 0 #aab396}}@media only screen and (max-width:900px){#app{height:fit-content;padding:12px;z-index:10}#app .word-tooltip{font-size:16px}#header-left{gap:10px;justify-content:space-between;width:100%}#header-left svg{width:50px}#header-links{font-size:18px;gap:15px}#story{height:fit-content;min-height:300px}#story #story-content,#story #story-title{line-height:1.1}#story #story-content .sen-word,#story #story-title .sen-word,#story .dialouge-line{font-size:16px}.lab{display:flex;flex-direction:column;gap:20px;width:100%}.lab.craft{flex-direction:column-reverse}.craft .side-settings,.practice .side-settings{margin-left:0;margin-right:0;overflow:visible}#app,#modal-bg,#modal-bg #modal{transition-duration:.5s}#modal-bg #modal{width:90%}#modal-bg .modal-header h1{font-size:26px}#modal-bg .modal-content{gap:20px;z-index:4}#modal-bg .modal-content.quiz{gap:15px;padding:20px}#modal-bg .modal-content.quiz .modal-header h1{font-size:26px}#modal-bg .modal-content.quiz .modal-header .desc{font-size:16px}#modal-bg .modal-inner.tenses .tense-options{display:flex;flex-direction:column}#modal-bg .modal-inner.quiz{gap:15px;padding:0}#modal-bg .modal-inner.quiz .sen-word{font-size:18px}#modal-bg .modal-inner.quiz.q-score{font-size:34px;margin-top:0;padding:15px 10px 10px}#modal-bg .modal-inner.quiz .answer-msg{font-size:16px;margin-top:10px}#modal-bg .modal-inner.quiz .choices{font-size:18px;padding:0}#modal-bg .modal-inner.quiz .choices .choice .radio-btn{height:22px;padding:3px;width:22px}#modal-bg .quiz-loader{font-size:24px}#export-settings{height:fit-content;margin-bottom:0}#export-settings .export-btns{display:flex;flex-direction:column}#vocab-section .info{max-width:100%}.mobile-hide{display:none}}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9;--rt-transition-show-delay:0.15s;--rt-transition-closing-delay:0.15s}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:.9;opacity:var(--rt-opacity);transition:opacity .15s ease-out;transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity .15s ease-in;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:#222;background:var(--rt-color-dark);color:#fff;color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:#fff;background-color:var(--rt-color-white);color:#222;color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:#8dc572;background-color:var(--rt-color-success);color:#fff;color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:#f0ad4e;background-color:var(--rt-color-warning);color:#fff;color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:#be6464;background-color:var(--rt-color-error);color:#fff;color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:#337ab7;background-color:var(--rt-color-info);color:#fff;color:var(--rt-color-white)}