/* No need to add any of the code */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Roboto:ital,wght@0,300;0,400;0,700;1,500&display=swap');



body {
	font-family: 'Open Sans', Sans;
	line-height: 1.9;
}

[role="button"] {
	cursor: pointer;
}

devsite-code {
    margin: 16px 0;
    margin: var(--devsite-code-margin,16px 0);
    clear: both;
    direction: ltr!important;
    display: block;
    overflow: hidden;
    position: relative
}

devsite-code .devsite-code-buttons-container {
    right: 0;
    right: var(--devsite-code-buttons-container-right,0);
    position: absolute;
    top: 0
}

devsite-code .devsite-code-buttons-container button {
    height: 24px;
    height: var(--devsite-code-button-size,24px);
    width: 24px;
    width: var(--devsite-code-button-size,24px);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #202124;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    min-width: auto;
    padding: 0;
    -webkit-transition: color .2s;
    transition: color .2s
}

devsite-code .devsite-code-buttons-container button:focus,devsite-code .devsite-code-buttons-container button:hover {
    color: #5f6368
}

devsite-code .devsite-code-buttons-container button.material-icons,devsite-code .devsite-code-buttons-container button.material-icons:hover {
    cursor: pointer
}

devsite-code[dark-code] .devsite-code-buttons-container button {
    color: hsla(0,0%,100%,.7)
}

devsite-code[dark-code] .devsite-code-buttons-container button:focus,devsite-code[dark-code] .devsite-code-buttons-container button:hover {
    color: #fff
}

devsite-code .devsite-code-buttons-container .devsite-toggle-dark,devsite-code[dark-code] .devsite-code-buttons-container .devsite-toggle-light {
    display: inline
}

devsite-code:not([dark-code]) .devsite-code-buttons-container .devsite-toggle-light,devsite-code[dark-code] .devsite-code-buttons-container .devsite-toggle-dark {
    display: none
}

devsite-code[dark-code] .pre-style,devsite-code[dark-code] pre,devsite-code[dark-code] pre code {
    background: #283142;
    color: #eceff1
}

devsite-code pre {
    margin: 0;
    padding: 24px;
    padding: var(--devsite-code-padding,24px)
}

devsite-code pre .com {
    color: #d81b60
}

devsite-code[dark-code] pre .com {
    color: #f06292
}

devsite-code pre .dec,devsite-code pre .lit {
    color: #c53929
}

devsite-code[dark-code] pre .dec,devsite-code[dark-code] pre .lit {
    color: #fbc02d
}

devsite-code pre .kwd,devsite-code pre .tag {
    color: #3b78e7
}

devsite-code[dark-code] pre .kwd,devsite-code[dark-code] pre .tag {
    color: #4dd0e1
}

devsite-code pre .atv,devsite-code pre .str {
    color: #0d904f
}

devsite-code[dark-code] pre .atv,devsite-code[dark-code] pre .str {
    color: #9ccc65
}

devsite-code pre .atn,devsite-code pre .typ {
    color: #9c27b0
}

devsite-code[dark-code] pre .atn,devsite-code[dark-code] pre .typ {
    color: #ce93d8
}

devsite-code .prettyprint :not(.devsite-github-link)>a:not(.devsite-github-link),devsite-code a,devsite-code a .atn,devsite-code a .atv,devsite-code a .com,devsite-code a .dec,devsite-code a .kwd,devsite-code a .lit,devsite-code a .pln,devsite-code a .pun,devsite-code a .str,devsite-code a .tag,devsite-code a .typ {
    color: #1a73e8;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-weight: 700
}

devsite-code[dark-code] .prettyprint :not(.devsite-github-link)>a:not(.devsite-github-link),devsite-code[dark-code] a,devsite-code[dark-code] a .atn,devsite-code[dark-code] a .atv,devsite-code[dark-code] a .com,devsite-code[dark-code] a .dec,devsite-code[dark-code] a .kwd,devsite-code[dark-code] a .lit,devsite-code[dark-code] a .pln,devsite-code[dark-code] a .pun,devsite-code[dark-code] a .str,devsite-code[dark-code] a .tag,devsite-code[dark-code] a .typ {
    color: #669df6
}

devsite-code .prettyprint a:focus,devsite-code .prettyprint a:hover,devsite-code a:focus .atn,devsite-code a:focus .atv,devsite-code a:focus .com,devsite-code a:focus .dec,devsite-code a:focus .kwd,devsite-code a:focus .lit,devsite-code a:focus .pln,devsite-code a:focus .pun,devsite-code a:focus .str,devsite-code a:focus .tag,devsite-code a:focus .typ,devsite-code a:hover .atn,devsite-code a:hover .atv,devsite-code a:hover .com,devsite-code a:hover .dec,devsite-code a:hover .kwd,devsite-code a:hover .lit,devsite-code a:hover .pln,devsite-code a:hover .pun,devsite-code a:hover .str,devsite-code a:hover .tag,devsite-code a:hover .typ {
    text-decoration: underline
}

devsite-code .devsite-terminal:before {
    color: #bdbdbd;
    content: "$";
    padding-right: 8px
}

devsite-code .devsite-terminal[data-terminal-prefix]:before {
    content: attr(data-terminal-prefix)
}

devsite-code .devsite-github-link {
    display: block;
    text-align: right
}

devsite-code a.devsite-github-link:focus,devsite-code a.devsite-github-link:hover {
    text-decoration: none
}

devsite-code .devsite-github-link:after {
    color: #1a73e8;
    content: "open_in_new";
    font: normal normal normal 24px/1 Material Icons;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-transform: none;
    word-wrap: normal;
    font-size: 18px;
    margin-left: 8px;
    vertical-align: middle
}

devsite-code[dark-code] .devsite-github-link:after,devsite-code[dark-code] .devsite-github-link>a {
    color: #669df6
}

devsite-code[highlight] .prettyprint>span {
    opacity: .54
}

devsite-code[dark-code] pre::-webkit-scrollbar-thumb {
    background: hsla(0,0%,100%,.7)
}

devsite-code devsite-selector pre {
    margin: 0
}

pre {
    background: #f6f8fa;
    color: #24292e;
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
    padding: 16px;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    border-radius: 6px;
}