.t_c_selectBox {
    width: 100% !important;
}
.cls_upd2 {
    display: block;
    width: 100%;
    overflow-x: auto;
}
.cls_upd2::-webkit-scrollbar {
    width: 4px;
    border: 1px solid #d5d5d5;
}

.cls_upd2::-webkit-scrollbar-track {
    border-radius: 0;
    background: #eeeeee;
}

.cls_upd2::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #b0b0b0;
}
.cls_upd2::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    border: 1px solid #d5d5d5;
}

span.getInfoButton svg {
    max-width: 24px;
    height: 24px;
    position: relative;
    top: -2px;
}

span.getInfoButton svg path {
    fill: #2f5fd8;
}
span.getInfoButton {
    display: inline-block;
    margin: 0 0 0 5px;
}
label.labalAttach {
    width: 107px;
}
table.gridopenai_table tr th:first-child {
    width: 1%;
}

.error-label {
    color: red;
}

.dropDownSaveTo {
    min-width: 90px;
    border-color: rgb(118, 118, 118);
    border-radius: 2px;
    background-position: 93% center;
}

.ai_string_text textarea {
    width: 100%;
    height: 100px !important;
}

table#ctl00_ChildContent1_gridOpenAI {
    width: 100%;
    max-width: 100%;
}

.addNewBtnBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mypopup_header .addNewBtnBox h2 {
    margin-bottom: 0;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 700;
}

.mypopup_header h2 {
    margin-bottom: 0;
    margin-right: 20px;
}

.btn_savebtn {
    margin-left: 20px;
}

.btn_savebtn button {
    background: #03acf1;
    border: 0;
    color: #fff;
    border-radius: 4px;
    padding: 5px 20px;
}

.ai_settings {
    display: flex;
    align-items: center;
    justify-content: center;
}

table#ctl00_ChildContent1_gridString tr th:last-child {
    width: 2%;
}

table.clsGridtxtString tr th:nth-child(3) {
    width: 20%;
}

table#ctl00_ChildContent1_gridString tr th:nth-last-child(2) {
    width: 2%;
}

.wrap_btn_txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 30px;
}

span.saveto_textbox label {
    margin-right: 5px;
    text-transform: capitalize;
}

table#ctl00_ChildContent1_gridOpenAI tr td,
table#ctl00_ChildContent1_gridOpenAI tr th {
    border: 0;
}

table#ctl00_ChildContent1_gridOpenAI {
    border: 0;
}

table.gridopenai_table tr td,
table.gridopenai_table tr th {
    border: 0;
}

table#ctl00_ChildContent1_gridOpenAI tr td,
table#ctl00_ChildContent1_gridOpenAI tr th {
    border-bottom: 1px solid #e8ebf3;
    padding: 4px;
}

table#ctl00_ChildContent1_gridOpenAI tr td a img,
table#ctl00_ChildContent1_gridString tr img {
    width: 22px;
    height: 22px;
    object-fit: cover;
}

table#ctl00_ChildContent1_gridOpenAI tr th {
    background: #f1f5fa;
}

.header-btns input#ctl00_ChildContent1_btn_OpenAISave {
    margin-right: 10px;
    padding: 4px 12px;
    font-size: 16px;
}

.header-btns button.btn-danger {
    height: 33px;
    margin-left: 10px;
}

.header-btns {
    display: flex;
}

div#ctl00_ChildContent1_divHeader {
    align-items: center;
}

.ai_string_text {
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.ai_string_text input {
    flex: 0 0 calc(100% - 20%);
    max-width: calc(100% - 20%);
}

#MyPopup .ai_string_text span:last-child {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 5px 0 10px;
    padding-left: 145px;
}

.modal-body {
    max-height: calc(100vh - 140px);
    overflow-y: auto;
}

div#MyPopup {
    overflow-y: hidden;
}

#lblSelectColumn {
    pointer-events: none; /* Disable interaction on the label and pseudo-elements */
}

#lblSelectColumn::before, #lblSelectColumn::after {
    pointer-events: none; /* Ensure before/after pseudo-elements are also disabled */
}

.mypopup_header {
    display: flex;
    align-items: center;
}

