.graphiql-container .graphiql-sidebar {
  display: none !important;
}

.graphiql-container .graphiql-editor-tools {
  display: none !important;
}

.api-playground-container button.block {
  display: block;
}

.api-playground-container .px-0.py-0 {
  padding: 0;
}

.api-playground-container .graphiql-container {
  height: 32.6875rem;
}

.api-playground-container .graphiql-container .graphiql-sessions,
.api-playground-container .graphiql-container .graphiql-session {
  padding: 0;
  margin: 0;
}

.api-playground-container .absolute.inset-0.shadow {
  display: none;
}

.api-playground-container .toolbar-button {
  display: none;
}

.api-playground-container .graphiql-container .graphiql-session-header {
  display: none;
}

/* .api-playground-container .graphiql-container #sessionWrap {
  padding: 30px 0px 0px;
} */

.tab-container-wrapper .text-inherit {
  width: 100%;
}

.tab-container-wrapper .py-0 {
  padding-top: 0;
}


.dots {
  display: flex;
  column-gap: 4px;
  position: absolute;
  top: 32px;
  left: 55px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 80px;
}

.dot.red {
  background-color: #E24739;
}

.dot.yellow {
  background-color: #E4A544;
}

.dot.green {
  background-color: #24A360;
}

.points-consumed {
  position: absolute;
  top: 22px;
  right: 48px;
  display: none;
}

.points-consumed p {
  font-family: 'DM Sans';
  font-weight: 500;
  font-size: 10px;
  line-height: 12px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  color: white;
  padding-right: 8px;
}

.points-consumed span {
  color: rgba(255, 255, 255, 0.5);
}

.tippy-box[data-theme~='bitquery'] a.no-arrow::after {
  content: '';
  padding-right: 20px;
}

/* GraphiQL style */
#graphiql-1,
#graphiql-2,
#graphiql-3,
#graphiql-4 {
  height: 560px;
}

#graphiql-1 .variable-editor,
#graphiql-2 .variable-editor,
#graphiql-3 .variable-editor,
#graphiql-4 .variable-editor,
#graphiql-1 .title,
#graphiql-2 .title,
#graphiql-3 .title,
#graphiql-4 .title,
#graphiql-1 .toolbar,
#graphiql-2 .toolbar,
#graphiql-3 .toolbar,
#graphiql-4 .toolbar,
#graphiql-1 .docExplorerShow,
#graphiql-2 .docExplorerShow,
#graphiql-3 .docExplorerShow,
#graphiql-4 .docExplorerShow {
  display: none !important;
}
#sessionWrap > div:nth-child(2) {
  display: none !important;
}
#sessionWrap > div:nth-child(3) {
  display: none !important;
  border-left: 0 !important;
}

.resultWrap .CodeMirror-code {
  padding-left: 40px;
}

.topBarWrap {
  height: 0px;
  width: 100%important;
}

.topBar {
  background: #050a0f !important;
  border: 0 !important;
}

.execute-button {
  background: #06090D !important;
  border-radius: 4px !important;
  border: 1px solid #621832 !important;
  box-shadow: 0 0 0 !important;
  color: #fff !important;
  fill: #fff !important;
  height: 54px !important;
  width: 164px !important;
  position: absolute;
  top: 252px;
  left: calc(50% - 81px);
  z-index: 10;
  font-family: 'DM Sans' !important;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 22px;
  letter-spacing: -0.2px;
  transition: ease 0.2s;
}

.execute-button:hover {
  border-color: #B42D5B !important;
}

.execute-button::after {
  content: 'Run query';
  position: absolute;
  width: 100px;
  text-align: center;
  top: 15px;
  left: 43px;
}

.execute-button svg {
  position: absolute;
  top: 11px;
  left: 14px;
}

.graphiql-container .result-window .CodeMirror-foldgutter {
  background-color: rgba(255, 255, 255, 0.2);
  width: 8px !important;
}

.CodeMirror,
.CodeMirror-gutters {
  background-color: #050A0F !important;
  border-right: 0 !important;
}

.CodeMirror-linenumber {
  color: rgba(255, 255, 255, 0.5) !important;
}

.cm-punctuation {
  color: white !important;
}

.cm-attribute {
  color: #B95F8C !important;
}

.cm-string {
  color: #D24141 !important;
}

.cm-property {
  color: #5555E7 !important;
}

.cm-number {
  color: #95EA87 !important;
}

.CodeMirror .CodeMirror-cursor {
  border-left: 1px solid #fff !important;
}

.queryTag {
  position: absolute;
  left: -82px;
  top: 28px;
  z-index: 10;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-feature-settings: 'ss03' on;
  color: white;
  padding: 4px 8px;
  background: rgb(255 255 255 / 20%);
}

.queryTag.active {
  background: #5F6265;
}

