/*!********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/bc_style.css ***!
  \********************************************************************/
@viewport { width: auto; }

#chartdiv {
  width: 100%;
  height: 500px;
}

body {
/*padding: 2px 4px 4px;*/
font-family: Arial;
font-size: 16px;
}

#map-container {
padding: 6px;
border-width: 1px;
border-style: solid;
border-color: #ccc #ccc #999 #ccc;
-webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
-moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
width: 800px;
}

#map {
width: 800px;
height: 400px;
}

#actions {
list-style: none;
padding: 0;
}

#inline-actions {
padding-top: 10px;
}

.item {
margin-left: 20px;
}


.custom-clustericon {
background: var(--cluster-color);
color: #FFF;
border-radius: 100%;
font-weight: bold;
font-size: 15px;
display: flex;
align-items: center;
}

.custom-clustericon::before, .custom-clustericon::after {
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;

transform: translate(-50%, -50%);
top: 50%;
left: 50%;
background: var(--cluster-color);
opacity: 0.2;
border-radius: 100%;
}

.custom-clustericon::before {
padding: 7px;
}

.custom-clustericon::after {
padding: 14px;
}


.custom-clustericon-1 {
--cluster-color: #fbe682;
}

.custom-clustericon-2 {
--cluster-color: #f6da63;
}

.custom-clustericon-3 {
--cluster-color: #eb8242;
}

.custom-clustericon-4 {
--cluster-color: #d97575;
}

.custom-clustericon-5 {
--cluster-color: #E76900; /* #da2d2d; */
}

.custom-clustericon-6 {
--cluster-color: #bf4a00; /* #9d0b0b; */
}





.options {
    padding: 20px;
    margin-top: 20px;
    background-color: rgba(191, 191, 191, 0.15);
}

.message-time-caption {
    font-size: 18px;
    font-weight: 500;
}

/* backward compatibility */
.caption {
    font-size: 18px;
    font-weight: 500;
}


.option {
    margin-top: 10px;
}

.option > span {
    width: 50px;
    display: inline-block;
    margin-right: 10px;
}

.option > .dx-selectbox {
    display: inline-block;
    vertical-align: middle;
}



h1 {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 0;
}

#employee {
    margin: 20px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

#employee > p {
    padding: 10px 20px;
    margin: 0;
}

.options {
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
    margin-top: 20px;
}

.message-time-caption {
    font-size: 18px;
    font-weight: 500;
}

/* backward compatibility */
.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    margin-top: 10px;
}

.toolbar-label,
.toolbar-label > b {
    font-size: 16px;
}


#searchBox {
    font-size: 25px !important;
}

.demo3 {
    font-family: Arial, sans-serif;
    border: 0px solid #C20;
    margin: 0px 0;
    font-style: italic;
    position: relative;
    padding: 0 0 0 120px;
    #box-shadow: 0 2px 5px -3px #000;
    #border-radius: 2px;
    height: 30px;
}
.demo3:before {
    content: "News Update";
    display: inline-block;
    font-style: normal;
    background: #C20;
    padding: 2px;
    color: #FFF;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}
.demo3:after {
    content: '';
    display: block;
    top: 0;
    left: 80px;
    #background: linear-gradient(#FFF, rgba(255, 255, 255, 0));
    height: 25px;
}
.demo3 ul li {
    list-style: none;
    padding: 10px 0;
}
.copyright {
    color: #FFF;
    #font-weight: bold;
}



.form {
    padding: 20% 0;
    text-align: center;
}

#progress-button{
    margin-bottom: 20px;
}

.dx-switch {
    direction: ltr !important;
}

#progressBarStatus {
    display: inline-block;
}

.complete .dx-progressbar-range {
    background-color: green;
}

.dx-switch {
    direction: ltr !important;
}



/* demo styling */
* {
  /* resetting the box model for all elements */
  box-sizing: border-box;
}

.demo-frame {
  /* making a nice frame/layout for examples */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: -1rem;
  padding: 3rem;
  min-height: 100vh;
  color: rgb(52, 58, 64);
}

.demo-example {
  /* individual demo example styling */
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.demo-icon-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.demo-icon {
  margin: 0;
  padding: 1.5rem 1rem;
}


.dx-toolbar .dx-button-text {
    font-size: 22px;
}





/* text button */


.dx-color-scheme-light .base-color, .dx-color-scheme-carmine .base-color, .dx-color-scheme-softblue .base-color {
    fill: #333;
}

.dx-color-scheme-contrast .base-color, .dx-color-scheme-darkmoon .base-color {
    fill: #fff;
}

.dx-color-scheme-dark .base-color {
    fill: #dedede;
}

.dx-color-scheme-darkviolet .base-color {
    fill: #f5f6f7;
}

.dx-color-scheme-greenmist .base-color {
    fill: #28484f;
}



.dx-viewport:not(.dx-theme-ios7) .dx-fieldset {
    width: 520px;
    margin: 30px auto;
}

.dx-viewport:not(.dx-theme-ios7) .dx-fieldset:first-child {
    margin-top: 120px;
}

.dx-viewport:not(.dx-theme-ios7) .dx-fieldset-header {
    font-size: 16px;
}

.dx-viewport:not(.dx-theme-ios7) .dx-field {
    display: inline-block;
    margin-right: 20px;
}

.dx-viewport:not(.dx-theme-ios7) .dx-field-value:not(.dx-widget) > .dx-button {
    float: none;
}

.dx-viewport:not(.dx-theme-ios7) .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button),
.dx-viewport:not(.dx-theme-ios7) .dx-field-label {
    float: none;
    width: 100%;
}

.dx-viewport:not(.dx-theme-ios7) .dx-field-label {
    padding-left: 0;
}

.send .dx-button-content .dx-icon {
    font-size: 18px;
}



#question-textarea {
    width: 100%;
}

/* text button end*/

/* side nav start */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  background-color: #faf4f4;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav .maximizebtn {
  position: absolute;
  top: 0;
  right: 65px;
  font-size: 36px;
  margin-left: 50px;
}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* side nav end */


/* tab panel for chat - start */
.tabpanel-item {
    height: 200px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 25px;
    padding-top: 55px;
}

.mobile .tabpanel-item {
    padding-top: 10px;
}

.tabpanel-item  > div {
    float: left;
    padding: 0 85px 10px 10px
}

.tabpanel-item  p {
    font-size: 16px;
    margin: 0;
}

.item-box {
    font-size: 16px;
    margin: 15px 0 45px 10px;
}

.options {
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
    margin-top: 20px;
}

.message-time-caption {
    font-size: 18px;
    font-weight: 500;
}

/* backward compatibility */
.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    margin-top: 10px;
}
/* tab panel for chat - end*/


/* water mark start */
.watermarked {
  position: relative;
}

.watermarked:after {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  position: absolute;
  top: 10px;
  left: 20px;
  /*background-image: url("images/CoronaLogoWM.png");*/
  background-size: 300px 100px;
  background-position: 40px 50px;
  background-repeat: no-repeat;
  opacity: 0.7;
}
/* water mark end*/


.dx-list-item {
  border-bottom: none !important;
  border-top: none !important;
}

/* Target the dxList container when it has no items */
.dx-list-empty-container {
  width: 100%;
}

/* progress bar colors */
.progress-red::-webkit-progress-value {
  background-color: red;
}
.progress-green::-webkit-progress-value {
  background-color: green;
}
.progress-blue::-webkit-progress-value {
  background-color: blue;
}

/* Firefox support */
.progress-red::-moz-progress-bar {
  background-color: #5B2C3E;
}
.progress-green::-moz-progress-bar {
  background-color: #2C5B3E;
}
.progress-blue::-moz-progress-bar {
  background-color: #2C3E5B;
}

/* CSS for highlighting the upload file name*/
.highlight {
  background-color: #2C3E5B;  /* Or any other style for highlighting */
  border-radius: 8px;
  color: white;
}

pre code {
    text-wrap: pretty !important;
}

#pdfContainer, #textContainer, #excelContainer, #wordContainer {
    top: 10px !important;
    width: 100% !important;
    height: 100% !important;
    overflow-y: auto;
    /* border: 1px solid #ccc; */
    display: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #f6f6f6 !important;
    /*text-align-last: center !important;*/
}

#textContainer, #wordContainer {
    white-space: pre-wrap;
    padding: 20px;
    text-align: justify;
}

.dx-list {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch !important; /* Enables smooth scrolling on iOS */
}

/* Following is needed for Safari browser to scroll the dxList, dxTreeView */
.dx-scrollable-container {
    overflow-y: auto !important;  /* changing this to hidden makes scrolling on iphone a bit sticky*/
}

/* Show the scrollbar on hover */
.dx-scrollable-container:hover {
  overflow-y: auto !important;
}

div#collectionTreeView {
    background:white
}

