body[data-page=reg] .header {
	color: #1f1f1f;
	background-color: #fff;
	border-bottom: 1px #e5e5e5 solid;
}

body[data-page=reg] .header:before {
	opacity: 0;
}

body[data-page=reg] .header .inner .logo img.logo--white {
	display: none;
}


body[data-page=reg] .header .inner .logo img.logo--red {
	display: block;
}

@media screen and (max-width: 1024px) {
	body[data-page=reg] .mobile-header {
		background-color: #fff;
	}

	body[data-page=reg] .mobile-header:before {
		opacity: 0;
	}

	body[data-page=reg] .mobile-header .logo img:nth-child(1) {
		display: none;
	}

	body[data-page=reg] .mobile-header .logo img:nth-child(2) {
		display: inline;
	}

	body[data-page=reg] .mobile-header .menu img:nth-child(1) {
		display: none;
	}

	body[data-page=reg] .mobile-header .menu img:nth-child(2) {
		display: inline;
	}
}


.ant-modal-body {
	padding: 120px 0;
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: var(--fgColor-default);
	background-color: var(--bgColor-default);
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Noto Sans, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
	font-size: 16px;
	line-height: 1.5;
	word-wrap: break-word;
	scroll-behavior: auto;
	line-height: 2;
}

.ant-modal-body .title {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 16px;
	line-height: 30px;
}

.ant-modal-body ol {
	list-style: lower-alpha !important;
}

.ant-modal-body ol li>ol {
	list-style: lower-roman !important;
}

.ant-modal-body h1:hover .anchor .octicon-link:before,
.ant-modal-body h2:hover .anchor .octicon-link:before,
.ant-modal-body h3:hover .anchor .octicon-link:before,
.ant-modal-body h4:hover .anchor .octicon-link:before,
.ant-modal-body h5:hover .anchor .octicon-link:before,
.ant-modal-body h6:hover .anchor .octicon-link:before {
	width: 16px;
	height: 16px;
	content: " ";
	display: inline-block;
	background-color: currentColor;
	-webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg>');
	mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg>')
}

.ant-modal-body details,
.ant-modal-body figcaption,
.ant-modal-body figure {
	display: block
}

.ant-modal-body summary {
	display: list-item
}

.ant-modal-body [hidden] {
	display: none !important
}

.ant-modal-body a {
	background-color: transparent;
	color: var(--fgColor-accent);
	text-decoration: none
}

.ant-modal-body abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

.ant-modal-body b,
.ant-modal-body strong {
	font-weight: var(--base-text-weight-semibold, 600)
}

.ant-modal-body dfn {
	font-style: italic
}

.ant-modal-body h1 {
	margin: .67em 0;
	font-weight: var(--base-text-weight-semibold, 600);
	padding-bottom: .3em;
	font-size: 2em;
	border-bottom: 1px solid var(--borderColor-muted)
}

.ant-modal-body mark {
	background-color: var(--bgColor-attention-muted);
	color: var(--fgColor-default)
}

.ant-modal-body small {
	font-size: 90%
}

.ant-modal-body sub,
.ant-modal-body sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

.ant-modal-body sub {
	bottom: -.25em
}

.ant-modal-body sup {
	top: -.5em
}

.ant-modal-body img {
	border-style: none;
	max-width: 100%;
	box-sizing: content-box;
	background-color: var(--bgColor-default)
}

.ant-modal-body code,
.ant-modal-body kbd,
.ant-modal-body pre,
.ant-modal-body samp {
	font-family: monospace;
	font-size: 1em
}

.ant-modal-body figure {
	margin: 1em 40px
}

.ant-modal-body hr {
	box-sizing: content-box;
	overflow: hidden;
	background: transparent;
	border-bottom: 1px solid var(--borderColor-muted);
	height: .25em;
	padding: 0;
	margin: 24px 0;
	background-color: var(--borderColor-default);
	border: 0
}

