.animate-spin{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;display:inline-block}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.hui-animated-loading{background:var(--pg-bg-linear-gradient-loading);background-size:200%;-webkit-animation:animatedLoading 1s ease-in-out 0s infinite normal;animation:animatedLoading 1s ease-in-out 0s infinite normal}@-webkit-keyframes animatedLoading{0%{background-position:0 0}50%{background-position:100% 0}to{background-position:0 0}}@keyframes animatedLoading{0%{background-position:0 0}50%{background-position:100% 0}to{background-position:0 0}}@keyframes slide-in{to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slide-in{to{-webkit-transform:translateX(0)}}.project-insights-modal .project-insights-modal-body{padding-top:0}.project-insights-modal .project-insights-modal-footer{padding:16px;-webkit-box-shadow:var(--pg-soft-up-small);box-shadow:var(--pg-soft-up-small)}.project-insights-modal .project-insights-modal-header{padding:8px 16px}.project-insights-modal .project-insights-modal-header.hui-modal-header{border:unset}.project-snippet-root{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px}.project-snippet-root .snippet-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:8px;overflow-x:auto;overflow-y:hidden}.project-snippet-root .snippet-wrapper::-webkit-scrollbar{display:none}.project-snippet-root .snippet-wrapper .snippet-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:8px;-ms-flex-align:center;align-items:center;color:var(--text-active-primary);min-width:195px;max-height:75px;border:1px solid var(--border-active-quinary);border-radius:16px;-webkit-box-shadow:var(--pg-soft-down-small);box-shadow:var(--pg-soft-down-small);padding:16px 8px;cursor:pointer}.project-snippet-root .snippet-wrapper .snippet-container.hui-button .btn-content{overflow:hidden}.project-snippet-root .snippet-wrapper .snippet-container:active,.project-snippet-root .snippet-wrapper .snippet-container:focus,.project-snippet-root .snippet-wrapper .snippet-container:hover{background:unset}.project-snippet-root .snippet-wrapper .snippet-container .snippet-image{width:55px;height:55px;-ms-flex-negative:0;flex-shrink:0}.project-snippet-root .snippet-wrapper .snippet-container .snippet-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;overflow:hidden}.project-snippet-root .snippet-wrapper .snippet-container .snippet-content .snippet-icon-description{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;color:var(--text-active-secondary);-ms-flex-align:center;align-items:center;text-align:left;width:100%}.project-snippet-root .snippet-wrapper .snippet-container .snippet-content .snippet-icon-description .snippet-description{white-space:nowrap;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}.project-snippet-root .snippet-wrapper .snippet-container .snippet-content .snippet-icon-description .hui-svgicon{-ms-flex-negative:0;flex-shrink:0}