.dx-treeview {
  min-width: 200px; /* Set your desired minimum width */
}

.popup-button {
  margin-bottom: 20px;
}

.source-popup-content {
    max-height: 80vh; /* Set a max height for the content */
    overflow-y: auto; /* Enable vertical scrolling */
    padding: 10px; /* Optional: add some padding */
    box-sizing: border-box; /* Include padding in height calculations */
}

/****quick tips****/

.quick-tips-container {
    position: absolute;
    /* top: 60px; */
    left: -250px; /* Hidden off-screen */
    width: 250px;
    height: 100%;
    transition: transform 0.3s ease;
    z-index: 1000;
}

.quick-tips-panel ul {
    padding-left: 1rem;
}

.quick-tips-panel li {
    margin-bottom: 5px;
}

.quick-tips-panel li:last-child {
    margin-bottom: 0;
}

.quick-tips-panel p {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.quick-tips-panel h3 h6 {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.quick-tips-button {
    position: absolute;
    top: 150px; /* Adjust as needed */
    left: 250px;
    padding: 6px;
    cursor: pointer;
    z-index: 1001;
    border-radius: 0 0 5px 5px;
    transform: rotate(-90deg);
    transform-origin: left top;
    white-space: nowrap;
}

.quick-tips-panel {
    position: absolute;
    top: 30px;
    left: 0;
    width: 250px;
    height: 100%;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    z-index: 999;
    padding: 20px;
    display: none; /* Initially hidden */
    font-size: 12px;
    font-family: Lato, Roboto, arial, sans-serif;
    border-top-right-radius: 10px;
}

.quick-tips-panel.visible {
    display: block;
}
/*
.quick-tips-panel.hidden {
    left: -250px;
}

.quick-tips-panel.visible {
    left: 0;
}
*/

/****end of quick tips****/


/****quick tips tours****/
.prompt-chain-tour-button-style {
  position: inherit;
  top: 15px;
  /*right: 90px;*/
  font-size: 15px;
  /* margin-left: 30px; */
  padding: 0;
  color: #ffffff !important;
  opacity: 0.75;
}


.prompt-chain-tour-button-style .dx-button-content .dx-icon {
    color: #0d9be3;
}


.collection-tour-button-style {
  position: inherit;
  top: 15px;
  /*right: 90px;*/
  font-size: 15px;
  /* margin-left: 30px; */
  padding: 0;
  color: #ffffff !important;
  opacity: 0.75;
}


.collection-tour-button-style .dx-button-content .dx-icon {
    color: #0d9be3;
}



.filter-tour-button-style {
  position: inherit;
  top: 15px;
  /*right: 90px;*/
  font-size: 15px;
  /* margin-left: 30px; */
  padding: 0;
  color: #ffffff !important;
  opacity: 0.75;
}


.filter-tour-button-style .dx-button-content .dx-icon {
    color: #0d9be3;
}
/****end of quick tips tours****/


.resizable2 {
    position: relative;
}

.control-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px; /* Adjust as needed */
}

.control-container label {
    margin-bottom: 5px; /* Space between label and control */
    font-size: 8px; /* Adjust font size as needed */
    text-align: center; /* Center the label text */
    margin-bottom: 0px !important;
}

.top-settings-toolbar-style {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Align items to the start */
}

#export-to-pdf, #export-to-word, #settings-container {
    margin-left: 10px; /* Consistent spacing between icons */
}

/* Style for the dxPopup */
.custom-popup {
    border-radius: 15px; /* Rounded corners */
}

/* Style for the title bar */
.custom-popup .dx-popup-title {
    background-color: #007bff; /* Title bar background color */
    color: white; /* Title text color */
    padding: 10px; /* Padding for the title */
    border-top-left-radius: 15px; /* Rounded corners for the top */
    border-top-right-radius: 15px; /* Rounded corners for the top */
}

/* Style for the content area */
#image-container {
    max-height: 70vh; /* Set a maximum height */
    overflow-y: auto; /* Enable vertical scrolling */
}

.fa-file-alt:before {
    cursor: pointer !important;
}

.fa-file-pdf:before {
    cursor: pointer !important;
}

.disabled {
    pointer-events: none;
    opacity: 0.5; /* Optional: to visually indicate it's disabled */
}

.message-text p {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

.message-text h3 {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

.message-text h4 {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

.message-text ul {
    white-space: initial !important;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

.message-text ol {
    white-space: initial !important;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

/* topic list sizing */
#treeview {
  font-size: 13px;
}

#treeview .dx-treeview-item-with-checkbox .dx-treeview-item {
  padding-left: 26px !important;
}

#treeview .dx-treeview-item {
    line-height: 16px;
}

#treeview .dx-treeview-item-with-checkbox .dx-checkbox {
    top: 5.5px;
    left: 23px;
}

#treeview .dx-treeview-item {
    line-height: 16px;
    min-height: 20px;
    padding: 6px;
    text-wrap: nowrap;
}

/* topic list sizing */

/* title bar button and other size */

.novaluna-title {
    height:50px;
    padding: 9px;
 }

.dx-list-item-content {
    font-size: 13px;
    padding: 5px 6px 4px;
}

/*** blurring the chatMessageList didnt work ***/
.blurred-div {
    filter: blur(1px);
    transition: filter 0.5s ease;
}


/***** this is new loading image with 3 jumping dots  *****/
        .loading-dots {
            position: fixed;
            top: 50%;
            left: 59%;
            transform: translate(-50%, -50%);
            display: flex;
            gap: 5px;
            z-index: 1000;
            pointer-events: none; /* Allows clicks to pass through */
        }

        .dot {
            width: 10px;
            height: 10px;
            background-color: #3498db;
            border-radius: 50%;
            animation: jump 0.6s infinite alternate;
        }

        .dot:nth-child(2) {
            animation-delay: 0.2s;
        }

        .dot:nth-child(3) {
            animation-delay: 0.4s;
        }

        @keyframes jump {
            from {
                transform: translateY(0);
            }
            to {
                transform: translateY(-10px);
            }
        }
/***** this is new loading image with 3 jumping dots  *****/



/*** Bilal Styles ***/
/*
    .chat-body-container {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-content: space-around;
      height: calc(100vh - 60px);
      border: 3px solid red;
    }

    .input-container {
      padding: 20px;
    }

    .right-side-chatboard-area {
      padding: 20px !important;
    }

    div#chatListParent {
      display: flex;
      flex: 1;
      overflow-y: hidden;
      position: relative;
    }


    div#chatMessageList {
      overflow: visible !important;
      padding-top: 60px;
    }

    .dx-list-search {
      position: absolute;
      top: 0px;
      width: 100%;
    }


    .right-side-chatboard-area {
      position: relative;
    }

    .top-settings-toolbar-style {
      position: absolute;
      top: -10px;
      width: 100%;
      left: 0px;
      padding: 0px 20px;
    }
*/

div#chatListParent {
    flex: 1;
    overflow-y: auto;
    position: relative;
}
/*** end of Bilal Styles ***/



/* Mobile layout */
@media (max-width: 785px) {
    .horizontal-scrollable-div {
        width: 300px;
        height: 100%;
        overflow-x: auto;
        white-space: nowrap;
        border: 1px solid #ccc;
    }

    .question-description {
        display: none;
    }

    #question-textarea {
        height: 90px;
    }

}

/* Small Height Screen */
@media (max-height: 700px) {
    .question-description {
        display: none;
    }

    #question-textarea {
        height: 40px;
    }

}


/* Desktop layout */
@media (min-width: 786px) {

    .horizontal-scrollable-div {
        width: 700px;
        height: 100%;
        overflow-x: auto;
        white-space: nowrap;
        border: 1px solid #ccc;
    }

    .question-description {
        display: block;
    }

    #question-textarea {
        height: 70px;
    }
}

/* Large Height Screen */
@media (min-height: 700px) {
    .question-description {
        display: block;
    }

    #question-textarea {
        height: 70px;
    }

}

.record-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f0f0f0;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    position: absolute;
    left: -60px;
    top: 20px;
}

.record-button.recording {
    background-color: #ff4d4d; /* Change color when recording */
}

.icon-microphone {
    font-size: 24px;
    color: #333;
}

.chat-inputs-container {
    z-index:1;
}

.language-dropdown-style {
    font-size: 13px;
    opacity: .85;
    position: absolute;
    top: 13px;
    width: 80px;
    display: flex;
    align-items: baseline;
    color: white;
}



.dx-overlay-wrapper {
	z-index: 9999!important;
}

:dir(rtl) .question-tool-strip-style {
  right: 24.5%;
}

:dir(ltr) .question-tool-strip-style {
  left: 10.25%;
}

/* only if canvas is a child of a div with id pdfContainer */
canvas {
    position: absolute;
    background: transparent;
    top: 120px;
}

