html,
body {
    height: 100% !important;
}

::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    -webkit-border-radius: 1ex;
    /* -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); */
}

::-webkit-scrollbar-corner {
    background: #000;
}

.content {
    padding: 10px;
    overflow: auto !important;
    height: calc(100% - 85px);

}

.boxcontent {
    gap: 20px;
}

.boxcontent .card-image {
    width: 286px;
    height: 65px;
}

div[data-grp='add_blank'] {
    border: 2px dashed var(--theme-color);
}

.guardrails-window .form-check {
    margin: 10px;
}

.guardrails-window .form-check label {
    margin-left: 10px;
    font-size: 14px;
}


.guardrails-window .boxcontent .card-image {
    width: 100%;
}

.color-text {
    color: var(--theme-color) !important;
}

.boxcontent .card .read-more:hover {
    font-size: 14px;
}


.boxcontent .card {
    cursor: pointer;
    user-select: none;
}

#floatingTextarea2,
#userprompttextarea {
    font-size: 14px !important;
}

.boxcontent .card:hover {
    box-shadow: 2px 2px 2px var(--theme-color);
    transform: scale(1.07);
    /* border:none; */
}

.boxcontent .card:hover .explore-text {
    display: inline-block;
}

.boxcontent .card-text {
    height: 40px;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.explore-img {
    height: 25px;
    width: 40px;
}

.promptbuilderwrapper {
    display: none;
}

.grouptask,
.grouptask-header {
    /* display: none !important; */
}

.promptbuilderwrapper textarea {
    resize: none;
}

.promptbuilderwrapper .parameterbtn {
    right: 0;
    bottom: 0;
}

.promptbuilderwrapper .bottom-0 {
    bottom: 0;
}

.badge-banner {
    font-size: 16px;
    background-color: #256992;
    cursor: pointer;
}

.badge-banner span {
    color: #c4c4c4;
    height: 40px;
}

.badge-banner .highlight {
    color: var(--theme-color);
    background: white;
}

.taskcard .card-body {
    padding-bottom: 0px !important;
}

/* Chat Css*/


.chat-bot-main-container .chat-bot-popup-header {
    height: 60px;
    padding: 5px 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #255fa6 20%, #3067a9 60%, #3c90ff 100%) !important;
}

.chat-bot-main-container .chat-bot-popup-header-details img {
    width: 50px;
    height: 50px;
    border-radius: 24px;
    margin-right: 15px;
    background: white;
    margin-top: 6px;
}

.chat-bot-main-container .chat-bot-popup-header-details .chat-bot-name {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-right: 15px;
    margin-top: 10px;
    vertical-align: middle;
}

.selected-bot-value {
    color: white;
    margin-left: 72px;
    margin-top: -10px;
    font-size: 14px;
    font-weight: 600;
}

.chat-bot-main-container .chat-bot-close-button , .chat-bot-main-container .chat-bot-expand-button {
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    height: 30px;
    width: 30px;
    font-size: 20px;
    border-radius: 50%;
    left: 10px;
}

.chat-bot-close-button {
    margin-top: 0px !important;
}

.chat-bot-main-container .offline-message {
    color: #fff;
    padding: 6px 13px 10px;
    position: relative;
    background-size: 100% calc(100% + 12px);
    z-index: 1;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(90deg, #255fa6 20%, #3067a9 60%, #3c90ff 100%) !important;
}

.chat-bot-main-container .offline-message::after {
    content: "";
    position: absolute;
    width: calc(100% + 1px);
    bottom: -8px;
    left: -1px;
    border-image-source: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNzIgMTUiPgogIDxwYXRoIGQ9Ik0zNDkuOCAxLjRDMzM0LjUuNCAzMTguNSAwIDMwMiAwaC0yLjVjLTkuMSAwLTE4LjQuMS0yNy44LjQtMzQuNSAxLTY4LjMgMy0xMDIuMyA0LjctMTQgLjUtMjggMS4yLTQxLjUgMS42Qzg0IDcuNyA0MS42IDUuMyAwIDIuMnY4LjRjNDEuNiAzIDg0IDUuMyAxMjguMiA0LjEgMTMuNS0uNCAyNy41LTEuMSA0MS41LTEuNiAzMy45LTEuNyA2Ny44LTMuNiAxMDIuMy00LjcgOS40LS4zIDE4LjctLjQgMjcuOC0uNGgyLjVjMTYuNSAwIDMyLjQuNCA0Ny44IDEuNCA4LjQuMyAxNS42LjcgMjIgMS4yVjIuMmMtNi41LS41LTEzLjgtLjUtMjIuMy0uOHoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
    border-image-slice: 0 0 100%;
    border-image-width: 0 0 15px;
    border-image-repeat: stretch;
    border-width: 0px 0px 15px;
    border-bottom-style: solid;
    border-color: initial;
    border-top-style: initial;
    border-left-style: initial;
    border-right-style: initial;
}

.chat-bot-popup {
    /* height: calc(100% - 100px); */
    height: 70vh;
}

.chat-bot-message-box {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: calc(100%);
}

li.req-message {
    float: right;
    margin-right: 15px;
    margin-top: 10px;
}

.chat-bot-message-box li {
    list-style-type: none;
    display: inline-block;
    width: 80%;
}

.chat-bot-message-box li p {
    white-space: pre-wrap;
    max-width: 100%;
    word-wrap: break-word;
    margin-bottom: 0;
}

.req-message p {
    padding: 8px;
    border: 1px solid gray;
    border-radius: 14px;
    float: right;
    text-align: right;
    font-size: 15px;
    background-color: rgb(5, 137, 206) !important;
    color: white;
    max-width: 100%;
    border: none;
    font-family: Calibri, "Helvetica Neue", Arial, "sans-serif";
}

li.res-message {
    float: left;
    margin-left: 15px;
    margin-top: 10px;
}

li.res-message>div, .res-message>p {
    margin-bottom: 0 !important;
}

li.res-message>div {
    padding: 15px;
}

.res-message>div, .res-message>p {
    padding: 6px;
    border: 1px solid gray;
    border-radius: 20px;
    float: left;
    font-size: 15px;
    background-color: #e9ecef;
    color: black;
    border: none;
    font-family: Calibri, "Helvetica Neue", Arial, "sans-serif";
    /* width: 100%; */
}

.chat-bot-message-box li.res-rating {
    text-align: left;
    display: none;
}

.chat-bot-message-box li.res-rating .rating {
    display: inline-block;
    margin-left: 15px;
}

.rating {
    position: relative;
}

.rating input, .rating label {
    cursor: pointer;
}

.rating>input {
    display: none;
}

.rating input, .rating label {
    cursor: pointer;
}

.rating>label {
    color: #aaa;
    float: right;
}

.rating>input:checked~label, .rating:not(:checked)>label:hover, .rating:not(:checked)>label:hover~label {
    color: #FFD700;
}

.rating>label:before {
    margin: 5px;
    font-size: 15px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
}

.send-Message {
    height: 58px;
    border-top: 1px solid #eee;
    display: flex;
}

.typetext {
    color: black;
    font-size: 15px;
    font-family: Calibri, "Helvetica Neue", Arial, "sans-serif" !important;
}

.typetext, .typetext:focus {
    width: calc(100% - 60px);
    height: 49px;
    margin-top: 6px;
    padding: 10px !important;
    border: none;
    resize: none;
    outline: none;
    box-shadow: none;
    border-bottom-left-radius: 15px !important;
}

.chat-bot-send-request {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    background-color: #255fa6 !important;
    font-size: 19px;
    color: white;
    font-weight: bolder;
    border: none;
    margin-left: 10px;
}

.chat-bot-send-request {
    margin-top: 6px !important;
}

.chatwindowsettings {
    display: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 98%;
    width: 25%;
}

.chatwindowsettings .chat-bot-popup {
    height: 100% !important;
}

.chatwindowsettings .chat-bot-message-container {
    height: calc(100% - 140px) !important;
}

.chat-bot-main-container{
    height:80px !important;
}


.feedBackIcons i:before{
    color:#545b62;
}

/*Chat Css End*/
:root {
    --bg-color-h: 213;
    --bg-color-s: 64%;
    --bg-color-l: 40%;
    --bg-alpha: 0.1;
    --c-bg: hsl(var(--bg-color-h), var(--bg-color-s), 95%);
    --c-bg-opaque: hsl(var(--bg-color-h) calc(100% - 10%) 43% / 0.05);
}

.glass-effect, .glass-effect:focus {
    background: var(--c-bg);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    /* Apply blur effect */
    -webkit-backdrop-filter: blur(10px);
    /* For Safari support */
    color: var(--theme-color) !important;
    /* Text color */
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 3px !important;
}

.glass-effect:hover {
    border-radius: 3px !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

input[type='range'] {
    accent-color: var(--theme-color);
}

.promptbuilderwrapper .font-awesome-color {
    color: var(--theme-color);
}

.code-editor-python {
    position: absolute;
    top: 10% !important;
    width: 80% !important;
    left: 10% !important;
    height: 85% !important;
}

.code-editor-python.guardrails-window {
    height: 80% !important;
}

.code-editor-python.expand_system_prompt_popup {
    width: 50% !important;
    height: 75vh !important;
    margin-left: 25%;
    margin-right: 25%;
    left:0 !important;
    top:15% !important;
}

.code-editor-python.expand_system_prompt_popup .userprompt .expanduserpromptholder,
.code-editor-python.expand_system_prompt_popup .expanduserprompt .expandsystempromptholder{
    min-height: 50vh !important;
    height: auto !important;
    resize:none;
    font-size: 1rem;
    font-weight: 400;
}

.promptsettings .wrapper-separator #expand-system-prompt{
    position: absolute;
    right: 7px;
    bottom: 0px;
}

.promptsettings .wrapper-separator #expand-user-prompt{
    position: absolute;
    right: 7px;
    bottom: 0;
}

.code-editor-python.ui-widget.ui-widget-content {
    border-radius: 3px !important;
    border: 1px solid var(--theme-color);
}

.code-editor-python.ui-dialog .ui-widget-header {
    background-color: var(--c-bg) !important;
    color: var(--theme-color) !important;
    font-weight: 700 !important;
    border-bottom: 1px solid var(--theme-color) !important;
}

.code-editor-python.ui-dialog button {

    background-color: var(--c-bg) !important;
    color: var(--theme-color) !important;
    border: 1px solid var(--theme-color) !important;

}

.code-editor-python.ui-dialog .ui-dialog-title {
    font-size: 14px !important;
}

.promptbuilderwrapper .select2-container {
    margin-bottom: 5px;
}

.background-image {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 80%;
    background-position: center;
}

.background-image.amazon {
    background-image: url(../images/resources/aws-s3-logo-svgrepo-com.svg);
}

.background-image.salesforce {
    background-image: url(../images/resources/salesforce-svgrepo-com.svg);
}

.background-image.git {
    background-image: url(../images/resources/github.svg);
}

.background-image.localfilesystem {
    background-image: url(../images/resources/folder-search-svgrepo-com.svg);
}

.background-image.urlloader {
    background-image: url(../images/resources/url-radio-svgrepo-com.svg);
}

.background-image.sharepoint {
    background-image: url(../images/resources/ms-sharepoint-svgrepo-com.svg);
}

.background-image.qdrant {
    background-image: url(../images/resources/qdrant.svg);
}

.background-image.weaviate {
    background-image: url(../images/resources/weaviate.svg);
}

.background-image.pinecone {
    background-image: url(../images/resources/pinecone.svg);
}

.background-image.milvus {
    background-image: url(../images/resources/milvus.svg);
}

.background-image.chroma {
    background-image: url(../images/resources/chromadb.svg);
}

.background-image.faiss {
    background-image: url(../images/resources/2iPKvFm2jX3f8kbeJFGm7Yf9AsA.svg);
}

.taskcarddatasource {
    height: 150px;
    cursor: pointer;
}

.documentloadertheme .card-input-element+.card, .vectorstoredetails .card-input-element+.card {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 4px;
}

.documentloadertheme .card-input-element+.card:hover, .vectorstoredetails .card-input-element+.card:hover, .document_ingested .card-input-element+.card:hover, .guardrails_list_wrapper .card-input-element+.card:hover {
    cursor: pointer;
    box-shadow: 0 0 10px 5px #ddd;
    background-color: #fff;
}

.guardrails_list_wrapper .card-title, .document_ingested .card-title {
    font-weight: bold;
    font-size: 14px;
}

.documentloadertheme .card-input-element:checked+.card, .vectorstoredetails .card-input-element:checked+.card {
    border: 2px solid var(--theme-color);
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    color: var(--theme-color);
}

.document_ingested .card-input-element:checked+.card, .guardrails_list_wrapper .card-input-element:checked+.card {
    border: 1px solid var(--theme-color);
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    color: var(--theme-color);
}

.documentloadertheme .card-input-element:checked+.card::after, .vectorstoredetails .card-input-element:checked+.card::after, .document_ingested .card-input-element:checked+.card::after, .guardrails_list_wrapper .card-input-element:checked+.card::after, .guardrailsdetailswrapper .card-input-element:checked+.card::after {
    content: "\f00c";
    color: var(--theme-color);
    font: normal normal normal 14px / 1 FontAwesome;
    -webkit-animation-name: fadeInCheckbox;
    animation-name: fadeInCheckbox;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    right: 0;
    bottom: 0px;
    padding: 10px;
}

@-webkit-keyframes fadeInCheckbox {
    from {
        opacity: 0;
        -webkit-transform: rotateZ(-20deg);
    }

    to {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
    }
}

@keyframes fadeInCheckbox {
    from {
        opacity: 0;
        transform: rotateZ(-20deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

.ingestiondetails, .guardrailsdetailswrapper {
    display: none;
}

.code-editor-python.ui-dialog #platform-modal-box-content {
    /* max-height: 300px; */
}

#site-navigation-cloud-information {
    /*display: none;*/
    /* position: absolute;
    height: calc(100vh - 25px);
    border-left: 5px solid #b9babb;
    top: 0;
    right: 0;
    width: 350px;
    background: #f8f8f8;
    box-shadow: #888 -0px 0px 30px 0px;
    z-index: 10000000;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms; */
}

select {
    font-size: 13px !important;
}

#cloud_information_form {
    height: calc(100% - 140px);
    overflow: auto;
    width: 100%;
}

.settingspadding {
    height: calc(100% - 55px);
}

.settingspadding .llmsettings, .settingspadding .variablessettings, .settingspadding .promptsettings {
    /* overflow: auto; */
    height: 100%;
}

#accordion {
    height: 100%;
}