.queryTag-init {
  position: absolute;
  right: 100px;
  top: 28px;
  z-index: 10;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-feature-settings: 'ss03' on;
  color: white;
  padding: 4px 8px;
  background: var(--tertiary-argent, #C1C1C1);
}

.resultTag {
  position: absolute;
  top: 28px;
  left: 62px;
  z-index: 10;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-feature-settings: 'ss03' on;
  color: white;
  padding: 4px 8px;
  background: rgb(255 255 255 / 20%);
}

.resultTag.active {
  background: #5F6265;
}

.execute-button-wrap {
  position: inherit !important;
}

.CodeMirror-sizer {
  padding-top: 64px;
  padding-left: 20px;
}

.CodeMirror-vscrollbar {
  display: none !important;
}

@media (max-width: 1024px) {
  .tabs-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 80px 520px 200px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    position: relative;
  }

  .tabs-container:before {
    content: '';
    background: linear-gradient(270deg, #171717 0%, rgba(23, 23, 23, 0) 100%);
    width: 50px;
    height: 80px;
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 2;
  }

  .tab-header-section {
    grid-area: 1 / 1 / 2 / 2;
    padding-top: 0px;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
  }

  .tab-button {
    display: inline-block;
    padding-right: 32px;
  }

  .tab-content {
    grid-area: 2 / 1 / 3 / 2;
    padding-left: 0px;
  }

  .tab-cta-group {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  .tab-button.arrow-active {
    background-image: none;
    padding-right: 32px;
  }

  .tab-extra-button1 {
    margin-top: 48px;
    margin-bottom: 16px;
    min-width: 300px
  }

  .tab-extra-button2 {
    text-align: center;
    background-image: none
  }

  #graphiql-1,
  #graphiql-2,
  #graphiql-3,
  #graphiql-4 {
    height: 479px;
  }

  .queryTag {
    right: 97px !important;
    left: auto !important;
  }

  .resultTag {
    right: 40px !important;
    left: auto !important;
  }

  .CodeMirror-foldgutter {
    display: none;
  }

  .graphiql-execute-button {
    top: 213px;
  }

  .resultWrap .CodeMirror-code {
    padding-left: 20px;
  }

  .points-consumed {
    display: none !important;
  }
}


.graphiql-container,
.graphiql-container button,
.graphiql-container input {
  color: #141823;
  font-family: system, -apple-system, San Francisco, \.SFNSDisplay-Regular, Segoe UI, Segoe, Segoe WP, Helvetica Neue, helvetica, Lucida Grande, arial, sans-serif;
  font-size: 14px
}

.graphiql-container {
  display: flex;
  flex-direction: row;
  height: 100%;
  margin: 0;
  overflow: hidden;
  width: 100%
}

.graphiql-container .editorWrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-x: hidden
}

.graphiql-container .title {
  font-size: 18px
}

.graphiql-container .title em {
  font-family: georgia;
  font-size: 19px
}

.graphiql-container .topBarWrap {
  display: flex;
  flex-direction: row
}

