html,#root,.app,.content,body{height:100%;width:100%;margin:0}.app{margin:0;width:100%;height:100%;display:flex;position:relative}.fade-in{opacity:1;animation-name:fadeIn;animation-iteration-count:1;animation-timing-function:ease-in;animation-duration:.3s}.fade-out{opacity:0;animation-name:fadeOut;animation-iteration-count:1;animation-timing-function:ease-in;animation-duration:.3s}@keyframes fadeOut{0%{opacity:1}to{opacity:0;display:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes progressBar{0%{left:-100%}to{left:100%}}.progressBarAnimate{animation-duration:1s;animation-timing-function:cubic-bezier(.694,.0482,.335,1);animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:progressBar}