#accordion .accordion-item .ui-accordion-content {
    height: 80%;
}

#accordion .ui-widget-content {
    background-color: transparent;
}

.customheaderelement label {
    height: auto !important;
    color: var(--theme-color) !important;

}

.customheaderelement {
    background: var(--c-bg) !important;
}

select:focus-visible {
    outline: none;
}

.variabledeletewrapper .delete-icon {
    align-items: center;
    height: 100%;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #aaa !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

ul#select2-stopsequences-container:empty+span.select2-search textarea, ul#select2-tools-container:empty+span.select2-search textarea {
    margin-top: 10px !important;
}

.fa.float-right:before {
    float: right;
}

.property-value {
    color: #979494;
}

.form-check-inline .form-check-input {
    margin-right: .3125rem;
}

.d-none-not-important {
    display: none;
}

.delete-example, .delete-variable {
    cursor: pointer;
}

.delete-variable {
    font-size: 15px;
}

.custom-anchor {
    text-decoration: underline;
    color: var(--theme-color) !important;
    cursor: pointer;
}

#accordion.ui-accordion .ui-accordion-content {
    padding: 10px !important;
}

/*  Tooltip Css*/

.tool {
    /* cursor: help; */
    position: relative;
}

/*== common styles for both parts of tool tip ==*/