.graphiql-container .topBar {
  align-items: center;
  background: linear-gradient(#f7f7f7, #e2e2e2);
  border-bottom: 1px solid #d0d0d0;
  cursor: default;
  display: flex;
  flex-direction: row;
  flex: 1;
  height: 34px;
  overflow-y: visible;
  padding: 7px 14px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.graphiql-container .toolbar {
  overflow-x: visible;
  display: flex
}

.graphiql-container .docExplorerShow,
.graphiql-container .historyShow {
  background: linear-gradient(#f7f7f7, #e2e2e2);
  border-radius: 0;
  border-bottom: 1px solid #d0d0d0;
  border-right: none;
  border-top: none;
  color: #3b5998;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  padding: 2px 20px 0 18px
}

.graphiql-container .docExplorerShow {
  border-left: 1px solid rgba(0, 0, 0, .2)
}

.graphiql-container .historyShow {
  border-right: 1px solid rgba(0, 0, 0, .2);
  border-left: 0
}

.graphiql-container .docExplorerShow:before {
  border-left: 2px solid #3b5998;
  border-top: 2px solid #3b5998;
  content: "";
  display: inline-block;
  height: 9px;
  margin: 0 3px -1px 0;
  position: relative;
  transform: rotate(-45deg);
  width: 9px
}

.graphiql-container .editorBar {
  display: flex;
  flex-direction: row;
  flex: 1
}

.graphiql-container .queryWrap,
.graphiql-container .resultWrap {
  display: flex;
  flex-direction: column;
  flex: 1
}

.queryWrap div:nth-child(2) {
  display: none !important;
}

.graphiql-container .resultWrap {
  /* border-left: 1px solid #e0e0e0; */
  flex-basis: 1em;
  position: relative
}

.graphiql-container .docExplorerWrap,
.graphiql-container .historyPaneWrap {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  position: relative;
  z-index: 3
}

.graphiql-container .historyPaneWrap {
  min-width: 230px;
  z-index: 5
}

.graphiql-container .docExplorerResizer {
  cursor: col-resize;
  height: 100%;
  left: -5px;
  position: absolute;
  top: 0;
  width: 10px;
  z-index: 10
}

.graphiql-container .docExplorerHide {
  cursor: pointer;
  font-size: 18px;
  margin: -7px -8px -6px 0;
  padding: 18px 16px 15px 12px;
  background: 0;
  border: 0;
  line-height: 14px
}

.graphiql-container div .query-editor {
  flex: 1;
  position: relative
}

.graphiql-container .variable-editor {
  display: flex;
  flex-direction: column;
  height: 30px;
  position: relative
}

.graphiql-container .variable-editor-title {
  background: #eee;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #e0e0e0;
  color: #777;
  font-variant: small-caps;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 6px 0 8px 43px;
  text-transform: lowercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.graphiql-container .codemirrorWrap,
.graphiql-container .result-window {
  flex: 1;
  height: 100%;
  position: relative
}

.graphiql-container .footer {
  background: #f6f7f8;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin-left: 12px;
  position: relative
}

.graphiql-container .footer:before {
  background: #eee;
  bottom: 0;
  content: " ";
  left: -13px;
  position: absolute;
  top: -1px;
  width: 12px
}

.result-window .CodeMirror {
  background: #f6f7f8
}

.graphiql-container .result-window .CodeMirror-gutters {
  background-color: #eee;
  border-color: #e0e0e0;
  cursor: col-resize
}

.graphiql-container .result-window .CodeMirror-foldgutter,
.graphiql-container .result-window .CodeMirror-foldgutter-folded:after,
.graphiql-container .result-window .CodeMirror-foldgutter-open:after {
  padding-left: 3px
}

.graphiql-container .toolbar-button {
  background: #fdfdfd;
  background: linear-gradient(#f9f9f9, #ececec);
  border: 0;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2), 0 1px 0 hsla(0, 0%, 100%, .7), inset 0 1px #fff;
  color: #555;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  padding: 3px 11px 5px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px
}

.graphiql-container .toolbar-button:active {
  background: linear-gradient(#ececec, #d5d5d5);
  box-shadow: 0 1px 0 hsla(0, 0%, 100%, .7), inset 0 0 0 1px rgba(0, 0, 0, .1), inset 0 1px 1px 1px rgba(0, 0, 0, .12), inset 0 0 5px rgba(0, 0, 0, .1)
}

.graphiql-container .toolbar-button.error {
  background: linear-gradient(#fdf3f3, #e6d6d7);
  color: #b00
}

.graphiql-container .toolbar-button-group {
  margin: 0 5px;
  white-space: nowrap
}

.graphiql-container .toolbar-button-group>* {
  margin: 0
}

.graphiql-container .toolbar-button-group>:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.graphiql-container .toolbar-button-group>:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px
}

.graphiql-container .execute-button-wrap {
  height: 34px;
  margin: 0 14px 0 28px;
  position: relative
}

.graphiql-container .execute-button {
  background: linear-gradient(#fdfdfd, #d2d3d6);
  border-radius: 17px;
  border: 1px solid rgba(0, 0, 0, .25);
  box-shadow: 0 1px 0 #fff;
  cursor: pointer;
  fill: #444;
  height: 34px;
  margin: 0;
  padding: 0;
  width: 34px
}

.graphiql-container .execute-button svg {
  pointer-events: none
}

.graphiql-container .execute-button:active {
  background: linear-gradient(#e6e6e6, #c3c3c3);
  box-shadow: 0 1px 0 #fff, inset 0 0 2px rgba(0, 0, 0, .2), inset 0 0 6px rgba(0, 0, 0, .1)
}

.graphiql-container .toolbar-menu,
.graphiql-container .toolbar-select {
  position: relative
}

.graphiql-container .execute-options,
.graphiql-container .toolbar-menu-items,
.graphiql-container .toolbar-select-options {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .25);
  margin: 0;
  padding: 6px 0;
  position: absolute;
  z-index: 100
}

.graphiql-container .execute-options {
  min-width: 100px;
  top: 37px;
  left: -1px
}

.graphiql-container .toolbar-menu-items {
  left: 1px;
  margin-top: -1px;
  min-width: 110%;
  top: 100%;
  visibility: hidden
}

.graphiql-container .toolbar-menu-items.open {
  visibility: visible
}

.graphiql-container .toolbar-select-options {
  left: 0;
  min-width: 100%;
  top: -5px;
  visibility: hidden
}

.graphiql-container .toolbar-select-options.open {
  visibility: visible
}

.graphiql-container .execute-options>li,
.graphiql-container .toolbar-menu-items>li,
.graphiql-container .toolbar-select-options>li {
  cursor: pointer;
  display: block;
  margin: none;
  max-width: 300px;
  overflow: hidden;
  padding: 2px 20px 4px 11px;
  white-space: nowrap
}

.graphiql-container .execute-options>li.selected,
.graphiql-container .history-contents>li:active,
.graphiql-container .history-contents>li:hover,
.graphiql-container .toolbar-menu-items>li.hover,
.graphiql-container .toolbar-menu-items>li:active,
.graphiql-container .toolbar-menu-items>li:hover,
.graphiql-container .toolbar-select-options>li.hover,
.graphiql-container .toolbar-select-options>li:active,
.graphiql-container .toolbar-select-options>li:hover {
  background: #e10098;
  color: #fff
}

.graphiql-container .toolbar-select-options>li>svg {
  display: inline;
  fill: #666;
  margin: 0 -6px 0 6px;
  pointer-events: none;
  vertical-align: middle
}

.graphiql-container .toolbar-select-options>li.hover>svg,
.graphiql-container .toolbar-select-options>li:active>svg,
.graphiql-container .toolbar-select-options>li:hover>svg {
  fill: #fff
}

.graphiql-container .CodeMirror-scroll {
  overflow-scrolling: touch
}

.graphiql-container .CodeMirror {
  color: #141823;
  font-family: Consolas, Inconsolata, Droid Sans Mono, Monaco, monospace;
  font-size: 13px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.graphiql-container .CodeMirror-lines {
  padding: 20px 0
}

.CodeMirror-hint-information .content {
  box-orient: vertical;
  color: #141823;
  display: flex;
  font-family: system, -apple-system, San Francisco, \.SFNSDisplay-Regular, Segoe UI, Segoe, Segoe WP, Helvetica Neue, helvetica, Lucida Grande, arial, sans-serif;
  font-size: 13px;
  line-clamp: 3;
  line-height: 16px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline
}

.CodeMirror-hint-information .content p:first-child {
  margin-top: 0
}

.CodeMirror-hint-information .content p:last-child {
  margin-bottom: 0
}

.CodeMirror-hint-information .infoType {
  color: #ca9800;
  cursor: pointer;
  display: inline;
  margin-right: .5em
}

.autoInsertedLeaf.cm-property {
  animation-duration: 6s;
  animation-name: insertionFade;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0);
  border-radius: 2px;
  margin: -2px -4px -1px;
  padding: 2px 4px 1px
}

@keyframes insertionFade {

  0%,
  to {
    background: hsla(0, 0%, 100%, 0);
    border-color: hsla(0, 0%, 100%, 0)
  }

  15%,
  85% {
    background: #fbffc9;
    border-color: #f0f3c0
  }
}

div.CodeMirror-lint-tooltip {
  background-color: #fff;
  border-radius: 2px;
  border: 0;
  color: #141823;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .45);
  font-size: 13px;
  line-height: 16px;
  max-width: 430px;
  opacity: 0;
  padding: 8px 10px;
  transition: opacity .15s;
  white-space: pre-wrap
}

div.CodeMirror-lint-tooltip>* {
  padding-left: 23px
}

div.CodeMirror-lint-tooltip>*+* {
  margin-top: 12px
}

.graphiql-container .CodeMirror-foldmarker {
  border-radius: 4px;
  background: #08f;
  background: linear-gradient(#43a8ff, #0f83e8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2), inset 0 0 0 1px rgba(0, 0, 0, .1);
  color: #fff;
  font-family: arial;
  font-size: 12px;
  line-height: 0;
  margin: 0 3px;
  padding: 0 4px 1px;
  text-shadow: 0 -1px rgba(0, 0, 0, .1)
}

.graphiql-container div.CodeMirror span.CodeMirror-matchingbracket {
  color: #555;
  text-decoration: underline
}

.graphiql-container div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: red
}

.cm-comment {
  color: #999
}

.cm-punctuation {
  color: #555
}

.cm-keyword {
  color: #b11a04
}

.cm-def {
  color: #d2054e
}

.cm-property {
  color: #1f61a0
}

.cm-qualifier {
  color: #1c92a9
}

.cm-attribute {
  color: #8b2bb9
}

.cm-number {
  color: #2882f9
}

.cm-string {
  color: #d64292
}

.cm-builtin {
  color: #d47509
}

.cm-string-2 {
  color: #0b7fc7
}

.cm-variable {
  color: #397d13
}

.cm-meta {
  color: #b33086
}

.cm-atom {
  color: #ca9800
}

.CodeMirror {
  color: #000;
  font-family: monospace;
  height: 300px
}

.CodeMirror-lines {
  padding: 4px 0
}

.CodeMirror pre {
  padding: 0 4px
}

.CodeMirror-gutter-filler,
.CodeMirror-scrollbar-filler {
  background-color: #fff
}

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap
}

.CodeMirror-linenumber {
  color: #999;
  min-width: 20px;
  padding: 0 3px 0 5px;
  text-align: right;
  white-space: nowrap
}

.CodeMirror-guttermarker {
  color: #000
}

.CodeMirror-guttermarker-subtle {
  color: #999
}

.CodeMirror .CodeMirror-cursor {
  border-left: 1px solid #000
}

.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver
}

.CodeMirror.cm-fat-cursor div.CodeMirror-cursor {
  background: #7e7;
  border: 0;
  width: auto
}

.CodeMirror.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1
}

.cm-animate-fat-cursor {
  animation: blink 1.06s steps(1) infinite;
  border: 0;
  width: auto
}

@keyframes blink {
  0% {
    background: #7e7
  }

  50% {
    background: none
  }

  to {
    background: #7e7
  }
}

.cm-tab {
  display: inline-block;
  text-decoration: inherit
}

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  position: absolute
}

.cm-s-default .cm-keyword {
  color: #708
}

.cm-s-default .cm-atom {
  color: #219
}

.cm-s-default .cm-number {
  color: #164
}

.cm-s-default .cm-def {
  color: #00f
}

.cm-s-default .cm-variable-2 {
  color: #05a
}

.cm-s-default .cm-variable-3 {
  color: #085
}

.cm-s-default .cm-comment {
  color: #a50
}

.cm-s-default .cm-string {
  color: #a11
}

.cm-s-default .cm-string-2 {
  color: #f50
}

.cm-s-default .cm-meta,
.cm-s-default .cm-qualifier {
  color: #555
}

.cm-s-default .cm-builtin {
  color: #30a
}

.cm-s-default .cm-bracket {
  color: #997
}

.cm-s-default .cm-tag {
  color: #170
}

.cm-s-default .cm-attribute {
  color: #00c
}

.cm-s-default .cm-header {
  color: #00f
}

.cm-s-default .cm-quote {
  color: #090
}

.cm-s-default .cm-hr {
  color: #999
}

.cm-s-default .cm-link {
  color: #00c
}

.cm-negative {
  color: #d44
}

.cm-positive {
  color: #292
}

.cm-header,
.cm-strong {
  font-weight: 700
}

.cm-em {
  font-style: italic
}

.cm-link {
  text-decoration: underline
}

.cm-strikethrough {
  text-decoration: line-through
}

.cm-invalidchar,
.cm-s-default .cm-error {
  color: red
}

.CodeMirror-composing {
  border-bottom: 2px solid
}

div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22
}

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, .3)
}

