body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Roboto,Arial,sans-serif}.fcp-app{flex-direction:column;min-height:100dvh;display:flex}.fcp-main{flex:1;padding:16px 24px;display:flex}.fcp-bar{background:var(--set-navigation-tools);height:56px}.fcp-header{align-items:center;padding:0 24px;display:flex;box-shadow:0 4px 4px #00000040}@keyframes circle-animation{0%{stroke-dashoffset:270px;transform:rotate(0)}50%{stroke-dashoffset:67px;transform:rotate(45deg)}to{stroke-dashoffset:270px;transform:rotate(1turn)}}@keyframes svg-animation{to{transform:rotate(1turn)}}.fcp-loader-placeholder{justify-content:center;align-items:center;width:100%;display:flex}.fcp-loader-svg{animation:1.5s linear infinite svg-animation}.fcp-loader-circle{fill:none;stroke-width:10px;stroke-linecap:round;stroke-dasharray:270;stroke-dashoffset:67px;transform-origin:50%;animation:1.5s ease-in-out infinite both circle-animation}
