#explorer-loader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1100;
}

.link-color-blue {
    color: #ffffff;
}

.welcome-image {
    height: 400px;
    width: 555px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.textarea_fix-height {
    min-height: 32px !important;
    height: 64px;
}

.database_creation-icons {
    filter: grayscale(100%);
    width: 50%;
    height: 45%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 200px;
}

.database-choice:hover,
.database-choice:hover .database_creation-icons {
    filter: none;
    color: #2568B1;
}

.database-choice .dmiux_cards__item {
    padding-top: 30px;
    padding-bottom: 25px;
    height: auto;
}

.database-choice .dmiux_cards__item:hover {
    border-color: #2568B1;
}

.database-choice .dmiux_cards__item p {
    min-height: 60px;
}

@media screen and (min-width: 767.99px) {
    .dmiux_cards__row {
        display: flex;
    }
}

@media screen and (max-width: 767.98px) {
    .database-choice .dmiux_cards__item {
        margin-left: 10px;
        margin-right: 10px;
        height: auto;
    }

    .dmiux_cards__row {
        display: block;
    }
}

/* Class for vuejs transition */
.slide-enter-active {
    animation: slide-enter-to 1.0s cubic-bezier(1, 0.5, 0.8, 1);
}

@keyframes slide-enter-to {
    0% {
        opacity: 0;
        transform: translateX(300px);
    }

    50% {
        opacity: 1;
        transform: translateX(0px);
    }

    100% {
        transform: translateX(0px);
    }
}

#explorer-loader-backdrop {
    width: 100%;
    height: 3000px;
    z-index: 999;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #1a1a1a;
    opacity: 0.5;
    overflow: hidden;
}

.database-table_height {
    height: 49.39;
}

.table tbody>tr>td.vertical-aligned {
    vertical-align: middle;
}

.breadcrumbs {
    padding-right: 0px;
    white-space: nowrap;
    margin-right: 0px;
}

.breadcrumb_slash::before {
    content: "/";
    padding: 0 3px;
}

.breadcrumb_overflow,
.general_overflow {
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb_overflow-1 {
    max-width: 50vw;
}

.breadcrumb_overflow-2 {
    max-width: 35vw;
}

.breadcrumb_overflow-3 {
    max-width: 25vw;
}

.breadcrumb_link {
    color: #007bff;
    text-decoration: none;
}

.add-table_view_overflow {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.height-245 {
    height: 245px;
}

.min-height-vh-15 {
    min-height: 15vh;
}

.widget .card-body {
    padding: 0px;
}

.widget .card-header,
.card .card-footer {
    padding: 0.5rem 1.25rem;
    background: #5a6984;
    color: #ffffff;
}

.widget .card-header .dmiux_btn,
.card .card-footer .dmiux_btn {
    font-size: 12px;
    padding: 4px 8px;
    min-height: 0px;
}

.progress {
    background: rgba(125, 149, 204, 0.6);
}

.progress-bar {
    background-color: #7d95d9;
}

.progress-bar-text {
    display: block;
    text-align: center;
    font-size: 95%;
    z-index: 9;
    position: absolute;
    color: #fff;
    width: calc(100% - 24px);
}

.hidden {
    display: none !important;
}

.compare-equal {
    background-color: rgba(4, 157, 80, 0.24) !important;
}

.compare-different {
    background-color: rgba(153, 9, 0, 0.24) !important;
}

.compare-not-found {
    color: rgba(0, 0, 0, 0.30) !important;
}

.ui-widget-header {
    background: white;
    border: none;
}

.arrow_fix_right {
    left: 93.5% !important;
}

#query-table thead tr th {
    width: 100px !important;
}

#modal-add_comment img,
#modal-add_comment table.table {
    max-width: 100% !important;
    overflow: scroll !important;
}

.breadcrump-aside {
    grid-row: 1;
}

.preview-table>tr:hover {
    background-color: #0f2f2f;
    cursor: pointer;
}

#panel-source table tr td {
    border-top: none !important;
    font-size: 14px;
    font-family: "Courier New", Courier, monospace;
    padding: 2px;
}

.toolbar_holder {
    width: 100%;
}

.ribbon_toolbar {
    background: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #f5f5f5;
}

.autocomplete-items div:hover {
    background-color: lightgray;
}

.autocomplete-active {
    background-color: lightgray !important;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #a9a9a9;
    border-top: none;
    z-index: 99;
    top: 82%;
    left: 0;
    right: 0;
    overflow-y: scroll;
    max-height: 175px;
    margin-left: 20px;
    margin-right: 20px;
}

.ribbon-mobile {
    display: none;
}

.max_width_900 {
    max-width: 900px !important;
}

.flip_sort {
    transform: rotateX(180deg);
}

.sort_column {
    cursor: pointer;
}

.tooltip_dmi div[data-tooltip]:hover::after,
.tooltip_dmi div[data-tooltip]:hover::before,
.tooltip_dmi button[data-tooltip]:hover::after,
.tooltip_dmi button[data-tooltip]:hover::before,
.tooltip_dmi a[data-tooltip]:hover::after,
.tooltip_dmi a[data-tooltip]:hover::before,
.tooltip_dmi_tables div[data-tooltip]:hover::after,
.tooltip_dmi_tables div[data-tooltip]:hover::before {
    opacity: 1;
}

.tooltip_dmi div[data-tooltip]::before,
.tooltip_dmi button[data-tooltip]::before,
.tooltip_dmi a[data-tooltip]::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-bottom: 7px;
    padding: 0 6px;
    border-radius: 4px;
    background-color: #31373D;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    white-space: nowrap;
    color: #FFF;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-50%);
    transition-duration: 0.125s;
    transition-property: opacity;
}

.tooltip_dmi div[data-tooltip]::after,
.tooltip_dmi button[data-tooltip]::after,
.tooltip_dmi a[data-tooltip]::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-bottom: 3px;
    margin-left: -4px;
    border-top: 4px solid #31373D;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    pointer-events: none;
    opacity: 0;
    transition-duration: 0.125s;
    transition-property: opacity;
}

.tooltip_dmi_tables div[data-tooltip]::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    margin-bottom: 7px;
    padding: 0 6px;
    border-radius: 4px;
    background-color: #31373D;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    white-space: nowrap;
    color: #FFF;
    pointer-events: none;
    opacity: 0;
    transition-duration: 0.125s;
    transition-property: opacity;
}

.tooltip_dmi_tables div[data-tooltip]::after {
    content: '';
    position: absolute;
    bottom: 100%;
    margin-bottom: 3px;
    margin-left: 16px;
    border-top: 4px solid #31373D;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    pointer-events: none;
    opacity: 0;
    transition-duration: 0.125s;
    transition-property: opacity;
}

