@charset "UTF-8";.markdown-body {
  --base-size-4: 0.25rem;
  --base-size-8: 0.5rem;
  --base-size-16: 1rem;
  --base-size-24: 1.5rem;
  --base-size-40: 2.5rem;
  --base-text-weight-normal: 400;
  --base-text-weight-medium: 500;
  --base-text-weight-semibold: 600;
  --fontStack-monospace: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  --fgColor-accent: Highlight;

  --focus-outlineColor: #04CBEA;
    --fgColor-default: #77F402;
    --fgColor-muted: #515151;
    --fgColor-accent: #04CBEA;
    --fgColor-success: #77F402;
    --fgColor-attention: #FFD900;
    --fgColor-danger: #F03C13;
    --fgColor-done: #E91164;
    --bgColor-default: #161616;
    --bgColor-muted: #282828;
    --bgColor-neutral-muted: #515151;
    --bgColor-attention-muted: #504A2C;
    --borderColor-default: #515151;
    --borderColor-muted: #515151;
    --borderColor-neutral-muted: #515151;
    --borderColor-accent-emphasis: #04CBEA;
    --borderColor-success-emphasis: #384427;
    --borderColor-attention-emphasis: #504A2C;
    --borderColor-danger-emphasis: #542738;
    --borderColor-done-emphasis: #532F27;
    --color-prettylights-syntax-comment: #515151;
    --color-prettylights-syntax-constant: #77F402;
    --color-prettylights-syntax-constant-other-reference-link: #1E4550;
    --color-prettylights-syntax-entity: #E91164;
    --color-prettylights-syntax-storage-modifier-import: #77F402;
    --color-prettylights-syntax-entity-tag: #77F402;
    --color-prettylights-syntax-keyword: #F03C13;
    --color-prettylights-syntax-string: #1E4550;
    --color-prettylights-syntax-variable: #FFD900;
    --color-prettylights-syntax-brackethighlighter-unmatched: #F03C13;
    --color-prettylights-syntax-brackethighlighter-angle: #515151;
    --color-prettylights-syntax-invalid-illegal-text: #161616;
    --color-prettylights-syntax-invalid-illegal-bg: #542738;
    --color-prettylights-syntax-carriage-return-text: #161616;
    --color-prettylights-syntax-carriage-return-bg: #532F27;
    --color-prettylights-syntax-string-regexp: #77F402;
    --color-prettylights-syntax-markup-list: #FFD900;
    --color-prettylights-syntax-markup-heading: #04CBEA;
    --color-prettylights-syntax-markup-italic: #77F402;
    --color-prettylights-syntax-markup-bold: #F03C13;
    --color-prettylights-syntax-markup-deleted-text: #F03C13;
    --color-prettylights-syntax-markup-deleted-bg: #542738;
    --color-prettylights-syntax-markup-inserted-text: #77F402;
    --color-prettylights-syntax-markup-inserted-bg: #384427;
    --color-prettylights-syntax-markup-changed-text: #FFD900;
    --color-prettylights-syntax-markup-changed-bg: #504A2C;
    --color-prettylights-syntax-markup-ignored-text: #04CBEA;
    --color-prettylights-syntax-markup-ignored-bg: #1E4550;
    --color-prettylights-syntax-meta-diff-range: #E91164;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #515151;
}

.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  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;
}

.markdown-body .octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}

.markdown-body h1:hover .anchor .octicon-link:before,
.markdown-body h2:hover .anchor .octicon-link:before,
.markdown-body h3:hover .anchor .octicon-link:before,
.markdown-body h4:hover .anchor .octicon-link:before,
.markdown-body h5:hover .anchor .octicon-link:before,
.markdown-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,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' 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'></path></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' 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'></path></svg>");
}

.markdown-body details,
.markdown-body figcaption,
.markdown-body figure {
  display: block;
}

.markdown-body summary {
  display: list-item;
}

.markdown-body [hidden] {
  display: none !important;
}

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

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

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

.markdown-body dfn {
  font-style: italic;
}

.markdown-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);
}

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

.markdown-body small {
  font-size: 90%;
}

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

.markdown-body sub {
  bottom: -0.25em;
}

.markdown-body sup {
  top: -0.5em;
}

.markdown-body img {
  border-style: none;
  max-width: 100%;
  box-sizing: content-box;
}

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

.markdown-body figure {
  margin: 1em var(--base-size-40);
}

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

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

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

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

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

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

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

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

.markdown-body a:hover {
  text-decoration: underline;
}

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

.markdown-body hr::before {
  display: table;
  content: "";
}

.markdown-body hr::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body table {
  border-spacing: 0;
  border-collapse: collapse;
  display: block;
  width: max-content;
  max-width: 100%;
  overflow: auto;
  font-variant: tabular-nums;
}

.markdown-body td,
.markdown-body th {
  padding: 0;
}

.markdown-body details summary {
  cursor: pointer;
}

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

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

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

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

.markdown-body kbd {
  display: inline-block;
  padding: var(--base-size-4);
  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);
}

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

.markdown-body h2 {
  font-weight: var(--base-text-weight-semibold, 600);
  padding-bottom: .3em;
  font-size: 1.5em;
  border-bottom: 1px solid var(--borderColor-muted);
}

.markdown-body h3 {
  font-weight: var(--base-text-weight-semibold, 600);
  font-size: 1.25em;
}

.markdown-body h4 {
  font-weight: var(--base-text-weight-semibold, 600);
  font-size: 1em;
}

.markdown-body h5 {
  font-weight: var(--base-text-weight-semibold, 600);
  font-size: .875em;
}

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

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

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

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

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}

.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
  list-style-type: lower-alpha;
}

.markdown-body dd {
  margin-left: 0;
}

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

.markdown-body pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);
  font-size: 12px;
  word-wrap: normal;
}

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

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

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

.markdown-body::before {
  display: table;
  content: "";
}

.markdown-body::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body>*:first-child {
  margin-top: 0 !important;
}

.markdown-body>*:last-child {
  margin-bottom: 0 !important;
}

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

.markdown-body .absent {
  color: var(--fgColor-danger);
}

.markdown-body .anchor {
  float: left;
  padding-right: var(--base-size-4);
  margin-left: -20px;
  line-height: 1;
}

.markdown-body .anchor:focus {
  outline: none;
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre,
.markdown-body details {
  margin-top: 0;
  margin-bottom: var(--base-size-16);
}

.markdown-body blockquote>:first-child {
  margin-top: 0;
}

.markdown-body blockquote>:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.markdown-body ol[type="1"] {
  list-style-type: decimal;
}

.markdown-body div>ol:not([type]) {
  list-style-type: decimal;
}

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

.markdown-body li>p {
  margin-top: var(--base-size-16);
}

.markdown-body li+li {
  margin-top: .25em;
}

.markdown-body dl {
  padding: 0;
}

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

.markdown-body dl dd {
  padding: 0 var(--base-size-16);
  margin-bottom: var(--base-size-16);
}

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

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

.markdown-body table td>:last-child {
  margin-bottom: 0;
}

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

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

.markdown-body table img {
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.markdown-body span.float-left span {
  margin: 13px 0 0;
}

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

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

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

.markdown-body code br,
.markdown-body tt br {
  display: none;
}

.markdown-body del code {
  text-decoration: inherit;
}

.markdown-body samp {
  font-size: 85%;
}

.markdown-body pre code {
  font-size: 100%;
}

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

.markdown-body .highlight {
  margin-bottom: var(--base-size-16);
}

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

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

.markdown-body pre code,
.markdown-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;
}

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

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

.markdown-body .csv-data tr {
  border-top: 0;
}

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

.markdown-body [data-footnote-ref]::before {
  content: "[";
}

.markdown-body [data-footnote-ref]::after {
  content: "]";
}

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

.markdown-body .footnotes ol {
  padding-left: var(--base-size-16);
}

.markdown-body .footnotes ol ul {
  display: inline-block;
  padding-left: var(--base-size-16);
  margin-top: var(--base-size-16);
}

.markdown-body .footnotes li {
  position: relative;
}

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

.markdown-body .footnotes li:target {
  color: var(--fgColor-default);
}

.markdown-body .footnotes .data-footnote-backref g-emoji {
  font-family: monospace;
}

.markdown-body body:has(:modal) {
  padding-right: var(--dialog-scrollgutter) !important;
}

.markdown-body .pl-c {
  color: var(--color-prettylights-syntax-comment);
}

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

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

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

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

.markdown-body .pl-k {
  color: var(--color-prettylights-syntax-keyword);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.markdown-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: -0.075em;
}

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

.markdown-body .task-list-item {
  list-style-type: none;
}

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

.markdown-body .task-list-item.enabled label {
  cursor: pointer;
}

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

.markdown-body .task-list-item .handle {
  display: none;
}

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

.markdown-body ul:dir(rtl) .task-list-item-checkbox {
  margin: 0 -1.6em .25em .2em;
}

.markdown-body ol:dir(rtl) .task-list-item-checkbox {
  margin: 0 -1.6em .25em .2em;
}

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

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

.markdown-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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.markdown-body>*:first-child>.heading-element:first-child {
  margin-top: 0 !important;
}

.markdown-body .highlight pre:has(+.zeroclipboard-container) {
  min-height: 52px;
}

:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
}
.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
}
.Toastify__toast {
  --y: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
  overflow: hidden;
}
.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}
.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}
.Toastify__toast--stacked[data-collapsed=false] {
  overflow: visible;
}
.Toastify__toast--stacked[data-collapsed=true]:not(:last-child) > * {
  opacity: 0;
}
.Toastify__toast--stacked:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}
.Toastify__toast--stacked[data-pos=top] {
  top: 0;
}
.Toastify__toast--stacked[data-pos=bot] {
  bottom: 0;
}
.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before {
  transform-origin: top;
}
.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before {
  transform-origin: bottom;
}
.Toastify__toast--stacked:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  -ms-flex: 1;
      flex: 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 1;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp[data-hidden=true] {
  opacity: 0;
}
.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=ReactToastify.css.map */
/* HTML: <div class="loader"></div> */
.loader {
  position: absolute;
  left: 50%;
  color: #ededed;
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 15px 0 0 4px, 38px 0 0 2px, 60px 0 0 0;
  transform: translateX(-38px);
  animation: l21 0.5s infinite alternate linear;
}