.CodeMirror-activeline-background {
  background: #e8f2ff
}

.CodeMirror {
  background: #fff;
  overflow: hidden;
  position: relative
}

.CodeMirror-scroll {
  height: 100%;
  margin-bottom: -30px;
  margin-right: -30px;
  outline: none;
  overflow: scroll !important;
  padding-bottom: 30px;
  position: relative
}

.CodeMirror-sizer {
  border-right: 30px solid transparent;
  position: relative
}

.CodeMirror-gutter-filler,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-vscrollbar {
  display: none !important;
  position: absolute;
  z-index: 6
}

.CodeMirror-vscrollbar {
  overflow-x: hidden;
  overflow-y: scroll;
  right: 0;
  top: 0
}

.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-x: scroll;
  overflow-y: hidden
}

.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0
}

.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0
}

.CodeMirror-gutters {
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3
}

.CodeMirror-gutter {
  display: inline-block;
  height: 100%;
  margin-bottom: -30px;
  vertical-align: top;
  white-space: normal;
}

.CodeMirror-gutter-wrapper {
  background: none !important;
  border: none !important;
  position: absolute;
  z-index: 4
}

.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4
}

.CodeMirror-gutter-elt {
  cursor: default;
  position: absolute;
  z-index: 4
}

.CodeMirror-gutter-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.CodeMirror-lines {
  cursor: text;
  min-height: 1px
}

