body,html{margin:0;padding:0;width:100%;min-height:100dvh;scrollbar-gutter:stable}body>div[data-is-root-theme=true]{width:100%;display:flex;min-height:100dvh;height:auto;flex:1 1;overflow-x:hidden}*{box-sizing:border-box;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.toaster{background:var(--gray-1);border-radius:var(--radius-1);display:flex;flex-direction:row;padding:var(--space-4);gap:var(--space-4);font-size:var(--font-size-2);align-items:center;min-width:40ch;box-shadow:0 2px 10px var(--gray-a3)}.toaster[data-type=success]{background:var(--green-3);border-color:var(--green-5);color:var(--green-12)}.toaster[data-type=error]{background:var(--red-3);border-color:var(--red-5);color:var(--red-12)}.pipelineInfoBox{background-color:#fff;border-radius:4px;border:none;a{color:#006dcbf2;cursor:pointer}}html body[data-scroll-locked]{--removed-body-scroll-bar-size:0!important;overflow-y:visible!important;margin-right:0!important}.user-select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}