/* Start: enforce horizontally truncated tooltipster tooltip */
.tooltipster-base.tooltipster-truncated .tooltipster-content {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 40vw;
}

@media only screen and (max-width: 1280px) {
    .tooltipster-base.tooltipster-truncated .tooltipster-content {
        max-width: 50vw;
    }
}

/* End: enforce horizontally truncated tooltipster tooltip */

#rule_results_table_filter input {
    padding: 5px 31px 5px 11px;
    border-radius: 4px;
    border: 1px solid #BEC7D3;
    background-color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #1C2028;
    cursor: pointer;
    transition-duration: 0.125s;
    transition-property: border-color;
    -moz-appearance: none;
    -webkit-appearance: none;
}

@media screen and (max-width: 767.98px) {
    .dmiux_app-nav__dropdown_warehouse {
        width: 268px;
    }
}

.warehouse_option {
    color: #A2ADBE;
    cursor: pointer;
}

.nav_tab_admin {
    position: relative;
    margin-right: 28px;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #5A6984;
    transition-duration: 0.125s;
    transition-property: color;
}

.nav_tab_admin.dmiux_active {
    color: #006AE4;
}

.nav_tab_admin.dmiux_active::after {
    opacity: 1;
}

.nav_tab_admin::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #006AE4;
    opacity: 0;
    transition-duration: 0.125s;
    transition-property: opacity;
}

.warehouse_option_disable {
    color: #A2ADBE;
}

.warehouse_option:hover {
    color: #006AE4;
}

.paging-input {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dropdown .dropdown-item:hover {
    background-color: rgba(125, 149, 217, 0.24);
}

.counts_menu:hover .counts_container {
    display: block !important;
    height: 100px;
}

.map_menu:hover .map_container {
    display: block !important;
    height: 150px;
}

.mappings_pointer {
    cursor: pointer;
}

.max-screen-height {
    overflow-y: scroll;
    max-height: 86vh;
}

.mt-6 {
    margin-top: 4em !important;
}

.mt-7 {
    margin-top: 4.5rem !important;
}

.mt-8 {
    margin-top: 5rem !important;
}

.mt-9 {
    margin-top: 5.5rem !important;
}

.mt-10 {
    margin-top: 6rem !important;
}

.right-10 {
    right: 10%;
}

.right-7 {
    right: 7%;
}

.update-list {
    margin-top: 30px;
    font-size: 20px;
    margin-right: 17px;
    cursor: pointer;
}

.mapping-card {
    margin-right: 10px;
    margin-left: 10px;
    height: 350px;
    padding: 0px;
}

.cursor-p {
    cursor: pointer !important;
}

.cursor-b {
    cursor: not-allowed;
}

.cursor-d {
    cursor: default;
}

.settings-card {
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px;
}

.mapping-card-header {
    background-color: #5A6884;
    color: white;
}

.accordian-header {
    padding-top: 1px;
    padding-bottom: 1px;
}

.accordian-text {
    color: #3D6CE4;
}

.accordian-text:hover {
    color: #3D6CE4;
}

.update-list:hover {
    color: #457BFF;
}

.link-hover:hover {
    color: #457BFF;
}

.update-badge {
    margin-bottom: -24px;
}

.begin-form {
    margin: auto;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c0c8d3 !important;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c0c8d3 !important;
}

.img_active_user {
    padding-left: 3px;
    padding-right: 3px;
}

.tables_toolbar {
    flex-direction: initial !important;
}

select.form-control-sm {
    padding: .25rem .5rem;
    font-size: .875rem !important;
    line-height: 1.5;
    height: calc(1.8125rem + 2px) !important;
    border-radius: .2rem;
}

.ml-25 {
    margin-left: .7rem !important;
}

input.vs__search,
input.vs__search:focus,
input.vs__search:hover {
    background-color: transparent !important;
    border: none !important;
}

.vs__selected {
    font-size: 0.9em;
}

.callback-style {
    color: #888888;
    margin-top: 3px;
}

.inline-block {
    display: inline-block;
}

.tabbar-modal {
    padding-top: 0px;
}

.mobile-menu-button {
    height: 26px;
}

.menu-button {
    height: 32px;
}

.text-break {
    word-break: break-word;
}

.curr-logo {
    width: 180px;
    margin: 10px 5px;
}

.alert-close {
    color: #721B24;
}

.checkbox-header {
    padding: 10px 10px !important;
    text-align: center;
    border-left: 1px solid #BEC7D3;
}

.checkbox-center {
    margin-right: 0;
    margin-left: calc(50% - 10px) !important;
}

.auto-width {
    width: auto !important;
}

.red-background {
    background-color: red !important;
}

.italicized {
    font-style: italic !important;
}

.fill-container {
    height: 100%;
    width: 100%;
    overflow: auto;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.data-manager-tables {
    padding: 4px 12px;
    border-radius: 2px;
    text-align: left;
    text-decoration: none;
    color: #5A6984;
    transition-duration: 0.125s;
    transition-property: background-color, color;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
}

/* Notification Styles */
.unread-circle {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    display: inline-block;
}

.grid-row1 {
    grid-row: 1;
}

.info-color {
    background-color: #37A2B8;
}

.success-color {
    background-color: #28A745;
}

.warning-color {
    background-color: #FFC108;
}

.danger-color {
    background-color: #DC3644;
}

.min-width-200 {
    min-width: 200px;
}

.multiselect__tag {
    background: #007BFF;
}

.multiselect__content-wrapper {
    max-height: 200px !important;
}

.multiselect__tag-icon:hover {
    background: #007BFF;
}

.multiselect__option--highlight {
    background: #007BFF;
}

.white-bg {
    background: #fff;
}

.preference_row {
    min-height: 47px;
}

.code_editor {
    font-family: Consolas, Menlo, Courier, monospace;
}

.code-editor {
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #BEC7D3;
    background-color: #FFF;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #1C2028;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.dmiux_popup__cont .preference_row:nth-child(odd) {
    background-color: #fff;
}

.preference_row:hover {
    background-color: #E9EEFF !important;
}

.preference_row:hover .preference_buttons {
    opacity: 1;
}

/* TODO: Revisit all this later */
.preference_buttons {
    top: auto !important;
    left: 0% !important;
    pointer-events: auto;
    left: auto;
    opacity: 1;
}

.transformation_buttons {
    opacity: 1;
    pointer-events: auto;
    top: auto !important;
    left: auto !important;
    position: absolute;
}

.transformation_button_sortable {
    right: 40px;
}

.transformation_button_edit {
    right: 76px;
}

.transformation_button_remove {
    right: 5px;
}

.transformation_button_save {
    right: 35px;
}

.remove_button-10 {
    right: 10px;
}

.remove_button-15 {
    right: 15px;
}

.remove_button-20 {
    right: 20px;
}

.database-manager-overflow_text {
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 1.5rem);
    /* adjust width to account for scrollbar */
    text-overflow: ellipsis;
    display: inline-block;
}

.user-modal-overflow_text {
    white-space: nowrap;
    overflow: hidden;
    max-width: 20rem;
    text-overflow: ellipsis;
}

.log-details-overflow_name {
    white-space: nowrap;
    overflow: hidden;
    max-width: 11em;
    text-overflow: ellipsis;
}

.log-details-card_height {
    min-height: 190px;
}

.modal-title-overflow_text {
    white-space: nowrap;
    overflow: hidden;
    max-width: 20rem;
    text-overflow: ellipsis;
}

.lg-modal-title-overflow_text {
    white-space: nowrap;
    overflow: hidden;
    max-width: 35rem;
    text-overflow: ellipsis;
}

.activity-comment-overflow_text {
    white-space: normal;
    overflow: auto;
}

.display-inline_flex {
    display: inline-flex;
}

.database-manager-missing {
    color: #ff0000;
}

.bg-light-green {
    background-color: #D2FFDB !important;
}

.mb-60 {
    margin-bottom: 60px;
}

.database-card-image-container {
    min-height: 200px;
    padding: 1.25rem;
}

.database-card-image-container img {
    width: 100%;
}

.hide-x-scroll {
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
}

.hide-y-scroll {
    max-height: 100%;
    margin: 0;
    overflow-y: hidden;
}

.hide-scroll {
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.tbl-summ-btn,
.tbl-summ-btn:hover {
    color: white !important;
    line-height: 32px !important;
    font-size: 14px !important;
}

.tbl-summ-svg {
    margin-left: 1px !important;
    margin-right: -9px;
    margin-top: 5px;
}

.tbl-summ-dropdown {
    left: 6px;
    padding: 10px;
}

.auto-height {
    height: auto !important;
}

.mono-font {
    font-family: "GT Pressura Mono", sans-serif;
}

.join-card {
    width: 550px;
    margin: 10px;
}

.join-card-hdr {
    background: #5A6984;
    color: #fff;
    font-weight: 400;
}

.join-hdr-select {
    font-size: 13px;
    line-height: 20px;
}

.count-scroll {
    overflow-x: initial;
}

#integration-logs-table_length {
    bottom: 25px;
}

#joins_list {
    overflow-x: auto;
    max-width: 770px;
    margin-left: 0px;
    margin-right: 0px;
}

