tildefriends/deps/perfetto/perfetto.css

2688 lines
84 KiB
CSS

@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(assets/MaterialIcons.woff2) format("woff2"); }
/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 100;
src: url(assets/Raleway-Thin.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: url(assets/Raleway-Regular.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: url(assets/Roboto-100.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(assets/Roboto-300.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(assets/Roboto-400.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(assets/Roboto-500.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: url(assets/RobotoCondensed-Light.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url(assets/RobotoCondensed-Regular.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: url(assets/RobotoMono-Regular.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
vertical-align: middle;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased; }
:root {
--sidebar-width: 256px;
--topbar-height: 48px;
--monospace-font: 'Roboto Mono', monospace;
--track-shell-width: 250px;
--track-border-color: #00000025;
--anim-easing: cubic-bezier(0.4, 0.0, 0.2, 1)
; }
* {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
touch-action: none; }
html {
font-family: Roboto, verdana, sans-serif;
height: 100%;
width: 100%; }
html,
body,
body > main {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
overscroll-behavior: none; }
pre, code {
font-family: var(--monospace-font); }
body.testing {
-webkit-font-smoothing: antialiased !important;
font-kerning: none !important; }
h1,
h2,
h3 {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
padding: 0;
margin: 0; }
table {
user-select: text; }
body > main {
display: grid;
grid-template-areas: "sidebar topbar" "sidebar alerts" "sidebar page";
grid-template-rows: auto auto 1fr;
grid-template-columns: auto 1fr;
color: #121212;
overflow: hidden; }
body.filedrag::after {
content: 'Drop the trace file to open it';
position: fixed;
z-index: 99;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 10px dashed #404854;
text-align: center;
font-size: 3rem;
line-height: 100vh;
color: #333;
background: rgba(255, 255, 255, 0.5); }
button {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit; }
button.close {
font-family: var(--monospace-font); }
.full-page-loading-screen {
position: absolute;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
background: #3e4a5a url("assets/logo-3d.png") no-repeat fixed center; }
.page {
grid-area: page;
position: relative;
display: flex;
flex-direction: column;
overflow: hidden; }
.split-panel {
flex: 1;
display: flex;
flex-flow: row;
position: relative;
overflow: hidden; }
.alerts {
grid-area: alerts;
background-color: #f2f2f2; }
.alerts > div {
font-family: 'Raleway', sans-serif;
font-weight: 400;
letter-spacing: 0.25px;
padding: 1rem;
display: flex;
justify-content: space-between; }
.alerts > div button {
width: 24px;
height: 24px; }
.query-table-container {
width: 100%; }
.x-scrollable {
overflow-x: auto; }
.query-table {
width: 100%;
font-size: 14px;
border: 0; }
.query-table.pivot-table thead, .query-table.pivot-table i {
cursor: pointer; }
.query-table.pivot-table thead td.drop-location, .query-table.pivot-table i td.drop-location {
background-color: #edf2f7; }
.query-table.pivot-table thead .total-aggregation, .query-table.pivot-table i .total-aggregation {
white-space: pre;
font-weight: 600;
font-size: 12px; }
.query-table.pivot-table td {
height: 25px; }
.query-table.pivot-table .disabled {
cursor: default; }
.query-table.pivot-table .dropdown {
display: inline-block;
position: relative; }
.query-table.pivot-table .popup-menu {
position: absolute;
background-color: white;
right: 0;
box-shadow: 0 0 4px 0 #999; }
.query-table.pivot-table .popup-menu.closed {
display: none; }
.query-table.pivot-table .popup-menu.open {
display: block; }
.query-table.pivot-table .popup-menu button {
border-radius: 0;
margin: 0;
height: auto;
background: transparent;
color: #111;
font-size: 12px;
padding: 0.4em 1em;
white-space: nowrap;
width: 100%;
text-align: right;
line-height: 1; }
.query-table.pivot-table .popup-menu button:hover {
background: #c7d0db; }
.query-table thead td {
position: sticky;
top: 0;
background-color: #e0e5eb;
color: #262f3c;
text-align: center;
padding: 1px 3px;
border-style: solid;
border-color: #fff;
border-right-width: 1px;
border-left-width: 1px; }
.query-table tbody tr {
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
background-color: white;
font-family: var(--monospace-font); }
.query-table tbody tr:nth-child(even) {
background-color: #eff2f5; }
.query-table tbody tr td:first-child {
padding-left: 5px; }
.query-table tbody tr td:last-child {
padding-right: 5px; }
.query-table tbody tr:hover {
background-color: #e0e5eb; }
.query-table tbody tr[clickable] {
cursor: pointer; }
.query-error {
padding: 20px 10px;
color: #bf4055;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300; }
.track {
display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: 1fr 0; }
.track::after {
display: block;
content: '';
grid-column: 1 / span 2;
border-top: 1px solid var(--track-border-color);
margin-top: -1px;
z-index: 2; }
.track .track-shell {
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
padding-left: 10px;
display: grid;
cursor: grab;
grid-template-areas: "title buttons";
grid-template-columns: 1fr auto;
align-items: center;
width: var(--track-shell-width);
background: #fff;
border-right: 1px solid #c7d0db; }
.track .track-shell.drag {
background-color: #eee;
box-shadow: 0 4px 12px -4px #999 inset; }
.track .track-shell.drop-before {
box-shadow: 0 4px 2px -1px #4d7ab3 inset; }
.track .track-shell.drop-after {
box-shadow: 0 -4px 2px -1px #4d7ab3 inset; }
.track .track-shell.selected {
background-color: #ebeef9; }
.track .track-shell .chip {
background-color: #bed6ff;
border-radius: 3px;
font-size: smaller;
padding: 0 0.1rem;
margin-left: 1ch; }
.track .track-shell h1 {
grid-area: title;
color: #3c4b5d;
font-size: 14px;
line-height: 15px;
max-height: 30px;
overflow: hidden;
text-align: left;
overflow-wrap: break-word;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
letter-spacing: -0.25px; }
.track .track-shell .track-buttons {
grid-area: buttons;
height: 18px; }
.track .track-shell .track-button {
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
color: #3c5688;
cursor: pointer;
width: 22px;
font-size: 18px;
opacity: 0; }
.track .track-shell .track-button.show {
opacity: 1; }
.track .track-shell:hover .track-button {
opacity: 1; }
.track .track-shell.flash {
background-color: #ffe263; }
.scrolling-panel-container {
position: relative;
overflow-x: hidden;
overflow-y: auto;
flex: 1 1 auto;
will-change: transform;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
grid-template-areas: "space"; }
.details-panel-container {
position: relative;
overflow-x: hidden;
overflow-y: auto;
flex: 1 1 auto;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
grid-template-areas: "space"; }
.pinned-panel-container {
position: relative;
overflow: visible;
box-shadow: 1px 3px 15px rgba(23, 32, 44, 0.3);
z-index: 2;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
grid-template-areas: "space"; }
.scroll-limiter {
position: relative;
grid-area: space;
overflow: hidden; }
canvas.main-canvas {
z-index: -1; }
.panels {
grid-area: space;
user-select: none; }
.panel {
position: relative; }
.pan-and-zoom-content {
flex: 1;
position: relative;
display: flex;
flex-flow: column nowrap; }
.overview-timeline {
height: 100px; }
.time-axis-panel {
height: 12px; }
.tickbar {
height: 5px; }
.notes-panel {
height: 20px; }
header.overview {
display: flex;
align-content: center;
background-color: #c7d0db;
color: #28323e;
font-family: 'Roboto Condensed', sans-serif;
font-size: 15px;
font-weight: 400;
padding: 4px 10px;
vertical-align: middle;
border-color: #b1becd;
border-style: solid;
border-width: 1px 0; }
header.overview .code {
font-family: var(--monospace-font);
font-size: 12px;
margin-left: 10px;
color: #50647c; }
header.overview span.code {
flex-grow: 1; }
button.query-ctrl {
background: #262f3c;
color: white;
border-radius: 10px;
font-size: 10px;
height: 18px;
line-height: 18px;
min-width: 7em;
margin: auto 0 auto 1rem; }
.debug-panel-border {
position: absolute;
top: 0;
height: 100%;
width: 100%;
border: 1px solid rgba(69, 187, 73, 0.5);
pointer-events: none; }
.perf-stats {
--stroke-color: hsl(217, 39%, 94%);
position: fixed;
bottom: 0;
left: 0;
width: 600px;
color: var(--stroke-color);
font-family: var(--monospace-font);
padding: 10px 24px;
z-index: 100;
background-color: rgba(27, 28, 29, 0.9); }
.perf-stats button {
text-decoration: underline;
color: #f5b800; }
.perf-stats button:hover {
color: #db4433; }
.perf-stats .close-button {
position: absolute;
right: 20px;
top: 10px;
width: 20px;
height: 20px;
color: var(--stroke-color); }
.perf-stats > section {
padding: 5px;
border-bottom: 1px solid var(--stroke-color); }
.perf-stats div {
margin: 2px 0; }
.perf-stats table, .perf-stats td, .perf-stats th {
border: 1px solid var(--stroke-color);
text-align: center;
padding: 4px;
margin: 4px 0; }
.perf-stats table {
border-collapse: collapse; }
.track-group-panel {
--collapsed-background: hsla(190, 49%, 97%, 1);
--collapsed-transparent: hsla(190, 49%, 97%, 0);
--expanded-background: hsl(215, 22%, 19%);
--expanded-transparent: hsl(215, 22%, 19%, 0);
display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: 1fr;
transition: background-color .4s, color .4s;
height: 40px; }
.track-group-panel::after {
display: block;
content: '';
grid-column: 1 / span 2;
border-top: 1px solid var(--track-border-color);
margin-top: -1px; }
.track-group-panel[collapsed=true] {
background-color: var(--collapsed-transparent); }
.track-group-panel[collapsed=true] .shell {
border-right: 1px solid #c7d0db;
background-color: var(--collapsed-background); }
.track-group-panel[collapsed=true] .track-button {
color: #3c5688; }
.track-group-panel[collapsed=false] {
background-color: var(--expanded-transparent);
color: white;
font-weight: bold; }
.track-group-panel[collapsed=false] .shell.flash {
color: #121212; }
.track-group-panel[collapsed=false] .track-button {
color: white; }
.track-group-panel .shell {
padding: 4px 4px;
display: grid;
grid-template-areas: "fold-button title check";
grid-template-columns: 28px 1fr 20px;
align-items: center;
line-height: 1;
width: var(--track-shell-width);
min-height: 40px;
transition: background-color .4s; }
.track-group-panel .shell .track-title {
user-select: text; }
.track-group-panel .shell .chip {
background-color: #bed6ff;
border-radius: 3px;
font-size: smaller;
padding: 0 0.1rem;
margin-left: 1ch; }
.track-group-panel .shell h1 {
grid-area: title;
font-size: 14px;
line-height: 15px;
max-height: 30px;
overflow: hidden;
text-align: left;
overflow-wrap: break-word;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
letter-spacing: -0.25px; }
.track-group-panel .shell .fold-button {
grid-area: fold-button; }
.track-group-panel .shell .track-button {
font-size: 20px; }
.track-group-panel .shell:hover {
cursor: pointer; }
.track-group-panel .shell:hover .fold-button {
color: #f5b800; }
.track-group-panel .shell.flash {
background-color: #ffe263; }
.track-group-panel .shell.selected {
background-color: #ebeef9; }
.track-group-panel .track-content {
font-size: 14px;
line-height: 15px;
max-height: 30px;
overflow: hidden;
text-align: left;
overflow-wrap: break-word;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
letter-spacing: -0.25px; }
.time-selection-panel {
height: 10px; }
.cookie-consent {
position: absolute;
z-index: 10;
left: 10px;
bottom: 10px;
width: 550px;
background-color: #19212b;
font-size: 14px;
color: #b4b7ba;
border-radius: 5px;
padding: 20px; }
.cookie-consent .buttons {
display: flex;
justify-content: flex-end;
margin-top: 10px;
font-size: 15px; }
.cookie-consent button {
padding: 10px;
border-radius: 3px;
color: #fff;
margin-left: 5px; }
.cookie-consent button a {
text-decoration: none;
color: #fff; }
.cookie-consent button:hover {
background-color: #373f4b;
cursor: pointer; }
.disallow-selection {
user-select: none; }
.pivot-table-editor-container {
font: inherit;
width: 670px;
height: 420px; }
.pivot-table-editor-container h2 {
font-weight: bold;
text-align: left; }
.pivot-table-editor-container label {
cursor: pointer; }
.pivot-table-editor-container select {
font-weight: 100;
margin: 3px;
color: #333;
font-size: 15px;
align-items: center;
cursor: pointer; }
.pivot-table-editor-container span:nth-of-type(2) {
margin-left: 1rem; }
.pivot-table-editor-container section.table-group {
display: table-row; }
.pivot-table-editor-container section.table-group table {
margin: 15px; }
.pivot-table-editor-container section.table-group table td {
width: 300px;
font-size: 17px;
cursor: pointer; }
.pivot-table-editor-container section.table-group table td.drop-location {
background-color: #d9d9d9; }
.pivot-table-editor-container section.table-group table th {
text-align: center;
width: 300px;
border-bottom: 1px solid rgba(60, 76, 92, 0.4); }
.pivot-table-editor-container section.table-group table:first-child {
float: left; }
.pivot-table-editor-container section.table-group table:last-child {
float: right; }
.pivot-table-editor-container .scroll {
height: 150px;
overflow: auto; }
.pivot-table-editor-container section.button-group {
text-align: center; }
.pivot-table-editor-container section.button-group button {
background-color: #262f3c;
color: #fff;
border-radius: 10px;
padding: 2px 5px;
font-weight: bold;
font-size: 13px;
min-width: 7em;
margin-right: 1rem; }
.pivot-table-editor-container section {
margin: 1rem; }
.pivot-table-tab button {
background: #262f3c;
color: white;
border-radius: 10px;
font-size: 12px;
height: 20px;
line-height: 18px;
min-width: 7em;
margin: 0.2rem; }
.pivot-table-tab button:disabled {
opacity: 0.75;
cursor: default; }
.pivot-table-tab span {
flex-grow: 1; }
.pivot-table-spinner {
display: inline-block;
vertical-align: middle;
box-sizing: border-box;
width: 18px;
height: 18px;
margin-left: 10px;
border-radius: 50%;
border: 2px solid #408ee0;
border-color: #408ee0 transparent;
animation: spinner 1.25s linear infinite; }
@keyframes spinner {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }
.allow-white-space {
white-space: pre; }
.home-page {
text-align: center;
align-items: center;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 2em 1fr 60px;
grid-template-areas: "." "center" "footer"; }
.home-page .home-page-center {
grid-area: center; }
.home-page .home-page-center .logo {
width: var(--track-shell-width); }
.home-page .home-page-center .home-page-title {
font-size: 60px;
margin: 25px;
text-align: center;
font-family: 'Raleway', sans-serif;
font-weight: 100;
color: #333; }
.home-page .home-page-center .channel-select {
font-family: 'Roboto', sans-serif;
font-size: 1.2rem;
font-weight: 200;
margin-top: 3em;
--chan-width: 100px;
--chan-num: 2; }
.home-page .home-page-center .channel-select input[type=radio] {
width: 0;
height: 0;
margin: 0;
padding: 0;
-moz-appearance: none;
-webkit-appearance: none; }
.home-page .home-page-center .channel-select input[type=radio]:nth-of-type(1):checked ~ .highlight {
margin-left: 0; }
.home-page .home-page-center .channel-select input[type=radio]:nth-of-type(2):checked ~ .highlight {
margin-left: 100px;
background-color: #ccb800; }
.home-page .home-page-center .channel-select input[type=radio]:nth-of-type(3):checked ~ .highlight {
margin-left: 200px;
background-color: #c15a15; }
.home-page .home-page-center .channel-select fieldset {
margin: 30px auto 10px auto;
padding: 0;
position: relative;
background-color: #464b53;
border-radius: 3px;
box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.4);
border: 0;
width: calc(var(--chan-width) * var(--chan-num));
height: 40px;
line-height: 40px;
z-index: 0; }
.home-page .home-page-center .channel-select label {
display: inline-block;
cursor: pointer;
position: relative;
width: var(--chan-width);
height: 100%;
color: white;
z-index: 2;
text-transform: uppercase;
font-size: 16px;
font-family: 'Raleway';
font-weight: 400;
letter-spacing: 0.3px; }
.home-page .home-page-center .channel-select .highlight {
width: var(--chan-width);
height: 100%;
position: absolute;
background: rgba(63, 166, 67, 0.99);
background-image: linear-gradient(rgba(255, 255, 255, 0.2), transparent);
top: 0;
left: 0;
z-index: 1;
border-radius: inherit;
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease; }
.home-page .home-page-center .channel-select .home-page-reload {
font-size: 12px;
opacity: 0;
color: #da4534;
font-weight: 400;
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease; }
.home-page .home-page-center .channel-select .home-page-reload.show {
opacity: 1; }
.home-page .privacy {
grid-area: footer;
text-decoration: none;
font-family: 'Roboto', sans-serif;
font-weight: 200;
color: #333;
font-size: 15px; }
.analyze-page {
overflow-y: auto;
overflow-x: hidden; }
.analyze-page .query-input {
width: 100%;
background-color: #111;
min-height: 2em;
height: var(--height-before-resize);
color: #9ddc67;
font-size: inherit;
font-family: var(--monospace-font);
line-height: 1.2em;
padding: .5em;
overflow: auto;
resize: vertical; }
.metrics-page {
padding: 30px;
font-family: 'Raleway', sans-serif;
overflow-y: auto; }
.metrics-page .metric-run-button {
background-color: #262f3c;
color: #fff;
border-radius: 4px;
padding: 5px 10px;
font-weight: bold;
font-family: 'Raleway'; }
.metrics-page select {
margin: 10px;
font-family: 'Raleway';
font-size: 1em;
border: 1px solid black;
background-color: #eee; }
.metrics-page pre {
background-color: #eee;
padding: 20px;
font-family: 'Roboto Mono';
line-height: 1.5em;
border-radius: 5px;
overflow-x: auto; }
.metrics-page pre.metric-error {
color: #EF6C00; }
.sidebar {
--sidebar-padding-bottom: 40px;
--sidebar-timing: 0.15s;
grid-area: sidebar;
z-index: 4;
background-color: #262f3c;
overflow: hidden;
width: var(--sidebar-width);
display: flex;
flex-direction: column;
transition: margin-left var(--anim-easing) var(--sidebar-timing), visibility linear var(--sidebar-timing); }
.sidebar > * {
border-bottom: 1px solid #404854; }
.sidebar input[type=file] {
display: none; }
.sidebar > header {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
font-size: 24px;
height: var(--topbar-height);
line-height: var(--topbar-height);
vertical-align: middle;
padding: 0 20px;
color: #fff;
overflow: visible; }
.sidebar > header .brand {
height: 40px;
margin-top: 4px; }
.sidebar > header::before {
z-index: 10; }
.sidebar > header.canary::before, .sidebar > header.autopush::before {
display: block;
position: absolute;
font-size: 10px;
line-height: 10px;
font-family: 'Raleway', sans-serif;
left: 155px;
top: 7px; }
.sidebar > header.canary::before {
content: 'CANARY';
color: #ffd700; }
.sidebar > header.autopush::before {
content: 'AUTOPUSH';
color: #aed581; }
.sidebar .sidebar-button {
position: absolute;
z-index: 5;
background-color: #262f3c;
height: var(--topbar-height);
left: calc(var(--sidebar-width) - 50px);
border-radius: 0 5px 5px 0;
border-bottom: inherit;
visibility: visible;
transition: left var(--anim-easing) var(--sidebar-timing);
width: 48px;
overflow: hidden; }
.sidebar .sidebar-button > button {
vertical-align: middle; }
.sidebar.hide-sidebar {
visibility: hidden;
margin-left: calc(var(--sidebar-width) * -1); }
.sidebar.hide-sidebar .sidebar-button {
left: 0; }
.sidebar .sidebar-scroll {
overflow-y: auto;
flex: 1; }
.sidebar .sidebar-scroll::-webkit-scrollbar {
width: 0.5em; }
.sidebar .sidebar-scroll::-webkit-scrollbar-track {
background-color: #19212b;
border-radius: 2px; }
.sidebar .sidebar-scroll::-webkit-scrollbar-thumb {
background: #b4b7ba6e;
border-radius: 2px; }
.sidebar .sidebar-scroll > .sidebar-scroll-container {
position: relative;
min-height: 100%;
padding-bottom: var(--sidebar-padding-bottom); }
.sidebar .sidebar-scroll > .sidebar-scroll-container > section {
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
padding: 20px 0;
max-height: 80px; }
.sidebar .sidebar-scroll > .sidebar-scroll-container > section .section-header {
cursor: pointer; }
.sidebar .sidebar-scroll > .sidebar-scroll-container > section .section-header > h1,
.sidebar .sidebar-scroll > .sidebar-scroll-container > section .section-header > h2 {
font-family: 'Raleway', sans-serif;
letter-spacing: 0.25px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin: 0 24px; }
.sidebar .sidebar-scroll > .sidebar-scroll-container > section .section-header > h1 {
color: #fff;
font-size: 15px;
font-weight: 500; }
.sidebar .sidebar-scroll > .sidebar-scroll-container > section .section-header > h2 {
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
color: rgba(255, 255, 255, 0.5);
font-size: 12px;
margin-top: 8px;
font-weight: 400; }
.sidebar .sidebar-scroll > .sidebar-scroll-container > section:hover {
background-color: #373f4b; }
.sidebar .sidebar-scroll > .sidebar-scroll-container > section.expanded {
background-color: #19212b;
max-height: unset; }
.sidebar .sidebar-scroll > .sidebar-scroll-container > section.expanded .section-header h2 {
opacity: 0; }
.sidebar .sidebar-scroll > .sidebar-scroll-container > section.expanded .section-content {
pointer-events: inherit;
opacity: 1; }
.sidebar .sidebar-scroll > .sidebar-scroll-container .section-content {
pointer-events: none;
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
opacity: 0;
color: #b4b7ba; }
.sidebar .sidebar-scroll > .sidebar-scroll-container .section-content a {
color: #b4b7ba; }
.sidebar .sidebar-scroll > .sidebar-scroll-container .section-content ul {
list-style-type: none;
margin: 0;
padding: 0; }
.sidebar .sidebar-scroll > .sidebar-scroll-container .section-content li {
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease; }
.sidebar .sidebar-scroll > .sidebar-scroll-container .section-content li a {
line-height: 24px;
font-size: 14px;
font-weight: 400;
font-family: 'Raleway', sans-serif;
letter-spacing: 0.5px;
padding: 5px 24px;
text-decoration: none;
display: block; }
.sidebar .sidebar-scroll > .sidebar-scroll-container .section-content li a.pending {
color: rgba(255, 255, 255, 0.3); }
.sidebar .sidebar-scroll > .sidebar-scroll-container .section-content li a.pending::after {
content: ' ';
display: inline-block;
vertical-align: middle;
box-sizing: border-box;
width: 18px;
height: 18px;
margin-left: 10px;
border-radius: 50%;
border: 2px solid #b4b7ba;
border-color: #b4b7ba transparent;
animation: pending-spinner 1.25s linear infinite; }
@keyframes pending-spinner {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }
.sidebar .sidebar-scroll > .sidebar-scroll-container .section-content li a[disabled] {
text-decoration: line-through; }
.sidebar .sidebar-scroll > .sidebar-scroll-container .section-content li .material-icons {
margin-right: 10px; }
.sidebar .sidebar-scroll > .sidebar-scroll-container .section-content li:hover {
background-color: #373f4b; }
.sidebar .sidebar-scroll > .sidebar-scroll-container .section-content li .trace-file-name {
white-space: break-spaces;
font-family: 'Roboto Condensed', sans-serif;
word-break: break-all;
font-weight: 300;
letter-spacing: 0;
margin-top: -10px;
color: #fff; }
.sidebar .sidebar-footer {
position: absolute;
bottom: 0;
width: 100%;
padding: 2px 10px;
display: grid;
height: -var(--sidebar-padding-bottom);
grid-template-columns: repeat(4, min-content);
grid-gap: 10px; }
.sidebar .sidebar-footer > button {
color: #eaeef6; }
.sidebar .sidebar-footer > button i {
font-size: 24px; }
.sidebar .sidebar-footer > button:hover {
color: #f5b800; }
.sidebar .sidebar-footer > .dbg-info-square {
width: 24px;
height: 22px;
line-height: 22px;
margin: 1px 0;
background: #12161b;
color: #4e71b3;
border-radius: 5px;
font-size: 12px;
text-align: center; }
.sidebar .sidebar-footer > .dbg-info-square.green {
background: #7aca75;
color: #12161b; }
.sidebar .sidebar-footer > .dbg-info-square.amber {
background: #FFC107;
color: #333; }
.sidebar .sidebar-footer > .dbg-info-square.red {
background: #d32f2f;
color: #fff; }
.sidebar .sidebar-footer > .dbg-info-square > div {
font-size: 10px;
line-height: 11px; }
.sidebar .sidebar-footer .version {
position: absolute;
right: 8px;
bottom: 3px;
font-size: 12px;
font-family: 'Roboto Condensed', sans-serif;
margin-top: 11px; }
.sidebar .sidebar-footer .version a {
color: rgba(255, 255, 255, 0.5);
text-decoration: none; }
body.testing .sidebar-footer {
visibility: hidden; }
.keycap {
background-color: #fafbfc;
border: 1px solid #d1d5da;
border-bottom-color: #c6cbd1;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #c6cbd1;
color: #444d56;
display: inline-block;
font-family: var(--monospace-font);
vertical-align: middle;
line-height: 20px;
padding: 3px 7px; }
.topbar {
grid-area: topbar;
position: relative;
z-index: 3;
overflow: visible;
background-color: #f2f2f2;
box-shadow: 0 -3px 14px 2px #bbb;
min-height: var(--topbar-height);
display: flex;
justify-content: center;
align-items: center; }
.topbar .omnibox {
width: 90%;
max-width: 600px;
transition: opacity 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, width 0.25s ease, height 0.25s ease, max-width 0.25s ease, max-height 0.25s ease, margin 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-radius 0.25s ease;
display: grid;
grid-template-areas: "icon input stepthrough";
grid-template-columns: 34px auto max-content;
border-radius: 20px;
background-color: #fcfcfc;
border: 0;
line-height: 34px; }
.topbar .omnibox:before {
direction: ltr;
display: inline-block;
font-family: 'Material Icons';
font-size: 24px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1;
text-transform: none;
white-space: nowrap;
word-wrap: normal;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
content: "search";
margin: 5px;
color: #aaa;
grid-area: icon; }
.topbar .omnibox input {
grid-area: input;
border: 0;
padding: 0 10px;
font-size: 18px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
color: #666;
background-color: transparent; }
.topbar .omnibox input:focus {
outline: none; }
.topbar .omnibox input::placeholder {
color: #b4b7ba;
font-family: 'Raleway', sans-serif;
font-weight: 400; }
.topbar .omnibox.command-mode {
background-color: #111;
border-radius: 0;
width: 100%;
max-width: 100%;
margin-top: 0;
border-left: 1px solid #404854;
height: var(--topbar-height); }
.topbar .omnibox.command-mode input {
color: #9ddc67;
font-family: var(--monospace-font);
padding-left: 0; }
.topbar .omnibox.command-mode:before {
content: 'attach_money';
color: #9ddc67;
font-size: 26px;
padding-top: 5px; }
.topbar .omnibox.message-mode {
background-color: #e3e3e3;
border-radius: 4px; }
.topbar .omnibox.message-mode input::placeholder {
font-weight: 400;
font-family: var(--monospace-font);
color: #4d7ab3; }
.topbar .omnibox.message-mode:before {
content: 'bubble_chart'; }
.topbar .omnibox .stepthrough {
grid-area: stepthrough;
display: flex;
font: inherit;
font-size: 14px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
color: #aaa; }
.topbar .omnibox .stepthrough .current {
padding-right: 10px; }
.topbar .omnibox .stepthrough .material-icons.left {
border-right: #dad9d9 solid 1px; }
.topbar .progress {
position: absolute;
bottom: 0;
height: 1px;
width: 100%; }
.topbar .progress-anim:before {
content: '';
position: absolute;
background-color: #406cbf;
top: 0;
left: 0;
bottom: 0;
will-change: left, right;
animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
.topbar .progress-anim:after {
content: '';
position: absolute;
background-color: #406cbf;
top: 0;
left: 0;
bottom: 0;
will-change: left, right;
animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
animation-delay: 1.15s; }
@keyframes indeterminate {
0% {
left: -35%;
right: 100%; }
60% {
left: 100%;
right: -90%; }
100% {
left: 100%;
right: -90%; } }
@keyframes indeterminate-short {
0% {
left: -35%;
right: 100%; }
60% {
left: 100%;
right: -90%; }
100% {
left: 100%;
right: -90%; } }
.topbar .notification-btn {
transition: opacity 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, width 0.25s ease, height 0.25s ease, max-width 0.25s ease, max-height 0.25s ease, margin 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-radius 0.25s ease;
font-size: 16px;
padding: 8px 10px;
margin: 0 10px;
border-radius: 2px;
background: #b3bac1; }
.topbar .notification-btn:hover {
background: #cfd4d8; }
.topbar .notification-btn.preferred {
background: #1287fd;
color: #fff; }
.topbar .notification-btn.preferred:hover {
background: #44a1fd; }
.error {
position: absolute;
right: 10px;
color: #EF6C00; }
.error:hover {
cursor: pointer; }
.helpful-hint {
position: absolute;
z-index: 10;
right: 5px;
top: 5px;
width: 300px;
background-color: white;
font-size: 12px;
color: #3f4040;
display: grid;
border-radius: 5px;
padding: 8px;
box-shadow: 1px 3px 15px rgba(23, 32, 44, 0.3); }
.hint-text {
padding-bottom: 5px; }
.hint-dismiss-button {
color: #f4fafb;
background-color: #19212b;
width: fit-content;
padding: 3px;
border-radius: 3px; }
.hide-sidebar .command-mode {
padding-left: 48px; }
:root {
--record-text-color: #333; }
.record-page {
position: relative;
overflow-y: scroll;
background-color: #fefefe;
padding: 40px 20px; }
.record-container {
position: relative;
max-width: 900px;
min-height: 500px;
margin: auto;
border-radius: 5px;
box-shadow: 0 1px 2px 0 #aaa, 0 1px 3px 1px #eee;
background-color: #fff;
display: grid;
grid-template-columns: 2fr 5fr;
grid-template-rows: auto 1fr;
grid-template-areas: "header header" "sidebar section";
overflow: hidden;
z-index: 6; }
.hider {
transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, width 0.2s ease, height 0.2s ease, max-width 0.2s ease, max-height 0.2s ease, margin 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-radius 0.2s ease;
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #000;
opacity: 0.2;
z-index: 5; }
.record-header {
grid-area: header;
padding: 10px;
display: flex;
flex-direction: column;
border-bottom: 1px solid #eee; }
.record-header .top-part {
display: flex;
justify-content: space-between;
align-items: center; }
.record-header .top-part .button {
display: flex;
justify-content: flex-end;
align-items: center;
width: auto;
height: 50px;
margin: 0; }
.record-header .top-part .button > * {
transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, width 0.2s ease, height 0.2s ease, max-width 0.2s ease, max-height 0.2s ease, margin 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-radius 0.2s ease;
cursor: pointer;
border-radius: 10px;
margin: 10px;
text-align: center;
background-color: #eee;
font-family: 'Raleway', sans-serif;
font-size: 17px;
padding: 7px; }
@media (max-width: 1280px) {
.record-header .top-part .button > * {
font-size: 1.6vw; } }
.record-header .top-part .button > *:hover {
background-color: #d8ebc2;
box-shadow: 0 0 4px 0 #999; }
.record-header .top-part .button > *.selected {
background-color: #aed581;
box-shadow: 0 0 4px 0 #999; }
.record-header .top-part .button > *.disabled {
background-color: #f7f7f7; }
.record-header .top-part .target-and-status {
display: flex;
flex-direction: column;
justify-content: space-evenly; }
.record-header .top-part .target-and-status .target {
display: flex;
flex-direction: row;
align-items: center; }
.record-header .top-part .target-and-status label, .record-header .top-part .target-and-status select, .record-header .top-part .target-and-status button {
font-weight: 300;
margin: 3px;
color: #333;
font-size: 17px;
font-family: 'Roboto', sans-serif;
align-items: center; }
.record-header .top-part .target-and-status label.error-label, .record-header .top-part .target-and-status select.error-label, .record-header .top-part .target-and-status button.error-label {
max-width: 500px;
color: red;
font-size: 15px; }
.record-header .top-part .target-and-status .chip {
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
display: flex;
align-items: center;
border: 1px solid #eee;
outline: none;
margin: 4px;
border-radius: 20px;
padding: 4px;
height: 30px; }
.record-header .top-part .target-and-status .chip:hover, .record-header .top-part .target-and-status .chip:active {
box-shadow: 0 0 4px 0 #ccc;
background-color: #fafafa; }
.record-header .top-part .target-and-status .chip i {
margin: 3px;
align-items: center; }
.record-header .note {
border-radius: 3px;
margin-bottom: 5px;
background: #f9eeba;
padding: 10px;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 20px; }
.record-header select {
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
margin-left: 10px;
border-radius: 0;
border: 1px solid #eee;
outline: none; }
.record-header select:hover, .record-header select:active {
box-shadow: 0 0 6px #ccc; }
.record-menu {
grid-area: sidebar;
background-color: #fcfcfc;
border-right: 1px solid #eee;
padding-bottom: 1em; }
.record-menu .rec {
color: #ee3326; }
.record-menu header {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 700;
margin: 1em; }
.record-menu ul {
list-style-type: none;
margin: 0;
padding: 0; }
.record-menu a, .record-menu a:link, .record-menu a:visited {
text-decoration: none; }
.record-menu li {
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
height: 55px;
padding: 0 1em;
font-size: 15px;
letter-spacing: 0.5px;
font-family: 'Raleway', sans-serif;
font-weight: 600;
color: #666;
display: grid;
grid-template-columns: 50px 1fr;
grid-template-rows: 40px 1fr;
grid-template-areas: "icon title" "icon subtext";
cursor: pointer;
overflow: hidden; }
.record-menu li i {
margin: auto;
border-radius: 100%;
font-size: 32px;
width: 38px;
height: 38px;
padding: 3px;
background: #eee;
grid-area: icon; }
.record-menu li .title {
transition: line-height .25s ease;
grid-area: title;
line-height: 55px;
display: block; }
.record-menu li .sub {
transition: opacity 0.5s ease, color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease, width 0.5s ease, height 0.5s ease, max-width 0.5s ease, max-height 0.5s ease, margin 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease, border-radius 0.5s ease;
grid-area: subtext;
font-size: 10px;
line-height: 12.5px;
margin-top: -5px;
opacity: 0; }
.record-menu li:hover {
background-color: #e6e6e6; }
.record-menu li:hover .title {
line-height: 50px; }
.record-menu li:hover .sub {
opacity: 1;
transition-duration: 0.25s;
transition-delay: 0.0s; }
.record-menu li.active {
background-color: #75aaf0; }
.record-menu li.active .title, .record-menu li.active .sub {
color: white; }
.record-menu.disabled {
opacity: 0.50;
pointer-events: none; }
.record-section {
grid-area: section;
background: #fff;
transition: opacity 0.25s ease;
opacity: 0;
display: none;
--record-section-padding: 20px; }
.record-section:not(.active) {
max-height: 0; }
.record-section.active {
display: block;
opacity: 1; }
.record-section .config {
height: auto;
width: 100%;
padding: 0;
display: flex;
align-items: center; }
.record-section .config:nth-of-type(2n) {
background-color: #e7e7e7; }
.record-section .parsing-errors {
padding: 1em;
border: 1px solid #dc143c;
color: #dc143c; }
.record-section .title-config {
display: inline-block;
margin: var(--record-section-padding);
flex-grow: 1;
word-break: break-all; }
.record-section .config-button {
border-radius: 100%;
margin-right: 10px;
text-align: center;
justify-items: center;
font-family: 'Raleway', sans-serif;
padding: 7px; }
.record-section .config-button:hover:enabled {
box-shadow: 0 0 3px 0 #aaa; }
.record-section .config-button:not(:enabled) {
background-color: #d4d4d4;
color: gray; }
.record-section .config-button.load:enabled {
background-color: #aed581; }
.record-section .config-button.delete {
background-color: #d58181; }
.record-section .config-button.save.long {
width: 160px; }
.record-section .config-button.save:enabled {
background-color: #81bdd5; }
.record-section .config-button.reset {
width: 300px;
background-color: #d58181; }
.record-section .reset-wrapper {
padding: 1em; }
.record-section .input-config {
margin-top: 20px;
margin-bottom: 20px;
display: flex;
align-items: center;
padding: 0; }
.record-section .input-config input {
border-radius: 20px;
border: 1px solid #eee;
line-height: 36px;
padding: 0 10px;
font-size: 18px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
color: #666;
flex-grow: 1;
margin-right: 10px;
margin-left: 10px;
background-color: transparent; }
.record-section .input-config input:focus {
outline: none; }
.record-section .input-config input::placeholder {
color: #b4b7ba;
font-family: 'Raleway', sans-serif;
font-weight: 400; }
.record-section > * {
padding-left: var(--record-section-padding);
padding-right: var(--record-section-padding); }
.record-section > *:first-child {
padding-top: 20px; }
.record-section > *:last-child {
padding-bottom: 20px; }
.record-section > header {
text-align: center;
font-family: 'Raleway', sans-serif;
font-size: 20px;
padding: 15px 10px;
color: #333;
letter-spacing: 0.5px; }
.record-section .hide {
opacity: 0;
visibility: hidden; }
.record-section .probe {
display: grid;
grid-template-rows: 40px 1fr;
grid-template-columns: 220px 1fr;
grid-template-areas: "label label" "img descr";
transition: color 0.2s ease;
padding-top: var(--record-section-padding);
padding-bottom: var(--record-section-padding); }
.record-section .probe.compact {
padding-top: 10px;
padding-bottom: 10px; }
.record-section .probe:nth-of-type(2n) {
background-color: #f9f9f9; }
.record-section .probe > img {
transition: filter 0.2s ease, opacity 0.2s ease;
grid-area: img;
width: 210px;
box-sizing: content-box;
cursor: pointer;
opacity: 0.5;
filter: saturate(0.15); }
.record-section .probe:hover > img {
opacity: 1; }
.record-section .probe:hover > label {
color: #333; }
.record-section .probe:hover > label input[type=checkbox]::after {
background: #5c9fd6; }
.record-section .probe > label {
grid-area: label;
cursor: pointer;
font-family: 'Roboto' , sans-serif;
font-size: 20px;
font-weight: 400;
color: #999; }
.record-section .probe > label input[type=checkbox] {
-moz-appearance: none;
-webkit-appearance: none;
cursor: pointer;
margin: 0 10px 0 3px;
position: relative;
display: inline-block;
height: 20px;
width: 44px;
background: #89898966;
border-radius: 100px;
transition: all 0.3s ease;
overflow: visible;
vertical-align: middle; }
.record-section .probe > label input[type=checkbox]:focus {
outline: none; }
.record-section .probe > label input[type=checkbox]::after {
position: absolute;
left: -2px;
top: -3px;
display: block;
width: 26px;
height: 26px;
border-radius: 100px;
background: #f5f5f5;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
content: '';
transition: all 0.3s ease; }
.record-section .probe > label input[type=checkbox]:checked {
background: #8398b7; }
.record-section .probe > label input[type=checkbox]:focus::after {
background: #5c9fd6; }
.record-section .probe > label input[type=checkbox]:checked::after {
left: 20px;
background: #27303d; }
.record-section .probe > div {
grid-area: descr;
font-size: 14px;
font-weight: 200;
min-height: 50px;
color: var(--record-text-color);
line-height: 20px; }
.record-section .probe .probe-config {
transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, height 0.3s ease, max-width 0.3s ease, max-height 0.3s ease, margin 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease;
opacity: 0;
visibility: hidden;
margin: 10px 10px 0 0;
max-height: 0; }
.record-section .probe.enabled .probe-config {
opacity: 1;
visibility: visible;
max-height: 100vh; }
.record-section .probe.enabled > label span {
color: #4e80b7; }
.record-section .probe.enabled > img {
filter: saturate(1);
opacity: 1; }
.record-section .toggle {
transition: color 0.2s ease;
padding-top: var(--record-section-padding); }
.record-section .toggle:hover > img {
opacity: 1; }
.record-section .toggle:hover > label {
color: #333; }
.record-section .toggle:hover > label input[type=checkbox]::after {
background: #5c9fd6; }
.record-section .toggle > label {
cursor: pointer;
font-size: 14px;
color: var(--record-text-color); }
.record-section .toggle > label input[type=checkbox] {
-moz-appearance: none;
-webkit-appearance: none;
cursor: pointer;
margin: 0 12px 0 2px;
position: relative;
display: inline-block;
height: 10px;
width: 22px;
background: #89898966;
border-radius: 100px;
transition: all 0.3s ease;
overflow: visible;
vertical-align: middle; }
.record-section .toggle > label input[type=checkbox]:focus {
outline: none; }
.record-section .toggle > label input[type=checkbox]::after {
position: absolute;
left: -5px;
top: -5px;
display: block;
width: 20px;
height: 20px;
border-radius: 100px;
background: #f5f5f5;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
content: '';
transition: all 0.3s ease; }
.record-section .toggle > label input[type=checkbox]:checked {
background: #8398b7; }
.record-section .toggle > label input[type=checkbox]:focus::after {
background: #5c9fd6; }
.record-section .toggle > label input[type=checkbox]:checked::after {
left: 12px;
background: #27303d; }
.record-section .toggle > div.descr {
font-size: 12px;
color: #666; }
.record-section .record-mode {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-areas: ". . .";
grid-template-rows: 1fr;
padding-top: 0; }
.record-section .record-mode input[type=radio] {
appearance: none;
-webkit-appearance: none;
display: none; }
.record-section .record-mode > * {
transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, width 0.2s ease, height 0.2s ease, max-width 0.2s ease, max-height 0.2s ease, margin 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-radius 0.2s ease;
cursor: pointer;
border-radius: 15px;
margin: 5px;
text-align: center;
background-color: #eee;
font-family: 'Raleway', sans-serif;
font-size: 20px;
padding-bottom: 10px; }
@media (max-width: 1280px) {
.record-section .record-mode > * {
font-size: 1.6vw; } }
.record-section .record-mode > *:hover {
background-color: #d8ebc2;
box-shadow: 0 0 4px 0 #999; }
.record-section .record-mode > *.selected {
background-color: #aed581;
box-shadow: 0 0 4px 0 #999; }
.record-section .record-mode > * img {
width: 100%; }
.record-section .slider {
transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, height 0.3s ease, max-width 0.3s ease, max-height 0.3s ease, margin 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease;
display: grid;
grid-template-columns: 40px 1fr 130px 0;
grid-template-rows: 30px min-content 1fr;
grid-template-areas: "hdr hdr hdr hdr" "descr descr descr descr" "icon slider label unit";
margin-top: var(--record-section-padding); }
.record-section .slider.thin {
grid-template-columns: 1fr 1fr 100px 0;
grid-template-areas: "hdr hdr hdr hdr" "descr descr descr descr" "slider slider label unit"; }
.record-section .slider.greyed-out {
opacity: 0.5; }
.record-section .slider > * {
height: 40px;
line-height: 40px; }
.record-section .slider > header {
transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, height 0.3s ease, max-width 0.3s ease, max-height 0.3s ease, margin 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease;
opacity: 0.6;
color: #333;
grid-area: hdr; }
.record-section .slider.thin > header {
opacity: 1;
color: var(--record-text-color);
font-size: 14px; }
.record-section .slider.thin > header.descr {
grid-area: descr;
font-size: 12px;
color: #666;
height: 20px;
line-height: 20px; }
.record-section .slider:hover > header {
opacity: 1;
transition-duration: 0.15s; }
.record-section .slider > i {
grid-area: icon;
font-size: 32px;
color: #333; }
.record-section .slider input[type=range] {
grid-area: slider;
width: 100%;
appearance: none;
-webkit-appearance: none;
scroll-snap-type: x mandatory;
background-color: transparent;
outline: none;
margin-left: -10px;
margin-top: -5px; }
.record-section .slider input[type=range]::-webkit-slider-runnable-track {
margin: 10px;
width: 100%;
height: 10px;
background-color: #ddd;
border-radius: 4px; }
.record-section .slider input[type=range]::-webkit-slider-thumb {
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
appearance: none;
-webkit-appearance: none;
border: none;
border-radius: 3px;
height: 20px;
width: 40px;
background-color: #2196f3;
margin-top: -5px;
cursor: pointer;
content: ""; }
.record-section .slider input[type=range]:hover::-webkit-slider-thumb, .record-section .slider input[type=range]:focus::-webkit-slider-thumb {
box-shadow: 0 0 4px #105186;
transform: scale(1, 1.1); }
.record-section .slider.thin input[type=range]::-webkit-slider-runnable-track {
height: 8px; }
.record-section .slider.thin input[type=range]::-webkit-slider-thumb {
width: 20px;
border-radius: 100%; }
.record-section .slider .spinner {
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
grid-area: label;
border: 1px solid #fafafa;
border-bottom: 2px solid #ddd;
padding: 0 5px;
border-radius: 2px;
background-color: white;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 100;
height: 35px;
outline: none; }
.record-section .slider .spinner::-webkit-inner-spin-button, .record-section .slider .spinner::-webkit-outer-spin-button, .record-section .slider .spinner::-webkit-clear-button {
-webkit-appearance: none;
margin: 0; }
.record-section .slider .spinner:hover, .record-section .slider .spinner:focus {
border-bottom-color: #2094f3;
background-color: #f4f8fb; }
.record-section .slider .spinner:invalid {
border-bottom-color: #f34020;
background-color: #fbf5f4; }
.record-section .slider.thin .spinner {
font-size: 14px;
margin-top: -5px; }
.record-section .slider .unit {
grid-area: unit;
font-size: 12px;
color: var(--record-text-color);
position: relative;
line-height: 37px;
overflow: hidden;
width: 35px;
left: -45px;
text-align: right;
margin-top: -5px; }
.record-section .chrome-categories {
margin: var(--record-section-padding) 0;
display: flex;
flex-direction: row; }
.record-section .chrome-categories .categories-list {
width: 50%; }
.record-section .dropdown {
border: 1px solid #eee;
outline: none;
-webkit-appearance: none; }
.record-section .dropdown option, .record-section .dropdown optgroup {
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
min-height: 25px;
font-size: 12px;
color: var(--record-text-color);
cursor: pointer;
padding: 5px 0; }
.record-section .dropdown option {
padding: 2.5px 5px;
border-bottom: 1px solid #eee; }
.record-section .dropdown option:hover {
background-color: #d1e3fa; }
.record-section .dropdown option::before {
display: none;
content: ''; }
.record-section .dropdown.singlecolumn {
margin: var(--record-section-padding) 0;
padding: 0;
max-width: 100%;
width: 100%;
overflow-y: auto;
height: 400px; }
.record-section .dropdown.singlecolumn optgroup {
display: grid;
padding: 0;
grid-template-columns: 1fr; }
.record-section .dropdown.singlecolumn option {
margin: 0; }
.record-section .dropdown.multicolumn {
padding: 0;
max-width: 100%;
width: 100%;
overflow-y: auto; }
.record-section .dropdown.multicolumn optgroup {
display: grid;
padding: 0;
grid-template-columns: 1fr 1fr 1fr; }
.record-section .dropdown.multicolumn option {
margin: 0; }
.record-section .dropdown.multicolumn option:nth-of-type(3n + 1) {
border-left: 1px solid #eee;
border-right: 1px solid #eee; }
.record-section .dropdown.multicolumn.two-columns {
height: 400px;
margin: var(--record-section-padding); }
.record-section .dropdown.multicolumn.two-columns optgroup {
display: grid;
padding: 0;
grid-template-columns: 1fr 1fr; }
.record-section .dropdown.multicolumn.two-columns option {
margin: 0; }
.record-section .dropdown.multicolumn.two-columns option:nth-of-type(2n + 1) {
border-left: 1px solid #eee;
border-right: 1px solid #eee; }
.record-section .atrace-categories {
height: 227px; }
.record-section .ftrace-events {
height: 152px; }
.record-section textarea.extra-input {
width: 100%;
height: 60px;
border: 1px solid #eee;
resize: none;
outline: none;
font-family: var(--monospace-font); }
.record-section textarea.extra-input::placeholder {
color: #aaa; }
.record-section .code-snippet {
display: grid;
position: relative;
padding: 0;
margin: var(--record-section-padding);
background-color: #111;
border-radius: 4px;
box-shadow: 0 0 12px #999; }
@keyframes ripple {
0% {
transform: scale(1); }
30% {
transform: scale(1.2); }
60% {
transform: scale(1); }
80% {
transform: scale(1.3); }
100% {
transform: scale(1.2); } }
.record-section .code-snippet::before {
height: 20px;
content: "";
display: block;
background-color: #598eca; }
.record-section .code-snippet.no-top-bar {
white-space: pre; }
.record-section .code-snippet.no-top-bar::before {
height: 0; }
.record-section .code-snippet > code {
display: block;
margin: 10px 5px 20px 20px;
color: #ccc;
font-family: var(--monospace-font);
font-size: 12px;
line-height: 20px;
overflow-y: auto;
white-space: pre-wrap;
word-wrap: break-word;
max-height: 510px; }
.record-section .code-snippet > button {
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
display: inline-block;
position: absolute;
top: 30px;
right: 20px;
color: white;
border-radius: 100%;
background-color: #333;
box-shadow: 0 0 2px white;
padding: 5px;
font-size: 16px;
line-height: 13px;
user-select: none; }
.record-section .code-snippet > button:hover {
background-color: #444;
transform: scale(1.1); }
.record-section .code-snippet:active:hover > button:not(:hover) {
animation: ripple linear 0.5s;
background-color: #701d17;
transform: scale(1.1); }
.record-section .code-snippet > button:active:hover {
transform: scale(0.9); }
.record-section.instructions label, .record-section.instructions select {
font-weight: 100;
color: #333;
font-size: 16px;
font-family: 'Roboto', sans-serif; }
.record-section.instructions .note {
border: 1px dashed #ddd;
background: #f9eeba;
margin: var(--record-section-padding);
padding: 10px;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 20px; }
.record-section.instructions select {
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
margin-left: 10px;
border-radius: 0;
border: 1px solid #eee;
outline: none; }
.record-section.instructions select:hover, .record-section.instructions select:active {
box-shadow: 0 0 6px #ccc; }
.record-section.instructions .buttons {
display: flex;
justify-content: center;
align-items: center;
width: auto;
height: 70px; }
.record-section.instructions .buttons > * {
transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, width 0.2s ease, height 0.2s ease, max-width 0.2s ease, max-height 0.2s ease, margin 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-radius 0.2s ease;
cursor: pointer;
border-radius: 10px;
text-align: center;
margin: 3px;
background-color: #eee;
font-family: 'Raleway', sans-serif;
flex-grow: 1;
font-size: 17px;
padding: 7px; }
@media (max-width: 1280px) {
.record-section.instructions .buttons > * {
font-size: 1.6vw; } }
.record-section.instructions .buttons > *:hover {
background-color: #d8ebc2;
box-shadow: 0 0 4px 0 #999; }
.record-section.instructions .buttons > *.selected {
background-color: #aed581;
box-shadow: 0 0 4px 0 #999; }
.record-section.instructions .permalinkconfig {
margin: var(--record-section-padding);
height: 40px;
max-width: 200px;
border-radius: 10px;
text-align: center;
justify-items: center;
font-family: 'Raleway', sans-serif;
padding: 7px;
background-color: #aed581; }
.record-section.instructions .permalinkconfig:hover {
box-shadow: 0 0 4px 0 #999; }
.record-section.instructions progress {
-webkit-appearance: none;
appearance: none;
width: 600px;
height: 30px;
margin: var(--record-section-padding);
border-radius: 5px; }
.record-section.instructions ::-webkit-progress-value {
background-color: #aed581; }
.record-section.instructions ::-webkit-progress-bar {
background-color: #eee; }
.inline-chip {
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
line-height: 25px;
font-size: smaller;
padding: 2px 4px;
border: 1px solid #eee;
margin: 2px;
border-radius: 9px; }
.inline-chip:hover, .inline-chip:active {
box-shadow: 0 0 2px 0 #ccc;
background-color: #fafafa; }
.inline-chip > i.material-icons {
color: #3c3c3c;
font-size: 14px; }
a.inline-chip, a.inline-chip:link, a.inline-chip:visited {
text-decoration: none;
color: var(--record-text-color); }
/**************************\
Basic Modal Styles
\**************************/
.modal {
font-family: 'Raleway', sans-serif; }
.modal-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: center;
align-items: center;
z-index: 999; }
.modal-container {
background-color: #fff;
padding: 30px;
max-width: 90vw;
max-height: 90vh;
border-radius: 4px;
overflow-y: auto;
box-sizing: border-box; }
.modal-header {
display: flex;
justify-content: space-between;
align-items: center; }
.modal-title {
margin-top: 0;
margin-bottom: 0;
font-family: 'Raleway', sans-serif;
font-weight: 600;
font-size: 1.25rem;
line-height: 1.25;
color: #262f3c;
box-sizing: border-box; }
.modal-close {
background: transparent;
border: 0; }
.modal-header .modal-close:before {
content: "\2715"; }
.modal-content {
margin-top: 2rem;
margin-bottom: 2rem;
line-height: 1.5;
color: rgba(0, 0, 0, 0.8); }
.modal-btn {
font-size: .875rem;
padding-left: 1rem;
padding-right: 1rem;
padding-top: .5rem;
padding-bottom: .5rem;
background-color: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
border-radius: .25rem;
border-style: none;
border-width: 0;
cursor: pointer;
-webkit-appearance: button;
text-transform: none;
overflow: visible;
line-height: 1.15;
margin: 5px;
will-change: transform;
-moz-osx-font-smoothing: grayscale;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: transform .25s ease-out; }
.modal-btn:focus, .modal-btn:hover {
transform: scale(1.05); }
.modal-btn-primary {
background-color: #262f3c;
color: #fff; }
.modal-footer {
display: flex;
justify-content: space-around; }
/**************************\
Demo Animation Style
\**************************/
@keyframes mmfadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
@keyframes mmfadeOut {
from {
opacity: 1; }
to {
opacity: 0; } }
@keyframes mmslideIn {
from {
transform: translateY(15%); }
to {
transform: translateY(0); } }
@keyframes mmslideOut {
from {
transform: translateY(0); }
to {
transform: translateY(-10%); } }
.micromodal-slide {
display: none; }
.micromodal-slide.is-open {
display: block; }
.micromodal-slide[aria-hidden="false"] .modal-overlay {
animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }
.micromodal-slide[aria-hidden="false"] .modal-container {
animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }
.micromodal-slide[aria-hidden="true"] .modal-overlay {
animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }
.micromodal-slide[aria-hidden="true"] .modal-container {
animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }
.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
will-change: transform; }
.help table {
margin-bottom: 15px; }
.help table td {
min-width: 250px; }
.help table td:first-child {
font-family: var(--monospace-font); }
.help h2 {
font: inherit;
font-weight: bold; }
.modal-pre {
white-space: pre-line;
font-size: 13px; }
.modal-logs, .modal-bash {
white-space: pre-wrap;
border: 1px solid #999;
background: #eee;
font-size: 10px;
font-family: var(--monospace-font);
margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
max-height: 40vh;
overflow: scroll; }
.modal-bash {
margin: 0;
padding: 5px 0;
overflow: auto;
min-height: 0; }
.modal-textarea {
display: block;
margin-top: 10px;
margin-bottom: 10px;
width: 100%; }
.modal-small {
font-size: 11px; }
.details-content {
display: grid;
grid-template-rows: auto 1fr; }
.details-content .handle {
background-color: #f2f2f2;
border: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: none;
cursor: row-resize;
height: 28px;
min-height: 28px;
display: grid;
grid-auto-columns: 1fr 60px;
grid-template-areas: "tabs buttons"; }
.details-content .handle .tabs {
display: flex;
grid-area: tabs;
overflow: hidden; }
.details-content .handle .tabs .tab {
font-family: 'Roboto Condensed', sans-serif;
color: #3c4b5d;
padding: 3px 10px 0 10px;
margin-top: 3px;
font-size: 13px;
border-radius: 5px 5px 0 0;
background-color: #bfbfbf;
border-top: solid 1px #bfbfbf;
border-left: solid 1px #bfbfbf;
border-right: solid 1px #bfbfbf;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; }
.details-content .handle .tabs .tab[active] {
background-color: white; }
.details-content .handle .tabs .tab[active]:hover {
cursor: default;
background-color: white; }
.details-content .handle .tabs .tab:hover {
cursor: pointer;
background-color: #d9d9d9; }
.details-content .handle i.material-icons {
font-size: 24px;
margin-right: 5px;
margin-top: 1px; }
.details-content .handle i.material-icons:hover {
cursor: pointer; }
.details-content .handle i.material-icons[disabled] {
color: #dbdbdb; }
.details-content .handle i.material-icons[disabled]:hover {
cursor: default; }
.details-content .handle .buttons {
grid-area: buttons;
text-align: right; }
.details-content .handle .handle-title {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
color: #3c4b5d;
margin-left: 5px;
padding: 5px;
font-size: 13px; }
.details-panel {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
color: #3c4b5d; }
.details-panel .material-icons {
transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, height 0.3s ease, max-width 0.3s ease, max-height 0.3s ease, margin 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease;
font-size: 16px;
margin-left: 5px; }
.details-panel .material-icons:hover {
cursor: pointer; }
.details-panel .material-icons.grey {
border-radius: 3px;
border: 1px solid transparent;
background-color: #e8e8e8; }
.details-panel .material-icons.grey:hover {
border: #475566 solid 1px; }
.details-panel .details-panel-heading {
padding: 10px 0 5px 0;
position: sticky;
top: 0;
display: flex;
background: white; }
.details-panel .details-panel-heading.aggregation {
padding-top: 5px;
display: grid;
grid-template-areas: "description range" "heading heading";
grid-template-columns: 1fr auto; }
.details-panel .details-panel-heading.aggregation .states {
font-size: 11px;
margin: 0 10px 2px 10px;
display: flex;
overflow: hidden; }
.details-panel .details-panel-heading.aggregation .states .state {
height: 20px;
line-height: 20px;
padding-left: 3px;
padding-right: 3px;
border-left: white 1px solid; }
.details-panel .details-panel-heading.aggregation .states .state:hover {
min-width: fit-content; }
.details-panel .details-panel-heading.aggregation .time-range {
text-align: right;
font-size: 11px;
font-weight: 400;
margin-right: 5px; }
.details-panel .details-panel-heading.aggregation table {
grid-area: heading; }
.details-panel .details-panel-heading.aggregation th {
cursor: pointer; }
.details-panel .details-panel-heading.aggregation th .material-icons {
margin-left: 2px;
font-size: 18px; }
.details-panel .details-panel-heading h2 {
font-size: 16px;
font-weight: 400;
padding: 0 10px; }
.details-panel .details-panel-heading h2.split {
width: 50%; }
.details-panel .details-panel-heading.flamegraph-profile {
display: flex;
justify-content: space-between;
align-content: center;
height: 30px;
padding: 0;
font-size: 12px; }
.details-panel .details-panel-heading.flamegraph-profile * {
align-self: center; }
.details-panel .details-panel-heading.flamegraph-profile .options {
display: inline-flex;
justify-content: space-around; }
.details-panel .details-panel-heading.flamegraph-profile .details {
display: inline-flex;
justify-content: flex-end; }
.details-panel .details-panel-heading.flamegraph-profile button {
width: fit-content;
height: 20px;
padding: 3px;
padding-top: 0;
margin: 2px;
font-size: 12px;
opacity: 0.5; }
.details-panel .details-panel-heading.flamegraph-profile button.download {
opacity: 1;
padding-top: 3px;
height: 21px; }
.details-panel .details-panel-heading.flamegraph-profile button.chosen {
opacity: 1; }
.details-panel .details-panel-heading.flamegraph-profile button .material-icons {
font-size: 15px;
margin-right: 3px; }
.details-panel .details-panel-heading.flamegraph-profile .title {
justify-self: start;
margin-left: 5px;
font-size: 14px;
margin-right: 10px; }
.details-panel .details-panel-heading.flamegraph-profile .time {
justify-self: end;
margin-right: 10px; }
.details-panel .details-panel-heading.flamegraph-profile .selected {
justify-self: end;
margin-right: 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 200px; }
.details-panel table {
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
font-size: 14px;
line-height: 18px;
width: 100%;
table-layout: fixed;
word-wrap: break-word;
padding: 0 10px; }
.details-panel table tr:hover {
background-color: #e0e5eb; }
.details-panel table th {
text-align: left;
width: 30%;
font-weight: normal; }
.details-panel table .array-index {
text-align: right; }
.details-panel .auto-layout {
table-layout: auto; }
.details-panel button {
background-color: #262f3c;
color: #fff;
font-size: 0.875rem;
padding-left: 1rem;
padding-right: 1rem;
padding-top: .5rem;
padding-bottom: .5rem;
border-radius: .25rem;
margin-top: 12px;
margin-left: 10px; }
.flow-link:hover {
cursor: pointer;
text-decoration: underline; }
.flow-info i.material-icons {
color: #3c5688; }
.warning {
position: relative;
font-size: 13px;
color: #f5b800; }
.warning i.material-icons {
font-size: 13px; }
.warning .tooltip {
visibility: hidden;
background-color: white;
color: #3f4040;
box-shadow: 1px 3px 15px rgba(23, 32, 44, 0.3);
padding: 4px;
border-radius: 4px;
text-align: center;
white-space: nowrap;
position: absolute;
z-index: 1;
top: -5px;
left: 105%; }
.warning:hover .tooltip {
visibility: visible; }
.flow-button {
color: #3c5688; }
table.half-width {
max-width: 50%; }
.notes-editor-panel {
padding: 10px;
display: flex;
flex-direction: column;
height: 100%;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
color: #3c4b5d; }
.notes-editor-panel .notes-editor-panel-heading-bar {
display: flex;
padding-bottom: 8px;
font-size: 14px; }
.notes-editor-panel .notes-editor-panel-heading-bar .notes-editor-panel-heading {
padding-top: 3px; }
.notes-editor-panel .notes-editor-panel-heading-bar input {
vertical-align: middle; }
.notes-editor-panel button {
background: #262f3c;
color: white;
border-radius: 10px;
font-size: 10px;
height: 22px;
line-height: 18px;
min-width: 7em;
margin: auto 0 auto 1rem; }
.notes-editor-panel input[type=text] {
flex-grow: 1;
border-radius: 4px;
border: 1px solid #dcdcdc;
padding: 3px;
margin: 0 10px; }
.notes-editor-panel input[type=text]:focus {
outline: none;
box-shadow: 1px 1px 1px rgba(23, 32, 44, 0.3); }
.sum {
font-weight: bolder;
font-size: 12px; }
.sum .sum-data {
border-bottom: 1px solid rgba(60, 76, 92, 0.4); }
.log-panel {
width: 100%;
height: 100%;
display: grid;
grid-template-rows: auto 1fr;
font-family: 'Roboto Condensed', sans-serif; }
.log-panel header {
position: sticky;
top: 0;
z-index: 1;
background-color: white;
color: #3c4b5d;
padding: 5px; }
.log-panel header.stale {
color: grey; }
.log-panel .rows {
position: relative;
direction: ltr;
width: 100%; }
.log-panel .rows .row {
transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
position: absolute;
width: 100%;
height: 20px;
line-height: 20px;
background-color: white; }
.log-panel .rows .row.D {
color: #527a53; }
.log-panel .rows .row.V {
color: #3d5c3e; }
.log-panel .rows .row.I {
color: #333333; }
.log-panel .rows .row.W {
color: #b8952e; }
.log-panel .rows .row.E {
color: #f44034; }
.log-panel .rows .row.F {
color: #9b27b0; }
.log-panel .rows .row.stale {
color: #aaa; }
.log-panel .rows .row:nth-child(even) {
background-color: #eff2f5; }
.log-panel .rows .row:hover {
background-color: #e0e5eb; }
.log-panel .rows .row .cell {
font-size: 11px;
font-family: var(--monospace-font);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-left: 10px;
padding-right: 10px;
display: inline-block; }
.log-panel .rows .row .cell:first-child {
padding-left: 5px; }
.log-panel .rows .row .cell:last-child {
padding-right: 5px; }
.log-panel .rows .row .cell:nth-child(1) {
width: 110px;
text-overflow: clip;
text-align: right; }
.log-panel .rows .row .cell:nth-child(2) {
width: 20px; }
.log-panel .rows .row .cell:nth-child(3) {
width: 15%; }
.log-panel .rows .row .cell:nth-child(4) {
width: calc(100% - 110px - 20px - 15%); }
.log-panel .rows .row .cell:only-child {
width: 100%; }
.trace-info-page {
overflow-y: auto;
overflow-x: hidden;
padding: 0 20px; }
.trace-info-page section {
margin: 20px auto;
max-width: 800px;
font-size: 1rem;
padding: 20px;
border-radius: 8px; }
.trace-info-page section.errors {
background-color: #F3E5F5; }
.trace-info-page section .metric-error {
font-family: var(--monospace-font);
font-size: 12px;
padding: 5px;
word-break: break-all; }
.trace-info-page section h2 {
font-family: 'Raleway', sans-serif;
font-weight: 400;
letter-spacing: 0.25px;
font-size: 2rem;
margin-bottom: 1rem; }
.trace-info-page section h3 {
font-size: 0.9rem;
font-weight: 400;
line-height: 1.25rem;
margin: 10px 0;
color: #333; }
.trace-info-page section .contextual-help {
font-size: 18px;
margin-left: 10px;
color: #43a047;
cursor: default; }
.trace-info-page section table {
border-spacing: 4px 1px; }
.trace-info-page section table thead td {
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #333;
font-weight: 500; }
.trace-info-page section table tr td {
min-height: 20px; }
.trace-info-page section table tbody tr:nth-child(2n + 1) td {
background-color: rgba(0, 0, 0, 0.04); }
.trace-info-page section table tbody td {
font-family: var(--monospace-font);
font-size: 12px;
padding: 5px;
word-break: break-all;
white-space: pre-wrap; }
.trace-info-page section table tbody td:first-of-type {
font-weight: 800; }
.flags-page {
overflow-y: scroll; }
.flags-content {
max-width: 90ch;
width: 60%;
margin: 0 auto;
padding: 3rem;
display: grid;
grid-row-gap: 1rem; }
.flags-content h1 {
font-size: larger; }
.flags-content button {
background: none;
border: 1px solid #dadce0;
border-radius: 3px;
color: #1967d2;
font-size: .8125rem;
padding: 8px 12px;
cursor: pointer;
font-weight: 500; }
.flag-widget {
display: grid;
grid-template: "title control" auto "description control" auto / 1fr auto;
row-gap: 0.5rem;
align-content: center; }
.flag-widget select {
grid-area: control;
background: white;
border: 1px solid #1967d2;
color: #1967d2;
font-size: .8125rem;
height: 1.625rem;
letter-spacing: .01em;
max-width: 150px;
text-align-last: center;
width: 100%; }
.flag-widget label {
font-weight: bold; }
.flag-widget .description {
font-size: smaller; }