#pdfContainer canvas {
    /* Your styles here */
    position: sticky;
}



/*** download button style  ***/
.download-button-style {
  position: absolute;
  top: 10px;
  right: 140px;
  font-size: 18px;
  opacity: 0.75;
  background: #212e45;
}

.download-button-style .dx-button-content .dx-icon {
    color: rgb(5 166 240);
}


.grid-title {
    padding-bottom: 10px;
}


/* Mobile layout */
@media (max-width: 785px) {
    .language-dropdown-style {
        right: 28px;
    }

    .mode-toggle-button-style {
        left: 55px;
    }

    .grid-content {
        gap: 2px;
    }

    .question-title {
        font-size: 11px;
        font-weight: 900;
        padding-left: 2px;
    }
    .question-button {
        font-size: 16px;
        padding: 10px;
    }
    canvas {
        right: 20px;
    }

    .grid-title {
        font-size: smaller;
    }

    .message-novaluna-bot, .message-user {
        overflow: unset;
    }

}

/* Desktop layout */
@media (min-width: 786px) {
    .language-dropdown-style {
        left: 100px;
    }
    .mode-toggle-button-style {
        right: 240px;
    }
    .grid-content {
        gap: 10px;
    }
    .question-title {
        font-size: 14px;
        font-weight: 700;
        padding-left: 5px;
    }
    .question-button {
        font-size: 16px;
        padding: 10px;
    }

    canvas {
        right: 0px;
    }

    .message-novaluna-bot, .message-user {
        overflow: auto;
    }

    #treeview-sources-container{
        left: 45%;
    }

    .message-text {
        margin-left: 10px;
        white-space: normal; /* pre-line */
    }
}


/* Thinking styles while writing message text */
/* CSS for the thinking state */
.message-reasoning-text{
    color: #888; /* Lighter color for thinking text */
    font-style: italic; /* Optional: make text italic */
    white-space: pre-wrap;
    margin-top: 0.5em;
    margin-left: 55px;
    /* display: none; */ /* Initially hide the content */
}

.collapsible-reasoning-button {
    background-color: transparent;
    border: none;
    color: #007BFF;
    cursor: pointer;
    font-size: 1em;
    margin-left: 55px;
    text-align: left;
    display: none;
}

.collapsible-reasoning-button:focus {
    outline: none;
}

.collapsible-reasoning-container {
    margin-top: 1em;
}

.thinking {
    color: #888; /* Lighter color for thinking text */
    font-style: italic; /* Optional: make text italic */
    position: relative; /* For positioning the icon */
}

.thinking::before {
    content: '🤔'; /* Thinking emoji/icon */
    /* position: absolute; */
    left: -20px; /* Adjust as needed */
    top: 0;
}

/* CSS for the writing state */
.writing {
    position: relative; /* For positioning the icon */
}

.writing::after {
    content: '✍️'; /* Pen icon */
    /* position: absolute; */
    right: -20px; /* Adjust as needed */
    top: 0;
    animation: blink 1s step-start infinite; /* Optional: blinking effect */
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}
/*  end thinking styles */

.model-button-group-style .dx-button-has-text .dx-button-content .dx-button-text {
    text-transform: none !important;
}


.message-novaluna-bot, .message-user {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.message-novaluna-bot .message-text {
    margin-left: 3em;
    margin-top: 2.5em;
}

div#dropdown-content {
    width: 600px;
}

.right-side-chatboard-area {
  padding: 1px 1px;
  height: calc(100% - 1px);
}

/****** toolbar sliding ******/

/* Already existing styles (same as above) */

/* Already existing styles (same as above) */

.top-settings-toolbar-style {
  position: absolute; /* relative to parent container */
  top: 0;
  left: 0;
  right: 0;
  padding-left: 10%;
  padding-right: 10%;
  z-index: 10;
  /* background-color: white; */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: top 0.4s ease;
  animation: bounceInDown 0.4s ease;
  opacity: 1;
}

.hidden { opacity: 0; transition: top 0.4s ease, opacity 0.4s ease; }

.top-settings-toolbar-style.hidden {
  top: -60px; /* Adjust this based on height of toolbar */
}

.toolbar-pin-button {
  position: absolute;
  right: 10px;
  top: 7px;
  background: #eee;
  padding: 3px 5px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  color: darkgrey;
}

.toolbar-pin-button:hover {
  background: #ddd;
}

#pin-toast {
  position: fixed;
  top: 70px;
  right: 20px;
  background: #444;
  color: white;
  padding: 8px 14px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 9999;
}

#pin-toast.show {
  opacity: 1;
}

#hover-zone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  z-index: 5;
}


/****** toolbar sliding ******/

/* Container positioning */
.nova-log-status-container {
  display: flex;
  justify-content: center;   /* center horizontally */
  margin: 8px 0;             /* spacing above/below */
  position: relative;
  top: 5px;                  /* shift slightly down from logo */
  left: 70px;
}

/* "Thinking ..." text styling */
.message-nova-log-style {
  font-style: italic;
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
}

/* Add blinking dots animation */
/* Default: no dots */
.message-nova-log-style::after {
  content: '';   /* nothing by default */
}

/* When blinking is active */
.message-nova-log-style.blink::after {
  content: '...';
  animation: blink 1.5s infinite steps(1, start);
}

@keyframes blink {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}

/*
.message-nova-log-style.no-blink::after {
  animation: none !important;    stop blinking
  opacity: 1;                    keep dots visible
  content: '...';                optional: keep the dots
}
*/
/*!*****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/subscription_page.css ***!
  \*****************************************************************************/
/*
#subscription-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.subscription-container {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 800px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow-y: auto;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

.subscription-comparison table {
  margin: 20px auto;
  border-collapse: collapse;
  width: 100%;
}

.subscription-comparison th, .subscription-comparison td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.subscription-comparison th {
  background-color: #2c3e5b;
  color: white;
}

.subscription-comparison td button {
  background-color: #2c3e5b;
  color: white;
  padding: 8px 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.subscription-comparison td button:hover {
  background-color: #05a6f0;
}

*/

.upgrade-button-style {
  position: absolute;
  top: 10px;
  right: 90px;
  font-size: 18px;
  opacity: 0.75;
  background: #212e45;
}

.upgrade-button-style .dx-button-content .dx-icon {
    color: #f35325;
}

.upgrade-plan-header-style {
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -1.5px;
    background-color: #fff;
    color: rgba(0, 0, 0, .87);
    font-family: Roboto, RobotoFallback, "Noto Kufi Arabic", Helvetica, Arial, sans-serif;
    line-height: 1.2857;
}

/**purchase cancel**/
.success-message {
    color: green;
    font-size: 24px;
}
.cancel-message {
    color: red;
    font-size: 24px;
}
.details {
    margin-top: 20px;
    font-size: 18px;
}

/**** new updated div ****/

        .subscription-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            justify-content: space-evenly;
            align-items: center;
            z-index: 9999;
            overflow-y: auto;
            background-color: #1e1e1e;
            color: #fff;
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
        }
        .subscription-modal-content {
            background-color: #2e2e2e;
            padding: 20px;
            border-radius: 8px;
            max-width: 1200px;
            position: relative;
			width: 90%;
			height: 90%;
        }
        .close {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 24px;
            cursor: pointer;
        }
        .header {
            text-align: center;
            margin-bottom: 20px;
        }
        .subscription-tabs {
            display: flex;
            justify-content: center;
            margin-bottom: 20px;
            font-size: medium;
        }
        .subscription-tab {
            padding: 10px 20px;
            cursor: pointer;
            border-radius: 20px;
            margin: 0 10px;
            background-color: #444;
            min-width: 100px;
            text-align: center;
        }
        .subscription-tab.active {
            background-color: #666;
        }
        .plans {
            display: flex;
            justify-content: space-evenly;
            flex-wrap: nowrap;
        }
        .plan {
            background-color: #363636;
            border-radius: 8px;
            padding: 20px;
            width: 25%;
            margin-bottom: 20px;
            position: relative;
            font-weight: 500;
            font-size: initial;
        }
        .plan.popular {
            border: 2px solid #ffc121;
        }
        .plan h3 {
            margin-top: 0;
        }
        .plan .price {
            font-size: 24px;
            margin: 10px 0;
        }
        .plan .features {
            list-style: none;
            padding: 0;
        }
        .plan .features li {
            margin: 5px 0;
        }
        .plan .features li::before {
            content: '✓';
            margin-right: 5px;
            color: #00ff00;
        }
        .plan.popular button {
            width: 100%;
            padding: 10px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            background-color: #ffc121;
            color: #000;
            font-weight: bold;
			margin-top: 20px;
        }
        .plan button {
            width: 100%;
            padding: 10px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            background-color: rgb(52 152 219);
            color: #000;
            font-weight: bold;
			margin-top: 20px;
        }
        .plan button.disabled {
            background-color: #555;
            cursor: not-allowed;
        }
        .plan-title {
            font-weight: bold;
        }
        @media (max-width: 768px) {
            .plans {
                flex-wrap: wrap;
            }
            .plan {
                width: 100%;
            }
        }

		.dollar-sign {
			color: grey;
			font-size: medium;
		}

		.price-per-month {
			color: grey;
			font-size: small;
		}

		.dollar-amount {
			font-size: larger;
			padding-left: 5px;
			padding-right: 5px;
		}

		.dollar-amount-strike-through {
			font-size: larger;
			padding-left: 5px;
			padding-right: 5px;
			text-decoration: line-through;
			color: grey;
		}

