.editor-project-header__inner{-webkit-border-before:1px solid var(--rpf-grey-150);background-color:var(--rpf-white);border-block-start:1px solid var(--rpf-grey-150);display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-4)}.editor-project-header h1{margin:var(--space-1) 0}@media screen and (min-width:768px){.editor-project-header h3{-webkit-margin-after:0;margin-block-end:0}.editor-project-header__action{-webkit-margin-start:auto;margin-inline-start:auto}}.editor-project-header__action .btn{margin:0}.--dark .editor-project-header{background:var(--rpf-grey-600)}.--light .editor-project-header{background:var(--rpf-white)}.back-button.back-button:before{background-color:var(--rpf-grey-50);border-color:var(--rpf-grey-50);border-radius:var(--space-1);color:var(--rpf-black)}.back-button:hover.back-button:hover:before{background-color:var(--rpf-grey-100);border-color:var(--rpf-grey-100)}.back-button:active.back-button:active:before{background-color:var(--rpf-grey-150);border-color:var(--rpf-grey-150)}.--dark .back-button.back-button:before{background-color:var(--rpf-grey-700);border-color:var(--rpf-grey-700);color:var(--rpf-white)}.--dark .back-button:hover.back-button:hover:before{background-color:var(--rpf-grey-600);border-color:var(--rpf-grey-600)}.--dark .back-button:active.back-button:active:before{background-color:var(--rpf-grey-500);border-color:var(--rpf-grey-500)}.editor-project-list__info{align-items:center}.editor-project-list__title{align-items:center;display:flex;grid-column:span 8;min-inline-size:0;padding:var(--space-3) 0}@media screen and (min-width:990px){.editor-project-list__title{grid-column:span 6}}@media screen and (max-width:600px){.editor-project-list__title{grid-column:span 8;margin:0;padding:0}}.editor-project-list__type{-webkit-padding-end:var(--space-3);inline-size:40px;padding-inline-end:var(--space-3)}.editor-project-list__name{font-weight:700;font-weight:var(--font-weight-bold);overflow:hidden;text-overflow:ellipsis}.editor-project-list__heading,.editor-project-list__tag{font-size:.75rem;font-size:var(--font-size-0-75);font-weight:400;font-weight:var(--font-weight-regular);line-height:1rem;line-height:var(--line-height-1)}.--light .editor-project-list__heading,.--light .editor-project-list__tag{color:var(--rpf-text-secondary)}.--dark .editor-project-list__heading,.--dark .editor-project-list__tag{color:var(--rpf-text-secondary-darkmode)}.editor-project-list__actions{display:flex;gap:8px}.editor-project-list__actions button{color:#000}.editor-project-list__actions span:nth-child(2){display:none}.editor-project-list__actions svg{margin:0}@media screen and (min-width:990px){.editor-project-list__actions span:nth-child(2){display:flex}}@media screen and (max-width:600px){.editor-project-list__actions{display:none}}.editor-project-list__tag{-webkit-padding-end:var(--space-1);-webkit-margin-end:var(--space-1);margin-inline-end:var(--space-1);padding-inline-end:var(--space-1)}.--dark .editor-project-list__tag{-webkit-border-end:1px var(--rpf-text-secondary-darkmode) solid;border-inline-end:1px var(--rpf-text-secondary-darkmode) solid}.--light .editor-project-list__tag{-webkit-border-end:1px var(--rpf-text-secondary) solid;border-inline-end:1px var(--rpf-text-secondary) solid}.editor-project-list__menu{display:none}@media screen and (max-width:600px){.editor-project-list__menu{display:block;grid-column:span 1}}.editor-project-list__actions,.editor-project-list__title{font-size:1rem;font-size:var(--font-size-1);font-weight:400;font-weight:var(--font-weight-regular);line-height:1.5rem;line-height:var(--line-height-1-5);text-decoration:none}.--light .editor-project-list__actions,.--light .editor-project-list__title{color:var(--rpf-black)}.--light .editor-project-list__actions:active,.--light .editor-project-list__title:active{color:var(--rpf-teal-900)}.--light .editor-project-list__actions:hover,.--light .editor-project-list__title:hover{color:var(--rpf-grey-600)}.--dark .editor-project-list__actions,.--dark .editor-project-list__title{color:var(--rpf-white)}.--dark .editor-project-list__actions:active,.--dark .editor-project-list__title:active{color:var(--rpf-teal-200)}.--dark .editor-project-list__actions:hover,.--dark .editor-project-list__title:hover{color:var(--rpf-grey-150)}.context-menu__drop,.context-menu__drop svg{margin:0}.context-menu__drop :focus-visible{border:none}.context-menu{border-radius:5px;display:flex;flex-direction:column;list-style-type:none;margin-block:0;margin-inline:var(--space-1) 0;padding:0}.context-menu .context-menu__item{background-color:inherit;box-sizing:border-box;color:var(--rpf-button-secondary-color);inline-size:100%;justify-content:start;margin:0;overflow-x:visible;padding:var(--space-1);text-align:start;white-space:nowrap}.context-menu :focus-visible{border:none}.context-menu svg{block-size:auto;inline-size:var(--space-3)}.context-menu--dark{background-color:var(--rpf-black);border:1px solid #0000;color:var(--rpf-white)}.context-menu--dark svg{fill:var(--rpf-white)}.context-menu--dark .btn:hover{background-color:var(--rpf-grey-700)}.context-menu--dark .btn:disabled{color:var(--rpf-grey-600)}.context-menu--light{background-color:var(--rpf-white);border:1px solid var(--rpf-grey-150);color:var(--rpf-text-primary)}.context-menu--light svg{fill:var(--rpf-black)}.context-menu--light .btn:hover{background-color:var(--rpf-grey-100)}.context-menu--light .btn:disabled{color:var(--rpf-grey-300)}.context-menu--dark .btn:disabled svg{fill:var(--rpf-grey-600)}.context-menu--light .btn:disabled svg{fill:var(--rpf-grey-100)}.context-menu .btn:disabled:hover{background-color:inherit}.context-menu__item.danger{color:var(--rpf-alert-error)}.context-menu__item.danger svg{fill:var(--rpf-alert-error)}:host,:root{--font-size-0-5:0.5rem;--font-size-0-75:0.75rem;--font-size-1:1rem;--font-size-1-5:1.25rem;--font-size-2:1.5rem;--font-size-3:2rem;--font-size-4:2.5rem;--font-size-5:3rem;--font-size-6:3.5rem;--font-size-7:4rem;--font-size-8:4.5rem;--font-size-9:5rem}:host,:root{--font-weight-regular:400;--font-weight-bold:700}:host,:root{--line-height-0-75:0.75rem;--line-height-1:1rem;--line-height-1-5:1.5rem;--line-height-2:2rem;--line-height-2-5:2.5rem;--line-height-3:3rem;--line-height-3-5:3.5rem;--line-height-4:4rem;--line-height-4-5:4.5rem;--line-height-5:5rem;--line-height-5-5:5.5rem;--line-height-6:6rem;--line-height-6-5:6.5rem}.editor-project-list{inline-size:100%;margin:0 auto;max-inline-size:1570px}.editor-project-list__container{border-radius:8px;margin:var(--space-3) var(--space-4);padding:var(--space-1)}@media screen and (min-width:600px){.editor-project-list__container{padding:var(--space-1) var(--space-3)}}@media screen and (min-width:767px){.editor-project-list__container{margin:var(--space-5) var(--space-6)}}@media screen and (min-width:1670px){.editor-project-list__container{margin:var(--space-5) 0}}.--light .editor-project-list__container{background:var(--rpf-white)}.--dark .editor-project-list__container{background:var(--rpf-grey-600)}.editor-project-list__heading{-webkit-margin-before:var(--space-0-5);margin-block-start:var(--space-0-5)}.editor-project-list__heading:first-of-type{grid-column:span 8}@media screen and (min-width:990px){.editor-project-list__heading:first-of-type{grid-column:span 6}}.editor-project-list__heading:last-of-type{grid-column:span 4}@media screen and (min-width:990px){.editor-project-list__heading:last-of-type{grid-column:span 6}}.editor-project-list__item{-webkit-border-before:1px solid var(--rpf-grey-150);align-items:center;border-block-start:1px solid var(--rpf-grey-150);display:flex;justify-content:space-between;list-style:none;padding:0 var(--space-1)}@media screen and (max-width:600px){.editor-project-list__item{padding:var(--space-1)}}.--dark .editor-project-list__item{-webkit-border-before:1px solid var(--rpf-grey-500);border-block-start:1px solid var(--rpf-grey-500)}.editor-project-list__item:first-of-type{-webkit-border-before:none;border-block-start:none}.editor-project-list__empty{background:var(--rpf-grey-50);border-radius:8px;text-align:center}.--dark .editor-project-list__empty{background:var(--rpf-grey-700)}.editor-project-list__empty p{font-size:1.25rem;font-size:var(--font-size-1-5);font-weight:400;font-weight:var(--font-weight-regular);font-weight:700;font-weight:var(--font-weight-bold);line-height:1.5rem;line-height:var(--line-height-1-5);margin:0;padding:var(--space-3)}.select-buttons{border:none;margin:0;padding:0}.select-buttons__legend{-webkit-margin-after:var(--space-2);margin-block-end:var(--space-2);padding:0}.select-buttons__options{display:flex;flex-wrap:wrap;gap:var(--space-2);inline-size:100%}.select-buttons__option{flex:1 1}.select-buttons__button{opacity:0;position:absolute}.select-buttons__button:disabled+.select-buttons__label{color:var(--rpf-grey-150);cursor:default}.select-buttons__label{align-items:center;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;font-weight:var(--font-weight-bold);gap:var(--space-1-5);padding:var(--space-1-5);position:relative}.select-buttons__tick{-webkit-margin-start:auto;align-items:center;display:flex;margin-inline-start:auto;visibility:hidden}.select-buttons__tick--selected{visibility:visible}.select-buttons__tick--selected svg rect{fill:var(--editor-color-theme)}.select-buttons__tick--selected svg path{fill:var(--rpf-select-buttons-tick-color)}.--light .select-buttons__label{border:2px solid var(--rpf-grey-150)}.--light .select-buttons__label--selected{border:2px solid var(--rpf-text-primary)}.--dark .select-buttons__label{border:2px solid var(--rpf-grey-500)}.--dark .select-buttons__label--selected{border:2px solid var(--rpf-grey-300)}.select-buttons__button:focus-visible+.select-buttons__label{outline:3px solid var(--rpf-button-secondary-background-color-focus)}.editor-project-list-pagination{-webkit-margin-after:var(--space-5);align-items:center;display:flex;justify-content:center;margin-block-end:var(--space-5)}.editor-project-list-pagination svg{margin:0}.editor-project-pagination__buttons{block-size:100%;display:flex;inline-size:100px;justify-content:center;min-inline-size:-webkit-fit-content;min-inline-size:fit-content}.editor-project-pagination__buttons .btn{margin:0 var(--space-0-5)}.editor-project-list-pagination__current-page{align-items:center;block-size:100%;border-radius:10px;box-sizing:border-box;display:flex;font-weight:var(--font-weight-bold);margin:0 var(--space-0-5);padding:var(--space-1) var(--space-2)}.--light .editor-project-list-pagination__current-page{background-color:var(--rpf-white)}.--dark .editor-project-list-pagination__current-page{background-color:var(--rpf-grey-500)}.loader{--loader-color-primary:var(--rpf-teal-800);--loader-text-color:var(--rpf-black);--loader-speed:0.8s;align-items:center;color:var(--loader-text-color);display:flex;flex:1 1;font-family:monospace;font-size:var(--font-size-1-5);font-weight:var(--font-weight-bold);gap:.25rem;justify-content:center;text-transform:lowercase}.--dark .loader{--loader-color-primary:var(--rpf-teal-400);--loader-text-color:var(--rpf-white)}.loader:after,.loader:before{color:var(--loader-color-primary);display:inline-block;font-size:var(--font-size-3);font-weight:400;transform:scale(1.2)}.loader:before{animation:loader-pulse var(--loader-speed) alternate infinite ease-in-out;content:"{"}.loader:after{animation:loader-pulse var(--loader-speed) var(--loader-speed) alternate infinite ease-in-out;content:"}"}@keyframes loader-pulse{to{opacity:.25;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.loader:after,.loader:before{transform:scale(1)}@keyframes loader-pulse{to{opacity:.25}}}.editor-banner{align-items:center;display:flex;padding:var(--space-0-5) var(--space-3)}.editor-banner :last-child{-webkit-margin-start:auto;margin-inline-start:auto}.editor-banner--beta{background-color:var(--rpf-teal-400);color:var(--rpf-text-primary)}.editor-banner--beta span{color:var(--rpf-black)}.editor-banner--beta__icon{-webkit-margin-end:var(--space-3);background-color:var(--rpf-teal-200);border-radius:8px;font-weight:var(--font-weight-bold);margin-inline-end:var(--space-3);padding:var(--space-0-5)}.editor-banner__message{padding:var(--space-0-5) 0}.editor-banner__link{display:inline;font-weight:var(--font-weight-bold);padding-inline:0;text-decoration:underline}.editor-banner__link.btn--tertiary{color:var(--rpf-text-primary)}.editor-banner__link.btn--tertiary:hover{color:var(--rpf-grey-600)}.editor-banner__link--feedback{-webkit-padding-end:var(--space-0-5);padding-inline-end:var(--space-0-5);white-space:nowrap}
/*# sourceMappingURL=57.05177884.chunk.css.map*/