/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * For more information see:
 *   https://sailsjs.com/anatomy/assets/styles/importer-less
 */
.general-error {
  text-align: left;
}
.icon-fs-14 {
  font-size: 14px;
}
.icon-fs-24 {
  font-size: 24px;
}
.loader-icon {
  text-align: center;
}
.loader-icon img {
  max-height: 50px;
}
.btn .spinner-border {
  margin-right: 10px;
}
.div-spacer {
  padding: 3px;
  margin: 0px;
}
.form-divider {
  padding-top: 15px;
}
.hidden-text {
  display: none;
}
.limit-text a {
  color: #09a3c3;
}
.format-open-new-link a {
  margin-left: 5px;
}
.mt-20 {
  margin-top: 20px;
}
.center-align {
  margin-left: auto;
  margin-right: auto;
}
.form-question-icon {
  position: absolute;
  margin-top: 1px;
  cursor: pointer;
}
.modal-show-lightbox {
  cursor: pointer;
}
.image-lightbox-modal img {
  width: 100%;
}
.format-text-capitalize {
  text-transform: capitalize;
}
.llm-bold,
.text-bold {
  font-weight: bold;
}
.pagination-container button {
  width: 40px;
}
.pagination-container select {
  max-width: 90px;
}
.source-code {
  display: block;
  overflow: auto;
}
.source-code textarea {
  min-width: 600px;
  min-height: 150px;
  max-height: 600px;
  height: auto;
  width: 100%;
  margin-top: 15px;
  border-radius: 5px;
  background: black;
  border: 1px solid #ddd;
  border-left: 3px solid #f36d33;
  color: #c4c4c4;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
}
.source-code textarea.min {
  min-width: 100%;
}
.big-warning-icon {
  font-size: 2em;
  color: orange;
}
.modal-dark-background {
  background-color: #000000ba;
}
.password-input .password-check div {
  color: #fe7777;
}
.password-input .password-check div.verified {
  color: #009400;
}
.modal a {
  color: rgb(var(--primary-rgb));
}
.normal-case {
  text-transform: none;
}
.page-help-section {
  display: none;
}
.page-help-icon i:hover {
  color: var(--bs-primary);
}
.d2h-file-side-diff {
  scrollbar-color: #888 #eee;
  scrollbar-width: auto;
}
@media (max-width: 600px) {
  .source-code textarea {
    min-width: 100%;
  }
}
/**
    A less file used to overwrite the base template css
*/
.main-chart-wrapper .main-chat-area .chat-content .chat-item-end {
  text-align: start;
}
.main-chart-wrapper .main-chat-area .chat-content .main-chat-msg div.div-spacer {
  padding: 3px;
  margin: 0px;
}
.authentication .desktop-logo {
  height: 85px;
  line-height: 2rem;
  margin-bottom: 20px;
}
.my-5 {
  margin-top: 0rem!important;
  margin-bottom: 0rem!important;
}
.settings .form-check .form-check-label {
  cursor: pointer;
}
.app-header .llm-status i {
  color: red;
}
.app-header .country-selector #languageSelector {
  display: flex;
  align-items: center;
  gap: 0.110rem;
}
.app-header .country-selector #languageSelector .language-selector-text {
  font-size: 0.813rem;
  line-height: 1;
  font-weight: 500;
}
.app-header .country-selector #languageSelector .header-link-icon {
  font-size: 1.125rem;
}
.app-header .country-selector .language-dropdown {
  min-width: 160px;
}
.app-header .country-selector .language-dropdown .language-item {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.app-header .country-selector .language-dropdown .language-item:hover {
  background-color: #f0f0f0;
}
.app-header .country-selector .language-dropdown .language-item .language-code {
  font-weight: 600;
  font-size: 0.813rem;
  min-width: 30px;
}
.app-header .country-selector .language-dropdown .language-item .language-name {
  font-size: 0.875rem;
  opacity: 0.7;
}
.app-sidebar .side-menu__label {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.login .g-recaptcha > div {
  margin: auto;
}
.signup .success-activation img {
  width: 300px;
  margin-bottom: 50px;
}
.signup #btn_signup {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.signup .activate-con h6 {
  margin-bottom: 0px;
}
.user-setting a.shared-link:hover {
  color: var(--bs-info);
}
.chat-component {
  /* Define the keyframes for the glowing effect */
  /* Keyframes for the animation */
  /* Streaming Renderer Styles */
}
.chat-component .main-chart-wrapper .main-chat-area .chat-footer {
  max-height: 15rem;
  min-height: 4.75rem;
  padding-left: 5px;
}
.chat-component .main-chart-wrapper .main-chat-area .chat-footer textarea {
  height: 90%;
}
.chat-component .main-chart-wrapper .main-chat-area .elliot-chat-status {
  display: inline-block;
}
.chat-component .main-chart-wrapper .main-chat-area .chat-context-info {
  display: inline-block;
}
.chat-component .main-chart-wrapper .main-chat-area .chat-context-info i {
  font-size: 11px;
  margin-top: -2px;
  display: inline-block;
}
.chat-component .main-chart-wrapper .chat-user-details .chat-border-control {
  width: 100%;
  text-align: right;
  height: 10%;
}
.chat-component .main-chart-wrapper .chat-user-details .source-code-container {
  height: 90%;
}
.chat-component .main-chart-wrapper .chat-user-details .source-code-container p.file-path {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}
.chat-component .main-chart-wrapper .chat-user-details .source-code-container .source-code {
  height: 100%;
}
.chat-component .main-chart-wrapper .chat-user-details .source-code-container .source-code textarea {
  height: -webkit-fill-available;
  max-height: -webkit-fill-available;
}
.chat-component .main-chart-wrapper .file-update-indicator {
  margin-right: 10px;
  cursor: pointer;
  text-decoration: underline dashed;
}
.chat-component .chat-users-tab {
  max-height: calc(100vh - 18rem);
}
.chat-component .chat-users-tab .user-conversation-item {
  border-bottom: solid 1px #ededed;
}
.chat-component textarea.code-display {
  width: 100%;
  min-width: 500px;
  min-height: 300px;
  border: solid thin #d3d3d357;
  padding: 20px;
  background-color: #d3d3d357;
  margin-top: 10px;
}
.chat-component .responsive-userinfo-open {
  cursor: auto;
}
.chat-component .update-user-title {
  cursor: pointer;
}
.chat-component .update-user-title-icon {
  padding-left: 10px ;
  position: absolute;
  margin-top: 1px;
}
.chat-component .technical-mode-form,
.chat-component .generation-mode-form {
  padding-top: 6px;
  padding-right: 40px;
  margin-left: 20px;
}
.chat-component .technical-mode-form .form-check-input,
.chat-component .generation-mode-form .form-check-input {
  margin-top: 4px;
  cursor: pointer;
}
.chat-component .technical-mode-form i,
.chat-component .generation-mode-form i {
  margin-left: 5px;
}
.chat-component .thinking-mode-form {
  padding-top: 6px;
  padding-right: 10px;
  margin-left: 20px;
}
.chat-component .thinking-mode-form .form-check-input {
  margin-top: 4px;
  cursor: pointer;
}
.chat-component .thinking-mode-form i {
  margin-left: 5px;
}
.chat-component .fullscreen-div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1000;
  display: none;
}
.chat-component .fullscreen-div .content {
  z-index: 1001;
}
.chat-component .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1001;
  /* Ensure the button is above other content */
}
.chat-component .main-chat-area .chat-con-header .chatstatusperson .pending-message {
  font-size: 8px;
  top: 5px !important;
}
.chat-component .main-chat-area .chat-footer .btn {
  margin-left: 5px;
}
.chat-component .main-chat-area .chat-content .main-chat-msg.evaluation > div {
  background: linear-gradient(135deg, #e0f7fa, #80d8ff, #40c4ff);
}
.chat-component .main-chat-area .chat-content .main-chat-msg ol.planning-steps {
  margin-top: 10px;
}
.chat-component .main-chat-area.focus-mode .chat-item-start .chat-list-inner {
  width: 90%;
  max-width: 90%;
}
.chat-component .main-chat-area.focus-mode .chat-item-start .chat-list-inner .ms-3 {
  width: 100%;
}
.chat-component .main-chat-area.focus-mode .chat-item-start .chat-list-inner .ms-3 .main-chat-msg > div {
  width: 100%;
}
.chat-component .chat-content .chat-list-inner a:not(".btn") {
  color: #09a3c3;
}
.chat-component .chat-content .chat-list-inner a:not(".btn"):hover {
  text-decoration: underline;
}
.chat-component .chat-content .chat-list-inner .message-button-container {
  width: 100%;
  text-align: right;
  display: block;
  margin-top: 10px;
}
.chat-component .chat-content .chat-list-inner .elliot-writing-icon {
  height: 50px;
}
.chat-component .chat-content .shortcut-option {
  margin-bottom: 10px;
}
.chat-component .chat-content .shortcut-option div {
  cursor: pointer;
}
.chat-component .chat-content .shortcut-option div:hover {
  border: solid 1px lightgray;
}
.chat-component .chat-content .main-chat-msg div p {
  margin-bottom: 5px;
}
.chat-component .chat-content .main-chat-msg div li {
  margin-bottom: 2px;
}
.chat-component .chat-content .main-chat-msg div .message-action {
  margin-top: 10px;
  text-align: right;
  display: block;
}
.chat-component .chat-content .main-chat-msg div .highlight {
  font-weight: bold;
  margin-bottom: 0px;
}
.chat-component .chat-content .main-chat-msg div h1 {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.chat-component .chat-content .main-chat-msg div h2 {
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
.chat-component .chat-content .main-chat-msg div h3 {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.chat-component .chat-content .main-chat-msg div h4 {
  font-size: 0.9rem;
}
.chat-component .chat-content .main-chat-msg div h5 {
  font-size: 0.8rem;
}
.chat-component .chat-content .main-chat-msg div h6 {
  font-size: 0.7rem;
}
.chat-component .chat-content .main-chat-msg .chat-message-separator {
  display: block;
  margin: 15px 0px;
}
.chat-component .chat-content .main-chat-msg .message-label-container {
  display: block;
  text-align: right;
  margin-top: 10px;
}
.chat-component .chat-content .main-chat-msg .message-label-container .bg-outline-secondary {
  background-color: transparent;
}
.chat-component .chat-content .main-chat-msg .profile-timeline li > div {
  padding: 5px 0.15rem 0px 0.15rem;
}
.chat-component .chat-content .main-chat-msg .profile-timeline li > div .file-selector {
  font-weight: bold;
}
.chat-component .chat-content .main-chat-msg .profile-timeline li:before {
  inset-inline-start: 2.95rem;
}
.chat-component .chat-content .main-chat-msg .profile-timeline a.code-generator-file-selector {
  text-decoration: underline;
}
.chat-component .chat-content .main-chat-msg .waiting-text {
  margin-right: 5px;
}
.chat-component .chat-content .main-chat-msg .waiting-text .reasoning {
  font-style: italic;
  font-size: .7rem;
}
.chat-component .chat-content .follow-up-text {
  margin-top: 5px;
  padding: 0px 10px;
  color: #989797;
}
.chat-component .chat-content .follow-up-text .follow-up-text-item {
  padding: 5px 0px;
  cursor: pointer;
}
.chat-component .chat-content .follow-up-text .follow-up-text-item:not(:last-child) {
  border-bottom: solid 1px #ebebeb;
}
.chat-component .chat-content .follow-up-text .follow-up-text-item:hover {
  padding: 5px 0px;
  cursor: pointer;
  color: rgb(var(--primary-rgb));
}
.chat-component .chat-content .final-action {
  text-align: center;
  padding: 40px 0px;
  background-color: #e9e9e9;
  border-radius: 5px;
  width: 50%;
  margin: auto;
}
.chat-component .chat-content .repository-action-con i {
  font-size: 35px;
  color: rgba(var(--secondary-rgb), 0.9);;
}
.chat-component .chat-content .require-information-con {
  display: block;
  margin-top: 15px;
}
.chat-component .chat-content .require-information-con .require-info-header {
  display: block;
  font-weight: bold;
}
.chat-component .chat-content .require-information-con .reference-info {
  display: block;
  font-weight: normal;
  color: #09a3c3;
  font-size: 0.9em;
}
.chat-component .chat-content .require-information-con .require-info-header:not(:first-child) {
  margin-top: 10px;
  padding-top: 10px;
}
.chat-component .chat-content .require-information-con .file-element {
  display: block;
  margin-top: 10px;
  border-top: dashed 1px lightgray;
  padding-top: 10px;
}
.chat-component .chat-content .require-information-con .file-element > span {
  display: block;
}
.chat-component .chat-content .require-information-con .functionality-diagram {
  cursor: pointer;
  margin-top: 20px;
}
.chat-component .chat-content .message-button-container {
  width: 100%;
  text-align: right;
  display: block;
}
.chat-component .chat-content .relevant-information {
  display: block;
}
.chat-component .chat-content .relevant-information span.block {
  display: block;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes glow {
  0% {
    box-shadow: 0 0 5px rgba(215, 247, 202, 0.1);
  }
  50% {
    box-shadow: 0 0 20px #63c13e;
  }
  100% {
    box-shadow: 0 0 5px rgba(45, 151, 3, 0.1);
  }
}
@keyframes circleAnimation {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.chat-component .loading-avatar {
  /* Circle styling */
  /* Positioning circles around the icon */
}
.chat-component .loading-avatar .circle {
  position: absolute;
  width: 15px;
  /* Adjust size as needed */
  height: 15px;
  border-radius: 50%;
  animation: circleAnimation 0.7s linear infinite;
  opacity: 0;
}
.chat-component .loading-avatar .circle:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 0s;
  background-color: #0099ff;
  /* Circle color */
}
.chat-component .loading-avatar .circle:nth-child(2) {
  top: 25%;
  right: 0;
  transform: translateY(-50%);
  animation-delay: 0.1s;
  background-color: #43bc68;
  /* Circle color */
}
.chat-component .loading-avatar .circle:nth-child(3) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  animation-delay: 0.2s;
  background-color: #a1c823;
  /* Circle color */
}
.chat-component .loading-avatar .circle:nth-child(4) {
  bottom: 25%;
  right: 0;
  transform: translateY(50%);
  animation-delay: 0.3s;
  background-color: #8f3cc7;
  /* Circle color */
}
.chat-component .loading-avatar .circle:nth-child(5) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 0.4s;
  background-color: #4b0b5b;
  /* Circle color */
}
.chat-component .loading-avatar .circle:nth-child(6) {
  bottom: 25%;
  left: 0;
  transform: translateY(50%);
  animation-delay: 0.5s;
  background-color: #c51b2f;
  /* Circle color */
}
.chat-component .loading-avatar .circle:nth-child(7) {
  top: 25%;
  left: 0;
  transform: translateY(-50%);
  animation-delay: 0.6s;
  background-color: #0099ff;
  /* Circle color */
}
.chat-component .loading-avatar .circle:nth-child(8) {
  top: 0;
  right: 50%;
  transform: translateX(50%);
  animation-delay: 0.7s;
  background-color: #0099ff;
  /* Circle color */
}
.chat-component .streaming-renderer {
  position: relative;
}
.chat-component .streaming-renderer .streaming-content {
  display: inline;
  word-wrap: break-word;
  white-space: normal;
}
.chat-component .streaming-renderer .streaming-content .streaming-word {
  display: inline;
  animation: fadeIn 0.3s ease-in;
}
.chat-component .streaming-renderer .streaming-cursor {
  display: inline;
  color: var(--bs-primary);
  font-weight: bold;
  margin-left: 2px;
}
.chat-component .streaming-renderer .streaming-cursor.blinking {
  animation: blink 1s infinite;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}
@media (max-width: 600px) {
  .chat-component .main-chat-area .chat-con-header {
    flex-wrap: wrap;
  }
  .chat-component .main-chat-area .chat-con-header .conversation-title-con {
    max-width: 75%;
  }
  .chat-component .main-chat-area .chat-con-header .user-conversation-options {
    flex-basis: 100%;
    border-top: solid 1px #d3d3d373;
    margin-top: 10px;
    padding-top: 5px;
  }
  .chat-component .main-chat-area .chat-con-header .user-conversation-options .technical-mode-form {
    margin-left: 0px;
  }
  .chat-component .main-chat-area .chat-content {
    padding: 10px;
  }
  .chat-component .main-chat-area .chat-content .chat-item-end .chat-list-inner,
  .chat-component .main-chat-area .chat-content .chat-item-start .chat-list-inner {
    max-width: 90%;
  }
  .chat-component .main-chat-area .chat-content .chat-item-end .chat-list-inner .avatar,
  .chat-component .main-chat-area .chat-content .chat-item-start .chat-list-inner .avatar {
    width: 1.75rem;
    height: 1.75rem;
  }
  .chat-component .chat-content .require-information-con .file-element > span {
    max-width: 200px;
    overflow-wrap: break-word;
  }
}
.coming-soon-page .authentication {
  margin-top: 50px;
  min-height: unset;
}
.terms p.main-header {
  font-size: 1rem;
}
.terms p.mb-0 {
  padding-bottom: 10px;
}
.dashboard .pending-actions .card-header {
  padding-left: 2.4em;
}
.dashboard .pending-actions .card-body .bi-check-lg {
  font-size: 25px;
  color: limegreen;
}
.dashboard .pending-actions .card-body .bi.bi-x-lg {
  font-size: 25px;
  color: red;
}
.dashboard .pending-actions .card-body a:hover {
  opacity: 0.7;
}
.dashboard .total-count .avatar.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.1rem;
}
.dashboard .recently-viewed .card-body .tab-content {
  max-height: 250px;
  overflow-y: scroll;
}
.pan-control {
  height: 100px;
  width: 100%;
  background-color: lightgray;
  overflow: hidden;
  cursor: crosshair;
}
.pan-control:hover {
  border: solid 1px var(--bs-primary);
}
.documentation .full-screen,
.functionality .full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: white;
}
.documentation .controls,
.functionality .controls {
  position: absolute;
  bottom: 80px;
  right: 10px;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}
.documentation .source-code-container.source-code-full-screen,
.functionality .source-code-container.source-code-full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1050;
  background-color: var(--custom-white);
  display: flex;
  flex-direction: column;
  padding: 0;
}
.documentation .source-code-container.source-code-full-screen div.source-code,
.functionality .source-code-container.source-code-full-screen div.source-code {
  flex: 1;
  overflow: auto;
  padding: 1rem;
  height: calc(100vh - 60px) !important;
  max-height: calc(100vh - 60px) !important;
}
.documentation .source-code-container.source-code-full-screen div.source-code pre,
.functionality .source-code-container.source-code-full-screen div.source-code pre,
.documentation .source-code-container.source-code-full-screen div.source-code #file_content_display,
.functionality .source-code-container.source-code-full-screen div.source-code #file_content_display {
  height: 100% !important;
  max-height: none !important;
  margin: 0;
}
.documentation .source-code-container.source-code-full-screen .source-code-fullscreen-bar,
.functionality .source-code-container.source-code-full-screen .source-code-fullscreen-bar {
  display: flex !important;
}
.source-code-fullscreen-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: var(--custom-white);
  border-top: 1px solid var(--default-border);
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  z-index: 1051;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
/**
 * Custom syntax highlighting styles for Prism.js
 * Integrates with application theme (light/dark mode)
 */
