@-webkit-keyframes skeletonAnimation{0%{opacity:.35}50%{opacity:.95}to{opacity:.35}}@keyframes skeletonAnimation{0%{opacity:.35}50%{opacity:.95}to{opacity:.35}}.skeleton-animate{-webkit-animation:1.5s infinite skeletonAnimation;animation:1.5s infinite skeletonAnimation}html body{color:var(--mantine-color-black);background:var(--mantine-color-gray-0)}html body ::-moz-selection{color:#fff;background:#339af0}html body ::selection{color:#fff;background:#339af0}html body a.anchor{color:var(--mantine-color-blue-5)}html body a.anchor:hover,html body a.anchor:focus{color:var(--mantine-color-blue-5);text-decoration:underline}html body a.anchor:focus{outline:none;font-weight:500}html body .animate.width{max-width:100%;max-height:100%;-webkit-transition:width .2s,max-width .2s,min-width .2s;transition:width .2s,max-width .2s,min-width .2s}html body form{width:100%}html body label[for]{cursor:pointer}html body .break-all{word-break:break-all}html body .break-word{word-break:break-word}html body .cursor-default{cursor:default}html body .cursor-help{cursor:help}html body .cursor-crosshair,html body .crosshair{cursor:crosshair}html body .cursor-pointer,html body .pointer{cursor:pointer}html body .fullwidth{width:100%}html body .hidden{display:none!important}html body .info-table tbody td:first-child{width:50%;font-weight:500}html body .invisible{visibility:hidden}html body .nl2br{white-space:pre-wrap}html body .noselect{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html body .nowrap{white-space:nowrap}html body .relative{position:relative}html body .shadow,html body .shadow-sm{box-shadow:var(--mantine-shadow-sm)}html body .shadow-md{box-shadow:var(--mantine-shadow-md)}html body .ta-center{text-align:center!important}html body .td-truncate{text-overflow:ellipsis;white-space:nowrap;max-width:0;overflow:hidden}html body .underline{text-decoration:underline!important}html body .va-middle{vertical-align:middle!important}html body .va-top{vertical-align:top!important}html body #_r :focus:not(:-webkit-any(input,a.anchor)){outline-offset:2px;outline:1.5px solid var(--mantine-color-blue-5);box-shadow:none}html body #_r :focus:not(:is(input,a.anchor)){outline-offset:2px;outline:1.5px solid var(--mantine-color-blue-5);box-shadow:none}html body:not(.is-using-mouse) :focus.button.is-primary{color:#0b3d79;background:#d9e9ff}html body.is-using-mouse #_r :focus{outline:none!important}html body .firebase-emulator-warning{display:none}