.CodeMirror pre {
  -webkit-tap-highlight-color: transparent;
  background: transparent;
  border-radius: 0;
  border-width: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-variant-ligatures: none;
  line-height: inherit;
  margin: 0;
  overflow: visible;
  position: relative;
  white-space: pre;
  word-wrap: normal;
  z-index: 2
}

.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0
}

.CodeMirror-linewidget {
  overflow: auto;
  position: relative;
  z-index: 2
}

.CodeMirror-code {
  outline: none
}

.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber,
.CodeMirror-scroll,
.CodeMirror-sizer {
  box-sizing: content-box
}

.CodeMirror-measure {
  height: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 100%
}

.CodeMirror-cursor {
  position: absolute
}

.CodeMirror-measure pre {
  position: static
}

div.CodeMirror-cursors {
  position: relative;
  visibility: hidden;
  z-index: 3
}

.CodeMirror-focused div.CodeMirror-cursors,
div.CodeMirror-dragcursors {
  visibility: visible
}

.CodeMirror-selected {
  background: #d9d9d9
}

.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0
}

.CodeMirror-crosshair {
  cursor: crosshair
}

.CodeMirror-line::selection,
.CodeMirror-line>span::selection,
.CodeMirror-line>span>span::selection {
  background: #d7d4f0
}

.CodeMirror-line::-moz-selection,
.CodeMirror-line>span::-moz-selection,
.CodeMirror-line>span>span::-moz-selection {
  background: #d7d4f0
}

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, .4)
}

.CodeMirror span {
  vertical-align: text-bottom;
}

.cm-force-border {
  padding-right: .1px
}

@media print {
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden
  }
}

.cm-tab-wrap-hack:after {
  content: ""
}

span.CodeMirror-selectedtext {
  background: none
}

.CodeMirror-dialog {
  background: inherit;
  color: inherit;
  left: 0;
  right: 0;
  overflow: hidden;
  padding: .1em .8em;
  position: absolute;
  z-index: 15
}

.CodeMirror-dialog-top {
  border-bottom: 1px solid #eee;
  top: 0
}

.CodeMirror-dialog-bottom {
  border-top: 1px solid #eee;
  bottom: 0
}

.CodeMirror-dialog input {
  background: transparent;
  border: 1px solid #d3d6db;
  color: inherit;
  font-family: monospace;
  outline: none;
  width: 20em
}

.CodeMirror-dialog button {
  font-size: 70%
}

.graphiql-container .doc-explorer {
  background: #fff
}