.debug_checkbox span.txtCheckbox {
    width: auto !important;
}

.ai_string_text span {
    flex: 0 0 15%;
    max-width: 15%;
}

#MyPopup .ai_string_text span {
    flex: 0 0 15%;
    max-width: 15%;
}

#MyPopup .ai_string_text input {
    flex: 0 0 calc(100% - 15%);
    max-width: calc(100% - 15%);
}

table#ctl00_ChildContent1_gridString tr th,
table#ctl00_ChildContent1_gridString tr td {
    border: 0;
    border-bottom: 1px solid #e8ebf3;
    padding: 4px;
}

table#ctl00_ChildContent1_gridString tr th {
    background: #f1f5fa;
    white-space: nowrap;
}

table#ctl00_ChildContent1_gridString {
    width: 100%;
    border: 0;
    margin-top: 10px;
}

.tble_heading h4 {
    margin-bottom: 0;
    font-size: 20px;
    margin-top: 0px;
}

.ai_string_text.ai_save_to input {
    flex: 0 0 50%;
    max-width: 50%;
}

.addNewBtnBox {
    text-align: right;
    margin: 30px 0 10px;
}

.addNewBtnBox .btn,
.btn_text_save {
    border-radius: 4px;
    color: #fff;
    padding: 5px 15px;
    background-color: #03acf1;
    word-wrap: normal !important;
    font-size: 14px;
    height: auto;
    border: 0;
}

.addNewBtnBox .btn:hover,
.btn_text_save:hover {
    background: #0096d5;
}


.prefillCheckbox tbody {
    gap: 10px;
}

.prefillCheckbox>table {
    margin-top: 8px;
    margin-bottom: 12px;
}


.modal-footer button.btn {
    height: auto;
    font-size: 14px;
    line-height: 1.4;
}

.ai_string_text input {
    height: 40px;
}

#addNewOpenAIPopUp .modal-dialog {
    max-width: 100%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    margin: 0;
}

#addNewOpenAIPopUp .modal-body {
    padding: 10px 20px 20px;
}

#MyPopup textarea {
    width: 100%;
    height: 80px;
}

h4.modal-subtitle {
    margin-bottom: 20px;
    font-size: 20px;
}

#MyPopup textarea#ctl00_ChildContent1_txtString {
    width: 80%;
}

#MyPopup .ai_string_text span#ctl00_ChildContent1_rFVOpenAIString {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 145px;
}

.gridopenai_table tr th:last-child,
.clsaddNewClick tr th:last-child {
    width: 12%;
}

.clsaddNewClick tr th:nth-child(2) {
    width: 8%;
}

.clsaddNewClick tr th:nth-child(3) {
    width: 8%;
}

.gridopenai_table tr th:nth-child(4),
.clsaddNewClick tr th:nth-child(4) {
    width: 35%;
}

.gridopenai_table span#ctl00_ChildContent1_gridOpenAI_ctl02_RequiredFieldValidator7 {
    display: block !important;
}

.clslinkbtnAddString {
    margin-right: 8px;
}

table.gridopenai_table tr th:last-child {
    width: 16%;
}

.grid_table_wrap .dropDownSaveTo {
    padding: 0 5px;
}

.gridopenai_table tr th:first-child,
.clsaddNewClick tr th:first-child {
    width: 0%;
}

.ai_string_heading {
    display: flex;
    align-items: center;
}

.ai_string_heading label {
    margin-bottom: 0;
    font-size: 20px;
}

.ai_string_heading h4 {
    margin-left: 5px;
}

.grid_table_wrap textarea {
    width: 100%;
    height: 72px;
}

.debug_checkbox.checkbox {
    margin-right: 20px;
}

.debug_checkbox.checkbox label {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 25px;
}

.debug_checkbox.checkbox label::before {
    right: 0;
    left: inherit;
}

.debug_checkbox.checkbox label::after {
    left: inherit;
    right: 4px;
}

.debug_checkbox.checkbox label {
    margin-bottom: 0;
}

table.clsaddNewClick tr td,
table.clsaddNewClick tr th {
    border-width: 0 0 1px 0;
}