/*!******************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/custom.css ***!
  \******************************************************************/

/*!*******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/file_uploader_style.css ***!
  \*******************************************************************************/
.drop-container {
    /* border: 1px dashed #ccc; */
    /* padding: 20px; */
    text-align: center;
    cursor: pointer;
    position: relative; /* Position for pseudo-element */
}

/* Add the dotted border */
.drop-container::before {
    content: "";
    /* border: 1px dotted #ccc; */
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; /* Prevent the pseudo-element from blocking interaction */
    z-index: -1; /* Place it behind the content */
}

/* Change appearance on hover */
.drop-container:hover::before {
    border-color: #007bff; /* Change the border color on hover */
}

.file-list {
    /* margin-top: 20px; */
    visibility: hidden;
}

.file-item {
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
}

.progress-bar {
    width: 75%;
    visibility: hidden;
    display: none;
}

.file-uploader-area {
  position: absolute;
  top: 28px;
  width: 50px;
  /* transform: translateX(-50%); */
    /* right: 30%;  */
    /* height: 10px; */
    /* padding: 0px; */
  /* background-color: lightblue;  Just for visualization */
  visibility: visible;
  transition: visibility 0.3s ease-in-out; /* Add a smooth transition effect */
  color: #648ccd
}

.file-upload-button-style {
    color: #6aa2d9;
}

/* Rest of your styles */


/*!*****************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/prism.css ***!
  \*****************************************************************/
/* PrismJS 1.29.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+c+cpp+csv+diff+docker+fsharp+go+http+java+json+markup-templating+matlab+mongodb+objectivec+perl+plsql+python+r+sql+swift+typescript+wolfram+yaml&plugins=line-numbers+command-line+unescaped-markup+toolbar+copy-to-clipboard+download-button+match-braces+diff-highlight */
code[class*=language-],pre[class*=language-]{color:#000;background:0 0;text-shadow:0 1px #fff;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}
pre[class*=language-].line-numbers{position:relative;padding-left:3.8em;counter-reset:linenumber}pre[class*=language-].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.8em;text-align:right}
.command-line-prompt{border-right:1px solid #999;display:block;float:left;font-size:100%;letter-spacing:-1px;margin-right:1em;pointer-events:none;text-align:right;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.command-line-prompt>span:before{opacity:.7;content:' ';display:block;padding-right:.8em}.command-line-prompt>span[data-user]:before{content:"[" attr(data-user) "@" attr(data-host) "] $"}.command-line-prompt>span[data-user=root]:before{content:"[" attr(data-user) "@" attr(data-host) "] #"}.command-line-prompt>span[data-prompt]:before{content:attr(data-prompt)}.command-line-prompt>span[data-continuation-prompt]:before{content:attr(data-continuation-prompt)}.command-line span.token.output{opacity:.7}
[class*=lang-] script[type='text/plain'],[class*=language-] script[type='text/plain'],script[type='text/plain'][class*=lang-],script[type='text/plain'][class*=language-]{display:block;font:100% Consolas,Monaco,monospace;white-space:pre;overflow:auto}
div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;z-index:10;top:.3em;right:.2em;transition:opacity .3s ease-in-out;opacity:0}div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar:focus-within>.toolbar{opacity:1}div.code-toolbar>.toolbar>.toolbar-item{display:inline-block}div.code-toolbar>.toolbar>.toolbar-item>a{cursor:pointer}div.code-toolbar>.toolbar>.toolbar-item>button{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span{color:#bbb;font-size:.8em;padding:0 .5em;background:#f5f2f0;background:rgba(224,224,224,.2);box-shadow:0 2px 0 0 rgba(0,0,0,.2);border-radius:.5em}div.code-toolbar>.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar>.toolbar-item>span:focus,div.code-toolbar>.toolbar>.toolbar-item>span:hover{color:inherit;text-decoration:none}
.token.punctuation.brace-hover,.token.punctuation.brace-selected{outline:solid 1px}.rainbow-braces .token.punctuation.brace-level-1,.rainbow-braces .token.punctuation.brace-level-5,.rainbow-braces .token.punctuation.brace-level-9{color:#e50;opacity:1}.rainbow-braces .token.punctuation.brace-level-10,.rainbow-braces .token.punctuation.brace-level-2,.rainbow-braces .token.punctuation.brace-level-6{color:#0b3;opacity:1}.rainbow-braces .token.punctuation.brace-level-11,.rainbow-braces .token.punctuation.brace-level-3,.rainbow-braces .token.punctuation.brace-level-7{color:#26f;opacity:1}.rainbow-braces .token.punctuation.brace-level-12,.rainbow-braces .token.punctuation.brace-level-4,.rainbow-braces .token.punctuation.brace-level-8{color:#e0e;opacity:1}
pre.diff-highlight>code .token.deleted:not(.prefix),pre>code.diff-highlight .token.deleted:not(.prefix){background-color:rgba(255,0,0,.1);color:inherit;display:block}pre.diff-highlight>code .token.inserted:not(.prefix),pre>code.diff-highlight .token.inserted:not(.prefix){background-color:rgba(0,255,128,.1);color:inherit;display:block}

/*!***********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/prompt_menu.css ***!
  \***********************************************************************/

/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/toggle_mode/styles_day.css ***!
  \**********************************************************************************/
body, html {padding:0;margin:0;background:#000;height:100%;}
.wrap {
    width: 100%;
    float:left;
    overflow:hidden;
    height:100%;
}

.resizable {
    width: 18%;   /*this controls the width of the left pane of splitter*/
    height:100%;
    padding: 0;
    display: block;
    float:left;
    color:#000;
    position:relative;

}

.resizable1 {
    float:left;
    background-color: #f6f6f6; /* #1D1320; */
    z-index: 9999;

}



.resizable2 {
    background-color: #eaeaea;
    float:right;
    background-color: #fff; /* #222f44; #355;*/
    /* width:82%;  this should = 100 - .resizable.width*/
}

.resizable .inner { 
  padding-left: 0px; 
  overflow:hidden;
  overflow-y:auto; 
  height:100%;
  top:0;
  left:0;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

  overflow: hidden; /* Hide the scrollbar but allow scrolling */
}

/* Add a pseudo-element to create a scrollbar with no width */
.resizable .inner::-webkit-scrollbar {
  width: 0.1em;
}

/* Style the scrollbar track */
.resizable .inner::-webkit-scrollbar-track {
  background: transparent;
}


.resizable1 .inner {
  margin-right:7px;
  max-width: 500px;  /*350px*/
  width: 100%;
  padding: 20px 15px 10px 15px;
}
.chatbox-container {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 50px) !important;
    justify-content: space-between;
}
.ui-resizable-e {
    cursor: e-resize;
    display:block !important;
    width: 5px !important;
    right: 0px !important;
    top: 0;
    bottom: 0;
    background: #e6e6e6;
}

/* tree_view */

#treeview {
  /* height: 300px; */
  color: white;
  /* background-color: #996633; */
  font-family: 'Roboto','sands-serif';
}

/* Assuming "dxTreeView" is the class applied to the treeview */
.dxTreeView .dx-treeview-node:hover {
  background-color: #1f2c41;
  border-radius: 5px; /* Add rounded corners */
  color: red !important;
}
#treeview  .dx-texteditor-input-container {
    background: #ffffff22;
    border-bottom: 2px solid #ffffff55;
}
#treeview .dx-texteditor-input-container .dx-icon:before {
    color: #ffffffcc !important;
    margin-left: -10px;
}

#treeview .dx-texteditor-container {
    padding: 15px 0px;
}
#treeview .dx-treeview-node {
    color: #636363 !important;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 2px;
}
#treeview .dx-treeview-node:hover,
#treeview .dx-state-hover {
    color: #fff !important;
}

#treeview .dx-treeview-node:hover, #treeview .dx-state-hover {
    color: #fff !important;
}


div#button-newtopic.dx-state-hover {
    background: #1e2a3e !important;
}
/* Assuming "dxTreeView" is the class applied to the treeview */
.dxTreeView .dx-state-selected {
    /*background-color: #141c29;*/
    color: white;
}