.ant-modal-body input {
	font: inherit;
	margin: 0;
	overflow: visible;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

.ant-modal-body [type=button],
.ant-modal-body [type=reset],
.ant-modal-body [type=submit] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button
}

.ant-modal-body [type=checkbox],
.ant-modal-body [type=radio] {
	box-sizing: border-box;
	padding: 0
}

.ant-modal-body [type=number]::-webkit-inner-spin-button,
.ant-modal-body [type=number]::-webkit-outer-spin-button {
	height: auto
}

.ant-modal-body [type=search]::-webkit-search-cancel-button,
.ant-modal-body [type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none
}

.ant-modal-body ::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}

.ant-modal-body ::-webkit-file-upload-button {
	-webkit-appearance: button;
	appearance: button;
	font: inherit
}

.ant-modal-body a:hover {
	text-decoration: underline
}

.ant-modal-body ::-moz-placeholder {
	color: var(--fgColor-muted);
	opacity: 1
}

.ant-modal-body ::placeholder {
	color: var(--fgColor-muted);
	opacity: 1
}

.ant-modal-body hr:after,
.ant-modal-body hr:before {
	display: table;
	content: ""
}

.ant-modal-body hr:after {
	clear: both
}

.ant-modal-body table {
	border-spacing: 0;
	border-collapse: collapse;
	display: block;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	overflow: auto
}

.ant-modal-body td,
.ant-modal-body th {
	padding: 0
}

.ant-modal-body details summary {
	cursor: pointer
}

.ant-modal-body details:not([open])>:not(summary) {
	display: none
}

.ant-modal-body [role=button]:focus,
.ant-modal-body a:focus,
.ant-modal-body input[type=checkbox]:focus,
.ant-modal-body input[type=radio]:focus {
	outline: 2px solid var(--focus-outlineColor);
	outline-offset: -2px;
	box-shadow: none
}

.ant-modal-body [role=button]:focus:not(:focus-visible),
.ant-modal-body a:focus:not(:focus-visible),
.ant-modal-body input[type=checkbox]:focus:not(:focus-visible),
.ant-modal-body input[type=radio]:focus:not(:focus-visible) {
	outline: 1px solid transparent
}

.ant-modal-body [role=button]:focus-visible,
.ant-modal-body a:focus-visible,
.ant-modal-body input[type=checkbox]:focus-visible,
.ant-modal-body input[type=radio]:focus-visible {
	outline: 2px solid var(--focus-outlineColor);
	outline-offset: -2px;
	box-shadow: none
}

.ant-modal-body a:not([class]):focus,
.ant-modal-body a:not([class]):focus-visible,
.ant-modal-body input[type=checkbox]:focus,
.ant-modal-body input[type=checkbox]:focus-visible,
.ant-modal-body input[type=radio]:focus,
.ant-modal-body input[type=radio]:focus-visible {
	outline-offset: 0
}

.ant-modal-body kbd {
	display: inline-block;
	padding: 3px 5px;
	font: 11px var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);
	line-height: 10px;
	color: var(--fgColor-default);
	vertical-align: middle;
	background-color: var(--bgColor-muted);
	border: solid 1px var(--borderColor-neutral-muted);
	border-bottom-color: var(--borderColor-neutral-muted);
	border-radius: 6px;
	box-shadow: inset 0 -1px 0 var(--borderColor-neutral-muted)
}

.ant-modal-body h1,
.ant-modal-body h2,
.ant-modal-body h3,
.ant-modal-body h4,
.ant-modal-body h5,
.ant-modal-body h6 {
	margin-top: 24px;
	margin-bottom: 16px;
	font-weight: var(--base-text-weight-semibold, 600);
	line-height: 1.25
}

.ant-modal-body h2 {
	padding-bottom: .3em;
	font-size: 1.5em;
	border-bottom: 1px solid var(--borderColor-muted)
}

.ant-modal-body h2,
.ant-modal-body h3 {
	font-weight: var(--base-text-weight-semibold, 600)
}

.ant-modal-body h3 {
	font-size: 1.25em
}