.open_AI_modal select {
    width: 100%;
    background-position: 96% center;
}

.open_AI_modal {
    margin-top: 70px;
}

#MyPopup input#ctl00_ChildContent1_txtSaveTo {
    flex: 0 0 50%;
    max-width: 50%;
}

table.clsaddNewClick tr th:nth-last-child(4),
table.clsaddNewClick tr th:nth-last-child(5) {
    width: 16% !important;
}

table.clsaddNewClick tr th:nth-last-child(3) {
    width: 35% !important;
}

select.clsddAiPlatForm,
select.clsAiModelDropdown {
    border: 0;
    border-bottom: 1px solid #ddd;
}

select.clsddAiPlatForm:focus-visible,
select.clsAiModelDropdown:focus-visible {
    outline: 0;
}

#advance_PopUp .form-group label {
    width: 32%;
}

#advance_PopUp .form-group select {
    width: 100%;
    box-sizing: border-box;
    border-color: #e9ecef;
}

#advance_PopUp .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#advance_PopUp .form-group label span {
    margin-left: 5px;
}

@media (min-width: 576px) {
    #MyPopup .modal-dialog {
        max-width: 1100px;
    }

    #addNewOpenAIPopUp .modal-dialog {
        max-width: 800px;
    }
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin-bottom: 5px;
}

.nested-ul {
    margin-top: 5px;
}

.nested-li:before {
    content: "\2022"; /* Add bullet point using Unicode character */
    color: #007bff; /* Set bullet point color */
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-left: 20px;
}

.heading_modal.custom_modal_cls.modal .modal-body .modal_heading {
    margin-bottom: 15px;
}

.custom_modal_cls div#info {
    text-align: left;
    padding: 0 30px;
    overflow-y: auto;
    height: 280px;
}

.custom_modal_cls div#info li {
    font-size: 15px;
}

.custom_modal_cls div#info > ul li b {
    font-size: 20px;
}

.modal-content {
    max-width: 100%;
}

.heading_modal.custom_modal_cls.modal .modal-body {
    padding-bottom: 20px;
}

div#SmartlookupSettingModal.custom_modal_cls.modal.show .modal-dialog {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: 1270px !important;
    margin: 0;
}



.downloadTemplateSettings .row {
    padding-right: 10px !important;
    padding-left: 10px !important;
    text-align: left;
    margin-bottom: 5px;
}
.downloadTemplateSettings td.CuteEditorFrameContainer iframe {
    min-height: 100%;
}

.calendarSettings .row, .calendarSettings .CSettings_innerSection {
    padding-right: 10px !important;
    padding-left: 10px !important;
    text-align: left;
    margin-bottom: 5px;
}

input#btnAddSLfiled:disabled {
    color: #fff; /* Text color */
    background-color: #cccccc!important; /* Background color for disabled state */
    cursor: not-allowed!important; /* Change cursor to indicate it's disabled */
    opacity: 0.6; /* Optional: makes it look more disabled */
}

#tblSmartlookupSettings td {
    max-width: 200px;
    word-wrap: break-word;
    white-space: break-spaces !important;
    position: relative;
}
#tblSmartlookupSettings th {
    position: sticky;
    top:-6px;
    z-index: 1;
}
#tblSmartlookupSettings input.form-control {
    width: 13px;
    height: 13px;
}
.row.tblSmartlookupSettingsRow {
    overflow: auto;
    max-height: 280px;
}
.row.tblSmartlookupSettingsRow table {
    max-width: 100%;
    width: 100%;
}
table#tblSmartlookupSettings {
    text-align: left;
}
.rfvLabel {
    color: Red;
}

.custom_modal_cls.modal.show .modal-dialog {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: 700px;
    margin: 0;
}

table.gridopenai_table img,
table.clsGridString img {
    width: 18px;
    height: 18px;
}

.queryTextContent {
    min-width: 300px;
    display: block;
}

div#dv_FunctionCall .form_wrap_div label {
    flex: 0 0 40%;
    max-width: 40%;
}

div#dv_FunctionCall .form-group select {
    flex: 0 0 60%;
    max-width: 60%;
}

.form-group.form_wrap_div2 input {
    margin-right: 4px;
}

