/*!
  Theme: Default
  Description: Original highlight.js style
  Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
  Maintainer: @highlightjs/core-team
  Website: https://highlightjs.org/
  License: see project LICENSE
  Touched: 2021
*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#f3f3f3;color:#444}.hljs-comment{color:#697070}.hljs-punctuation,.hljs-tag{color:#444a}.hljs-tag .hljs-attr,.hljs-tag .hljs-name{color:#444}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{font-weight:700}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-template-tag,.hljs-type{color:#800}.hljs-section,.hljs-title{color:#800;font-weight:700}.hljs-link,.hljs-operator,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#ab5656}.hljs-literal{color:#695}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#38a}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */


body {
  font-family: sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}

hr {
  margin: 60px auto;
  border: 1px solid #ccc;
  border-bottom: none;
}

.home-container {
  margin: 40px auto;
  max-width: 960px;
}

.header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 14px;
  color: #666;
}

.header input {
  border: none;
  margin-left: auto;
  background: none;
  text-decoration: underline;
  font-size: 14px;
  color: #666;
}

.header input:hover {
  cursor: pointer;
  color: #333;
  background: none;
}

pre {
  margin: 0
}

.webhooks-container {
  display: flex;
  padding: 20px;
}

.webhooks-list {
  margin-right: 20px;
  flex: 0 0 300px;
}

.webhooks-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.webhooks-list li {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  background: #f3f3f3;
  margin-bottom: 1px;
}

.webhooks-list a {
  color: #333;
  text-decoration: none;
  flex: 1;
  min-width: 0;
}

.delete-webhook-link {
  border: none;
  border-radius: 4px;
  background: #ccc;
  color: #f3f3f3;
  cursor: pointer;
}

.delete-webhook-link:hover {
  background: #aaa;
}


.webhooks-list li {
  display: flex;
  justify-content: space-between;
}

.webhooks-list li.active {
  background: #dfdfdf;
}

.webhooks-list li:hover {
  background: #eee;
  cursor: pointer;
}

.webhook-payload {
  display: none;
}

.webhook-payload code {
  border-radius: 4px;

}
.payload {
  flex: 1;
}

.webhook-topic-badge {
  display: block;
  font-size: 11px;
  color: #1a73e8;
  font-weight: 600;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.webhook-timestamp {
  font-size: 13px;
}

.webhook-topic-header {
  background: #1a73e8;
  color: #fff;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  font-family: monospace;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
}
