html{background-color:inherit}body,html{margin:0;padding:0;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.absoluteCenter{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);outline:none}@media screen and (min-width:320px){::-webkit-scrollbar{height:8px;width:4px}}::-webkit-scrollbar-track{background:transparent;border-radius:10px}::-webkit-scrollbar-thumb{background:rgba(26,26,26,.54);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}::-webkit-scrollbar-corner{background:rgba(54,54,54,.54)}::selection{background-color:rgb(168,66,44);color:#fff}.spinner{margin:100px auto;width:50px;height:40px;text-align:center;font-size:10px}.spinner>div{background-color:rgb(240,95,64);height:100%;width:6px;margin:2px;display:inline-block;animation:sk-stretchdelay 1.2s ease-in-out infinite}.spinner .rect2{animation-delay:-1.1s}.spinner .rect3{animation-delay:-1s}.spinner .rect4{animation-delay:-.9s}.spinner .rect5{animation-delay:-.8s}@keyframes sk-stretchdelay{0%,40%,to{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.placeholder{margin:0 auto;width:100%;height:18px;border-radius:4px;background-color:#eee}@keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.animated-background{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:darkgray;background:linear-gradient(90deg,#eeeeee 15%,#b2b2b2 18%,#eeeeee 33%);background-size:800px 104px;height:100%;border-radius:4px;position:relative}@keyframes up-right{0%{transform:scale(1);opacity:.25}50%{transform:scale (1,5);opacity:1}to{transform:scale(1);opacity:.25}}.border{border-radius:50%;width:8px;height:8px;opacity:.25}.dot-animation{background-color:white;top:-12px;left:30px}.dot-animation,.dot-animation.navdrawer{position:relative;animation:up-right 1s infinite}.dot-animation.navdrawer{background-color:#f05f40;top:0;left:85px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}