.logs-checks-card {
  font-family: "Segoe UI", "-apple-system", BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-left: 20px;
  margin-right: 20px; }

.run-logs-view {
  width: 100%; }
  .run-logs-view .left {
    width: 320px; }
  .run-logs-view .find-result {
    min-width: 100px;
    margin: 8px 12px 0px 9px; }
  .run-logs-view .bolt-header-icon {
    cursor: pointer; }
  .run-logs-view .log-header {
    padding-right: 20px;
    padding-bottom: 16px; }
    @media screen and (max-width: 599px) {
      .run-logs-view .log-header {
        flex-direction: column; } }
  .run-logs-view .log-header-button {
    font-family: "Segoe UI", "-apple-system", BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.reader-actions, .find-area {
  padding-top: 4px;
  padding-bottom: 4px; }
  @media screen and (max-width: 599px) {
    .reader-actions, .find-area {
      margin-left: 8px; } }

.find-area {
  margin-left: 7px;
  display: none; }
  .find-area.active {
    display: flex; }
  .find-area.error .find-box {
    border-color: rgba(218, 10, 0, 1);
    border-color: var(--status-error-text,rgba(218, 10, 0, 1)); }
  .find-area.error .find-result {
    color: rgba(218, 10, 0, 1);
    color: var(--status-error-text,rgba(218, 10, 0, 1)); }
  @media screen and (max-width: 599px) {
    .find-area {
      margin-left: 0; } }

.run-logs-tree .is-job {
  margin-left: 10px; }

.run-logs-tree .run-tree-cell {
  height: 40px; }

.run-logs-tree .job-name-area {
  margin-right: 20px; }

.run-logs-tree .job-duration {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }

.run-logs-tree .system-task {
  color: rgba( 200, 200, 200 ,  1 );
  color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }

.logs-view {
  width: 100%;
  height: 100%;
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  color: rgba( 51, 51, 51 ,  1 );
  color: rgba( var(--palette-neutral-80,51, 51, 51) ,  1 );
  font-family: Menlo, Consolas, Courier New, monospace;
  font-size: 0.75rem; }
  .logs-view .system-task {
    color: rgba( 200, 200, 200 ,  1 );
    color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }

.job-header {
  margin-left: 12px;
  font-family: "Segoe UI", "-apple-system", BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .job-header .status {
    margin-top: 2px;
    margin-right: 16px; }
  @media screen and (max-width: 599px) {
    .job-header {
      margin-left: 0; } }

.log-reader {
  margin: 16px 0px 0px 0px;
  padding-bottom: 24px; }
  @media screen and (max-width: 599px) {
    .log-reader {
      margin: 0; } }

.empty-sec {
  margin-top: 25px; }

.attempt-message {
  overflow: visible; }

.log-floater {
  position: absolute;
  bottom: 16px;
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  right: 24px;
  z-index: 1;
  opacity: 0.6;
  transition: 0.3s; }
  .log-floater .first {
    margin-right: 16px; }
  .log-floater:hover {
    opacity: 1; }

.xs-master-panel-full {
  width: 100%; }
