/*! Copyright © 2024 Ask Media Group */
.ask-debug-strip {
  width: 100%;
  padding: 0px 10px;
}
.ask-debug-strip .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #FFFFFF;
  background-color: #244261;
  text-align: left;
  padding: 6px;
}
.ask-debug-strip .section-wrapper .section-toggle {
  font-weight: bold;
  background-color: #8db3e3;
  color: white;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
.ask-debug-strip .section-wrapper .section-toggle.active,
.ask-debug-strip .section-wrapper .section-toggle:hover {
  background-color: #567fb3;
}
.ask-debug-strip .section-wrapper .section-content {
  width: 100%;
  border-collapse: collapse;
}
.ask-debug-strip .section-wrapper .section-content .header-row {
  background-color: #deeefe;
  color: #000000;
}
.ask-debug-strip .section-wrapper .section-content .header-row .header-cell {
  text-align: left;
  font-size: 13px;
  padding: 3px;
}
.ask-debug-strip .section-wrapper .section-content .section-body .body-row:nth-child(even) {
  background-color: #eaf4fd;
  text-align: center;
}
.ask-debug-strip .section-wrapper .section-content .section-body .body-row .body-cell {
  font-size: 16px;
  padding: 2px;
}
.ask-debug-strip .section-wrapper .section-content .section-body .body-row .body-cell.align-left {
  text-align: left;
}
.ask-debug-strip .section-wrapper .section-content .section-body .body-row th {
  width: 9%;
}
.ask-debug-strip .section-wrapper .section-content .section-body .body-row th:nth-child(even) {
  background-color: #cde1f4;
  text-align: center;
}
.ask-debug-strip .section-wrapper .section-content .section-body .body-row td {
  word-wrap: break-word;
}
.ask-debug-strip .section-wrapper .section-content .section-body .body-row td pre {
  font-size: 13px;
  text-align: left;
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.ask-debug-strip .section-wrapper .section-wrapper .section-label {
  background-color: #bed8f0;
}
.ask-debug-strip .section-wrapper .section-wrapper .section-toggle {
  font-weight: bold;
  background-color: #dbebfe;
  font-size: 13px;
  color: #000000;
}
.ask-debug-strip .section-wrapper .section-wrapper .section-toggle.active,
.ask-debug-strip .section-wrapper .section-wrapper .section-toggle:hover {
  background-color: #9dbee0;
}