.dx-datagrid-borders > .dx-datagrid-headers {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.dx-datagrid-borders > .dx-datagrid-total-footer,
.dx-datagrid-borders > .dx-datagrid-rowsview {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.dx-button-mode-contained.dx-button-danger {
    background-color: #3d70c100;
    color: #FFFFFF55 !important;
}


/* ****  Collections tree styles   ***   */
#treeBox {
  position: absolute;
  color: white;
  /*background-color: #5c95c5;*/
  font-family: 'Roboto','sands-serif';
  font-size: 17px;
  border-radius: 8px;
  /*width: 300px;
  right: 0;*/
  width: 250px;
  z-index: 100;
  left: 12%;
}

#treeview-sources-container {
    /*display: grid;*/
    position: inline-block;
    /*right: 0;*/
    margin-left: 4px;
    border-radius: 8px;
    z-index: 100;
}

.treeview-container {
    display: flex;
}

/* Assuming "dxTreeView" is the class applied to the treeview */
.collections-view .dx-treeview-node:hover {
  background-color: #336699;
  border-radius: 5px; /* Add rounded corners */
  color: red !important;
}

/* Assuming "dxTreeView" is the class applied to the treeview */
.collections-view .dx-state-selected {
  background-color: green; /* Change to the desired background color */
  color: white; /* Change the text color for better contrast */
}
/* ****  Collections tree styles   ***   */





.options {
  padding: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 260px;
  top: 0;
  background-color: #f5f5f5;
}

.message-time-caption {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto',sans-serif;
  color:rgb(68, 68, 68);
  background-color:#141C29; /* #281A2D; */
  background-color: #fff;/* #222f44    #244; */
}

/* backward compatibility */
.caption {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto',sans-serif;
  color:white;
  background-color:#141C29; /* #281A2D; */
}


.option {
  margin-top: 10px;
}

.option > .dx-selectbox {
  display: inline-block;
  vertical-align: middle;
  max-width: 350px;
  width: 100%;
  margin-top: 5px;
}

/* home */

.homepage {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

/* Nova Luna Text center*/
.home-text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}


/*
Chat list - start
*/

/*  right-side-chatboard-area is style class for the output text dxList for chatMessages */
    .right-side-chatboard-area {  
        margin: 0 auto; /* Center the container */
        font-family: 'Roboto',sans-serif;
        color: white;
    }


    .right-side-chatboard-area .list .dx-list-group-header {
        color: #f05b41;
        font-weight: normal;
        font-size: 18px;
    }

    .right-side-chatboard-area .list .hotel {
        float: left;
    }

    .address {
        white-space: normal; /* Allow text to wrap */
        width: 100%;
    }

    .right-side-chatboard-area .list .hotel .name {
      font-weight: bold;
      display: inline-block;
      width: 40px; /* Adjust width as needed */
      vertical-align: middle; /* Align tops of the divs */
    }

    .right-side-chatboard-area .list .hotel .name img{
      font-weight: bold;
      float: left;
      vertical-align: top; /* Align tops of the divs */
    }

    .list {
        position: relative; 
    }


    .type {
        margin: 3px 0 5px 0;
        height: 14px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2218px%22%20height%3D%2214px%22%20%3E%3Cpolyline%20fill%3D%22%23F05B41%22%20points%3D%227.5%2C0%209.972%2C4.399%2014.999%2C5.348%2011.5%2C9.015%2012.135%2C14%207.5%2C11.866%202.865%2C14%203.5%2C9.015%200.001%2C5.348%205.028%2C4.399%207.5%2C0%20%22%2F%3E%3C%2Fsvg%3E");
        background-size: 18px 14px;
    }

    .type.gold {
        width: 54px;
    }

    .type.platinum {
        width: 72px;
    }

    .type.diamond {
        width: 90px;
    }

    .message-datetime {
        text-align: right;
        padding-top: 0px;
        /* position: absolute; */
        /* bottom: 86px; */
        right: 30px;
    }

    .message-datetime > div {
        display: inline-block;
    }

    .message-datetime .price {
        font-size: 25px;
    }


    .message-datetime .message-time-caption {
        font-size: 11px;
        line-height: 12px;
        padding-left: 2px;
        opacity: 0.7;
    }

    /* backward compatibility */
    .price-container .caption {
        font-size: 11px;
        line-height: 12px;
        padding-left: 2px;
        opacity: 0.7;
    }
    .price-container  .price {
        font-size: 25px;
    }
    .price-container > div {
        display: inline-block;
    }
    .price-container {
        float: right;
        padding-top: 13px;
    }




/*
Chat list - end
*/

/* backward compatibility */
.hotel{
    /* Use the web font in your CSS */
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    /* background-color: #333333;  Dark gray background */
    /* background-color: #2D2330; */
    color: #FFFFFF; /* White text */
    width: 100%;
}

.message-user{
    /* Use the web font in your CSS */
    font-family: 'Roboto', sans-serif;
    background-color: #f1f1f1; /* #281A2D; */
     /* #244; */
    color: black; /* White text */
    border: 1px solid #e6e6e61f;
    font-family: Lato,Roboto,arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;

    cursor: auto;
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}

.message-novaluna-bot{
    /* Use the web font in your CSS */
    font-family: Lato, ui-sans-serif, 'Roboto';
    font-size: 16px;
    line-height: 1.25;
     /*#355;*/
    color: black; /* White text */
    border: 1px solid #e1e1f1;
    border-radius: 8px;
    margin: 0;
    font-stretch:ultra-expanded;
    line-height: 1.6;
    /* color: #202124; */
    font-family: Lato,Roboto,arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    /* display: inline-block; */
    /* transform: scaleY(0.5); */
    /* transform-origin: 0 0; */
    /* margin-bottom: -50%; */
    padding: 16px;
    display: flex;
    align-items: flex-start;
    width: calc(100% - 0px);
}

