.loading-modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;background-color:#fff;padding:1.5rem 2rem;border-radius:1rem;display:flex;justify-content:center;align-items:center;flex-direction:column;box-sizing:border-box}.loading-modal .circular-progress{height:3rem!important;width:3rem!important}.loading-modal .text{margin-top:2rem}.custom-modal{width:440px;max-width:90vw;max-height:90vh;background-color:#fff;left:50%;top:50%;transform:translate(-50%,-50%);position:absolute;border-radius:10px;box-sizing:border-box;padding-bottom:20px}@media screen and (max-width:600px){.custom-modal{padding-bottom:16px}}.custom-modal .header{padding-top:20px;padding-left:20px;padding-right:20px;height:60px;position:relative}@media screen and (max-width:600px){.custom-modal .header{padding-top:16px;padding-left:16px;padding-right:16px}}.custom-modal .header .close-button{position:absolute;top:8px;right:8px}.custom-modal .body{padding-left:20px;padding-right:20px;height:auto;box-sizing:border-box;max-height:calc(90vh - 160px);overflow:auto}@media screen and (max-width:600px){.custom-modal .body{padding-left:16px;padding-right:16px}}.custom-modal .footer{padding-left:20px;padding-right:20px;height:60px;align-items:flex-end}@media screen and (max-width:600px){.custom-modal .footer{padding-left:16px;padding-right:16px}}.first-section{height:100%;box-sizing:border-box}.first-section .auth-frame-wrapper{width:100%;height:100%;position:relative}@media screen and (max-width:980px){.first-section .auth-frame-wrapper{width:90%;height:90%;position:relative}.first-section .auth-frame-wrapper .home-frame{box-shadow:0 15px 33px rgba(0,0,0,.1),0 60px 60px rgba(0,0,0,.1);border-radius:30px;height:auto!important;width:100%;top:50%!important;left:50%!important;transform:translate(-50%,-50%)}}.footer-private{width:100%;min-height:124px;box-sizing:border-box;padding:24px 60px;color:#1d405c}@media screen and (max-width:600px){.footer-private{display:none}}.footer-private .icon-social-media-wrapper{margin-right:12px}.footer-private .icon-social-media-wrapper:last-child{margin-right:0}.footer-private .image-wrapper{width:106px;height:32px;position:relative}.loading-page{min-width:100vw;min-height:100vh;width:auto;height:auto;display:flex;justify-content:center;align-items:center;flex-direction:column}.loading-page .circular-progress{height:3rem!important;width:3rem!important}.loading-page .text{margin-top:2rem}.private-route-navbar{height:72px;display:flex;flex-direction:row-reverse;align-items:center;box-sizing:border-box;padding-left:60px;padding-right:60px;border-bottom:1px solid #e7e7e7;position:relative}@media screen and (max-width:600px){.private-route-navbar{height:68px;padding-left:5vw;padding-right:5vw}}.private-route-navbar .sibagi-wrapper{width:100px;height:30px;position:relative}@media screen and (max-width:600px){.private-route-navbar .sibagi-wrapper{width:90px;height:27px}}@keyframes animate-button{0%,10%,65%,to{transform:rotate(0deg) scale(1)}30%{transform:rotate(-2deg) scale(1.05)}35%{transform:rotate(2deg) scale(1.05)}40%{transform:rotate(-2deg) scale(1.05)}45%{transform:rotate(1deg) scale(1.05)}50%{transform:rotate(-1deg) scale(1.05)}}.button-animation{animation:animate-button 2s ease-in-out infinite}