.tool::before, .tool::after {
    left: 100%;
    opacity: 0;
    position: absolute;
    z-index: -100;
}

.tool:hover::before, .tool:focus::before, .tool:hover::after, .tool:focus::after {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 100;
}

/*== pointer tip ==*/

.tool::before {
    border-style: solid;
    border-width: 1em 0.75em 0 0.75em;
    border-color: #3E474F transparent transparent transparent;
    bottom: 100%;
    content: "";
    margin-left: -0.5em;
}

/*== speech bubble ==*/

.tool::after {
    background: #3E474F;
    border-radius: .25em;
    bottom: 180%;
    color: #EDEFF0;
    content: attr(data-tip);
    margin-left: -3.75em;
    padding: 1em;
    width: 17.5em;
}

@media (max-width: 760px) {
    .tool::after {
        font-size: .75em;
        margin-left: -5em;
        width: 10em;
    }
}

/*  Tooltip Css*/

/*  Skeleton Loader*/

.skeleton-loader {
    width: 100%;
    height: 50px;
    display: block;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), lightgray;
    background-repeat: repeat-y;
    background-size: 50px 500px;
    background-position: 0 0;
    animation: shine 25s infinite;
}

@keyframes shine {
    to {
        background-position: 100% 0;
    }
}

/*  Skeleton Loader*/

