html,
body,
#react-app,
.full-height {
    height: 100%;
    color: rgb(64, 64, 64);
}

.form-control {
    border-color: rgba(0, 0, 0, 0.175);
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ced4da;
}

.accordion-button {
    font-size: 0.9rem;
    padding: 0.7rem;
}

.btn:focus,
.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.color-primary {
    color: rgba(14, 187, 179, 1) !important;
    accent-color: rgba(14, 187, 179, 1) !important;
}

.background-color-primary {
    background-color: rgba(14, 187, 179, 1);
}

.background-color-primary-transparent {
    background-color: rgba(14, 187, 179, 0.05);
}

.background-color-secondary {
    background-color: rgb(250, 250, 253);
}

.background-color-secondary-transparent {
    background-color: rgba(250, 250, 253, 0.8);
}

.background-color-tertiary {
    background-color: rgb(235, 235, 240);
}

.accordion-button.collapsed {
    background-color: rgb(235, 235, 240);
}

.border-color-primary {
    border-color: rgba(14, 187, 179, 1);
}

.border-color-secondary {
    border: 1px solid rgba(0, 0, 0, 0.175);
}

.border-right {
    border-right: 1px solid #e4e7eb;
}

.control-label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
    position: relative;
}

.attribute-list .control-label {
    font-size: unset;
    align-self: start;
}

.form .control-label {
    font-size: unset;
    color: unset;
}

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

.navbar-nav-item > a {
    color: rgba(0, 0, 0, 0.7) !important;
}

.navbar-nav-item > a:hover {
    color: rgba(14, 187, 179, 1);
}

.navbar-override {
    z-index: 9999;
    justify-content: unset;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.175);
}

.nav-link,
.nav-link.active,
.nav-link:hover {
    color: rgba(0, 0, 0, 1);
}

.nav-item > a {
    cursor: pointer;
}

.brand-logo {
    margin: 0.3rem;
    height: 2rem;
}

.brand-header-text {
    font-size: 1.375rem;
    font-weight: 200;
    margin-left: 0.5rem;
    white-space: nowrap;
}

.settings-icon {
    font-size: 16px !important;
    padding: 0;
    text-align: right;
    color: unset !important;
}

.hamburger-icon {
    font-size: 16px !important;
    padding: 0;
    text-align: right;
    color: unset !important;
}

.settings-menu {
    font-size: 12px;
    position: fixed !important;
    top: 3rem !important;
    right: 0.5rem !important;
    left: unset !important;
    width: fit-content;
}

.language-menu {
    left: -6.875rem !important;
    top: 2rem !important;
    font-size: 12px;
    position: absolute !important;
}

.settings-menu .dropdown-item,
.language-menu .dropdown-item {
    padding: 0.125rem 1rem;
    display: flex;
}

.dropdown-item.no-hover:hover {
    color: unset !important;
    background-color: unset !important;
}

@media (max-width: 576px) {
    .nav-tabs {
        white-space: nowrap;
        height: fit-content;
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }
}

a,
a.nav-link {
    font-size: 13px;
    color: rgba(14, 187, 179, 1);
    text-decoration: none;
}

a:hover,
a.nav-link:hover {
    color: rgba(32, 238, 226, 1);
}

a.disabled {
    pointer-events: none;
    opacity: 0.65%;
}

a.nav-link.active {
    background-color: rgba(0, 0, 0, 0) !important;
    border-bottom: 1px solid rgb(250, 250, 253) !important;
    font-weight: bold !important;
}

.dropdown-menu {
    z-index: 9999;
}

.navigation-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1050;
    display: flex;
    justify-content: flex-start;
}

.navigation-view {
    width: 80%;
    height: 100%;
    background-color: white;
    padding: 15px;
    overflow-y: auto;
}

.sidebar {
    margin-top: -1px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9996;
    border-right: 1px solid rgba(0, 0, 0, 0.175);
    padding-top: 10px;
    width: 50px;
    min-width: 50px;
    overflow-y: auto;
}

.sidebar.expanded {
    width: 250px;
    min-width: 250px;
}

.sidebar-button-text {
    display: none;
}

.active .nav-icon {
    padding-left: 3px;
}

.active .nav-badge {
    margin-left: 2px;
}

.expanded .nav-badge {
    margin-left: 4px;
}