.ant-modal-body h4 {
	font-size: 1.8em;
	text-align: center;
	color: #333;
}

.ant-modal-body h4,
.ant-modal-body h5 {
	font-weight: var(--base-text-weight-semibold, 600)
}

.ant-modal-body h5 {
	font-size: 1em
}

.ant-modal-body h6 {
	font-weight: var(--base-text-weight-semibold, 600);
	font-size: .85em;
	color: var(--fgColor-muted)
}

.ant-modal-body p {
	margin-top: 0;
	margin-bottom: 10px
}

.ant-modal-body blockquote {
	margin: 0;
	padding: 0 1em;
	color: var(--fgColor-muted);
	border-left: .25em solid var(--borderColor-default)
}

.ant-modal-body ol,
.ant-modal-body ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 2em
}

.ant-modal-body ol ol,
.ant-modal-body ul ol {
	list-style-type: lower-roman
}

.ant-modal-body ol ol ol,
.ant-modal-body ol ul ol,
.ant-modal-body ul ol ol,
.ant-modal-body ul ul ol {
	list-style-type: lower-alpha
}

.ant-modal-body dd {
	margin-left: 0
}

.ant-modal-body code,
.ant-modal-body pre,
.ant-modal-body samp,
.ant-modal-body tt {
	font-family: var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);
	font-size: 12px
}

.ant-modal-body pre {
	margin-top: 0;
	margin-bottom: 0;
	word-wrap: normal
}

.ant-modal-body .octicon {
	display: inline-block;
	overflow: visible !important;
	vertical-align: text-bottom;
	fill: currentColor
}

.ant-modal-body input::-webkit-inner-spin-button,
.ant-modal-body input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.ant-modal-body .mr-2 {
	margin-right: var(--base-size-8, 8px) !important
}

.ant-modal-body:after,
.ant-modal-body:before {
	display: table;
	content: ""
}

.ant-modal-body:after {
	clear: both
}

.ant-modal-body>:first-child {
	margin-top: 0 !important
}

.ant-modal-body>:last-child {
	margin-bottom: 0 !important
}

.ant-modal-body a:not([href]) {
	color: inherit;
	text-decoration: none
}

.ant-modal-body .absent {
	color: var(--fgColor-danger)
}

.ant-modal-body .anchor {
	float: left;
	padding-right: 4px;
	margin-left: -20px;
	line-height: 1
}

.ant-modal-body .anchor:focus {
	outline: none
}

.ant-modal-body blockquote,
.ant-modal-body details,
.ant-modal-body dl,
.ant-modal-body ol,
.ant-modal-body p,
.ant-modal-body pre,
.ant-modal-body table,
.ant-modal-body ul {
	margin-top: 0;
	margin-bottom: 16px
}

.ant-modal-body blockquote>:first-child {
	margin-top: 0
}

.ant-modal-body blockquote>:last-child {
	margin-bottom: 0
}

.ant-modal-body h1 .octicon-link,
.ant-modal-body h2 .octicon-link,
.ant-modal-body h3 .octicon-link,
.ant-modal-body h4 .octicon-link,
.ant-modal-body h5 .octicon-link,
.ant-modal-body h6 .octicon-link {
	color: var(--fgColor-default);
	vertical-align: middle;
	visibility: hidden
}

.ant-modal-body h1:hover .anchor,
.ant-modal-body h2:hover .anchor,
.ant-modal-body h3:hover .anchor,
.ant-modal-body h4:hover .anchor,
.ant-modal-body h5:hover .anchor,
.ant-modal-body h6:hover .anchor {
	text-decoration: none
}

.ant-modal-body h1:hover .anchor .octicon-link,
.ant-modal-body h2:hover .anchor .octicon-link,
.ant-modal-body h3:hover .anchor .octicon-link,
.ant-modal-body h4:hover .anchor .octicon-link,
.ant-modal-body h5:hover .anchor .octicon-link,
.ant-modal-body h6:hover .anchor .octicon-link {
	visibility: visible
}