.assistantedit, .tools-edit {
    font-size: 18px;
}

.objectList ul.card-view li.entity-card:hover .assistantedit, .tools-edit {
    color: var(--theme-color);
}

/*  Preloader Css*/

#preloader {
    position: relative;
}

#preloader span {
    display: block;
    bottom: 0px;
    width: 9px;
    height: 5px;
    background: #9b59b6;
    position: absolute;
    animation: preloader 1.5s infinite ease-in-out;
}

#preloader span:nth-child(2) {
    left: 11px;
    animation-delay: .2s;
}

#preloader span:nth-child(3) {
    left: 22px;
    animation-delay: .4s;
}

#preloader span:nth-child(4) {
    left: 33px;
    animation-delay: .6s;
}

#preloader span:nth-child(5) {
    left: 44px;
    animation-delay: .8s;
}

@keyframes preloader {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #3498db;
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }
}

.preloader-container {
    background: none repeat scroll 0 0 black;
    position: fixed;
    display: block;
    opacity: 0.5;
    z-index: 99999999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.page-load-progress {
    position: absolute;
    top: 50%;
    left: 50%;
}

.loader {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-top: -1px;
    margin-bottom: 1px;
    position: absolute;
    top: 45%;
    z-index: 9999;
    left: 50%;
}

.preloader-content-loader {
    display: none;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #2486a9;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0980b5;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #06a3e8;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*  Preloader Css*/

/*  Proper Card Display*/

.grid-container {
    display: grid;
    gap: auto;
    grid-template-columns: auto auto auto;
    padding: 10px;
    justify-items: center;
}

.grid-container>.card {
    padding: 20px;
    text-align: center;
}

.grid-container.grid-container-tasks {
    grid-template-columns: repeat(auto-fill, minmax(288px, 1fr));
}

.grid-container.grid-container-assistant {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

.grid-container.grid-container-guardrail {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

/*  Proper Card Display*/

/*  Stepper CSS*/

.bs-stepper-header .step {
    text-align: center;
}


/*  Generate Auto Prompt*/

.generateuserprompt {
    margin: 0 auto;
    padding: 20px;
}

.generateuserprompt .form-group {
    margin-bottom: 20px;
}

.generateuserprompt label {
    font-weight: bold;
    margin-bottom: 8px;
}

.generateuserprompt input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.generateuserprompt .form-check {
    margin-top: 20px;
}

.generateuserprompt .form-check-input {
    margin-right: 10px;
}

.generateuserprompt .form-check-label {
    margin-right: 20px;
    font-weight: normal;
    color: #555;
}


.generate-container {
    display: flex;
    align-items: flex-start;
}

.generate-button {
    padding: 10px 20px;
    margin-right: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

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

.generate-container textarea, textarea.guardrails_description {
    resize: none;
}



/*  Configure Tools*/

.background-image.Processselection {
    background-image: url(../images/resources/process.svg);
}

.background-image.dbscriptselection {
    background-image: url(../images/resources/dataflowDB.svg);
}

.background-image.emailselection {
    background-image: url(../images/resources/email.svg);
}

.background-image.ruleselection {
    background-image: url(../images/resources/rule.svg);
}

.background-image.scriptselection {
    background-image: url(../images/resources/script.svg);
}

.background-image.imageselection {
    background-image: url(../images/resources/text-to-image.svg);
}

.background-image.searchselection {
    background-image: url(../images/resources/google-icon-logo.svg);
}

.custom-entity-class {
    width: 50px;
    height: 50px;
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    border-radius: 50%;
    background: #f1f2f7;
    margin: 5px;
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    border-bottom: 1px solid var(--theme-color);
}


/*  Guardrails Tab CSS*/

#tabs li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
    border-color: var(--theme-color);
}

#tabs li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab a {
    font-size: 14px;
}

#tabs.ui-widget.ui-widget-content {
    border: none;
    background: transparent;
}

#tabs .ui-widget-header {
    background: transparent !important;
}

#tabs li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab:not(.ui-state-active) {
    background-color: transparent
}