.expanded .active .nav-badge {
    margin-left: 2px;
}

.expanded .active .nav-icon {
    margin-left: -4px;
}

.expanded .sidebar-button-text {
    display: inherit;
    font-size: 13px;
    margin-left: 10px;
    white-space: nowrap;
}

.expanded .active .sidebar-button-text {
    margin-left: 11px;
}

.sidebar-button {
    cursor: pointer;
    font-size: 18px;
    padding: 8px 0;
    color: rgba(7, 95, 91, 1);
    overflow-x: hidden;
    user-select: none;
}

.sidebar-button:hover {
    background-color: #eaf1fa;
}

.sidebar-button.active {
    border-right: 3px solid rgba(14, 188, 179, 1);
    background-color: #eaf1fa;
}

.expanded .sidebar-button.active {
    border-radius: 0 8px 8px 0;
    border-left: 3px solid rgba(14, 188, 179, 1);
    border-right: unset;
}

.expanded .sidebar-button.active.secondary {
    border-radius: 8px;
    padding-left: 13px;
    border-left: unset;
    border-right: unset;
}

.expanded .sidebar-button {
    border-radius: 8px;
    margin: 5px 15px;
    padding: 10px;
}

.sidebar-child-menu {
    position: fixed;
    left: 49px;
    width: fit-content;
    background-color: white;
    border: 1px solid #e4e7eb;
    padding: 10px 0;
    z-index: 9999;
}

.powered-by-text {
    color: rgba(0, 0, 0, 0.5);
    font-size: 10px;
}

.powered-by-gpt {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.6);
}

.edit-portal .draggable-leaf {
    overflow: auto;
}

.portal-container {
    padding: 10px;
    background-color: rgb(235, 235, 240);
}

.portlet-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: auto;
    position: relative;
}

.portlet {
    background-color: rgb(250, 250, 253);
    overflow: auto;
    position: relative;
}

.pop-out-portlet {
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: white;
    z-index: 9999;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 8px;
}

.portal-container .portlet {
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 8px;
}

.portal-with-background .portlet {
    background-color: rgb(250, 250, 253, 0.8) !important;
}

.narrow-portlet {
    max-width: unset !important;
}

/*Hide border for nested portlets*/
.portlet .portlet {
    border: none;
}

.vertical-separator {
    position: relative;
    height: 100%;
    width: 10px;
    min-width: 10px;
}

.horizontal-separator {
    position: relative;
    height: 10px;
    min-height: 10px;
    width: 100%;
}

.tabbed-view-body .horizontal-separator {
    height: 0;
    min-height: 0;
}

.btn-fbk {
    display: flex !important;
    color: #343a40;
    --bs-btn-border-radius: 5px !important;
    font-size: 12px !important;
    font-weight: 500;
    min-height: 28px;
    white-space: nowrap;
    border: none;
}

.btn-fbk:disabled {
    border: none;
}

.btn-fbk-primary {
    background-color: rgba(14, 187, 179, 1);
    border: 1px solid rgba(14, 187, 179, 1);
    color: white;
}

.btn-fbk-primary:disabled {
    background-color: rgba(14, 187, 179, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.175);
    color: white;
}

.btn-fbk-primary:hover {
    color: white;
}

.btn-fbk:hover:enabled {
    background-color: rgba(14, 187, 179, 0.2);
    border-color: rgba(14, 187, 179, 0);
}

.btn-fbk-primary:hover:enabled,
.btn-fbk-outline:hover:enabled {
    background-color: rgba(14, 187, 179, 0.2);
    border-color: rgba(14, 187, 179, 0);
    color: #343a40;
}

.btn-fbk-outline {
    background-color: white;
}

.btn-fbk-outline,
.btn-fbk-outline:disabled,
.btn-fbk-primary:disabled {
    border: 1px solid rgba(0, 0, 0, 0.175);
}

.btn-fbk-outline.active {
    background-color: white;
    border-color: rgba(14, 187, 179, 1);
    color: rgba(14, 187, 179, 1);
}

.btn-fbk-circle {
    border-radius: 100% !important;
    width: 28px;
    height: 28px;
    padding: 0;
}

.btn-fbk-tiny-pill {
    font-size: 10px !important;
    padding: 1px 4px 2px;
    border-radius: 5px;
    line-height: 1;
}

