
/***********************************************/
/*                 schemingdcat               */
/***********************************************/
/* base css. Based on datopian dev theme */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
/* Stages */
.stages li:before {
  border-radius: 3px;
  content: counter(stage);
  display: inline-block;
  width: 20px;
  height: 27px;
  margin-right: 5px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #aeaeae;
  z-index: 1;
}

.stages li .highlight {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 11px 43px;
  border: none;
  text-align: left;
  text-decoration: none;
  line-height: 13px;
  z-index: -1;
  font-size: 0.9em;
}

.stages li.active .highlight {
  color: #fff;
  background: #003164 !important;
  border-radius: 10px;
}

.stages li.active:after {
  border-color: rgba(140, 198, 138, 0);
  border-top-color: #4c537f;
  border-bottom-color: #4c537f;
}
.stages li:after {
  margin-top: -23px !important;
}

.stages li.active:before {
  color: #252525;
}
/* About */
.about .page-heading {
  color: #003164;
}
/* Resources page */
.resources .nav-item.active > a span {
  white-space: normal;
}
/* Admin */
.account-masthead .account.authed .image {
  padding: 3px 15px;
}
.btn-warning {
  background-color: #c9a926;
  border-color: #c9a926;
}

.nav-tabs > li > a {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 3px solid #eee;
}
.nav-tabs > li.active > a {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 3px solid #2e88a3;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 3px solid #2e88a3;
}
.nav-tabs > li > a:hover {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 3px solid #eee;
}
.context-info h1.heading {
  font-weight: bold;
  margin-top: 30px;
}

/**** Responsive CSS *****/
@media only screen and (max-width: 768px) {
  .navbar-toggle {
    margin-right: 20px !important;
    background-color: #003164;
    padding: 6px 10px;
  }
  .navbar-toggle:hover {
    background-color: #003164 !important;
  }
  .navbar-toggle:focus {
    background-color: #003164 !important;
  }
  .navbar-toggle:active {
    background-color: #003164 !important;
  }
  .media-grid .media-item {
    width: 100% !important;
  }
  .group-pg .primary .module-content {
    padding: 0px !important;
  }
  .group-pg .media-image {
    margin: 0 auto;
  }
  .organization-pg .primary .module-content {
    padding: 0px !important;
  }
}

/* ckanext-schemingdcat snippets/templates */
.search_heading {
  display:flex;
  align-items: center;
}

.search_heading_span {
  width:90%
}

.sorting_heading {
  margin-left: 5px;
  display: flex;
  justify-content: flex-end;
}

.filters .module .sorting {
    position:relative;
    float:right;
    height: 38px;
    width: 38px;
    border-radius:5px;
    background-color:rgba(255,255,255,0.7);
    vertical-align:middle;
    margin-right:5px;
    cursor: pointer;
}

.filters .module .sorting .up,
.filters .module .sorting .down,
.filters .module .sorting .label {
	position:absolute;
	left:2px;
	color:#adb5bd;	
}

.filters .module .sorting .label {
    right: 0;
    bottom: 25%;
    margin: auto;
    padding-right:2px;
    text-align: end;
}

.filters .module .sorting.active .label {
	color:var(--bs-body-color);	
}

.filters .module .sorting {
	border:1px solid #ffffff;
}

.filters .module .sorting:hover {
	border:1px solid #000;
}

.filters .module .sorting:hover .label {
	color:var(--bs-body-color);	
}
	
.filters .module .sorting .up {
	top:3px;
}

.filters .module .sorting .down {
	bottom:3px;
}

.filters .module .sorting .up.active,
.filters .module .sorting .down.active
{
	color:#212529;	
}

.container__filter__type__search_and__or{
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* ckanext-scheming */
/* Facet icons */
img.facet-icon {
	width: 1.3em;
	margin-right: 5px;
  display: inline-block;
	border-radius: 50%;
  vertical-align: middle;
}

option.icon_option{
	background-repeat: no-repeat;
	background-position:left;
	background-size:15px;
	padding-left:17px;
}

/* spatial_uri icons */
img.spatial_uri-icon {
	vertical-align: middle;
	height: 1.6em;
	display: inline-block;
	border-radius: 50%;
	margin-left: 1em;
}

/* spatial_uri icons form_snippet*/
.provincia {
  margin-left: 10px;
  filter: opacity(0.7);
}

/* Metadata profile list*/
.metadata-profile-list { 
  list-style-type: "📃 ";
  vertical-align: middle;
}

/* Links list*/
.link-list { 
  list-style-type: "🔗 ";
  vertical-align: middle;
}

.link-list li::marker {
  font-size: 0.85em;
  vertical-align: middle;
}

/* Keywords list*/
.keyword-list { 
  list-style-type: "🏷️ ";
  vertical-align: middle;
}

.keyword-list li::marker {
  font-size: 0.85em;
  vertical-align: middle;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
}

.changelog-link {
  color: #2a6ebb;
  font-style: italic;
}

/* INSPIRE Themes list-NTI-RISP spatial URIs list */
.scheming-icon-list {
  list-style-type: none;
  padding-left: 1em;
  line-height: 2em;
}

.scheming-icon-list-icon {
  vertical-align: middle;
  height: 1.6em;
  display: inline-block;
}
.scheming-icon-list-icon:hover { cursor:pointer }

/* scheming form-tabs titles */
.stages {
  padding-left: 0;
  margin: 0;
  list-style: none;
  color: #aeaeae;
  counter-reset: stage;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 0.85em;
}

/* format icons */
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  max-height: 100px;
}

.media-item {
  position: relative;
  width: 140px;
  padding: 10px;
  margin: 0 0 10px 10px;
  background-color: white;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.media-description-url-overlay-link {
  color: blue;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  justify-content: left;
}

/* package/read */
.item_heading {
  margin: 0 0 5px 0;
  font-size: 14px;
  line-height: 1.3;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font: bold;
  font-style: bold;
  font-weight: bold;
}

.item_p_public {
  padding: 5px 10px;
  margin: 0;
  text-align: justify;
  text-justify: inter-word;
  border: 1px solid #5dab54;
  border-radius: 4px;
  background-color: #e6fec1;
  margin: 0px 15px 5px 15px;
}

.item_p_private {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  text-align: justify;
  text-justify: inter-word;
  border: 1px solid #faae20;
  border-radius: 4px;
  background-color: #fff6e6;
  margin: 0px 15px 5px 15px;
}


img.item_icon {
  vertical-align: middle;
  max-height: 14px;
  display: inline-block;
  border-radius: 25%;
}

img.item_image {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.graphic_overview {
  display: block;
  padding: 5px 15px;
}

/* info */
.info_heading {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 20px 15px 10px 15px;
  font-size: 14px;
  line-height: 1.3;
  border-bottom: none;
}

.info_heading_image {
  max-width: 45px;
  max-width: 45px;
  height: auto;
  margin-right: 10px;
  z-index: 1;
  position: relative;
}

.info_image {
  max-height: 20px;
  max-width: 20px;
  margin-right: 10px;
  z-index: 1; 
  position: relative;
}

.info_text {
  font-size: 13px !important;
  font-weight: 400;
  color: #364b5f !important;
}

.info_text_bold {
  font-size: 14px;
  font-weight: 600;
}

.info_item {
  padding-bottom: 50px;
}

/* reference list */
#reference-list {
  display: none;
}

.show-more-toggle:checked + .module .nav {
  display: block;
}

/* summary list */
.scrollable-list {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; 
}

.scrollable-list::-webkit-scrollbar {
  height: 8px; 
  width: 8px; 
  background-color: transparent; 
  position: absolute; 
  top: 0;
  right: 0; 
}

.scrollable-list::-webkit-scrollbar-thumb {
  background-color: #f2f2f2; 
  border-radius: 6px; 
}

.scrollable-list_break-word {
  max-width: 100%;
  overflow-wrap: break-word;
}

/* social nums */
.item_social_nums_dt {
  margin: 0 0 5px 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
}

.item_social_nums_dd {
  margin: 0 0 5px 0;
  font-size: 24px;
  line-height: 1.3;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font: bold;
  font-style: bold;
  font-weight: bold;
}

/* package/additional_info */
.package_notes{
  text-align: justify;
}

.thead-normal_table {
  background-color: #e8e8e8; 
  border: 1px solid #ddd; 
  padding: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.toggle-table {
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  margin-top: 20px;
  max-height: 450px; 
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  display: flex;
}

.toggle-table summary {
  position: sticky;
  top: 0;
  background-color: #f0f0f0;
  z-index: 1;
  height: 36px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.toggle-table:hover {
  background-color: #ddd; 
}

.toggle-table summary:hover {
  background-color: #ddd; 
}

.toggle-table::-webkit-scrollbar {
  height: 8px; 
  width: 8px; 
  background-color: transparent; 
  position: absolute; 
  top: 0;
  right: 0; 
}

.toggle-table::-webkit-scrollbar-thumb {
  background-color: #f2f2f2; 
  border-radius: 6px; 
}

.toggle-show-more {
  background-color: #f9f9f9;
  font-size: 16px;
}

.toggle-show-more a:hover, a:focus {
  text-decoration: none;
  color: #2a6ebb;
}

.js .table .toggle-show td {
  background: #ededed;
  text-align: center;
}

/* dataset_extent */ 
.additional_info_map {
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
}

.map_attribution_div {
  padding: 5px;
  text-align: right;
  font-size: 11px;
}

/* URIRef popup */
.permalink-label::after {
  content: none;
}

.permalink-label {
  cursor: pointer;
  text-decoration: none;
  font-weight: normal;
  display: block;
  position: relative;
  margin: -7px -25px;
  padding: 10px 15px;
}

.permanav {
  cursor: pointer;
}

.permanav:hover {
  background-color: #eeeeee; 
}

.permalink-input {
  margin-top: 5px;
  margin-left: 5px;
  width: calc(100% - 10px);
}

.permalink-copy {
  font-size: 24px;
  color: #3A833A;
  display: flex;
  justify-content: right;
  align-items: right;
}

/* dataset form */
.card2 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  opacity: 0.6;
  transition: all 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  margin: 1rem;
  color: #9d9d9d;
  border-radius: 10px;
}

.card2:hover, .card2:focus-within, .card2:active, .card2:focus {
  opacity: 1; 
  color: #000;
  background-color: #c1dffe96;
}

.card2:hover .card2-header, .card2:focus-within .card2-header {
  background-color: #c1dffe96;
  color: #000000;
  font-weight: normal;
  border-bottom: 1px solid #003164;
}

.card2-header {
  background-color: #d7d7d7;
  color: #9d9d9d;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 10px 10px 0 0;
}

.card2-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
  background-color: #fff;
}

.card2-header h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.form-actions {
  overflow:hidden;
}

.slug-preview {
  font-size: 14px;
  line-height: 1;
  margin: 5px 0 5px 20px;
}

/* metadata_info */
.table tr.toggle-separator {
  display: table-row;
}

.table tr.toggle-separator td {
  padding: 0px;
  /* height: 5px; */
  /* background: repeating-linear-gradient(-45deg, #f9f9f9 5px, #fff 5px, #fff 10px); */
}
.table-toggle-more::after {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #ddd;
}

.table-toggle-more:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 12px #ddd solid;
}

.dropdown-menu {
  overflow-y: scroll;
  max-height: 350px;
  max-width: auto;
}

@media (max-width: 768px) {
  .dropdown-menu {
    max-height: 200px;
    max-width: 100%;
  }
}

.dropdown-header {
  display: block;
  padding: 5px 5px 1px 7px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #999999;
  white-space: nowrap;
  font-weight: 300;
}

.metadata-download{
  position:relative;
  float: left;
}

.metadata-download_info_label{
  font-size:12px;
}

.datastore-download_info_label{
  font-size:20px;
}

.format_icon {
  max-height: 20px;
  max-width: 20px;
  margin-right: 10px;
  z-index: 1; 
  position: relative;
}

