.notification{border-bottom:1px solid var(--grey-100);color:var(--black-500);justify-content:space-between;align-items:center;gap:8px;padding:16px 24px;font-size:14px;display:flex}.notification-success{background-color:var(--brown-50);border-left:4px solid var(--green-500)}.notification-warning{background-color:var(--yellow-50);border-left:4px solid var(--yellow-500)}.notification-error{background-color:var(--red-50);border-left:4px solid var(--red-500)}.notification-close-button{--icon-button-size:20px;--icon-button-fill:var(--green-500)}html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}:root{--white:#fff;--black-500:#14181f;--red-50:#feeded;--red-100:#fdc6c7;--red-500:#f7464a;--red-700:#af3235;--green-50:#e9f0ee;--green-100:#b9d0cc;--green-500:#1e6759;--green-700:#15493f;--grey-100:#e6e6e6;--grey-300:#c9c9c9;--grey-400:#bebebe;--grey-700:#7c7c7c;--grey-800:#606060;--grey-900:#494949;--brown-50:#f8f5ef;--yellow-50:#fbf4ea;--yellow-500:#d6942f;--transition-duration:.125s}html{height:100%}body{font-optical-sizing:auto;font-variation-settings:"wdth" 100;grid-template:"app"100%"rest"0/100%;grid-auto-rows:0;grid-auto-flow:row;min-height:100%;margin:0;font-family:Roboto Flex,sans-serif;font-style:normal;font-weight:400;display:grid}#app{flex-direction:column;grid-area:app;justify-content:stretch;align-items:stretch;display:flex}.container{flex-direction:column;align-items:center;gap:16px;margin:20px;display:flex}.error-code{text-align:center;color:var(--green-500);font-size:160px;font-weight:600}.error-message{text-align:center;color:#14181f;font-size:16px;line-height:20px}.error-code-message{text-align:center;color:var(--green-500);margin-bottom:24px;font-size:40px;font-weight:700;line-height:48px}.buttons{justify-content:center;align-items:center;gap:16px;margin-top:24px;display:flex}.sign-in-title{color:var(--black-500);margin:0;font-size:24px;line-height:28px}.sign-in-form{flex-direction:column;justify-content:stretch;align-items:stretch;gap:24px;display:flex}.sign-in-form-text-fields{flex-direction:column;justify-content:stretch;align-items:stretch;gap:16px;display:flex}.recovery-title{color:var(--black-500);margin:0;font-size:24px;line-height:28px}.recovery{flex-direction:column;justify-content:stretch;align-items:stretch;gap:24px;display:flex}.notifications{z-index:1000;pointer-events:none;flex-direction:column;align-items:flex-end;gap:16px;padding:16px;display:flex;position:absolute;top:0;right:0}.notifications-item{pointer-events:auto}