.ant-modal-body h1 code,
.ant-modal-body h1 tt,
.ant-modal-body h2 code,
.ant-modal-body h2 tt,
.ant-modal-body h3 code,
.ant-modal-body h3 tt,
.ant-modal-body h4 code,
.ant-modal-body h4 tt,
.ant-modal-body h5 code,
.ant-modal-body h5 tt,
.ant-modal-body h6 code,
.ant-modal-body h6 tt {
	padding: 0 .2em;
	font-size: inherit
}

.ant-modal-body summary h1,
.ant-modal-body summary h2,
.ant-modal-body summary h3,
.ant-modal-body summary h4,
.ant-modal-body summary h5,
.ant-modal-body summary h6 {
	display: inline-block
}

.ant-modal-body summary h1 .anchor,
.ant-modal-body summary h2 .anchor,
.ant-modal-body summary h3 .anchor,
.ant-modal-body summary h4 .anchor,
.ant-modal-body summary h5 .anchor,
.ant-modal-body summary h6 .anchor {
	margin-left: -40px
}

.ant-modal-body summary h1,
.ant-modal-body summary h2 {
	padding-bottom: 0;
	border-bottom: 0
}

.ant-modal-body ol.no-list,
.ant-modal-body ul.no-list {
	padding: 0;
	list-style-type: none
}

.ant-modal-body ol[type="a s"] {
	list-style-type: lower-alpha
}

.ant-modal-body ol[type="A s"] {
	list-style-type: upper-alpha
}

.ant-modal-body ol[type="i s"] {
	list-style-type: lower-roman
}

.ant-modal-body ol[type="I s"] {
	list-style-type: upper-roman
}

.ant-modal-body div>ol:not([type]),
.ant-modal-body ol[type="1"] {
	list-style-type: decimal
}

.ant-modal-body ol ol,
.ant-modal-body ol ul,
.ant-modal-body ul ol,
.ant-modal-body ul ul {
	margin-top: 0;
	margin-bottom: 0
}

.ant-modal-body li>p {
	margin-top: 16px
}

.ant-modal-body li+li {
	margin-top: .25em
}

.ant-modal-body dl {
	padding: 0
}

.ant-modal-body dl dt {
	padding: 0;
	margin-top: 16px;
	font-size: 1em;
	font-style: italic;
	font-weight: var(--base-text-weight-semibold, 600)
}

.ant-modal-body dl dd {
	padding: 0 16px;
	margin-bottom: 16px
}

.ant-modal-body table th {
	font-weight: var(--base-text-weight-semibold, 600)
}

.ant-modal-body table td,
.ant-modal-body table th {
	padding: 6px 13px;
	border: 1px solid var(--borderColor-default)
}

.ant-modal-body table td>:last-child {
	margin-bottom: 0
}

.ant-modal-body table tr {
	background-color: var(--bgColor-default);
	border-top: 1px solid var(--borderColor-muted)
}

.ant-modal-body table tr:nth-child(2n) {
	background-color: var(--bgColor-muted)
}

.ant-modal-body table img {
	background-color: transparent
}

.ant-modal-body img[align=right] {
	padding-left: 20px
}

.ant-modal-body img[align=left] {
	padding-right: 20px
}

.ant-modal-body .emoji {
	max-width: none;
	vertical-align: text-top;
	background-color: transparent
}

.ant-modal-body span.frame {
	display: block;
	overflow: hidden
}

.ant-modal-body span.frame>span {
	display: block;
	float: left;
	width: auto;
	padding: 7px;
	margin: 13px 0 0;
	overflow: hidden;
	border: 1px solid var(--borderColor-default)
}

.ant-modal-body span.frame span img {
	display: block;
	float: left
}

.ant-modal-body span.frame span span {
	display: block;
	padding: 5px 0 0;
	clear: both;
	color: var(--fgColor-default)
}