.download-links .btn-group{
  float:right;
  margin-right:3px;
  margin-left: 3px;
}

.download-links .btn-group .btn{
  max-width: 130px;
}

.metadata-label{
  display: block;
  max-width: 180px;
  max-height: 34px;
  padding: 6px 5px 6px 5px;
  margin-right: 5px;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.01em;

  color: #ECECEC;
  font-size: 14px;
  background-color: #f5f5f5;
  border-color: #ECECEC;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

.metadata-label > i { 
  font-size: 15px;
  color: #3fb950;
}

.metadata-label:after{
  font-size: 14px;
}

/*Reutilization Section */
.reuti {
  margin-top: 50px;
  background-color: #003164;
  color: #fff;
  background-image: url('/images/bg-dark.png');
  background-size: cover;
}
.reuti .section-heading {
  margin-bottom: 5px;
}
.reuti .dataset-details h4 {
  font-weight: 600;
  font-size: 1.4em;
  border-bottom: 1px solid #fff;
  margin-bottom: 17px;
  padding-bottom: 6px;
  margin-top: 30px;
}
/* News */
.news {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .news {
    margin-bottom: 30px;
  }
}
.news .news-item {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .news .news-item {
    margin-right: 15px;
  }
}

.news .date {
  padding-bottom: 10px;
  font-style: italic;
}
.news img {
  width: 100%;
}
.news h4 {
  padding: 6px 0 0 0;
}
.news h4 a {
  color: #003164;
  font-size: 1.4em;
  font-weight: 600;
}
/* Sub footer */
.subfooter {
  padding: 30px 0;
  background-color: #003164;
}
.subfooter h3 {
  color: #fff;
  font-size: 2.1em;
  font-weight: 300;
  margin: 0;
  padding: 8px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .subfooter h3 {
    font-size: 1.8em;
  }
}
.subfooter .btn {
  background-color: #fff;
  color: #000;
  padding: 10px 28px;
  font-size: 16px;
  border-radius: 0;
  font-weight: 300;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .subfooter .btn {
    padding: 6px 12px;
    font-size: 14px;
  }
}
.subfooter .btn:hover {
  background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  .subfooter .text-right {
    text-align: left !important;
  }
}
/* footer */
.site-footer .attribution .ckan-footer-logo {
  background: url("../../images/default/ckan-logo-footer.png") no-repeat top left;
}
.site-footer {
  padding: 60px 0;
}
.site-footer .logo {
  margin-bottom: 40px;
}
.site-footer label,
.site-footer small,
.site-footer strong {
  font-size: 18px;
  margin-bottom: 10px;
}
.site-footer p,
.site-footer a {
  font-size: 15px;
}
.site-footer .footer-links ul li {
  margin-bottom: 15px;
}
/* Selector drop-down */
.select2-container .select2-choice .select2-arrow {
  border-left: 0;
  background: #fff;
  filter: none;
  background-image: none;
}
.select2-container .select2-choice {
  height: 34px;
  line-height: 34px;
}

/* Trash */
.trash-li-info {
  font-size: 12px;
  padding-bottom: 3px;
}

.trash-dataset-badges {
  display: flex;
  justify-content: flex-start; /* Align to the left */
}

/* Code CSS */
code {
  padding: 2px 4px;
  font-size: 11px;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

.block-code {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.875em;
  color: #c7254e;
  word-wrap: break-word;
  background-color: #f9f2f4;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 4px;
}

/* Datastore */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  color: #333333;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #1d6075;
  background-color: #e9f0f3;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231d6075'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #90b5c1;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(32, 107, 130, 0.25);
}


.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

input#lang-curl ~ div .example-curl {
  display: none;
}

input#lang-curl:checked ~ div .example-curl {
  display: block;
}

input#lang-javascript ~ div .example-javascript {
  display: none;
}

input#lang-javascript:checked ~ div .example-javascript {
  display: block;
}

input#lang-powershell ~ div .example-powershell {
  display: none;
}

input#lang-powershell:checked ~ div .example-powershell {
  display: block;
}

input#lang-python ~ div .example-python {
  display: none;
}

input#lang-python:checked ~ div .example-python {
  display: block;
}

input#lang-r ~ div .example-r {
  display: none;
}

input#lang-r:checked ~ div .example-r {
  display: block;
}


/* distribution formats */
.label[data-format=css],
.label[data-format*=css] {
  background-color: #0096e6;
}

.label[data-format=csv],
.label[data-format*=csv],
.label[data-format*=tsv],
.label[data-format*=xls],
.label[data-format*=xlsx],
.label[data-format*=gspread],
.label[data-format*=gsheet],
.label[data-format*=sheet] {
  background-color: #45b058;
}

.label[data-format=csw],
.label[data-format*=csw],
.label[data-format*=ows],
.label[data-format*=ogc] {
  background-color: #5e4f11;
}

.label[data-format=doc],
.label[data-format*=docx],
.label[data-format*=odt],
.label[data-format*=md],
.label[data-format*=tex],
.label[data-format=txt],
.label[data-format*=txt] {
  background-color: #42a5f5;
}

.label[data-format=geojson],
.label[data-format=json],
.label[data-format*=json] {
  background-color: #eeaf4b;
}

.label[data-format=jpeg],
.label[data-format=jpg],
.label[data-format*=jpg] {
  background-color: #14a085;
}

.label[data-format=kml],
.label[data-format=kmz],
.label[data-format*=kmz] {
  background-color: #8D6FA9;
}

.label[data-format=png],
.label[data-format*=png] {
  background-color: #659c35;
}

.label[data-format=mp3],
.label[data-format*=mp3],
.label[data-format*=mpeg3] {
  background-color: #7d6599;
}

.label[data-format=mp4],
.label[data-format*=mp4],
.label[data-format*=mpeg4] {
  background-color: #ff5364;
}

.label[data-format=shp],
.label[data-format*=shp],
.label[data-format*=shapefile],
.label[data-format*=gdb],
.label[data-format*=geodatabase] {
  background-color: #36849a;
}

.label[data-format=wcs],
.label[data-format*=wcs] {
  background-color: #38586C;
}

.label[data-format=wfs],
.label[data-format*=wfs] {
  background-color: #5783A3;
}

.label[data-format=wms],
.label[data-format*=wms] {
  background-color: #ADAB46;
}

.label[data-format=wmts],
.label[data-format*=wmts] {
  background-color: #6E512F;
}

.label[data-format=xml],
.label[data-format*=xml] {
  background-color: #fc7b24;
}

.label[data-format=zip],
.label[data-format*=zip] {
  background-color: #fcba2f;
}

/* Metadata templates toolbar */
@media (max-width: 600px) {
  #metadata-sidebar {
    width: 100%;
    left: -100%;
  }

  .metadata-toolbar-button {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: rotate(0) translate(-50%, -50%);
  }
}

.metadata-toolbar-button {
  position: fixed;
  top: 45%;
  left: 0;
  transform: rotate(-90deg) translate(-50%, -50%);
  transform-origin: 0 0;
  background-color: #003164;
  color: #fff;
  border: 2px solid #003164;
  padding: 10px;
  cursor: pointer;
  z-index: 100000000;
  opacity: 0.9;
  margin-left: 15px;
  border-radius: 0px 0 15px 15px;
  backface-visibility: hidden;
  transition: opacity 0.9s, visibility 0.9s;
}

.metadata-toolbar-button:hover {
  color: #fff;
  background-color: #2f88a3 !important;
  border-color: #2f88a3 ;
  opacity: 1 ;
}

#metadata-sidebar {
  padding: 0;
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background-color: #f6f6f6;
  opacity: 0.9;
  transition: left 0.3s;
  z-index: 100000000;
  border-right: 3px solid #003164;
  transition: opacity 0.3s, visibility 0.3s;
}

#metadata-sidebar.open {
  left: 0;
}

.metadata-sidebar-header {
  padding: 20px 20px 10px 20px;
  font-size: 20px;
  text-align: left;
  color: #003164;
}

.metadata-sidebar-header i {
  margin-right: 10px;
}

.metadata-sidebar-header h2 {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #003164;
}

.metadata-sidebar-nav {
  list-style: none;
  padding-left: 0;
  max-height: 500px;
  overflow-y: auto;
  margin-bottom: 0;
}

.metadata-sidebar-nav li {
  position: relative;
  padding: 15px 20px;
  border-bottom: 1px solid #ccc;
  background: linear-gradient(to right, #003164, #003164) no-repeat;
  background-size: 0 100%;
  transition: background-size 0.3s;
  cursor: pointer;
  background-color: #eeeeee;
  text-align: left;
}

.metadata-sidebar-nav li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -1px;
  width: 8px;
  background-color: #003164;
}

.metadata-sidebar-nav li:hover {
  background-size: 100% 100%;
}

.metadata-sidebar-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #003164;
  text-decoration: none;
  font-weight: 500;
}

.metadata-sidebar-nav li:hover a {
  color: #fff;
}

.metadata-sidebar-nav li a i {
  margin-right: 5px;
}

.metadata-sidebar-icon-align {
  vertical-align: middle;
}

.metadata-sidebar-template-description {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  margin-left: 10px;
  text-align: justify;
}

.metadata-sidebar-nav li:hover .metadata-sidebar-template-description {
  color: #c9c9c9
}

.metadata-sidebar-no-templates {
  margin: 0;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 1.3;
  color: #886e3d;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fdf8e4;
  text-align: justify;
}

.metadata-sidebar-module-heading {
  margin: 0;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 1.3;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  color: #333333 !important;
}

.metadata-sidebar-module-heading i.fa {
  margin-right: 10px;
}

.metadata-sidebar-module-content {
  padding: 10px 25px;
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  text-align: justify;
}

.module-heading {
  margin: 0;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 1.3;
  background-color: #f6f6f6;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.metadata-sidebar-info-block {
  font-size: 12px;
  padding: 10px 0 10px 10px;
}

/* Resource Auto-fields Collapsible Styles */
.schemingdcat-collapsible {
  transition: all 0.3s ease;
}

.schemingdcat-collapsible.collapsed {
  opacity: 0.9;
}

.schemingdcat-collapsible .card2-header {
  position: relative;
  padding-left: 35px;
}

.schemingdcat-collapse-toggle {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 2px 6px;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: all 0.2s ease;
}

.schemingdcat-collapse-toggle:hover {
  background: #f0f0f0;
  border-color: #ccc;
}

.schemingdcat-collapse-toggle i {
  transition: transform 0.2s ease;
}

.schemingdcat-auto-field-indicator {
  float: right;
  font-size: 12px;
  color: #666;
  background: #f0f0f0;
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 10px;
}

.schemingdcat-auto-field-indicator i {
  color: #2572B4;
  margin-right: 4px;
}

/* Individual auto field wrapper styles */
.schemingdcat-auto-field-wrapper {
  border: 1px dashed #ddd;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
  background: #fafafa;
}

.schemingdcat-auto-field-single-indicator {
  cursor: pointer;
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
  display: inline-block;
}

.schemingdcat-auto-field-single-indicator i {
  color: #2572B4;
  margin-right: 4px;
}

.schemingdcat-auto-field-wrapper.collapsed .schemingdcat-auto-field-single-indicator:after {
  content: ' (click to expand)';
  font-style: italic;
  color: #999;
}

/* Auto-filled field highlighting */
.schemingdcat-auto-filled {
  background-color: #e8f5e9 !important;
  border-color: #4caf50 !important;
}

.schemingdcat-auto-filled-highlight {
  animation: autoFillHighlight 3s ease;
}

@keyframes autoFillHighlight {
  0% {
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.4);
  }
  50% {
    box-shadow: 0 0 10px 5px rgba(76, 175, 80, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
  }
}

/* Collapsed state for card2 body */
.schemingdcat-collapsible.collapsed .card2-body {
  display: none;
}

/* Master section styles */
.schemingdcat-master-section {
  border: 2px solid #2572B4;
  background-color: #f8f9fa;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(37, 114, 180, 0.1);
  transition: all 0.3s ease;
}