.btn-icon {
    margin-top: 3px;
    margin-right: 5px;
}

.btn-xs {
    --bs-btn-padding-y: 0.125rem;
    --bs-btn-padding-x: 0.25rem;
    --bs-btn-font-size: 0.75rem;
}

.portal-select-button {
    width: 7rem;
    height: 8rem;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
}

.portal-select-button.with-background {
    background-color: rgba(255, 255, 255, 0.8);
}

.portal-select-button:hover,
.portal-select-button:hover .portal-select-icon {
    border-color: rgba(32, 238, 226, 1);
    background-color: rgba(255, 255, 255, 1);
}

.portal-select-button:hover .portal-select-icon {
    color: rgba(32, 238, 226, 1);
}

.form-control-sm,
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
    font-size: 12px;
}

.form-control-sm {
    min-height: unset;
}

.override-background .form-control {
    background-color: unset;
}

.override-text .form-control {
    color: unset;
}

.symmetrical-control {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.no-select {
    user-select: none;
    -ms-user-select: none;
}

.overflow-x {
    overflow-x: auto;
}

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

.clickable {
    cursor: pointer;
}

.xer-attribution {
    color: rgb(190, 190, 190);
    background-color: rgba(41, 42, 45, 0.5) !important;
}

.ol-attribution ul,
.ol-attribution a,
.ol-attribution li {
    font-size: 10px;
    text-shadow: none !important;
}

.xer-zoom {
    left: 20px;
    bottom: 0.5em;
}

.xer-zoom-in,
.xer-zoom-out,
.xer-map-control {
    width: 1.76rem !important;
    height: 1.76rem !important;
    filter: grayscale(0.7);
}

.desaturated-layer {
    filter: grayscale(0.8);
}

.loader {
    border: 2px solid rgba(14, 187, 179, 0.2);
    border-top: 2px solid rgba(14, 187, 179, 1);
    border-radius: 50%;
    margin-top: 3px;
    width: 13px;
    height: 13px;
    animation: spin 2s linear infinite;
}

.power-bi-container iframe {
    border: none;
}

.portlet-iframe {
    height: 100%;
    width: 100%;
    border: none;
}

.scrollable-portlet {
    overflow-y: auto;
    height: 100%;
}

.value-display-portlet-container {
    container-type: inline-size;
    display: flex;
    flex-direction: row;
}

.value-display-portlet-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.portal-drag-handle {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.2);
    cursor: grabbing;
}

.portal-drag-ghost-class {
    border: 2px dashed rgba(0, 0, 0, 0.2);
    height: 138px;
    margin: 0;
}

.portal-button-image-style {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: rgba(14, 188, 179, 1);
}

.add-section-btn:hover {
    cursor: pointer;
}

.add-section-btn hr:first-of-type {
    width: 100px;
    transition: none;
}

.add-section-right-line {
    width: 100px;
    transition: width 0.3s ease;
}

.add-section-btn {
    margin-top: -10px;
    height: 40px;
}

.add-section-btn:hover .add-section-right-line {
    width: 100vw;
    transition: width 0.6s ease;
}

.portal-drag-ghost-class > div {
    display: none;
}

.section-drag-ghost-class {
    border: 2px dashed rgba(0, 0, 0, 0.2);
    height: 138px;
    margin: 0;
}

.section-drag-ghost-class > div {
    display: none;
}

.section-drag-ghost-class > span {
    display: none;
}

.section-drag-ghost-class * {
    visibility: hidden;
}

.editable-list-drag-handle,
.attribute-drag-handle {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.2);
    cursor: grabbing;
}

.attribute-drag-handle-small {
    color: rgba(0, 0, 0, 0.2);
    cursor: grabbing;
    font-size: 24px;
}

.attribute-drag-ghost-class {
    border: 2px dashed rgba(0, 0, 0, 0.2);
    height: 52px;
    margin: 0;
}

.attribute-drag-ghost-class > div {
    display: none;
}

.action-drag-handle {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.2);
    cursor: grabbing;
    vertical-align: middle;
}

.tab-drag-handle {
    top: 10px;
    right: 10px;
    color: rgba(0, 0, 0, 0.2);
    cursor: grabbing;
}

.tab-drag-ghost-class {
    border: 2px dashed rgba(0, 0, 0, 0.2);
    width: 120px;
    height: 36px;
    margin: 0;
}