.form-group.form_wrap_div2 label {
    width: auto;
}

.form-group.form_wrap_div2 div {
    display: flex;
}

.form-group.form_wrap_div2 {
    display: block;
}

.form-group.form_wrap_div2 div label {
    margin-right: 20px;
}

#advance_PopUp .form-group.form_wrap_div3 {
    display: block;
}

#advance_PopUp .form-group.form_wrap_div3 div {
    margin-bottom: 10px;
}

.form_wrap_div3 input {
    border: 1px solid #e9ecef;
    height: 30px;
    width: 60%;
}

select#ddSubFunCall {
    width: 50%;
}

div#SubStringAdvancePopUp .form-group label {
    width: 30%;
}

div#SubStringAdvancePopUp .form-group label.clsEnablFun {
    width: 35%;
}

div#SubStringAdvancePopUp .form-group.form_wrap_div3 div {
    margin-bottom: 10px;
}

div#SubStringAdvancePopUp .form_wrap_div label {
    flex: 0 0 40%;
    max-width: 40%;
}

div#advance_PopUp .modal-content {
    max-height: 90vh;
}

table#ctl00_ChildContent1_cblDataSets tr {
    display: flex;
    flex-wrap: wrap;
}

table#ctl00_ChildContent1_cblDataSets tr td {
    width: 25%;
    display: flex;
}

table#ctl00_ChildContent1_cblDataSets tr td label {
    width: fit-content !important;
}

div#dv_gridFunCall table {
    border: unset;
}

div#dv_gridFunCall table tr:first-child {
    background-color: #f1f5fa;
}

div#dv_gridFunCall table tr {
    border-bottom: 1px solid #e8ebf3;
}

div#dv_gridFunCall table tr td {
    padding-bottom: 4px;
}

input#btn_SaveData {
    background-color: #2f5fd8;
    color: #fff;
    border: unset;
    border-radius: 4px;
    padding: 6px 10px;
}

div#SubStringAdvancePopUp .form-group select {
    width: 68%;
    border-radius: 2px;
    box-sizing: border-box;
    border-color: #e9ecef;
    background-position: 94% center;
}

#dv_gridFunCallSubQ table th {
    background: #f1f5fa;
    border-bottom: 1px solid #e8ebf3;
    padding: 4px;
}

#dv_gridFunCallSubQ table {
    border: 0;
}

#dv_gridFunCallSubQ table tr td {
    border-bottom: 1px solid #e8ebf3;
    padding: 4px;
}

input#btn_SaveDataSubQ {
    background: #2f5fd8;
    color: #fff;
    border: 0;
    border-radius: 4px;
    height: 31px;
    padding: 0 15px;
    margin: 0;
    transition: all ease 0.4s;
    cursor: pointer;
}

input#btn_SaveDataSubQ:hover {
    background: #03acf1;
}

table#gridFunCallSubQ tr th:first-child,
table#gridFunCallSubQ tr th:nth-child(2),
table#gridFunCallSubQ tr td:first-child,
table#gridFunCallSubQ tr td:nth-child(2) {
    display: none;
}

div#dv_FunctionCall .form-group .selectWithBtn {
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: end;
}

div#dv_FunctionCall .form-group .selectWithBtn select {
    flex: 1;
    max-width: 100%;
}

div#dv_FunctionCall .form-group .selectWithBtn button.btn {
    font-size: 14px;
    background: #2f5fd8;
}

table#cblTables > tbody {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

#advance_PopUp .form-group #cblTables label {
    width: auto;
}

table#cblTablesSubQ > tbody {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

#SubStringAdvancePopUp .form-group #cblTablesSubQ label {
    width: auto;
}
.clstxtTopValidation {
    padding-bottom: 10px;
}


.attachments-Row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 15px;
}

.comboBox {
    flex: 0 0 calc(50% - 10px);
}

.comboBox span {
    display: block;
    margin-bottom: 10px;
}

.selectcolumnslist
{
    display: flex;
    column-gap: 15px;
    padding: 6px 15px;
    flex-wrap: wrap;   
}

#pnlSelectColumns.checkboxControl
{
    cursor:pointer;
}