/*  Document Loader Popup*/

.file-upload-wrapper {
    /* height: 25vh; */
    /* width: 100%; */
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #fcfcfc;
}

.file-upload-container {
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 140px;
    background-color: #ffffff;
    padding: 6px 10px;
    border: 2px dotted #a3a3a3;
}

.drop_box {
    margin: 5px 0;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    border-radius: 5px;
}

.drop_box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
}

.drop_box p {
    /* margin-top: 10px; */
    margin-bottom: 20px;
    font-size: 12px;
    color: #343a40;
}

.file-upload-btn {
    width: 100%;
    text-decoration: none;
    background-color: #005af0 !important;
    color: #ffffff !important;
    padding: 10px 20px;
    border: none;
    outline: none;
    transition: 0.3s;
}

.file-upload-btn:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #005af0;
    padding: 10px 20px;
    border: none;
    outline: 1px solid #010101;
}

#platform-modal-box-content input[type="text"], #platform-modal-box-content input[type="number"], #platform-modal-box-content input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.form-check-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 15px;
    width: 15px;
    border: 2px solid #a9a8a8;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}


.form-check-input:checked {
    background-color: #255fa6;
    border-color: #255fa6;
}

.form-check-input:checked::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-check-label {
    font-size: 15px;
    margin-left: 5px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.form-check-input:hover {
    border-color: #255fa6;
    color: #255fa6;
}

#document_loader_form .file-upload-icons img {
    width: 25px;
    height: 25px;
}

#document_loader_form .file-upload-icons #filePathTextInput:hover,
#document_loader_form .file-upload-icons #fileUploadIcon:hover {
    cursor: pointer;
}
/*  Document Loader Pop up*/

textarea.agent_description {
    resize: none;
}

label.error {
    color: red;
}

.no_checkbox>i.jstree-checkbox {
    display: none
}

/*  Skeleton CSS */

.skeleton {
    border-radius: 4px;
    animation: skeleton-loading 1s linear infinite alternate;
}

.skeleton-title {
    width: 40%;
    height: 20px;
    margin-bottom: 10px;
}

.skeleton-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.skeleton-line {
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
}

.gap-20 {
    gap: 20px;
}

@keyframes skeleton-loading {
    0% {

        background-color: var(--c-bg);
    }
    50% {
        background-color: #888e96;
    }

    100% {

        background-color: #dbeafc;
    }
}

/*  Skeleton CSS */

/*  card title changes*/