.tab-drag-ghost-class > div {
    display: none;
}

.editable-list-drag-ghost-class {
    border: 2px dashed rgba(0, 0, 0, 0.2);
    height: fit-content;
    margin: 0;
}

.failed-validation-border {
    border-color: #dc3545;
}

.alert-danger {
    background-color: white;
    color: #dc3545;
    border-color: #dc3545;
    font-size: 14px;
}

.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.vh-80 {
    height: 80vh;
}

.card-header {
    font-weight: 300;
    padding: 0.5rem 0.75rem;
}

.subtitle {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.detail-label-style {
    font-size: 0.8rem;
    font-weight: 300;
}

.detail-text-style {
    font-weight: 300;
    margin-bottom: 0.3rem;
}

.title {
    font-weight: 300;
    margin-bottom: 0;
}

hr.divider {
    margin: 0.625rem 0;
}

.embed-card {
    width: 32rem;
    height: 32rem;
}

.close-button {
    font-size: 0.8rem;
    position: absolute;
    top: 0;
    right: 0.9rem;
    cursor: pointer;
}

.dot {
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 50%;
}

.grey-dot {
    background-color: #808080;
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 50%;
}

.orange-dot {
    background-color: orange;
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 50%;
}

.pill {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    padding: 2px 8px;
    overflow: hidden;
    white-space: nowrap;
    color: white;
    user-select: none;
}

.blue-pill {
    background-color: #007bff;
}

.xefr-slate-pill {
    background-color: #212628;
}

.xefr-slate-80-pill {
    background-color: #4b4f52;
}

.xefr-slate-60-pill {
    background-color: #75797a;
}

.xefr-aqua-pill {
    background-color: #83cdca;
    color: black;
}

.xefr-aqua-80-pill {
    background-color: #9ad4d2;
    color: black;
}

.xefr-aqua-60-pill {
    background-color: #c7aaa9;
    color: black;
}

.xefr-teal-pill {
    background-color: #33ada8;
}

.xefr-teal-80-pill {
    background-color: #6fbcb8;
}

.xefr-teal-60-pill {
    background-color: #98cbc7;
}

.slate-blue-pill {
    background-color: #6a5acd;
}

.olive-green-pill {
    background-color: #808000;
}

.steel-blue-pill {
    background-color: #4682b4;
}

.sienna-pill {
    background-color: #a0522d;
}

.cadet-blue-pill {
    background-color: #5f9ea0;
}

.search-button {
    height: 34px;
    padding: 7px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.chart {
    padding: 15px;
}

.master-navigation-sidebar {
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9998;
    padding: 15px;
    border-right: 1px solid #e4e7eb;
    overflow: auto;
    font-size: 14px;
}

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

.grid-cell-modified {
    animation-duration: 2s;
    animation-name: flash-and-fade;
}

@keyframes flash-and-fade {
    from {
        background-color: rgba(14, 188, 179, 1);
    }

    to {
        background-color: rgba(255, 255, 255, 0);
    }
}

.flex-basis-0 {
    flex-basis: 0 !important;
}

.draft-js-image {
    max-width: 100%;
}

.DraftEditor-root {
    font-size: 13px;
    font-weight: 300;
}

@keyframes pulse {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0.25;
        transform: scale(0.75);
    }
}

.schema-accordion-button {
    background-color: #f6f6f6;
}

.schema-accordion-button:not(.collapsed) {
    background-color: #eaf1fa;
}

.accordion {
    margin-bottom: 0.8rem;
}

.pipeline-log {
    padding-left: 0.5rem;
    border-radius: 5px;
    padding-bottom: 0px;
    margin: 0;
    padding-top: 0.5rem;
    max-height: 400px;
    overflow-y: scroll;
    border: 1px solid rgba(0, 0, 0, 0.175);
}

.pipeline-run {
    margin-bottom: 0.8rem;
    border: none;
}

.pipeline-timeline-message {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
}

.accordion-button.pipeline-run-header::after {
    order: -1;
    margin-right: 0.5rem;
    margin-left: 0;
}

.accordion-button.pipeline-run-header.collapsed,
.accordion-button.pipeline-run-header {
    background-color: transparent;
    color: black;
    padding: 0;
}
.accordion-button.pipeline-run-header:not(.collapsed) {
    box-shadow: none;
}

.pipeline-timeline-line {
    position: absolute;
    left: 51px;
    top: 7px;
    bottom: 11px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.175);
}