.chat-title {
     /*#355;*/
     font-size: 16px;
     font-weight: 600;
     font-family: Arial, Roboto, sans-serif;
     line-height: 34px;
     padding: 0;
     width: 100%;
     color: #2b3e5d;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

.message-name {
    font-weight: bold;
    color: #969696; /* White text */
    /* width: 50px;
    margin-right: 25px; */
}

.message-text {
    /* white-space: normal;  */
    white-space: normal;
    /* flex: 1; */
}

.message-text p {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    margin-top: 0px;
    margin-bottom: 0px;

}

.message-text ul {
    white-space: initial !important;
}

.message-text ol {
    white-space: initial !important;
}

.message-image {
    width: 50px;
    margin-right: 10px;
    position: absolute;
    /* top: 21px; */
}

.message-image img {
  width: 40px;
  height: 40px;
}

.message-sources{
    font-weight: bold;
    white-space: normal;
    color: #192334; /* White text */
     /*#355;*/
    /* margin-left: 120px; */
    padding: 5px 0px;
}

.dx-empty-message {
    font-family: 'Roboto', sans-serif !important;
    font-size: 17px !important;
    color: #FFFFFF !important; /* White text */
}

.button-indicator {
    height: 22px !important;
    width: 22px !important;
    color: red;
}

.right-centered-div {

    position: absolute;
    top: 53px;
    right: 18%;
    left: 12%;
    /* transform: translateX(-50%); */
    height: 68%;
    visibility: hidden;
    /* transition: visibility 0.3s ease-in-out; */
    /* background: #4675be; */
    /* color: white; */
}

.right-centered-div-close-button-style {
    background: #304f80;
    color: white;
    border: 1px;
    position: relative;
    z-index: 10;
    font-weight: 600;
    text-align: right;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.document-card{
    font-family: Tahoma, Trebuchet MS, sans-serif;
    /* background-color: #0d192d; */
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 8px;
}

.document-title{
    white-space: normal;
    padding: 5px;
    background: #fefefe;
    color: black;
}

.document-author{
    white-space: normal;
}

#documentList
{
    background: #f8f8f8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.document-content{
    font-family: Arial, Verdana, Tahoma, Trebuchet MS, sans-serif;
    /* background-color: #FFFFFF; */
    background-color: #fefefe;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    white-space: normal;
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    padding: 10px;
}

/*
.document-footer{
}
*/

.document-page-number{
    background-color: #e2e2e2;
    color: #373636;
    right: 0px;
    padding: 5px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.document-page-header {
    background-color: #e2e2e2;
    color: #000000;
    right: 0px;
    padding: 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.fa-books {
  font-size: 24px; /* Adjust the size as needed */
  color: white;  /* Change the color to white */
}

/*
.document-file-path-list {
}

.document-file-path-list-item {
}*/

.right-side-chatboard-container { 
    width:100%;
    height: 100%; 
    padding: 0;
    margin: 0; 
}

.novaluna-title {
    background-color:#2c3e5b; /* #281A2D; */
 }

 .full-height-width {
    /* height: 100vh; 100% of viewport height */
    /* width: 100vh;  100% of viewport width */
    height: calc(100vh - 150px); /* Adjust the height based on your design */
    overflow: auto;
    border: 1px solid #2D2330; /* Red border with a 1px width */
    background-color: #2F4766; /*#355;*/
}

/* input-box-area is a style class for the text area for input boxes for questions */
.question-box-area {
    position: relative; 
    left: 0; 
    width: 75%;
    height: 95px;
    margin: 0 auto; 
    padding: 5px;
}

/*
.dx-textarea .dx-placeholder {
    padding-left: 45px;
}


.dx-textarea .dx-texteditor-input {
    padding-left: 48px;
}
*/

.dx-textarea .dx-texteditor-input-container {
    margin-left: 40px;
}

.dx-texteditor.dx-editor-filled .dx-placeholder::before, .dx-texteditor.dx-editor-filled .dx-texteditor-input, .dx-texteditor.dx-editor-outlined .dx-placeholder::before, .dx-texteditor.dx-editor-outlined .dx-texteditor-input {
    padding: 8px 38px 8px;
    color: #000000;
}
.dx-dropdowneditor-input-wrapper {
    background: #f5f5f5;
    border-radius: 6px;
}

div#question-textarea {
    /*background: #2b3e5d;*/
    border-radius: 8px;
}
.dx-popup-content {
    padding: 0;
}
.dx-popup-content li {
    /* padding: 0px !important; */
}
.dx-popup-content li div {
    padding: 3px 5px;
}
div#chatMessageList .dx-texteditor-input-container input {
    background: #f0f0f0;
    padding: 13px;
    border-radius: 6px;
}
.dx-treeview-item-without-checkbox.dx-state-focused > .dx-treeview-item {
    color: rgb(200 200 200);
}

.dx-treeview-item-without-checkbox.dx-state-selected > .dx-treeview-item {
    background-color: #2c3e5b;
    border-radius: 6px;
    color: #e1e1e0;
}

.dx-checkbox-icon {
    border-radius: 10px;
    left: -20px;
    border-color: #ebebeb;
}

.dx-checkbox-icon:hover {
    border-color: white;
}

.dx-checkbox-checked .dx-checkbox-icon {
    border-color: #e1e1e0!important; /* Example color for the selected checkbox border */
}

.question-toolbar-style {
    position: relative; 
    width: 100%; 
}

.question-tool-strip-style {
    /* width: 75%;
    left: 7% */
    width: 65%;
    position: relative;
    height: 30px;
}

.model-warning {
    color: black;
    font-size: smaller;
    float: right;
}

.topic-custom-selected-item {

    background-color: #2c3e5b;
    border-radius: 6px;
    color: #e1e1e0!important;

}

.topic-custom-checkbox-selected .dx-checkbox-checked .dx-checkbox-icon {
    border-color: #e1e1e0!important; /* Example color for the selected checkbox border */
}

.input-box-area {
    position: absolute;
    /* display:inline-block; */
    top: 15%;
    left: 35%;
    /* margin-top: -50%; */
    /* margin-left: -50%; */
    /* bottom: 160px; */
    /* left: 0;*/
    /* right: 130px; */
    /* width: 59%; */
    /* margin: 0 auto;*/ /* Center the container */
    /* padding-right:200px; */
    /* padding-left: 200px; */
    background-color: #fff; /* Set a background color for the floating div */
    /* padding: 10px; Add padding for spacing */
    /* box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.2);  Optional: Add a shadow effect */
    background-color: #2D2330;
    background-color: #2F4766; /*#355;*/
    /* background-color: #1D1320; */
    padding: 2px;

  border-radius: 25px;
  background: #fff;
  padding: 20px;
  /* width: 200px; */
  /* height: 150px; */
  z-index: 10;

  visibility:hidden;
  display: none;
}

.input-button-area {
    display: inline-block;
}

/*
.input-entry-box{
  float:left;
  margin-right:5px;
  display: block;
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
*/

/*************   sign up form ***************/

.form-container {
  max-width: 300px;
  margin: 0 auto;
    padding:10px;
}

/*
.input-field {
  margin-bottom: 15px;

}*/

label {
  display: block;
  margin-bottom: 5px;
}


.button-container {
  text-align: center;
}

.signup-button,
.cancel-button {
  /*padding: 10px 20px;*/
  margin-right: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.signup-button {
  background-color: #4CAF50;
  width: 250px;
  height:35px;
  color: white;
}

.cancel-button {
  background-color: #f44336;
  color: white;
  visibility: hidden;
}

/*************  end of sign up form ***************/


/** logo **/

.logo {
    /* Frame 39 */

    position: absolute;
    width: 101px;
    height: 101px;
    left: 1013px;
    top: 353px;

    background: #000000;
    border-radius: 12px;


    /* Group 36 */

    position: absolute;
    width: 54.18px;
    height: 54.89px;
    left: calc(50% - 54.18px/2 - 0px);
    top: calc(50% - 54.89px/2 + 0px);



    /* Subtract */

    position: absolute;
    width: 52.85px;
    height: 47.08px;
    left: 23.41px;
    top: 30.87px;

    background: linear-gradient(138.44deg, #FFBA08 7.85%, #FFBA08 84.76%);


    /* Subtract */

    position: absolute;
    width: 29.33px;
    height: 44.33px;
    left: 29.65px;
    top: 24.1px;

    background: #05A6F0;


    /* Subtract */

    position: absolute;
    width: 38.13px;
    height: 28.98px;
    left: 33.61px;
    top: 32.22px;

    background: #F35325;
    transform: rotate(-13.91deg);


    /* Subtract */

    position: absolute;
    width: 32.5px;
    height: 24.7px;
    left: 73.14px;
    top: 31.89px;

    background: #81BC06;
    transform: rotate(82.55deg);

}
/** end logo **/

:dir(rtl) #button-wrapper {
  left: 10px;
}

:dir(ltr) #button-wrapper {
  right: 10px;
}

#button-wrapper {
  position: absolute;
  top: 22px;
  /* width: 80px; */
  /* transform: translateX(-50%); */
  /* height: 100px; */
  padding: 1px;
  /* background-color: lightblue;  Just for visualization */
  visibility: visible;
  transition: visibility 0.3s ease-in-out; /* Add a smooth transition effect */
}

/* Set a background color and width for the child divs for visibility */
.question-send-button-style {
    /* width: fit-content; */ /* Adjust the width as needed */
    display: inline-block; /* Display the child divs inline */
}

.send {
    display: inline-block;
}
#icon-ctrl-enter {
  display: none;
}
#icon-send .dx-button-content {
    display: flex;
}
div#icon-send {
    background: transparent;
    color: #6085c1;
    border: none !important;
    box-shadow: none;
}

/*
#sign-in-form-title {

}*/

.login-display-text-area {
    color:white;
    font-family: 'Roboto';
}

.centered {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
}

.sign-in-button-style {
  position: absolute;
  top: 10px;
  right: 85px;
  font-size: 18px;
  margin-left: 50px;
}

.basic-tour-button-style {
  position: absolute;
  top: 10px;
  /*right: 90px;*/
  font-size: 15px;
  /* margin-left: 30px; */
  padding: 0;
  color: #ffffff !important;
  opacity: 0.75;
  background: #212e45;
  left: 10px;
}


.basic-tour-button-style .dx-button-content .dx-icon {
    color: #0d9be3;
}


.detailed-tour-button-style {
  position: absolute;
  top: -1px;
  /*right: -40px;*/
  right: -18%;
  font-size: 15px;
  margin-left: 70px;
  padding: 0;
  color: #ffffff !important;
  opacity: 0.75;
  /*background: #314463;*/
}

.detailed-tour-button-style .dx-button-content .dx-icon {
    color: #0d9be3;
}


.prev-chat-message-button-style {
  position: absolute;
  top: 7px;
  /*right: -40px;*/
  right: -7%;
  font-size: 15px;
  margin-left: 70px;
  padding: 0;
  color: #ffffff !important;
  opacity: 0.75;
  /*background: #314463;*/
}

.prev-chat-message-button-style .dx-button-content .dx-icon {
    color: #0d9be3;
}

.next-chat-message-button-style {
  position: absolute;
  top: 40px;
  /*right: -40px;*/
  right: -7%;
  font-size: 15px;
  margin-left: 70px;
  padding: 0;
  color: #ffffff !important;
  opacity: 0.75;
  /*background: #314463;*/
}

.next-chat-message-button-style .dx-button-content .dx-icon {
    color: #0d9be3;
}

.settings-url-button-style {
  position: absolute;
  top: 10px;
  right: 190px;
  font-size: 18px;
  /*margin-left: 50px;
  padding: 0;
  color: #ffffff !important;*/
  opacity: 0.75;
  background: #212e45;
}