.schemingdcat-master-section:hover {
  box-shadow: 0 4px 15px rgba(37, 114, 180, 0.15);
}

.schemingdcat-master-section.collapsed {
  opacity: 0.95;
  box-shadow: 0 2px 5px rgba(37, 114, 180, 0.08);
}

.schemingdcat-master-header {
  background: linear-gradient(135deg, #2572B4 0%, #3b87c8 100%);
  color: white;
  padding: 20px 25px;
  position: relative;
  padding-left: 65px;
  padding-right: 25px;
  border-bottom: 2px solid #1e5a92;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  transition: background 0.3s ease;
  min-height: 90px;
}

.schemingdcat-master-header:hover {
  background: linear-gradient(135deg, #1e5a92 0%, #2572B4 100%);
}

.schemingdcat-master-header h3 {
  color: white !important;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}

.schemingdcat-master-header h3 i {
  color: white !important;
  margin-right: 10px;
  font-size: 22px;
}

.schemingdcat-master-description {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 14px;
  margin: 0 0 10px 0;
  line-height: 1.5;
  font-weight: 300;
}

.schemingdcat-master-description i {
  color: rgba(255, 255, 255, 0.9) !important;
}

.schemingdcat-master-note {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.95) !important;
  display: inline-block;
  margin-top: 5px;
}

.schemingdcat-master-note i {
  color: rgba(255, 255, 255, 0.95) !important;
  margin-right: 6px;
  opacity: 0.8;
}

.schemingdcat-master-toggle {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 6px 10px;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 16px;
}

.schemingdcat-master-toggle:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%) scale(1.1);
}

.schemingdcat-master-toggle:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.schemingdcat-master-toggle i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.schemingdcat-master-content {
  padding: 20px;
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 0 6px 6px;
}

.schemingdcat-master-section.collapsed .schemingdcat-master-content {
  display: none;
}

/* Nested group styles within master section */
.schemingdcat-master-content .card2 {
  margin-bottom: 15px;
  border: 1px solid #dee2e6;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  border-radius: 4px;
  overflow: hidden;
}

.schemingdcat-master-content .card2:last-child {
  margin-bottom: 0;
}

.schemingdcat-master-content .card2-header {
  background-color: #f8f9fa;
  padding: 12px 18px;
  padding-left: 45px;
  border-bottom: 1px solid #e9ecef;
  transition: background-color 0.3s ease;
}

.schemingdcat-master-content .card2-header:hover {
  background-color: #e9ecef;
}

.schemingdcat-master-content .card2-header h3 {
  font-size: 16px;
  margin: 0;
  color: #495057;
  font-weight: 500;
}

.schemingdcat-master-content .card2-header h3 i {
  color: #6c757d;
  margin-right: 8px;
}

/* Ensure collapsed nested groups still show toggle button */
.schemingdcat-master-content .schemingdcat-collapsible.collapsed .card2-header {
  border-bottom: none;
  background-color: #f0f0f0;
}

/* Animation for master section */
@keyframes pulseHighlight {
  0% { box-shadow: 0 2px 10px rgba(37, 114, 180, 0.1); }
  50% { box-shadow: 0 4px 20px rgba(37, 114, 180, 0.25); }
  100% { box-shadow: 0 2px 10px rgba(37, 114, 180, 0.1); }
}

.schemingdcat-master-section.highlight {
  animation: pulseHighlight 2s ease-in-out;
}