#modal-join .dmiux_popup__cont {
    overflow: auto;
}

.join_left {
    z-index: 110
}

.join_right {
    z-index: 110
}

.mute_text:hover {
    background-color: transparent !important;
    cursor: default !important;
}

.roles-edit-icon {
    float: left;
}

.roles-delete-icon {
    float: right;
}

/* Add Connector modal class */
.dmiux_popup__cont_connector {
    padding-top: 0;
    border-top: 1px solid #EEF1F4;
    height: 50vh;
}

.dmiux_popup__cont_search {
    padding: 12px 50px 12px 50px;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #5A6984;
    background-color: #FFF;
}

/* Add Connector modal class ends */

#comments-pane #comment_formating {
    white-space: normal;
    word-wrap: break-word;
    max-width: 200px;
    font-family: inherit;
    font-size: inherit;
    margin-bottom: 0;
}

/*Color Picker CSS*/
.dmiux-colorpicker-dropdown {
    position: relative;
    width: 200px;
    background: #FFF;
    color: #1c2028;
    outline: none;
    cursor: pointer;
}

.dmiux-colorpicker-dropdown>span>span {
    padding: 0 12px;
    margin-right: 5px;
}

#table_tags.dmiux_data-table__cont {
    overflow-x: visible;
}

.dmiux-colorpicker-dropdown>span:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 6px;
    top: calc(50% + 4px);
    margin-top: -6px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #BEC7D3 transparent;
}

.dmiux-colorpicker-dropdown .dropdown {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: -1px;
    right: -1px;
    background: #fff;
    font-weight: normal;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    border: 1px solid #BEC7D3;
    border-top: 0;
    max-height: 100px;
    overflow: auto;
    padding-left: 5px;
}

.dmiux-colorpicker-dropdown .dropdown li {
    display: block;
    text-decoration: none;
    color: #1c2028;
    padding: 5px;
    cursor: pointer;
}

.dmiux-colorpicker-dropdown .dropdown li>span {
    padding: 0 12px;
    margin-right: 5px;
}

.dmiux-colorpicker-dropdown .dropdown li:hover {
    background: #E9EEFF;
    color: #1c2028;
    cursor: pointer;
}

.dmiux-colorpicker-dropdown li.selected {
    background-color: #397FCF;
    color: white;
}

/*End Color Picker CSS*/

.width-70 {
    width: 70%;
}

#servers_list {
    overflow-x: auto;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.server_left {
    position: sticky;
    z-index: 50;
}

.has-badge[data-count]:after {
    position: absolute;
    right: -5%;
    top: 1%;
    content: attr(data-count);
    font-size: 50%;
    padding: .6em;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    background: rgba(255, 0, 0, .85);
    text-align: center;
    min-width: 2em;
    font-weight: bold;
}

.table-icons {
    width: 20px !important;
}

.server_right {
    position: sticky;
    z-index: 50;
    left: 93.5%;
}

[v-cloak] {
    display: none;
}

.records-left {
    position: absolute;
    z-index: 50;
    height: 45px;
    top: 50%;
}

.records-right {
    position: absolute;
    z-index: 50;
    height: 45px;
    left: 93%;
    top: 50%;
}

#datatable_scroll {
    overflow-x: auto;
    display: block;
    padding-bottom: 8px;
}

.text-decoration-none {
    text-decoration: none !important;
}

.pt-45 {
    padding-top: 2rem !important;
}

.sql-editor {
    min-height: 200px;
    height: auto !important;
    width: 100%;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.sql-editor-sm {
    height: auto !important;
   
}

.sql-editor-sm .prism-editor__container {
    min-height: 200px;
}

#projects-table .project-display_name {
    max-width: 30vw;
    overflow: hidden;
    text-overflow: ellipsis;
}