.ant-modal-body span.align-center {
	display: block;
	overflow: hidden;
	clear: both
}

.ant-modal-body span.align-center>span {
	display: block;
	margin: 13px auto 0;
	overflow: hidden;
	text-align: center
}

.ant-modal-body span.align-center span img {
	margin: 0 auto;
	text-align: center
}

.ant-modal-body span.align-right {
	display: block;
	overflow: hidden;
	clear: both
}

.ant-modal-body span.align-right>span {
	display: block;
	margin: 13px 0 0;
	overflow: hidden;
	text-align: right
}

.ant-modal-body span.align-right span img {
	margin: 0;
	text-align: right
}

.ant-modal-body span.float-left {
	display: block;
	float: left;
	margin-right: 13px;
	overflow: hidden
}

.ant-modal-body span.float-left span {
	margin: 13px 0 0
}

.ant-modal-body span.float-right {
	display: block;
	float: right;
	margin-left: 13px;
	overflow: hidden
}

.ant-modal-body span.float-right>span {
	display: block;
	margin: 13px auto 0;
	overflow: hidden;
	text-align: right
}

.ant-modal-body code,
.ant-modal-body tt {
	padding: .2em .4em;
	margin: 0;
	font-size: 85%;
	white-space: break-spaces;
	background-color: var(--bgColor-neutral-muted);
	border-radius: 6px
}

.ant-modal-body code br,
.ant-modal-body tt br {
	display: none
}

.ant-modal-body del code {
	text-decoration: inherit
}

.ant-modal-body samp {
	font-size: 85%
}

.ant-modal-body pre code {
	font-size: 100%
}

.ant-modal-body pre>code {
	padding: 0;
	margin: 0;
	word-break: normal;
	white-space: pre;
	background: transparent;
	border: 0
}

.ant-modal-body .highlight {
	margin-bottom: 16px
}

.ant-modal-body .highlight pre {
	margin-bottom: 0;
	word-break: normal
}

.ant-modal-body .highlight pre,
.ant-modal-body pre {
	padding: 16px;
	overflow: auto;
	font-size: 85%;
	line-height: 1.45;
	color: var(--fgColor-default);
	background-color: var(--bgColor-muted);
	border-radius: 6px
}

.ant-modal-body pre code,
.ant-modal-body pre tt {
	display: inline;
	max-width: auto;
	padding: 0;
	margin: 0;
	overflow: visible;
	line-height: inherit;
	word-wrap: normal;
	background-color: transparent;
	border: 0
}

.ant-modal-body .csv-data td,
.ant-modal-body .csv-data th {
	padding: 5px;
	overflow: hidden;
	font-size: 12px;
	line-height: 1;
	text-align: left;
	white-space: nowrap
}

.ant-modal-body .csv-data .blob-num {
	padding: 10px 8px 9px;
	text-align: right;
	background: var(--bgColor-default);
	border: 0
}

.ant-modal-body .csv-data tr {
	border-top: 0
}

.ant-modal-body .csv-data th {
	font-weight: var(--base-text-weight-semibold, 600);
	background: var(--bgColor-muted);
	border-top: 0
}

.ant-modal-body [data-footnote-ref]:before {
	content: "["
}

.ant-modal-body [data-footnote-ref]:after {
	content: "]"
}

.ant-modal-body .footnotes {
	font-size: 12px;
	color: var(--fgColor-muted);
	border-top: 1px solid var(--borderColor-default)
}

.ant-modal-body .footnotes ol {
	padding-left: 16px
}

.ant-modal-body .footnotes ol ul {
	display: inline-block;
	padding-left: 16px;
	margin-top: 16px
}

.ant-modal-body .footnotes li {
	position: relative
}

.ant-modal-body .footnotes li:target:before {
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -24px;
	pointer-events: none;
	content: "";
	border: 2px solid var(--borderColor-accent-emphasis);
	border-radius: 6px
}

.ant-modal-body .footnotes li:target {
	color: var(--fgColor-default)
}

