html,body{width:100%;min-width:1280px;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Montserrat,sans-serif;font-size:14px}input,button{font-family:Montserrat,sans-serif}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}*{box-sizing:border-box}:focus,.Mui-focused,.Mui-focusVisible,.Mui-focusVisible .icon{outline:3px solid #0096ff59}[data-focus=true]{animation-name:pulse-focus;animation-duration:1.5s;animation-iteration-count:infinite;animation-direction:alternate;outline:3px solid #0096ff59!important}#root{height:inherit}.monospaceFont{font-family:Roboto Mono Regular,monospace}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.loadingDots{flex-direction:row;padding:14px 4px;display:inline-flex}.loadingDots .dot{background:#aeaeae;border-radius:50%;flex-grow:0;width:3px;height:3px;margin:0 2px;animation:1.2s infinite pulse;display:inline-block}.loadingDots .dot:first-child{animation-delay:0s}.loadingDots .dot:nth-child(2){animation-delay:.3s}.loadingDots .dot:nth-child(3){animation-delay:.6s}.animatePulse{animation-name:pulse;animation-duration:.8s;animation-iteration-count:infinite;animation-direction:normal}@keyframes pulse{0%{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}to{opacity:.3;transform:scale(1)}}@keyframes pulse-focus{0%{outline-color:#0096ff00}to{outline-color:#0096ff80}}@keyframes pulse-loading{0%{background-color:#f9f9f9}to{background-color:#eaeaea}}::-webkit-scrollbar-track{background-color:#f8f8f8}::-webkit-scrollbar{background-color:#f8f8f8;width:7px;height:7px}::-webkit-scrollbar-thumb{background-color:#ccd0d3}