#tab-tables .dmiux_vtabs__cont,
#tab-views .dmiux_vtabs__cont,
#tab-foreign-tables .dmiux_vtabs__cont {
    max-height: 55vh;
    overflow: scroll;
}

/* Styling for create database without connector dropdown starts*/

.dmiux_database-nav__toggle {
    position: relative;
    transition-duration: 0.125s;
    transition-property: color;
}

.dmiux_database-nav__toggle svg {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 58px;
    margin: 0 -4px 0 4px;
    color: #BEC7D3;
    stroke-width: 3px;
    stroke-linecap: round;
    transition-duration: 0.125s;
    transition-property: color;
}

.dmiux_database-nav__toggle::after {
    content: '';
    position: absolute;
    z-index: 11;
    right: 22px;
    bottom: 2px;
    border-right: 6px solid transparent;
    border-bottom: 4px solid #006AE4;
    border-left: 6px solid transparent;
    opacity: 0;
    transition-duration: 0.125s;
    transition-property: opacity;
}

.dmiux_database-nav__dropdown {
    position: absolute;
    z-index: 10;
    border-radius: 0 0 4px 4px;
    background-color: #FFF;
    box-shadow: 0 2px 16px 0 rgb(0 0 0 / 30%);
    pointer-events: none;
    opacity: 0;
    transition-duration: 0.125s;
    transition-property: opacity;
}

.dmiux_database-nav__link {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    color: #5A6984;
    transition-duration: 0.125s;
    transition-property: color;
}

.dmiux_database-nav__link:hover {
    color: #006AE4;
}

.dmiux_database-nav:hover .dmiux_database-nav__dropdown {
    pointer-events: auto;
    opacity: 1;
}

.dmiux_database-row {
    display: grid;
    grid-template-columns: 30% 70%;
    cursor: pointer;
}

.dmiux_database-border-bottom {
    border-bottom: 1px solid #e2e4e8;
}

.dmiux_database-text-heading {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0px !important;
}

.dmiux_database-column-right {
    padding: 0px 10px 0px 0px;
}

.dmiux_database-column-right p {
    font-size: 12px;

}

.dmiux_database-nav__dropdown:hover>div:hover p {
    color: #2567B1;
}

.dmiux_empty_database-checkbox {
    width: 21px !important;
    height: 21px !important;
    margin-top: 2px;
}

.dmiux_simple-db-style {
    justify-content: center;
    padding: 1.25rem;
    height: 200px;
}

.dmiux_simple-db-style img {
    width: 65%;
}