.settings-url-button-style .dx-button-content .dx-icon {
    color: #72ab03;
}

.mode-toggle-button-style {
  position: absolute;
  top: 10px;
  font-size: 18px;
  opacity: 0.85;
  background: #212e45;
}

.mode-toggle-button-style .dx-button-content .dx-icon {
    color: #e7a906;
}

.sign-out-button-style {
  position: absolute;
  top: 10px;
  right: 40px;
  font-size: 18px;
  margin-left: 50px;
}

.sign-out-button-style i {
  color: #ffffff !important;
  opacity: 0.5;
}

.register-button-style {
  position: absolute;
  top: 10px;
  right: 85px;
  font-size: 18px;
  margin-left: 50px;
}

.breadcrumb-menu-style {
  position: absolute;
  top: 10px;
  left: 5px;
  font-size: 18px;
  margin-left: 10px;
  visibility: visible;
}


/* Mobile layout */
@media (max-width: 785px) {
    .demo-container {
        flex-direction: column-reverse; /* Stack right section below left section */
    }

    .resizable1 {
        display: none; /* Hide left section by default */
    }

    .resizable2 {
        width: 100% !important; /* Right section takes full width */
    }

    .show-left-section .resizable1 {
        display: block; /* Show left section when the class is applied */
        visibility: visible;
    }

    .show-right-section .resizable1 {
        display: none; /* Show right section when the class is applied */
        visibility: hidden;
    }

    /* Set the width to 100% on mobile */
    .right-side-chatboard-area {
        width: 100%;
    }

    .breadcrumb-menu-style {
      visibility: visible;
    }

    .basic-tour-button-style {
      margin-left: 50px;
    }

    .question-box-area {
        width: 100%;
        height: 95px;
    }

    .sign-in-button-style {
      right: 15px;
      font-size: 0;
      padding: 0;
    }

    .sign-out-button-style {
      right: 15px;
      font-size: 0;
      padding: 0;
    }

    .register-button-style {
      right: 15px;
      font-size: 0;
      padding: 0;
    }

    .input-box-area {
        left: 15%;
    }
 


    .question-toolbar-style { 
        visibility:hidden;
        left: 23%;
        height: 30px;
    }

    .selected-text {
        padding: 5px;
        font-size: 12px;
    }

    .message-user{
        display: block;
    }

    .message-novaluna-bot{
        display: block;
    }

    /*
    .message-text{
        white-space: normal;
    }
    */


    .message-image {
        position: static;
    }
    /* end spacing for mobile */

    .newtopic-button-style {
        left: 60px;
    }

    #treeBox {
        left: -30%;
    }

    #promptButton {
        /* right: 25%; */
        right: -10%;
    }

    #treeview-sources-container{
        width: 41%;
        left: -30%;
        border-radius: 8px;
        display: none;
    }

    #suggested-questions {
        width: 90%;
    }

    .centered {
        position:absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -30%);
    }

    .grid-content {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Desktop layout */
@media (min-width: 786px) {
    /* Set the width to 65% on desktop */

    .resizable1 {
        display: block;
    }

    .resizable2 {
        display: block;
        width:82%;  /* this should = 100 - .resizable.width*/
    }

    .right-side-chatboard-area {
        width: 65%;
    }

    .breadcrumb-menu-style {
      visibility: hidden;
    }

    .basic-tour-button-style {
      margin-left: 30px;
    }

    .question-box-area {
        width: 65%;
        height: 95px;
    }

    .sign-in-button-style {
      right: 85px;
      font-size: 17px;
    }

    .sign-out-button-style {
      right: 40px;
      font-size: 17px;
    }

    .register-button-style {
      right: 85px;
      font-size: 17px;
    }

    .input-box-area {
        left: 35%;
    }
  
    .question-toolbar-style { 
        height: 30px;
    }

    .selected-text {
        padding: 10px;
        font-size: 14px;
    }

    .message-user{
        display: flex;
    }

    .message-novaluna-bot{
        display: flex;
    }

    .message-text p {
      margin:0px;
      text-wrap: pretty;
    }

    .message-image {
        position: absolute;
    }

    #treeBox {
        left: 12%;
    }

    #promptButton {
        right: -10%;
    }

    #treeview-sources-container{
        width: 24%;
        border-radius: 8px;
        display: block;
        position: absolute;
    }

    .centered {
        position:absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -30%);
    }

    /* end spacing for desktop */

    .grid-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

.newtopic-button-style {
    background-color: #354b6f; /* #333366; */
    border-color: #ddd;
    border-radius: 16px;  /* remove later */
    border: 1px solid #ffffff33;
}

.source-document-button-style {
    border-radius: 12px;
    background: #486799;
    color: #ffffff;
    height: 23px;
    margin: 4px;
    max-width: 220px;
}

.source-document-button-style.dx-state-focused{
  background: #101620;
}


.source-document-button-style.dx-state-hover{
  background: #101620;
}

.source-document-button-style .dx-button-text{
  text-transform: unset !important;
  font-weight: 400;
  font-style:italic;

}

.source-document-chunks-display-style {
    visibility : hidden;
    position: absolute;
    display: none;

    background: #f6f6f6;
    padding: 5px;
    /* border: 1px solid rgb(204, 204, 204); */
    border-radius: 12px;
}

.button-clipboard-copy-url-style {
    position: relative;
    border-radius: 16px;  /* remove later */
    background: transparent;
    color: #0f8ccb;
    border: 0px;
}

.message-thumbs-up-button-style {
    position: relative;
    border-radius: 16px;  /* remove later */
    background: transparent;
    color: #0f8ccb;
    border: 0px;
}

.message-thumbs-down-button-style {
    position: relative;
    border-radius: 16px;  /* remove later */
    background: transparent;
    color: #0f8ccb;
    border: 0px;
}

.button-open-document-style {
    position: relative;
    border-radius: 16px;  /* remove later */
    background: transparent;
    color: #0f8ccb;
    border: 0px;
}

/* Style tabs */
.tab-list {
  /* list-style: none; */
  padding: 0;
  /* display: flex; */
  border-width: 0px;
  /* background: #29415f; */
}

.tab {
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 0 5px;
  letter-spacing: 0.5px;
  font: small-caption;
  font-weight: normal;
}

.document-chunks-page-content-style {
  white-space: pre-wrap;
  font-family: 'Noto Kufi Arabic';
}

.document-chunks-page-number-style {
    white-space: normal;
    text-align: center;
}

.top-settings-toolbar-style {
    visibility:visible;
    display: flex;
    z-index: 5;
}

/*
.button-search-chunks-style {

}*/

/* Set the active tab's style */
.tab.active {
  background-color: #007BFF;
  color: #fff;
}


.model-switch-style .dx-button-text {
    color: #FEFCFF; /* Replace #ff0000 with the desired color code for the text */
}

.custom-height-slider {
  height: 75px;
}

.dx-field .dx-slider {
  flex: 1;
}

#icon-logout .dx-button.dx-button-danger .dx-icon {
    color: #ffffff66;
}

#basic-tour .dx-button.dx-button-danger .dx-icon {
    color: #ffffff66;
}

.dx-list.dx-list-with-search .dx-scrollable-wrapper {
    height: calc(100% - 111px);
}

.dx-treeview-node {
    /* border-bottom: 1px solid #ccc3;*/
    padding-bottom: 5px;
    margin-bottom: 5px;
}


.dx-treeview-node:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.dx-button.dx-button-success {
    background-color: #5c95c5;
}

.message-text h1 {
  font-size: 30px; /* Set your desired font size */
}

.message-text h2 {
  font-size: 26px; /* Set your desired font size */
}

.message-text h3 {
  font-size: 22px; /* Set your desired font size */
}

.message-text h4 {
  font-size: 20px; /* Set your desired font size */
}

.message-text h5 {
  font-size: 18px; /* Set your desired font size */
}

.message-text h6 {
  font-size: 16px; /* Set your desired font size */
}


.accuracy-creativity-style {
    color: #513333;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #bdc3cd;
}

.dx-slider-handle::after {
    background: #2e405d;
}

.internet-switch-label-style {
    color:white;
    visibility:hidden;
    display: none;
}

.internet-switch-style {
    /* margin-right: 10px; */
}

.model-switch-style {
    color:white;
    background: #5b81be;
    border-radius:5px;
}

.remember-context-style {
    position:absolute;
    right:27%;
    top:8px;
    visibility:hidden;
    display: none;
}

.remember-context-label-style {
    color:white;
}

.ctrl-enter-text-style {
    display: inline-block;
    color:white;
    font-size:12px;
}

.document-search-close-button-style {
    color: #0a0000;
    text-align: right;
    background: transparent;
    border: 0px;
    color: white;
}