@keyframes l21 {
  50% {
    box-shadow: 15px 0 0 2px, 38px 0 0 4px, 60px 0 0 2px;
  }
  100% {
    box-shadow: 15px 0 0 0, 38px 0 0 2px, 60px 0 0 4px;
  }
}
.fade-in {
  animation: inAnimation 300ms forwards ease-in;
}

.fade-out {
  animation: outAnimation 200ms forwards ease-in;
}

@keyframes inAnimation {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes outAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes rightTranslate {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  99% {
    transform: translateX(4px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes bottomTranslate {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  99% {
    transform: translateY(3px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
* {
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  min-width: 0;
  color: #ededed;
  margin: 0;
}

body {
  min-height: 100dvh;
  background-color: #282828;
  background-color: #282828;
}

#root {
  display: flex;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}

[data-title]:after {
  content: attr(data-title);
  background-color: #161616;
  color: #ededed;
  font-size: 75%;
  text-transform: uppercase;
  position: absolute;
  padding: 4px 6px;
  bottom: -1.6em;
  left: 100%;
  white-space: nowrap;
  box-shadow: 1px 1px 3px #222222;
  opacity: 0;
  border: 1px solid #515151;
  z-index: 99999;
  visibility: hidden;
  border-radius: 6px;
}

[data-title] {
  position: relative;
}

.disabled {
  opacity: 0.2 !important;
}

.lateral-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 54px;
  height: 100vh;
  position: relative;
  z-index: 100;
  background: linear-gradient(90deg, #161616 0%, #161616 91%, #282828 92%, #282828 100%);
}
.lateral-nav .logo {
  width: 100%;
  padding: 8px 10px 4px 5px;
  cursor: pointer;
}
.lateral-nav .logo svg {
  opacity: 0.3;
  transition: all 500ms ease-in-out;
}
.lateral-nav .logo .cls-1, .lateral-nav .logo .cls-2, .lateral-nav .logo .cls-3, .lateral-nav .logo .cls-4, .lateral-nav .logo .cls-5, .lateral-nav .logo .cls-6, .lateral-nav .logo .cls-8 {
  fill: white;
  transition: all 300ms ease-in-out;
}
.lateral-nav .logo:hover svg {
  opacity: 1;
}
.lateral-nav .logo:hover .cls-1 {
  fill: #ffc300;
}
.lateral-nav .logo:hover .cls-2 {
  fill: #d92368;
}
.lateral-nav .logo:hover .cls-3 {
  fill: #ff5733;
}
.lateral-nav .logo:hover .cls-4 {
  fill: #79d523;
}
.lateral-nav .logo:hover .cls-5 {
  fill: #c70039;
}
.lateral-nav .logo:hover .cls-6 {
  fill: #900c3f;
}
.lateral-nav .logo:hover .cls-7 {
  fill: #fff;
}
.lateral-nav .logo:hover .cls-8 {
  fill: #f03c13;
}

.loadcsv {
  display: none;
}

.loadcsv-button {
  display: block;
  position: absolute;
  bottom: 6px;
  left: 6px;
  width: 28px;
  height: 28px;
  background-color: #282828;
  border-radius: 5px;
  text-align: center;
  line-height: 28px;
  font-weight: 800;
  font-size: 24px;
  color: #ededed;
  cursor: pointer;
  user-select: none;
  z-index: 1;
}
.loadcsv-button:hover {
  text-shadow: 0 0 6px #ededed;
}
.loadcsv-button::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 40px;
  height: 40px;
  z-index: -1;
  background-color: #161616;
}

.preview-background[data-view=false] {
  display: none;
}

.preview-background[data-view=true] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(22, 22, 22, 0.4392156863);
  backdrop-filter: blur(2px);
  text-align: center;
  z-index: 9;
}

.preview-container {
  border-radius: 25px;
  background-color: #282828;
  padding: 10px;
  color: #ededed;
}
.preview-container table, .preview-container th, .preview-container td {
  border: 2px solid rgba(18, 18, 18, 0.2745098039);
  border-collapse: collapse;
}
.preview-container th, .preview-container td {
  padding: 6px;
}
.preview-container .buttons {
  padding: 10px;
}
.preview-container .buttons button {
  margin: 0 10px 0 10px;
}
.preview-container .buttons .negative {
  background-color: red;
}
.preview-container .buttons .positive {
  background-color: green;
}

.tabs-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
  width: 100%;
  padding: 40px 0;
  background-color: #161616;
  overflow-y: scroll;
  overflow-x: hidden;
  text-wrap: nowrap;
}
.tabs-container::-webkit-scrollbar {
  width: 4px;
  background-color: #282828;
}
.tabs-container::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #515151;
}

.tab {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  writing-mode: vertical-rl;
  transform: scale(-1, -1);
  bottom: 0;
  padding: 8px 6px;
  width: 28px;
  border-radius: 0 10px 10px 0;
  user-select: none;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  opacity: 1;
  transition: all 200ms ease-in-out;
}
.tab.false {
  background-color: color-mix(in oklab, #282828 30%, #161616 100%);
  z-index: 9;
}
.tab.false span {
  color: color-mix(in oklab, #ededed 30%, transparent 100%);
}
.tab.false i {
  color: color-mix(in oklab, #ededed 30%, transparent 100%);
}
.tab.true {
  background-color: #282828;
  z-index: 99;
}
.tab:hover span {
  color: color-mix(in oklab, #ededed 100%, transparent 0%);
}
.tab:hover i {
  color: color-mix(in oklab, #ededed 100%, transparent 0%);
}
.tab span {
  max-height: 135px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  transition: all 200ms ease-in-out;
}
.tab i {
  margin-top: 6px;
  transform: rotate(90deg);
  opacity: 50%;
  background-color: transparent;
  color: #ededed;
  padding: 2px;
  border-radius: 50%;
  transition: all 200ms ease-in-out;
}
.tab i:hover {
  opacity: 100%;
  background-color: #491218;
  color: #ef3c12;
}
.tab.google, .tab.google-manual {
  font-weight: bold;
  text-shadow: 0px 1px 3px black;
  background: #305011;
}
.tab.google.false, .tab.google-manual.false {
  background-color: color-mix(in oklab, #305011 30%, #161616 100%);
}
.tab.google.false span, .tab.google-manual.false span {
  color: color-mix(in oklab, #ededed 30%, transparent 100%);
}
.tab.google:hover span, .tab.google-manual:hover span {
  color: color-mix(in oklab, #ededed 100%, transparent 0%);
}

.list-container {
  position: relative;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 100vh;
  background-color: red;
  width: 260px !important;
}

.list-header {
  display: grid;
  grid-template-areas: "search search search order" "selectedAll selectedAll columnName columnName";
  gap: 4px;
  background-color: #161616;
  width: 100%;
  padding: 6px 6px;
}
.list-header .search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-area: search;
}
.list-header .order-container {
  grid-area: order;
}
.list-header .selectedAll {
  grid-area: selectedAll;
  background-color: #282828;
  border-radius: 25px;
  font-size: 0.9rem;
  padding: 0 6px;
  display: flex;
  gap: 2px;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.list-header .selectedAll i {
  display: inline;
}
.list-header .selectedAll:hover {
  background-color: #515151;
}
.list-header .selectedAll:active {
  background-color: #282828;
}
.list-header span {
  padding-left: 6px;
  display: flex;
  align-items: center;
  opacity: 0.4;
  font-size: 0.9rem;
}
.list-header .columnName-container {
  grid-area: columnName;
}

.list-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8vh;
  background-color: #161616;
  width: 100%;
  gap: 0px;
}
.list-footer .goto-button {
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: end;
  background-color: #282828;
  color: #ededed;
  padding: 6px 20px;
  height: 30px;
  font-size: 0.9em;
  font-weight: 400;
  border-radius: 25px;
  border: none;
  outline: none;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}
.list-footer .goto-button i {
  color: #ededed;
  margin-left: 6px;
  font-size: 1.2em;
  transition: all 200ms ease-in-out;
}
.list-footer .goto-button:hover i {
  animation: rightTranslate 0.5s infinite ease;
}
.list-footer .goto-button:active {
  background-color: #282828;
  color: #515151;
}
.list-footer .goto-button:active i {
  color: #515151;
}

.listCall-container {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 86vh;
  width: 100%;
  padding: 10px 14px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 0;
  background-color: #161616;
}
.listCall-container::-webkit-scrollbar {
  width: 4px;
}
.listCall-container::-webkit-scrollbar-thumb {
  background-color: #515151;
  border-radius: 6px;
}
.listCall-container li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  list-style: none;
  padding: 1px 6px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
  opacity: 40%;
  cursor: pointer;
  border-radius: 15px;
}
.listCall-container li:hover {
  opacity: 100%;
}
.listCall-container li.true {
  border-radius: 6px;
  opacity: 100%;
  scroll-margin-top: 20px;
  scroll-margin-bottom: 20px;
  outline: 1px solid currentColor;
}
.listCall-container li .assistant-icon {
  width: 16px;
  background: linear-gradient(to right, #b22eff, #00aeff, #b22eff);
  background-size: 200% 100%;
  animation: bgmove 2s linear infinite;
  background-clip: text;
  color: transparent;
}
.listCall-container li .sheet-loader, .listCall-container li .gemini-loader {
  display: flex;
  margin-right: 2px;
}
.listCall-container li .sheet-loader .loading, .listCall-container li .gemini-loader .loading {
  color: #01ddff;
  animation: rotate-center 1s linear infinite both;
}
.listCall-container li .sheet-loader .failed, .listCall-container li .gemini-loader .failed {
  color: #fed900;
}
.listCall-container li .sheet-loader .completed, .listCall-container li .gemini-loader .completed {
  color: #7bfe00;
}
.listCall-container li .status {
  display: flex;
  margin-right: 2px;
}
.listCall-container li .status .failed {
  color: #ef3c12;
}
.listCall-container li .status .loading {
  animation: rotate-center 1s linear infinite both;
}
.listCall-container li .cc {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  font-weight: bold;
  margin-right: 4px;
  padding: 0 4px;
  border-radius: 2px;
  height: 13px;
}
.listCall-container li .cc.untagged {
  background-color: #ededed;
  color: #161616;
  opacity: 0.8;
}
.listCall-container li .name {
  pointer-events: none;
  color: inherit;
  user-select: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.listCall-container li .checkbox {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  cursor: pointer;
}
.listCall-container li .checkbox input[type=checkbox] {
  display: none;
}
.listCall-container li .checkbox input:checked ~ i {
  color: #7bfe00;
}
.listCall-container li .checkbox i {
  background-color: #161616;
  border-radius: 100%;
  font-size: 1.2rem;
}

.listCall-empty {
  display: flex;
  align-items: center;
  font-size: 4em;
  text-align: center;
  text-transform: capitalize;
  height: 100%;
  opacity: 0.1;
}

.columnName {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 4px;
  padding: 0;
}
.columnName li {
  cursor: pointer;
  padding: 2px 4px;
  list-style: none;
  text-transform: lowercase;
  background-color: #515151;
  border-radius: 2px;
  transition: all 200ms ease-in-out;
}
.columnName li i {
  display: flex;
  pointer-events: none;
}
.columnName li:hover, .columnName li.active {
  background-color: #282828;
}
.columnName li:hover i, .columnName li.active i {
  color: color-mix(in oklab, #ededed 70%, transparent 30%);
}
.columnName li.more {
  border-radius: 6px;
  position: relative;
  background-color: transparent;
  user-select: none;
}
.columnName li.more:hover {
  background-color: #282828;
}

.columnName-rest {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.columnName-rest span {
  padding: 2px 6px;
  border-radius: 4px;
  text-wrap: nowrap;
  text-align: center;
  text-transform: capitalize;
  font-size: 0.8rem;
  background-color: #515151;
}
.columnName-rest span.active, .columnName-rest span:hover {
  background-color: #282828;
}

.export-button {
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: end;
  background-color: #282828;
  color: #ededed;
  padding: 6px 20px;
  height: 30px;
  font-size: 0.9em;
  font-weight: 400;
  border-radius: 25px;
  border: none;
  outline: none;
  transition: all 200ms ease-in-out;
}
.export-button i {
  color: #ededed;
  margin-left: 6px;
  font-size: 1.2em;
  transition: all 200ms ease-in-out;
}
.export-button:hover i {
  animation: bottomTranslate 500ms infinite ease;
}
.export-button:active {
  background-color: #282828;
  color: #515151;
}
.export-button:active i {
  color: #515151;
}

.order-container {
  position: relative;
  cursor: pointer;
  height: 25px;
}
.order-container i {
  font-size: 1.5em;
  line-height: 25px;
  transition: all 200ms ease-in-out;
}
.order-container i:hover {
  opacity: 0.5;
}
.order-container .order-items {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.order-container .order-items span {
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  gap: 6px;
  font-size: 0.8em;
  padding: 0px 4px;
  border-radius: 0px;
  position: relative;
  z-index: 1;
  user-select: none;
  transition: all 200ms ease-in-out;
}
.order-container .order-items span.true:hover {
  color: #161616;
}
.order-container .order-items span.true:hover i {
  color: #161616;
}
.order-container .order-items span.true::after {
  background-color: #01ddff;
}
.order-container .order-items span::after {
  content: "";
  width: 2px;
  position: absolute;
  inset: 0;
  background-color: #282828;
  border-radius: 0px;
  z-index: -1;
  transition: all 200ms ease-in-out;
}
.order-container .order-items span:hover::after {
  border-radius: 2px;
  width: 100%;
}

.btn-order {
  border: none;
  outline: none;
  background-color: #161616;
  min-width: 80px;
  text-transform: capitalize;
  font-size: 0.8;
  font-weight: bold;
  border-radius: 2px;
}
.btn-order.true {
  background-color: #282828;
}

.main-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.main-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 8px;
  position: relative;
  width: 1000px;
  height: 500px;
}

.main-placeholder {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.main-placeholder svg {
  opacity: 50%;
  transition: all 200ms ease-in;
}
.main-placeholder svg:hover {
  opacity: 100%;
  transform: scale(1.03);
}
.main-placeholder .title {
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  opacity: 50%;
}
.main-placeholder .more {
  display: inline-block;
  background-color: #161616;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin: 8px;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 1px 2px black;
  transition: all 200ms ease-in-out;
}
.main-placeholder .more:hover {
  background-color: color-mix(in oklab, #161616 80%, transparent 100%);
}
.main-placeholder .more:active {
  box-shadow: 0 1px 2px transparent;
  color: color-mix(in oklab, #ededed 50%, transparent 50%);
}
.main-placeholder .help-btn {
  align-self: center;
  text-decoration: none;
  margin: 0 2px;
  line-height: 30px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.main-placeholder .help-btn:hover {
  color: color-mix(in oklab, #ededed 50%, transparent 50%);
}
.main-placeholder .content {
  font-size: 0.9em;
  text-align: center;
  line-height: 1.8;
  opacity: 50%;
}

.help-structure-container {
  max-width: 450px;
  padding: 12px;
  text-align: center;
}
.help-structure-container .help-structure-text {
  margin-bottom: 2em;
}
.help-structure-container .help-structure-link {
  display: flex;
  justify-content: space-around;
}
.help-structure-container .help-structure-link a {
  display: flex;
  align-items: center;
  background-color: #103842;
  padding: 6px 12px;
  border-radius: 20px;
  text-decoration: none;
}
.help-structure-container .help-structure-link a i {
  margin-left: 4px;
}
.help-structure-container .help-structure-link a:hover {
  color: #01ddff;
}
.help-structure-container .help-structure-link a:hover i {
  color: #01ddff;
}

.card-container {
  grid-column: span 2/span 2;
  grid-row: span 4/span 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background-color: #161616;
  border-radius: 25px;
  padding: 20px;
  scale: 1;
  opacity: 1;
  transition: scale 200ms, opacity 200ms;
  position: relative;
  z-index: 99;
}
@starting-style {
  .card-container {
    scale: 0;
    opacity: 0;
  }
}

#save-call {
  display: none;
}

.note-container {
  position: relative;
  background-color: #282828;
  padding: 5px 10px;
  border-radius: 15px;
}
.note-container .sn-buttons {
  display: flex;
  align-items: center;
  position: absolute;
  top: -30px;
  right: 10px;
}
.note-container .sn-buttons i {
  cursor: pointer;
  padding: 4px;
  margin: 4px;
  opacity: 50%;
}
.note-container .sn-buttons i:hover {
  opacity: 100%;
}
.note-container .sn-buttons i.true {
  opacity: 100%;
  border-radius: 6px;
  color: #e91164;
  text-shadow: 0 0 4px #e91164;
}

.note-title {
  text-align: center;
  opacity: 50%;
  font-weight: 500;
}
.note-title .note-buttons {
  display: flex;
  gap: 8px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 8px;
  margin-right: 8px;
}
.note-title .note-buttons i {
  cursor: pointer;
}
.note-title .note-buttons i:hover {
  opacity: 0.5;
}
.note-title .note-buttons svg {
  fill: #ededed;
  width: 16px;
}

#note {
  background-color: transparent;
  resize: none;
  width: 100%;
  border: none;
  outline: none;
}
#note::-webkit-scrollbar {
  width: 4px;
  background-color: #282828;
}
#note::-webkit-scrollbar-thumb {
  background-color: #515151;
  border-radius: 6px;
}

.suggested-note {
  display: flex;
  justify-content: space-around;
  font-size: 0.7em;
}
.suggested-note span {
  position: relative;
  background-color: #161616;
  padding: 4px 8px;
  border-radius: 25px;
  color: color-mix(in oklab, #ededed 40%, transparent);
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  max-width: 100px;
  box-shadow: 0 1px 2px #161616;
  transition: all 300ms ease-in-out;
}
.suggested-note span:hover {
  color: color-mix(in oklab, #ededed 100%, transparent);
}
.suggested-note span:active {
  color: color-mix(in oklab, #ededed 40%, transparent);
  box-shadow: 0 0px 0px #161616;
}
.suggested-note span.delete {
  opacity: 40%;
}
.suggested-note span.delete:hover {
  opacity: 100%;
}
.suggested-note span.long:hover .text {
  overflow: unset;
  text-overflow: unset;
  animation: desplazamiento 6s linear both;
}
.suggested-note span .text {
  pointer-events: none;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.suggested-note span i {
  pointer-events: none;
  padding: 0 4px;
  width: 50px;
  font-size: 16px;
  text-align: end;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  background: linear-gradient(to right, transparent 0%, #161616 60%, #161616 100%);
}
.suggested-note .sn-rest {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.suggested-note .sn-rest .sn-dropdown {
  min-height: 40px;
  max-height: 120px;
  overflow-y: auto;
  width: 100%;
}
.suggested-note .sn-rest .sn-dropdown::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.suggested-note .sn-rest .sn-dropdown::-webkit-scrollbar-thumb {
  background-color: #515151;
  border-radius: 6px;
  cursor: pointer;
}
.suggested-note .sn-rest i {
  cursor: pointer;
  background-color: #161616;
  border-radius: 25px;
  color: color-mix(in oklab, #ededed 40%, transparent);
  width: 50px;
  font-size: 2em;
  text-align: center;
  box-shadow: 0 1px 2px #161616;
}
.suggested-note .sn-rest i:hover {
  color: color-mix(in oklab, #ededed 100%, transparent);
}
.suggested-note .sn-rest i:active {
  color: color-mix(in oklab, #ededed 40%, transparent);
  box-shadow: 0 0px 0px #161616;
}
.suggested-note .sn-rest i.delete {
  opacity: 40%;
}
.suggested-note .sn-rest .sn-rest-item {
  position: relative;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  text-align: center;
  width: 100px;
  height: 20px;
  background-color: #282828;
  color: color-mix(in oklab, #ededed 60%, transparent);
  padding: 2px 4px;
  margin: 4px 2px;
  border-radius: 8px;
}
.suggested-note .sn-rest .sn-rest-item:hover {
  background-color: #515151;
  color: color-mix(in oklab, #ededed 100%, transparent);
}
.suggested-note .sn-rest .sn-rest-item .text {
  pointer-events: none;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.suggested-note .sn-rest .sn-rest-item i {
  pointer-events: none;
  padding: 0 4px;
  width: 50px;
  font-size: 16px;
  text-align: end;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  background: linear-gradient(to right, transparent 0%, #161616 60%, #161616 100%);
}

.add-sn-container {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  border-radius: 10px;
  background-color: #515151;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.add-sn-container input {
  font-size: 0.8em;
  font-weight: 500;
  margin: 8px 2px;
  padding: 4px 8px;
  border-radius: 15px;
  text-align: center;
  overflow: hidden;
  background-color: #282828;
  color: #ededed;
  border: none;
  outline: none;
}
.add-sn-container button {
  cursor: pointer;
  background-color: #282828;
  font-weight: 500;
  padding: 6px 20px;
  border: none;
  outline: none;
  border-radius: 15px;
  box-shadow: 0px 2px 2px #161616;
}
.add-sn-container button:hover {
  box-shadow: none;
}
.add-sn-container button.false {
  cursor: default;
  pointer-events: none;
  opacity: 20%;
}

.note-prompt-container {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.note-prompt-container textarea {
  padding: 6px 8px;
  border-radius: 8px;
  background-color: #282828;
  border: none;
  outline: none;
  width: 250px;
  resize: none;
  field-sizing: content;
  min-height: 3rem;
  max-height: 10rem;
  transition: all 0.3s linear;
}
.note-prompt-container button {
  cursor: pointer;
  border-radius: 8px;
  border: none;
  outline: none;
  width: 100%;
  background-color: #0f484f;
  padding: 6px 8px;
}
.note-prompt-container button:hover {
  opacity: 0.5;
}

.head-container {
  display: flex;
  justify-content: space-between;
}

.head-date {
  width: 100px;
  text-wrap: wrap;
  text-align: start;
  font-size: 0.9em;
}

.head-dispo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #515151;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 15px;
  height: 30px;
  line-height: 22px;
  text-align: center;
  transition: all 200ms ease-in-out;
}

.head-number {
  display: flex;
  align-items: center;
  font-size: 0.8em;
}

.info-container {
  display: flex;
  flex-direction: column;
  grid-row: span 2/span 2;
  grid-column-start: 4;
  width: 100%;
  background-color: #161616;
  border-radius: 25px;
  padding: 10px;
  font-size: 0.8em;
  user-select: none;
  transform-origin: left center;
  scale: 1 1;
  opacity: 1;
  transition: opacity 200ms ease-in-out, scale 200ms ease-in-out;
}
@starting-style {
  .info-container {
    scale: 0 1;
    opacity: 0;
  }
}
.info-container.false {
  opacity: 0;
  scale: 0 1;
  pointer-events: none;
}

.info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
  overflow-y: scroll;
  padding: 0px 2px;
  border-radius: 8px;
}
.info::-webkit-scrollbar {
  width: 6px;
  background-color: color-mix(in oklab, #161616 30%, transparent 100%);
}
.info::-webkit-scrollbar-thumb {
  background-color: #515151;
  border-radius: 2px;
  cursor: pointer;
}
.info div {
  cursor: pointer;
  text-align: center;
  padding: 4px;
  background-color: #282828;
  border-radius: 2px;
  word-break: break-all;
  transition: all 300ms ease-in-out;
  transition-behavior: allow-discrete;
}
.info div b {
  text-align: center;
  letter-spacing: 2px;
  color: #515151;
  text-transform: capitalize;
  pointer-events: none;
}
.info div.ai-suggested {
  background: linear-gradient(to right, #8a2be2, #4169e1, #8a2be2);
  background-size: 200% 100%;
  animation: bgmove 2s linear infinite;
  position: relative;
}
.info div.ai-suggested::before {
  display: inline-block;
  content: "";
  width: 99%;
  height: 92%;
  border-radius: 2px;
  background-color: #282828;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.info div.ai-suggested b, .info div.ai-suggested span {
  position: relative;
  z-index: 1;
}
.info div.hidden {
  font-size: 0;
  opacity: 0.5;
}
.info div.hidden:hover {
  opacity: 1;
}

.info-header {
  display: flex;
  justify-content: center;
  background-color: transparent !important;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.info-header .copy {
  position: absolute;
  right: 12px;
  background-color: transparent !important;
}
.info-header .reload-wizard {
  cursor: pointer;
  position: absolute;
  left: 12px;
}
.info-header .reload-wizard svg {
  fill: #ededed;
  width: 16px;
}

.mp-container {
  background-color: #282828;
  padding: 10px;
  border-radius: 15px;
}

.mp-top-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.mp-top-content .mp-data {
  display: flex;
  flex-direction: column;
}
.mp-top-content .mp-data .label {
  font-size: 1.1em;
  font-weight: 500;
}
.mp-top-content .mp-data .time {
  font-size: 0.8em;
  text-align: start;
  opacity: 80%;
  padding: 0 1px;
}
.mp-top-content .mp-data .time span {
  font-size: 0.7em;
}
.mp-top-content .mp-status-button {
  display: flex;
  align-items: center;
}
.mp-top-content .mp-status-button a {
  text-decoration: none;
  margin-right: 20px;
}
.mp-top-content .mp-status-button i {
  display: flex;
  align-items: center;
  font-size: 28px;
  text-decoration: none;
  opacity: 80%;
}
.mp-top-content .mp-status-button i:hover {
  opacity: 100%;
}
.mp-top-content .mp-status-button .autoplay {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 32px;
  margin-right: 20px;
}
.mp-top-content .mp-status-button .autoplay.true i {
  opacity: 100%;
  text-shadow: 0px 0px 4px #ededed;
}
.mp-top-content .mp-status-button .volume {
  cursor: pointer;
  margin-right: 20px;
}
.mp-top-content .mp-status-button .speed {
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  user-select: none;
  width: 36px;
  height: 24px;
  border: 2px solid #ededed;
  border-radius: 25px;
  opacity: 80%;
}
.mp-top-content .mp-status-button .speed span {
  font-size: 0.8em;
}
.mp-top-content .mp-status-button .speed:hover {
  opacity: 100%;
}

.mp-bottom-content {
  display: flex;
  align-items: center;
  position: relative;
}
.mp-bottom-content .progress-container {
  width: 100%;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mp-bottom-content .progress-container input[type=range] {
  position: absolute;
  width: 100%;
  appearance: none;
  background: #ddd;
  height: 5px;
  border-radius: 5px;
  outline: none;
  z-index: 3;
}
.mp-bottom-content .progress-container input[type=range].true {
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s;
}
.mp-bottom-content .progress-container input[type=range]::-webkit-slider-thumb {
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #04cbea;
  cursor: pointer;
  opacity: 1;
}
.mp-bottom-content .progress-container div {
  width: 100%;
}
.mp-bottom-content .progress-container div::part(wrapper) {
  opacity: 0;
}
.mp-bottom-content .progress-container input.true + div div::part(wrapper) {
  opacity: 100;
  transition: opacity 1s 0.5s;
}
.mp-bottom-content .url_loader {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  scale: 1.5 1.2;
}

.dispo-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background-color: #282828;
  border-radius: 15px;
  padding: 10px;
  margin: 20px 0;
}
.dispo-container .dispo-item-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.dispo-container .dispo-item-bg .dispo-confidance {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 0.9em;
  background-color: color-mix(in oklab, #161616 40%, transparent 100%);
  width: 100%;
  height: 100%;
  padding: 1px 6px;
  border-radius: 25px;
  backdrop-filter: blur(10px);
  z-index: 99;
  opacity: 0;
  transition: all 200ms ease-in-out;
  pointer-events: none;
  user-select: none;
}
.dispo-container .dispo-item-bg:hover .dispo-confidance {
  opacity: 1;
}
.dispo-container .dispo-item {
  width: 100%;
  position: relative;
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 2px;
  padding: 4px 8px;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  opacity: 1;
  outline: 2px solid transparent;
  transition: all 300ms ease-in-out;
}
.dispo-container .dispo-item:hover {
  opacity: 1;
}
.dispo-container .dispo-item .text {
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}
.dispo-container .dispo-item.long:hover .text {
  overflow: unset;
  text-overflow: unset;
  animation: desplazamiento 6s linear both;
}
.dispo-container .dispo-item.delete {
  opacity: 40%;
}
.dispo-container .dispo-item.delete:hover {
  opacity: 100%;
}
.dispo-container .dispo-item.selected {
  opacity: 1;
  transform: scale(1);
  outline: 2px solid currentColor;
}
.dispo-container .dispo-item.suggested {
  animation: sd-entrance 1s ease-in-out;
}
.dispo-container:has(.selected) .dispo-item:not(.selected) {
  opacity: 0.3;
}
.dispo-container:hover .dispo-item:not(:hover) {
  opacity: 0.3;
}

@keyframes bgmove {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@keyframes sd-entrance {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes desplazamiento {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(0);
  }
}
*[data-color="3D5E1E"] {
  color: #7bfe00;
  background-color: #305011;
  background-image: none;
}

*[data-color="384427"] {
  color: #7bfe00;
  background-color: #2a371b;
  background-image: none;
}

*[data-color="2F3926"] {
  color: #7bfe00;
  background-color: #222b1a;
  background-image: none;
}

*[data-color="571E38"] {
  color: #fe0e6b;
  background-color: #4a1029;
  background-image: none;
}

*[data-color="542738"] {
  color: #fe0e6b;
  background-color: #48192b;
  background-image: none;
}

*[data-color="412F36"] {
  color: #fe0e6b;
  background-color: #322127;
  background-image: none;
}

*[data-color="1E555E"] {
  color: #01ddff;
  background-color: #0f484f;
  background-image: none;
}

*[data-color="1E4550"] {
  color: #01ddff;
  background-color: #103842;
  background-image: none;
}

*[data-color="2F3F41"] {
  color: #01ddff;
  background-color: #223134;
  background-image: none;
}

*[data-color="571F25"] {
  color: #ef3c12;
  background-color: #491218;
  background-image: none;
}

*[data-color="532F27"] {
  color: #ef3c12;
  background-color: #462119;
  background-image: none;
}

*[data-color="413330"] {
  color: #ef3c12;
  background-color: #342623;
  background-image: none;
}

*[data-color="5E541E"] {
  color: #fed900;
  background-color: #504710;
  background-image: none;
}

*[data-color="504A2C"] {
  color: #fed900;
  background-color: #423d1f;
  background-image: none;
}

*[data-color="312f1f"] {
  color: #fed900;
  background-color: #343122;
  background-image: none;
}

*[data-color=dispo-suggested] {
  color: #ededed;
  background: linear-gradient(to right, #8a2be2, #4169e1, #8a2be2);
  background-size: 200% 100%;
  animation: bgmove 2s linear infinite;
}

.playButton {
  background-color: transparent;
  height: 42px;
  border: none;
  font-size: 42px;
  cursor: pointer;
  padding: 0;
  text-align: center;
  opacity: 1;
  transition: all 200ms ease-in-out;
}
.playButton:focus {
  outline: none;
}
.playButton i {
  color: #ededed;
}
.playButton:hover {
  opacity: 0.5;
}

.clipboard-container {
  cursor: pointer;
  background-color: transparent !important;
}
.clipboard-container:hover {
  opacity: 80%;
}
.clipboard-container i {
  pointer-events: none;
}
.clipboard-container .copied {
  color: #7bfe00;
}
.clipboard-container .error {
  color: #ef3c12;
}

.load-csv-container {
  position: relative;
}

.load-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 6px auto;
  margin-right: 4px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 30px;
  user-select: none;
  transition: all 200ms ease-in-out;
}
.load-button:hover {
  background-color: #282828;
}
.load-button:active {
  background-color: #282828;
  color: #515151;
}

.load-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-wrap: nowrap;
  border-radius: 5px;
  font-size: 0.9em;
}
.load-options input[type=file] {
  display: none;
}
.load-options label {
  cursor: pointer;
  margin: 2px;
  background: rgba(81, 81, 81, 0.5);
  padding: 6px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  user-select: none;
}
.load-options label:hover {
  background-color: #282828;
}
.load-options .QS-Label {
  font-weight: bold;
  background: rgb(87, 31, 37);
  background: linear-gradient(90deg, rgb(87, 31, 37) 0%, rgb(94, 84, 30) 100%);
}
.load-options .QS-Label:hover {
  text-shadow: 0px 1px 3px black;
  background: rgb(240, 60, 19);
  background: linear-gradient(90deg, rgb(240, 60, 19) 0%, rgb(255, 217, 0) 100%);
}
.load-options .google-label {
  background: #384427;
  background: linear-gradient(90deg, #384427 0%, #1e4550 100%);
  font-weight: bold;
}
.load-options .google-label:hover {
  text-shadow: 0px 1px 3px black;
  background: #77f402;
  background: linear-gradient(90deg, #77f402 0%, #04cbea 100%);
}

.search-container {
  box-sizing: border-box;
  position: relative;
}
.search-container .search-input {
  box-sizing: border-box;
  background-color: #282828;
  border-radius: 15px;
  border: none;
  outline: none;
  height: 20px;
  width: 100%;
  padding: 10px;
  font-weight: bold;
}
.search-container i {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  margin-right: 8px;
  cursor: pointer;
  color: color-mix(in oklab, #ededed 50%, #282828 100%);
  transition: all 200ms ease-in;
}
.search-container i:hover {
  color: color-mix(in oklab, #ededed 100%, #282828 0%);
}

.search-info {
  padding: 12px;
  width: 450px;
}
.search-info li {
  margin: 6px 0;
}
.search-info span {
  line-height: 1.5;
  background-color: #282828;
  padding: 0px 8px;
  border-radius: 25px;
  margin: 2px;
}

.dropdown-container {
  position: absolute;
  margin-left: 12px;
  z-index: 99;
  opacity: 1;
  scale: 1 1;
  transform-origin: left bottom;
  transition: opacity 200ms, scale 200ms, display 200ms allow-discrete;
}
@starting-style {
  .dropdown-container {
    scale: 0 1;
    opacity: 0;
  }
}
.dropdown-container.false {
  scale: 0 1;
  opacity: 0;
  display: none;
}

.dropdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #161616;
  border: 2px solid #515151;
  border-radius: 5px;
  padding: 8px;
}

.peak {
  position: absolute;
  width: 10px;
  height: 10px;
}

.dropdown-container[data-pos=right-top] {
  left: 100%;
  top: 0;
}
.dropdown-container[data-pos=right-top] .peak {
  right: 100%;
  top: 0;
  margin-top: 8px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #515151;
}

.dropdown-container[data-pos=right-bottom] {
  left: 100%;
  bottom: 0px;
}
.dropdown-container[data-pos=right-bottom] .peak {
  right: 100%;
  bottom: -5px;
  margin-bottom: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #515151;
}

.sub-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: rgba(22, 22, 22, 0.2);
  backdrop-filter: blur(1px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-modal-bg.false {
  transition: opacity 200ms ease-in-out, display 210ms ease-in-out allow-discrete;
  opacity: 0;
  display: none;
}
.sub-modal-bg.false .modal-container {
  scale: 0;
}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: rgba(22, 22, 22, 0.6);
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-bg.false {
  transition: opacity 200ms ease-in-out, display 210ms ease-in-out allow-discrete;
  opacity: 0;
  display: none;
}
.modal-bg.false .modal-container {
  scale: 0;
}

.modal-container {
  position: relative;
  scale: 1;
  opacity: 1;
  background-color: #161616;
  border-radius: 10px;
  box-shadow: 0 2px 4px #161616;
  transition: all 200ms;
}
@starting-style {
  .modal-container {
    scale: 0;
    opacity: 0;
  }
}
.modal-container .modal-header {
  position: relative;
  display: grid;
  grid-template-columns: 0.1fr 1fr;
  background-color: #515151;
  border-radius: 10px 10px 0 0;
  padding: 4px 6px;
}
.modal-container .modal-header .close-btn {
  justify-self: start;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
  line-height: 20px;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 6px;
  background-color: #161616;
  color: #ededed;
  opacity: 0.5;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.modal-container .modal-header .close-btn:hover {
  background-color: #491218;
  color: #ef3c12;
  opacity: 1;
}
.modal-container .modal-header .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 0.8em;
  text-wrap: nowrap;
}

.google-modal-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin: 1em;
}
.google-modal-container .header {
  display: flex;
  justify-content: space-around;
  width: 100%;
  font-weight: 500;
  text-transform: capitalize;
  user-select: none;
}
.google-modal-container .header div {
  background-color: #282828;
  color: #515151;
  width: 50%;
  padding: 2px;
  text-align: center;
  cursor: pointer;
  font-size: 0.9rem;
  letter-spacing: 2px;
  transition: all 100ms ease-in-out;
}
.google-modal-container .header div.true {
  color: #ededed;
  background-color: #515151;
  scale: 1;
}

.get-sheets-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 600px;
}
.get-sheets-container .url-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.get-sheets-container .url-container .url-label {
  text-align: center;
  color: color-mix(in oklab, #ededed 60%, transparent);
}
.get-sheets-container .url-container input {
  background-color: #282828;
  border: none;
  outline: none;
  padding: 8px;
  border-radius: 4px;
  width: 250px;
  height: 25px;
}
.get-sheets-container .get-sheets-btn {
  display: flex;
  gap: 6px;
  background-color: #282828;
  color: color-mix(in oklab, #ededed 80%, transparent);
  padding: 6px 20px;
  font-size: 0.9em;
  font-weight: bold;
  border-radius: 25px;
  user-select: none;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.get-sheets-container .get-sheets-btn i {
  font-size: 1.2em;
  color: color-mix(in oklab, #ededed 80%, transparent);
  transition: all 300ms ease-in-out;
}
.get-sheets-container .get-sheets-btn:hover, .get-sheets-container .get-sheets-btn:hover i {
  color: color-mix(in oklab, #ededed 100%, transparent);
  text-shadow: 0 0 1px #ededed;
}
.get-sheets-container .get-sheets-btn:active {
  background-color: #222b1a;
}
.get-sheets-container .get-sheets-btn.loading {
  pointer-events: none;
  opacity: 0.7;
}
.get-sheets-container .get-sheets-btn .loading-icon {
  animation: loader 500ms infinite linear;
}
.get-sheets-container .sheet-note {
  background-color: #331f0f;
  color: #ffa726;
  padding: 8px;
  border-radius: 8px;
  text-align: center;
  font-size: 0.7em;
  opacity: 0.8;
}

.sheet-note {
  background-color: #331f0f;
  color: #ffa726;
  padding: 8px;
  border-radius: 8px;
  text-align: center;
  font-size: 0.7em;
  opacity: 0.8;
}

.load-preview-btn {
  background-color: #0f484f;
  padding: 4px 10px;
  font-size: 0.8em;
  border-radius: 25px;
  user-select: none;
  cursor: pointer;
}
.load-preview-btn:hover {
  background-color: #103842;
}

.match-columns-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transform-origin: top center;
  width: 100%;
}
.match-columns-container.false {
  display: none;
}

.refresh-sheet-btn {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.refresh-sheet-btn.loading {
  pointer-events: none;
}
.refresh-sheet-btn i {
  font-size: 1.3em;
  color: #ededed;
  pointer-events: none;
  transition: transform 200ms ease-in-out;
}
.refresh-sheet-btn:hover i {
  transform: rotate(45deg);
}
.refresh-sheet-btn:active i {
  transform: rotate(180deg);
}
.refresh-sheet-btn .btn-loader {
  animation: loader 500ms infinite linear;
}

@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.google-signIn-btn {
  display: flex;
  align-items: center;
  padding: 8px 0 0px;
  margin-right: 4px;
  border-radius: 50%;
  font-weight: 500;
  cursor: pointer;
  transition: all 300ms ease-in;
}
.google-signIn-btn i {
  text-align: center;
  pointer-events: none;
  font-size: 1.5em;
  color: #ededed;
  color: #ef3c12;
  transition: all 200ms ease-in;
}
.google-signIn-btn.true i {
  color: #7bfe00;
}
.google-signIn-btn:hover i {
  opacity: 0.5;
}

@keyframes signInBtnTransition {
  0% {
    transform: scaleX(1);
    border-radius: 50px;
  }
  20% {
    transform: scaleX(0.25);
    border-radius: 100%;
  }
  80% {
    transform: scaleX(0.25);
    border-radius: 100%;
  }
  100% {
    transform: scaleX(1);
    border-radius: 50px;
  }
}
@keyframes signInContentTransition {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lateral-tools-container {
  display: flex;
  flex-direction: column;
  gap: 2px;
  height: fit-content;
  padding: 0.2em 0.2em;
  border-radius: 25px;
  margin-right: 6px;
  background-color: #161616;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lateral-tools-container hr {
  border: 2px solid #282828;
  border-radius: 25px;
  width: 100%;
  margin: 0 auto;
}

.button-tool {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  padding: 4px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 100ms ease-in-out;
  position: relative;
}
.button-tool .button-title {
  display: flex;
  align-items: center;
  position: absolute;
  text-wrap: nowrap;
  background-color: #161616;
  outline: 2px solid #ededed;
  right: 100%;
  margin-right: 0.5em;
  padding: 2px 10px;
  border-radius: 25px;
  transform-origin: right center;
  animation: bt-entrance 1.2s linear forwards;
}
.button-tool i {
  font-size: 1.5em;
  padding: 4px;
  color: color-mix(in oklab, #ededed 100%, transparent 0%);
}
.button-tool.true {
  background-color: #01ddff;
}
.button-tool.true i {
  color: #161616;
}
.button-tool.true:hover {
  background-color: #01ddff;
  opacity: 0.9;
}
.button-tool:first-child {
  border-radius: 25px 25px 4px 4px;
}
.button-tool:last-child {
  border-radius: 4px 4px 25px 25px;
}
.button-tool:last-child:hover {
  background-color: #01ddff;
}
.button-tool:last-child:hover i {
  color: #161616;
}
.button-tool:hover {
  background-color: #282828;
  opacity: 0.9;
}

@keyframes bt-entrance {
  0% {
    opacity: 0;
    scale: 0 1;
  }
  10% {
    opacity: 1;
    scale: 1 1;
  }
  90% {
    opacity: 1;
    scale: 1 1;
  }
  100% {
    opacity: 0;
    scale: 0 1;
    pointer-events: none;
  }
}
.settings-container {
  width: 60vw;
  height: 80vh;
  display: grid;
  grid: "sidebar body" 1fr/auto 1fr;
}
.settings-container .sidebar {
  grid-area: sidebar;
}
.settings-container .body {
  grid-area: body;
}

.sidebar {
  border-right: 2px solid #282828;
  padding: 20px 10px;
}
.sidebar > ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0;
}
.sidebar > ul > li {
  display: flex;
  align-items: center;
  gap: 6px;
  user-select: none;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 0.9em;
  list-style: none;
  padding: 4px 6px;
  border-radius: 6px;
  position: relative;
  transition: all 200ms ease-in-out;
  z-index: 1;
}
.sidebar > ul > li i {
  font-size: 1.1em;
  transition: all 200ms ease-in-out;
}
.sidebar > ul > li::after {
  content: "";
  width: 2px;
  position: absolute;
  inset: 0;
  background-color: #282828;
  border-radius: 0px;
  z-index: -1;
  transition: all 200ms ease-in-out;
}
.sidebar > ul > li:hover::after {
  border-radius: 2px;
  width: 100%;
}
.sidebar > ul > li.selected:hover {
  color: #161616;
}
.sidebar > ul > li.selected:hover i {
  color: #161616;
}
.sidebar > ul > li.selected::after {
  background-color: #01ddff;
}

.body {
  padding: 20px 10px;
}

.dispo-panel-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dp-inputs {
  margin: 0 auto;
  margin-bottom: 2em;
  margin-top: 1em;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 0.5em 1em;
  justify-items: end;
  width: 90%;
}

.dp-name > input, .dp-context > textarea {
  border: none;
  outline: none;
  background-color: #282828;
  border-radius: 6px;
  padding: 8px;
  width: 100%;
}

.dp-name {
  width: 100%;
  margin-top: 0.5em;
  position: relative;
}
.dp-name::before {
  content: "NAME";
  letter-spacing: 2px;
  font-size: 0.8em;
  font-weight: bold;
  position: absolute;
  top: 0;
  padding: 2px;
  transform: translateY(-100%);
}

.dp-color {
  margin-top: 0.5em;
  cursor: pointer;
  user-select: none;
  background-image: repeating-linear-gradient(45deg, #515151 25%, transparent 25%, transparent 75%, #515151 75%, #515151), repeating-linear-gradient(45deg, #515151 25%, #282828 25%, #282828 75%, #515151 75%, #515151);
  background-position: 0 0, 8px 8px;
  background-size: 16px 16px;
  width: 80px;
  border-radius: 6px;
  position: relative;
  font-weight: bold;
  text-align: center;
}
.dp-color::before {
  content: "COLOR";
  letter-spacing: 2px;
  font-size: 0.8em;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px;
  transform: translateY(-100%);
}
.dp-color .color-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr); /* 3 filas de igual tamaño */
  gap: 4px;
}
.dp-color .color-container span {
  cursor: pointer;
  width: 30px;
  aspect-ratio: 1;
  transition: all 200ms ease-in-out;
}
.dp-color .color-container span:hover {
  scale: 1.2;
}
.dp-color:hover span:not(:hover) {
  opacity: 0.5;
}

.dp-context {
  margin-top: 1.5em;
  width: 100%;
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  position: relative;
}
.dp-context > textarea {
  resize: none;
  width: 100%;
}
.dp-context::before {
  content: "CONTEXT";
  letter-spacing: 2px;
  font-size: 0.8em;
  font-weight: bold;
  position: absolute;
  top: 0;
  padding: 2px;
  transform: translateY(-100%);
}

.dp-panel-button {
  background-color: #305011;
  width: 100%;
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  padding: 4px;
  text-align: center;
  font-size: 0.9em;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
}

.dp-table-container {
  margin: 0 auto;
  width: 90%;
  height: 250px;
  overflow-y: auto;
  flex-grow: 1;
}
.dp-table-container::-webkit-scrollbar {
  width: 4px;
}
.dp-table-container::-webkit-scrollbar-thumb {
  background-color: #515151;
  cursor: pointer;
}
.dp-table-container .dp-buttons {
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
  font-size: 0.8em;
  gap: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #282828;
  padding: 4px 0px;
  border-radius: 4px 0 0 0;
}
.dp-table-container .dp-buttons div {
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  width: 24px;
  aspect-ratio: 1;
}
.dp-table-container .dp-buttons div:hover i {
  opacity: 0.5;
}
.dp-table-container .dp-buttons i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
}

.dp-table {
  width: 100%;
  table-layout: fixed;
}
.dp-table tbody:has(.enter) tr:not(.enter) {
  opacity: 0.8;
}
.dp-table tbody tr {
  transition: all 200ms ease-in-out;
}
.dp-table tbody tr.enter {
  opacity: 0.2;
}
.dp-table thead {
  user-select: none;
  text-align: center;
  position: sticky;
  top: 0;
  margin-bottom: 6px;
}
.dp-table th {
  background-color: #515151;
}
.dp-table td {
  cursor: move;
  user-select: none;
  text-align: center;
  overflow-x: auto; /* Permite el scroll horizontal */
  white-space: nowrap;
}
.dp-table td::-webkit-scrollbar {
  height: 6px;
}
.dp-table td::-webkit-scrollbar-thumb {
  background-color: #515151;
  cursor: pointer;
}
.dp-table th:nth-child(1), .dp-table td:nth-child(1) {
  width: 30%;
}
.dp-table td:nth-child(2) div {
  color: #515151;
  font-weight: bold;
  font-size: 0.9em;
  letter-spacing: 1px;
}
.dp-table th:nth-child(3) {
  background-color: transparent;
}
.dp-table th:nth-child(3), .dp-table td:nth-child(3) {
  width: 48px;
  text-align: center;
}
.dp-table th:nth-child(3) i, .dp-table td:nth-child(3) i {
  cursor: pointer;
  margin: 2px;
  border-radius: 2px;
  opacity: 1;
}
.dp-table th:nth-child(3) i:hover, .dp-table td:nth-child(3) i:hover {
  opacity: 0.5;
}
.dp-table th:nth-child(3) .move, .dp-table td:nth-child(3) .move {
  cursor: pointer;
}

.modal-delete-container {
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.modal-edit-container {
  padding: 2em 2em;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.btn-container {
  display: flex;
  align-self: flex-end;
  gap: 0.5em;
}
.btn-container > div {
  opacity: 0.5;
  padding: 4px 16px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 200ms linear;
  font-size: 0.9em;
  letter-spacing: 2px;
}
.btn-container > div:hover {
  opacity: 1;
}
.btn-container > div.confirm {
  opacity: 1;
  background-color: #491218;
  font-weight: 500;
}
.btn-container > div.confirm:hover {
  background-color: #ef3c12;
}
.btn-container > div.modify {
  opacity: 1;
  background-color: #103842;
}
.btn-container > div.modify:hover {
  background-color: #0f484f;
}

.sn-panel-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sn-input {
  margin: 0 auto;
  margin-bottom: 2em;
  margin-top: 1em;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 0.5em 1em;
}

.sn-context {
  margin-top: 0.5em;
  width: 100%;
  position: relative;
}
.sn-context > textarea {
  resize: none;
  width: 100%;
  border: none;
  outline: none;
  background-color: #282828;
  border-radius: 6px;
  padding: 8px;
}
.sn-context::before {
  content: "CONTENT";
  letter-spacing: 2px;
  font-size: 0.8em;
  font-weight: bold;
  position: absolute;
  top: 0;
  padding: 2px;
  transform: translateY(-100%);
}

.sn-panel-button {
  background-color: #305011;
  width: 100%;
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  padding: 4px;
  text-align: center;
  font-size: 0.9em;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
}

.sn-table-container {
  margin: 0 auto;
  width: 90%;
  height: 250px;
  overflow-y: auto;
  flex-grow: 1;
}
.sn-table-container::-webkit-scrollbar {
  width: 4px;
}
.sn-table-container::-webkit-scrollbar-thumb {
  background-color: #515151;
  cursor: pointer;
}
.sn-table-container .sn-buttons {
  display: flex;
  gap: 1em;
  justify-content: end;
  align-items: center;
  font-size: 0.8em;
  margin-bottom: 2px;
  padding-right: 12px;
}
.sn-table-container .sn-buttons div {
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  width: 24px;
  aspect-ratio: 1;
}
.sn-table-container .sn-buttons div:hover i {
  opacity: 0.5;
}
.sn-table-container .sn-buttons i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
}

.sn-table {
  width: 100%;
  table-layout: fixed;
}
.sn-table td {
  user-select: none;
  background-color: #282828;
  text-align: center;
  overflow-x: auto; /* Permite el scroll horizontal */
  white-space: nowrap;
}
.sn-table td::-webkit-scrollbar {
  height: 6px;
}
.sn-table td::-webkit-scrollbar-thumb {
  background-color: #515151;
  cursor: pointer;
}
.sn-table td:nth-child(1) {
  text-align: start;
  padding: 2px 6px;
}
.sn-table td:nth-child(2) {
  width: 80px;
}
.sn-table td:nth-child(2) i {
  cursor: pointer;
  margin: 2px;
  border-radius: 2px;
  opacity: 1;
}
.sn-table td:nth-child(2) i:hover {
  opacity: 0.5;
}

.gemini-panel-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.gemini-panel-container .title {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0;
  width: 90%;
  margin: 0 auto;
}
.gemini-panel-container .title svg {
  width: 70px;
  height: 30px;
}

.gemini-inputs {
  margin: 0 auto;
  margin-bottom: 2em;
  margin-top: 2em;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 0.5em 1em;
}

.gemini-apikey > input {
  border: none;
  outline: none;
  background-color: #282828;
  border-radius: 6px;
  padding: 8px;
  width: 100%;
}

.gemini-apikey {
  width: 100%;
  margin-top: 0.5em;
  position: relative;
}
.gemini-apikey::before {
  content: "API KEY";
  letter-spacing: 2px;
  font-size: 0.8em;
  font-weight: bold;
  position: absolute;
  top: 0;
  padding: 2px;
  transform: translateY(-100%);
}
.gemini-apikey.not-valid > input {
  outline: 1px solid red;
}
.gemini-apikey.valid > input {
  outline: 1px solid green;
}

.gemini-panel-button {
  background-color: #305011;
  width: 100%;
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  padding: 4px;
  text-align: center;
  font-size: 0.9em;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
}
.gemini-panel-button.loading {
  pointer-events: none;
  opacity: 0.5;
}
.gemini-panel-button svg {
  width: 14px;
}

.assembly-container {
  grid-row: span 4/span 4;
  background-color: #161616;
  border-radius: 25px;
  padding: 10px;
  position: relative;
  opacity: 1;
  scale: 1 1;
  transform-origin: right center;
  transition: opacity 200ms ease-in-out, scale 200ms ease-in-out;
}
@starting-style {
  .assembly-container {
    scale: 0 1;
    opacity: 0;
  }
}
.assembly-container.false {
  opacity: 0;
  scale: 0 1;
  pointer-events: none;
}

.assembly-content {
  height: 100%;
}
.assembly-content .header {
  display: flex;
  justify-content: center;
  position: relative;
}
.assembly-content .header .title {
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: bold;
}
.assembly-content .header .switch {
  cursor: pointer;
  font-size: 1.2rem;
  position: absolute;
  left: 4px;
}
.assembly-content .header .reload-wizard {
  cursor: pointer;
  font-size: 1.1rem;
  position: absolute;
  right: 4px;
}
.assembly-content .header .reload-wizard svg {
  fill: #ededed;
  width: 16px;
}

.transcription, .summary {
  background-color: #282828;
  margin-top: 5px;
  border-radius: 5px 5px 15px 15px;
  width: 100%;
  height: 95%;
  position: relative;
  padding: 4px;
}
.transcription .content, .summary .content {
  height: 100%;
  overflow: auto;
  overflow-wrap: break-word; /* Permite romper palabras largas */
  hyphens: auto;
  font-size: 0.9em;
}
.transcription .content::-webkit-scrollbar, .summary .content::-webkit-scrollbar {
  width: 4px;
  border-radius: 6px;
  background-color: color-mix(in oklab, #161616 30%, transparent 100%);
}
.transcription .content::-webkit-scrollbar-thumb, .summary .content::-webkit-scrollbar-thumb {
  background-color: #515151;
  border-radius: 6px;
  cursor: pointer;
}
.transcription .content div, .summary .content div {
  margin: 4px;
}

.summary {
  background-color: transparent;
  padding: 0;
}

.runview-container {
  background-color: #161616;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.runview-container i {
  text-align: center;
  font-size: 4em;
  margin-bottom: 10px;
  cursor: pointer;
}
.runview-container .text {
  user-select: none;
  font-weight: bold;
  letter-spacing: 1px;
}
.runview-container svg {
  width: 4em;
  margin-bottom: 10px;
  fill: #515151;
}
.runview-container .assembly-error {
  background-color: #331f0f;
  color: #ffa726;
  padding: 8px;
  margin: 8px;
  border-radius: 8px;
  text-align: center;
  font-size: 0.7em;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
}

.assembly-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  font-size: 0.8em;
  user-select: none;
  text-decoration: none;
  font-style: italic;
}
.assembly-logo:hover {
  text-decoration: underline;
}
.assembly-logo svg {
  margin: 4px;
  width: 1.5em;
  height: 1.5em;
  padding: 0;
}

.stats-container {
  background-color: #161616;
  grid-row: span 2/span 2;
  grid-column-start: 4;
  grid-row-start: 3;
  border-radius: 25px;
  scale: 1 1;
  transform-origin: left center;
  transition: opacity 200ms ease-in-out, scale 200ms ease-in-out;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@starting-style {
  .stats-container {
    scale: 0 1;
    opacity: 0;
  }
}
.stats-container.false {
  opacity: 0;
  scale: 0 1;
  pointer-events: none;
}
.stats-container .title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.stats-container .copy-stats {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px 13px;
  background-color: transparent !important;
}

.stats-calls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 30%;
}
.stats-calls .information {
  display: flex;
  gap: 10px;
}
.stats-calls .information div {
  font-size: 1em;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-transform: capitalize;
}
.stats-calls .information span {
  opacity: 0.8;
}
.stats-calls .information b {
  font-weight: 500;
}
.stats-calls .information:has(.true) div:not(.true) {
  opacity: 0.2;
}
.stats-calls .information .reviewed-calls.true > b {
  color: #7bfe00;
}
.stats-calls .information .remaining-calls.true > b {
  color: #fe0e6b;
}
.stats-calls .chart {
  height: 100%;
  aspect-ratio: 1;
}

.stats-time {
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.stats-time div {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  width: min-content;
}
.stats-time span {
  opacity: 0.8;
}
.stats-time b {
  font-weight: 500;
}

.dispo-stats {
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: center;
}
.dispo-stats .empty-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
}
.dispo-stats .empty-data i {
  font-size: 3em;
}
.dispo-stats svg {
  cursor: pointer;
}

.custom-tooltip > .label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
  border-radius: 6px;
  text-align: center;
}

.manual-load-container {
  padding: 12px;
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.preview-table-container {
  margin: 0 auto;
  width: 90%;
  overflow: auto;
}
.preview-table-container::-webkit-scrollbar {
  height: 6px;
}
.preview-table-container::-webkit-scrollbar-thumb {
  background-color: #515151;
  cursor: pointer;
  border-radius: 25px;
}
.preview-table-container table {
  width: 100%;
  white-space: nowrap;
}
.preview-table-container table thead {
  background-color: #515151;
}
.preview-table-container table thead th {
  padding: 4px 8px;
}

.manual-questions-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px 25px;
}
.manual-questions-container label {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}
.manual-questions-container label input {
  background-color: #282828;
  outline: none;
  border: none;
  width: 44px;
}

.btn-reading {
  cursor: pointer;
  margin-top: 10px;
  padding: 4px 32px;
  border-radius: 25px;
  background-color: #103842;
}
.btn-reading:hover {
  background-color: #0f484f;
}

.batch-container {
  background-color: #161616;
  border-radius: 15px;
  padding: 16px;
}
.batch-container .title {
  text-align: center;
}

.batch-summary {
  margin: 16px 0;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 8px 0;
}
.batch-summary .value {
  justify-self: end;
}
.batch-summary .value select {
  cursor: pointer;
  outline: none;
  border: none;
  background-color: #282828;
  padding: 2px 6px;
  border-radius: 4px;
}
.batch-summary .value select::-webkit-scrollbar {
  width: 4px;
}
.batch-summary .value select::-webkit-scrollbar-thumb {
  background-color: #515151;
  border-radius: 6px;
  cursor: pointer;
}
.batch-summary .value input {
  cursor: pointer;
  border: none;
  outline: none;
  scale: 1.5;
}

.batch-button-start {
  cursor: pointer;
  background-color: #0f484f;
  outline: none;
  border: none;
  width: 100%;
  padding: 4px;
  border-radius: 15px;
  font-weight: bold;
  transition: all 200ms ease-in-out;
}
.batch-button-start.blocked {
  cursor: default;
  pointer-events: none;
  background-color: color-mix(in oklab, #0f484f 50%, transparent 100%);
}
.batch-button-start svg {
  width: 2em;
  margin: 0;
  fill: #ededed;
}

.chat-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #161616;
  border-radius: 15px;
  width: 1000px;
  height: 600px;
}

.chat-header {
  background-color: #515151;
  padding: 4px 12px;
  border-radius: 15px 15px 0 0;
  letter-spacing: 2px;
}

.chat-message-list {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
}
.chat-message-list::-webkit-scrollbar {
  width: 4px;
}
.chat-message-list::-webkit-scrollbar-thumb {
  background-color: #515151;
  border-radius: 6px;
  cursor: pointer;
}
.chat-message-list .message {
  background-color: #282828;
  padding: 12px;
  border-radius: 9px;
  max-width: 80%;
}
.chat-message-list .message.ai {
  width: 90%;
  margin: 0 auto;
}
.chat-message-list .message.user {
  align-self: flex-end;
  justify-items: end;
  line-height: 16px;
}
.chat-message-list .message.user div {
  width: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
}
.chat-message-list .message.user:has(input:not(:checked)) div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
.chat-message-list .message.user:has(input:not(:checked)) label::after {
  content: "Show More...";
  color: #01ddff;
}
.chat-message-list .message.user label {
  cursor: pointer;
  user-select: none;
}
.chat-message-list .message.user label input {
  display: none;
}
.chat-message-list .message.user label::after {
  content: "...Show Less";
  color: #01ddff;
}
.chat-message-list .message.ai {
  max-width: 100%;
  background-color: transparent;
}

.chat-input {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #282828;
  border-radius: 9px;
  padding: 8px;
  margin: 6px;
}
.chat-input.loading {
  background-color: color-mix(in oklab, #282828 20%, transparent 80%);
}
.chat-input.loading .user-input .markers > ul {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.chat-input.loading .user-input textarea {
  pointer-events: none;
  opacity: 0.5;
}
.chat-input.loading .user-input button {
  pointer-events: none;
}
.chat-input:has(.user-input > textarea:not(:focus)) .markers > ul {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.chat-input:has(.user-input > textarea:not(:focus)) .user-input > textarea {
  max-height: 3rem;
}
.chat-input .markers > ul {
  display: flex;
  gap: 4px;
  list-style: none;
  padding: 0;
  transition: all 0.4s ease-in-out, opacity 0.6s ease-in-out;
  max-height: 100px;
}
.chat-input .markers > ul li {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  background-color: transparent;
  padding: 4px 6px;
  border-radius: 25px;
  user-select: none;
  cursor: pointer;
  max-width: calc(1.2rem + 12px);
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s linear;
}
.chat-input .markers > ul li.disabled {
  pointer-events: none;
}
.chat-input .markers > ul li i {
  pointer-events: none;
  flex-shrink: 0;
  font-size: 1.2rem;
}
.chat-input .markers > ul li span {
  pointer-events: none;
  opacity: 1;
}
.chat-input .markers > ul li:hover {
  background-color: #515151;
  gap: 6px;
  max-width: 200px;
}
.chat-input .markers > ul .attach {
  align-self: center;
  margin-left: auto;
  opacity: 0.5;
  transition: all 0.3s linear;
}
.chat-input .markers > ul .attach:hover {
  opacity: 1;
}
.chat-input .markers > ul .attach label {
  cursor: pointer;
}
.chat-input .markers > ul .attach input {
  display: none;
}
.chat-input .markers > ul .attach i {
  display: flex;
  align-items: center;
  pointer-events: none;
  flex-shrink: 0;
  font-size: 1.3rem;
}
.chat-input .user-input {
  display: flex;
}
.chat-input .user-input textarea {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  resize: none;
  field-sizing: content;
  min-height: 3rem;
  max-height: 10rem;
  transition: all 0.3s linear;
}
.chat-input .user-input button {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: transparent;
  font-size: 1.2rem;
  align-self: flex-end;
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transition: all 0.2s linear;
}
.chat-input .user-input button:hover {
  background-color: #515151;
}
.chat-input .user-input button svg {
  scale: 2;
}