.dmiux_database-column-connector {
    max-height: 70px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.dmiux_database-column-empty-db {
    max-height: 61px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.dmiux_database-column-left {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.dmiux_database-row:hover .dmiux_database-column-connector,
.dmiux_database-row:hover .dmiux_database-column-empty-db {
    filter: none;

}

.project-list-img {
    width: 50px;
}

.project-list-img-empty {
    width: 24px;
    margin-left: 12px;
}

@media screen and (max-width: 1279.98px) {
    .dmiux_database-nav__toggle {
        height: 32px;
        line-height: 22px;
    }

    .dmiux_database-nav__toggle svg {
        height: 44px;
    }
}

@media screen and (max-width: 767.98px) {
    .dmiux_database-nav:focus+.dmiux_database-nav__dropdown {
        display: block;
    }
}

@media only screen and (max-width:1920px) {
    .dmiux_database-nav__dropdown {
        width: 16%;
    }
}

@media only screen and (max-width: 1700px) {
    .dmiux_database-nav__dropdown {
        width: 18%;
    }
}

@media only screen and (max-width: 1475px) {
    .dmiux_database-nav__dropdown {
        width: 21%;
    }
}

@media only screen and (max-width: 1300px) {
    .dmiux_database-nav__dropdown {
        width: 23%;
    }
}

@media only screen and (max-width: 1190px) {
    .dmiux_database-nav__dropdown {
        width: 25%
    }
}

@media only screen and (max-width: 1140px) {
    .dmiux_database-nav__dropdown {
        width: 27%
    }
}

@media only screen and (max-width: 1023px) {
    .dmiux_database-nav__dropdown {
        width: 35%;
    }
}

@media only screen and (max-width: 755px) {
    .dmiux_database-nav__dropdown {
        width: 45%;
    }
}

@media only screen and (max-width: 769px) {
    .dmiux_simple-db-style img {
        width: 55% !important;
    }

    .dmiux_database-nav__dropdown {
        width: 41%;
    }

    .database_creation-icons {
        height: 200px;
        width: 200px;
    }
}

@media only screen and (max-width: 680px) {
    .dmiux_database-nav__dropdown {
        width: 55%;
    }
}

@media only screen and (max-width: 551px) {
    .dmiux_database-nav__dropdown {
        width: 70%;
    }
}

@media only screen and (max-width: 415px) {
    .dmiux_database-nav__dropdown {
        width: 72%;
    }
}

@media only screen and (max-width: 376px) {
    .dmiux_database-nav__dropdown {
        width: 81%;
    }
}

@media only screen and (max-width: 361px) and (min-width: 375px) {
    .dmiux_database-nav__dropdown {
        width: 81%;
    }
}

@media only screen and (max-width: 350px) and (min-width: 315px) {
    .dmiux_database-nav__dropdown {
        width: 94%;
    }

    .dmiux_database-column-right {
        padding: 0px 10px 0px 5px;
    }

    .dmiux_database-column-right p {
        font-size: 10px;
    }
}

@media only screen and (max-width: 300px) {
    .dmiux_database-column-right p {
        font-size: 7px;
    }

    .dmiux_database-column-connector {
        max-height: 51px;
    }

    .dmiux_database-column-empty-db {
        max-height: 43px;
    }

    .dmiux_database-column-right {
        padding: 0px 10px 0px 11px;
    }

    .dmiux_database-nav__dropdown {
        width: 92%;
    }
}

/* Styling for create database without connector dropdown  ends*/

/* Styling for table notes  */
.table-summary-notes-wrapper {
    background: #F9F9FB;
}

.dmiux_data-table__table tbody tr:hover {
    background-color: #eee !important;
}

.project-tab-content {
    margin: 0.5em;
    padding: 24px 0;
}

.table-summary {
    max-height: 80vh;
    overflow: auto;
    margin-bottom: 24px;
}

.table-summary-header {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
}

.table-summary-heading {
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.table-summary-sub-heading {
    font-size: .90em;
    font-weight: 600;
    margin-top: 10px;
}

.table-summary-stats {
    margin: 0 12px;
}

.table-summary-stats-heading {
    border: solid 1px #dee2e6;
    padding: 12px;
}

.table-summary-stats-contents {
    border-left: solid 1px #dee2e6;
    border-right: solid 1px #dee2e6;
    border-bottom: solid 1px #dee2e6;
}

.table-summary-stats-contents .dmiux_grid-col:nth-child(-n+2) {
    margin-top: 15px;
}

.table-summary-stats-contents .dmiux_grid-col {
    margin-bottom: 15px;
}

.table-summary-stats-contents .dmiux_grid-col div {
    margin: 0 12px;
}

.table-summary-notes {
    background-color: #fff;
    margin-bottom: 15px;
}

.table-summary-notes-wrapper_project {
    max-width: calc(100% - 50px);
}

.table-summary-notes-body-actions_project {
    font-size: 14px;
    line-height: 20px;
}

.table-summary-notes-body-actions_project a {
    font-weight: 600;
    text-decoration: none;
}

.table-summary-notes-wrapper_project .table-summary-notes-title,
.table-summary-notes-wrapper_project .table-summary-notes-content,
.table-summary-notes-wrapper_project .table-summary-notes-body-actions_project {
    position: relative;
    top: -5px;
    left: 50px;
}

.table-summary-notes-title_name {
    white-space: nowrap;
    overflow: hidden;
    max-width: 9vw;
    text-overflow: ellipsis;
}

.table-summary-notes-body-condensed {
    /* NOTE: This doesn't work. It is supposed to show an ellipse (...) at the bottom of the condensed 
       text. Either get it working or remove the entire class.  */
    display: -webkit-box;
    box-orient: vertical;
    line-clamp: 5;
}

.table-summary-notes-photo {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    margin-right: -40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

textarea.dmiux_input__input {
    min-height: 150px;
}

/* Styling for table notes end */

/* Styling for view history*/
.view-history {
    max-height: 481px;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.view-history_card {
    position: relative;
    top: -5px;
    left: 50px;
    max-width: 90%;
}

.view-history_link {
    margin-bottom: 10px;
}

.view-history_row {
    max-width: 100%;
}

.view-history_link_padding {
    padding-top: 4px;
}

.notyf_link:hover {
    color: #f3f4f9;
}

.view-history-filter {
    padding-left: .7em;
    width: 100%;
}

.view-history-date_text {
    color: #7F8FA5;
}

.view-history-title_text {
    font-size: 11px;
    float: right;
    white-space: nowrap;
}

.view-history-content_text {
    font-size: 12px;
}

.view-history-content_title {
    font-weight: 600;
    line-height: 24px;
}

.view-history-content_subtitle {
    font-size: 0.8em;
    font-weight: 600;
    line-height: 24px;
}

.view-history_select {
    font-size: .75em;
}

.view-history-message_box {
    max-height: 100px;
    overflow-y: auto;
}

.view-history-overflow_text {
    white-space: nowrap;
    overflow: hidden;
    max-width: 24%;
    text-overflow: ellipsis;
}

.view-history_alert {
    width: 100%;
}

.view-history_alert {
    margin-right: 10px;
}

@media only screen and (max-width: 991px) {
    .view-history_row {
        max-width: 100%;
        overflow-y: auto;
        max-height: 500px;
    }

    .view-history_mobile {
        width: 100%;
    }

    .view-history-message_box {
        max-height: 44px;
    }

    .view-history-filter {
        padding-right: 0px;
    }
}

/* Styling for view history end*/

/* Styling for data explorer sql errors begin*/
.de-error_height {
    max-height: 70vh;
    overflow-y: scroll;
}

/* Styling for data explorer sql errors end*/

/* Styles for studio views label  */
.studio-heading-style .breadcrumb_overflow-2 {
    max-width: 30vw;
}

.studio-heading-style .dmiux_title {
    padding-left: 5px;
}

@media only screen and (max-width: 1381px) {
    .studio-heading-style .breadcrumb_overflow-2 {
        max-width: 25vw;
    }
}

@media only screen and (max-width: 560px) {
    .studio-heading-style .dmiux_title {
        font-size: 17px;
    }
}

@media only screen and (max-width: 440px) {
    .studio-heading-style .dmiux_title {
        font-size: 13px;
    }
}

/* Styles for studio views label  ends*/
/* studio transformation styling starts */
.dmiux_else-btns-div {
    text-align: end;
    margin-top: 8px;
}

.dmiux_else-btns-div button {
    padding: 0px 8px 0px 0px;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #397FCF;
    transition-duration: 0.125s;
    transition-property: background-color, color;
}

.dmiux_else-btns-div button:not(:last-child) {
    border-right: 1px solid #ddd;
}

.else-trans-row {
    border: 1px solid #e8e6e6;
    width: 100%;
    padding: 4px 0px 0px 5px;
    display: inline-flex;
    background: #F9F9FA;
}

.else-trans-row>div {
    height: 40px;
    margin: 3px 7px 5px -4px;
    padding: 0px 8px 0px 8px;
    display: inline-flex;
}

.trans-column {
    display: -webkit-inline-box;
}

.trans-column label {
    display: inline-flex;
    padding: 4px 7px 1px 0px;
    font-size: 13px;
}

.else-trans-row>.else-if-field:first-child {
    width: 74%;
}

.else-trans-row>.if-field-style select {
    margin-left: 25px;
}

.else-trans-row>.if-field-style .dmiux_select__arrow {
    right: -14px;
}

.else-trans-row>.if-field-style:first-child {
    width: 50%;
}

.trans-column select {
    font-size: 12px;
}

.trans-column .dmiux_select__arrow {
    top: 40% !important;
}

.transformation_button_remove_custom {
    position: relative !important;
    right: -13px;
}

.if_field_1_select {
    margin-left: 26px;
}

.if_field_2_input {
    width: 93%;
}

.if_field_3_label {
    margin-left: -12px;
}

.if_field_3_input {
    width: 50%;
}

.else_field_1_input {
    width: 62%;
}

.transformation_button_remove_custom_else {
    right: 12px;
}

.trans-column .field-label {
    width: 25%;
}

.add_transformation_button {
    background: #fff;
    color: #398FC8;
    padding: 7px 0px 0px 10px;
}

.add_transformation_button:hover {
    background: #fff;
    color: #398FC8;
}

.ConditionalLogic_type {
    margin-bottom: 10px;
}

@media only screen and (max-width: 794px) {
    .else-trans-row {
        flex-wrap: wrap;
    }

    .if_field_3_label {
        margin-left: 0px;
    }

    .if_field_1_select {
        width: 100%;
    }

    .else-trans-row select {
        width: 100%;
    }

}

@media only screen and (max-width: 510px) {
    .if_field_1_select {
        width: 176px;
    }

    .else-trans-row select {
        width: 176px;
    }
}

@media only screen and (max-width: 360px) {
    .if_field_1_select {
        width: 121px;
    }

    .else-trans-row select {
        width: 121px;
    }
}

/* studio transformation styling ends */

/* Scroll on warehouse views and tables */
.side-nav-container-warehouse {
    max-height: 100vh;
    overflow-y: scroll;
}

.contents-scroll {
    overflow-y: auto;
}

.side-nav-container-warehouse .side-nav__link.dmiux_active+.side-nav__dropdown {
    max-height: 60vh !important;
}

/* width */
.contents-scroll::-webkit-scrollbar {
    width: 7px;
    border-radius: 3px;
}

/* Track */
.contents-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.contents-scroll::-webkit-scrollbar-thumb {
    background: rgb(202, 200, 200);
    border-radius: 3px;
}

/* Handle on hover */
.contents-scroll::-webkit-scrollbar-thumb:hover {
    background: rgb(202, 200, 200);
    border-radius: 3px;
}

/* Scroll on warehouse views and tables ends*/

.upload_csv {
    display: block;
    flex-direction: row;
    background: #F9F9FB;
    padding-top:10px;
}
/*wrap text of description studio project */
.wrap-description small {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    display: block;
    width: 100%;
    max-width: 500px;
}

/*wrap text of description studio project End*/

.warehouse-side-nav {
    width: 100%;
}

.warehouse-side-nav .side-nav__link {
    padding-bottom: 6px;
    margin: 0;
    padding-right: .25rem !important;
    /* Override dmiux to get rid of unncessary padding */
}

.flex-grow-1 {
    flex-grow: 1;
}

/* Start: Studio table summary caption for iPad in landscape mode */
@media screen and (max-width:1280px) and(min-width:1020px) {
    .dmiux_query-summary__caption {
        width: 70%;
    }
}

/* End: Studio table summary caption for iPad in landscape mode */

.h3-icon {
    margin: -1.4rem 0 0 0;
    height: 16px;
}


/* Start: Table notes in table summary */
.table-summary-notes-body {
    max-height: unset;
    overflow-wrap: break-word;
    max-width: 100%;
}

.table-row_selected {
    background-color: #E9EEFF !important;
}

.x-button_absolute {
    position: absolute;
    right: 10px;
    top: 9px;
}

.table-stats-padding {
    padding-top: 0.5rem !important;
}

@media (max-width: 1023px) {
    .table-stats-padding {
        padding-top: 1.5rem !important;
    }
}

.grid_margin {
    margin-left: -10px;
    margin-right: -10px;
}

.table-summary-notes-body-condensed {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    line-clamp: 5;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.table-notes-modal-note-column {
    max-width: 250px;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}

/* End: Table notes in table summary */

/* Start Temporary bootstrap dropdowns in studio (byt-1262) */
.bytespree-dropdown-toggle:after {
    display: none !important;
}

.bytespree-dropdown-menu {
    border: 0;
}

/* End: Temporary bootstrap dropdowns */
#dropdown-select_columns {
    min-width: 300px;
    max-width: 500px;
    overflow-y: scroll;
    max-height: 13vh;
}

#button-select_none,
#button-select_all {
    min-width: 100px;
}

#dropdown-select_columns .prefix-all,
#dropdown-select_columns .prefix-none {
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: underline;
}

#dropdown-select_columns .prefix-all {
    max-width: 20em;
}

#dropdown-select_columns .prefix-none {
    max-width: 19em;
}

.connector-settings .dmiux_checkbox__label {
    font-size: inherit;
}

.connector-settings .dmiux_checkbox__label {
    font-size: inherit;
}

.dmiux_cards__item label,
.dmiux_cards__item .dmiux_checkbox__label {
    font-size: 0.85em;
}

.dmiux_cards__item small {
    font-size: 0.75em;
}

#integration-settings .connector-settings {
    padding-bottom: 1.5rem !important;
}

.table-settings-cards .connector-settings {
    padding-bottom: 0.5rem !important;
}

.table-settings-cards .dmiux_cards__row {
    margin-bottom: 0.5rem !important;
}

.column-preferences {
    min-height: 400px;
}

.column-preferences .column-search {
    position: sticky;
    top: 0px;
    background-color: #F9F9FB;
    z-index: 50;
    padding-top: 10px;
}

.column-preferences .columns-container {
    position: relative;
    z-index: 30;
}

.fa-disabled {
    opacity: 0.6;
}

#modal-request_access .database-title {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 275px;
    vertical-align: bottom;
}

