:root{--app-footer-bg:rgba(108,99,255,0.15);--app-footer-text-left:#223464;--app-footer-text-right:rgba(136,39,36,0.9882352941176471);--app-footer-copyright-color:#ec615b;--app-footer-scrollup-color:#223464}:root.dark-theme{--app-footer-bg:#373840;--app-footer-text-left:#f5e9db;--app-footer-text-right:#f8bf7b;--app-footer-copyright-color:#f8bf7b;--app-footer-scrollup-color:#fff}.footer-component{height:100px;background-color:var(--app-footer-bg);padding:16px;display:flex;align-items:center}.footer-component .f-c-col{display:flex;justify-content:center;align-items:center}.footer-component .f-text-left{color:var(--app-footer-text-left);font-weight:600}.footer-component .f-text-right{color:var(--app-footer-text-right);font-weight:600}.footer-component .f-c-scrollup{cursor:pointer}.footer-component .f-c-scrollup:hover path{color:#e85f59}.footer-component .copyright_svg path{fill:var(--app-footer-copyright-color)}.footer-component .f-c-scrollup path{fill:var(--app-footer-scrollup-color)}@media only screen and (min-device-width:768px)and (max-device-width:1024px){.footer-component{font-size:14px}}@media(min-width:320px)and (max-width:480px){.footer-component{font-size:12px}}