.inspector {
  background-color: #fff;
  border-right: 1px solid #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.inspector .nav {
  border-right: 1px solid #000;
  height: 100vh;
  width: 64px;
}
.inspector .nav .menu a {
  text-align: center;
}
.inspector .nav .menu a.active {
  background-color: #e9ecef;
  font-weight: bold;
}
.inspector .nav .menu-list-settings {
  border-top: 1px solid #000;
  bottom: 0;
  height: 46px;
  position: absolute;
  width: 63px;
}
.inspector main {
  border-right: 1px solid #000;
  height: 100vh;
  width: calc(50vw - 93px);
}
.inspector main * {
  scrollbar-color: #adb5bd transparent;
  scrollbar-width: auto;
}
.inspector main *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.inspector main *::-webkit-scrollbar-track {
  background-color: transparent;
}
.inspector main *::-webkit-scrollbar-thumb {
  background-color: #adb5bd;
  border-radius: 10px;
  border: 4px solid #adb5bd;
}
.inspector main .menu a.active {
  background-color: #e9ecef;
  font-weight: bold;
}
.inspector main .is-title {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 16px 16px 0 16px;
  text-transform: uppercase;
}
.inspector main pre {
  background-color: #fff;
  padding: 16px;
  white-space: pre-wrap;
  word-break: break-all;
}
.inspector .button {
  color: #000;
}
.inspector .label {
  color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.inspector .input {
  border-radius: 0;
  border: 1px solid #000;
  box-shadow: none;
}
.inspector .select {
  box-shadow: none;
}
.inspector .select::after {
  border-color: #000 !important;
}
.inspector .select select {
  border-radius: 0;
  border: 1px solid #000;
  box-shadow: none;
  color: #000;
}
.inspector .button-apply {
  border-radius: 0;
  border: 1px solid #000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 28px;
  text-transform: uppercase;
}
.inspector .toggle {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 100vh;
  justify-content: center;
  width: 32px;
}
