.app-bar{background-color:#5c5c5c;height:48px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.app-bar .left,.app-bar .right{display:-webkit-flex;display:flex;margin:0 10px}.app-bar .left a,.app-bar .right a{text-decoration:none;color:#000;font-size:30px}.app-bar .left .greeting,.app-bar .right .greeting{margin-right:20px}.hoist-main-container{box-sizing:border-box;min-height:100vh;padding-top:48px}.auth-page{width:100vw;height:100vh;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;font-family:sans-serif;background-color:#c0ccc4}.auth-page form{box-shadow:0 0 5px 1px rgba(0,0,0,.3);border-radius:3px;padding:20px;background-color:#f5e7e4}.auth-page form,.auth-page form label{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.auth-page form label span{color:#585858;font-size:1em}.auth-page form input{border:none;border-radius:3px;outline:none;transition:.2s;width:250px;padding:5px 10px;font-size:1.5em;margin-bottom:10px;margin-top:4px}.auth-page form input:focus,.auth-page form input:hover{box-shadow:0 0 5px 2px rgba(0,0,0,.1)}.auth-page form .buttons{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin-top:.6em}.auth-page form .buttons button{width:125px;border:none;border-radius:3px;font-size:1.2em;height:calc(10px + 1.5em);background-color:#e0e0af;transition:.2s;color:#585858;outline:none}.auth-page form .buttons button:focus,.auth-page form .buttons button:hover{background-color:#586f6b;box-shadow:0 0 10px 2px rgba(0,0,0,.3);color:rgba(0,0,0,.9)}.auth-page form .buttons .signup:hover,.auth-page form .buttons button:focus{background-color:#c42021}.card-session-page{width:100vw;height:100vh}.card-session-page,.flashcard{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.flashcard{width:70%;height:70%;font-size:20px;-webkit-flex-direction:column;flex-direction:column}.flashcard .sentence-container{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.flashcard .sentence-container .sentence{color:#919191;letter-spacing:.1em}.flashcard .sentence-container .surface-form{color:#222;font-size:40px;margin:0 4px}.flashcard .response-container{margin-top:80px;display:-webkit-flex;display:flex;grid-gap:5px;gap:5px}.entry .kanji{margin-bottom:4px;border-bottom:1px solid rgba(0,0,0,.3)}.entry .kanji span{height:2em;margin-right:2px}.entry .kanji .main{font-size:2em}.entry ol{list-style-type:decimal;list-style-position:inside;margin-bottom:10px}.entry ol .sense-container .dictionary-data{margin-top:5px}.entry ol .sense-container .dictionary-data .pos{display:inline-block;font-size:.8em;color:rgba(0,0,0,.6);margin-bottom:5px}.entry ol .sense-container .dictionary-data li{margin-bottom:3px}.entry ol .sense-container .actions{margin-top:5px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.entry ol .sense-container .actions .sentence-input{width:70%;background-color:#f5e7e4;border:1px solid #a5a5a5;border-radius:3px}.entry .sentences-container .sentence{margin:10px 0}.entry .sentences-container .sentence .translation{margin-top:5px;color:#927f7f}.dictionary-page{width:100vw;min-height:100vh;background-color:#e9e9e9}.dictionary-page ul{margin-left:10px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding-top:10px;-webkit-flex-direction:column;flex-direction:column}.dictionary-page ul .word{width:500px;margin-bottom:20px;list-style-type:none;background-color:#f5e7e4;box-shadow:0 0 5px 1px rgba(0,0,0,.3);border-radius:3px;padding:20px}.dictionary-page ul .word .buttons{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;transition:.5s}.dictionary-page ul .word .buttons .failure{color:red}.dictionary-page ul .word .buttons .success{color:green}.dictionary-page ul .word .buttons button{width:125px;border:none;border-radius:3px;font-size:.8em;background-color:#b8b8aa;transition:.2s;color:rgba(0,0,0,.7);outline:none;padding:4px 0;margin-left:10px}.dictionary-page ul .word .buttons button:focus,.dictionary-page ul .word .buttons button:hover{background-color:#586f6b;box-shadow:0 0 10px 2px rgba(0,0,0,.3);color:rgba(0,0,0,.9)}@media only screen and (max-width:991px){.dictionary-page ul .word{width:90%;box-sizing:border-box}.dictionary-page ul .word .buttons{margin-top:10px}}.home-page{height:100vh;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;font-family:sans-serif;background-color:#e9e9e9}.home-page,.home-page header{width:100vw;display:-webkit-flex;display:flex}.home-page header{-webkit-justify-content:flex-end;justify-content:flex-end;padding:10px;box-sizing:border-box;background-color:#deb0a6;box-shadow:0 0 5px 2px rgba(0,0,0,.4)}.home-page header span{margin-right:10px;font-size:calc(1em + 10px);color:rgba(0,0,0,.7)}.home-page header button{border:none;border-radius:3px;font-size:1em;background-color:#586f6b;transition:.2s;color:rgba(0,0,0,.9);outline:none;padding:5px}.home-page header button:focus,.home-page header button:hover{background-color:#586f6b;box-shadow:0 0 10px 2px rgba(0,0,0,.3);color:rgba(0,0,0,.9)}.home-page form{margin-top:100px;display:-webkit-flex;display:flex}.home-page form .dictionary-search-input{border:none;border-radius:3px;outline:none;transition:.2s;width:600px;padding:5px;font-size:1.5em}.home-page form .dictionary-search-submit{width:125px;border:none;border-radius:3px;font-size:1.2em;height:calc(10px + 1.5em);background-color:#b8b8aa;transition:.2s;color:rgba(0,0,0,.7);outline:none;margin-left:20px;cursor:pointer}.home-page form button:focus,.home-page form button:hover{background-color:#586f6b;box-shadow:0 0 10px 2px rgba(0,0,0,.3);color:rgba(0,0,0,.9)}.home-page .card-button{margin-top:20px;width:125px;border:none;border-radius:3px;font-size:1.2em;height:calc(10px + 1.5em);background-color:#b8b8aa;transition:.2s;color:rgba(0,0,0,.7);outline:none;margin-left:20px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;text-decoration:none}.home-page .card-button:focus,.home-page .card-button:hover{background-color:#586f6b;box-shadow:0 0 10px 2px rgba(0,0,0,.3);color:rgba(0,0,0,.9)}@media only screen and (max-width:991px){.home-page form{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.home-page form input{width:90%;margin-bottom:20px}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}
/*# sourceMappingURL=main.55554bd8.chunk.css.map */