@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";:root{--primary: #3b63f3}*{box-sizing:border-box;margin:0;padding:0}body{background:#eff0f4;overflow-x:hidden;font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-style:normal}.preloader{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background:#fff;z-index:9999}.preloader .spinner{position:relative;width:100px;height:100px;display:flex;justify-content:center;align-items:center}.preloader .spinner:before{content:"";position:absolute;inset:0;border:6px solid #ddd;border-top-color:var(--primary);border-radius:50%;animation:spin 1.2s linear infinite}.preloader .spinner .logo{width:60%;z-index:1}@keyframes spin{to{transform:rotate(360deg)}}.unauthorized{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;width:30%;margin:0 auto;background:#fff;padding:15px;border-radius:10px;box-shadow:0 4px 20px #0000004d}.unauthorized .info{display:flex;flex-direction:column;gap:10px;width:100%}.unauthorized .error{background:#ff00005d;display:block;width:100%;text-align:center;padding:10px 30px;font-size:13px;border-radius:10px;border:1px red solid;color:#6d0707}.unauthorized .error .head{display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center;line-height:1;vertical-align:middle}.unauthorized .error .head i{font-size:20px}.unauthorized .error .title{font-size:17px;font-weight:500}.unauthorized .error p{font-size:14px}.unauthorized .footer{margin-top:20px}.unauthorized .footer .desc{display:flex;flex-direction:row;justify-content:center;gap:7px;line-height:1.3}.unauthorized .footer .desc p{font-size:12px;margin-bottom:20px}.unauthorized .footer .desc i{align-items:center;line-height:1.1;font-size:20px}.unauthorized .footer .line{border-bottom:1px solid rgba(0,0,0,.377);width:85%;margin:0 auto}.unauthorized .footer .id{margin:7px auto 0;text-align:center}.unauthorized .footer .id .myid{font-size:12px}@media screen and (min-width:768px)and (max-width:1024px){.unauthorized{width:50%}.unauthorized .footer .line{width:70%}.unauthorized .error .title{font-size:17px;font-weight:500}.unauthorized .error p{font-size:14px}.unauthorized .error i{font-size:40px}.unauthorized .footer .id span{text-align:center;font-size:12px}}@media screen and (max-width:600px){.unauthorized{width:90%}.unauthorized .error .title{font-size:17px;font-weight:500}.unauthorized .error p{font-size:14px}.unauthorized .error i{font-size:40px}.unauthorized .footer .id span{text-align:center;font-size:12px}}