.accordion-body.pipeline-timeline {
    padding: 0.2rem;
    padding-top: 0.4rem;
    padding-left: 45px;
    position: relative;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}

.vertical-slider {
    position: absolute;
    width: 10px;
    height: 100%;
    cursor: col-resize;
}

.horizontal-slider {
    position: absolute;
    width: 100%;
    height: 10px;
    cursor: row-resize;
}

.react-datepicker-popper {
    z-index: 9999 !important;
}

.lookup-configuration {
    padding-left: 0.8594rem;
}

.centered-horizontally {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.centered-vertically {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.justify-space-between {
    justify-content: space-between;
}

.height-fit-content {
    height: fit-content;
}

.divided > *:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.175);
}

.code-editor {
    font-size: 12px;
    padding: 0;
}

.code-editor > * {
    height: 100%;
}

.fa-solid.fa-invert-hover:hover,
.fas.fa-invert-hover:hover {
    font-weight: 300;
}

.fa-light.fa-invert-hover:hover,
.fal.fa-invert-hover:hover {
    font-weight: 900;
}

.chart-doughnut-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
    width: 25%;

    p {
        margin: 4px;
        padding: 0;
        line-height: 1.2;
    }

    * {
        transform: translate(0, 25%);
    }
}

.attribute-list {
    display: grid;
    grid-template-columns: auto 10fr;
    grid-gap: 0.75rem 1rem;

    & :nth-child(2n) {
        white-space: pre-wrap;
    }
}

.pending {
    background-color: #fff3cd;
}

.file-upload-text {
    font-size: 12px;
    color: grey;
}

.flex-grow-children > * {
    flex-grow: 1;
}

.dotted-border {
    border: 1px dashed rgba(0, 0, 0, 0.4);
}

.form-element-editor-buttton {
    margin-top: 0.3rem;
}

.form-buttons {
    margin-left: auto;
}

.formlet-definition-editor {
    .editable-list-buttons {
        margin-left: 0.5rem;
        margin-top: 0.3rem;
    }
}

.data-instance-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    position: relative;
}

.toast-container {
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 75px;
    padding-bottom: 75px;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 999999;
}

.toast {
    width: 40rem;
    max-width: 80%;
}

.table {
    font-size: 12px;
}

.react-select-option:hover {
    background: #deebff;
}
.react-select-option.custom-select__option--is-focused {
    background: none;
}
.react-select-option.custom-select__option--is-selected {
    background: #2684ff;
}

.viewmap-sidebar {
    position: relative;
    font-size: 12px;
    border-right: 1px solid rgba(0, 0, 0, 0.175);
    padding: 1rem;
    z-index: 999;
}

.viewmap-sidebar:not(.expanded) {
    width: 0;
    padding: 0;
    border-right: unset;
}

.viewmap-control {
    position: static !important;
    z-index: 9;
}

.semantic-highlight {
    background-color: yellow;
    padding: 0 2px;
    border-radius: 2px;
    display: inline;
}

.carousel-control:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.tag-flex {
    display: flex;
    justify-content: flex-end;
}

.tag {
    display: inline-block;
    width: fit-content;
    margin-bottom: 3px;
    font-size: 5px;
    font-weight: 500;
    padding: 1px 3px;
    border-radius: 3px;
    text-transform: uppercase;
}

.tag-light {
    color: #fff;
}

.map-filter-search {
    font-size: 10px;
    margin-left: 10px;
}

.editor-input {
    min-width: 800px;
}

.editor-input.read-only {
    border: none;
    padding: 10px;
}

@media (max-width: 767px) {
    .editor-input.read-only {
        padding: 0;
    }
}

.editor-input.editable {
    min-height: 200px;
    border: 1px solid #ccc;
    padding: 10px;
}

.editor-input a {
    font-size: inherit;
    font-weight: inherit;
}

.lex-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px;
    font-size: 13px;
}

.lex-toolbar-divider {
    width: 1px;
    height: 24px;
    background-color: #ccc;
    align-self: center;
}

.lex-floating-toolbar {
    position: fixed;
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 40001;
}

.lex-modal {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 40002;
    display: flex;
    align-items: center;
    gap: 8px;
}