.source-code {
  position: relative;
  width: 100%;
  max-height: 500px;
}
.source-code pre[class*="language-"] {
  margin: 0 !important;
  border-radius: 4px;
  padding: 1em;
  overflow-x: auto !important;
  overflow-y: auto !important;
  max-height: 600px;
  white-space: pre !important;
  word-wrap: normal !important;
  overflow-wrap: normal !important;
}
.source-code pre[class*="language-"] code {
  font-family: 'Consolas', 'Monaco', 'Courier New', monospace !important;
  font-size: 13px;
  line-height: 1.5;
  white-space: pre !important;
  word-spacing: normal;
  word-break: normal !important;
  word-wrap: normal !important;
  overflow-wrap: normal !important;
  tab-size: 4;
  hyphens: none;
  display: inline-block !important;
  min-width: 100%;
  width: max-content;
}
.source-code #file_content_display {
  max-height: none !important;
  min-height: 400px;
  overflow-x: auto !important;
  overflow-y: auto !important;
}
[data-theme-mode="dark"] .source-code pre[class*="language-"] {
  background: #1e1e1e;
  color: #d4d4d4;
  border: 1px solid #3e3e42;
}
[data-theme-mode="dark"] .source-code .token.comment,
[data-theme-mode="dark"] .source-code .token.prolog,
[data-theme-mode="dark"] .source-code .token.doctype,
[data-theme-mode="dark"] .source-code .token.cdata {
  color: #6a9955;
}
[data-theme-mode="dark"] .source-code .token.punctuation {
  color: #d4d4d4;
}
[data-theme-mode="dark"] .source-code .token.property,
[data-theme-mode="dark"] .source-code .token.tag,
[data-theme-mode="dark"] .source-code .token.boolean,
[data-theme-mode="dark"] .source-code .token.number,
[data-theme-mode="dark"] .source-code .token.constant,
[data-theme-mode="dark"] .source-code .token.symbol,
[data-theme-mode="dark"] .source-code .token.deleted {
  color: #b5cea8;
}
[data-theme-mode="dark"] .source-code .token.selector,
[data-theme-mode="dark"] .source-code .token.attr-name,
[data-theme-mode="dark"] .source-code .token.string,
[data-theme-mode="dark"] .source-code .token.char,
[data-theme-mode="dark"] .source-code .token.builtin,
[data-theme-mode="dark"] .source-code .token.inserted {
  color: #ce9178;
}
[data-theme-mode="dark"] .source-code .token.operator,
[data-theme-mode="dark"] .source-code .token.entity,
[data-theme-mode="dark"] .source-code .token.url,
[data-theme-mode="dark"] .source-code .language-css .token.string,
[data-theme-mode="dark"] .source-code .style .token.string {
  color: #d4d4d4;
}
[data-theme-mode="dark"] .source-code .token.atrule,
[data-theme-mode="dark"] .source-code .token.attr-value,
[data-theme-mode="dark"] .source-code .token.keyword {
  color: #569cd6;
}
[data-theme-mode="dark"] .source-code .token.function,
[data-theme-mode="dark"] .source-code .token.class-name {
  color: #dcdcaa;
}
[data-theme-mode="dark"] .source-code .token.regex,
[data-theme-mode="dark"] .source-code .token.important,
[data-theme-mode="dark"] .source-code .token.variable {
  color: #d16969;
}
[data-theme-mode="dark"] .source-code .line-numbers .line-numbers-rows {
  border-right: 1px solid #3e3e42;
  background: #252526;
}
[data-theme-mode="dark"] .source-code .line-numbers-rows > span:before {
  color: #858585;
}
[data-theme-mode="light"] .source-code pre[class*="language-"] {
  background: #f5f5f5;
  color: #383a42;
  border: 1px solid #e5e5e5;
}
[data-theme-mode="light"] .source-code .token.comment,
[data-theme-mode="light"] .source-code .token.prolog,
[data-theme-mode="light"] .source-code .token.doctype,
[data-theme-mode="light"] .source-code .token.cdata {
  color: #a0a1a7;
  font-style: italic;
}
[data-theme-mode="light"] .source-code .token.punctuation {
  color: #383a42;
}
[data-theme-mode="light"] .source-code .token.property,
[data-theme-mode="light"] .source-code .token.tag,
[data-theme-mode="light"] .source-code .token.boolean,
[data-theme-mode="light"] .source-code .token.number,
[data-theme-mode="light"] .source-code .token.constant,
[data-theme-mode="light"] .source-code .token.symbol,
[data-theme-mode="light"] .source-code .token.deleted {
  color: #986801;
}
[data-theme-mode="light"] .source-code .token.selector,
[data-theme-mode="light"] .source-code .token.attr-name,
[data-theme-mode="light"] .source-code .token.string,
[data-theme-mode="light"] .source-code .token.char,
[data-theme-mode="light"] .source-code .token.builtin,
[data-theme-mode="light"] .source-code .token.inserted {
  color: #50a14f;
}
[data-theme-mode="light"] .source-code .token.operator,
[data-theme-mode="light"] .source-code .token.entity,
[data-theme-mode="light"] .source-code .token.url,
[data-theme-mode="light"] .source-code .language-css .token.string,
[data-theme-mode="light"] .source-code .style .token.string {
  color: #0184bc;
}
[data-theme-mode="light"] .source-code .token.atrule,
[data-theme-mode="light"] .source-code .token.attr-value,
[data-theme-mode="light"] .source-code .token.keyword {
  color: #a626a4;
}
[data-theme-mode="light"] .source-code .token.function,
[data-theme-mode="light"] .source-code .token.class-name {
  color: #4078f2;
}
[data-theme-mode="light"] .source-code .token.regex,
[data-theme-mode="light"] .source-code .token.important,
[data-theme-mode="light"] .source-code .token.variable {
  color: #e45649;
}
[data-theme-mode="light"] .source-code .line-numbers .line-numbers-rows {
  border-right: 1px solid #e5e5e5;
  background: #fbfbfb;
}
[data-theme-mode="light"] .source-code .line-numbers-rows > span:before {
  color: #999;
}
.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
.line-numbers > code {
  position: relative;
  white-space: pre !important;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  user-select: none;
}
.line-numbers-rows > span {
  display: block;
  counter-increment: linenumber;
}
.line-numbers-rows > span:before {
  content: counter(linenumber);
  display: block;
  padding-right: 0.8em;
  text-align: right;
}
div.code-toolbar {
  position: relative;
}
div.code-toolbar > .toolbar {
  position: absolute;
  top: 0.3em;
  right: 0.3em;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.7;
}
div.code-toolbar:hover > .toolbar {
  opacity: 1;
}
div.code-toolbar > .toolbar .toolbar-item {
  display: inline-block;
}
div.code-toolbar > .toolbar a {
  cursor: pointer;
}
div.code-toolbar > .toolbar button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  user-select: none;
}
div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
  color: #bbb;
  font-size: 0.8em;
  padding: 0 0.5em;
  background: #f5f2f0;
  background: rgba(224, 224, 224, 0.2);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
}
div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar a:focus,
div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar span:hover,
div.code-toolbar > .toolbar span:focus {
  color: inherit;
  text-decoration: none;
}
.token.division,
.token.section {
  color: #d73a49;
  font-weight: bold;
}
.token.paragraph {
  color: #6f42c1;
  font-weight: bold;
}
.token.job-statement .job-name,
.token.exec-statement .step-name {
  color: #005cc5;
  font-weight: bold;
}
.token.dd-statement .dd-name {
  color: #22863a;
}
.token.program,
.token.proc,
.token.dsn {
  color: #6f42c1;
}
.token.special {
  color: #e36209;
  font-weight: bold;
}
textarea.file-content-con {
  font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
  font-size: 14px;
  line-height: 1.5;
  min-height: 400px;
  white-space: pre;
  overflow-x: auto;
}
pre[class*="language-"],
pre.line-numbers {
  overflow-x: auto !important;
  overflow-y: auto !important;
  white-space: pre !important;
}
pre[class*="language-"] code,
pre.line-numbers code {
  white-space: pre !important;
  word-wrap: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}
#file_content_display code {
  white-space: pre !important;
  overflow-wrap: normal !important;
}
/*! This special bang (!) comment is here to trick the `hash` Grunt task into working out-of-the-box, without any real CSS. You can delete this once you've imported ≥1 .less file as demonstrated above. */