.preference_buttons {
    position: relative;
    margin-left: 0.25rem;
}

.preference_row .dmiux_grid-col:last-of-type {
    display: flex;
    justify-content: flex-end;
}

table#jobs td img.project-list-img {
    max-height: 35px;
    min-height: 35px;
    object-fit: scale-down;
}

/* Tiny tables that aren't full-width */
.dmiux_data-table__table_auto {
    min-width: unset;
}

.dmiux_data-table__table_auto td {
    white-space: normal;
    padding: 0.25rem;
}

#jobs_filter {
    /* Hide the default datatables search box */
    display: none;
    margin-bottom: .5rem;
}

#modal-job-log pre {
    background: #eee;
    padding: 1rem;
}

#modal-union .dmiux_grid-row:hover .dmiux_account__button {
    opacity: 1;
}

.table-settings-bookmark .fa-info-circle {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 1px;
    left: 10px;
}

.table-settings-bookmark {
    position: relative;
}

.table-settings-bookmark input {
    text-indent: 20px;
    width: 100%;
    min-width: 100%;
}

.dropdown-arrow-export {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.notification-min-width {
    min-width: 45px;
}

@media screen and (min-width: 1023.98px) {
    #modal-database-settings .dmiux_popup__window {
        max-width: 1100px;
    }

    #modal-database-settings .dmiux_popup__cont {
        padding: 0 12px;
    }

    #modal-database-settings .dmiux_popup__cont #database-settings-wrapper {
        display: flex;
        flex-flow: row;
        width: 100%;
    }

    #modal-database-settings .dmiux_popup__tabs {
        flex-flow: column;
        flex: 0 0 210px;
        margin-right: 20px;
        align-items: stretch;
    }

    #modal-database-settings .dmiux_popup__overflow {
        flex: 1 0 0;
    }

    #modal-database-settings .dmiux_popup__tabs a {
        margin-bottom: 10px;
    }

    #modal-database-settings .dmiux_popup__window_grow>div.dmiux_popup__cont {
        display: flex;
        align-items: stretch;
    }
}