.editor-input table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    table-layout: fixed;
}

.editor-input td {
    border: 1px solid #ccc;
    padding: 6px 10px;
    background: white;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
}

.editor-input tr:nth-of-type(1) td:first-child {
    border-top-left-radius: 6px;
}
.editor-input tr:nth-of-type(1) td:last-child {
    border-top-right-radius: 6px;
}
.editor-input tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}
.editor-input tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

.editor-input td + td {
    border-left: none;
}
.editor-input tr + tr td {
    border-top: none;
}

.editor-input td:hover {
    background-color: #f9f9f9;
}

.editor-input ul > li:has(> ul):not(:has(> span, > p, > div)) {
    list-style-type: none;
    padding-left: 0;
}

.artefact-decorator {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}

.artefact-caption {
    padding: 0.5rem;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.artefact-decorator img,
.artefact-decorator video,
.artefact-decorator iframe,
.artefact-decorator .card {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.table-hover-button {
    position: absolute;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    z-index: 40000;
}

.table-hover-button span {
    font-size: x-small;
    display: block;
}

.table-cell-resizer {
    z-index: 40000;
    position: absolute;
    background: transparent;
}

.table-cell-resizer .right {
    top: 0;
    right: -2px;
    width: 5px;
    height: 100%;
    cursor: col-resize;
}

.table-cell-resizer .bottom {
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 5px;
    cursor: row-resize;
}

.table-cell-action-button-container {
    position: absolute;
    z-index: 40000;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.table-cell-action-button,
.table-cell-action-button-container * {
    pointer-events: auto;
}

.table-cell-action-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 15px;
    color: #222;
    display: inline-block;
    cursor: pointer;
}

.table-cell-action-button:hover {
    background: #e0e0e0;
}

.table-cell-action-button span {
    font-size: x-small;
    display: block;
}

.table-dropdown-menu {
    display: flex;
    flex-direction: column;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 0;
    z-index: 40005;
    min-width: 140px;
    overflow: hidden;
}

.table-dropdown-item {
    all: unset;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    background-color: white;
    color: #333;
    transition: background 0.2s ease;
}

.table-dropdown-item:hover {
    background-color: #f5f5f5;
}

.table-dropdown-item .fa-trash {
    color: #c0392b;
}

@media (max-width: 768px) {
    .mobile-stack {
        flex-direction: column;
    }
}

.thumbnail-card {
    width: 20%;
    overflow: hidden;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .thumbnail-card {
        width: 100%;
    }
}

.card {
    font-size: 14px;
    margin-bottom: 15px;
}

.accordion-body .card:last-child {
    margin-bottom: 0px;
}

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

.thumbnail-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.web-link-preview {
    overflow: auto;
    height: 100%;
}

.fa-chevron-down.section-chevron {
    transition: transform 0.2s ease;
}

.fa-chevron-down.section-chevron[data-bs-toggle="collapse"][aria-expanded="false"] {
    transform: rotate(-180deg);
}

.fa-chevron-down.section-chevron[data-bs-toggle="collapse"][aria-expanded="true"] {
    transform: rotate(0deg);
}

/* Section visibility toggle styles */
.section-visibility-toggle {
    transition: color 0.2s ease-in-out;
    font-size: 12px !important; /* Make eye icon smaller */
}

.section-visibility-toggle:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

.section-visibility-toggle.visible {
    color: #495057 !important; /* Dark grey when visible/selected */
}

.section-visibility-toggle.hidden {
    color: #adb5bd !important; /* Light grey when hidden/not selected */
}

.ai-suggestion-banner {
    padding: 6px 10px;
    font-size: 10px;
    min-width: 0;
    width: 100%;
}

.ai-suggestion-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ai-suggest-wrapper:has(.ai-suggestion-banner) .mb-3 {
    margin-bottom: 0.25rem !important;
}

.suggestion-count {
    font-size: smaller;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6);
}

.edit-resizable-preview {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    border: 1px dashed gray;
}

.edit-resizable-handle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: nwse-resize;
}

.edit-resizable-handle.top-left {
    left: 0;
    top: 0;
}

.edit-resizable-handle.bottom-right {
    right: 0;
    bottom: 0;
}

.css-gyoyly-multiValue {
    margin: 2px 2px 2px !important;
}
