.preview-card .v-card__title {
  background-color: #f9f8f8;
}
.preview-card .text-caption {
  font-size: 0.75rem;
  line-height: 1.2;
}
.preview-card .text-muted {
  color: #6c757d !important;
}
.stats {
  grid-gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stats .item {
  -webkit-box-flex: 2;
      -ms-flex: 2 1;
          flex: 2 1;
  padding: 0.25rem 0.5rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 48%;
  font-size: 0.8rem !important;
}
.events-container {
  max-height: 70vh;
  overflow-y: auto;
}
.code-container {
  max-height: 300px;
  overflow: auto;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}
.custom-prism {
  margin: 0 !important;
  font-size: 12px;
  line-height: 1.4;
}
.v-expansion-panel {
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  overflow: hidden;
}
.v-expansion-panel-header {
  background-color: #fafafa;
}
.v-expansion-panel--active .v-expansion-panel-header {
  background-color: #f5f5f5;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}
.custom-switch .v-input__control {
  max-width: 40px !important;
}