h5.card-title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.overflowclass {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Generic overlay css Start*/

.overlay-generic-container {
    display: flex;
    z-index: 1;
    flex: 1 0 auto;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 0 12px 32px rgb(0 0 0 / 12%);
    background-color: #fff;
    width: 35%;
    margin: 30px 20px;
    float: right;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    height: 92%;
    border-radius: 8px;
    padding: 10px 20px;
    top: 5%;
}

.overlay-table-info-header-text {
    text-transform: capitalize;
    font-size: 16px;
    background: transparent;
    font-weight: 600;
}

.overlay-generic-header {
    height: 35px;
    width: 100%;
    display: flex;
    margin-bottom: 0.5rem;
}

.overlay-generic-main {
    height: calc(100% - 100px);
    margin: 0.5rem 0px 10px 0px;
    overflow: auto;
}

.overlay-generic-container .overlay-generic-tabs li {
    list-style: none;
    display: flex;
    flex-direction: row;
    font-weight: bold;
    padding: 10px 10px;
}

.overlay-generic-container .overlay-generic-tabs li .tabNumber {
    margin: 0px 5px;
    border-radius: 50%;
    background-color: #aeadad;
    padding: 0px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.overlay-generic-container ul.overlay-generic-tabs {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin: 10px 0px;
}

.overlay-generic-tabs li.active {
    color: var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
}

.overlay-generic-container .overlay-generic-tabs li.active .tabNumber {
    margin: 0px 5px;
    border-radius: 50%;
    background-color: var(--theme-color) !important;
    padding: 0px;
    color: #f8f1f1;
    height: 20px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.overlay-generic-container .previousContainer {
    background-color: #eee !important;
}

.overlay-generic-container .previousContainer .button-text {
    color: black;
}

.overlay-generic-footer li {
    list-style: none;
}

.overlay-generic-tabs li:first-child {
    padding-left: 0px !important;
}

.overlay-generic-header-icon.pull-right.icon-remove::after {
    margin-top: 10px;
    display: block;
    width: 20%;
    line-height: 40px;
    float: right;
    width: 20%;
}

.overlay-generic-header-icon.pull-right.icon-remove {
    width: 20%;
}

.overlay-generic-header-title {
    width: 80%;
}

.overlay-generic-container .overlay-table-info-header-text img {
    padding-right: 1rem;
    padding-bottom: 6px;
}

.overlay-generic-footer .action-buttons .button {
    background-color: var(--c-bg) !important;
    color: var(--theme-color) !important;
    border: 1px solid var(--theme-color) !important;
    padding: 6px 10px
}

.overlay-generic-footer .action-buttons .button:hover {
    background-color: var(--theme-color) !important;
    color: #fff !important;
}

/* Generic overlay css End*/

/* Environment Variable overlay css start*/

.environment-variables-overlay {
    width: 60%;
    top: 5% !important;
    margin: 5% 21% !important;
    height: 80% !important;
}

.environment-variables-overlay .overlay-generic-header {
    margin-bottom: 5px;
    padding: 0px;
}

.environment-variables-overlay .overlay-table-info-header-text {
    border-bottom: 1px solid #ccc;
    padding: 0px !important;
}

.environment-variables-overlay .overlay-table-info-header-text {
    font-size: 14px;
}

.environment-variables-overlay .overlay-generic-header-title {
    width: 100% !important;
}

.environment-variables-overlay table {
    width: 100%;
    margin: 20px 10px 10px 0px;
}

.environment-variables-overlay #environment-table .fa-trash::before {
    color: #918d8d;
}

/* Environment Variable overlay css end*/


/*variable select css */

.addNewVariableContainer span.select2-container {
    width: 75% !important;
}

.add_new_variable {
    height: 36px;
    position: relative;
    top: 20px;
    margin-left: 8px;
}

/* Guardrails */

.output-guardrails-container .card-body, .input-guardrails-container .card-body {
    height: 55%;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Cloud and refresh button css */
.editcloudmodel,
.setcloudinfo, .refreshmodels{
    /*width: 12%;*/
    cursor: pointer;
}

.documentIngestionRefreshmodels,
.documentIngestionSetcloudinfo{
    width:5%;
}

.editcloudmodel:before,
.setcloudinfo:before,
.refreshmodels:before,
.refreshTools:before,
.documentIngestionRefreshmodels:before,
.documentIngestionSetcloudinfo:before{
    font-size: 15px;
}

/* Tools tabs css*/

.action-items {
    text-align: right;
}

.image-upload-wrapper {
    height: 25vh;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #fcfcfc;
}

.image-upload-container {
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 140px;
    background-color: #ffffff;
    padding: 6px 10px;
    border: 2px dotted #a3a3a3;
}

.drop_box {
    margin: 5px 0;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
}

.drop_box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
}

.drop_box p {
    margin-bottom: 20px;
    font-size: 12px;
    color: #343a40;
}

.image-upload-btn {
    width: 100%;
    text-decoration: none;
    background-color: #005af0 !important;
    color: #ffffff !important;
    padding: 10px 20px;
    border: none;
    outline: none;
    transition: 0.3s;
}

.image-upload-btn:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #005af0;
    padding: 10px 20px;
    border: none;
    outline: 1px solid #010101;
}


.code-block {
    position: relative;
}

.copy-button, .download-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f5f5f5;
    border: none;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.chat-bot-message-box img {
    width: 100%;
}

.copy-button img, .download-button img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.tools-create-new i:before {
    font-size: 20px;
    color: var(--theme-color);
}

.tools-create-new .card-title {
    color: var(--theme-color);
}

li#tools-create-button {
    border: 2px dashed var(--theme-color);
}

li#tools-create-button .fa.fa-plus-circle {
    top: 10px;
    position: relative;
}

/* Cloud configuration start  */

.cloud-information-overlay {
    width: 55%;
    margin: auto;
    position: relative;
    height: calc(100vh - 20%);
    top: 10%;
    float: none !important;
}

.cloud-information-overlay .overlay-generic-header {
    border-bottom: 1px solid #ccc;
}

.cloud-information-overlay .overlay-generic-header {
    margin-bottom: 1rem;
    padding: 0px;
}

.cloud-information-overlay .overlay-table-info-header-text {
    /* border-bottom: 1px solid #ccc; */
    padding: 0px !important;
}

.cloud-information-overlay .overlay-table-info-header-text {
    font-size: 14px;
}

.cloud-information-overlay .fa.fa-cloud::before {
    color: #666;
}

/* Cloud configuration end*/

/*DOTS_LOADING-CSS Start*/

.dots-container {
    padding: 5px;
    border-radius: 5px;
}

.loading-message {
    border: none !important;
    background: white !important;
    padding: 0px !important;
    max-width:100% !important;
}

.dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #4b9cdb;
}

.dots-container .dot:nth-last-child(1) {
    animation: jumpingAnimation 1.2s 0.6s linear infinite;
}

.dots-container .dot:nth-last-child(2) {
    animation: jumpingAnimation 1.2s 0.3s linear infinite;
}

.dots-container .dot:nth-last-child(3) {
    animation: jumpingAnimation 1.2s 0s linear infinite;
}

.dots-container {
    width: fit-content !important;
}