/* Ensure spatial extent field is properly styled when loading */
textarea.loading[name="spatial_extent"],
input.loading[name="spatial_extent"] {
  background-image: linear-gradient(90deg, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:200,300,400);@-webkit-keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@-moz-keyframes tooltips-vert{to{opacity:.9;-moz-transform:translate(-50%,0);transform:translate(-50%,0)}}@-o-keyframes tooltips-vert{to{opacity:.9;-o-transform:translate(-50%,0);transform:translate(-50%,0)}}@keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0)}}pre.ft-syntax-highlight{display:block;position:relative;padding:30px 0 0;font-size:.85rem;letter-spacing:.5px;color:#d3d3d3;background-color:#2d2832;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='304' height='304' viewBox='0 0 304 304' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-206-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2a5 5 0 1 0-2 0V82h64v-2h-62V21.9zm16 16a5 5 0 1 0-2 0V66h48v-2h-46V37.9zm-128 96a5 5 0 1 0-2 0V210h16v10.1a5 5 0 1 0 2 0V208h-16v-74.1zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9a5 5 0 1 0-2 0V144H53.9a5 5 0 1 0 0 2H98v-44.1zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9a5 5 0 1 0-2 0V64H80v64H69.9a5 5 0 1 0 0 2H82V66h32V37.9zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9a5 5 0 1 0-2 0V162h16v30h-16v66h48v46h2v-48h-48v-62h16v-34h-16v-10.1zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.172l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.513L175.586 80H224V21.9a5 5 0 1 1 2 0V82h-49.586L146 112.414V188.1zm16 32a5 5 0 1 1-2 0v-99.513L184.586 96H300.1a5.004 5.004 0 0 1 3.9-3.9v2.07a3.004 3.004 0 0 0 0 5.66v2.07a5.004 5.004 0 0 1-3.9-3.9H185.414L162 121.414V220.1zm-144-64a5 5 0 1 1-2 0v-3.513l48-48V48h32V0h2v50H66v55.413l-48 48v2.687zM50 53.9a5 5 0 1 0-2 0v42.686l-48 48V210h28.1a5 5 0 1 0 0-2H2v-62.586l48-48V53.9zm-16 16a5 5 0 1 0-2 0v18.686l-32 32v2.828l34-34V69.9zM12.1 32a5 5 0 1 1 0 2H9.414L0 43.414v-2.828L8.586 32H12.1zm265.8 18a5 5 0 1 1 0-2h18.686L304 40.586v2.828L297.414 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.413l16-16v2.827l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.586L40.586 194H21.9a5 5 0 1 1 0-2h19.513L66 216.586V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.598L56.598 162H37.9a5 5 0 1 1 0-2h19.502L98 200.598V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.586L48.586 178H21.9a5 5 0 1 1 0-2h27.513L82 208.586V258H53.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM34 39.793V0h-2v40.586L8.586 64H0v2h9.413L34 41.414v-1.62zM2 300.1V258h14v46h2v-48H0v46.17A3.004 3.004 0 0 1 3.83 304H5.9a5.004 5.004 0 0 0-3.9-3.9zM34 241v63h-2v-62H0v-2h34v1zM17 18h1V0h-2v16H0v2h17zm273-2V0h-2v18h16v-2h-14zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.002 5.002 0 0 1 6 97a5.002 5.002 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32a5 5 0 0 0-9.8 0h2.07a3.004 3.004 0 0 1 5.66 0h2.07zM5.9 0A5.002 5.002 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0a5 5 0 0 0 3.9 5.9V3.83A3.004 3.004 0 0 1 302.17 0h-2.07zm3.9 300.1a5.004 5.004 0 0 0-3.9 3.9h2.07a3.016 3.016 0 0 1 1.83-1.83v-2.07z' fill='%2345404b' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E")}pre.ft-syntax-highlight::before{position:absolute;top:0;left:0;width:100%;padding:10px 0;text-indent:25px;font-weight:700;font-size:1.2rem;text-transform:uppercase;color:#888;letter-spacing:.8px;content:attr(data-syntax);direction:rtl}pre.ft-syntax-highlight code{font-family:'Source Code Pro',monospace;counter-reset:line -1;display:block;margin:-25px 10px -28px 10px;padding:0 10px 10px 0;max-height:400px;overflow:auto}pre.ft-syntax-highlight code span.newline::before{position:relative;right:20px;color:#d3d3d3;counter-increment:line;content:counter(line);font-weight:200}pre.ft-syntax-highlight code span.newline:nth-of-type(n+11)::before{position:relative;right:28px}pre.ft-syntax-highlight code span.newline:nth-of-type(n+101)::before{position:relative;right:36px}@media all and (max-width:550px){pre.ft-syntax-highlight{font-size:calc(9px + .8vw)}}@media all and (max-width:225px){pre.ft-syntax-highlight[data-ui-theme=macosx i]::before{text-align:left;text-indent:55%}pre.ft-syntax-highlight[data-ui-theme=win95 i]::after{display:none}}pre.ft-syntax-highlight code::-webkit-scrollbar-track{background-color:transparent}pre.ft-syntax-highlight code::-webkit-scrollbar{width:10px;height:10px;border-radius:10px;background-color:rgba(255,255,255,.4)}pre.ft-syntax-highlight code::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:rgba(255,255,255,.5)}pre.ft-syntax-highlight code::-webkit-scrollbar-corner{display:none}pre.ft-syntax-highlight[data-ui-theme=bootstrap4] code::-webkit-scrollbar-thumb,pre.ft-syntax-highlight[data-ui-theme=burberry] code::-webkit-scrollbar-thumb,pre.ft-syntax-highlight[data-ui-theme=light] code::-webkit-scrollbar-thumb,pre.ft-syntax-highlight[data-ui-theme=simple] code::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.4)}pre.ft-syntax-highlight[data-ui-theme=bootstrap4] code::-webkit-scrollbar,pre.ft-syntax-highlight[data-ui-theme=burberry] code::-webkit-scrollbar,pre.ft-syntax-highlight[data-ui-theme=light] code::-webkit-scrollbar,pre.ft-syntax-highlight[data-ui-theme=simple] code::-webkit-scrollbar{background-color:rgba(0,0,0,.4)}pre.ft-syntax-highlight[data-showTooltips=true i] code span:not(.newline):not(.url){position:relative;cursor:help}pre.ft-syntax-highlight[data-showTooltips=true i] code span:not(.newline)::after,pre.ft-syntax-highlight[data-showTooltips=true i] code span:not(.newline)::before{text-transform:none;font-size:.95em;line-height:1;user-select:none;pointer-events:none;position:absolute;display:none;opacity:0;-webkit-animation:tooltips-vert 300ms ease-out forwards;-moz-animation:tooltips-vert 300ms ease-out forwards;-o-animation:tooltips-vert 300ms ease-out forwards;animation:tooltips-vert 300ms ease-out forwards;left:50%;-webkit-transform:translate(-50%,-.5em);-moz-transform:translate(-50%,-.5em);-ms-transform:translate(-50%,-.5em);-o-transform:translate(-50%,-.5em);transform:translate(-50%,-.5em)}pre.ft-syntax-highlight[data-showTooltips=true i] code span:not(.newline)::before{content:'';border:8px solid transparent;z-index:1001;bottom:100%;border-bottom-width:0;border-top-color:#f8f8ff}pre.ft-syntax-highlight[data-showTooltips=true i] code span:not(.newline)::after{font-family:Helvetica,sans-serif;text-align:center;min-width:3em;max-width:21em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:1ch 1.5ch;border-radius:.3ch;-webkit-box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);-moz-box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);background:#f8f8ff;color:#000;z-index:1000;bottom:calc(100% + 8px)}pre.ft-syntax-highlight[data-showTooltips=true i] code span:not(.newline):hover::after,pre.ft-syntax-highlight[data-showTooltips=true i] code span:not(.newline):hover::before{display:block}pre.ft-syntax-highlight[data-showTooltips=true i] code span.comment::after{content:'comment'}pre.ft-syntax-highlight[data-showTooltips=true i] code span.value::after{content:'value'}pre.ft-syntax-highlight[data-ui-theme=beach i]{background-image:url();border:1px solid rgba(0,0,0,.125);border-radius:.25rem;color:#888;background-color:beige}pre.ft-syntax-highlight[data-ui-theme=beach i]::before{direction:ltr;font-weight:400;color:#fff;background:-webkit-linear-gradient(79deg,#6495ed 0%,#48d1cc 70%,#40e0d0);background:-moz-linear-gradient(79deg,#6495ed 0%,#48d1cc 70%,#40e0d0);background:-o-linear-gradient(79deg,#6495ed 0%,#48d1cc 70%,#40e0d0);background:linear-gradient(11deg,#6495ed 0%,#48d1cc 70%,#40e0d0)}pre.ft-syntax-highlight[data-ui-theme=beach i] code,pre.ft-syntax-highlight[data-ui-theme=bootstrap4 i] code,pre.ft-syntax-highlight[data-ui-theme=burberry i] code,pre.ft-syntax-highlight[data-ui-theme=christmas i] code,pre.ft-syntax-highlight[data-ui-theme=halloween i] code{margin-top:0}pre.ft-syntax-highlight[data-ui-theme=beach i] code span.newline::before,pre.ft-syntax-highlight[data-ui-theme=bootstrap4 i] code span.newline::before{color:#000}pre.ft-syntax-highlight[data-ui-theme=beach i][data-showTooltips=true i] code span:not(.newline):not(.url)::before{border-top-color:#6495ed}pre.ft-syntax-highlight[data-ui-theme=beach i][data-showTooltips=true i] code span:not(.newline):not(.url)::after{background:#6495ed;color:#f8f8ff}pre.ft-syntax-highlight[data-ui-theme=bootstrap4 i]{background-color:#fff;background-image:url();border:1px solid rgba(0,0,0,.125);border-radius:.25rem;color:#888}pre.ft-syntax-highlight[data-ui-theme=bootstrap4 i]::before{direction:ltr;font-weight:400;color:#000;background-color:#f7f7f9;border-bottom:1px solid rgba(0,0,0,.125)}pre.ft-syntax-highlight[data-ui-theme=bootstrap4 i] code span.comment{color:#a0a0a0;font-weight:200}pre.ft-syntax-highlight[data-ui-theme=bootstrap4 i] code span.value{color:#696969}pre.ft-syntax-highlight[data-ui-theme=bootstrap4 i][data-showTooltips=true i] code span:not(.newline):not(.url)::before{border-top-color:#333}pre.ft-syntax-highlight[data-ui-theme=bootstrap4 i][data-showTooltips=true i] code span:not(.newline):not(.url)::after{background:#333;color:#f8f8ff}pre.ft-syntax-highlight[data-ui-theme=burberry i]{background-color:beige;background-image:url();border:1px solid #797c73;border-radius:.25rem;color:#888}pre.ft-syntax-highlight[data-ui-theme=burberry i]::before{direction:ltr;font-weight:700;color:#fff;border-bottom:1px solid #797c73;background-color:#e9d4b9;background-image:-webkit-repeating-linear-gradient(45deg,transparent 5px,rgba(11,36,45,.5) 5px,rgba(11,36,45,.5) 10px,rgba(211,119,111,0) 10px,rgba(211,119,111,0) 35px,rgba(211,119,111,.5) 35px,rgba(211,119,111,.5) 40px,rgba(11,36,45,.5) 40px,rgba(11,36,45,.5) 50px,rgba(11,36,45,0) 50px,rgba(11,36,45,0) 60px,rgba(211,119,111,.5) 60px,rgba(211,119,111,.5) 70px,rgba(247,179,85,.5) 70px,rgba(247,179,85,.5) 80px,rgba(247,179,85,0) 80px,rgba(247,179,85,0) 90px,rgba(211,119,111,.5) 90px,rgba(211,119,111,.5) 110px,rgba(211,119,111,0) 110px,rgba(211,119,111,0) 120px,rgba(11,36,45,.5) 120px,rgba(11,36,45,.5) 140px),-webkit-repeating-linear-gradient(315deg,transparent 5px,rgba(11,36,45,.5) 5px,rgba(11,36,45,.5) 10px,rgba(211,119,111,0) 10px,rgba(211,119,111,0) 35px,rgba(211,119,111,.5) 35px,rgba(211,119,111,.5) 40px,rgba(11,36,45,.5) 40px,rgba(11,36,45,.5) 50px,rgba(11,36,45,0) 50px,rgba(11,36,45,0) 60px,rgba(211,119,111,.5) 60px,rgba(211,119,111,.5) 70px,rgba(247,179,85,.5) 70px,rgba(247,179,85,.5) 80px,rgba(247,179,85,0) 80px,rgba(247,179,85,0) 90px,rgba(211,119,111,.5) 90px,rgba(211,119,111,.5) 110px,rgba(211,119,111,0) 110px,rgba(211,119,111,0) 140px,rgba(11,36,45,.5) 140px,rgba(11,36,45,.5) 160px);background-image:-moz-repeating-linear-gradient(45deg,transparent 5px,rgba(11,36,45,.5) 5px,rgba(11,36,45,.5) 10px,rgba(211,119,111,0) 10px,rgba(211,119,111,0) 35px,rgba(211,119,111,.5) 35px,rgba(211,119,111,.5) 40px,rgba(11,36,45,.5) 40px,rgba(11,36,45,.5) 50px,rgba(11,36,45,0) 50px,rgba(11,36,45,0) 60px,rgba(211,119,111,.5) 60px,rgba(211,119,111,.5) 70px,rgba(247,179,85,.5) 70px,rgba(247,179,85,.5) 80px,rgba(247,179,85,0) 80px,rgba(247,179,85,0) 90px,rgba(211,119,111,.5) 90px,rgba(211,119,111,.5) 110px,rgba(211,119,111,0) 110px,rgba(211,119,111,0) 120px,rgba(11,36,45,.5) 120px,rgba(11,36,45,.5) 140px),-moz-repeating-linear-gradient(315deg,transparent 5px,rgba(11,36,45,.5) 5px,rgba(11,36,45,.5) 10px,rgba(211,119,111,0) 10px,rgba(211,119,111,0) 35px,rgba(211,119,111,.5) 35px,rgba(211,119,111,.5) 40px,rgba(11,36,45,.5) 40px,rgba(11,36,45,.5) 50px,rgba(11,36,45,0) 50px,rgba(11,36,45,0) 60px,rgba(211,119,111,.5) 60px,rgba(211,119,111,.5) 70px,rgba(247,179,85,.5) 70px,rgba(247,179,85,.5) 80px,rgba(247,179,85,0) 80px,rgba(247,179,85,0) 90px,rgba(211,119,111,.5) 90px,rgba(211,119,111,.5) 110px,rgba(211,119,111,0) 110px,rgba(211,119,111,0) 140px,rgba(11,36,45,.5) 140px,rgba(11,36,45,.5) 160px);background-image:-o-repeating-linear-gradient(45deg,transparent 5px,rgba(11,36,45,.5) 5px,rgba(11,36,45,.5) 10px,rgba(211,119,111,0) 10px,rgba(211,119,111,0) 35px,rgba(211,119,111,.5) 35px,rgba(211,119,111,.5) 40px,rgba(11,36,45,.5) 40px,rgba(11,36,45,.5) 50px,rgba(11,36,45,0) 50px,rgba(11,36,45,0) 60px,rgba(211,119,111,.5) 60px,rgba(211,119,111,.5) 70px,rgba(247,179,85,.5) 70px,rgba(247,179,85,.5) 80px,rgba(247,179,85,0) 80px,rgba(247,179,85,0) 90px,rgba(211,119,111,.5) 90px,rgba(211,119,111,.5) 110px,rgba(211,119,111,0) 110px,rgba(211,119,111,0) 120px,rgba(11,36,45,.5) 120px,rgba(11,36,45,.5) 140px),-o-repeating-linear-gradient(315deg,transparent 5px,rgba(11,36,45,.5) 5px,rgba(11,36,45,.5) 10px,rgba(211,119,111,0) 10px,rgba(211,119,111,0) 35px,rgba(211,119,111,.5) 35px,rgba(211,119,111,.5) 40px,rgba(11,36,45,.5) 40px,rgba(11,36,45,.5) 50px,rgba(11,36,45,0) 50px,rgba(11,36,45,0) 60px,rgba(211,119,111,.5) 60px,rgba(211,119,111,.5) 70px,rgba(247,179,85,.5) 70px,rgba(247,179,85,.5) 80px,rgba(247,179,85,0) 80px,rgba(247,179,85,0) 90px,rgba(211,119,111,.5) 90px,rgba(211,119,111,.5) 110px,rgba(211,119,111,0) 110px,rgba(211,119,111,0) 140px,rgba(11,36,45,.5) 140px,rgba(11,36,45,.5) 160px);background-image:repeating-linear-gradient(45deg,transparent 5px,rgba(11,36,45,.5) 5px,rgba(11,36,45,.5) 10px,rgba(211,119,111,0) 10px,rgba(211,119,111,0) 35px,rgba(211,119,111,.5) 35px,rgba(211,119,111,.5) 40px,rgba(11,36,45,.5) 40px,rgba(11,36,45,.5) 50px,rgba(11,36,45,0) 50px,rgba(11,36,45,0) 60px,rgba(211,119,111,.5) 60px,rgba(211,119,111,.5) 70px,rgba(247,179,85,.5) 70px,rgba(247,179,85,.5) 80px,rgba(247,179,85,0) 80px,rgba(247,179,85,0) 90px,rgba(211,119,111,.5) 90px,rgba(211,119,111,.5) 110px,rgba(211,119,111,0) 110px,rgba(211,119,111,0) 120px,rgba(11,36,45,.5) 120px,rgba(11,36,45,.5) 140px),repeating-linear-gradient(135deg,transparent 5px,rgba(11,36,45,.5) 5px,rgba(11,36,45,.5) 10px,rgba(211,119,111,0) 10px,rgba(211,119,111,0) 35px,rgba(211,119,111,.5) 35px,rgba(211,119,111,.5) 40px,rgba(11,36,45,.5) 40px,rgba(11,36,45,.5) 50px,rgba(11,36,45,0) 50px,rgba(11,36,45,0) 60px,rgba(211,119,111,.5) 60px,rgba(211,119,111,.5) 70px,rgba(247,179,85,.5) 70px,rgba(247,179,85,.5) 80px,rgba(247,179,85,0) 80px,rgba(247,179,85,0) 90px,rgba(211,119,111,.5) 90px,rgba(211,119,111,.5) 110px,rgba(211,119,111,0) 110px,rgba(211,119,111,0) 140px,rgba(11,36,45,.5) 140px,rgba(11,36,45,.5) 160px)}pre.ft-syntax-highlight[data-ui-theme=burberry i] code span.comment{color:#a0a0a0;font-weight:200}pre.ft-syntax-highlight[data-ui-theme=burberry i] code span.newline::before{color:#797c73}pre.ft-syntax-highlight[data-ui-theme=burberry i] code span.value{color:#696969}pre.ft-syntax-highlight[data-ui-theme=burberry i][data-showTooltips=true i] code span:not(.newline):not(.url)::before{border-top-color:#404f4f}pre.ft-syntax-highlight[data-ui-theme=burberry i][data-showTooltips=true i] code span:not(.newline):not(.url)::after{background:#404f4f;color:#f8f8ff}pre.ft-syntax-highlight[data-ui-theme=christmas i]{border:1px solid rgba(255,0,0,.3);border-radius:.25rem;color:#ddd;background:-webkit-radial-gradient(circle,transparent 20%,#2e8b57 20%,#2e8b57 80%,transparent 80%,transparent),-webkit-radial-gradient(circle,transparent 20%,#2e8b57 20%,#2e8b57 80%,transparent 80%,transparent) 50px 50px,-webkit-linear-gradient(rgba(255,250,250,.035) 8px,transparent 8px) 0 -4px,-webkit-linear-gradient(left,rgba(255,250,250,.035) 8px,transparent 8px) -4px 0;background:-moz-radial-gradient(circle,transparent 20%,#2e8b57 20%,#2e8b57 80%,transparent 80%,transparent),-moz-radial-gradient(circle,transparent 20%,#2e8b57 20%,#2e8b57 80%,transparent 80%,transparent) 50px 50px,-moz-linear-gradient(rgba(255,250,250,.035) 8px,transparent 8px) 0 -4px,-moz-linear-gradient(left,rgba(255,250,250,.035) 8px,transparent 8px) -4px 0;background:-o-radial-gradient(circle,transparent 20%,#2e8b57 20%,#2e8b57 80%,transparent 80%,transparent),-o-radial-gradient(circle,transparent 20%,#2e8b57 20%,#2e8b57 80%,transparent 80%,transparent) 50px 50px,-o-linear-gradient(rgba(255,250,250,.035) 8px,transparent 8px) 0 -4px,-o-linear-gradient(left,rgba(255,250,250,.035) 8px,transparent 8px) -4px 0;background:radial-gradient(circle,transparent 20%,#2e8b57 20%,#2e8b57 80%,transparent 80%,transparent),radial-gradient(circle,transparent 20%,#2e8b57 20%,#2e8b57 80%,transparent 80%,transparent) 50px 50px,linear-gradient(rgba(255,250,250,.035) 8px,transparent 8px) 0 -4px,linear-gradient(90deg,rgba(255,250,250,.035) 8px,transparent 8px) -4px 0;background-color:#2e8b57;background-size:100px 100px,100px 100px,50px 50px,50px 50px}pre.ft-syntax-highlight[data-ui-theme=christmas i]::before{direction:ltr;font-weight:700;color:#000;border-bottom:1px solid red;background:-webkit-repeating-linear-gradient(45deg,#f4f4d7,#f4f4d7 10px,red 10px,#f4f4d7 15px,red 20px,#f4f4d7 20px,#f4f4d7 40px,red 40px,red 60px,#f4f4d7 60px,#f4f4d7 90px,red 90px,red 110px);background:-moz-repeating-linear-gradient(45deg,#f4f4d7,#f4f4d7 10px,red 10px,#f4f4d7 15px,red 20px,#f4f4d7 20px,#f4f4d7 40px,red 40px,red 60px,#f4f4d7 60px,#f4f4d7 90px,red 90px,red 110px);background:-o-repeating-linear-gradient(45deg,#f4f4d7,#f4f4d7 10px,red 10px,#f4f4d7 15px,red 20px,#f4f4d7 20px,#f4f4d7 40px,red 40px,red 60px,#f4f4d7 60px,#f4f4d7 90px,red 90px,red 110px);background:repeating-linear-gradient(45deg,#f4f4d7,#f4f4d7 10px,red 10px,#f4f4d7 15px,red 20px,#f4f4d7 20px,#f4f4d7 40px,red 40px,red 60px,#f4f4d7 60px,#f4f4d7 90px,red 90px,red 110px)}pre.ft-syntax-highlight[data-ui-theme=christmas i] code span.comment{color:#c8c8c8;font-weight:200}pre.ft-syntax-highlight[data-ui-theme=christmas i] code span.newline::before{color:#fff}pre.ft-syntax-highlight[data-ui-theme=christmas i] code span.value{color:#696969}pre.ft-syntax-highlight[data-ui-theme=christmas i][data-showTooltips=true i] code span:not(.newline):not(.url)::before{border-top-color:tomato}pre.ft-syntax-highlight[data-ui-theme=christmas i][data-showTooltips=true i] code span:not(.newline):not(.url)::after{background:tomato;color:#f8f8ff}pre.ft-syntax-highlight[data-ui-theme=halloween i]{background-color:#222;border:1px solid orange;border-radius:.25rem;color:#888;background-image:url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82.42 180h-1.415L0 98.995v-2.827L6.167 90 0 83.833V81.004L81.005 0h2.827L90 6.167 96.167 0H98.996L180 81.005v2.827L173.833 90 180 96.167V98.996L98.995 180h-2.827L90 173.833 83.833 180H82.42zm0-1.414L1.413 97.58 8.994 90l-7.58-7.58L82.42 1.413 90 8.994l7.58-7.58 81.006 81.005-7.58 7.58 7.58 7.58-81.005 81.006-7.58-7.58-7.58 7.58zM175.196 0h-25.832c1.033 2.924 2.616 5.59 4.625 7.868C152.145 9.682 151 12.208 151 15c0 5.523 4.477 10 10 10 1.657 0 3 1.343 3 3v4h16V0h-4.803c.51.883.803 1.907.803 3 0 3.314-2.686 6-6 6s-6-2.686-6-6c0-1.093.292-2.117.803-3h10.394-13.685C161.18.938 161 1.948 161 3v4c-4.418 0-8 3.582-8 8s3.582 8 8 8c2.76 0 5 2.24 5 5v2h4v-4h2v4h4v-4h2v4h2V0h-4.803zm-15.783 0c-.27.954-.414 1.96-.414 3v2.2c-1.25.254-2.414.74-3.447 1.412-1.716-1.93-3.098-4.164-4.054-6.612h7.914zM180 17h-3l2.143-10H180v10zm-30.635 163c-.884-2.502-1.365-5.195-1.365-8 0-13.255 10.748-24 23.99-24H180v32h-30.635zm12.147 0c.5-1.416 1.345-2.67 2.434-3.66l-1.345-1.48c-1.498 1.364-2.62 3.136-3.186 5.14H151.5c-.97-2.48-1.5-5.177-1.5-8 0-12.15 9.84-22 22-22h8v30h-18.488zm13.685 0c-1.037-1.793-2.976-3-5.197-3-2.22 0-4.16 1.207-5.197 3h10.394zM0 148h8.01C21.26 148 32 158.742 32 172c0 2.805-.48 5.498-1.366 8H0v-32zm0 2h8c12.15 0 22 9.847 22 22 0 2.822-.53 5.52-1.5 8h-7.914c-.567-2.004-1.688-3.776-3.187-5.14l-1.346 1.48c1.09.99 1.933 2.244 2.434 3.66H0v-30zm15.197 30c-1.037-1.793-2.976-3-5.197-3-2.22 0-4.16 1.207-5.197 3h10.394zM0 32h16v-4c0-1.657 1.343-3 3-3 5.523 0 10-4.477 10-10 0-2.794-1.145-5.32-2.992-7.134C28.018 5.586 29.6 2.924 30.634 0H0v32zm0-2h2v-4h2v4h4v-4h2v4h4v-2c0-2.76 2.24-5 5-5 4.418 0 8-3.582 8-8s-3.582-8-8-8V3c0-1.052-.18-2.062-.512-3H0v30zM28.5 0c-.954 2.448-2.335 4.683-4.05 6.613-1.035-.672-2.2-1.16-3.45-1.413V3c0-1.04-.144-2.046-.414-3H28.5zM0 17h3L.857 7H0v10zM15.197 0c.51.883.803 1.907.803 3 0 3.314-2.686 6-6 6S4 6.314 4 3c0-1.093.292-2.117.803-3h10.394zM109 115c-1.657 0-3 1.343-3 3v4H74v-4c0-1.657-1.343-3-3-3-5.523 0-10-4.477-10-10 0-2.793 1.145-5.318 2.99-7.132C60.262 93.638 58 88.084 58 82c0-13.255 10.748-24 23.99-24h16.02C111.26 58 122 68.742 122 82c0 6.082-2.263 11.636-5.992 15.866C117.855 99.68 119 102.206 119 105c0 5.523-4.477 10-10 10zm0-2c-2.76 0-5 2.24-5 5v2h-4v-4h-2v4h-4v-4h-2v4h-4v-4h-2v4h-4v-4h-2v4h-4v-2c0-2.76-2.24-5-5-5-4.418 0-8-3.582-8-8s3.582-8 8-8v-4c0-2.64 1.136-5.013 2.946-6.66L72.6 84.86C70.39 86.874 69 89.775 69 93v2.2c-1.25.254-2.414.74-3.447 1.412C62.098 92.727 60 87.61 60 82c0-12.15 9.84-22 22-22h16c12.15 0 22 9.847 22 22 0 5.61-2.097 10.728-5.55 14.613-1.035-.672-2.2-1.16-3.45-1.413V93c0-3.226-1.39-6.127-3.6-8.14l-1.346 1.48C107.864 87.987 109 90.36 109 93v4c4.418 0 8 3.582 8 8s-3.582 8-8 8zM90.857 97L93 107h-6l2.143-10h1.714zM80 99c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zm20 0c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6z' fill='%239C92AC' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E")}pre.ft-syntax-highlight[data-ui-theme=halloween i]::before{direction:ltr;font-weight:400;color:#fff;background-color:orange;border-bottom:1px solid orange}pre.ft-syntax-highlight[data-ui-theme=halloween i] code span.comment{color:#a0a0a0;font-weight:200}pre.ft-syntax-highlight[data-ui-theme=halloween i] code span.newline::before{color:orange}pre.ft-syntax-highlight[data-ui-theme=halloween i] code span.value{color:#696969}pre.ft-syntax-highlight[data-ui-theme=halloween i][data-showTooltips=true i] code span:not(.newline):not(.url)::before{border-top-color:orange}pre.ft-syntax-highlight[data-ui-theme=halloween i][data-showTooltips=true i] code span:not(.newline):not(.url)::after{background:orange;color:#fff}pre.ft-syntax-highlight[data-ui-theme=light i]{color:#000;font-weight:400;background-color:#f8f8ff;box-shadow:1px 0 2px #a9a9a9;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='304' height='304' viewBox='0 0 304 304' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2a5 5 0 1 0-2 0V82h64v-2h-62V21.9zm16 16a5 5 0 1 0-2 0V66h48v-2h-46V37.9zm-128 96a5 5 0 1 0-2 0V210h16v10.1a5 5 0 1 0 2 0V208h-16v-74.1zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9a5 5 0 1 0-2 0V144H53.9a5 5 0 1 0 0 2H98v-44.1zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9a5 5 0 1 0-2 0V64H80v64H69.9a5 5 0 1 0 0 2H82V66h32V37.9zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9a5 5 0 1 0-2 0V162h16v30h-16v66h48v46h2v-48h-48v-62h16v-34h-16v-10.1zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.172l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.513L175.586 80H224V21.9a5 5 0 1 1 2 0V82h-49.586L146 112.414V188.1zm16 32a5 5 0 1 1-2 0v-99.513L184.586 96H300.1a5.004 5.004 0 0 1 3.9-3.9v2.07a3.004 3.004 0 0 0 0 5.66v2.07a5.004 5.004 0 0 1-3.9-3.9H185.414L162 121.414V220.1zm-144-64a5 5 0 1 1-2 0v-3.513l48-48V48h32V0h2v50H66v55.413l-48 48v2.687zM50 53.9a5 5 0 1 0-2 0v42.686l-48 48V210h28.1a5 5 0 1 0 0-2H2v-62.586l48-48V53.9zm-16 16a5 5 0 1 0-2 0v18.686l-32 32v2.828l34-34V69.9zM12.1 32a5 5 0 1 1 0 2H9.414L0 43.414v-2.828L8.586 32H12.1zm265.8 18a5 5 0 1 1 0-2h18.686L304 40.586v2.828L297.414 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.413l16-16v2.827l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.586L40.586 194H21.9a5 5 0 1 1 0-2h19.513L66 216.586V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.598L56.598 162H37.9a5 5 0 1 1 0-2h19.502L98 200.598V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.586L48.586 178H21.9a5 5 0 1 1 0-2h27.513L82 208.586V258H53.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM34 39.793V0h-2v40.586L8.586 64H0v2h9.413L34 41.414v-1.62zM2 300.1V258h14v46h2v-48H0v46.17A3.004 3.004 0 0 1 3.83 304H5.9a5.004 5.004 0 0 0-3.9-3.9zM34 241v63h-2v-62H0v-2h34v1zM17 18h1V0h-2v16H0v2h17zm273-2V0h-2v18h16v-2h-14zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.002 5.002 0 0 1 6 97a5.002 5.002 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32a5 5 0 0 0-9.8 0h2.07a3.004 3.004 0 0 1 5.66 0h2.07zM5.9 0A5.002 5.002 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0a5 5 0 0 0 3.9 5.9V3.83A3.004 3.004 0 0 1 302.17 0h-2.07zm3.9 300.1a5.004 5.004 0 0 0-3.9 3.9h2.07a3.016 3.016 0 0 1 1.83-1.83v-2.07z' fill='%2345404b' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E")}pre.ft-syntax-highlight[data-ui-theme=light i] code span.newline::before{color:#000}pre.ft-syntax-highlight[data-ui-theme=light i] code span.comment{color:#a0a0a0;font-weight:200}pre.ft-syntax-highlight[data-ui-theme=light i] code span.value{color:#696969}pre.ft-syntax-highlight[data-ui-theme=light i][data-showTooltips=true i] code span:not(.newline):not(.url)::before{border-top-color:#333}pre.ft-syntax-highlight[data-ui-theme=light i][data-showTooltips=true i] code span:not(.newline):not(.url)::after{background:#333;color:#f8f8ff}pre.ft-syntax-highlight[data-ui-theme=macosx i]{background-image:url();border-radius:.3rem;background:rgba(0,0,0,.8);padding:11px 0 0}pre.ft-syntax-highlight[data-ui-theme=macosx i]::before{direction:ltr;text-indent:0;text-align:center;font-weight:400;color:#554a4a;background:-webkit-gradient(linear,left bottom,left top,from(#d3d3d3),to(#ebebeb));background:-webkit-linear-gradient(bottom,#d3d3d3,#ebebeb);background:-moz-linear-gradient(bottom,#d3d3d3,#ebebeb);background:-o-linear-gradient(bottom,#d3d3d3,#ebebeb);background:linear-gradient(to top,#d3d3d3,#ebebeb);padding:5px 0;border-radius:.25rem}pre.ft-syntax-highlight[data-ui-theme=macosx i]::after{content:' ';position:absolute;top:10px;left:10px;background:#f95151;border-radius:100%;width:13px;z-index:5;box-shadow:20px 0 0 0 #ffb400,40px 0 0 0 #96d46f}pre.ft-syntax-highlight[data-ui-theme=macosx i] code{margin-top:0;font-family:Courier,monospace;border:10px solid #d3d3d3;border-radius:.25rem}pre.ft-syntax-highlight[data-showTooltips=true i][data-ui-theme=macosx i] code span:not(.newline)::after{font-family:Courier,monospace}pre.ft-syntax-highlight[data-ui-theme=midnight i]{border:1px solid #b299e6;border-radius:.25rem;color:#888;background-color:#000;background-image:-webkit-radial-gradient(#fff,rgba(255,255,255,.2) 2px,transparent 40px),-webkit-radial-gradient(#fff,rgba(255,255,255,.15) 1px,transparent 30px),-webkit-radial-gradient(#fff,rgba(255,255,255,.1) 2px,transparent 40px),-webkit-radial-gradient(rgba(255,255,255,.4),rgba(255,255,255,.1) 2px,transparent 30px);background-image:-moz-radial-gradient(#fff,rgba(255,255,255,.2) 2px,transparent 40px),-moz-radial-gradient(#fff,rgba(255,255,255,.15) 1px,transparent 30px),-moz-radial-gradient(#fff,rgba(255,255,255,.1) 2px,transparent 40px),-moz-radial-gradient(rgba(255,255,255,.4),rgba(255,255,255,.1) 2px,transparent 30px);background-image:-o-radial-gradient(#fff,rgba(255,255,255,.2) 2px,transparent 40px),-o-radial-gradient(#fff,rgba(255,255,255,.15) 1px,transparent 30px),-o-radial-gradient(#fff,rgba(255,255,255,.1) 2px,transparent 40px),-o-radial-gradient(rgba(255,255,255,.4),rgba(255,255,255,.1) 2px,transparent 30px);background-image:radial-gradient(#fff,rgba(255,255,255,.2) 2px,transparent 40px),radial-gradient(#fff,rgba(255,255,255,.15) 1px,transparent 30px),radial-gradient(#fff,rgba(255,255,255,.1) 2px,transparent 40px),radial-gradient(rgba(255,255,255,.4),rgba(255,255,255,.1) 2px,transparent 30px);background-size:550px 550px,350px 350px,250px 250px,150px 150px;background-position:0 -80px,40px -20px,130px 200px,70px 20px}pre.ft-syntax-highlight[data-ui-theme=midnight i]::before{direction:ltr;font-weight:400;color:#fff;background-color:#b299e6;border-bottom:1px solid #b299e6}pre.ft-syntax-highlight[data-ui-theme=midnight i] code,pre.ft-syntax-highlight[data-ui-theme=nightvision i] code{margin-top:0}pre.ft-syntax-highlight[data-ui-theme=midnight i] code span.comment{color:#a0a0a0;font-weight:200}pre.ft-syntax-highlight[data-ui-theme=midnight i] code span.newline::before{color:#d8bfd8}pre.ft-syntax-highlight[data-ui-theme=midnight i] code span.value{color:#696969}pre.ft-syntax-highlight[data-ui-theme=midnight i][data-showTooltips=true i] code span:not(.newline):not(.url)::before{border-top-color:#b299e6}pre.ft-syntax-highlight[data-ui-theme=midnight i][data-showTooltips=true i] code span:not(.newline):not(.url)::after{background:#b299e6;color:snow}pre.ft-syntax-highlight[data-ui-theme=nightvision i]{background-image:url();border-radius:.25rem;color:snow;background:#2c3e52}pre.ft-syntax-highlight[data-ui-theme=nightvision i]::before{direction:ltr;font-weight:400;color:#fff;background:#1abd9e}pre.ft-syntax-highlight[data-ui-theme=nightvision i] code span.newline::before{color:#1abd9e}pre.ft-syntax-highlight[data-ui-theme=nightvision i] code::-webkit-scrollbar,pre.ft-syntax-highlight[data-ui-theme=nightvision i] code::-webkit-scrollbar-track{width:14px;height:14px;border-radius:0;background-color:#1abd9f2c}pre.ft-syntax-highlight[data-ui-theme=nightvision i] code::-webkit-scrollbar-thumb{border-radius:0;background-color:#1abd9e;box-shadow:unset}pre.ft-syntax-highlight[data-ui-theme=nightvision i] code::-webkit-resizer,pre.ft-syntax-highlight[data-ui-theme=nightvision i] code::-webkit-scrollbar-corner{background-color:#1abd9f2c}pre.ft-syntax-highlight[data-ui-theme=simple i]{color:#2f4f4f;background-color:#ebebeb;border-radius:5px;box-shadow:1px 0 2px #a9a9a9;background-image:url()}pre.ft-syntax-highlight[data-ui-theme=simple i] code span.newline::before{color:peru}pre.ft-syntax-highlight[data-ui-theme=simple i] code span.comment{color:#6e6e6e!important;font-weight:200}pre.ft-syntax-highlight[data-ui-theme=simple i] code span.value{color:#696969!important}pre.ft-syntax-highlight[data-ui-theme=simple i][data-showTooltips=true i] code span:not(.newline):not(.url)::before{border-top-color:#333}pre.ft-syntax-highlight[data-ui-theme=simple i][data-showTooltips=true i] code span:not(.newline):not(.url)::after{background:#333;color:#f8f8ff}pre.ft-syntax-highlight[data-ui-theme=win95 i]{background-image:url();background:silver;color:#000;border:4px solid silver}pre.ft-syntax-highlight[data-ui-theme=win95 i]::before{content:'🗁 ' attr(data-syntax);direction:ltr;font-weight:400;color:#fff;background:navy;font-family:Times,sans-serif;font-size:.89rem;letter-spacing:0}pre.ft-syntax-highlight[data-ui-theme=win95 i]::after{content:'🞪';position:absolute;top:9px;right:5px;color:#000;font-size:.9rem;padding:0 4px}pre.ft-syntax-highlight[data-ui-theme=win95 i] code{margin-top:0;font-family:Times,sans-serif;padding-left:35px}pre.ft-syntax-highlight[data-ui-theme=win95 i] code span.newline::before{color:#000}pre.ft-syntax-highlight[data-ui-theme=win95 i] code span.comment{color:#6e6e6e!important;font-weight:200}pre.ft-syntax-highlight[data-ui-theme=win95 i] code span.value{color:#696969!important}pre.ft-syntax-highlight[data-showTooltips=true i][data-ui-theme=win95 i] code span:not(.newline)::after{font-family:Times,sans-serif}pre.ft-syntax-highlight[data-ui-theme=win95 i] code::-webkit-scrollbar-track{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=);image-rendering:pixelated}pre.ft-syntax-highlight[data-ui-theme=win95 i] code::-webkit-scrollbar{width:18px;height:18px;border-radius:0;background-color:rgba(255,255,255,.6)}pre.ft-syntax-highlight[data-ui-theme=win95 i] code::-webkit-scrollbar-corner{display:block;background-color:silver}pre.ft-syntax-highlight[data-ui-theme=win95 i] code::-webkit-scrollbar-button,pre.ft-syntax-highlight[data-ui-theme=win95 i] code::-webkit-scrollbar-thumb,pre.ft-syntax-highlight[data-ui-theme=win95 i]::after{border-radius:0;background-color:silver;border:1px solid #000;border-top:1px solid silver;border-left:1px solid silver;box-shadow:inset 1px 1px 0 0 #fff,inset -1px -1px 0 0 #868a8e;background-position:center center;background-repeat:no-repeat;image-rendering:pixelated}pre.ft-syntax-highlight[data-ui-theme=win95 i] code::-webkit-scrollbar-button:vertical:decrement{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGklEQVR4AWMYxuA/SYphmETFhDX9x4mHGQAAcL4P8dQiMq8AAAAASUVORK5CYII=)}pre.ft-syntax-highlight[data-ui-theme=win95 i] code::-webkit-scrollbar-button:vertical:increment{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAF0lEQVQY02NgoBf4jwJxSOHQhcNAOgMAWWAP8Rv2U3UAAAAASUVORK5CYII=)}pre.ft-syntax-highlight[data-ui-theme=win95 i] code::-webkit-scrollbar-button:horizontal:decrement{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHklEQVQY02NgoBT8xyX8H5fwf1zCpOjAYwceV1EEAAO2D/HsQ4vsAAAAAElFTkSuQmCC)}pre.ft-syntax-highlight[data-ui-theme=win95 i] code::-webkit-scrollbar-button:horizontal:increment{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHUlEQVQY02NgIB/8xy3xH7fEf9wS/0nUQZqrKAYAK44P8ZRmzLQAAAAASUVORK5CYII=)}pre.ft-syntax-highlight[data-ui-theme=win95 i] code::-webkit-scrollbar-button:active{background-position:3px 3px}pre.ft-syntax-highlight[data-ui-theme=win95 i] code::-webkit-resizer,pre.ft-syntax-highlight[data-ui-theme=win95 i] code::-webkit-scrollbar-corner{background-color:#d3d3d3;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAN0lEQVR4Ae3MgQUAMBRDwU5fFF05lb/CARTBw2Ulof0DxPtcwp3hNuEYnjbcEW4TjuFpwx3h9gMWGgZ2Y/PT2gAAAABJRU5ErkJggg==);background-position:bottom right;background-repeat:no-repeat;image-rendering:pixelated}[class*=ft-syntax-highlight]>*>pre{background-color:transparent;box-shadow:none;background-image:url();color:inherit}pre.ft-syntax-highlight code span.comment{color:rgba(240,240,240,.3);font-weight:200}pre.ft-syntax-highlight code span.url{text-decoration:underline}pre.ft-syntax-highlight code span.value{color:#b4b4b4;font-weight:300}pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.boolean,pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.identifier-constant,pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.identifier-enum,pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.identifier-structure,pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.null,pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.unit{color:tomato}pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.identifier,pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.identifier-function,pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.identifier-udf{color:#4f9fcf}pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.identifier-class,pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.identifier-sub,pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.variable{color:#0b9c5e}pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.object,pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.property{color:inherit}pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.keyword{color:#70b5db}pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.identifier-namespace,pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.identifier-native{color:#2f6f9f}pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.operand{color:#70b5db}pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.typecast{color:#0000cd}pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.url,pre.ft-syntax-highlight[data-syntax-theme=bootstrap i] code span.value{color:#ff4500}pre.ft-syntax-highlight[data-syntax-theme=midnight i] code span.boolean,pre.ft-syntax-highlight[data-syntax-theme=midnight i] code span.identifier-constant,pre.ft-syntax-highlight[data-syntax-theme=midnight i] code span.identifier-enum,pre.ft-syntax-highlight[data-syntax-theme=midnight i] code span.identifier-structure,pre.ft-syntax-highlight[data-syntax-theme=midnight i] code span.null,pre.ft-syntax-highlight[data-syntax-theme=midnight i] code span.unit{color:#db7970}pre.ft-syntax-highlight[data-syntax-theme=midnight i] code span.identifier,pre.ft-syntax-highlight[data-syntax-theme=midnight i] code span.identifier-function,pre.ft-syntax-highlight[data-syntax-theme=midnight i] code span.identifier-udf{color:#ceafce}pre.ft-syntax-highlight[data-syntax-theme=midnight i] code span.identifier-class,pre.ft-syntax-highlight[data-syntax-theme=midnight i] code span.identifier-sub{color:#93db70}pre.ft-syntax-highlight[data-syntax-theme=midnight i] code span.url{color:#c9db70}pre.ft-syntax-highlight[data-syntax-theme=midnight i] code span.object,pre.ft-syntax-highlight[data-syntax-theme=midnight i] code span.property{color:#eee8aa}pre.ft-syntax-highlight[data-syntax-theme=midnight i] code span.keyword{color:#70b5db}pre.ft-syntax-highlight[data-syntax-theme=midnight i] code span.identifier-namespace,pre.ft-syntax-highlight[data-syntax-theme=midnight i] code span.identifier-native{color:#db7093}pre.ft-syntax-highlight[data-syntax-theme=midnight i] code span.operand{color:#70b5db}pre.ft-syntax-highlight[data-syntax-theme=midnight i] code span.typecast{color:violet}pre.ft-syntax-highlight[data-syntax-theme=midnight i] code span.variable{color:inherit}pre.ft-syntax-highlight[data-syntax-theme=one-dark i] code span.boolean,pre.ft-syntax-highlight[data-syntax-theme=one-dark i] code span.identifier-constant,pre.ft-syntax-highlight[data-syntax-theme=one-dark i] code span.identifier-enum,pre.ft-syntax-highlight[data-syntax-theme=one-dark i] code span.identifier-structure,pre.ft-syntax-highlight[data-syntax-theme=one-dark i] code span.null,pre.ft-syntax-highlight[data-syntax-theme=one-dark i] code span.unit{color:#daa520}pre.ft-syntax-highlight[data-syntax-theme=one-dark i] code span.identifier,pre.ft-syntax-highlight[data-syntax-theme=one-dark i] code span.identifier-function,pre.ft-syntax-highlight[data-syntax-theme=one-dark i] code span.identifier-udf{color:#3b94d9}pre.ft-syntax-highlight[data-syntax-theme=one-dark i] code span.identifier-class,pre.ft-syntax-highlight[data-syntax-theme=one-dark i] code span.identifier-sub{color:#f8da7b}pre.ft-syntax-highlight[data-syntax-theme=one-dark i] code span.identifier-native{color:#20b2aa}pre.ft-syntax-highlight[data-syntax-theme=one-dark i] code span.object,pre.ft-syntax-highlight[data-syntax-theme=one-dark i] code span.property{color:tomato}pre.ft-syntax-highlight[data-syntax-theme=one-dark i] code span.identifier-namespace,pre.ft-syntax-highlight[data-syntax-theme=one-dark i] code span.keyword{color:#d979c4}pre.ft-syntax-highlight[data-syntax-theme=one-dark i] code span.operand,pre.ft-syntax-highlight[data-syntax-theme=one-dark i] code span.url{color:#48d1cc}pre.ft-syntax-highlight[data-syntax-theme=one-dark i] code span.typecast{color:violet}pre.ft-syntax-highlight[data-syntax-theme=one-dark i] code span.variable{color:inherit}pre.ft-syntax-highlight[data-syntax-theme=one-dark i][data-syntax=html i] code span.identifier,pre.ft-syntax-highlight[data-syntax-theme=one-light i] code span.boolean,pre.ft-syntax-highlight[data-syntax-theme=one-light i] code span.identifier-constant,pre.ft-syntax-highlight[data-syntax-theme=one-light i] code span.identifier-enum,pre.ft-syntax-highlight[data-syntax-theme=one-light i] code span.identifier-structure,pre.ft-syntax-highlight[data-syntax-theme=one-light i] code span.null,pre.ft-syntax-highlight[data-syntax-theme=one-light i] code span.unit{color:orange}pre.ft-syntax-highlight[data-syntax-theme=one-light i] code span.identifier,pre.ft-syntax-highlight[data-syntax-theme=one-light i] code span.identifier-function,pre.ft-syntax-highlight[data-syntax-theme=one-light i] code span.identifier-udf{color:#16c07b}pre.ft-syntax-highlight[data-syntax-theme=one-light i] code span.identifier-class,pre.ft-syntax-highlight[data-syntax-theme=one-light i] code span.identifier-sub{color:#6a5acd}pre.ft-syntax-highlight[data-syntax-theme=one-light i] code span.identifier-native,pre.ft-syntax-highlight[data-syntax-theme=one-light i] code span.url{color:#6bbcff}pre.ft-syntax-highlight[data-syntax-theme=one-light i] code span.object,pre.ft-syntax-highlight[data-syntax-theme=one-light i] code span.property{color:tan}pre.ft-syntax-highlight[data-syntax-theme=one-light i] code span.identifier-namespace,pre.ft-syntax-highlight[data-syntax-theme=one-light i] code span.keyword{color:#de6f5b}pre.ft-syntax-highlight[data-syntax-theme=one-light i] code span.operand{color:#48d1cc}pre.ft-syntax-highlight[data-syntax-theme=one-light i] code span.typecast{color:violet}pre.ft-syntax-highlight[data-syntax-theme=one-light i] code span.variable{color:inherit}pre.ft-syntax-highlight[data-syntax-theme=simple i] *{color:#2f4f4f!important;font-weight:400}pre.ft-syntax-highlight[data-syntax-theme=simple i] code span.newline::before{color:#2f4f4f!important}pre.ft-syntax-highlight[data-syntax-theme=vbgreen i] code span.comment{color:#4e9c3a;font-weight:400}pre.ft-syntax-highlight[data-syntax-theme=vbgreen i] code span.value{color:#f4a460;font-weight:200}pre.ft-syntax-highlight[data-syntax-theme=vbgreen i] code span.boolean,pre.ft-syntax-highlight[data-syntax-theme=vbgreen i] code span.identifier-namespace,pre.ft-syntax-highlight[data-syntax-theme=vbgreen i] code span.keyword,pre.ft-syntax-highlight[data-syntax-theme=vbgreen i] code span.null{color:#3c8dcc}pre.ft-syntax-highlight[data-syntax-theme=vbgreen i] code span.identifier{color:#5aaffc}pre.ft-syntax-highlight[data-syntax-theme=vbgreen i] code span.identifier-native{color:#cc7b3c}pre.ft-syntax-highlight[data-syntax-theme=vbgreen i] code span.identifier-class,pre.ft-syntax-highlight[data-syntax-theme=vbgreen i] code span.identifier-structure,pre.ft-syntax-highlight[data-syntax-theme=vbgreen i] code span.identifier-sub{color:#3cbea1}pre.ft-syntax-highlight[data-syntax-theme=vbgreen i] code span.identifier-constant,pre.ft-syntax-highlight[data-syntax-theme=vbgreen i] code span.identifier-enum,pre.ft-syntax-highlight[data-syntax-theme=vbgreen i] code span.unit{color:#b8d288}pre.ft-syntax-highlight[data-syntax-theme=vbgreen i] code span.operand{color:#70b5db}pre.ft-syntax-highlight[data-syntax-theme=vbgreen i] code span.url{color:#3c8dcc;text-decoration:underline}pre.ft-syntax-highlight[data-syntax-theme=vbgreen i] code span.typecast{color:#8a2be2}pre.ft-syntax-highlight[data-syntax-theme=vbgreen i] code span.variable{color:inherit}pre.ft-syntax-highlight[data-syntax=html i][data-showTooltips=true i] code span.identifier::after{content:'selector'}pre.ft-syntax-highlight[data-syntax=html i][data-showTooltips=true i] code span.identifier-native::after{content:'selector-native'}pre.ft-syntax-highlight[data-syntax-theme=one-dark i][data-syntax=html i] code span.identifier-native{color:tomato}pre.ft-syntax-highlight[data-syntax=css i][data-showTooltips=true i] code span.at-rule::after{content:"at-rule"}pre.ft-syntax-highlight[data-syntax=css i][data-showTooltips=true i] code span.identifier::after{content:"selector"}pre.ft-syntax-highlight[data-syntax=css i][data-showTooltips=true i] code span.identifier-function::after{content:"function"}pre.ft-syntax-highlight[data-syntax=css i][data-showTooltips=true i] code span.identifier-native::after{content:"selector-native"}pre.ft-syntax-highlight[data-syntax=css i][data-showTooltips=true i] code span.operand::after{content:"operand"}pre.ft-syntax-highlight[data-syntax=css i][data-showTooltips=true i] code span.property::after{content:"property"}pre.ft-syntax-highlight[data-syntax=css i][data-showTooltips=true i] code span.pseudo::after{content:"pseudo"}pre.ft-syntax-highlight[data-syntax=css i][data-showTooltips=true i] code span.unit::after{content:"unit"}pre.ft-syntax-highlight[data-syntax=css i][data-showTooltips=true i] code span.variable::after{content:"variable"}pre.ft-syntax-highlight[data-syntax-theme=bootstrap i][data-syntax=css i] code span.at-rule{color:#0b9c5e}pre.ft-syntax-highlight[data-syntax-theme=one-dark i][data-syntax=css i] code span.at-rule{color:violet}pre.ft-syntax-highlight[data-syntax-theme=one-dark i][data-syntax=css i] code span.identifier{color:orange}pre.ft-syntax-highlight[data-syntax-theme=one-dark i][data-syntax=css i] code span.identifier-function,pre.ft-syntax-highlight[data-syntax-theme=one-dark i][data-syntax=css i] code span.property{color:#96cbfe}pre.ft-syntax-highlight[data-syntax-theme=one-dark i][data-syntax=css i] code span.identifier-native{color:tomato}pre.ft-syntax-highlight[data-syntax-theme=one-dark i][data-syntax=css i] code span.pseudo{color:#fcbb7e}pre.ft-syntax-highlight[data-syntax-theme=one-dark i][data-syntax=css i] code span.variable{color:tomato}pre.ft-syntax-highlight[data-syntax-theme=one-light i][data-syntax=css i] code span.at-rule{color:#ff6090}pre.ft-syntax-highlight[data-syntax-theme=one-light i][data-syntax=css i] code span.identifier-function{color:tan}pre.ft-syntax-highlight[data-syntax-theme=one-light i][data-syntax=css i] code span.pseudo{color:peru}pre.ft-syntax-highlight[data-syntax-theme=one-light i][data-syntax=css i] code span.variable{color:tomato}pre.ft-syntax-highlight[data-syntax-theme=midnight i][data-syntax=css i] code span.at-rule{color:#70b5db}pre.ft-syntax-highlight[data-syntax-theme=vbgreen i][data-syntax=css i] code span.at-rule,pre.ft-syntax-highlight[data-syntax-theme=vbgreen i][data-syntax=css i] code span.identifier-function{color:#9370db}pre.ft-syntax-highlight[data-syntax-theme=vbgreen i][data-syntax=css i] code span.variable{color:#ff4500}pre.ft-syntax-highlight[data-syntax=js i][data-showTooltips=true i] code span.boolean::after{content:'boolean'}pre.ft-syntax-highlight[data-syntax=js i][data-showTooltips=true i] code span.identifier::after{content:'identifier'}pre.ft-syntax-highlight[data-syntax=js i][data-showTooltips=true i] code span.identifier-class::after{content:'indentifier-class'}pre.ft-syntax-highlight[data-syntax=js i][data-showTooltips=true i] code span.identifier-constant::after{content:'indentifier-constant'}pre.ft-syntax-highlight[data-syntax=js i][data-showTooltips=true i] code span.identifier-native::after{content:'identifier-native'}pre.ft-syntax-highlight[data-syntax=js i][data-showTooltips=true i] code span.identifier-udf::after{content:'identifier-udf'}pre.ft-syntax-highlight[data-syntax=js i][data-showTooltips=true i] code span.keyword::after{content:'keyword'}pre.ft-syntax-highlight[data-syntax=js i][data-showTooltips=true i] code span.null::after{content:'null'}pre.ft-syntax-highlight[data-syntax=js i][data-showTooltips=true i] code span.unit::after{content:'unit'}pre.ft-syntax-highlight[data-syntax=js i][data-showTooltips=true i] code span.object::after{content:'object'}pre.ft-syntax-highlight[data-syntax=js i][data-showTooltips=true i] code span.operand::after{content:'operand'}pre.ft-syntax-highlight[data-syntax=js i][data-showTooltips=true i] code span.parameter::after{content:'parameter'}pre.ft-syntax-highlight[data-syntax=js i][data-showTooltips=true i] code span.property::after{content:'property'}pre.ft-syntax-highlight[data-syntax=jquery i][data-showTooltips=true i] code span.boolean::after{content:'boolean'}pre.ft-syntax-highlight[data-syntax=jquery i][data-showTooltips=true i] code span.identifier::after{content:'identifier'}pre.ft-syntax-highlight[data-syntax=jquery i][data-showTooltips=true i] code span.identifier-class::after{content:'indentifier-class'}pre.ft-syntax-highlight[data-syntax=jquery i][data-showTooltips=true i] code span.identifier-constant::after{content:'indentifier-constant'}pre.ft-syntax-highlight[data-syntax=jquery i][data-showTooltips=true i] code span.identifier-native::after{content:'identifier-native'}pre.ft-syntax-highlight[data-syntax=jquery i][data-showTooltips=true i] code span.identifier-udf::after{content:'identifier-udf'}pre.ft-syntax-highlight[data-syntax=jquery i][data-showTooltips=true i] code span.keyword::after{content:'keyword'}pre.ft-syntax-highlight[data-syntax=jquery i][data-showTooltips=true i] code span.null::after{content:'null'}pre.ft-syntax-highlight[data-syntax=jquery i][data-showTooltips=true i] code span.unit::after{content:'unit'}pre.ft-syntax-highlight[data-syntax=jquery i][data-showTooltips=true i] code span.object::after{content:'object'}pre.ft-syntax-highlight[data-syntax=jquery i][data-showTooltips=true i] code span.operand::after{content:'operand'}pre.ft-syntax-highlight[data-syntax=jquery i][data-showTooltips=true i] code span.parameter::after{content:'parameter'}pre.ft-syntax-highlight[data-syntax=jquery i][data-showTooltips=true i] code span.property::after{content:'property'}pre.ft-syntax-highlight[data-syntax=php i][data-showTooltips=true i] code span.boolean::after{content:'boolean'}pre.ft-syntax-highlight[data-syntax=php i][data-showTooltips=true i] code span.identifier::after{content:'identifier'}pre.ft-syntax-highlight[data-syntax=php i][data-showTooltips=true i] code span.identifier-class::after{content:'indentifier-class'}pre.ft-syntax-highlight[data-syntax=php i][data-showTooltips=true i] code span.identifier-constant::after{content:'indentifier-constant'}pre.ft-syntax-highlight[data-syntax=php i][data-showTooltips=true i] code span.identifier-native::after{content:'identifier-native'}pre.ft-syntax-highlight[data-syntax=php i][data-showTooltips=true i] code span.identifier-udf::after{content:'identifier-udf'}pre.ft-syntax-highlight[data-syntax=php i][data-showTooltips=true i] code span.keyword::after{content:'keyword'}pre.ft-syntax-highlight[data-syntax=php i][data-showTooltips=true i] code span.null::after{content:'null'}pre.ft-syntax-highlight[data-syntax=php i][data-showTooltips=true i] code span.unit::after{content:'unit'}pre.ft-syntax-highlight[data-syntax=php i][data-showTooltips=true i] code span.object::after{content:'object'}pre.ft-syntax-highlight[data-syntax=php i][data-showTooltips=true i] code span.operand::after{content:'operand'}pre.ft-syntax-highlight[data-syntax=php i][data-showTooltips=true i] code span.parameter::after{content:'parameter'}pre.ft-syntax-highlight[data-syntax=php i][data-showTooltips=true i] code span.property::after{content:'property'}pre.ft-syntax-highlight[data-syntax=php i][data-showTooltips=true i] code span.typecast::after{content:'typecast'}pre.ft-syntax-highlight[data-syntax=php i][data-syntax-theme=one-dark i] code span.identifier{color:tomato}pre.ft-syntax-highlight[data-syntax=python i][data-showTooltips=true i] code span.boolean::after{content:'boolean'}pre.ft-syntax-highlight[data-syntax=python i][data-showTooltips=true i] code span.identifier::after{content:'identifier'}pre.ft-syntax-highlight[data-syntax=python i][data-showTooltips=true i] code span.identifier-class::after{content:'identifier-class'}pre.ft-syntax-highlight[data-syntax=python i][data-showTooltips=true i] code span.identifier-constant::after{content:'identifier-constant'}pre.ft-syntax-highlight[data-syntax=python i][data-showTooltips=true i] code span.identifier-native::after{content:'identifier-native'}pre.ft-syntax-highlight[data-syntax=python i][data-showTooltips=true i] code span.identifier-udf::after{content:'identifier-udf'}pre.ft-syntax-highlight[data-syntax=python i][data-showTooltips=true i] code span.keyword::after{content:'keyword'}pre.ft-syntax-highlight[data-syntax=python i][data-showTooltips=true i] code span.null::after{content:'null'}pre.ft-syntax-highlight[data-syntax=python i][data-showTooltips=true i] code span.unit::after{content:'unit'}pre.ft-syntax-highlight[data-syntax=python i][data-showTooltips=true i] code span.object::after{content:'object'}pre.ft-syntax-highlight[data-syntax=python i][data-showTooltips=true i] code span.operand::after{content:'operand'}pre.ft-syntax-highlight[data-syntax=python i][data-showTooltips=true i] code span.parameter::after{content:'parameter'}pre.ft-syntax-highlight[data-syntax=python i][data-showTooltips=true i] code span.property::after{content:'property'}pre.ft-syntax-highlight[data-syntax=python i][data-showTooltips=true i] code span.variable::after{content:'variable'}pre.ft-syntax-highlight[data-syntax=vb i][data-showTooltips=true i] code span.boolean::after{content:'boolean'}pre.ft-syntax-highlight[data-syntax=vb i][data-showTooltips=true i] code span.identifier::after{content:'identifier'}pre.ft-syntax-highlight[data-syntax=vb i][data-showTooltips=true i] code span.identifier-class::after{content:'identifier-class'}pre.ft-syntax-highlight[data-syntax=vb i][data-showTooltips=true i] code span.identifier-constant::after{content:'identifier-constant'}pre.ft-syntax-highlight[data-syntax=vb i][data-showTooltips=true i] code span.identifier-enum::after{content:'identifier-enum'}pre.ft-syntax-highlight[data-syntax=vb i][data-showTooltips=true i] code span.identifier-function::after{content:'identifier-function'}pre.ft-syntax-highlight[data-syntax=vb i][data-showTooltips=true i] code span.identifier-namespace::after{content:'identifier-namespace'}pre.ft-syntax-highlight[data-syntax=vb i][data-showTooltips=true i] code span.identifier-structure::after{content:'identifier-structure'}pre.ft-syntax-highlight[data-syntax=vb i][data-showTooltips=true i] code span.identifier-sub::after{content:'identifier-sub'}pre.ft-syntax-highlight[data-syntax=vb i][data-showTooltips=true i] code span.keyword::after{content:'keyword'}pre.ft-syntax-highlight[data-syntax=vb i][data-showTooltips=true i] code span.null::after{content:'null'}pre.ft-syntax-highlight[data-syntax=vb i][data-showTooltips=true i] code span.operand::after{content:'operand'}pre.ft-syntax-highlight[data-syntax=vb i][data-showTooltips=true i] code span.parameter::after{content:'parameter'}pre.ft-syntax-highlight[data-syntax=vb i][data-showTooltips=true i] code span.property::after{content:'property'}pre.ft-syntax-highlight[data-syntax=vb i][data-showTooltips=true i] code span.typecast::after{content:'typecast'}pre.ft-syntax-highlight[data-syntax=vb i][data-showTooltips=true i] code span.unit::after{content:'unit'}pre.ft-syntax-highlight[data-syntax=vb i][data-showTooltips=true i] code span.variable::after{content:'variable'}pre.ft-syntax-highlight[data-syntax=vb i][data-syntax-theme=bootstrap i] code span.variable{color:inherit}pre.ft-syntax-highlight[data-syntax=vb i][data-syntax-theme=one-dark i] code span.identifier-sub{color:#3b94d9}pre.ft-syntax-highlight[data-syntax=vb i][data-syntax-theme=one-light i] code span.keyword{color:#6bbcff}pre.ft-syntax-highlight[data-syntax=xml i][data-showTooltips=true i] code span.attribute::after{content:"attribute"}pre.ft-syntax-highlight[data-syntax=xml i][data-showTooltips=true i] code span.identifier::after{content:"element"}pre.ft-syntax-highlight[data-syntax=xml i][data-showTooltips=true i] code span.identifier-namespace::after{content:"namespace"}pre.ft-syntax-highlight[data-syntax-theme=bootstrap i][data-syntax=xml i] code span.attribute{color:#4f9fcf}pre.ft-syntax-highlight[data-syntax-theme=bootstrap i][data-syntax=xml i] code span.identifier{color:#2f6f9f}pre.ft-syntax-highlight[data-syntax-theme=one-dark i][data-syntax=xml i] code span.attribute{color:orange}pre.ft-syntax-highlight[data-syntax-theme=one-dark i][data-syntax=xml i] code span.identifier{color:tomato}pre.ft-syntax-highlight[data-syntax-theme=one-dark i][data-syntax=xml i] code span.identifier-namespace{color:coral}pre.ft-syntax-highlight[data-syntax-theme=one-light i][data-syntax=xml i] code span.attribute{color:#16c07b}pre.ft-syntax-highlight[data-syntax-theme=one-light i][data-syntax=xml i] code span.identifier{color:#6bbcff}pre.ft-syntax-highlight[data-syntax-theme=one-light i][data-syntax=xml i] code span.identifier-namespace{color:#8ac1ff}pre.ft-syntax-highlight[data-syntax-theme=midnight i][data-syntax=xml i] code span.attribute{color:#d8bfd8}pre.ft-syntax-highlight[data-syntax-theme=midnight i][data-syntax=xml i] code span.identifier{color:#db7093}pre.ft-syntax-highlight[data-syntax-theme=vbgreen i][data-syntax=xml i] code span.attribute{color:#085a99}pre.ft-syntax-highlight[data-syntax-theme=vbgreen i][data-syntax=xml i] code span.identifier{color:#3c8dcc}