.ant-modal-body .footnotes .data-footnote-backref g-emoji {
	font-family: monospace
}

.ant-modal-body .pl-c {
	color: var(--color-prettylights-syntax-comment)
}

.ant-modal-body .pl-c1,
.ant-modal-body .pl-s .pl-v {
	color: var(--color-prettylights-syntax-constant)
}

.ant-modal-body .pl-e,
.ant-modal-body .pl-en {
	color: var(--color-prettylights-syntax-entity)
}

.ant-modal-body .pl-s .pl-s1,
.ant-modal-body .pl-smi {
	color: var(--color-prettylights-syntax-storage-modifier-import)
}

.ant-modal-body .pl-ent {
	color: var(--color-prettylights-syntax-entity-tag)
}

.ant-modal-body .pl-k {
	color: var(--color-prettylights-syntax-keyword)
}

.ant-modal-body .pl-pds,
.ant-modal-body .pl-s,
.ant-modal-body .pl-s .pl-pse .pl-s1,
.ant-modal-body .pl-sr,
.ant-modal-body .pl-sr .pl-cce,
.ant-modal-body .pl-sr .pl-sra,
.ant-modal-body .pl-sr .pl-sre {
	color: var(--color-prettylights-syntax-string)
}

.ant-modal-body .pl-smw,
.ant-modal-body .pl-v {
	color: var(--color-prettylights-syntax-variable)
}

.ant-modal-body .pl-bu {
	color: var(--color-prettylights-syntax-brackethighlighter-unmatched)
}

.ant-modal-body .pl-ii {
	color: var(--color-prettylights-syntax-invalid-illegal-text);
	background-color: var(--color-prettylights-syntax-invalid-illegal-bg)
}

.ant-modal-body .pl-c2 {
	color: var(--color-prettylights-syntax-carriage-return-text);
	background-color: var(--color-prettylights-syntax-carriage-return-bg)
}

.ant-modal-body .pl-sr .pl-cce {
	font-weight: 700;
	color: var(--color-prettylights-syntax-string-regexp)
}

.ant-modal-body .pl-ml {
	color: var(--color-prettylights-syntax-markup-list)
}

.ant-modal-body .pl-mh,
.ant-modal-body .pl-mh .pl-en,
.ant-modal-body .pl-ms {
	font-weight: 700;
	color: var(--color-prettylights-syntax-markup-heading)
}

.ant-modal-body .pl-mi {
	font-style: italic;
	color: var(--color-prettylights-syntax-markup-italic)
}

.ant-modal-body .pl-mb {
	font-weight: 700;
	color: var(--color-prettylights-syntax-markup-bold)
}

.ant-modal-body .pl-md {
	color: var(--color-prettylights-syntax-markup-deleted-text);
	background-color: var(--color-prettylights-syntax-markup-deleted-bg)
}

.ant-modal-body .pl-mi1 {
	color: var(--color-prettylights-syntax-markup-inserted-text);
	background-color: var(--color-prettylights-syntax-markup-inserted-bg)
}

.ant-modal-body .pl-mc {
	color: var(--color-prettylights-syntax-markup-changed-text);
	background-color: var(--color-prettylights-syntax-markup-changed-bg)
}

.ant-modal-body .pl-mi2 {
	color: var(--color-prettylights-syntax-markup-ignored-text);
	background-color: var(--color-prettylights-syntax-markup-ignored-bg)
}

.ant-modal-body .pl-mdr {
	font-weight: 700;
	color: var(--color-prettylights-syntax-meta-diff-range)
}

.ant-modal-body .pl-ba {
	color: var(--color-prettylights-syntax-brackethighlighter-angle)
}

.ant-modal-body .pl-sg {
	color: var(--color-prettylights-syntax-sublimelinter-gutter-mark)
}

.ant-modal-body .pl-corl {
	text-decoration: underline;
	color: var(--color-prettylights-syntax-constant-other-reference-link)
}