@keyframes jumpingAnimation {
    0% {
        transform: translate(0, 0);
    }

    16% {
        transform: translate(0, -15px);
    }

    33% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

/*DOTS_LOADING-CSS END*/

/* Publish Overlay Start */

.publish-overlay {
    width: 60%;
    margin: auto;
    position: relative;
    height: calc(100vh - 20%);
    top: 10%;
    float: none !important;
}

.publish-overlay .overlay-generic-header {
    border-bottom: 1px solid #ccc;
}

.publish-overlay .overlay-generic-header {
    margin-bottom: 5px;
    padding: 0px;
}

.publish-overlay .overlay-table-info-header-text {
    padding: 0px !important;
}

.publish-overlay .overlay-table-info-header-text {
    font-size: 14px;
}

.publishCheckbox {
    top: 3px;
}

.publish-overlay .api-request-sample {
    background-color: #1E1E1E;
    padding: 20px;
    border-radius: 5px;
    color: #C5C6C7;
    font-family: 'Courier New', Courier, monospace;
}

.publish-overlay .request-type {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.publish-overlay .request-type button {
    background-color: #0084ff;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
}

.publish-overlay .request-samples h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.publish-overlay #payload-button {
    background-color: #202124;
    color: #fff;
    border: 1px solid #5f6368;
    padding: 5px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
    cursor: pointer;
}

.publish-overlay .content-type {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.publish-overlay #json-sample {
    background-color: #2D2D2D !important;
    padding: 10px;
    border-radius: 5px;
    overflow-x: auto;
    white-space: pre-wrap;
    max-height: 400px;
}

/* Publish Overlay End */

.promptsettings #templatename {
    height: 35px;
    margin-bottom: 0px !important;
}

.promptsettings .systemPromptLabel {
    top: 14px;
    position: relative;
}

/* error message */

.error-message {
    background-color: #f8d7da;
    color: #721c24;
    padding: 15px;
    border: 1px solid #f5c6cb;
    /* border-radius: 4px; */
    /* font-family: Arial, sans-serif; */
}

.error-message p {
    margin: 0;
}

#vector_store_details_form {
    padding: 1rem;
}

/* page level breadcrumb */

/*
#dynamic-breadcrumb {
    background-color: var(--c-bg) !important;
}

li.bc-item, .bc-item+.bc-item::before, #dynamic-breadcrumb a {
    color: var(--theme-color) !important;
}

.bc-item+.bc-item::before {
    font-family: "FontAwesome";
    content: "\f105";
    font-weight: normal;
    background: none;
    margin-top: -9px;
}

#bc-item .active {
    margin-top: 1px;
} */

/* page level breadcrumb-end */


/* .refreshTools,  */
.redirecttoTools {
    padding-right: 20px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

/* tools section-end */


.fullscreen-chat {
    position: fixed;
    top: 20%;
    width: 75vw;
    height: 75vh;
    margin-left: 24%;
    background-color: white;
}

/*css for responsive chat-window table structured response start*/

.res-message {
    display: block;
    max-width: fit-content;
    word-wrap: break-word;
    overflow-x: auto;
    padding: 10px;
    /* background-color: #f9f9f9; */
    border-radius: 5px;
    font-size: 14px;
  }

  .res-message table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
  }

  .res-message th,
  .res-message td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    word-break: normal;
  }

  .res-message th {
    background-color: #f2f2f2;
    font-size: 14px;
    white-space: nowrap;
  }

  .res-message td {
    font-size: 12px;
    white-space: nowrap;
  }

  .res-message table thead {
    position: sticky;
    top: 0;
    background-color: #f2f2f2;
  }

  @media screen and (max-width: 768px) {
    .res-message th,
    .res-message td {
      padding: 8px;
      font-size: 12px;
    }

    .res-message table {
      table-layout: auto;
    }
  }

/*css for responsive chat-window table structured response end*/

.guardrails_list_wrapper #editGuardrails{
    content: "\f040";
    position: absolute;
    float: right;
    right: 25px;
    bottom: 11px;
    padding: 0 15px;
    display: none;
}

.documentloadertheme .card-input-element+.card:hover, .vectorstoredetails .card-input-element+.card:hover, .document_ingested .card-input-element+.card:hover, .guardrails_list_wrapper .card-input-element+.card:hover #editGuardrails{
    display: block;
}

.guardrails_list_wrapper #deleteGuardrails{
    content: "\f040";
    position: absolute;
    float: right;
    right: 55px;
    bottom: 11px;
    padding: 0 15px;
    display: none;
}
.documentloadertheme .card-input-element+.card:hover, .vectorstoredetails .card-input-element+.card:hover, .document_ingested .card-input-element+.card:hover, .guardrails_list_wrapper .card-input-element+.card:hover #deleteGuardrails{
    display: block;
}

/* Document Ingestion Cloud Info Start*/

.document-cloud-info-overlay{
    margin-right: 20%;
    margin-left: 22%;
    top: 15%;
    z-index: 9999999999;
    position: absolute;
    height: calc(100% - 30%);
    width: 55vw;
}


.document-ingestion-block-ui{
    position: absolute;
    display: block;
    background-color: rgba(0, 0, 0, .4);
    z-index: 99999999;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

/* Document Ingestion Cloud Info End*/

#memoryEnabled{
    top:2px;
}

/* variable toggle button */
.variableToggle input[type="checkbox"] {
    display: none;
}

.variableToggle {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.variableToggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
    cursor: pointer;
}

.variableToggle .slider::before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: var(--theme-color);
}

input:checked + .slider::before {
    transform: translateX(26px);
}
/* variable toggle button-end */

/* custom pop-up  */
.genAi-custom-popup{
    border: none !important;
    padding:10px 20px;
    background-color:#fff !important;
}

.genAi-custom-popup.code-editor-python.ui-dialog .ui-widget-header{
    color:#666 !important;
    border-bottom: 1px solid #ccc !important;
    background-color: #fff !important;
    border-radius: 8px 8px 0 0px !important;
    padding-top:20px;
    margin-bottom: 20px;
}