.graphiql-container .doc-explorer-title-bar,
.graphiql-container .history-title-bar {
  cursor: default;
  display: flex;
  height: 34px;
  line-height: 14px;
  padding: 8px 8px 5px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.graphiql-container .doc-explorer-title,
.graphiql-container .history-title {
  flex: 1;
  font-weight: 700;
  overflow-x: hidden;
  padding: 10px 0 10px 10px;
  text-align: center;
  text-overflow: ellipsis;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  white-space: nowrap
}

.graphiql-container .doc-explorer-back {
  color: #3b5998;
  cursor: pointer;
  margin: -7px 0 -6px -8px;
  overflow-x: hidden;
  padding: 17px 12px 16px 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: 0;
  border: 0;
  line-height: 14px
}

.doc-explorer-narrow .doc-explorer-back {
  width: 0
}

.graphiql-container .doc-explorer-back:before {
  border-left: 2px solid #3b5998;
  border-top: 2px solid #3b5998;
  content: "";
  display: inline-block;
  height: 9px;
  margin: 0 3px -1px 0;
  position: relative;
  transform: rotate(-45deg);
  width: 9px
}

.graphiql-container .doc-explorer-rhs {
  position: relative
}

.graphiql-container .doc-explorer-contents,
.graphiql-container .history-contents {
  background-color: #fff;
  border-top: 1px solid #d6d6d6;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  padding: 20px 15px;
  position: absolute;
  right: 0;
  top: 47px
}

.graphiql-container .doc-explorer-contents {
  min-width: 300px
}

.graphiql-container .doc-type-description blockquote:first-child,
.graphiql-container .doc-type-description p:first-child {
  margin-top: 0
}

.graphiql-container .doc-explorer-contents a {
  cursor: pointer;
  text-decoration: none
}

.graphiql-container .doc-explorer-contents a:hover {
  text-decoration: underline
}

.graphiql-container .doc-value-description>:first-child {
  margin-top: 4px
}

.graphiql-container .doc-value-description>:last-child {
  margin-bottom: 4px
}

.graphiql-container .doc-category code,
.graphiql-container .doc-category pre,
.graphiql-container .doc-type-description code,
.graphiql-container .doc-type-description pre {
  --saf-0: rgba(var(--sk_foreground_low, 29, 28, 29), 0.13);
  font-size: 12px;
  line-height: 1.50001;
  font-variant-ligatures: none;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: normal;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  tab-size: 4
}

.graphiql-container .doc-category code,
.graphiql-container .doc-type-description code {
  padding: 2px 3px 1px;
  border: 1px solid var(--saf-0);
  border-radius: 3px;
  background-color: rgba(var(--sk_foreground_min, 29, 28, 29), .04);
  color: #e01e5a;
  background-color: #fff
}

.graphiql-container .doc-category {
  margin: 20px 0
}

.graphiql-container .doc-category-title {
  border-bottom: 1px solid #e0e0e0;
  color: #777;
  cursor: default;
  font-size: 14px;
  font-variant: small-caps;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 -15px 10px 0;
  padding: 10px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.graphiql-container .doc-category-item {
  margin: 12px 0;
  color: #555
}

.graphiql-container .keyword {
  color: #b11a04
}

.graphiql-container .type-name {
  color: #ca9800
}

.graphiql-container .field-name {
  color: #1f61a0
}

.graphiql-container .field-short-description {
  color: #999;
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis
}

.graphiql-container .enum-value {
  color: #0b7fc7
}

.graphiql-container .arg-name {
  color: #8b2bb9
}

.graphiql-container .arg {
  display: block;
  margin-left: 1em
}

.graphiql-container .arg:first-child:last-child,
.graphiql-container .arg:first-child:nth-last-child(2),
.graphiql-container .arg:first-child:nth-last-child(2)~.arg {
  display: inherit;
  margin: inherit
}

.graphiql-container .arg:first-child:nth-last-child(2):after {
  content: ", "
}

.graphiql-container .arg-default-value {
  color: #43a047
}

.graphiql-container .doc-deprecation {
  background: #fffae8;
  box-shadow: inset 0 0 1px #bfb063;
  color: #867f70;
  line-height: 16px;
  margin: 8px -8px;
  max-height: 80px;
  overflow: hidden;
  padding: 8px;
  border-radius: 3px
}

.graphiql-container .doc-deprecation:before {
  content: "Deprecated:";
  color: #c79b2e;
  cursor: default;
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  padding-bottom: 5px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.graphiql-container .doc-deprecation>:first-child {
  margin-top: 0
}

.graphiql-container .doc-deprecation>:last-child {
  margin-bottom: 0
}

.graphiql-container .show-btn {
  -webkit-appearance: initial;
  display: block;
  border-radius: 3px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 8px 12px 10px;
  width: 100%;
  box-sizing: border-box;
  background: #fbfcfc;
  color: #555;
  cursor: pointer
}

.graphiql-container .search-box {
  border-bottom: 1px solid #d3d6db;
  display: block;
  font-size: 14px;
  margin: -15px -15px 12px 0;
  position: relative
}

.graphiql-container .search-box-icon {
  display: block;
  font-size: 24px;
  top: -2px;
  transform: rotate(-45deg)
}

.graphiql-container .search-box-icon,
.graphiql-container .search-box .search-box-clear {
  cursor: pointer;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.graphiql-container .search-box .search-box-clear {
  background-color: #d0d0d0;
  border-radius: 12px;
  color: #fff;
  font-size: 11px;
  padding: 1px 5px 2px;
  right: 3px;
  top: 8px;
  border: 0
}

.graphiql-container .search-box .search-box-clear:hover {
  background-color: #b9b9b9
}

.graphiql-container .search-box>input {
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  outline: none;
  padding: 6px 24px 8px 20px;
  width: 100%
}

.graphiql-container .error-container {
  font-weight: 700;
  left: 0;
  letter-spacing: 1px;
  opacity: .5;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%)
}

.CodeMirror-foldmarker {
  color: #00f;
  cursor: pointer;
  font-family: arial;
  line-height: .3;
  text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px
}

.CodeMirror-foldgutter {
  width: .7em
}

.CodeMirror-foldgutter-folded,
.CodeMirror-foldgutter-open {
  cursor: pointer
}

.CodeMirror-foldgutter-open:after {
  content: "\25BE"
}

.CodeMirror-foldgutter-folded:after {
  content: "\25B8"
}

.graphiql-container .history-contents {
  font-family: Consolas, Inconsolata, Droid Sans Mono, Monaco, monospace;
  margin: 0;
  padding: 0
}

.graphiql-container .history-contents li {
  align-items: center;
  display: flex;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 8px;
  border-bottom: 1px solid #e0e0e0
}

.graphiql-container .history-contents li button:not(.history-label) {
  display: none;
  margin-left: 10px
}

.graphiql-container .history-contents li:focus-within button:not(.history-label),
.graphiql-container .history-contents li:hover button:not(.history-label) {
  display: inline-block
}

.graphiql-container .history-contents button,
.graphiql-container .history-contents input {
  padding: 0;
  background: 0;
  border: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: 14px;
  color: inherit
}

.graphiql-container .history-contents input {
  flex-grow: 1
}

.graphiql-container .history-contents input::-webkit-input-placeholder {
  color: inherit
}

.graphiql-container .history-contents input:-ms-input-placeholder {
  color: inherit
}

.graphiql-container .history-contents input::-ms-input-placeholder {
  color: inherit
}

.graphiql-container .history-contents input::placeholder {
  color: inherit
}

.graphiql-container .history-contents button {
  cursor: pointer;
  text-align: left
}

.graphiql-container .history-contents .history-label {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis
}

.CodeMirror-info {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .45);
  box-sizing: border-box;
  color: #555;
  font-family: system, -apple-system, San Francisco, \.SFNSDisplay-Regular, Segoe UI, Segoe, Segoe WP, Helvetica Neue, helvetica, Lucida Grande, arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin: 8px -8px;
  max-width: 400px;
  opacity: 0;
  overflow: hidden;
  padding: 8px;
  position: fixed;
  transition: opacity .15s;
  z-index: 50
}

.CodeMirror-info :first-child {
  margin-top: 0
}

.CodeMirror-info :last-child {
  margin-bottom: 0
}

.CodeMirror-info p {
  margin: 1em 0
}

.CodeMirror-info .info-description {
  color: #777;
  line-height: 16px;
  margin-top: 1em;
  max-height: 80px;
  overflow: hidden
}

.CodeMirror-info .info-deprecation {
  background: #fffae8;
  box-shadow: inset 0 1px 1px -1px #bfb063;
  color: #867f70;
  line-height: 16px;
  margin: 8px -8px -8px;
  max-height: 80px;
  overflow: hidden;
  padding: 8px
}

.CodeMirror-info .info-deprecation-label {
  color: #c79b2e;
  cursor: default;
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  padding-bottom: 5px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.CodeMirror-info .info-deprecation-label+* {
  margin-top: 0
}

.CodeMirror-info a {
  text-decoration: none
}

.CodeMirror-info a:hover {
  text-decoration: underline
}

.CodeMirror-info .type-name {
  color: #ca9800
}

.CodeMirror-info .field-name {
  color: #1f61a0
}

.CodeMirror-info .enum-value {
  color: #0b7fc7
}

.CodeMirror-info .arg-name {
  color: #8b2bb9
}

.CodeMirror-info .directive-name {
  color: #b33086
}

.CodeMirror-jump-token {
  text-decoration: underline;
  cursor: pointer
}

.CodeMirror-lint-markers {
  width: 16px
}

.CodeMirror-lint-tooltip {
  background-color: infobackground;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #000;
  color: infotext;
  font-family: monospace;
  font-size: 10pt;
  max-width: 600px;
  opacity: 0;
  overflow: hidden;
  padding: 2px 5px;
  position: fixed;
  transition: opacity .4s;
  white-space: pre-wrap;
  z-index: 100
}

.CodeMirror-lint-mark-error,
.CodeMirror-lint-mark-warning {
  background-position: 0 100%;
  background-repeat: repeat-x
}

.CodeMirror-lint-mark-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJDw4cOCW1/KIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg==")
}

.CodeMirror-lint-mark-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJFhQXEbhTg7YAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAMklEQVQI12NkgIIvJ3QXMjAwdDN+OaEbysDA4MPAwNDNwMCwiOHLCd1zX07o6kBVGQEAKBANtobskNMAAAAASUVORK5CYII=")
}

.CodeMirror-lint-marker-error,
.CodeMirror-lint-marker-warning {
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  position: relative;
  vertical-align: middle;
  width: 16px
}

.CodeMirror-lint-message-error,
.CodeMirror-lint-message-warning {
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 18px
}

.CodeMirror-lint-marker-error,
.CodeMirror-lint-message-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEW7AAC7AACxAAC7AAC7AAAAAAC4AAC5AAD///+7AAAUdclpAAAABnRSTlMXnORSiwCK0ZKSAAAATUlEQVR42mWPOQ7AQAgDuQLx/z8csYRmPRIFIwRGnosRrpamvkKi0FTIiMASR3hhKW+hAN6/tIWhu9PDWiTGNEkTtIOucA5Oyr9ckPgAWm0GPBog6v4AAAAASUVORK5CYII=")
}

