<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
  font-family: sans-serif;
  background-color: #fff;
  color: #212934;
}
thead {
  border-bottom: 1px solid gray;
}
thead th {
  position: -webkit-sticky; /* For Safari/WebKit based browsers */
  position: sticky;
  top: 0;
  color: #fff;
  background-color: gray;
}
tbody tr {
  background-color: #fff;
  border-bottom: 1px solid lightgrey;
}
tbody tr:last-child {
  border-bottom: none;
}
table {
  /* height: 200px;
    overflow: auto; */
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
td,
th {
  text-align: left;
  padding: 7px 15px;
}
.apiscp_label {
  cursor: pointer;
  margin: 0 12px 0 3px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}
.fa-circle-info {
  opacity: 0.2;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.apiscp_disable_search .fa-circle-info {
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.fa-circle-info:hover {
  opacity: 0.9 !important;
}
.apiscp_label_container:hover .fa-circle-info,
.apiscp_disable_search .apiscp_checklist_container:hover .fa-circle-info {
  visibility: visible;
  opacity: 0.5;
}

.apiscp_snippet_header {
  background-color: #29253c;
  height: 40px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
  border-radius: 6px 6px 0 0;
  padding-left: 15px;
}
.apiscp_main_layout {
  padding: 0;
  box-sizing: border-box;
  /* height: calc(100vh - 30px); */
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.apiscp_heading {
  margin: 0;
  text-align: left;
  box-sizing: border-box;
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid lightgray;
  position: sticky;
  top: 0;
}
.apiscp_note {
  background-color: #fff4df;
  border: 1px solid #ffa500;
  padding: 10px 15px;
  font-size: 15px;
  border-radius: 6px;
  margin: 8px 20px;
  display: none;
}

#apiscp_path {
  padding: 10px;
  word-wrap: break-word;
  line-height: 1.5;
  max-height: 150px;
  overflow-y: auto;
}
.apiscp_generate_key_container {
  margin-top: 20px;
  border-radius: 6px;
  width: 100%;
  position: relative;
  color: #fff;
  min-height: 150px;
  background-color: #332f43;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.apiscp_copy_icn .fa-copy:hover {
  scale: 1.1;
}
.apiscp_copy_icn {
  height: 40px;
  width: 40px;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.apiscp_scope_list {
  padding: 0;
  height: 400px;
  overflow: auto;
}

ul.apiscp_scope_list ul.apiscp_disable_search li {
  margin: 2px 0;
  list-style: none;
}

.apiscp_scope_list .notree li {
  display: inline-block;
}

.apiscp_scope_list ul:not(:first-child) {
  display: none;
}
ul.op_types_list.notree {
  margin: 0 0 0 20px;
}
ul.op_types_list.notree li {
  margin: 0;
}

.apiscp_all li,
.apiscp_disable li {
  opacity: 0.5;
  pointer-events: none;
}
/* .apiscp_all li,
.apiscp_disable {
  opacity: 0.5;
  pointer-events: none;
} */
.apiscp_all li:first-child,
.apiscp_disable li#all,
.apiscp_disable li#all li {
  opacity: 1 !important;
  pointer-events: unset !important;
}
.apiscp_search {
  border-radius: 6px 6px 0 0;
  padding: 7px 15px;
  border: 1px solid #dedede;
}

.apiscp_search:focus {
  outline: none;
  box-shadow: 0px 0px 2px #4796ed;
  border: 1px solid #4796ed;
}
input[type="checkbox"] {
  cursor: pointer;
}
.apiscp_checklist_container {
  /* margin-top: 15px; */
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.apiscp_table_container {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}
.apiscp_main_layout .apiscp_table_container table {
  margin: 0;
}
.apiscp_label_container {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.tooltip {
  font-size: 12px;
  background: #faebd7;
  padding: 2px 8px;
  display: none;
  position: absolute;
  left: 100%;
  width: max-content;
  top: 0%;
  z-index: 10;
}
.fa-circle-info:hover ~ .tooltip {
  display: block;
}
.apiscp_note .apiscp_note_title ~ ul {
  display: block;
  list-style: square;
}
.apiscp_note_title {
  font-weight: bold;
  margin-top: 4px;
}
.apiscp_note_details li {
  line-height: 1.2;
}
.highlight {
  background-color: #ffa600;
}
</pre></body></html>