div#dropdown-content {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 6px;
    position: fixed;
    z-index: 140;
    box-shadow: 0px 5px 10px -5px #000;
}

:dir(ltr) div#dropdown-content {
    right: 15%;
    left: auto;
}

:dir(rtl) div#dropdown-content {
    left: 34%;
    right: auto;
}

.hide {
    display: none;
}

div#settings-container {
    position: relative;
}

div#settings-dropdown-toggle i {
    color: #374d6f;
}

.dx-list-item {
    cursor: auto !important;
    user-select: text !important;
    -moz-user-select: text !important;
    -webkit-user-select: text !important;
}



.rotate-infinite {
  /* Set initial rotation (optional) */
  transform: rotate(0deg);
  /* Animation properties */
  animation: spin 8s linear; /* Modify the duration or animation-timing-function as needed */
}

@keyframes spin {
  /* Define the animation keyframes */
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.dx-slider-tooltip-position-bottom {
    padding-bottom: 5px !important;
}

.question-textarea-style {
      max-height: 50vh; /* Set the maximum height (e.g., half of the viewport height) */
      resize: vertical; /* Allow vertical resizing */
      overflow-y: auto; /* Show a vertical scrollbar when content exceeds the height */
      position: absolute; /* Set the position to absolute */
}

.dx-textarea .dx-texteditor-input-auto-resize {
    overflow-y: auto !important;
}

/** prompt styles **/

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f4f4f4;
}

#promptButton {
  /* padding: 10px;
  font-size: 14px;*/
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  position: absolute;
  height: 30px;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  color: #030303;
  font-family: Roboto,RobotoFallback,"Noto Kufi Arabic",Helvetica,Arial,sans-serif;

}

#promptButton .selected-icon {
  margin-right: 10px;
}

#icon-menu {
  display: none;
  position: absolute;
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgb(0 0 0 / 38%);
  z-index: 999;
}

.grid-menu {
  display: grid;
  grid-template-columns: repeat(8, 1fr); /* Adjust the number of columns as needed */
  gap: 10px;
  bottom: 35px;
  right: 7%;
  display: grid;
}

.icon-menu-button {
  padding: 3px;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
  background-color: #fff;
  transition: background-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon {
  font-size: 24px;
  margin-bottom: 5px;
}

.icon-menu-button:hover {
  background-color: #f0f0f0;
}
/** prompt styles **/

/** down arrow button to move to end of message list **/
.down-arrow-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 50%;
  background-color: #d6d6d6;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
}

.down-arrow-button:hover {
  background-color: #0056b3;
}

/** down arrow button to move to end of message list **/

/** Copy to clipboard on the code blocks in the message **/

.code-container {
  position: relative;
  margin-top: -5px; /* Adjust top margin to overlap with the header */
  padding-top: 5px; /* Add padding to compensate for margin adjustment */
}

.code-header {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background-color: #666666; /* Darker background color */
  padding: 5px 10px; /* Add padding for better spacing */
  border-top-left-radius: 10px; /* Round top left corner */
  border-top-right-radius: 10px; /* Round top right corner */
  margin: 0; /* Remove default margin */
  height: 40px;
  width: 100%;
}

.language {
  font-size: 14px;
  font-weight: bold;
  color: #f0f0f0; /* Light grey color */
}

.copy-link {
  font-size: 14px;
  text-decoration: none;
  color: #f0f0f0; /* Light grey color */
  display: flex;
  align-items: center;
}


.copy-icon {
  margin-right: 5px;
  color: #f0f0f0;
  pointer-events: visible;
}

pre {
  margin-bottom: 0; /* Remove margin bottom for the code block */
}

pre[class*=language-] {
    padding: 1em;
    margin: .0em 0;
    overflow: auto;
}

code[class*=language-], pre[class*=language-] {
    text-wrap: wrap;
}
/** Copy to clipboard on the code blocks in the message **/

/**image**/

.message-image {
    /* width: 100%; */
    /* Ensure the parent div takes up full width */
    max-width: 100%;
    /* Prevent parent from exceeding the container size */
}

.message-image-content {
    max-width: 80%;
    height: auto;
    /* Scale down if necessary, maintaining aspect ratio */
    display: block;
    /* Removes any extra space below the image */
}

/**image**/

.dx-treeview-item-with-checkbox .dx-treeview-item {
    /*color: black !important;*/
}

.top-icon-color .dx-icon {
    color: #6a6a6a; /* Replace with your desired color */
}

/** suggested questions **/

    .no-questions {
        display: block;
        margin: 10px 0;
        padding: 10px;
        background-color: #f0f0f0;
        border: 1px solid #ccc;
        cursor: pointer;
        width: 300px;
        text-align: left;
    }
    #suggested-questions-container {
        display: grid;
        /* grid-template-columns: repeat(2, 1fr); */
        grid-template-areas:
            "title"
            "content";
        gap: 10px;
    }
    .grid-title {
        grid-area: title;
        text-align: center;
        font-weight: bold;
        color: #000;
    }
    .grid-content {
        grid-area: content;
        display: grid;
        /* gap: 10px; */
        /* grid-template-columns: repeat(2, 1fr); */
    }
    .question-button {
        display: block;
        /*margin: 10px 0;*/
        /* padding: 10px; */
        background-color: #f6f6f6;
        border: 1px solid #d3d3d3;
        cursor: pointer;
        width: 100%;
        text-align: left;
        border-radius: 8px;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        padding-left: 10px;
        /* text-wrap: nowrap; */
    }
    .question-icon {
        font-weight: bold;
        font-size: 18px;
    }
    .question-title {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        /* font-size: 14px; */
        /* padding-left: 5px; */
    }
    .question-description {
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        font-size: 10px;
    }

    /*modification*/
    .question-button {
        display: block;
    }

    .question-content {
        display: flex;
        align-items: center;
    }

    .question-description {
        margin-top: 8px;
        padding-left: 29px; /* Adjust this value to match the width of the icon */
    }
    /*modification*/

/** end of suggested questions **/


/* Target the specific div */
.dx-scrollable-container {
  /* scrollbar-color: #ff0000 #000000; */ /* thumb color and track color */
  scrollbar-width: thin; /* optional: thin, auto, or none */
}

/* For WebKit browsers */
.dx-scrollable-container::-webkit-scrollbar {
  width: 12px; /* width of the scrollbar */
}

.dx-scrollable-container::-webkit-scrollbar-track {
  /* background: #000000; */ /* color of the track */
}

.dx-scrollable-container::-webkit-scrollbar-thumb {
  /* background-color: #ff0000; */ /* color of the thumb */
  border-radius: 10px; /* roundness of the thumb */
  /* border: 3px solid #000000;*/  /* creates padding around thumb */
}


/** welecome message **/

    .welcome_title {
        font-size: 34px;
    }

    .left-section {
        width: 30%;
        background-color: #f8f9fa;
        padding: 20px;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    }

    .right-section {
        width: 70%;
        padding: 20px;
    }

    .welcome-para {
        font-size: 16px;
        color: #495057;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .signup-highlight {
        color: #05a6f0;
        font-weight: bold;
        padding: 2px;
    }

    .signup-cta {
        background-color: #05a6f0;
        color: #fff !important;
        padding: 10px 20px;
        text-align: center;
        border-radius: 5px;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 20px;
    }

    .signup-cta:hover {
        background-color: #0056b3;
    }

    .contact-info {
        font-size: 14px;
        color: #6c757d;
    }

    .contact-info a {
        color: #007bff;
        text-decoration: none;
    }

    .contact-info a:hover {
        text-decoration: underline;
    }

/** end of welecome message **/

/** mark highlighting **/
/* Default style for <mark> tags */
.highlight-switch-style {
    /* margin-right: 10px; */
}

.highlighted mark {
    background-color: rgb(255 244 0 / 48%); /* Default highlighted color #81d4f9 */
}

/* Unhighlighted state */
.unhighlighted mark {
    background-color: transparent; /* Removes highlight */
}

mark {
    color: #000033;
}
/** mark highlighting **/

/*** handle color for highlight switch ***/
#highlight-switch.dx-switch-on-value .dx-switch-container::before {
    background-color: rgb(255 186 8);  /** orange color **/
}

#highlight-switch.dx-switch-on-value .dx-switch-handle::before {
    background-color: #f35325;
}
/*** handle color for highlight switch ***/


.highlighted mark {
    /* background-color: #a83919; */
}

.quick-tips-panel {
    background-color: #f8f9fa;
    color: #2c2c2c;
}

.quick-tips-button {
    background-color: #2c3e5b;
    color: white;
}

.source-popup-content {
    background-color: #fff;
    color: black;
}

.control-container label {
    color: black;
}

#languageDropdown {
    background: #2c3e5b;
    border-color: #2c3e5b;
    color: white;
    width: 67px;
}
