html,body{height:100%}body,*{margin:0;box-sizing:border-box}#root{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%;color:#fff}#root>div{height:100%;width:100%}.wrapper{background-color:#181a20}.page-403{padding:15px 20px}.page-403 h2,.page-403 h4{color:#000;font-family:serif}.page-403 h2{margin-bottom:20px;font-size:40px}.page-403 h4{font-size:20px;font-weight:400}.approve-wrapper{height:100%}.confirm-block{padding:20px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px;width:100%;height:100%;color:#181a20;background-color:#e7e7e7}.confirm-block .window{padding:30px 20px;min-width:38%;display:flex;flex-direction:column;gap:20px;box-shadow:0 0 15px #00000040;border-radius:10px;background-color:#fff}.confirm-block .window .window-title{font-size:24px;line-height:1.2}.confirm-block .window .window-description{font-size:16px;line-height:1.2}.confirm-block .window .window-confirm{align-self:center;line-height:1.2;margin-top:15px;padding:10px 25px;background-color:#fcd535;border:0;border-radius:4px;color:#fff;font-size:16px;cursor:pointer;transition:background-color .2s ease-out}.confirm-block .window .window-confirm:hover{background-color:#e9c32c}.confirm-block .window .window-confirm:active{background-color:#d8b012}.confirm-block .confirm-description{font-size:16px;line-height:1.2;color:gray}.approve-block{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:16px;height:100%}.loader-label{font-size:22px;margin:0}.loader{width:45px;aspect-ratio:1;--c: no-repeat linear-gradient(#FCD535 0 0);background:var(--c) 0% 50%,var(--c) 50% 50%,var(--c) 100% 50%;background-size:20% 100%;animation:l1 1s infinite linear}@keyframes l1{0%{background-size:20% 100%,20% 100%,20% 100%}33%{background-size:20% 10%,20% 100%,20% 100%}50%{background-size:20% 100%,20% 10%,20% 100%}66%{background-size:20% 100%,20% 100%,20% 10%}to{background-size:20% 100%,20% 100%,20% 100%}}.svg{width:80px}.path{stroke-dasharray:1000;stroke-dashoffset:0}.path.circle{-webkit-animation:dash 2s ease-in-out;animation:dash 2s ease-in-out}.path.line{stroke-dashoffset:1000;-webkit-animation:dash 2s .35s ease-in-out forwards;animation:dash 2s .35s ease-in-out forwards}.path.check{stroke-dashoffset:-100;-webkit-animation:dash-check 2s .35s ease-in-out forwards;animation:dash-check 2s .35s ease-in-out forwards}@-webkit-keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@-webkit-keyframes dash-check{0%{stroke-dashoffset:-100}to{stroke-dashoffset:900}}@keyframes dash-check{0%{stroke-dashoffset:-100}to{stroke-dashoffset:900}}