.CodeMirror-lint-marker-warning,
.CodeMirror-lint-message-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAANlBMVEX/uwDvrwD/uwD/uwD/uwD/uwD/uwD/uwD/uwD6twD/uwAAAADurwD2tQD7uAD+ugAAAAD/uwDhmeTRAAAADHRSTlMJ8mN1EYcbmiixgACm7WbuAAAAVklEQVR42n3PUQqAIBBFUU1LLc3u/jdbOJoW1P08DA9Gba8+YWJ6gNJoNYIBzAA2chBth5kLmG9YUoG0NHAUwFXwO9LuBQL1giCQb8gC9Oro2vp5rncCIY8L8uEx5ZkAAAAASUVORK5CYII=")
}

.CodeMirror-lint-marker-multiple {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAACVBMVEUAAAAAAAC/v7914kyHAAAAAXRSTlMAQObYZgAAACNJREFUeNo1ioEJAAAIwmz/H90iFFSGJgFMe3gaLZ0od+9/AQZ0ADosbYraAAAAAElFTkSuQmCC");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%
}

.graphiql-container .spinner-container {
  height: 36px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  z-index: 10
}

.graphiql-container .spinner {
  animation: rotation .6s linear infinite;
  border-radius: 100%;
  border: 6px solid hsla(0, 0%, 58.8%, .15);
  border-top-color: hsla(0, 0%, 58.8%, .8);
  display: inline-block;
  height: 24px;
  position: absolute;
  vertical-align: middle;
  width: 24px
}

@keyframes rotation {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}

.CodeMirror-hints {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .45);
  font-family: Consolas, Inconsolata, Droid Sans Mono, Monaco, monospace;
  font-size: 13px;
  list-style: none;
  margin: 0;
  max-height: 14.5em;
  overflow-y: auto;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10
}

.CodeMirror-hint {
  border-top: 1px solid #f7f7f7;
  color: #141823;
  cursor: pointer;
  margin: 0;
  max-width: 300px;
  overflow: hidden;
  padding: 2px 6px;
  white-space: pre
}

li.CodeMirror-hint-active {
  background-color: #08f;
  border-top-color: #fff;
  color: #fff
}

.CodeMirror-hint-information {
  border-top: 1px solid silver;
  max-width: 300px;
  padding: 4px 6px;
  position: relative;
  z-index: 1
}

.CodeMirror-hint-information:first-child {
  border-bottom: 1px solid silver;
  border-top: none;
  margin-bottom: -1px
}

.CodeMirror-hint-deprecation {
  background: #fffae8;
  box-shadow: inset 0 1px 1px -1px #bfb063;
  color: #867f70;
  font-family: system, -apple-system, San Francisco, \.SFNSDisplay-Regular, Segoe UI, Segoe, Segoe WP, Helvetica Neue, helvetica, Lucida Grande, arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin-top: 4px;
  max-height: 80px;
  overflow: hidden;
  padding: 6px
}