.genAi-custom-popup #platform-modal-box.ui-widget-content {
    min-height: 50px !important;
    height: calc(100% - 100px) !important;
    background: #fff !important;
    padding: 5px;
}

.genAi-custom-popup.code-editor-python.ui-widget.ui-widget-content{
    border-radius:8px !important;
}

.genAi-custom-popup form{
    padding:unset;
}
.genAi-custom-popup.ui-dialog .ui-dialog-titlebar{
    padding: 10px 0 0 0px !important;
}

.genAi-custom-popup.ui-dialog .ui-dialog-content{
    padding:unset;
}

.genAi-custom-popup .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix{
     border:unset;
}

.genAi-custom-popup.ui-dialog .ui-dialog-buttonpane.ui-widget-content{
    border:none !important;
}

.genAi-custom-popup.code-editor-python.ui-dialog .ui-button{
    border:unset !important;
    height:32px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}


.genAi-custom-popup.code-editor-python.ui-dialog button:hover{
    border-radius: 3px !important;
    background-color:var(--theme-color) !important;
    color:#fff !important;
}

.genAi-custom-popup.code-editor-python.ui-dialog .save_tools:before,
.genAi-custom-popup.code-editor-python.ui-dialog .save_data_ingestion:before,
.genAi-custom-popup.code-editor-python.ui-dialog .save_agent_details:before,
.genAi-custom-popup.code-editor-python.ui-dialog .save_guardrails:before,
.genAi-custom-popup.code-editor-python.ui-dialog .save_prcess_selected:before,
.genAi-custom-popup.code-editor-python.ui-dialog .save_code:before {
    content: "\f0c7";
    font-size: 16px;
    padding-right:5px;
    font-weight: var(--fa-style, 900);
    font-family: FontAwesome;
}

.genAi-custom-popup.code-editor-python.ui-dialog .close_code:before {
    font-weight: var(--fa-style, 900);
    font-family: FontAwesome;
    content: "\f00d";
    font-size: 16px;
    padding-right:5px;
}

.genAi-custom-popup.code-editor-python.ui-dialog .collapsesystemprompt:before {
    font-weight: var(--fa-style, 900);
    font-family: FontAwesome;
    content: "\f066";
    font-size: 16px;
    padding-right:5px;
}

.genAi-custom-popup.code-editor-python.ui-dialog .nextTest:before,
.genAi-custom-popup.code-editor-python.ui-dialog .next:before {
    content: "\f061";
    font-size: 16px;
    font-weight: var(--fa-style, 900);
    font-family: FontAwesome;
    float: right;
    padding-left: 5px;
}

.genAi-custom-popup.code-editor-python.ui-dialog .previousTest:before,
.genAi-custom-popup.code-editor-python.ui-dialog .previous:before {
    content: "\f060";
    font-size: 16px;
    padding-right:5px;
    font-weight: var(--fa-style, 900);
    font-family: FontAwesome;
}

.genAi-custom-popup #vector_store_details_form,
.genAi-custom-popup #document_loader_form{
    margin: unset !important;
    padding: unset !important;
}

.genAi-custom-popup button.save_code.ui-button.ui-corner-all.ui-widget.button.theme-color.btn.btn-default {
    margin-right: 15px;
}
/* custom pop-up-end  */



/* Comment box styles */
/* #geniq-comment-modal.comment-box {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 1000;
}

#geniq-comment-modal .comment-modal-content {
    max-width: 300px;
}

#geniq-comment-modal .comment-modal-content h4 {
    margin: 0 0 10px;
    font-size: 16px;
}

#geniq-comment-modal .close-modal {
    cursor: pointer;
    float: right;
    font-size: 20px;
}

#geniq-comment-modal .button-container {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

#geniq-comment-modal .save_icon, #geniq-comment-modal .cancel_icon {

    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    background-color: var(--c-bg) !important;
    color: var(--theme-color) !important;
}

#geniq-comment-modal .cancel_icon {
    background-color: #dc3545;
}

#geniq-comment-modal .save_icon:hover, #geniq-comment-modal .cancel_icon:hover {
    opacity: 0.8;
} */

.geniq-message-model.ui-dialog .ui-widget-header {
    background-color: #fff !important;
    border-bottom: 1px solid #eee !important;
}

.geniq-message-model.ui-dialog .ui-dialog-title {
    color: #666 !important;
}
.geniq-message-model .ui-widget-content {
    background: #fff;
}

.geniq-message-model.ui-dialog {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee !important;
    width: 300px !important;
}

.geniq-message-model .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    border-bottom: 1px solid #eee !important;
}

.geniq-message-model.ui-dialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset button{
    border: none;
    padding: 10px 10px !important;
    border-radius: 4px;
    cursor: pointer;
    background-color: var(--c-bg) !important;
    color: var(--theme-color) !important;
    width: 75px !important;
}

/* Document Ingestion */

.document_ingested #editDocumentIngestion{
    content: "\f040";
    position: absolute;
    float: right;
    right: 6px;
    bottom: 2px;
    padding: 0 15px;
    display: none;
}

 .document_ingested .card-input-element+.card:hover #editDocumentIngestion{
    display: block;
}