.skeleton{background:var(--style, linear-gradient(90deg, rgba(164, 169, 184, .15) 0%, rgba(164, 169, 184, .03) 100%))!important;color:transparent!important;border-radius:10px!important;border-color:unset!important}.skeleton span{color:transparent!important}.menu{display:none}@media (max-width: 430px){.menu{display:flex;align-items:center;justify-content:space-between;width:100%;padding-top:24px;padding-left:3%;padding-right:3%}}.menu button{width:24px;height:24px;background:transparent;border:none}.menu button svg{transform:translate(-4px);width:100%;height:100%;cursor:pointer}.menu .right-side-block{display:flex;align-items:center;gap:14px}.menu .right-side-block .logout-btn{cursor:pointer;display:flex;align-items:center;transform:translate(6px)}.menu .right-side-block .logout-btn svg{width:40px;height:40px}.menu .right-side-block .image-wrapper{width:34px;height:34px}.menu .right-side-block .image-wrapper img{width:100%;height:100%;border-radius:100%}.ant-drawer-wrapper-body .ant-drawer-header{display:block;border-bottom:unset}.ant-drawer-wrapper-body .ant-drawer-header svg{position:absolute;top:32px;right:24px}.ant-drawer-wrapper-body .ant-drawer-body{min-height:calc(100vh - 48px)}.ant-drawer-wrapper-body .ant-drawer-body .drawer{padding-top:50px;display:flex;flex-direction:column;align-items:start;justify-content:space-between;width:100%;height:280px}.ant-drawer-wrapper-body .ant-drawer-body .item-wrapper{color:#1c1c23;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;display:flex;align-items:center;gap:24px;cursor:pointer}.ant-drawer-wrapper-body .ant-drawer-body .logo{position:absolute;top:24px;left:24px;width:60px;height:40px}.ant-drawer-wrapper-body .button-wrapper{position:absolute;bottom:40px;width:calc(100vw - 48px)}.ant-drawer-wrapper-body .button-wrapper .arrow-forward{height:16px;width:16px;transform:rotate(180deg) translateY(-1px)}.ant-drawer-wrapper-body .button-wrapper button{display:flex;align-items:center;height:45px;padding:6px 24px;color:#000;font-weight:600;font-size:14px;background-color:#fdfdfd;border:1px solid black;outline:none;cursor:pointer;transition-duration:.3s;gap:22px;justify-content:center;width:100%}.ant-drawer-wrapper-body .button-wrapper button svg{transform:translateY(2px)}section.page-404{min-height:100vh;padding:0!important;font-family:Poppins,sans-serif;opacity:0;animation:fade-in .4s forwards;animation-delay:.7s;margin-top:8vh}@media (max-width: 430px){section.page-404{width:94vw;margin:3vh auto 0}}section.page-404 .image-wrapper{margin-top:55px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}@media (max-width: 430px){section.page-404 .image-wrapper{height:200px;margin-top:0;margin-bottom:0}}@media (max-width: 430px){section.page-404 .image-wrapper svg{margin-top:0;scale:.75}}section.page-404 h1{font-size:38px;font-weight:600;margin-bottom:24px}@media (max-width: 430px){section.page-404 h1{margin-bottom:14px;margin-top:0;font-size:24px}}section.page-404 h2{color:#677685;font-size:18px;font-style:normal;font-weight:400;margin-top:0!important}@media (max-width: 430px){section.page-404 h2{font-size:15px}}section.page-404 .description-wrapper{display:flex;flex-direction:column;align-items:center;margin-top:60px}@media (max-width: 430px){section.page-404 .description-wrapper{margin-top:0}}.desktop-navbar{background-color:#fff;position:fixed;display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:129px;height:100vh;padding-top:50px;padding-bottom:50px;transition-duration:.3s;z-index:1000}@media (max-width: 430px){.desktop-navbar{display:none}}.desktop-navbar .skeleton{background:var(--style, linear-gradient(90deg, rgba(164, 169, 184, .15) 0%, rgba(164, 169, 184, .03) 100%))!important;color:transparent!important;border-radius:10px!important;border-color:unset!important}.desktop-navbar .skeleton span{color:transparent!important}.desktop-navbar .logo-wrapper{width:88px;height:64px}.desktop-navbar .image-wrapper{width:42px;height:42px;cursor:pointer}.desktop-navbar .image-wrapper img{border-radius:100%}.desktop-navbar .navbar{display:flex;flex-direction:column;justify-content:space-between;height:280px}.desktop-navbar .navbar .nav-icon,.desktop-navbar .logout-btn{cursor:pointer}.desktop-navbar .logout-btn svg{width:44px;height:44px}@keyframes fade-in{to{opacity:1}}section.page-404{min-height:100vh;padding:0!important;font-family:Poppins,sans-serif;opacity:0;animation:fade-in .4s forwards;animation-delay:.7s}@media (max-width: 430px){section.page-404{width:94vw;margin:0 auto}}section.page-404 .image-wrapper{margin-top:45px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}@media (max-width: 430px){section.page-404 .image-wrapper{margin-top:0}}section.page-404 .image-wrapper svg{display:block}@media (max-width: 430px){section.page-404 .image-wrapper svg{margin-top:0;width:260px;height:260px}}section.page-404 h1{font-size:38px;font-weight:600;margin-top:10px}@media (max-width: 430px){section.page-404 h1{margin-top:0;font-size:24px}}section.page-404 h2{color:#677685;font-size:18px;font-style:normal;font-weight:400;margin-top:30px}@media (max-width: 430px){section.page-404 h2{margin-top:16px;font-size:15px}}section.page-404 .button-wrapper{margin-top:30px}@media (max-width: 430px){section.page-404 .button-wrapper{margin-top:0}}section.page-404 .button-wrapper :hover{background-color:#677685}section.page-404 .button-wrapper button{display:flex;align-items:center;justify-content:space-between;width:218px;height:45px;margin-top:30px;margin-bottom:24px;padding:6px 24px;color:#fff;font-weight:600;font-size:14px;background-color:#000;border:unset!important;outline:unset!important;cursor:pointer;transition-duration:.3s}@media (max-width: 430px){section.page-404 .button-wrapper button{width:94vw;justify-content:center;gap:24px}}section.page-404 .button-wrapper button svg{transform:translateY(1px);background-color:unset!important}@media (max-width: 430px){section.page-404 .button-wrapper button svg{width:20px}}*{margin:0;padding:0;-ms-overflow-style:none;scrollbar-width:none}* ::-webkit-scrollbar{display:none}.fade-enter{opacity:0}.fade-enter-active{opacity:1;transition:opacity .3s}.fade-exit{opacity:1}.fade-exit-active{opacity:0;transition:opacity .3s}