.dmiux_data-table__table tbody td {
    padding: 5px 24px;
}

/** START support mode */
div#support_mode_ribbon {
    background: #ff0000;
    padding: 2px;
}

div#support_mode_ribbon #support_mode_ribbon_text {
    color: #fff;
    font-weight: bold;
    font-size: 0.75rem;
    text-align: center;
}

    /** END support mode */
    /* Default color for inactive sort icons */
    .sort-icon {
        margin-left: 5px;
        color: #374C68;
    }

    /* Color for active sort icon */
    .sort-active {
        color: #000;
    }

    /* Styles for ascending and descending sort icons */
    .sort-asc::after {
        color: #dee2e6;
        content: '▲';
        margin-left: 5px;
    }

    .sort-desc::after {
        color: #dee2e6;
        content: '▼';
        margin-left: 5px;
    }
    
    /* Show and highlight active sorting icon */
    .sort-active {
        visibility: visible;
        color: #000; /* Highlight active sorting */
    }
  
    /* Styles for ascending and descending sort icons */
    .sort-asc::after {
        color:#6491bd;
        content: '▲';
        margin-left: 5px;
    }
  
    .sort-desc::after {
        color:#6491bd;
        content: '▼';
        margin-left: 5px;
    }

th {
    position: relative;
    /* Add padding to make space for the resize handle */
    padding-right: 10px;
    cursor: pointer;
}

/* Styles for the resize handle */
th .resize-handle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    cursor: col-resize;

}

th .resize-handle:hover {
    background-color: #999;
    /* Change color on hover to indicate interactivity */
}

.table thead th {
    border: 1px solid #dee2e6 ! important;
}

.loader-container {
    position: fixed;
    width: 23%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
    /* Light overlay background */
    padding: 1%;
    border-radius: 10px;
}

.loader-db {
    border: 8px solid #f3f3f3;
    /* Light grey */
    border-top: 8px solid #004aad;
    /* Dark blue to match attachment color */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1.5s linear infinite;
}

.status-message {
    margin-top: 15px;
    font-size: 16px;
    color: #004aad;
    /* Text color to match attachment */
    font-weight: 500;
}

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

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


.time-left,
.status-message {
    margin-top: 10%;
    text-align: center;
    font-size: 1rem;
    color: #333;
}

.hr-wrapper {
    position: relative;
    margin: 1rem 0;
}

  
/* Style for the horizontal line */
.hr-line {
    border: none;
    border-top: 1px solid #ddd;
    margin: 0;
}

/* Center the "or" text in the middle of the line */
.or-text {
    position: absolute;
    top: -0.8rem;
    /* Adjust vertical alignment */
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    padding: 0 10px;
    font-weight: bold;
    color: #333;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    flex: 1;
}

/* Overlay style */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black */
    z-index: 1040;
    /* Behind modal but above other content */
    display: block;
    /* Cursor changes to pointer when hovering over overlay */
    cursor: pointer; /* Cursor changes to pointer when hovering over overlay */
}

/* Modal content */
.modal-content {
    border-radius: 10px;
    /* Subtle border */
    border: 1px solid #ddd;  /* Subtle border */
}

.modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
}

.modal-body {
    padding: 1.5rem;
    text-align:center;
}  

hr {
    border-color: #ddd;
}

.modal-texts{
    font-size:small;
}
  
.modal-user{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #cbd5e0;
    color: white;
    font-weight: bold;
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-right: 16px;
}

.dmiux_invalid {
    border: 1px solid red;
    background-color: #ffe6e6;
}


.text-wrap {
    text-wrap: wrap;
    word-wrap: break-word;
}

.script-box {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 11px 11px 11px 0px;
    font-family: monospace;
    font-size: 12px;
    white-space: nowrap;
}

/* Opening <script> tag (with left border but no right border) */
.script-tag:first-of-type {
    color: #333;
    border-left: 3px solid #bbb;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 6px 8px;
    border-radius: 5px 0 0 5px;
    background: #f8f9fa;
}

/* Script src (with only top and bottom border) */
.script-src {
    background: #fff;
    padding: 7px 7px 8px 7px;
    color: #d63384;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    white-space: nowrap;
    max-width: 100%;
    position: relative;
}
.script-src-container {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

/* Closing </script> tag (without left border) */
.script-tag:last-of-type {
    color: #333;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-right: 3px solid #bbb;
    padding: 6px 8px;
    border-radius: 0 5px 5px 0;
    background: #f8f9fa;
}

.tooltip {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0.9;
}
.ant-card, .card-body{
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px ! important;
     */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px ! important;
}

.arow{
    display: inline-block ! important;
    width:100%;

}

.ahalf{
    width:48%;
}

/* for addColumns section */
.removeColumnsIcon {
    position:static;
    width:20px;
    height:20px;
}
#modal-add_column .dmiux_popup__window {
    max-width:700px;
}
.manage-add-columns input, .manage-add-columns select {
    border:1px solid #000;
    width:100px;
}
/* end for addColumn section */

.container-stage {
    width: 100%;
    /* Adjust this as needed */
    max-width: 500px;
    /* Optional: set a maximum width */
    overflow: hidden;
    /* Ensure the content doesn't overflow */
    position: relative;
}

.container-stage-banner {
    width: 100%;
    /* Adjust this as needed */
    max-width: 100px;
    /* Optional: set a maximum width */
    overflow: hidden;
    /* Ensure the content doesn't overflow */
    position: relative;
    border: 2px dashed #ccc;
    /* Dashed border */
}

#container-image img {
    max-width: 100%;
    /* Scale the image to fit within the container */
    height: auto;
    /* Maintain the aspect ratio */
    display: block;
    /* Remove any extra whitespace */
}
  
#container-image img {
    max-width: 100%; /* Scale the image to fit within the container */
    height: auto; /* Maintain the aspect ratio */
    display: block; /* Remove any extra whitespace */
}

.image-preview-container img.preview-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}


.btn-danger {
    z-index: 10;
    /* Ensure button stays on top of the image */
    position: relative;
    /* Maintain its normal positioning flow */
}

[disabled] {
    cursor: not-allowed;
}

.gc-ml{
    margin-left:1%;
}  

.lh{
    line-height: 1;
}

.light-container{
    position: relative;
    display: inline-block;
}

.click-zone {
    position: absolute;
    z-index: 10;
}

#uploaded_image {
    display: block;
    max-width: 100%; 
}

