.ant-notification{z-index:9999}.global-loader-background{background-color:rgba(250,249,249,.5);position:fixed;padding:0;margin:0;top:0;left:0;width:100%;height:100%}.loader{left:50%;top:50%;position:absolute;display:inline-block;width:30px;height:30px;border:4px solid #50cfc9;animation:loader 2s ease infinite}.loader-inner{vertical-align:top;display:inline-block;width:100%;background-color:#50cfc9;animation:loader-inner 2s ease-in infinite}@keyframes loader{0%{transform:rotate(0deg)}25%{transform:rotate(180deg)}50%{transform:rotate(180deg)}75%{transform:rotate(1turn)}to{transform:rotate(1turn)}}@keyframes loader-inner{0%{height:0%}25%{height:0%}50%{height:100%}75%{height:100%}to{height:0%}}.not-found{margin:20px auto;display:flex;flex-direction:column;align-items:center}.not-found p{font-size:32px;line-height:39px;color:#431f38;margin-bottom:64px}.not-found h3,.not-found p{font-style:normal;text-align:center}.not-found h3{font-weight:700;font-size:70px;line-height:85px;color:#fdae16;margin-bottom:0}.not-found span{display:block;font-style:normal;font-weight:400;font-size:14px;line-height:17px;text-decoration-line:underline;color:#000;margin-bottom:64px}.loader-data{position:relative;width:126px;height:137px;margin:20px 0;left:50%;top:50%}.loader-back{width:100%;height:100%;backdrop-filter:blur(4px)}.loader-rect{height:100%;width:100%;background:rgba(80,207,201,.5);border-radius:4px;transform:rotate(-20deg);animation:rotate-back 3s linear infinite}@keyframes rotate-back{50%{transform:rotate(-10deg)}to{transform:rotate(-20deg)}}.loader-lines-hor{width:100%;height:100%;display:flex;flex-flow:wrap}.loader-lines-hor>div{border-bottom:2px solid hsla(0,0%,100%,.7);width:100%}.loader-lines-hor>div:last-child{position:relative;border-bottom:none;width:100%}.loader-lines-ver{width:100%;height:100%;display:flex;position:absolute;top:0}.loader-lines-ver>div{position:relative;border-right:2px solid hsla(0,0%,100%,.7);width:100%}.loader-lines-ver>div:last-child{position:relative;border-right:none;width:100%}.loader-white{position:absolute;width:100px;height:140px;left:15px;top:0;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.2);border-radius:4px;padding:2px 13px 40px}.loader-white-lines{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-evenly}.loader-white-lines>div:first-of-type{width:0;height:3px;background-color:#ededed;animation:width-line ease-in infinite;animation-delay:1s;animation-duration:4s}.loader-white-lines>div:nth-of-type(2){width:0;height:3px;background-color:#ededed;animation:width-line ease-in infinite;animation-delay:2s;animation-duration:3s}.loader-white-lines>div:nth-of-type(3){width:0;height:3px;background-color:#ededed;animation:width-line ease-in infinite;animation-delay:1s;animation-duration:2s}.loader-white-lines>div:nth-of-type(4){width:0;height:3px;background-color:#ededed;animation:width-line ease-in infinite;animation-delay:1s;animation-duration:3s}.loader-white-lines>div:nth-of-type(5){width:0;height:3px;background-color:#ededed;animation:width-line ease-in infinite;animation-delay:1s;animation-duration:4s}@keyframes width-line{to{width:100%}}.loader-svg{position:absolute;top:60px;left:40px;width:70px;transform:rotate(0deg) translate(40px) rotate(-105deg);animation:circle 4.5s linear infinite}@keyframes circle{to{transform:rotate(1turn) translate(40px) rotate(-465deg)}}.local-loading{border:16px solid #d3d3d3;border-radius:50%;border-top:16px solid var(--black-text-color);border-bottom:16px solid var(--black-text-color);width:220px;height:220px;-webkit-animation:spin 2.5s linear infinite;animation:spin 2.5s linear infinite;position:relative;margin-bottom:16px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}