/**
 * 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;
}
.risk-management-module .selected-project {
  cursor: pointer;
  margin-right: 10px;
}
.code-documentation .select-project {
  cursor: pointer;
}
.code-documentation .select-project:hover {
  background-color: lightgray;
}
.code-documentation .main-chart-wrapper .mail-messages-container {
  max-height: calc(100vh - 21rem);
}
.code-documentation .main-chart-wrapper .main-chat-area .chat-content {
  max-height: 99%;
}
.code-documentation .main-chart-wrapper .main-chat-area .chat-content .chat-item-start .main-chat-msg .chat-message-con.error {
  background-color: rgb(var(--danger-rgb));
  color: #fff;
}
.code-documentation .main-chart-wrapper .main-chat-area .chat-content .chat-item-start .main-chat-msg .chat-message-con.warning {
  background-color: rgb(var(--warning-rgb));
  color: #fff;
}
.code-documentation .main-chart-wrapper .main-chat-area .chat-content .chat-item-start .main-chat-msg .chat-message-con.success {
  background-color: rgb(var(--success-rgb));
  color: #fff;
}
.code-documentation .main-chart-wrapper .main-chat-area .chat-content .chat-item-start .main-chat-msg .chat-message-con.info {
  background-color: rgb(var(--info-rgb));
  color: #fff;
}
.code-documentation .total-mails,
.code-documentation .main-chat-area {
  height: calc(100vh - 13rem);
}
.knowledge-base .user-conversation-title {
  font-size: inherit;
}
.knowledge-base .tab-style-2 .nav-item .nav-link.active i {
  padding: 0.32rem;
}
.documentation .favorites-action .btn-icon {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.documentation .file-list-con a:hover {
  text-decoration: underline;
}
.documentation .file-list-con table th:nth-child(1) {
  width: 25%;
}
.documentation .file-list-con table th:nth-child(2) {
  width: 45%;
}
.documentation .file-list-con table th:nth-child(3) {
  width: 30%;
}
.documentation .file-list-con .tag-list {
  overflow-x: auto;
}
.documentation .file-list-con .tag-list a {
  margin-bottom: 5px;
  display: inline-block;
}
.documentation .file-list-con td .wrap-text {
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
}
.documentation .file-content-con {
  max-height: 400px;
  overflow: auto;
}
.documentation .markdown-file-content-con {
  max-height: 400px;
  overflow: auto;
}
.documentation .file-count-text {
  font-size: 14px;
  font-weight: normal;
}
.documentation .file-number {
  font-size: 16px;
  font-weight: normal;
}
.documentation a.has-record {
  color: #09a3c3;
}
.documentation .explorer-link {
  margin-bottom: 3px;
}
.documentation .explorer-link i.ti,
.documentation .explorer-link span {
  display: inline-block;
  vertical-align: middle;
}
.documentation .explorer-link span {
  margin-top: 2px;
}
.documentation a.explorer-link:hover {
  color: var(--bs-info);
}
.documentation .check-box-cursor-pointer {
  cursor: pointer;
}
.documentation .files-called .card-header .card-title {
  text-transform: unset;
}
.documentation .files-called .card-body {
  max-height: 350px;
  overflow-y: auto;
}
.documentation .files-called .card-body .list-group-item span {
  overflow-wrap: anywhere;
}
.documentation .count-element {
  font-weight: normal;
  font-size: 12px;
}
.documentation .not-found {
  color: gray;
}
.documentation .references-section .card-body {
  max-height: 350px;
  overflow-y: auto;
}
.documentation .code-analysis-section .analysis-content {
  max-height: 450px;
  overflow-y: auto;
}
.documentation .code-analysis-section .analysis-content p {
  margin-bottom: 2px;
}
.documentation .interaction-diagram {
  height: 500px;
}
.documentation .mermaid-con .current-file rect {
  fill: #536485 !important;
}
.documentation .mermaid-con .current-file text tspan {
  fill: #fff !important;
}
.documentation .edit-icon {
  cursor: pointer;
  margin-left: 10px;
}
.documentation textarea {
  width: 100%;
  height: 100px;
  border: 1px solid lightgrey;
  padding: 10px;
  border-radius: 5px;
  resize: vertical;
}
.documentation #interaction_diagram_section svg {
  width: 100%;
  height: 100%;
}
.documentation .functionality-list-con .accordion-button {
  margin-right: 5px;
}
.documentation .functionality-list-con .accordion-button:not(.collapsed) .accordion-icon {
  transform: rotate(90deg);
}
.documentation .functionality-list-con .accordion-button::after {
  display: none !important;
}
.documentation .functionality-list-con .accordion-icon {
  transition: transform 0.3s ease;
}
.documentation .functionality-list-con .child-functionality-section {
  padding-top: 0px;
  padding-left: 3em;
}
.documentation .selected-meta-data {
  font-weight: normal;
  font-size: 0.8rem;
  text-transform: none;
}
.documentation .file-documentation .dependencies-details-section .name-column {
  width: 65%;
}
.documentation .file-documentation .dependencies-details-section .data-format {
  text-transform: capitalize;
}
.documentation .file-documentation .skip-item-label {
  margin-top: 4px;
}
.documentation .col-name {
  width: 20%;
  white-space: nowrap;
}
.documentation .col-description {
  width: 60%;
  white-space: normal;
}
.documentation .col-tags {
  width: 20%;
  white-space: normal;
}
.documentation .functionality-col-tags {
  width: 40%;
  white-space: normal;
}
.documentation .col-title {
  width: 20%;
  white-space: normal;
}
.documentation .col-tags .tag {
  display: inline-block;
  margin: 2px;
  padding: 2px 6px;
  background-color: #e0e0e0;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
}
.documentation .project-tree-display .upload-new-files-button {
  min-width: fit-content;
}
.documentation .file-type-label {
  cursor: pointer;
}
.project .auth-section button img {
  height: 70px;
}
.project .faq-content .card-body {
  height: 100vh;
  overflow-y: auto;
}
.project .faq-content a:hover {
  text-decoration: underline;
}
.project .faq-content img {
  max-width: 100%;
  margin-top: 10px;
}
.project .faq-content li {
  margin-bottom: 15px;
}
.project .faq-content ol.less-divider li {
  margin-bottom: 3px;
}
.project .faq-content a.repository-link:hover {
  color: var(--bs-info);
}
.project .project-list-table table th:nth-child(1) {
  width: 15%;
}
.project .project-list-table table th:nth-child(2) {
  width: 15%;
}
.project .project-list-table table th:nth-child(3) {
  width: 10%;
}
.project .project-list-table table th:nth-child(4) {
  width: 30%;
}
.project .project-list-table table th:nth-child(5) {
  width: 30%;
}
.project .project-list-table .url-wrap {
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project .project-list-table td .form-switch input {
  cursor: pointer;
}
.project .project-list-table .project-name:hover {
  text-decoration: underline;
}
.project .project-list-table .open-source-project-icon {
  color: green;
  font-size: 15px;
}
.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;
}
.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 .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 .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;
  }
}
.time-estimate table {
  table-layout: fixed;
}
.time-estimate table td {
  word-wrap: break-word;
  white-space: normal;
}
.time-estimate table td:nth-child(3) {
  padding-right: 15px;
}
.time-estimate table th:nth-child(1) {
  width: 50%;
}
.time-estimate table th:nth-child(2) {
  width: 20%;
}
.time-estimate table th:nth-child(3) {
  width: 20%;
}
.time-estimate table th:nth-child(4) {
  width: 10%;
}
.time-estimate table td .form-switch input {
  cursor: pointer;
}
.time-estimate table a:hover {
  text-decoration: underline;
}
.time-estimate .time-estimate-results .best-case i {
  color: green;
  font-size: 20px;
}
.time-estimate .time-estimate-results .likely-case i {
  color: orange;
  font-size: 20px;
}
.time-estimate .time-estimate-results .worst-case i {
  color: red;
  font-size: 20px;
}
.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;
}
.checkout input[type="checkbox"] {
  cursor: pointer;
  font-size: 17px;
  border-color: #0097B2;
}
.code-editor-modal .source-code textarea {
  min-height: 500px;
}
.code-editor-modal .file-item a.change-done {
  font-weight: bold;
}
.code-editor-modal .file-item.staged a,
.code-editor-modal .file-item.staged a.active {
  color: green;
}
.code-editor-modal .editor-nav {
  overflow-wrap: anywhere;
}
.code-editor-modal .editor-settings-nav .setting-item {
  margin-bottom: 5px;
}
.code-editor-modal .editor-settings-nav .setting-item a,
.code-editor-modal .editor-settings-nav .setting-item a.active {
  border: solid 1px lightgray;
}
.code-editor-modal .editor-settings-nav .setting-item a:hover {
  border: solid 1px lightgray;
}
.code-editor-modal .file-explorer-section {
  max-height: 550px;
  overflow-y: auto;
}
.code-editor-modal .branch-editable-section {
  max-width: 700px;
  margin-top: 10px;
}
.offcanvas {
  box-shadow: 5px 0 5px -2px #888;
}
.offcanvas .label-text {
  width: 100%;
  display: inline-block;
  text-align: right;
  margin-bottom: 10px;
}
#relevantInformationModal .mermaid {
  cursor: pointer;
}
.voice-assistant-modal .qr-code-con {
  margin-bottom: 20px;
}
.voice-assistant-modal .qr-code-con img {
  margin: auto;
}
.voice-assistant-page {
  width: 100%;
  height: 100vh;
  padding-top: 20px;
  background-color: #000;
}
.voice-assistant-page .logo-section {
  width: 100%;
  text-align: right;
}
.voice-assistant-page .logo-section img {
  width: 90px;
  padding: 20px;
}
.voice-assistant-page .info-section {
  position: absolute;
  margin-top: 20px;
  bottom: 100px;
}
.voice-assistant-page .title-section {
  margin-top: 50px;
  text-align: center;
  color: #fff;
}
.voice-assistant-page .processing-con {
  text-align: center;
  color: #fff;
}
.voice-assistant-page .wave {
  background: linear-gradient(135deg, #00f, #f0f);
  border-radius: 50%;
  margin: auto;
  margin-top: 50px;
  width: 200px;
  height: 200px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.voice-assistant-page .animated-wave {
  width: 300px;
  height: 300px;
  animation: morph 10s infinite;
}
@keyframes morph {
  0% {
    border-radius: 50%;
    transform: scale(1);
  }
  10% {
    border-radius: 45% 55% 55% 45%;
    transform: scale(1.1) translate(-10px, -10px);
  }
  20% {
    border-radius: 55% 45% 60% 40%;
    transform: scale(1) translate(10px, 10px);
  }
  30% {
    border-radius: 50% 50% 40% 60%;
    transform: scale(1.1) translate(-20px, 10px);
  }
  40% {
    border-radius: 60% 40% 50% 50%;
    transform: scale(1) translate(20px, -20px);
  }
  50% {
    border-radius: 45% 55% 65% 35%;
    transform: scale(1.1) translate(-30px, 10px);
  }
  60% {
    border-radius: 55% 45% 45% 55%;
    transform: scale(1) translate(10px, 20px);
  }
  70% {
    border-radius: 50% 50% 55% 45%;
    transform: scale(1.1) translate(-10px, -20px);
  }
  80% {
    border-radius: 60% 40% 50% 50%;
    transform: scale(1) translate(20px, -10px);
  }
  90% {
    border-radius: 55% 45% 60% 40%;
    transform: scale(1.1) translate(-10px, 10px);
  }
  100% {
    border-radius: 50%;
    transform: scale(1);
  }
}
.functionality .top-info-section {
  margin-bottom: 20px;
}
.functionality .file-section.con .card-body {
  max-height: 350px;
  overflow-y: auto;
}
.functionality .functionality-item-list .form-check {
  display: inline-block;
}
.functionality .functionality-item-list .form-check input,
.functionality .functionality-item-list .form-check label {
  cursor: pointer;
}
.functionality .functionality-item-list .file-element {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.functionality .sequence-diagram-section .diagram-control input.form-range,
.functionality .component-diagram-section .diagram-control input.form-range {
  max-width: 200px;
}
.functionality .sequence-diagram-section .interaction-diagram,
.functionality .component-diagram-section .interaction-diagram,
.functionality .sequence-diagram-section .component-diagram,
.functionality .component-diagram-section .component-diagram {
  overflow: hidden;
}
.functionality .sequence-diagram-section .interaction-diagram,
.functionality .component-diagram-section .interaction-diagram,
.functionality .sequence-diagram-section .component-diagram,
.functionality .component-diagram-section .component-diagram {
  height: 500px;
}
.functionality .sequence-diagram-section svg text,
.functionality .component-diagram-section svg text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.functionality .sequence-diagram-section #interaction_diagram_section svg,
.functionality .component-diagram-section #interaction_diagram_section svg {
  width: 100%;
  height: 100%;
}
.functionality .sequence-diagram-section .interaction-diagram-section.full-screen .interaction-diagram,
.functionality .component-diagram-section .interaction-diagram-section.full-screen .interaction-diagram,
.functionality .sequence-diagram-section .interaction-diagram-section.full-screen .component-diagram,
.functionality .component-diagram-section .interaction-diagram-section.full-screen .component-diagram {
  height: 100%;
}
.functionality .component-diagram-section svg {
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.project-chooser-modal .modal-body .project-list-container {
  max-height: 350px;
  overflow-y: auto;
}
.repository-project-list-modal .modal-body {
  max-height: 400px;
  overflow-y: auto;
}
.user-setting a.shared-link:hover {
  color: var(--bs-info);
}
#buildPromptModal .build-component {
  line-height: 20px;
}
#buildPromptModal .build-component input {
  margin: 5px;
  font-size: 12px;
  border-color: lightgray;
  border: solid 1px lightgray;
  border-radius: 3px;
  padding: 0px 5px;
  text-align: center;
}
.article .article-content h1 {
  font-size: 2rem;
}
.article .article-content h2 {
  font-size: 1.25rem;
}
.article .article-content h3 {
  font-size: 1.15rem;
}
.article .article-content h4 {
  font-size: 1.05rem;
}
.article .article-content h5 {
  font-size: 1rem;
}
.article .article-content h6 {
  font-size: 0.95rem;
}
.project-setup .content-wrapper {
  max-width: 700px;
  padding: 2rem;
}
.project-setup .cursor-pointer {
  cursor: pointer;
}
.project-setup .btn-circle {
  width: 20px;
  height: 20px;
}
.project-setup .project-item {
  border-block-end: 1px solid #f3f3f3;
}
.project-setup .right-section {
  background-color: #f9f5ff;
}
.project-setup .right-section .file-list-panel li .filename {
  font-weight: 500;
  color: #343a40;
}
.project-setup .file-list-content {
  max-height: 500px;
  overflow-y: auto;
}
.project-setup .upload-area {
  border: 2px dashed #e0e0e0;
  border-radius: 10px;
  padding: 3rem 2rem;
  text-align: center;
  background-color: #fafafa;
  transition: all 0.3s ease;
  cursor: pointer;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-setup .upload-area:hover {
  border-color: #6c5ce7;
  background-color: #f8f7ff;
}
.project-setup .upload-area.drag-over {
  border-color: #6c5ce7;
  background-color: #f0efff;
  transform: scale(1.02);
}
.project-setup .upload-area .upload-content .upload-icon {
  margin-bottom: 1rem;
}
.project-setup .upload-area .upload-content .upload-text {
  margin-bottom: 1.5rem;
}
.project-setup .upload-area .upload-content .upload-text h4 {
  color: #2d3748;
  font-weight: 600;
}
.project-setup .upload-area .upload-content .upload-text p {
  color: #718096;
  font-size: 0.9rem;
}
.project-setup .upload-area .upload-content .upload-actions .btn {
  margin: 0.25rem;
}
.project-setup .upload-progress .progress {
  height: 8px;
  background-color: #e2e8f0;
}
.project-setup .upload-progress .progress .progress-bar {
  background-color: #6c5ce7;
}
.project-setup .upload-progress .progress-text {
  font-size: 0.9rem;
  color: #718096;
}
.project-setup .upload-results {
  margin-top: 10px;
}
.project-setup .upload-results .alert {
  border-radius: 8px;
}
.project-setup .upload-results .alert.alert-success {
  background-color: #f0fff4;
  border-color: #9ae6b4;
  color: #22543d;
}
.project-setup .upload-results .alert.alert-danger {
  background-color: #fed7d7;
  border-color: #feb2b2;
  color: #742a2a;
}
.project-setup .uploaded-files {
  margin-top: 10px;
}
.project-setup .uploaded-files .file-item {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.project-setup .uploaded-files .file-item:hover {
  background-color: #e9ecef;
}
.project-setup .uploaded-files .file-item .file-info {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.project-setup .uploaded-files .file-item .file-info i {
  color: #6c5ce7;
  font-size: 1.1rem;
}
.project-setup .uploaded-files .file-item .file-info strong {
  color: #2d3748;
}
.project-setup .uploaded-files .file-item .btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
}
.project-setup .card-footer {
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
}
.project-setup .card-footer .upload-info small {
  color: #6c757d;
}
.project-setup .card-footer .upload-actions .btn {
  margin-left: 0.5rem;
}
@media (max-width: 768px) {
  .project-setup .upload-area {
    padding: 2rem 1rem;
    min-height: 200px;
  }
  .project-setup .upload-area .upload-content .upload-actions .btn {
    display: block;
    width: 100%;
    margin: 0.25rem 0;
  }
  .project-setup .card-footer .d-flex {
    flex-direction: column;
    gap: 1rem;
  }
  .project-setup .card-footer .upload-info {
    text-align: center;
  }
}
.project-diagrams .diagram-list .custom-card .card-body {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.project-diagrams .diagram-list .custom-card .mermaid-con {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-diagrams .diagram-list .custom-card .mermaid-con svg {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  transform-origin: top left;
  object-fit: contain;
  display: block;
}
.project-diagrams .diagram-control .sample-list li {
  cursor: pointer;
}
.project-diagrams .diagram-control .sample-list .sample-item {
  font-size: .7rem;
}
.work-package .work-package-item {
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 12px 16px;
}
.work-package .work-package-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.work-package .work-package-caret {
  transition: transform 0.2s ease;
  font-size: 14px;
  color: #6c757d;
}
.work-package .work-package-caret.bi-caret-down-fill {
  color: #4a90e2;
}
.work-package .work-package-files-container {
  padding: 8px 16px 12px 30px;
  margin-left: 30px;
  border-left: 2px solid #e9ecef;
}
.work-package .work-package-files-container .list-group-flush .list-group-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #f1f3f4;
  padding: 10px 0;
}
.work-package .work-package-files-container .list-group-flush .list-group-item:last-child {
  border-bottom: none;
}
.work-package .work-package-files-container .list-group-flush .list-group-item .btn {
  font-size: 12px;
  padding: 4px 8px;
}
.work-package .work-package-files-container .alert {
  margin-bottom: 0;
  padding: 8px 0;
  font-size: 14px;
  background-color: transparent;
  border: none;
  color: #6c757d;
}
.work-package .list-group-item-primary {
  border: 1px solid #dee2e6;
  background-color: #fff;
  margin-bottom: 4px;
  border-radius: 6px;
}
.work-package .list-group-item-primary:hover {
  border-color: #adb5bd;
}
.work-package .avatar {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  background-color: #4a90e2 !important;
  color: white;
}
.work-package .avatar-sm {
  width: 24px;
  height: 24px;
  font-size: 12px;
  background-color: #28a745 !important;
  color: white;
  min-width: 24px;
}
.work-package .text-default {
  color: #495057;
  font-weight: 500;
}
.work-package .file-list-content .list-group-item {
  padding: 0;
  border: none;
  background-color: transparent;
}
.work-package .file-list-content .list-group-item .work-package-description {
  max-width: 90%;
}
.work-package .file-list-content .list-group-item .select-item input,
.work-package .file-list-content .list-group-item .select-item label {
  cursor: pointer;
}
.work-package .select-options {
  font-size: 12px;
}
.logs-analysis .information-log-item {
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 12px 16px;
}
.logs-analysis .information-log-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.logs-analysis .information-element-caret {
  transition: transform 0.2s ease;
  font-size: 14px;
  color: #6c757d;
}
.logs-analysis .information-element-caret.bi-caret-down-fill {
  color: #4a90e2;
}
.logs-analysis .information-log-element-container {
  padding: 8px 16px 12px 30px;
  margin-left: 30px;
  border-left: 2px solid #e9ecef;
}
.logs-analysis .information-log-element-container .list-group-flush .list-group-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #f1f3f4;
  padding: 10px 0;
}
.logs-analysis .information-log-element-container .list-group-flush .list-group-item:last-child {
  border-bottom: none;
}
.logs-analysis .information-log-element-container .list-group-flush .list-group-item .btn {
  font-size: 12px;
  padding: 4px 8px;
}
.logs-analysis .information-log-element-container .alert {
  margin-bottom: 0;
  padding: 8px 0;
  font-size: 14px;
  background-color: transparent;
  border: none;
  color: #6c757d;
}
.logs-analysis .list-group-item-primary {
  border: 1px solid #dee2e6;
  background-color: #fff;
  margin-bottom: 4px;
  border-radius: 6px;
}
.logs-analysis .list-group-item-primary:hover {
  border-color: #adb5bd;
}
.logs-analysis .avatar {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  background-color: #4a90e2 !important;
  color: white;
}
.logs-analysis .avatar-sm {
  width: 24px;
  height: 24px;
  font-size: 12px;
  background-color: #28a745 !important;
  color: white;
  min-width: 24px;
}
.logs-analysis .text-default {
  color: #495057;
  font-weight: 500;
}
.logs-analysis .file-list-content .list-group-item {
  padding: 0;
  border: none;
  background-color: transparent;
}
.logs-analysis .file-list-content .list-group-item .work-package-description {
  max-width: 90%;
}
.logs-analysis .file-list-content .list-group-item .select-item input,
.logs-analysis .file-list-content .list-group-item .select-item label {
  cursor: pointer;
}
.project-presentation .main-display {
  max-height: calc(75vh);
}
.project-presentation .main-display .avatar {
  height: 50px;
  width: auto;
  margin-bottom: 10px;
}
.project-presentation .main-display .card-component {
  margin-top: 30px;
}
.project-presentation .main-display .card-component .card-text {
  max-height: 300px;
  overflow-y: scroll;
}
.project-presentation .main-display .modern .card {
  margin-left: 55px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  position: relative;
  animation: card-glow 4s ease-in-out infinite, card-lift 4s ease-in-out infinite;
}
.project-presentation .main-display .modern .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.1) 0%, rgba(0, 150, 255, 0.05) 50%, rgba(255, 0, 150, 0.1) 100%);
  opacity: 0;
  animation: gradient-reveal 4s ease-in-out infinite;
  pointer-events: none;
}
.project-presentation .main-display .normal-text {
  font-size: 16px;
  line-height: 28px;
}
.project-presentation .main-display .simplebar-content > :last-child {
  margin-bottom: 50px;
}
@keyframes card-glow {
  0%,
  100% {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 255, 255, 0.3), 0 0 20px rgba(0, 255, 255, 0.1);
  }
  50% {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 255, 255, 0.5), 0 0 30px rgba(0, 255, 255, 0.2);
  }
}
@keyframes card-lift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}
@keyframes gradient-reveal {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.project-presentation .terminal-textarea {
  background-color: #000;
  color: #00ff00;
  font-family: "Courier New", monospace;
  font-size: 14px;
  line-height: 1.4;
  padding: 15px;
  border: 2px solid #00ff00;
  border-radius: 0;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.3), inset 0 0 20px rgba(0, 255, 0, 0.1);
  text-shadow: 0 0 5px rgba(0, 255, 0, 0.8);
  resize: vertical;
  min-height: 300px;
  width: 100%;
}
.project-presentation .terminal-textarea:focus {
  outline: none;
  border-color: #00ff00;
  box-shadow: 0 0 30px rgba(0, 255, 0, 0.5), inset 0 0 30px rgba(0, 255, 0, 0.2);
}
.project-presentation .terminal-textarea::placeholder {
  color: #007700;
  text-shadow: 0 0 3px rgba(0, 119, 0, 0.8);
}
.project-presentation .terminal-textarea::selection {
  background-color: rgba(0, 255, 0, 0.3);
  color: #000;
}
.presentation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(64, 224, 208, 0.05) 0%, rgba(255, 0, 150, 0.05) 50%, rgba(0, 212, 255, 0.05) 100%);
  backdrop-filter: blur(10px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.presentation-overlay .presentation-content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  max-width: 95%;
  height: 95vh;
  width: 90%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.presentation-overlay .presentation-header {
  padding: 20px 24px 16px;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f9fa;
}
.presentation-overlay .presentation-header .step-indicator {
  font-weight: 600;
  color: #495057;
  font-size: 14px;
}
.presentation-overlay .presentation-header .close-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #6c757d;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.presentation-overlay .presentation-header .close-btn:hover {
  background-color: #e9ecef;
  color: #495057;
}
.presentation-overlay .presentation-body {
  padding: 40px 24px;
  flex: 1;
  overflow-y: auto;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background: linear-gradient(135deg, rgba(64, 224, 208, 0.1) 0%, rgba(255, 0, 150, 0.1) 50%, rgba(0, 212, 255, 0.1) 100%);
  backdrop-filter: blur(10px);
}
.presentation-overlay .presentation-body h1,
.presentation-overlay .presentation-body h2,
.presentation-overlay .presentation-body h3,
.presentation-overlay .presentation-body h4,
.presentation-overlay .presentation-body h5,
.presentation-overlay .presentation-body h6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  color: #8baff6;
}
.presentation-overlay .presentation-body p {
  margin-bottom: 16px;
}
.presentation-overlay .presentation-body p:last-child {
  margin-bottom: 0;
}
.presentation-overlay .presentation-body ul,
.presentation-overlay .presentation-body ol {
  margin-bottom: 16px;
  padding-left: 24px;
}
.presentation-overlay .presentation-body code {
  background-color: #f8f9fa;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: 'Monaco', 'Consolas', monospace;
  font-size: 14px;
}
.presentation-overlay .presentation-body pre {
  background-color: #f8f9fa;
  padding: 16px;
  border-radius: 6px;
  overflow-x: auto;
  margin-bottom: 16px;
}
.presentation-overlay .presentation-body pre code {
  background: none;
  padding: 0;
}
.presentation-overlay .presentation-body .main-image {
  text-align: center;
  margin-top: 50px;
}
.presentation-overlay .presentation-body .main-image img {
  max-height: 350px;
}
.presentation-overlay .presentation-body .main-image.main-image-400 img {
  max-height: 400px;
}
.presentation-overlay .presentation-body .right-text {
  color: #8baff6;
  border: dotted 3px #8BAFF5;
  border-radius: 5px;
  padding: 20px;
  font-size: 17px;
}
.presentation-overlay .presentation-footer {
  padding: 16px 24px 20px;
  border-top: 1px solid #e9ecef;
  background-color: #f8f9fa;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.presentation-overlay .presentation-footer button:hover:not(:disabled) {
  background-color: #e9ecef;
  border-color: #adb5bd;
}
.presentation-overlay .presentation-footer button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
[data-theme-mode="dark"] .presentation-overlay .presentation-content {
  background: #2c3e50;
  color: #ecf0f1;
}
[data-theme-mode="dark"] .presentation-overlay .presentation-header {
  background-color: #34495e;
  border-bottom-color: #4a6077;
}
[data-theme-mode="dark"] .presentation-overlay .presentation-header .step-indicator {
  color: #bdc3c7;
}
[data-theme-mode="dark"] .presentation-overlay .presentation-header .close-btn {
  color: #95a5a6;
}
[data-theme-mode="dark"] .presentation-overlay .presentation-header .close-btn:hover {
  background-color: #4a6077;
  color: #ecf0f1;
}
[data-theme-mode="dark"] .presentation-overlay .presentation-body {
  color: #ecf0f1;
}
[data-theme-mode="dark"] .presentation-overlay .presentation-body h1,
[data-theme-mode="dark"] .presentation-overlay .presentation-body h2,
[data-theme-mode="dark"] .presentation-overlay .presentation-body h3,
[data-theme-mode="dark"] .presentation-overlay .presentation-body h4,
[data-theme-mode="dark"] .presentation-overlay .presentation-body h5,
[data-theme-mode="dark"] .presentation-overlay .presentation-body h6 {
  color: #ecf0f1;
}
[data-theme-mode="dark"] .presentation-overlay .presentation-body code {
  background-color: #34495e;
  color: #e74c3c;
}
[data-theme-mode="dark"] .presentation-overlay .presentation-body pre {
  background-color: #34495e;
}
[data-theme-mode="dark"] .presentation-overlay .presentation-footer {
  background-color: #34495e;
  border-top-color: #4a6077;
}
[data-theme-mode="dark"] .presentation-overlay .presentation-footer button {
  background-color: #34495e;
  color: #ecf0f1;
  border-color: #4a6077;
}
[data-theme-mode="dark"] .presentation-overlay .presentation-footer button:hover:not(:disabled) {
  background-color: #4a6077;
  border-color: #5d6d7e;
}
[data-theme-mode="dark"] .presentation-overlay .presentation-footer button.next-btn {
  background-color: #3498db;
  border-color: #3498db;
}
[data-theme-mode="dark"] .presentation-overlay .presentation-footer button.next-btn:hover:not(:disabled) {
  background-color: #2980b9;
  border-color: #2980b9;
}
@media (max-width: 768px) {
  .presentation-overlay .presentation-content {
    width: 95%;
    max-height: 90vh;
  }
  .presentation-overlay .presentation-header {
    padding: 16px 20px 12px;
  }
  .presentation-overlay .presentation-body {
    padding: 20px;
    font-size: 15px;
  }
  .presentation-overlay .presentation-footer {
    padding: 12px 20px 16px;
  }
  .presentation-overlay .presentation-footer button {
    min-width: 70px;
    font-size: 13px;
  }
}
.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;
}
/*! 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. */