.CodeMirror-hint-deprecation .deprecation-label {
  color: #c79b2e;
  cursor: default;
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  padding-bottom: 5px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.CodeMirror-hint-deprecation .deprecation-label+* {
  margin-top: 0
}

.CodeMirror-hint-deprecation :last-child {
  margin-bottom: 0
}

.more-text {
  margin-top: 10px
}

.more-text a:not([href]):not([tabindex]).more-link {
  color: #007bff;
  cursor: pointer
}

.list-group .list-group-item {
  background-color: transparent
}

.word-wrap {
  word-wrap: break-word
}

.widgets-blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px)
}

.widgets-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, .3)
}

.widgets-loading.dark {
  background-color: rgba(0, 0, 0, .3)
}

.widgets-loading>div {
  width: 5rem;
  height: 5rem;
  margin-top: 5rem
}

.ellipsis {
  position: relative
}

.ellipsis:before {
  content: "&nbsp;";
  visibility: hidden
}

.ellipsis span {
  position: absolute;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.widgets-table.dark {
  color: #fff
}

.widgets-table.dark.table-hover tbody tr:hover {
  color: #e5e5e5
}

.widgets-modal-open {
  overflow: hidden
}

.widgets-links {
  margin-top: 5px;
  float: right
}

.widgets-links a.badge {
  color: #fff;
  font-size: 60%;
  cursor: pointer;
  display: inline-block;
  padding: .25em .4em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline
}

.widgets-links a.badge.badge-secondary {
  background-color: #6c757d
}

.widgets-links a.badge:hover {
  color: #fff
}

.widgets-modal {
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1050;
  background-color: rgba(0, 0, 0, .2)
}

.widgets-modal.dark .widgets-modal-dialog .widgets-modal-content {
  background-color: #343a40
}

.widgets-modal.dark .widgets-modal-dialog .widgets-modal-content .widgets-modal-header button.widgets-modal-close {
  color: #fff;
  text-shadow: 0 1px 0 #000
}

.widgets-modal.dark .widgets-modal-dialog .widgets-modal-content .widgets-modal-body {
  color: #fff
}

.widgets-modal.dark .widgets-modal-dialog .widgets-modal-content .widgets-modal-body textarea {
  background-color: #627079;
  color: #fff
}

.widgets-modal.dark .widgets-modal-dialog .widgets-modal-content .widgets-modal-footer .btn.btn-default {
  background-color: #212529;
  color: #fff
}

.widgets-modal.widgets-modal-show {
  display: block
}

.widgets-modal .widgets-modal-dialog {
  position: relative;
  margin: 30px auto
}

@media screen and (min-width:992px) {
  .widgets-modal .widgets-modal-dialog {
    width: 80%
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .widgets-modal .widgets-modal-dialog {
    width: 90%
  }
}

.widgets-modal .widgets-modal-dialog .widgets-modal-content {
  background-color: #fff;
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
  border-radius: 2px;
  border: none
}

.widgets-modal .widgets-modal-dialog .widgets-modal-content .widgets-modal-header {
  border-bottom: none;
  padding: 24px 24px 10px
}

.widgets-modal .widgets-modal-dialog .widgets-modal-content .widgets-modal-header .widgets-modal-title {
  margin: 0;
  line-height: 1.428571429
}

.widgets-modal .widgets-modal-dialog .widgets-modal-content .widgets-modal-header button.widgets-modal-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  margin-top: -2px;
  -webkit-appearance: none;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2
}

.widgets-modal .widgets-modal-dialog .widgets-modal-content .widgets-modal-body {
  padding: 0 24px 16px;
  height: 600px
}

.widgets-modal .widgets-modal-dialog .widgets-modal-content .widgets-modal-url {
  padding: 0 24px 16px
}

.widgets-modal .widgets-modal-dialog .widgets-modal-content .widgets-modal-url input {
  width: 100%
}

.widgets-modal .widgets-modal-dialog .widgets-modal-content .widgets-modal-footer {
  padding: 0 24px 16px
}

.graphiql-container .doc-explorer-title,
.graphiql-container .docExplorerHide,
.graphiql-container .history-title {
  padding: 0 10px 0 0
}

.widgets-graph-window {
  display: flex;
  flex-direction: column;
  height: 700px
}

.widgets-graph-window .widgets-graph-full {
  display: inline
}

.widgets-graph-window .widgets-graph-small {
  display: none
}

.widgets-graph-window.widgets-graph-window-fullscreen {
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1050;
  height: 100%
}

.widgets-graph-window.widgets-graph-window-fullscreen .widgets-graph-full {
  display: none
}

.widgets-graph-window.widgets-graph-window-fullscreen .widgets-graph-small {
  display: inline
}

.widgets-graph-window .widgets-graph-menu {
  height: 50px
}

.widgets-graph-window .widgets-graph-menu .widgets-graph-selector {
  margin-bottom: 5px
}

.widgets-graph-window #widgets-graph {
  width: 100%;
  background-color: #fff;
  flex-grow: 1
}

.widgets-graph-window #widgets-graph-status {
  height: 100px;
  margin-bottom: 5px
}

.widgets-errors {
  color: red
}

.widgets-set-units {
  position: absolute;
  z-index: 1000;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center
}

.widgets-set-units span {
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-underline-position: under;
  cursor: pointer
}

.widgets-set-units select {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0
}

.widgets-revert-zoom {
  position: absolute;
  z-index: 1000;
  bottom: 15px;
  right: 10px;
  border-radius: .25rem;
  padding: 0 5px;
  cursor: pointer
}