.cta-count-tooltip .tooltip-inner{
    max-width: 350px !important;
}
.cta-count-tooltip.tooltip .tooltip-inner {
    max-width: 350px !important;
    white-space: normal; /* Ensures text wraps */
}    
.dowload-modal{
    width:100%;
}
.modal-dialog{
    top:20%;
}
.tour-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

/* Modal content */
.modal-content-tour {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

/* Heading styling */
.modal-content-tour h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

/* Paragraph styling */
.modal-content-tour p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

/* Button container */
.modal-buttons {
    display: flex;
    justify-content: space-around;
}
.btn-start-tour{
    color:white ! important;
    background-color: #007bff ! important;
    border-color: #007bff ! important;
}
.custom-hint {
    position: absolute;
    background: #fff;
    color: #333;
    padding: 8px 12px;
    border-radius: 4px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.introjs-pulse {
    animation: introjs-pulse 1s infinite;
}

@keyframes introjs-pulse {
    0% { box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5); }
    100% { box-shadow: 0 0 0 10px rgba(0, 123, 255, 0); }
}
.flag-icon{
    width:25%;
}
.selected-card {
    border: 1px solid #1890ff !important;
    box-shadow: 0 0 10px rgba(24, 144, 255, 0.5);
  }
.config-location-container {
    display: flex ! important;
    align-items: flex-start;
}  
.vertical-divider {
    height: 100%;
    background-color: #d9d9d9; 
    width: 2px;
    min-height: 203vh;
    margin: 0 16px;
}
.provider-logo {
    width: 75%; 
    height: 150px; 
    object-fit: contain;
  }
.server-dropdown{
    width:100%;
}  
.server-div{
    display:flex;
    gap:2%;
}
.give-full-width{
    width:100%;
}

.animate-spin-tag {
  display: inline-flex;
  align-items: center;
  animation: pulse 1.5s infinite;
  transition: all 0.3s ease-in-out;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(24, 144, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 4px rgba(24, 144, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(24, 144, 255, 0);
  }
}

.ip-add-group{
    display: flex;
    justify-content: right;
    color: #006AE4;
}
  
#identity-dropdown{
    margin-top: -0.5px;
    padding: 0 12px ! important;
    font-size:15px ! important;
}
.website-header{
    margin-left:-1%;
}
.data-lake-div{
    padding:0 2% 0 2%;
}
@media (min-width: 1440px) {
    #identity-dropdown {
        margin-top: -1px;
    }
    .url-ellipsis {
        max-width: 450px;
    }
    .data-lake-div{
        padding:0px;
    }
}
.url-ellipsis {
    display: inline-block;
    max-width: 370px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.copy-btn {
    background: white;
    color: white;
    border: 1px solid #f0f2f5;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s;
}

.copy-btn:hover {
    background: #0056b3;
}
.ant-calendar-range-middle{
    left:35% ! important;
}
.ant-calendar-range-right .ant-calendar-date-input-wrap {
    margin-left: -72% ! important;
}


.dmiux_popup__head h4 {
    margin:0;
    color:#fff
}

.dmiux_new-search__cont::before {
    background:none !important;
}
.dmiux_new-search__row:nth-child(odd) {
    background-color: #F9F9FB; /* Light gray */
}

@media (max-width: 576px) {  /* XS screens */
    .cta-select-dropdown {
        padding-left:0;
    }
}


.introjs-tooltip {
    font-family: 'Montserrat' !important;
    border-radius: 12px !important;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2) !important;
    padding: 10px !important;
    background: white !important;
    border: 1px solid #ddd !important;
    min-width: 351px ! important;
    max-width: 379px !important;
}

.introjs-tooltip-header {
    position: initial ! important;
    border-bottom: 1px solid #eee !important;
    padding-top: 0px ! important;
    padding-left:2% ! important;
    padding-right:2% ! important;
    min-height: 2.5rem ! important; 
}

.introjs-tooltip-title {
    font-size: 18px !important;
    font-weight: bold !important;
}

.introjs-tooltiptext {
    font-size: 14px !important;
    color: #333 !important;
    padding:2% !important;
}

.introjs-button {
    font-family: 'Montserrat' !important;
    border-radius: 6px !important;
    padding: 8px 14px !important;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15) !important;
}

.introjs-arrow {
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1)) !important;
}

.introjs-tooltipReferenceLayer * {
    font-family: 'Montserrat' !important;
}


.introjs-button .introjs-nextbutton
{
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
    cursor: pointer;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0, 0, 0, .65);
    background-color: #fff;
    border: 1px solid #d9d9d9;
}
.introjs-tooltipbuttons {
    border-top: none ! important;
    padding: 0px ! important; 
    
}
.support-add-alert{
    color:#888888;
}
.admin-search{
    width:250px ! important;
}
.ant-table-pagination {
    float: left !important;
}
.truncate-with-ellipsis {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.server-name-small{
    line-height:2 ! important;
}
.cta-button-position{
    zoom: 0.9;
}  
.admin-common-search{
    width:200px ! important;
}

.container-fluid{
    padding:0 1% 4% 1% ! important;
}
.ant-layout-header {
    font-family: 'Montserrat' !important;
    padding: 0px 24px;
}
.body-size-layout {
    padding: 0 1% 4% 1% ! important;
    margin: 0 ! important;
}   
.main-div{
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.main-footer-all{
    margin-top: auto;
    padding: 0px;
    text-align: right;
    background: #fff;
}
.ant-dropdown-menu-item, .ant-dropdown-menu-submenu-title, .ant-select-dropdown-menu-item {
    font-family: 'Montserrat' !important;
}

.ant-dropdown-menu-item, .ant-dropdown-menu-submenu-title{
    font-family: 'Montserrat' !important;
}
body, span, h4, ul li {
    font-family: 'Montserrat' ! important;
}
.ant-tooltip-inner{
    font-family: 'Montserrat' ! important;
}
.data-lake-titles{
    font-size: 1.5rem ! important;
}
.data-lake-titles > div{
    font-size: 1.5rem ! important;
    font-weight:500 ! important;

}
/* Apply margin between buttons only */
.ant-btn + .ant-btn {
    margin-left: 16px !important;    
}

/* Prevent first button from having margin if it follows the input */
.admin-common-search + .ant-btn {
    margin-left: 16px;
}
/* connectors add dialog */
.ant-space-item + .ant-space-item > .ant-btn {
  margin-left: 16px;
}
.databases-list-custom_filter-div .ant-btn {
    margin-left:0 !important;
}
.website-search-bar {
    gap:16px;
}
.identity-save_website-button {
    margin-left:16px;
}

.ant-modal-footer {
    padding:32px 32px !important;
}
h4{
    color:black ! important;
}