.ant-modal-body [role=button]:focus:not(:focus-visible),
.ant-modal-body [role=tabpanel][tabindex="0"]:focus:not(:focus-visible),
.ant-modal-body a:focus:not(:focus-visible),
.ant-modal-body button:focus:not(:focus-visible),
.ant-modal-body summary:focus:not(:focus-visible) {
	outline: none;
	box-shadow: none
}

.ant-modal-body [tabindex="0"]:focus:not(:focus-visible),
.ant-modal-body details-dialog:focus:not(:focus-visible) {
	outline: none
}

.ant-modal-body g-emoji {
	display: inline-block;
	min-width: 1ch;
	font-family: Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-size: 1em;
	font-style: normal !important;
	font-weight: var(--base-text-weight-normal, 400);
	line-height: 1;
	vertical-align: -.075em
}

.ant-modal-body g-emoji img {
	width: 1em;
	height: 1em
}

.ant-modal-body .task-list-item {
	list-style-type: none
}

.ant-modal-body .task-list-item label {
	font-weight: var(--base-text-weight-normal, 400)
}

.ant-modal-body .task-list-item.enabled label {
	cursor: pointer
}

.ant-modal-body .task-list-item+.task-list-item {
	margin-top: var(--base-size-4)
}

.ant-modal-body .task-list-item .handle {
	display: none
}

.ant-modal-body .task-list-item-checkbox {
	margin: 0 .2em .25em -1.4em;
	vertical-align: middle
}

.ant-modal-body .contains-task-list:dir(rtl) .task-list-item-checkbox {
	margin: 0 -1.6em .25em .2em
}

.ant-modal-body .contains-task-list {
	position: relative
}

.ant-modal-body .contains-task-list:focus-within .task-list-item-convert-container,
.ant-modal-body .contains-task-list:hover .task-list-item-convert-container {
	display: block;
	width: auto;
	height: 24px;
	overflow: visible;
	clip: auto
}

.ant-modal-body ::-webkit-calendar-picker-indicator {
	filter: invert(50%)
}

.ant-modal-body .markdown-alert {
	padding: var(--base-size-8) var(--base-size-16);
	margin-bottom: var(--base-size-16);
	color: inherit;
	border-left: .25em solid var(--borderColor-default)
}

.ant-modal-body .markdown-alert>:first-child {
	margin-top: 0
}

.ant-modal-body .markdown-alert>:last-child {
	margin-bottom: 0
}

.ant-modal-body .markdown-alert .markdown-alert-title {
	display: flex;
	font-weight: var(--base-text-weight-medium, 500);
	align-items: center;
	line-height: 1
}

.ant-modal-body .markdown-alert.markdown-alert-note {
	border-left-color: var(--borderColor-accent-emphasis)
}

.ant-modal-body .markdown-alert.markdown-alert-note .markdown-alert-title {
	color: var(--fgColor-accent)
}

.ant-modal-body .markdown-alert.markdown-alert-important {
	border-left-color: var(--borderColor-done-emphasis)
}

.ant-modal-body .markdown-alert.markdown-alert-important .markdown-alert-title {
	color: var(--fgColor-done)
}

.ant-modal-body .markdown-alert.markdown-alert-warning {
	border-left-color: var(--borderColor-attention-emphasis)
}

.ant-modal-body .markdown-alert.markdown-alert-warning .markdown-alert-title {
	color: var(--fgColor-attention)
}

.ant-modal-body .markdown-alert.markdown-alert-tip {
	border-left-color: var(--borderColor-success-emphasis)
}

.ant-modal-body .markdown-alert.markdown-alert-tip .markdown-alert-title {
	color: var(--fgColor-success)
}

.ant-modal-body .markdown-alert.markdown-alert-caution {
	border-left-color: var(--borderColor-danger-emphasis)
}

.ant-modal-body .markdown-alert.markdown-alert-caution .markdown-alert-title {
	color: var(--fgColor-danger)
}

.ant-modal-body>:first-child>.heading-element:first-child {
	margin-top: 0 !important
}