@import url("fonts.css");

body {
    max-width: 100vw;
    overflow-x: hidden;
}

.text-warning {
    color: var(--warning);
}

.text-xxs {
    font-size: 0.6rem;
}

.studio-page-content {
    margin-top: -8.62rem; /* yes, this looks weird, but perfectly aligns w/ where we present the navbar on dashboard */
}

@media (min-width: 768px) {
    .main-content .container-fluid {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

.main-content .container-fluid.upload-portal-container {
    margin-top: -10rem !important;
}

.full-height {
    height: 100%;
}

.text-heading {
    color: #32325D;
}

.logo-text,
.logo-text i {
    font-weight: 700;
}

.logo-text i:before {
    vertical-align: middle;
}

.caption {
    font-size: 0.625rem;
}

.card .table td,
.card .table th {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.card .table td:first-child,
.card .table th:first-child {
    padding-left: 1.5rem;
}

.card .table td:last-child,
.card .table th:last-child {
    padding-right: 1.5rem;
}

.rounded-top-only {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-bottom-only {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.development-board {
    width: 100%;
}

.paginatable table {
    table-layout: fixed;
}

.paginatable table thead tr {
    display: table-row !important;
}

.paginatable table[data-page="1"] tr {
    display: none;
}

.paginatable table[data-page="1"] tr.table-page-1 {
    display: table-row;
}

.acquisition-table .table th:first-child,
.acquisition-table .table td:first-child {
    display: none;
}

#acquisition-table-container-big .acquisition-table .table th.aq-th-id,
#acquisition-table-container-big .acquisition-table .table td.data-samples-table-row-id {
    padding-left: 1.7rem !important;
}
#acquisition-table-container-small .acquisition-table .table th.aq-th-sample-name,
#acquisition-table-container-small .acquisition-table .table td.data-samples-table-row-name {
    padding-left: 1.7rem !important;
}

.acquisition-table.show-checkboxes .table th:first-child,
.acquisition-table.show-checkboxes .table td:first-child {
    display: table-cell;
}

#acquisition-table-container-big .acquisition-table.show-checkboxes .table th.aq-th-id,
#acquisition-table-container-big .acquisition-table.show-checkboxes .table td.data-samples-table-row-id {
    padding-left: 0.5rem !important;
}
#acquisition-table-container-small .acquisition-table.show-checkboxes .table th.aq-th-sample-name,
#acquisition-table-container-small .acquisition-table.show-checkboxes .table td.data-samples-table-row-name {
    padding-left: 0.5rem !important;
}

.data-samples-table-row-id-row {
    display: none;
}
#acquisition-table-container-big .data-samples-table-row-id-row {
    display: block;
}

.acquisition-table .table th,
.acquisition-table .table td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.acquisition-table tbody tr {
    cursor: pointer;
}

.acquisition-table-grid .data-samples-table-row {
    position: relative;
}

.acquisition-table-grid .data-samples-table-row.table-info {
    background-color: white;
}

.acquisition-table-grid .data-samples-table-row-wrapper {
    border: solid 1px rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
    padding: 0.75rem;
    height: 100%;
    margin-bottom: -0.5rem;
    position: relative;
}

.acquisition-table-grid .data-samples-table-row.table-info .data-samples-table-row-wrapper {
    border: solid 2px #5E72E4;
    margin: -1px; /* offset the changed border size */
    margin-bottom: calc(-0.5rem - 1px);
}

.acquisition-table .disabled-badge {
    background-color: rgb(244, 245, 246);
    position: relative;
    top: -1px;
    margin-left: 0.25rem;
    margin-bottom: -0.5rem; /* ensure the badge doesn't have any height in the DOM */
}

.acquisition-table-grid .disabled .data-samples-table-row-wrapper,
.acquisition-table-grid .disabled .data-samples-table-row-filename {
    color: #8898aa;
}

.acquisition-table-grid #select-all-row,
.acquisition-table-grid .data-samples-table-row-checkbox {
    display: none;
}

.acquisition-table-grid.show-checkboxes #select-all-row {
    display: block;
}
.acquisition-table-grid.show-checkboxes .data-samples-table-row-checkbox {
    display: inline-block;
}

.acquisition-table-grid #select-all-row {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0.25rem;
}

.data-samples-table-row-preview {
    border-radius: 6px;
    margin-bottom: 0.5rem;
}

.data-samples-table-row-preview:has(video) {
    text-align: center;
}
.data-samples-table-row-preview video {
    width: 100%;
}

.data-samples-table-row-preview img,
.data-samples-table-row-preview audio,
.data-samples-table-row-preview .data-samples-table-row-chart-body {
    max-width: 100%;
}

.data-samples-table-row-preview .data-samples-table-row-chart-body {
    padding: 4px 8px;
}

.data-samples-table-row-audio-row {
    margin: 0.25rem 0;
}

.data-samples-table-row-image-proposed-changes-body {
    text-align: center;
    margin-bottom: 0.5rem;
}

.data-samples-table-row-preview .data-samples-table-row-image-body {
    text-align: center;
}

.data-samples-table-row-audio-row audio {
    display: block;
    height: 30px;
    max-width: 100%;
    border-radius: 6px;
}

.data-samples-table-row-preview .chart {
    height: 100px;
}

.data-samples-table-row-preview  .acquisition-image-body-inner > img {
    background: var(--lighter);
}
.data-samples-table-row-preview  .acquisition-image-body-inner > img[data-loaded="1"] {
    background: none;
}
.data-samples-table-row-preview .bounding-box-container {
    z-index: 1;
}

.acquisition-table-grid .data-samples-table-row-actions {
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    z-index: 99;
}

/* ensure both hamburger menu and any bounding boxes are both fully visible */
.acquisition-table-grid .inline-edit-bb .data-samples-table-row-actions {
    right: 0rem;
    top: 0.25rem;
}
.acquisition-table-grid .inline-edit-bb .data-samples-table-row-preview  {
    margin-top: 1.5rem;
}

.acquisition-table-grid .data-samples-table-row-actions .btn[aria-expanded="false"] {
    display: none;
}

.acquisition-table-grid .data-samples-table-row-checkbox label {
    margin-right: 0.25rem;
    margin-bottom: 0;
}

.acquisition-table-grid .data-samples-table-row:hover .data-samples-table-row-actions .btn {
    display: block;
}

.acquisition-table-grid .data-samples-table-row-filename {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #525f7f;
}

.data-samples-table-row-metadata-wrapper {
    margin-bottom: 0.5rem;
}

.data-samples-table-row-metadata-wrapper:not(:has(> div)) {
    display: none;
}

.acquisition-table-grid .data-samples-table-row-metadata-row {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
}

.data-samples-table-row-metadata-title {
    font-size: 0.625rem;
    text-transform: uppercase;
}

.data-samples-table-row-metadata-value {
    font-size: 0.75rem;
}

.acquisition-table-grid .data-samples-table-row {
    padding-bottom: 0.25rem;
    margin-bottom: 0.5rem;
}

.acquisition-table-grid[data-grid-column-count="12"]  .data-samples-table-row {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.acquisition-table-grid[data-grid-column-count="11"]  .data-samples-table-row {
    flex: 0 0 9.0909%;
    max-width: 9.0909%;
}

.acquisition-table-grid[data-grid-column-count="10"]  .data-samples-table-row {
    flex: 0 0 10%;
    max-width: 10%;
}

.acquisition-table-grid[data-grid-column-count="9"]  .data-samples-table-row {
    flex: 0 0 11.111%;
    max-width: 11.111%;
}

.acquisition-table-grid[data-grid-column-count="8"]  .data-samples-table-row {
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.acquisition-table-grid[data-grid-column-count="7"]  .data-samples-table-row {
    flex: 0 0 14.285%;
    max-width: 14.285%;
}

.acquisition-table-grid[data-grid-column-count="6"]  .data-samples-table-row {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.acquisition-table-grid[data-grid-column-count="5"]  .data-samples-table-row {
    flex: 0 0 20%;
    max-width: 20%;
}

.acquisition-table-grid[data-grid-column-count="4"]  .data-samples-table-row {
    flex: 0 0 25%;
    max-width: 25%;
}

.acquisition-table-grid[data-grid-column-count="3"]  .data-samples-table-row {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.acquisition-table-grid[data-grid-column-count="2"]  .data-samples-table-row {
    flex: 0 0 50%;
    max-width: 50%;
}

.acquisition-table-grid[data-grid-column-count="1"]  .data-samples-table-row {
    flex: 0 0 100%;
    max-width: 100%;
}

.acquisition-table-grid #results-table {
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
}

.acquisition-table-grid .data-samples-table-body {
    padding: 0 0.5rem;
}

.acquisition-table-grid .data-samples-table-row {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    cursor: pointer;
}

/* default is 4 items */
#public-project-dashboard-container .acquisition-table-grid .data-samples-table-row {
    flex: 0 0 25%;
    max-width: 25%;
}

/* jump to 3 on 700px width */
@media (max-width: 700px) {
    #public-project-dashboard-container .acquisition-table-grid .data-samples-table-row {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/* jump to 2 */
@media (max-width: 420px) {
    #public-project-dashboard-container .acquisition-table-grid .data-samples-table-row {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.data-samples-table-row-save-labels {
    border-top: solid 1px rgba(0, 0, 0, 0.05);
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: right;
}
.data-samples-table-row-save-labels .btn[disabled]:hover {
    box-shadow: none;
    transform: none;
}
.data-samples-table-row-save-labels i {
    margin-right: 0.25rem;
}
.data-samples-table-row-divider {
    height: 1px;
    margin: 0.75rem 0;
    background: rgba(0, 0, 0, 0.05);
}

.validation-table .table th,
.validation-table .table td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.validation-table tbody tr {
    cursor: pointer;
}

.card .validation-table-container .table th:last-child,
.card .validation-table-container .table td:last-child {
    padding-right: 0.5rem;
}

.form-control.is-invalid,
.form-control:user-invalid {
    border-color: #fb6340;
}

.table-responsive {
    overflow-x: inherit;
    /* otherwise menu moves weirdly in table */
}

.table .thead th {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #e9ecef;
}

.navbar-vertical .navbar-nav .nav-sm .nav-link {
    font-size: 0.8125rem;
}
.nav-link i.ni {
    top: 0px;
}

.main-content .header {
    overflow: hidden;
}

.header.no-stats {
    padding-top: 6rem;
}

.header-large .header.no-stats {
    padding-top: 11rem;
}

.header-large .studio-page-content {
    margin-top: -217px;
}

.dsp-body-card {
    min-height: 240px;
    /* just here so the layout won't jump around */
}

.dsp-body-card.dsp-body-card-has-audio {
    min-height: 319px;
    /* just here so the layout won't jump around */
}

.dsp-body-card > .card-header > .row > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dsp-image-body {
    height: 150px;
}

.dsp-image-body img {
    height: 140px;
}

.dsp-video-body {
    height: 150px;
    margin-top: -1rem;
}

.dsp-video-body .acquisition-video-body-inner {
    max-width: 100%;
    object-fit: contain;
    height: 100%;
}

.dsp-video-body .acquisition-video-body-inner > video {
    max-width: 100vw;
}

.dsp-video-body video {
    height: 100%;
}

.dsp-chart-body .chart {
    height: 150px;
}

.dsp-table-body {
    height: 150px;
    overflow-y: auto;
}
.dsp-table-body .table {
    border-collapse: separate;
    border-spacing: 0;
}
.dsp-table-body thead th {
    position: sticky;
    top: 0;
    z-index: 10;
}
.col-8.dsp-table-body {
    margin-top: calc(-1.5rem - 1px) !important;
    border-bottom: solid 1px #e9ecef !important;
}
.col-8.dsp-table-body th:first-child,
.col-8.dsp-table-body td:first-child {
    padding-left: 0.75rem;
}
.col-8.dsp-table-body th:last-child,
.col-8.dsp-table-body td:last-child {
    padding-right: 0.75rem;
}
.col-8.dsp-table-body th, .col-8.dsp-table-body td {
    font-size: 0.675rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

#sliding-window,
.sliding-window {
    position: absolute;
    display: none;
    height: calc(100% - 33px);
    bottom: 35px;
    background: rgb(255, 255, 255, 0.3);
    cursor: grab;
    border: solid 2px white;
    border-radius: 6px;
}

.zoom-sliding-window {
    border-color: #FFC914!important;
}

.sliding-window-padded {
    height: calc(100% - 120px)!important;
    bottom: 70px!important;
}

.sample-editor-video-mode .sliding-window-padded {
    height: calc(100% - 70px)!important;
    bottom: 30px!important;
}

.sliding-window-resize-handler {
    position: absolute;
    height: calc(100% + 4px);
    background-color: white;
    cursor: ew-resize;
    width: 10px;
    border: solid 2px white;
    line-height: 300px;
    top: -2px;
}

.resize-handler-zoom {
    background-color: #FFC914!important;
    color: black!important;
    border-color: #FFC914!important;
    line-height: 60px!important;
}

.sliding-window-resize-handler-left {
    left: -6px;
    border-radius: 6px 0px 0px 6px;
}

.sliding-window-resize-handler-right {
    left: calc(100% - 4px);
    border-radius: 0px 6px 6px 0px;
}

.sliding-window-remove-button {
    left: calc(50% - 60px);
    top: -55px;
    margin-left: -10px;
}

.sliding-window-remove-button .arrow {
    left: calc(50% - 6.4px);
}

.sliding-window-remove-button,
.sliding-window-remove-button * {
    animation: none;
}

.sliding-window-selected {
    background-color: rgb(188, 241, 251, 0.5)!important;
    border-color: rgb(188, 241, 251)!important;
}

.sliding-window-handler-selected {
    background-color: rgb(188, 241, 251)!important;
    border-color: rgb(188, 241, 251)!important;
}

.editor-chart {
    overflow: hidden;
    padding-top: 50px;
    height: 400px;
}

.sliding-window-position-handler {
    margin-top: -20px;
    height: 100%;
    cursor: default;
}

.sliding-window-position-handler .sliding-window-position-handler-top {
    width: 13px;
    height: 10px;
    border: solid 1px rgb(251, 132, 131);
    border-radius: 4px;
    border-bottom: none;
    background: linear-gradient(rgb(240, 14, 26), rgb(199, 17, 25));
    cursor: grab;
}

.sliding-window-position-handler .sliding-window-position-handler-top-arrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid rgb(199, 17, 25);
    margin-left: 2px;
}

.sliding-window-position-handler .sliding-window-position-handler-line {
    height: calc(100% + 10px);
    width: 2px;
    background-color: rgb(199, 17, 25);
    margin-left: 5px;
    margin-top: -1px;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.feature-explorer-acquisition-info .sliding-window {
    background: rgba(0, 0, 0, 0.1);
    border: solid 2px #aaa;
}

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

#dsp-error-row {
    display: none;
}

#dsp-error-row .col {
    white-space: pre-wrap;
}

#neural-network-editor {
    height: 500px;
    border: 1px solid #cad1d7;
    border-radius: 4px;
}

#downgrade-other-reason {
    border: 1px solid #cad1d7;
    border-radius: 4px;
}

html:not(.swal2-shown) .modal {
    overflow-y: auto;
}

.swal2-popup .swal2-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#job-output {
    height: 300px;
}

#training-output {
    height: 300px;
}

.job-runner-output {
    box-sizing: content-box;
    font-size: 0.75rem;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.job-runner-output:not(:has(> .xterm)) {
    white-space: preserve;
}

/* get rid of the padding here, because we set the padding on .xterm so the scrollbars behave like they
   did before we added xterm */
.card-body.job-runner-output:has(> .xterm),
.modal-body.job-runner-output:has(> .xterm) {
    overflow-y: hidden;
    padding: 0;
}

.card-body.job-runner-output .xterm,
.modal-body.job-runner-output > .xterm {
    /*
       top/bottom to 1rem, looks better for some reason,
       left to 1.5rem, that's the same as the normal padding for modal/card,
       right to 1rem, as the scrollbar takes 0.5rem too (so total is 1.5rem)
    */
    padding: 1rem 1rem 1rem 1.5rem;
    height: 100%;
}

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

.modal-header {
    padding: 1.25rem 1.5rem;
}

.progress-report .fa-spinner {
    margin-right: 5px;
}

.progress-report .fa-spinner.spin-animation {
    animation: spin 3s linear infinite;
}

#feature-explorer-content[data-has-features="1"] {
    height: 400px;
}

#feature-explorer-content.has-content {
    height: 400px;
    margin-left: -1rem;
}

table.confusion-matrix {
    table-layout: fixed;
}

.confusion-matrix th.thead-light {
    color: #8898aa;
    background-color: #f6f9fc;
    border-color: #e9ecef;
    border-right: solid 1px #e9ecef;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 1.5rem;
}

.confusion-matrix-container {
    width: 100%;
    position: relative;
}

.confusion-matrix-loading {
    position: absolute;
    top: 0;
}

.confusion-matrix th.thead-light:first-child {
    padding-left: 0.7rem;
}

.confusion-matrix .empty {
    background: white;
}

.confusion-matrix td,
.confusion-matrix th {
    font-size: 0.65rem;
    border: solid 1px #e9ecef;
    line-height: 0%;
}

.confusion-matrix th {
    text-transform: uppercase;
    font-size: 0.65rem;
    letter-spacing: 1px;
    overflow: hidden;
    white-space: nowrap;
}

.confusion-matrix td.matrix-diagonal {
    font-weight: 600;
    color: #fff;
    background-color: #2dce89;
}

.confusion-matrix .overridden {
    background-color: 'white';
    color: '#525f7f';
}

.classification-chart-body .chart {
    height: 180px;
}

.classification-chart-body .acquisition-table-body .table {
    border-bottom: solid 1px #1f3a68;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(246, 249, 252, 0.3);
}

.detailed-classification-table-container {
    max-height: 600px;
    overflow-y: scroll;
    display: block;
}

#detailed-classification-table thead {
    top: 0;
}

#detailed-classification-table thead th {
    position: sticky;
    top: 0;
}

#detailed-classification-table tbody tr {
    cursor: pointer;
}

#detailed-classification-table td,
#detailed-classification-table th {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

#detailed-classification-table td:first-child,
#detailed-classification-table th:first-child {
    padding-left: 1.5rem;
}

#detailed-classification-table td:last-child,
#detailed-classification-table th:last-child {
    padding-right: 1.5rem;
}

#detailed-classification-table.only-anomalies tr.no-anomaly {
    display: none;
}

#export-output,
#upload-output,
#autosegmenter-output,
#output {
    height: 270px;
}

#add-data-modal-import-from-project .job-runner-output {
    min-height: 300px;
}

.select-project-title .select-project-title-description {
    text-align: left;
}

@media (max-width: 991px) {
    .select-project-title .select-project-title-description {
        text-align: center;
        margin-top: 1rem;
    }

    .select-project-title .select-project-title-create-btn {
        text-align: center;
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
    }
}

#select-project-table tbody tr {
    cursor: pointer;
}

#select-project-table tbody tr:hover {
    background-color: #ececec;
    /* todo pick better color from official scheme */
}

.two-col-modal .two-col-modal-col2 {
    padding-left: 1.5rem;
    border-left: 1px solid #e9ecef;
}

@media (max-width:991px) {
    .two-col-modal .two-col-modal-col2 {
        padding-left: 15px;
        border-left: none;
        padding-top: 1rem;
        border-top: 1px solid #e9ecef;
    }
}

/* begin timeline */

.timeline {
    position: relative
}

.timeline:before {
    position: absolute;
    top: 0;
    left: 1rem;
    height: 100%;
    content: '';
    border-right: 2px solid #e9ecef
}

[data-timeline-axis-style=dashed]:before {
    border-right-style: dashed !important
}

[data-timeline-axis-style=dotted]:before {
    border-right-style: dotted !important
}

.timeline-block {
    position: relative;
    margin: 2em 0
}

.timeline-block:after {
    display: table;
    clear: both;
    content: ''
}

.timeline-block:first-child {
    margin-top: 0
}

.timeline-block:last-child {
    margin-bottom: 0
}

.timeline-step {
    font-size: 1rem;
    font-weight: 600;
    position: absolute;
    z-index: 1;
    left: 0;
    display: inline-flex;
    width: 33px;
    height: 33px;
    transform: translateX(-50%);
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.timeline-step i,
.timeline-step svg {
    line-height: 1.4
}

.timeline-step-icon {
    border: 2px solid #e9ecef;
    background: #fff
}

.timeline-step-xs {
    font-size: .75rem;
    width: 17px;
    height: 17px
}

.timeline-step-sm {
    font-size: .75rem;
    width: 23px;
    height: 23px
}

.timeline-step-lg {
    font-size: 1.75rem;
    width: 47px;
    height: 47px
}

.timeline-content {
    position: relative;
    position: relative;
    top: -6px;
    margin-left: 60px;
    padding-top: .5rem
}

.timeline-content:after {
    display: table;
    clear: both;
    content: ''
}

.timeline-body {
    padding: 1.5rem
}

@media (min-width:992px) {
    .timeline:before {
        left: 50%;
        margin-left: -2px
    }
    .timeline-step {
        left: 50%
    }
    .timeline-content {
        width: 38%
    }
    .timeline-body {
        padding: 1.5rem
    }
    .timeline-block:nth-child(even) .timeline-content {
        float: right
    }
    [data-timeline-axis-color=primary]:before {
        border-color: #5e72e4
    }
    [data-timeline-axis-color=secondary]:before {
        border-color: #f7fafc
    }
    [data-timeline-axis-color=success]:before {
        border-color: #2dce89
    }
    [data-timeline-axis-color=info]:before {
        border-color: #11cdef
    }
    [data-timeline-axis-color=warning]:before {
        border-color: #fb6340
    }
    [data-timeline-axis-color=danger]:before {
        border-color: #f5365c
    }
    [data-timeline-axis-color=light]:before {
        border-color: #adb5bd
    }
    [data-timeline-axis-color=dark]:before {
        border-color: #212529
    }
    [data-timeline-axis-color=default]:before {
        border-color: #172b4d
    }
    [data-timeline-axis-color=white]:before {
        border-color: #fff
    }
    [data-timeline-axis-color=neutral]:before {
        border-color: #fff
    }
    [data-timeline-axis-color=darker]:before {
        border-color: #000
    }

    .col-lg-min-width-720 {
        min-width: 720px;
    }
}

.timeline-one-side:before {
    left: 1rem
}

.timeline-one-side .timeline-step {
    left: 1rem
}

.timeline-one-side .timeline-content {
    width: auto
}

@media (min-width:992px) {
    .timeline-one-side .timeline-content {
        max-width: 30rem
    }
}

.timeline-one-side .timeline-block:nth-child(even) .timeline-content {
    float: none
}


/* end time line */

.badge-inactive {
    color: #879cb0;
    background-color: rgba(224, 225, 226, 0.5);
}

.badge-inactive[href]:hover,
.badge-inactive[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #919ca6;
}

.badge-primary-bg {
    color: white;
    background-color: #5E72E4;
}

.connection-status i {
    width: 0.6rem;
    height: 0.6rem;
}
.connection-status-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#device-table .device-name .media-body {
    max-width: calc(100% - 64px);
}
@media (max-width: 940px) {
    #device-table .device-type {
        display: none;
    }
}
@media (max-width: 660px) {
    #device-table .device-id {
        display: none;
    }
}

.chart-labels {
    height: 51px;
}

.chart-labels>.chart-canvas {
    width: 51px;
    height: 51px;
}

.impulse-design-menu span {
    max-width: 130px;
    display: block;
}

.impulse-design-menu i {
    min-width: 1.75rem;
}
.impulse-design-menu i.fa-circle {
    font-size: 0.7rem !important;
    padding-left: 4px;
}

.impulse-design-menu a.nav-link {
    padding-right: 0 !important;
}

.architecture-selection-btn:hover {
    color: white !important;
    background-color: rgb(94, 114, 228);
    cursor: pointer;
}

.icon-xs {
    width: 0.75rem;
    height: 0.75rem;
    padding: 0;
}

.create-impulse>div>.card {
    min-height: 420px;
    margin-bottom: 1.5rem !important;
}

.create-impulse.create-impulse-image>div>.card {
    min-height: 440px;
}

.create-impulse #view-all-learn-output-features,
.create-impulse #view-all-output-features {
    cursor: pointer;
}

.create-impulse>div>.card.empty {
    border: dashed 2px var(--light);
    background-color: rgb(248, 249, 254);
    min-height: 150px;
}

.align-card-vertically {
    display: flex;
    justify-content: center;
    align-items: center;
}

.create-impulse .noUi-connects {
    background-color: rgba(33, 37, 41, 0.7);
}

.create-impulse .noUi-horizontal .noUi-handle {
    background-color: #fff;
}

.create-impulse .noUi-horizontal .noUi-handle.noUi-active {
    box-shadow: 0 0 0 2px rgba(222, 222, 222, 0.6);
}

.create-impulse .noUi-connect {
    background-color: rgba(255, 255, 255, 0.8);
}

.classification-card .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border-color: white;
}

.create-impulse-modal-toggle:focus {
    outline: none;
}

.navbar-active {
    background: rgb(247, 250, 252);
    font-size: 0.875rem;
}

.navbar-inactive {
    color: rgb(247, 250, 252);
    font-size: 0.875rem;
}

.navbar-inactive:not(:hover) {
    border-color: transparent;
}

.nav-link>.fas {
    font-size: 0.875rem;
    padding-left: 0.1rem;
}

.navbar-vertical .navbar-brand>img {
    margin-top: 10px;
    max-height: inherit;
    max-width: 100%;
    margin-left: -0.2rem;
}

.data-samples-table-row-name {
    font-weight: 600;
}

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

.retrain-card .fa-spinner {
    animation: spin 4s linear infinite;
}

.fa-spinner.spin-animation {
    animation: spin 4s linear infinite;
}

.retrain-card .fa-check {
    color: var(--green);
}

.validation-table .fa-spinner,
#classification-loading-in-progress .fa-spinner {
    animation: spin 4s linear infinite;
}

#resend-activation .fa-spinner {
    animation: spin 4s linear infinite;
}

#acquisition-table-container-big .expand {
    display: none;
}

#acquisition-table-container-big .compress {
    display: block;
}

@media (min-width: 992px) {
    #acquisition-table-container-small {
        min-height: 1221px;
    }
}

#acquisition-table-container-small .expand {
    display: block;
}

#acquisition-table-container-small .compress {
    display: none;
}


/** small aq table layout */

#acquisition-table-container-small .acquisition-table .aq-th-checkbox {
    width: 46px;
}

#acquisition-table-container-small .acquisition-table .aq-th-sample-name {
    width: auto; /* autogrow */
}

#acquisition-table-container-small .acquisition-table .aq-th-label {
    width: 20%;
}

#acquisition-table-container-small .acquisition-table .aq-th-added {
    width: 20%;
}

#acquisition-table-container-small .acquisition-table .aq-th-length {
    width: 100px;
}

#acquisition-table-container-small .acquisition-table .aq-th-action {
    width: 56px;
    padding-right: 1rem !important;
}

#acquisition-table-container-small .acquisition-table td.ei-menu {
    padding-right: 1rem !important;
}

#acquisition-table-container-small .aq-th-id,
#acquisition-table-container-small .aq-th-created,
#acquisition-table-container-small .aq-th-device,
#acquisition-table-container-small .aq-th-signature,
#acquisition-table-container-small .aq-th-sensors,
#acquisition-table-container-small .data-samples-table-row-id,
#acquisition-table-container-small .data-samples-table-row-created,
#acquisition-table-container-small .data-samples-table-row-device-name,
#acquisition-table-container-small .data-samples-table-row-signature,
#acquisition-table-container-small .data-samples-table-row-sensors {
    display: none;
}


/** big aq table */

#acquisition-table-container-big .acquisition-table .aq-th-checkbox {
    width: 46px;
}

#acquisition-table-container-big .acquisition-table .aq-th-id {
    width: 116px;
}

#acquisition-table-container-big .acquisition-table .aq-th-sample-name {
    width: auto; /* autogrow */
}

#acquisition-table-container-big .acquisition-table .aq-th-label {
    width: 10%;
}

#acquisition-table-container-big .acquisition-table .aq-th-created {
    width: 10%;
}

#acquisition-table-container-big .acquisition-table .aq-th-length {
    width: 100px;
}

#acquisition-table-container-big .acquisition-table .aq-th-added {
    width: 10%;
}

#acquisition-table-container-big .acquisition-table .aq-th-device {
    width: 10%;
}

#acquisition-table-container-big .acquisition-table .aq-th-signature {
    width: 7%;
}

#acquisition-table-container-big .acquisition-table .aq-th-sensors {
    width: 12%;
}

#acquisition-table-container-big .acquisition-table .aq-th-action {
    width: 56px;
    padding-right: 1rem !important;
}

#acquisition-table-container-big .acquisition-table td.ei-menu {
    padding-right: 1rem !important;
}

.leader-mask {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    overflow: hidden;
    transform: translateX(0);
    pointer-events: none;
}

.bg-ee-gradient-primary {
    background: linear-gradient(87deg, #fdb80a 0, #f6562c 100%) !important
}

.bg-ee-gradient-primary-2 {
    background: linear-gradient(87deg, #f6562c 0, #f6562c 80%, #fdb80a 100%) !important
}

.bg-ee-gradient-primary-flipped {
    background: linear-gradient(87deg, #f6562c 0, #fdb80a 100%) !important
}

.bg-ee-impulse-orange {
    background: #f6572c;
}

.bg-ee-acid-blue {
    background: #3bbecc;
}

.bg-ee-lime-green {
    background: #a1ce08;
}

.bg-ee-yellow {
    background: #fcb807;
}

.bg-ee-dark-gray {
    background: #4c4c4c;
}

.bg-ee-light-gray {
    background: #aaa;
}

.acquisition-chart-body .chart {
    height: 250px;
}

.zoom-chart-container {
    height: 100px;
}

.acquisition-image-body {
    height: 200px;
    text-align: center;
    padding-top: 0;
}

.acquisition-page .acquisition-image-body,
.acquisition-page .acquisition-video-body {
    max-height: 400px;
    height: auto;
}

.acquisition-page .acquisition-image-body-inner > img,
.acquisition-page .acquisition-video-body-inner > video {
    max-height: calc(400px - 1.5rem);
}

.data-samples-table-row-preview  .acquisition-image-body-inner > img,
.data-samples-table-row-preview  .acquisition-video-body-inner > video {
    max-height: max(400px, calc(100vh - 150px));
}

.acquisition-table-body {
    max-height: 362px;
    overflow-y: auto;
    margin-bottom: 0.5rem;
}
.acquisition-table-body .table {
    border-collapse: separate;
    border-spacing: 0;
}
.acquisition-table-body thead th {
    position: sticky;
    top: 0;
    z-index: 10;
}

.acquisition-video-body {
    height: 300px;
    text-align: center;
    display: none;
    padding-top: 0;
}

.acquisition-page .acquisition-video-body {
    height: 400px;
}

.acquisition-image-body .acquisition-image-body-inner,
.acquisition-video-body .acquisition-video-body-inner {
    height: 100%;
    display: inline-block;
}

.acquisition-image-body img, .acquisition-video-body video {
    height: 100%;
}

#classification-summary-container {
    max-height: 400px;
    overflow-y: auto;
}

/* override for classification page -> */
.classification-page .acquisition-image-body,
.classification-page .acquisition-image-body img {
    max-height: 200px;
}

.classification-page .acquisition-image-body {
    height: auto!important;
}

.classification-page .acquisition-image-body-large,
.classification-page .acquisition-image-body-large img {
    max-height: 400px!important;
}

.classification-page .acquisition-image-body.comparison-image,
.classification-page .acquisition-image-body.comparison-image img {
    height: unset;
    max-height: 400px;
}
/* <- override for classification page */

.classification-page .acquisition-video-body {
    height: 200px;
}

.acquisition-image-body-inner > img, .acquisition-video-body-inner > video {
    max-width: 100%;
    object-fit: contain;
    object-position: top;
}

.acquisition-is-processing {
    color: rgba(255, 255, 255, 0.7);
    padding-top: 6rem;
    cursor: default;
}

.classification-page .feature-explorer-content {
    height: 250px;
}

.classification-page .feature-explorer-content:has(.plotly) {
    margin-left: -1rem;
}

.classification-page .classification-chart-body .chart {
    height: 150px;
}

.validation-table-container {
    max-height: calc(100vh - 365px);
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    min-height: 250px;
}

.announcement-mt .validation-table-container {
    max-height: calc(100vh - 380px);
}

.validation-table-container thead {
    top: 0;
}

.validation-table-container thead th {
    position: sticky;
    top: -1px;
    z-index: 1;
}

.validation-table-container > .loading-bg-container {
    position: absolute;
    width: 100%;
    height: calc(100vh - 365px);
    padding-top: calc(50vh - 200px);
    font-size: 40px;
}

.input-slider-value,
.sliding-window-slider-value,
.range-slider-value {
    cursor: pointer;
}

.footer {
    padding-bottom: 1.5rem;
}

.user-widget .user-widget-name {
    color: white !important;
}

#sidenav-main .user-widget {
    display: none !important;
}

#form-page-main .user-widget {
    margin-right: 0;
    padding-right: 1.25rem;
    display: inherit !important;
}

#form-page-main .user-widget .user-widget-name,
#sidenav-main .user-widget .user-widget-name {
    color: #172b4d !important;
}


#device-table .avatar {
    text-align: center;
}

#device-table .avatar img {
    width: inherit;
}

#device-table .avatar-edgeimpulse img {
    padding: 0.4rem;
}

#device-table .avatar-st img {
    padding: 0.1rem;
}

#device-table .avatar-espressif img {
    padding: 0.1rem;
}

#device-table .avatar-eta img {
    padding: 0.1rem;
}

#device-table .avatar-openmv img {
    padding: 0.4rem;
}

#device-table .avatar-seeed img {
    padding: 0.3rem;
}

#device-table .avatar-silabs img {
    padding: 0.1rem;
}

#device-table .avatar-himax img {
    padding: 0.3rem;
}

#device-table .avatar-arduino img {
    padding: 0.1rem;
}

#device-table .avatar-advantech img {
    padding: 0.1rem;
}

#device-table .avatar-sony img {
    padding: 0.1rem;
}

#device-table .avatar-nordic img {
    padding: 0.2rem;
}

#device-table .avatar-raspberry img {
    padding: 0.2rem;
}

#device-table .avatar-synaptics img {
    padding: 0.2rem;
}

#device-table .avatar-nvidia img {
    padding: 0.4rem;
}

#device-table .avatar-ti img {
    padding: 0.1rem;
}

#device-table .avatar-renesas img {
    padding: 0.1rem;
}

#device-table .avatar-infineon img {
    padding: 0.1rem;
}

#device-table .avatar-syntiant img {
    padding: 0.2rem;
}

#device-table .avatar > i {
    width: 48px;
}

@media (max-width: 1199.98px) {
    .navbar-nav .nav-link {
        padding: .625rem 0;
        color: #172b4d !important;
    }
    .navbar-nav .dropdown-menu {
        box-shadow: none;
        min-width: auto;
    }
    .navbar-nav .dropdown-menu .media svg {
        width: 30px;
    }
    .navbar-collapse {
        width: calc(100% - 1.4rem);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1050;
        margin: .7rem;
        overflow-y: auto;
        height: auto !important;
        opacity: 0;
    }
    .navbar-collapse .navbar-toggler {
        width: 20px;
        height: 20px;
        position: relative;
        cursor: pointer;
        display: inline-block;
        padding: 0;
    }
    .navbar-collapse .navbar-toggler span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        opacity: 1;
        background: #283448;
    }
    .navbar-collapse .navbar-toggler :nth-child(1) {
        transform: rotate(135deg);
    }
    .navbar-collapse .navbar-toggler :nth-child(2) {
        transform: rotate(-135deg);
    }
    .navbar-collapse .navbar-collapse-header {
        display: block;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .navbar-collapse .collapse-brand img {
        height: 36px;
    }
    .navbar-collapse .collapse-close {
        text-align: right;
    }
    .navbar-collapse.collapsing,
    .navbar-collapse.show {
        padding: 1.5rem;
        border-radius: 0.375rem;
        background: #FFF;
        box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
        animation: show-navbar-collapse .2s ease forwards;
    }
    .navbar-collapse.collapsing-out {
        animation: hide-navbar-collapse .2s ease forwards;
    }
    .navbar-vertical .navbar-collapse {
        margin-left: 1rem;
        margin-right: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .navbar-vertical .navbar-collapse:before {
        content: '';
        display: block;
        margin: 1rem -1rem;
    }
    #sidenav-main .user-widget {
        margin-right: 0;
        display: inherit !important;
    }
    #navbar-main .user-widget {
        display: none !important;
    }
    #navbar-main .page-title {
        line-height: 56px;
    }
    .navbar-vertical .navbar-brand {
        display: none;
    }
}

.topnavbar .dropdown-menu-user,
.navbar .dropdown-menu-user {
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0.375rem;
    position: absolute;
}

label.raw-data-axes {
    height: auto;
}

section.preset {
    display: none;
}


/* edit project name */

#dashboard-project-name,
#dashboard-organization-name {
    position: relative;
    display: inline-block;
}

#profile-user-name i,
#dashboard-project-name i,
#dashboard-organization-name i {
    visibility: hidden;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    vertical-align: 0.255em;
}

#dashboard-project-name:hover,
#dashboard-organization-name:hover {
    cursor: pointer;
}

#dashboard-project-name:hover i,
#dashboard-organization-name:hover i {
    visibility: visible;
}

.topnavbar .navbar-brand img,
.navbar-horizontal .navbar-brand img {
    max-width: 208px;
    max-height: 45px;
    min-height: 45px;
    height: min-intrinsic;
}

.form-header {
    overflow: hidden;
    padding-top: 8rem;
    padding-bottom: 18rem;
}

.form-container {
    margin-top: -18rem;
}

.form-container .card.shadow {
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important;
}

.form-container .btn-orange {
    background: #f6572c;
    border-color: #f6572c;
    color: white;
}

.form-container .table .thead-light th {
    background-color: #f4f5f7;
}

#collaborators-table .collab-avatar {
    padding-right: 0;
    width: calc(48px + 1.5rem);
}

#collaborators-table .collab-name {
    overflow: hidden;
    padding-right: 0;
    /* max-width: calc(100% - );
    width: calc(100% - ); */
    white-space: nowrap;
}

#collaborators-table .collab-dropdown {
    width: 50px;
    padding-right: 0;
    padding-left: 0.5rem;
}

#neural-blocks-modal .author-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 11em; /* needed for overflow to work here */
}

@media (max-width: 600px) {
    #neural-blocks-modal .author-name {
        max-width: 7em; /* needed for overflow to work here */
    }
}

.form-page-footer .copyright {
    font-size: 0.875rem;
}

.form-page-footer .copyright a,
footer.footer .copyright a {
    color: #3bbecc;
}


#retrain-menu-item>a>i {
    position: relative;
}

#retrain-new-data-indicator {
    position: absolute;
    font-size: 0.4rem !important;
    left: 0.6rem;
    top: 0.2rem;
}

.dev-profile-bg {
    background-color: var(--secondary);
}

.dev-profile-header-bg {
    height: 215px;
    top: initial;
}

.dev-profile .badge-dev-profile {
    font-size: 0.5rem;
    vertical-align: bottom;
}

.dev-profile .dropdown a {
    outline-style: none;
}

.badge-light {
    box-shadow: inset 0px 0px 0px 1px rgba(135, 156, 176, 0.3); /* 1px inset border */
}

#account-settings .org-name h4,
#user-profile-project-selector-container h4,
#user-profile-custom-blocks-container h4,
#user-profile-custom-blocks-container .block-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#user-profile-project-selector-container .project-name a.h4 {
    padding-left: 2px; /* otherwise some characters (like "J") are cut off */
    margin-left: -2px;
}

/* increase hit box of the <a> element using a pseudo element */
#user-profile-project-selector-container .project-name a.h4 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}

#user-profile-project-selector-container .project-name a.h4:after {
    content: "";
    padding: 2.1rem 0;
    position: absolute;
    left: 0;
    top: -1.45rem;
    width: 100%;
    height: 100%;
    /* uncomment this to see the whole hitbox */
    /*
    background: red;
    border: solid 1px white;
    */
}

#user-profile-project-selector-container .project-name .project-name {
    /* project-name has text-truncate, which hides overflow, which unfortunately hides the left
       part of certain characters like "J" (which overflow a bit to the left).
       adding some negative margin and positive padding to ensure we always show this fully. */
    margin-left: -3px;
    padding-left: 3px;
}

#account-settings .px-card-body,
.dev-profile .px-card-body {
    padding: 0px 1.5rem;
}

#account-settings .subsection {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}

.profile-page .rounded-circle {
    border: solid 3px white;
}

.profile-page .photo-row {
    margin-top: -35px;
}

#user-profile-card-orgs-container {
    overflow-x: auto;
}

.profile-page .photo-row .upload-icon,
.org-deploy-modal .photo-row .upload-icon,
#add-campaign-modal .photo-row .upload-icon {
    display: none;
}

#user-profile-card-container .photo-row {
    height: 96px;
    width: 96px;
    margin: 15px 0;
}

.profile-page .photo-row img,
.org-deploy-modal .photo-row img {
    width: 180px;
    height: 180px;
    background: white;
    transition: none;
}

#add-campaign-modal .photo-row img {
    width: 180px;
    height: auto;
    background: white;
    transition: none;
}

#user-profile-card-container .photo-row img {
    width: 96px;
    height: 96px;
    transition: none;
}

#user-avatar-container .icon {
    position: absolute;
    left: 80px;
    top: 10px;
}

.org-avatar {
    color: #fff;
    background: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ededed;
    box-sizing: border-box;
}

.org-avatar .default-logo {
    width: 80%;
    height: 80%;
}

.profile-page .photo-row img:hover,
.org-deploy-modal .photo-row img:hover,
#add-campaign-modal .photo-row img:hover {
    transform: translate(-50%, -30%);
}

.profile-page .photo-row:hover .upload-icon,
.org-deploy-modal .photo-row:hover .upload-icon,
#add-campaign-modal .photo-row:hover .upload-icon {
    position: absolute;
    display: block;
    border-radius: 50% !important;
    transform: translate(-50%, -30%);
    position: absolute;
    left: 50%;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    width: 174px;
    height: 174px;
    line-height: 174px;
    text-align: center;
    font-size: 3rem;
}

.org-deploy-modal .photo-row,
#add-campaign-modal .photo-row {
    margin-bottom: 140px;
}

.org-deploy-modal .photo-row img,
#add-campaign-modal .photo-row img {
    border-radius: 0;
}

.org-deploy-modal .photo-row:hover .upload-icon,
#add-campaign-modal .photo-row:hover .upload-icon {
    border-radius: 0 !important;
    width: 180px;
    height: 180px;
    line-height: 180px;
}

#upload-photo-modal .empty,
.org-deploy-modal .empty,
#upload-header .empty,
#add-campaign-modal .empty {
    border: dashed 2px var(--light);
    background-color: rgb(248, 249, 254);
    min-height: 150px;
}

#crop-photo-area .croppie-container {
    height: 300px;
}

.ei-table {
    table-layout: fixed;
}

.ei-table th, .ei-table td {
    overflow: hidden;
    text-overflow: ellipsis;
}

.ei-table .ei-menu {
    overflow: visible;
}

.ei-table td,
.ei-table th {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.ei-table td:first-child,
.ei-table th:first-child {
    padding-left: 1.5rem;
}

.ei-table td:last-child,
.ei-table th:last-child {
    padding-right: 1.5rem;
}

.form-group .generate-btn {
    position: absolute;
    top: 9px;
    right: 2px;
}

.keras-visual-editor-row-autotune>.col {
    border-style: dotted !important;
    background: repeating-linear-gradient( 45deg, rgb(247, 248, 252), rgb(247, 248, 252) 10px, rgb(252, 253, 255) 10px, rgb(252, 253, 255) 20px) !important;
}

.keras-visual-editor-row .tuning-options {
    color: #a3adb9 !important;
}

.keras-visual-editor-row>.col>.row {
    position: relative;
}

.keras-visual-editor-row>.col {
    border: solid 1px var(--gray);
    border-radius: 3px;
}

.keras-visual-editor-row-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.keras-visual-editor-row-title .badge {
    cursor: default;
}

.keras-visual-editor-row-disabled {
    opacity: 0.5;
}

.keras-visual-editor-row.dragging>.col {
    border-style: dashed;
    background: #bcf1fb !important;
}

.keras-visual-editor-separator {
    margin: 0.5rem -0.4rem;
    border: none;
    border-top: solid 1px var(--gray);
    padding: 0;
}

.keras-visual-editor-add-layer>.col {
    border: dashed 1px var(--light);
    background-color: white;
    cursor: pointer;
}

.keras-visual-editor-add-layer>.col:hover {
    background-color: rgb(248, 249, 254);
}

.keras-visual-editor-edit {
    position: absolute;
    right: -9px;
    top: -7px;
    display: none;
    background-color: #f7fafc;
    padding-right: 0px;
    padding-left: 0px;
}

.keras-visual-editor-drag {
    position: absolute;
    left: 0;
    top: -7px;
    display: none;
    z-index: 100;
}

.keras-visual-editor-edit>.btn,
.keras-visual-editor-drag>.btn {
    background-color: #f7fafc;
}

.keras-visual-editor-row:hover .keras-visual-editor-edit,
.keras-visual-editor-row:hover .keras-visual-editor-drag,
.keras-visual-editor-row.dragging .keras-visual-editor-edit,
.keras-visual-editor-row.dragging .keras-visual-editor-drag {
    display: block;
}

.dropdown-item>i {
    width: 15px;
}
.dropdown-item>.dropdown-icon {
    width: 15px;
    margin-right: 1rem;
}
.dropdown-item.selected {
    font-weight: 700;
}

.keras-mode-show-visual,
.keras-mode-show-expert {
    display: none;
}

.keras-mode-visual .keras-mode-show-visual {
    display: block;
}

.keras-mode-visual .keras-mode-show-visual.row.form-group {
    display: flex;
}

.keras-mode-expert .keras-mode-show-expert {
    display: block;
}

.keras-mode-expert .keras-mode-show-expert.row.form-group {
    display: flex;
}

#select-project-table .th-name {
    width: 60%;
}

#select-project-table .th-collaborators {
    width: 40%;
}

#select-project-table .project-name {
    font-weight: 600;
}

@media only screen and (max-width: 800px) {
    #projects-table td:nth-child(2),
    #projects-table th:nth-child(2),
    #projects-table td:nth-child(3),
    #projects-table th:nth-child(3),
    #select-project-table td:nth-child(2),
    #select-project-table th:nth-child(2) {
      display:none;
    }
}

#users-table .avatar img {
    width: inherit;
}

#users-table span.user-name {
    text-overflow: ellipsis;
    display: inline-block;
}

#organization-usage-metrics .table td .progress,
#usage-metrics .table td .progress {
    height: 4px;
    width: auto;
    margin: auto;
}

#organization-data-table tbody tr {
    cursor: pointer;
}

#organization-data-table .org-data-dataset {
    display: none;
}
#organization-data-table.data-show-dataset .org-data-dataset {
    display: revert;
}

#organization-data-table .org-data-checkbox {
    width: 6%;
}

#organization-data-table .org-data-name {
    width: 43%;
}

#organization-data-table.data-show-dataset .org-data-name {
    width: 23%;
}

#organization-data-table .org-data-dataset {
    width: 20%;
}

#organization-data-table .org-data-label,
#organization-data-table .org-data-check {
    width: 15%;
}

#organization-data-table .org-data-files {
    width: 15%;
}

#organization-data-table .org-data-created {
    width: 11%;
}

#organization-data-table .org-data-menu {
    width: 8%;
}

#organization-data-table .org-data-check {
    display: none;
}

#organization-data-table.data-has-check .org-data-label {
    display: none;
}

#organization-data-table.data-has-check .org-data-check {
    display: table-cell;
}

#files-table td, #dashboard-datasets-table td,
#datasets-table td {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

#files-table td:last-child,
#files-table th:last-child {
    padding-right: 1rem;
}

#files-table .files-name {
    /* noop */
}

#files-table .files-size {
    width: 60px;
}

#files-table .files-menu {
    width: 90px;
}

#metadata-table td {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

#metadata-table td:last-child,
#metadata-table th:last-child {
    padding-right: 1.0rem;
}

#metadata-table .metadata-key {
    width: 50%;
}

#metadata-table .metadata-value {
    width: 50%;
}

#metadata-table .metadata-menu {
    width: 50px;
}

#checks-table {
    table-layout: fixed;
}

#checks-table td, #checks-table th {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

#checks-table .checks-check {
    width: 40px;
    text-align: center;
}

#mapping-editor {
    height: 500px;
    border: 1px solid #cad1d7;
    border-radius: 4px;
}

#export-output {
    height: 500px;
}

.add-device-icon {
    margin-bottom: 2rem;
}

.add-device-icon .icon {
    width: 6rem;
    height: 6rem;
}

.add-device-icon .icon i {
    font-size: 2rem;
}

.add-device-text {
    color: rgb(82, 95, 127);
}

.add-device-link:hover .add-device-icon .icon i,
.add-device-link:hover .add-device-text {
    color: var(--gray-dark);
    cursor: pointer;
}

.add-device-link:hover .add-device-icon .shadow {
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.35) !important;
}

#phone-qr-image {
    height: 108px;
    width: 108px;
    line-height: 108px;
}

#phone-qr-image img {
    display: inline-block !important;
    height: 108px;
    width: 108px;
}

#mobile-phone-qr {
    width: 100%;
    max-width: 175px;
    padding: 5px;
    display: inline-flex!important;
}

#mobile-phone-qr img {
    width: 100%;
    display: inline-block!important;
}

.badge-dashboard {
    font-size: 0.7rem;
    white-space: normal;
    line-height: 1.4;
}

.badge-dashboard i {
    font-size: 0.8rem;
}

#validation-output {
    height: calc(100vh - 295px);
}

.alert-login {
    background: RGBA(255, 255, 255, 0.3);
    font-size: 0.8em;
    margin: 20px 0 0 0;
    color: #fff;
}

.alert-organization {
    background: #FF8A5F;
    border-color: #FF8A5F;
}

.alert-notify {
    animation-duration: 0.3s;
}

.alert-notify .alert-title {
    font-size: 0.875rem;
}

.alert-text {
    overflow: hidden;
}

.alert-text strong {
    font-weight: 600;
}

.swal2-container {
    z-index: 10001;
}

.modal-xl {
    max-width: 1140px;
}

#quantize-model-description {
    margin-top: -2px;
}

#cp-selected-files-table {
    table-layout: fixed;
}

#cp-selected-files-table td,
#cp-selected-files-table th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

#cp-selected-files-table td:first-child {
    padding-left: 1.5rem;
}

#cp-selected-files-table td:last-child {
    padding-right: 1.5rem;
}

#cp-selected-files-table th:first-child {
    padding-left: 1.5rem;
}

#cp-selected-files-table th:last-child {
    padding-right: 1.5rem;
}

#cp-selected-files-table .cp-selected-files-file-path {
    width: 70%;
}

#stdout-output, #processing-output {
    height: 400px;
}

#create-project-table th,
#create-project-table td {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

#create-project-table th:first-child,
#create-project-table td:first-child {
    padding-left: 1.5rem;
}

#create-project-table th:last-child,
#create-project-table td:last-child {
    padding-right: 1.5rem;
}

#create-project-table .create-project-name {
    width: 25%;
}

#create-project-table .create-project-created-by {
    width: 7%;
}

#create-project-table .create-project-files {
    width: 10%;
}

#create-project-table .create-project-transformation {
    width: 14%;
}

#create-project-table .create-project-transform {
    width: 10%;
}

#create-project-table .create-project-upload {
    width: 9%;
}

#create-project-table .create-project-created {
    width: 10%;
}

#create-project-table .create-project-compute {
    width: 8%;
}

#create-project-table .create-project-menu {
    width: 7%;
    overflow: visible;
}

#transform-table th,
#transform-table td {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

#transform-table th:first-child,
#transform-table td:first-child {
    padding-left: 1.5rem;
}

#transform-table th:last-child,
#transform-table td:last-child {
    padding-right: 1.5rem;
}

#transform-table .transform-menu {
    overflow: visible;
}

.page-item.active .page-link {
    z-index: 0;
}

.transformation-table {
    table-layout: fixed;
}

.transformation-table th,
.transformation-table td {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.transformation-table th:first-child,
.transformation-table td:first-child {
    padding-left: 1.5rem;
}

.transformation-table th:last-child,
.transformation-table td:last-child {
    padding-right: 1.5rem;
}

.transformation-table .key-menu {
    overflow: visible;
}

#model-engine-dropdown .btn-inner--icon i,
#downloads-table-impulse-dropdown .btn-inner--icon i,
#model-type-dropdown .btn-inner--icon i {
    margin-right: 0.4rem;
}

#model-engine-dropdown .btn-inner--icon i:before,
#downloads-table-impulse-dropdown .btn-inner--icon i:before,
#model-type-dropdown .btn-inner--icon i:before {
    position: absolute;
    top: -12px;
}

.organization-avatar-add-user:hover {
    background-color: var(--info);
}

.organization-avatar-add-user:hover i {
    color: white;
}

table.mini-confusion-matrix {
    width: 100%;
    height: 100%;
    text-align: center;
}

.mini-confusion-matrix td {
    padding: 0;
    border: 1px solid #eee;
}

#optimizations-mask .mask-wall {
    background-color: rgba(210, 210, 210, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 39px;
    height: calc(100% - 66px);
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    z-index: 100;
}

.opts-mask-row {
    background-color: var(--secondary);
    margin: 0px!important;
    padding: 10px;
    border-radius: 0.375rem;
}

#optimizations-mask .mask-wall button {
    opacity: 100%;
}

.model-select-button {
    white-space: normal;
}

#deployment-output, #model-testing-output {
    height: 400px;
}

@media (min-width:992px) {
    #deployment-output-section, #model-testing-output-section {
        height: calc(100vh - 100px);
        transition: none;
    }
    #deployment-output-section #deployment-output, #model-testing-output-section #model-testing-output {
        height: calc(100vh - 195px);
    }
}

.tooltip:not(.below-modal) {
    z-index: 1100;
}

.tooltip.below-modal {
    z-index: 1071;
}

.tooltip-inner {
    white-space: pre-wrap;
}

.feature-explorer-acquisition-info-content {
    line-height: 1.5rem;
}

#console-output {
    height: 400px;
}

.collab-name .badge,
#users-table .badge {
    cursor: default;
}

#add-folder-step-2 {
    height: 400px;
}

#clone-impulse-modal-step-2,
#add-version-modal-step-2,
#make-public-modal-step-1 {
    height: 400px;
}

#versions-table td.key-description {
    white-space: normal;
    overflow-wrap: normal;
}

#restore-output {
    height: 400px;
}

#migrate-output {
    height: 400px;
}

.checkbox-in-row {
    margin-bottom: 1rem!important;
    margin-top: -10px;
}

.scrollable {
    max-height: 230px;
    overflow-y: scroll;
}

.wide-slider {
    margin-left: 4px;
    margin-right: 15px;
}

.zoom-range-slider {
    width: calc(100% - 100px);
    margin-left: 80px;
}

.disabled-slider-handler {
    pointer-events: none;
    visibility: hidden;
}

#filters-applied-indicator {
    position: absolute;
    font-size: 0.4rem;
    left: 0.8rem;
    top: 0.3rem;
}

.model-retrain-to-reveal {
    font-size: 0.6rem;
}

.model-retrain-to-reveal-lg {
    font-size: 13px;
}

#resize-preview-crop,
#resize-preview-squash,
#resize-preview-fit-short,
#resize-preview-fit-long {
    text-align: right;
}

.dsp-preview-icon {
    width: 90px;
    padding-top: 0;
    margin-top: -16px;
    max-height: 46px;
}

.reduce-margin {
    margin-bottom: 0.2rem;
}

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

.crop-anchor-container {
    width: 100%;
    max-width: 100px;
    padding-left: 5px;
}

.row-image-width .form-control-label,
.row-image-height .form-control-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.transition-width {
    transition: width 0.5s;
}

.transition-emphasise {
    transition: color 0.2s;
}

.emphasis-on {
    color: #a1ce08!important;
}

.collapsed-column {
    width: 0px !important;
}

#spectrogram-training-options-body .form-group {
    margin-bottom: 1rem;
}

#training-metadata .confusion-matrix {
    table-layout: fixed;
}

#training-metadata .confusion-matrix th,
#training-metadata .confusion-matrix td,
.validation-results .confusion-matrix th,
.validation-results .confusion-matrix td {
    overflow: hidden;
}

#training-metadata .confusion-matrix td,
.validation-results .confusion-matrix td {
    text-align: center !important;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

/*
#training-metadata .confusion-matrix td:first-child,
#training-metadata .confusion-matrix th:first-child {
    padding-left: 0.5rem;
}
#training-metadata .confusion-matrix td:last-child,
#training-metadata .confusion-matrix th:last-child {
    padding-right: 0.5rem;
} */

#training-metadata h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.synthetic-data-recent-run {
    margin-bottom: 1.5rem;
}
.synthetic-data-recent-run:first-child {
    margin-top: -1rem;
}
.synthetic-data-recent-run:last-child {
    margin-bottom: 0;
}
.synthetic-data-recent-run:last-child.synthetic-data-recent-run-no-data {
    margin-bottom: -2.5rem;
}

.synthetic-data-recent-run .synthetic-data-additional-info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.synthetic-data-recent-run h4 {
    margin-bottom: 0;
}
.synthetic-data-recent-run .keras-metadata-header {
    padding-bottom: 0.5rem;
}

.form-control,
.focused .form-control,
.form-control:focus {
    color: rgb(82, 95, 127);
}

#dashboard-project-name:hover {
    color: white !important;
}

label[for="use-eon-compiler"]::before,
label[for="use-eon-compiler"]::after {
    display: none;
}

label[for="use-eon-compiler"] img {
    height: 60px;
    filter: grayscale(1);
    transition: filter 0.6s ease-out;
}

.custom-control-input:checked~label[for="use-eon-compiler"] img {
    filter: none;
    transition: filter 0.6s ease-in;
}

#use-eon-wrapper>.col>.custom-control {
    padding-left: 0;
}

.eon-deploy-header {
    margin-bottom: 0.1rem;
}

.eon-deploy-header.text-disabled {
    color: var(--light)!important;
}

.eon-deploy-subheader {
    min-width: 375px;
}

.eon-deploy-subheader.text-disabled,
.eon-deploy-subheader-sm.text-disabled {
    color: var(--light)!important;
}

.eon-deploy-subheader-sm {
    min-width: 355px;
}

@media (max-width: 600px) {
    .eon-deploy-subheader {
        min-width: 300px;
    }

    .eon-deploy-subheader-sm {
        min-width: 230px;
    }
}

.evaluate-bg {
    background: RGB(250, 250, 254);
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.evaluate .card {
    cursor: pointer;
}

.evaluate .text-muted {
    margin-bottom: 0px;
    line-height: 1.2rem
}

.nav-evaluation {
    position: fixed;
    width: 100%;
    z-index: 1001;
    min-height: 2.5rem;
    background: black;
    color: white;
    top: 0;
    left: 0;
}

.nav-evaluation .row {
    width: 100%;
    height: 100%;
    align-items: center;
    margin-top: 0.3rem;
}

.nav-evaluation .col {
    overflow: hidden;
    text-overflow: ellipsis;
}

#sidenav-main.announcement-mt, .main-content.announcement-mt {
    margin-top: 2.5rem;
}

@media (max-width: 1200px) {
    .main-content.announcement-mt {
        margin-top: 0;
    }
}

.nav-evaluation .btn-sm {
    color: white;
    background-color: transparent;
    background-image: none;
    border-color: white;
}

.nav-evaluation .btn-sm:hover,
.nav-evaluation .btn-sm:focus,
.nav-evaluation .btn-sm:active {
    color: black !important;
    background-color: white !important;
    border-color: white !important;
}

.deploy-beta {
    position: absolute;
    top: 10px;
    right: 10px;
}

#add-device-modal-collect-new-data .status .btn {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#dsp-select-sample {
    max-width: 500px;
}

#bulk-metadata-modal-step-2,
#refresh-modal .job-runner-output {
    height: 400px;
}

#add-device-modal .table td,
#add-device-modal .table th {
    white-space: normal;
}

#add-device-modal .modal-dialog {
    max-width: 800px;
    /* .modal-lg */
}

@media (max-width: 992px) {
    #add-device-modal .modal-dialog {
        max-width: 80%;
    }
}

@media (max-width: 768px) {
    #add-device-modal .modal-dialog {
        max-width: 100%;
    }

    #add-device-modal .table {
        table-layout: fixed;
    }

    #add-device-modal-collect-new-data .status {
        width: 40%;
    }

    #add-device-modal-collect-new-data .name {
        width: 60%;
    }
}

.text-normal {
    font-size: 1rem;
}

.notification-settings-checkbox {
    width: 50px;
}

.notification-settings-table thead th:first-child,
.notification-settings-table tbody td:first-child {
    padding-left: 1.5rem;
}

.notification-settings-table tbody tr {
    cursor: default;
}

#project-type-wizard-modal tbody tr {
    cursor: pointer;
}

.project-type-wizard-sensor-step {
    min-height: 500px;
}

.set-impulse-title {
    font-size: 1.25rem;
    color: white;
    font-weight: 300;
}
.set-impulse-title .fa-edit {
    display: none;
}
.set-impulse-title:hover {
    color: white;
}
.set-impulse-title:hover .impulse-title {
    text-decoration: underline;
}
.set-impulse-title:hover .fa-edit {
    display: inline;
}

/**
 * BEGIN: organization portals
 */
.s3-cors-settings {
    text-align: left;
    padding-left: 2rem;
    background-color: #f7fafc;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 1rem;
}

#organization-portal #portal-navbar-folders {
    list-style-type: none;
    list-style: none;
    padding-inline-start: 0;
}

#organization-portal .breadcrumb-item-plus {
    margin-left: 0.25rem;
}
#organization-portal .breadcrumb-item-plus:hover {
    color: rgb(82, 95, 127);
}

#organization-portal .new-level-input {
    padding-left: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: auto;
    display: inline-block;
    height: 28px;
}
#organization-portal.upload-portal-body .new-level-input {
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    outline: none !important;
}
#organization-portal.upload-portal-body .new-level-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

#organization-portal #portal-files-in-folder {
    table-layout:fixed;
    width:100%;
}

#organization-portal #portal-files-in-folder td:first-of-type,
#organization-portal #portal-files-in-folder th:first-of-type {
    width: 50%;
}

#organization-portal #portal-files-in-folder td {
  word-wrap:break-word;
  word-break:break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#organization-portal #portal-files-in-folder td.ei-menu {
    overflow: visible;
}

#organization-portal #portal-files-in-folder ul {
    list-style-type: none;
    list-style: none;
    padding-inline-start: 0;
}

#organization-portal #portal-files-in-folder ul button {
    margin: 0;
    padding: 0;
}

#organization-portal #portal-files-in-folder-load-more {
    cursor: pointer;
}
#organization-portal #portal-files-in-folder-load-more:hover {
    background: rgba(0, 0, 0, 0.03);
}

#organization-portal #portal-navbar-folders li,
#organization-portal #portal-navbar-folders ul {
    display: block;
    padding-left: 3px;
}

#organization-portal #portal-navbar-folders ul > li {
    margin-left: 3px;
}

#organization-portal #portal-navbar-folders i label {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: normal;
}

#organization-portal #portal-navbar-folders {
    margin-top: -1rem;
}

#organization-portal nav {
  padding-top: 0.5rem;
  border-radius: 3px;
}

#organization-portal nav ol.breadcrumb {
    padding: 0.75rem 0rem;
    background: none;
}
#organization-portal nav .breadcrumb-item {
    padding-left: 0.3rem;
    color: white;
}
#organization-portal nav .breadcrumb-item:first-child {
    padding-left: 0;
}
#organization-portal nav .breadcrumb-item::before {
    padding-right: 0.3rem;
    color: white;
}

#organization-portal input[type="file"] {
    display: none;
}

#organization-portal .is-dragover {
    background: #f8f9fe;
}

#organization-portal .custom-file-upload {
    border: 1px solid #ccc;
    padding: 2rem;
    width: 100%;
    text-align: center;
    height: 200px;
    border-radius: 6px;
    cursor: pointer;
}

#organization-portal label {
    padding: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
}

#organization-portal #file-information {
    margin-top: 1rem;
}

#organization-portal .progress {
    margin-top: 0.5rem;
}

#organization-portal .s3-upload-status {
    font-size: smaller;
    color: #ccc;
    margin-top: -5px;
}

#organization-portal .btn-link {
    color: inherit;
    font-family: inherit;
}

#organization-portal .btn-link i {
    width: 18px;
}

#organization-portal .breadcrumb-item {
    cursor: pointer;
}

#organization-portal #portal-files-in-folder tr.portal-folder td,
#organization-portal #portal-files-in-folder tr.portal-folder span {
    cursor: pointer;
}

#organization-portal #portal-files-in-folder tr.portal-file td,
#organization-portal #portal-files-in-folder tr.portal-file span {
    cursor: default;
}

#organization-portal .btn-link {
    font-weight: 400;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    letter-spacing: 0px;
}

#organization-portal:not(.organization-files-data) .btn-link {
    color: rgba(0, 0, 0, 0.5);
}

.organization-portal-description {
    font-weight: 300;
}

#organization-portal #upload-list > div:not(:last-child) {
    padding-bottom: 0.5rem;
    border-bottom: solid 1px rgb(233, 236, 239);
}

#organization-portal #upload-list > div:not(:first-child) {
    padding-top: 0.5rem;
}

#organization-portal #breadcrumbs {
    user-select: none;
}

#organization-portal .breadcrumb-new-item {
    vertical-align: middle;
}

#organization-portal.organization-files-data .breadcrumb-item a:hover {
    color: white;
}

#organization-portal .breadcrumb-item,
#organization-portal .breadcrumb-separator::after {
    font-size: 0.875rem;
    line-height: 0.875rem;
}

#organization-portal .upload-portal-container .breadcrumb-item,
#organization-portal .upload-portal-container .breadcrumb-separator::after {
    color: white;
}

#organization-portal.organization-files-data .upload-portal-container .breadcrumb-item {
    color: white;
}

#organization-portal .breadcrumb-separator {
    display: inline-block;
    vertical-align: text-top;
    padding-left: 3px;
    padding-right: 3px;
}

#organization-portal.organization-files-data .breadcrumb-separator {
    padding-top: 1px;
}

#organization-portal .breadcrumb-separator::after {
    content: "/";
}

.organization-files-data {
    min-height: calc(100vh - 155px);
}

.pointer {
    cursor: pointer;
}

#organization-portal.organization-files-data #portal-navbar-folders {
    margin-bottom: 0;
}

#organization-portal.organization-files-data .btn-link {
    font-size: 0.8125rem;
}

#organization-files-data-tree-col {
    width: 200px;
}
@media (min-width: 1458px) {
    #organization-files-data-tree-col {
        width: 250px;
    }
}
@media (min-width: 2000px) {
    #organization-files-data-tree-col {
        width: 300px;
    }
}

/**
 * END: organization portals
 */

#input-portal-url {
    text-transform: lowercase;
}

#project-description {
    cursor: pointer;
}

#user-avatar-container:hover,
#profile-user-name:hover {
    cursor: pointer;
}

#profile-user-name i {
    display: none;
    visibility: visible;
    position: absolute;
    right: 9px;
    top: 14px;
}
#profile-user-name:hover i {
    display: inline-block;
    visibility: visible;
}

#user-avatar-container .icon,
#project-description i {
    visibility: hidden;
}

#user-avatar-container:hover .icon,
#project-description:hover i {
    visibility: visible;
}

#user-avatar-container .rounded-circle {
    cursor: pointer;
}

#navbar-main span.page-title {
    max-width: calc(100% - 300px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.navbar-nav.user-widget .media-body {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#filter-labels-container {
    max-height: 350px;
    overflow-y: auto;
}

#btn-generate-portal-token {
    border-color: rgba(50, 151, 211, 0.25);
}

a.clone-project-btn {
    margin-right: -2px;
}

.nav-evaluation-message {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 0.25rem;
}

.acquisition-raw-status {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.acquisition-table .card-footer {
    overflow: hidden;
}

/* Tuner */
.tuner-card {
    height: calc(100% - 16px);
}

.tuner-card-header {
    background-color: rgb(255, 255, 255);
    padding: 0 !important;
    font-size: 14px !important;
}

.tuner-card-header .col {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.tuner-card-header .col-accuracy {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: white;
    background: rgb(73, 73, 73);
    background: radial-gradient(circle, rgb(82, 95, 127) 0%, rgb(73, 73, 73) 100%);
    text-shadow: 1px 1px rgba(0,0,0,0.3);
    width: 3rem;
    text-align: center;
    font-weight: 600;
}

.tuner-card-header .col-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-weight: 600;
}

.tuner-card-header .progress-bar {
    height: 3px;
    background-color: #006400;
    position: absolute;
    top: 0;
}

.tuner-keras-table {
    background: white;
}
.tuner-keras-table table {
    width: 100%;
    font-size: 11px;
}
.tuner-keras-table tr {
    border-width: 1px;
    border-bottom-style: solid;
}
.tuner-keras-table .table-header {
    border-color:  RGBA(0,0,0,0.8);
}
.tuner-keras-table .table-row {
    border-color:  RGBA(0,0,0,0.8);
    font-weight: 400;
}

.tuner-settings-modal-dialog {
    max-width: 1000px;
}

.tuner-modal-header {
    background-color: #000000;
    background-image: linear-gradient(147deg, #04081b 0%, #0b1447 74%);
}
.tuner-modal-header h4 {
    color: rgba(255,255,255,0.9);
    text-shadow: 2px 2px 2px rgba(0,0,0,1) !important;
    margin-top: 1px;
    margin-left: 1px;
}

.tuner-settings-nav-link {
    color: rgba(0, 0, 0, 0.5) !important;
    font-size: 14px !important;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.5) !important;
    background: radial-gradient(RGBA(0, 0, 0, 0.05), RGBA(0,0,0,0.025), RGBA(0,0,0,0.0), RGBA(0,0,0,0.0));
    cursor: pointer;
    font-weight: 500;
}

.tuner-settings-nav-link i {
    color: rgba(0, 0, 0, 0.2) !important;
}

.tuner-settings-nav-link-active, .tuner-settings-nav-link:hover {
    color: rgba(0, 0, 0, 1) !important;
    font-size: 14px !important;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(255,255,255,1) !important;
    background: radial-gradient(RGBA(255, 255, 255, 0.6), RGBA(255,255,255,0.15), RGBA(255,255,255,0.0), RGBA(255,255,255,0.0));
    cursor: pointer;
}

.tuner-settings-nav-link:hover i, .tuner-settings-nav-link-active i {
    color: rgba(0, 0, 0, 1) !important;
    font-weight: 800;
}

.postproc-nav-link i {
    margin-left: 1px;
}

.tuner-settings-nav {
    align-content: center;
    height: 2.6rem;
    background: rgb(235,238,244);
    background: linear-gradient(90deg, rgba(235,238,244,1) 0%, rgba(229,232,241,1) 89%);
    mix-blend-mode: multiply;
    box-shadow: inset 0 -20px 20px -10px rgba(0,0,0,0.01);
    border-bottom: 0.5px solid rgba(0,0,0,0.2);
    border-top: 0.5px solid rgba(255,255,255,1);
}

.tuner-model-info {
    background: white;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #EEE;
}

.tuner-model-info p {
    font-size: 13px;
}

.tuner-model-info i {
    min-width: 13px;
}

.tuner-model-performance {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #EEE;
}
.tuner-model-performance p {
    text-align: center;
    font-size: 0.7rem;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
    white-space: nowrap;
}

.tuner-model-accuracy .performance-matrix:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.tuner-model-accuracy .performance-matrix {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    overflow: visible;
    position: relative;
}

.tuner-model-accuracy .performance-matrix-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.tuner-model-performance-col {
    position: relative;
    overflow: visible;
    background-color: rgb(255, 255, 255);
}

.tuner-model-performance-col:before {
    content: "";
    display: block;
    padding-top: 131%;
}

.performance-pie-chart {
    position: absolute;
    top: 5%;
    left: 5%;
    bottom: 5%;
    right: 5%;
    width: 95%;
    height: 95%;
}

.tuner-card .last-updated {
    width: 100%;
    text-align: right;
    font-size: 0.6em;
    color: #999;
}

.tuner-model-accuracy {
    position: relative;
    overflow: visible !important;
    background-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #EEE;
}

.tuner-model-bottom-border {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #EEE;
}

.tuner-card-icon-btn {
    border: none;
    color: #BBB !important;
    background: transparent;
    height: initial;
}

.tuner-card-performance-warning-row {
    font-size: 11px;
    min-height: 17px;
}

.tuner-card-icon-btn:hover {
    border: none;
    color: black !important;
}

.tuner-logs {
    width: 100%;
    position: absolute;
    right: 39px;
    margin-right: 0px !important;
}

@media (max-width: 767px) {
    .tuner-logs {
        right: 0px !important;
    }
}

.tuner-logs-anim {
    transition: 0.5s ease all;
    width: 100%;
    transform: translate(100%, 0);
    opacity: 0;
    position: absolute;
    right: 0px;
}
.tuner-slide-in {
    opacity: 1;
    transform: translate(0,0);
    visibility: visible !important;
}

.tuner-dataset-cat-select button {
    width: 100%;
    text-align: left;
}

.tuner-dataset-cat-select p {
    font-size: 0.875rem !important;
    margin-bottom: 5px;
    font-weight: 600;
}

.tuner-dataset-cat-select ul {
    font-size: 0.875rem !important;
    padding-left: 1rem;
    margin-bottom: 0;
}

.tuner-dataset-cat-select .dropdown-menu {
    width: 100%;
}

.tuner-dataset-cat-select .dropdown-toggle::after {
    float: right;
    margin-top: 0.5rem;
}

.tuner-block-marker {
    position: absolute;
    background-color: rgba(167, 131, 248, 0.35);
    width: 2px !important;
}

.tuner-space-marker {
    position: absolute;
    background-color: rgba(128, 148, 195, 0.07);
    animation: tunerFadeOut ease 3s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation: tunerFadeOut ease 3s;
    -moz-animation-fill-mode: forwards;
    -moz-animation: tunerFadeOut ease 3s;
    -o-animation-fill-mode: forwards;
    -o-animation: tunerFadeOut ease 3s;
    -ms-animation-fill-mode: forwards;
    -ms-animation: tunerFadeOut ease 3s;
}

@keyframes tunerFadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-moz-keyframes tunerFadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-webkit-keyframes tunerFadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-o-keyframes tunerFadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-ms-keyframes tunerFadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* END Tuner */

.keras-metadata-header {
    margin-left: -1.55rem;
    margin-right: -1.55rem;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

.metadata-performance-usage {
    overflow: hidden;
    padding-right: 0.25rem;
}

.metadata-performance-usage .card-title,
.metadata-performance-not-on-mcu .col {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#training-metadata .additional-metrics-section {
    margin-top: 1.5rem;
}

.model-metric-icons-container {
    margin-bottom: -1rem;
}

.model-metric-icons-container:has(.table-responsive) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-top: -1rem;
    margin-bottom: 0;
}

.model-metric-icons-container:has(.table-responsive) .table-compact.table th {
    border-top: none;
}

.model-metric-icons-container > .col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1rem;
}

#training-metadata .feature-explorer-content.js-plotly-plot {
    margin-left: -0.75rem;
}

#anomaly-explorer:not(:has(.plotly)):not(:has(*[data-has-features="0"])) {
    height: 610.5px; /* don't have content jump around */
}

.feature-explorer-acquisition-info-content > .row > .col {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#input-sample-length-snapshot-stream img {
    max-height: 150px;
}

.acquisition-page #input-sample-length-snapshot-stream img {
    width: 100%;
    object-fit: contain;
}

#optimizations-card h5 {
    overflow: hidden;
    white-space: nowrap;
}

#optimizations-card span.h2 {
    white-space: nowrap;
    overflow: hidden;
    max-width: 120%;
    display: inline-block;
}

#optimizations-card .mini-confusion-matrix {
    min-height: 83px;
}

#optimizations-card .model-variant-name {
    overflow: hidden;
}

.create-impulse-add-block-modal td,
.create-impulse-add-block-modal th {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.create-impulse-add-block-modal td:first-child,
.create-impulse-add-block-modal th:first-child {
    padding-left: 1.5rem;
}

.create-impulse-add-block-modal td:last-child,
.card .table th:last-child {
    padding-right: 1.5rem;
}

.create-impulse-add-block-modal .author {
    width: 150px;
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.create-impulse-add-block-modal .recommended {
    width: 70px;
    max-width: 70px;
}

.create-impulse-add-block-modal .status {
    width: 80px;
    max-width: 80px;
}

@media (max-width: 600px) {
    .create-impulse-add-block-modal .author {
        width: 100px;
        max-width: 100px;
    }

    .create-impulse-add-block-modal .recommended {
        width: 40px;
        max-width: 40px;
    }
}

@media (max-width: 992px) {
    .create-impulse-add-block-modal .modal-dialog {
        max-width: 80%;
    }

    .create-impulse-add-block-modal .table th, .create-impulse-add-block-modal .table td {
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .create-impulse-add-block-modal .modal-dialog {
        max-width: 100%;
    }

    .create-impulse-add-block-modal .table {
        table-layout: fixed;
    }
}

h4.page-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#input-add-deployment-privileged, #input-add-deployment-mount-learn-block, #input-add-deployment-supports-eon-compiler, #input-add-deployment-show-optimizations {
    width: 20px;
}

.auto-labeling-loading-wrapper {
    display:inline-flex;
    width: 1rem
}

.label-sampling-container {
    position: relative;
    display: inline-block;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.label-sampling-container img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

.label-sampling-container.hide-mask .label-mask {
    display: none;
}

.label-mask-left {
    position: absolute;
    border: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.label-mask-right {
    position: absolute;
    border: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.label-mask-top {
    position: absolute;
    border: 0;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.label-mask-bottom {
    position: absolute;
    border: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.anomaly-bounding-box-label,
.bounding-box-label {
    position: absolute;
    padding: 0 0.3rem 0 0.5rem;
    color: white;
    font-size: 0.75rem;
    cursor: default;
    overflow: hidden;
    top: -20px;
    right: -3px;
    pointer-events: auto;
    white-space: nowrap;
}

.bounding-box-move {
    position: absolute;
    padding: 0 0.3rem 0 0.3rem;
    color: white;
    font-size: 0.75rem;
    top: -20px;
    left: -3px;
    pointer-events: auto;
    cursor: move;
}

.bounding-box-resize {
    position: absolute;
    padding: 0 0.4rem 0 0.4rem;
    right: 0rem;
    bottom: 0rem;
    color: white;
    font-size: 0.75rem;
    cursor: se-resize;
    bottom: -20px;
    right: -3px;
    pointer-events: auto;
}

.bounding-box-resize i {
    transform: rotate(90deg);
}

.bounding-box-trash {
    cursor: pointer;
    margin-left: 0.25rem;
}

.acquisition-image-body-inner {
    position: relative;
    height: 100%;
    object-fit: contain;
}

.dsp-image-body .acquisition-image-body-inner, .dsp-video-body .acquisition-video-body-inner {
    display: inline-block;
}

.data-samples-table-row-image-body .acquisition-image-body-inner,
.data-samples-table-row-image-proposed-changes-body .acquisition-image-body-inner {
    display: inline-block;
}

.data-samples-table-row-image-body .acquisition-image-body-inner img {
    height: auto;
}

#posterior-json-content {
    outline: 0px !important;
    height: 400px;
}

#find-posterior-modal-step-2 {
    height: 400px;
}

.card-stats > .card-body > .row > .col {
    overflow: hidden;
    white-space: nowrap;
}

.card-stats-acquisition > .card-body > .row > .col{
    white-space: normal!important;
}

.card-stats h5 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.graph-content > img {
    max-height: 250px;
    max-width: 100%;
}

.experiments-card .col-5 {
    white-space: nowrap;
    overflow: hidden;
}

.tuner-alt-dsp-block {
    opacity: 0.8 !important;
    min-height: 150px !important;
}

.tuner-alt-dsp-block .icon {
    background: #2dce89 !important;
}

.tuner-alt-dsp-block .dsp-title {
    color: #777 !important;
}

.tuner-alt-dsp-block .form-control, .tuner-alt-dsp-block .form-control-label, .tuner-alt-dsp-block .text-sm {
    color: #999 !important;
}
.tuner-filter-item .custom-control-label span {
    position: initial;
}

.bg-gradient-tuner-pattern {
    background-color: #232323;
    background-color: #0c0c0c;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='64' viewBox='0 0 48 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 28v-4L36 12 24 24 12 12 0 24v4l4 4-4 4v4l12 12 12-12 12 12 12-12v-4l-4-4 4-4zM8 32l-6-6 10-10 10 10-6 6 6 6-10 10L2 38l6-6zm12 0l4-4 4 4-4 4-4-4zm12 0l-6-6 10-10 10 10-6 6 6 6-10 10-10-10 6-6zM0 16L10 6 4 0h4l4 4 4-4h4l-6 6 10 10L34 6l-6-6h4l4 4 4-4h4l-6 6 10 10v4L36 8 24 20 12 8 0 20v-4zm0 32l10 10-6 6h4l4-4 4 4h4l-6-6 10-10 10 10-6 6h4l4-4 4 4h4l-6-6 10-10v-4L36 56 24 44 12 56 0 44v4z' fill='%236a696c' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: multiply;
	opacity: 0.1;
}

.bg-gradient-tuner {
    background: #5e72e4;
    background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: multiply;
    box-shadow: inset 0 -20px 20px -10px rgba(0,0,0,0.1);
}

.bg-gradient-tuner-edge {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.05) 79%, rgba(0,0,0,0.1) 100%);
    height: 70px;
    position: absolute;
    top: 180px;
    left: 0;
    width: 100%;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.8);
    border-top-width: 0.5px;
}

.bg-gradient-tuner-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 300px;
    z-index: 100;
    display: none;
}

.bg-gradient-tuner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    position: fixed;
}

.select-project-link {
    color: #525f7f !important;
    text-decoration: none;
}

.tuner-container .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: rgb(82, 95, 127) !important;
    border-color: RGBA(0,0,0,0.2) !important;
    box-shadow: none;
}

.tuner-container .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.tuner-container .custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: rgb(82, 95, 127) !important;
    box-shadow: none;
}

.tuner-container .custom-control-input:disabled~.custom-control-label {
    color: #8898aa;
}

.tuner-container .custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}

.btn-outline-tuner {
    color: rgb(82, 95, 127);
    background-color: transparent;
    background-image: none;
    border-color: rgb(82, 95, 127);
}

.btn-outline-tuner:hover {
    color: #fff !important;
    background-color: rgb(82, 95, 127);
    border-color: rgb(82, 95, 127);
}


.btn-outline-tuner-settings {
    color: rgb(28, 42, 75);
    background-color: transparent;
    background-image: none;
    border-color: rgb(28, 42, 75);
}

.btn-outline-tuner-settings:hover {
    color: #fff !important;
    background-color: rgb(28, 42, 75);
    border-color: rgb(28, 42, 75);
}

.btn-tuner {
    color: white;
    background-color: rgb(82, 95, 127);
    background-image: none;
    border-color: rgb(82, 95, 127);
}

.btn-tuner:hover {
    color: #fff !important;
    background-color: rgb(82, 95, 127);
    border-color: rgb(82, 95, 127);
}

.btn-outline-tuner:focus,
.btn-outline-tuner.focus {
    box-shadow: 0 0 0 0 rgba(75, 75, 75, 0.5);
}

.btn-outline-tuner.disabled,
.btn-outline-tuner:disabled {
    color: rgb(82, 95, 127);
    background-color: transparent;
}

.btn-outline-tuner:not(:disabled):not(.disabled):active,
.btn-outline-tuner:not(:disabled):not(.disabled).active,
.show>.btn-outline-tuner.dropdown-toggle {
    color: #fff !important;
    background-color: rgb(82, 95, 127);
    border-color: rgb(82, 95, 127)
}

.btn-outline-tuner:not(:disabled):not(.disabled):active:focus,
.btn-outline-tuner:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-tuner.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(75, 75, 75, 0.5);
}

/* Simulate the appearance of a disabled btn while keeping
the events (i.e. in order to show a tooltip on hover) */
.btn-disabled-simulated {
    opacity: 0.65;
    box-shadow: none !important;
    transform: none !important;
    cursor: default !important;
}

.add-btn.disabled {
  pointer-events: none;
}

.input-with-unit {
    padding-right: 30px;
}

.unit {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.tuner-target-panel ul {
    list-style-type: none;
    padding-left: 0 !important;
}

.tuner-target-panel i {
    width: 1rem;
    text-align: center;
}

.tuner-target-panel p {
    font-size: 0.875rem !important;
    font-weight: 400;
}

.tuner-progress-bar-progress {
	background-color: transparent !important;
	background-image: repeating-linear-gradient(45deg,rgb(93, 209, 231),rgb(93, 209, 231) 2px,transparent 2px,transparent 4px) !important;
	background-size: 200% 200% !important;
	animation: tuner-progress-bar-progress  10s linear infinite !important;
}

.tuner-progress-bar-complete {
	background-color: rgb(93, 209, 231)  !important;
}

@keyframes tuner-progress-bar-progress  {
	100% {
	    background-position: 100% 100%;
	}
}

.tuner-dataset-cat-select ul {
    list-style-type: none;
    padding-left: 0 !important;
}

.tuner-dataset-cat-select i {
    width: 1rem;
    text-align: center;
}

#edit-sample-segment-add-segment:hover,
#edit-sample-zoom:hover,
#edit-sample-zoom-range:hover,
#crop-wave:hover,
#split-wave:hover {
    color: #172b4d !important;
}

.zoom-range-field {
    width: 80px;
}

@media (min-width: 992px) {
    .tuner-filters-col {
        height: 0px;
    }
}

.create-project-filter-used {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.create-project-filter-used a {
    text-decoration: underline;
}

.modal-blocking-popover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: #00000093;
    margin-top: -25px;
    margin-left: -25px;
    color: white;
    font-size: 50px;
    line-height: calc(50vh - 50px);
    padding-left: 50%;
}

.modal-blocking-popover .fa-spinner {
    margin: 0;
    position: absolute;
    top: 50%;
}

tr.disabled > * {
    color: #8898aa;
}

.tuner-use-case {
    cursor: pointer;
}

.dropdown-item.tuner-use-case {
    white-space: normal;
}

tr.disabled > * {
    color: #8898aa;
}

.bounding-box-container {
    pointer-events: none;
}

.bounding-box-container-dark-text,
.bounding-box-container-dark-text .bounding-box-label,
.bounding-box-container-dark-text .bounding-box-move,
.bounding-box-container-dark-text .bounding-box-resize {
    color: #212529; /* text-dark */
}

.modal-blocking-popover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: #00000093;
    margin-top: -25px;
    margin-left: -25px;
    color: white;
    font-size: 50px;
    line-height: calc(50vh - 50px);
    padding-left: 50%;
}

.sample-editor-video-mode .chart {
    height: 100px;
}

.sample-editor-video-mode .sliding-window-resize-handler {
    line-height: inherit;
}

#edit-sample-video-wrapper {
    display: none;
}

#edit-sample-video-wrapper video {
    height: 200px;
}

#edit-sample-video-wrapper .acquisition-video-body-inner {
    text-align: center;
}

.sample-editor-video-mode #edit-sample-video-wrapper {
    display: inherit;
}

.sliding-window-position-handler {
    display: none;
}

.sample-editor-video-mode .sliding-window-position-handler {
    display: inherit;
}

.deployment-modal-code {
    padding: 1px 3px;
    background: #F8F9FE;
    border: solid 1px #ddd;
    border-radius: 6px;
}

.getting-started-modal-code {
    background: #F8F9FE;
    border-radius: 6px;
}

.custom-control-alternative .custom-control-label::before {
    border: 0;
    box-shadow: 0 1px 3px rgba(50, 50, 93, 0.45), 0 1px 0 rgba(0, 0, 0, 0.02);
}

.custom-control-alternative .custom-control-input:checked~.custom-control-label::before {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.30), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.custom-control-alternative .custom-control-input:active~.custom-control-label::before,
.custom-control-alternative .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 1px 3px rgba(50, 50, 93, 0.45), 0 1px 0 rgba(0, 0, 0, 0.02);
}

#zoomview-container, #overview-container {
  line-height: 0;
  /* -moz-box-shadow: 3px 3px 20px #919191;
  -webkit-box-shadow: 3px 3px 20px #c5a7a7;
  box-shadow: 3px 3px 20px #919191; */
  /* background-color: rgb(23, 43, 77); */
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.375rem;
}

#zoomview-container {
  height: 150px;
}

#overview-container {
  height: 85px;
}

#seek-time {
  width: 4em;
}
.card-stats-hidden-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-performance-calibration-results td, .table-performance-calibration-results th {
    vertical-align: middle;
}

.table-performance-calibration-results tbody {
    display: block;
    height: 400px;
    overflow: auto;
}

.table-performance-calibration-results thead, .table-performance-calibration-results tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-performance-calibration-results td:last-of-type, .table-performance-calibration-results th:last-of-type {
    width: 10%;
}

.table-performance-calibration-results tr.false-positive, .table-performance-calibration-results tr.false-positive a {
    color: #fb6340;
}

.table-performance-calibration-results tr.false-negative, .table-performance-calibration-results tr.false-negative a {
    color: #5557e0;
}

.table-performance-calibration-results a {
    text-decoration: underline;
}

.table-performance-calibration-results tr td {
    white-space: normal !important;
}

.light-opacity {
    opacity: .3;
}

/* Train / test split, always make sure the indicator is visible */
.train-test-col2 {
    flex: 0 0 auto;
    flex-basis: inherit;
    width: auto;
    max-width: none;
}

.train-test-col1 {
    flex: 1 0 auto;
    flex-basis: 0;
    width: initial;
    max-width: 100%;
}

@media (min-width:1458px) {
    .train-test-col1 {
        flex: 0 0 auto;
        flex-basis: initial;
        width: auto;
        max-width: none;
    }

    .train-test-col2 {
        flex: 1 0 auto;
        flex-basis: 0;
        width: initial;
        max-width: 100%;
    }
}

.pipeline-icon {
    min-width: 22px;
    display: inline-block;
}

#pipeline-edit-content, #parameters-edit-content, #search-space-editor {
    height: 250px;
}

#block-no-longer-available-edit-content {
    height: 150px;
}

.pipeline-card-body-main {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.pipeline-card-expanded .pipeline-card-body-main {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.pipeline-card-body-details {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

/* Begin README */
#readme-editor-edit {
    height: 400px;
}

#readme-body-container p, #readme-body-container table, #readme-body-container ul, #readme-body-container ol {
    font-size: 0.875rem !important;
    font-weight: 400;
    line-height: 1.5;
}

#readme-body-container p:last-child {
    margin-bottom: 0;
}

#readme-body-container img {
    max-width: 100%;
}

#readme-body-container table {
    width: 100%;
}
#readme-body-container tr {
    border-bottom: 1px solid rgb(111, 111, 111);
}​
#readme-body-container tr:last-child {
    border-bottom: none;
}
#readme-body-container table {
    line-height: 1.8rem;
}
/* End README */

/* Begin getting started */
/* fireworks based on https://codepen.io/vii120/pen/KKapaaY */
[class^=firework-] {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
}

.firework-1 {
    -webkit-animation: firework-md 1.2s both infinite;
            animation: firework-md 1.2s both infinite;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    top: 15%;
    left: 60%;
}

.firework-2 {
    -webkit-animation: firework-sm 1.2s both infinite;
            animation: firework-sm 1.2s both infinite;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    top: 70%;
    left: 90%;
}

.firework-3 {
    -webkit-animation: firework-md 1.2s both infinite;
            animation: firework-md 1.2s both infinite;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    top: 40%;
    left: 15%;
}

.firework-4 {
    -webkit-animation: firework-md 1.2s both infinite;
            animation: firework-md 1.2s both infinite;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    top: 25%;
    left: 55%;
}

.firework-5 {
    -webkit-animation: firework-lg 1.2s both infinite;
            animation: firework-lg 1.2s both infinite;
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
    top: 35%;
    left: 15%;
}

.firework-6 {
    -webkit-animation: firework-sm 1.2s both infinite;
            animation: firework-sm 1.2s both infinite;
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
    top: 30%;
    left: 30%;
}

.firework-7 {
    -webkit-animation: firework-md 1.2s both infinite;
            animation: firework-md 1.2s both infinite;
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
    top: 15%;
    left: 15%;
}

.firework-8 {
    -webkit-animation: firework-lg 1.2s both infinite;
            animation: firework-lg 1.2s both infinite;
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
    top: 75%;
    left: 90%;
}

.firework-9 {
    -webkit-animation: firework-md 1.2s both infinite;
            animation: firework-md 1.2s both infinite;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    top: 20%;
    left: 85%;
}

.firework-10 {
    -webkit-animation: firework-md 1.2s both infinite;
            animation: firework-md 1.2s both infinite;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    top: 85%;
    left: 35%;
}

.firework-11 {
    -webkit-animation: firework-md 1.2s both infinite;
            animation: firework-md 1.2s both infinite;
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
    top: 25%;
    left: 30%;
}

.firework-12 {
    -webkit-animation: firework-lg 1.2s both infinite;
            animation: firework-lg 1.2s both infinite;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    top: 55%;
    left: 80%;
}

.firework-13 {
    -webkit-animation: firework-sm 1.2s both infinite;
            animation: firework-sm 1.2s both infinite;
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
    top: 70%;
    left: 75%;
}

.firework-14 {
    -webkit-animation: firework-sm 1.2s both infinite;
            animation: firework-sm 1.2s both infinite;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    top: 60%;
    left: 15%;
}

.firework-15 {
    -webkit-animation: firework-lg 1.2s both infinite;
            animation: firework-lg 1.2s both infinite;
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
    top: 60%;
    left: 80%;
}

@-webkit-keyframes firework-sm {
    0%, 100% {
        opacity: 0;
    }
    10%, 70% {
        opacity: 0.5;
    }
    100% {
        box-shadow: -2rem 0rem 0 rgb(173, 205, 66), 2rem 0rem 0 rgb(173, 205, 66), 0rem -2rem 0 rgb(173, 205, 66), 0rem 2rem 0 rgb(173, 205, 66), 1.4rem -1.4rem 0 rgb(173, 205, 66), 1.4rem 1.4rem 0 rgb(173, 205, 66), -1.4rem -1.4rem 0 rgb(173, 205, 66), -1.4rem 1.4rem 0 rgb(173, 205, 66);
    }
}

@keyframes firework-sm {
    0%, 100% {
        opacity: 0;
    }
    10%, 70% {
        opacity: 0.5;
    }
    100% {
        box-shadow: -2rem 0rem 0 rgb(173, 205, 66), 2rem 0rem 0 rgb(173, 205, 66), 0rem -2rem 0 rgb(173, 205, 66), 0rem 2rem 0 rgb(173, 205, 66), 1.4rem -1.4rem 0 rgb(173, 205, 66), 1.4rem 1.4rem 0 rgb(173, 205, 66), -1.4rem -1.4rem 0 rgb(173, 205, 66), -1.4rem 1.4rem 0 rgb(173, 205, 66);
    }
}
@-webkit-keyframes firework-md {
    0%, 100% {
        opacity: 0;
    }
    10%, 70% {
        opacity: 0.5;
    }
    100% {
        box-shadow: -2.8rem 0rem 0 rgb(230, 97, 60), 2.8rem 0rem 0 rgb(230, 97, 60), 0rem -2.8rem 0 rgb(230, 97, 60), 0rem 2.8rem 0 rgb(230, 97, 60), 1.98rem -1.98rem 0 rgb(230, 97, 60), 1.98rem 1.98rem 0 rgb(230, 97, 60), -1.98rem -1.98rem 0 rgb(230, 97, 60), -1.98rem 1.98rem 0 rgb(230, 97, 60);
    }
}
@keyframes firework-md {
    0%, 100% {
        opacity: 0;
    }
    10%, 70% {
        opacity: 0.5;
    }
    100% {
        box-shadow: -2.8rem 0rem 0 rgb(230, 97, 60), 2.8rem 0rem 0 rgb(230, 97, 60), 0rem -2.8rem 0 rgb(230, 97, 60), 0rem 2.8rem 0 rgb(230, 97, 60), 1.98rem -1.98rem 0 rgb(230, 97, 60), 1.98rem 1.98rem 0 rgb(230, 97, 60), -1.98rem -1.98rem 0 rgb(230, 97, 60), -1.98rem 1.98rem 0 rgb(230, 97, 60);
    }
}
@-webkit-keyframes firework-lg {
    0%, 100% {
        opacity: 0;
    }
    10%, 70% {
        opacity: 0.5;
    }
    100% {
        box-shadow: -3.6rem 0rem 0 rgb(98, 189, 203), 3.6rem 0rem 0 rgb(98, 189, 203), 0rem -3.6rem 0 rgb(98, 189, 203), 0rem 3.6rem 0 rgb(98, 189, 203), 2.5rem -2.5rem 0 rgb(98, 189, 203), 2.5rem 2.5rem 0 rgb(98, 189, 203), -2.5rem -2.5rem 0 rgb(98, 189, 203), -2.5rem 2.5rem 0 rgb(98, 189, 203);
    }
}
@keyframes firework-lg {
    0%, 100% {
        opacity: 0;
    }
    10%, 70% {
        opacity: 0.5;
    }
    100% {
        box-shadow: -3.6rem 0rem 0 rgb(98, 189, 203), 3.6rem 0rem 0 rgb(98, 189, 203), 0rem -3.6rem 0 rgb(98, 189, 203), 0rem 3.6rem 0 rgb(98, 189, 203), 2.5rem -2.5rem 0 rgb(98, 189, 203), 2.5rem 2.5rem 0 rgb(98, 189, 203), -2.5rem -2.5rem 0 rgb(98, 189, 203), -2.5rem 2.5rem 0 rgb(98, 189, 203);
    }
}

@media (min-width: 600px) {
    .getting-started-modal-right-bottom .modal-dialog {
        right: 1.25rem;
        bottom: -0.25rem;
        position: absolute;
        display: block;
    }
}
@media (max-width: 600px) {
    .getting-started-modal-right-bottom .modal-dialog {
        max-width: 95vw;
        display: block;
    }
}

.sampling-circle-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sampling-circle {
    animation: spin 4s linear infinite;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 22px solid transparent;
    background-size: 100% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
    background-repeat: no-repeat;
    background-image: linear-gradient(white, white),
                      linear-gradient(0deg, #3bbecc 120%, #3bbecc 100%),
                      linear-gradient(90deg, #a1ce08 120%, #a1ce08 100%),
                      linear-gradient(180deg, #fcb807 120%, #fcb807 100%),
                      linear-gradient(270deg, #f6572c 120%, #f6572c 100%);
    background-position: center center, left top, right top, left bottom, right bottom;
    background-origin: content-box, border-box, border-box, border-box, border-box;
    background-clip: content-box, border-box, border-box, border-box, border-box;
}

.sampling-circle.no-spin {
    animation: none;
}

.sampling-seconds-left {
    font-weight: 300;
    font-size: 1.8rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    height: 2.9rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#getting-started-step3-record {
    white-space: break-spaces;
}
#getting-started-step4-add-data {
    white-space: break-spaces;
}

/* End getting started */

#notification-settings .avatar {
    width: 32px;
    height: 32px;
}

#notification-settings .table th, #notification-settings .table td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#train-test-split::after {
    content: '%'
}

#public-access-project-link, #create-project-personal-row, #create-project-organization-row, #create-project-public-row, #create-project-private-row {
    cursor: pointer;
}

#public-access-project-copy-link-icon {
    color: #8898AA;
}

#public-access-link-wrapper {
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#last-version-description {
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#create-project-cta {
    margin-left: 1px;
    margin-right: 1px;
}

#enterprise-cta {
    padding: 16px 24px 16px 24px;
    background-color: #F8F9FE;
    border-radius: 6px;
}

.enterprise-cta-tooltip-secondary-link {
    color: white;
    display: block;
    cursor: pointer;
    text-align: center;
    text-decoration: underline !important;
}

.enterprise-cta-tooltip-secondary-link:hover {
    color: white;
    text-decoration: none !important;
}

#projects-remaining {
    color: #525F7F;
}

#project-visibility-toggle-dropdown {
    min-width: 25rem;
    padding: 8px 0px 0px 0px;
}

.project-visibility-dropdown-text {
    color: #525F7F;
    white-space: normal;
}

#project-visibility-dropdown-text-link {
    color:#5e72e4;
    text-decoration: underline;
}

.project-visibility-toggle-check-icon {
    color: #5E72E4;
}

.project-visibility-toggle-cta {
    background-color: #F8F9FE !important;
}

.create-private-btn-disabled {
    pointer-events: none;
}

.crosshair-h {
    width: 100%;
    height: 2px;
    margin-top: -1px;
    left: 0;
    top: 0;
}

.crosshair-v {
    height: 100%;
    width: 2px;
    margin-left: -1px;
    left: 0;
    top: 0;
}

.crosshair {
    position: absolute;
    background-color: transparent;
    border: solid 1px rgba(255, 255, 255, 0.8);
    border-style: dashed;
    pointer-events: none;
}

#create-project-modal > .modal-lg {
    max-width: 600px;
}

#plan-billing-modal > .modal-lg {
    max-width: 600px;
}

.notfication-banner {
    max-width: 600px;
}

@media (min-width: 800px) {
    .form-modal-size {
        min-width: 600px;
    }
}

.yolov5-label-container i {
    cursor: pointer;
    color: #ced4da;
    font-size: 0.75rem !important;
}

.yolov5-label-container i:hover {
    color: #525f7f;
}

.btn.btn-rounded {
    border-radius: 1.875rem;
}

.btn.audio-download {
    transform: translateY(-12px) translateX(12px);
}

.pipeline-details-container {
    overflow: hidden;
}

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

.large-camera-feed #input-sample-length-snapshot-stream {
    flex: 0 0 100%;
    max-width: 100%;
}

.large-camera-feed #input-sample-length-snapshot-stream img {
    max-height: initial;
}

.camera-feed-action {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    margin-right: 0 !important;
}

#input-sample-camera-feed-container:hover #input-sample-camera-feed-expand {
    display: block;
}

.large-camera-feed #input-sample-camera-feed-container:hover #input-sample-camera-feed-expand {
    display: none;
}

.large-camera-feed #input-sample-camera-feed-container:hover #input-sample-camera-feed-compress {
    display: block;
}

.datasource-step-choice,
.datasource-step2-bucketsource {
    cursor: pointer;
}

#data-explorer-presets-table tr, #data-explorer-technique-table {
    cursor: pointer;
}

.enterprise-cta-modal .modal-content {
    background: url('../backgrounds/home-background.png'), #fff;
    background-position-y: 0%, 0%;
    background-size: auto, auto;
    background-position-y: initial;
    background-size: cover;
}

.enterprise-cta-modal h1, .enterprise-cta-modal h2, .enterprise-cta-modal h3 {
    font-weight: 700;
    color: #14151a;
    font-family: Gotham, "Open Sans", sans-serif;
}

.enterprise-cta-modal h1 {
    font-size: 3rem;
}
.enterprise-cta-modal h2 {
    font-weight: 600;
    font-size: 2rem;
}

#files-go-back-row > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.theme-image.theme-logo {
    max-width: 250px;
}

#data-explorer-plotly-card {
    position: relative;
}

.pointer-on-hover:hover {
    cursor: pointer;
}

.ei-table td.overflow-clip {
    text-overflow: clip;
}

.ib {
    display: inline-block;
}

.avatar {
    background-size: cover;
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
}

#file-preview-modal-container img, #file-preview-modal-container video {
    max-width: 100%;
}

#file-preview-modal-container iframe {
    width: 100%;
    height: calc(100vh - 150px);
}

#file-preview-modal-plain-text {
    white-space: pre;
    overflow-y: auto;
    max-height: calc(100vh - 150px);
    overflow: auto;
}

#file-preview-modal-table {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    overflow: auto;
}

.dropdown-menu.show {
    max-height: 98vh;
    overflow-y: auto;
    line-height: initial;
}

/* Top navigation bar */
.topnavbar {
    display: flex;
    flex-wrap: wrap;
    height: 56px;
    width: 100%;
    border: 1px solid #E9ECEF;
}

/* TODO: use EI Design System typography */
.project-path {
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70%;
}

.topnavbar .developer-name {
    font-weight: 600;
    padding-left: 3px;
}

.topnavbar .project-name {
    font-weight: 300;
}

.topnavbar .avatar {
    width: 32px;
    height: 32px;
}

.topnavbar a.navbar-org-link {
    color: var(--gray-dark);
}

.topnavbar .target-selection {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}

@media (max-width: 1270px) {
    #share-button {
        margin-left: -1rem;
    }
}

@media (min-width: 800px) {
    #clone-widget {
        display: none;
    }
}

@media (min-width: 1199.98px) {
    .target-selection-btn-small {
      display: none;
    }

    .target-mobile-tooltip {
        display: none;
    }
}

@media (max-width: 600px) {
    #workspace-path {
        display: none !important;
    }
}

@media (min-width: 1199.98px) {
    .main-content .below-topnavbar {
        top: 80px;
    }

    .navbar #workspace-path,
    .navbar #share-button,
    .navbar #clone-button {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    .topnavbar.topnavbar-collapse {
        display: none;
    }

    .navbar .avatar {
        border: solid 1px #E4E6F0;
        width: 32px;
        height: 32px;
    }

    .navbar {
        height: 56px;
        padding: 0px;
    }

    .navbar .project-name {
        font-weight: 300;
    }

    .navbar a.navbar-org-link {
        font-weight: 600;
        color: var(--gray-dark);
    }

    .navbar .navbar-toggler-icon {
        height: 1.2em;
    }

    .target-desktop-tooltip {
        display: none;
    }
}

.workspace-path-col {
    width: 0; /* col has flex grow on, so set width to disable wrapping */
}

#workspace-path .badge {
    cursor: default;
    margin-top: 3px;
}

#workspace-path {
    max-width: 100%;
}

.dashboard-navbar-top {
    margin-top: 10px !important;
}

@media (min-width: 768px) {
    .dashboard-navbar-top {
        margin-top: 28px !important;
    }
}

@media (min-width: 1200px) {
    .dashboard-navbar-top {
        margin-top: -10px !important;
    }
}

/* END top navigation bar */

/* Tags */

.badge-tag,
.badge-category,
.badge-license,
.new-tag {
   color: #525F7F;
   background-color: #F8F9FE;
   cursor: default;
   height: 1.8rem;
}

.badge-license a,
.badge-license a:visited {
    color: #525F7F;
}

.new-tag:focus, .new-tag:hover {
    color: white !important;
}

.new-tag {
    border: 1px dashed #fff;
}

.editable-tags-list span.tag-delete,
.tags-list span.tag-delete {
    cursor: pointer;
}

.tags-list span.tag-delete {
    display: none;
}

.editable-tags-list .tag-plus,
.editable-tags-list .tag-delete {
    vertical-align: middle;
    cursor: pointer;
}

#tags-container {
    display: contents;
}

/* END tags */

#filter-select-labels {
    max-width: calc(100% - 80px);
}

.log-output-tuner {
    z-index: 1;
}

.table-row-padded {
    height: 40px;
}

.dropdown-list-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.align-vertically-right-no-xs {
    display: flex;
    justify-content: right;
    align-items: center;
}

.dropdown-placeholder-icon {
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px;
    background-color: var(--secondary);
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
}

.badge-chip {
    text-transform: none;
    padding: 6px!important;
    font-size: 75%!important;
    box-shadow: 0px 2px 2px rgba(48, 70, 89, 0.1);
}

.btn.block-on-sm {
    display: block;
}

.select-optimization-col {
    max-width: 120px;
}

.select-optimization-col + .col {
    min-width: 0px;
}

video.deployment-video {
    max-width: 100%;
    min-height: 250px;
}

@media (min-width: 768px) {
    .impulse-experiments-video-container {
        height: 600px;
    }
}
@media (max-width: 768px) {
    .impulse-experiments-video-container {
        height: 250px;
    }
}

video.impulse-experiments-video {
    height: 100%;
}

@media (max-width: 576px) {
    .align-vertically-right-no-xs {
        justify-content: left;
        margin-bottom: 15px;
    }

    .dropdown-list-icon {
        padding: 0px;
    }

    .dropdown-list-icon.static-dropdown-icon {
        margin-top: 0.5rem !important;
        margin-left: 1rem !important;
    }

    .btn.block-on-sm {
        display: inline;
    }

    .select-optimization-col {
        min-width: 100%;
    }
}

@media (min-width: 1550px) {
    .select-optimization-col {
        min-width: 170px;
    }
}

.dropdown-body {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px!important;
}

.dropdown-search {
    width: calc(100% - 30px);
    border: none;
}

.dropdown-search .full-width {
    width: 100%;
    border: none;
}

.dropdown-search:focus {
    outline: 0;
}

.dropdown-search:placeholder-shown {
    text-overflow: ellipsis;
}

.dropdown-row {
    transition: background-color 0.2s;
    cursor: pointer;
}

.dropdown-row:hover {
    background-color: var(--secondary);
}

.dropdown-row.disabled img {
    opacity: 0.5;
}

.dropdown-row.disabled h5 {
    color: inherit!important;
}

.dropdown-layout-row {
    align-items: center;
}

.dropdown-layout-row .image-column {
    width: 85px;
    padding: 0px;
}

.dropdown-layout-row .title-column {
    width: calc(100% - 130px);
    padding: 0px;
}

.dropdown-layout-row .search-column:not(.full-width) {
    width: calc(100% - 85px);
    padding: 0px;
}

.search-column.full-width {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.dropdown-layout-row .indicator-column {
    width: 45px;
    padding: 0px;
}

.dropdown-inner-bar {
    background-color: var(--secondary);
}

.rotate-180 {
    transform: rotate(180deg);
}

.dropdown-rot-on-open {
    transition: transform 0.5s;
}

.dropdown-body-card {
    position: absolute;
    z-index: 999;
    width: 100%;
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.1) 0px 3px 6px, rgba(15, 15, 15, 0.2) 0px 9px 24px !important;
    top: -3px;
}
.deployment-dropdown-container {
    box-shadow: 0 0 2rem 2000rem rgba(136, 152, 170, 0.25);
}
.deployment-dropdown-container .card-header {
    margin-top: 4px !important;
}

.dropdown-layout-row:not(.dropdown-row-slim) .badge-chip {
    margin-bottom: 0.25rem!important;
}

.dropdown-row-slim .search-column:first-child {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.large-dropdown.toggle-dropdown {
    cursor: pointer;
    transition: border 0.2s, background-color 0.2s, margin 0.2s;
    border: solid 2px transparent;
}

.large-dropdown.toggle-dropdown:hover {
    background-color: var(--secondary);
}

.large-dropdown.selected {
    border-color: var(--primary);
}

.large-dropdown.toggle-dropdown.disabled {
    background-color: var(--secondary);
    opacity: 0.75;
    cursor: default;
}

.large-dropdown.toggle-dropdown.disabled .dropdown-rot-on-open {
    display: none;
}

.large-dropdown.toggle-dropdown > .dropdown-layout-row {
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: -2px!important;
    border-radius: 0.375rem;
}

.last-build-layout-row .image-column {
    width: 50px;
    padding: 0px;
}

.last-build-layout-row .button-column {
    width: fit-content;
}

.dropdown-body-card > .dropdown-spacer {
    position: absolute;
    top: 460px;
    height: 25px;
    width: 100%;
}

.placeholder-box {
    width: 100%;
    height: 100%;
    background-color: var(--secondary);
}

.performance-table > thead > tr > th {
    text-overflow: ellipsis;
    width: 90px;
    padding: 5px!important;
}

.performance-table td, .performance-table th {
    padding: 0px 0px 0px 0.5rem !important;
}

.performance-table tr {
    height: 25px;
}

.performance-table-container {
    overflow-x: auto;
    width: calc(100% - 90px);
}

.performance-table-fixed-col {
    max-width: 90px;
    overflow: hidden;
}

.performance-table > tbody > tr > th {
    text-overflow: ellipsis;
}

#build:disabled {
    pointer-events: none;
}

#neural-blocks-modal .badge {
    cursor: default;
}

.table-compact.table th, .table-compact.table td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#csv-container #step2-table {
    min-height: 300px;
    max-height: calc(100vh - 360px);
}

#csv-container #step3-table {
    max-height: calc(100vh - 180px);
}

#csv-container #step4-table {
    max-height: calc(100vh - 550px);
    min-height: 300px;
}

#csv-container #step5-table, #csv-container #step6-table {
    max-height: calc(100vh - 550px);
    min-height: 300px;
}

#csv-container #csv-step1,
#csv-container #csv-step2,
#csv-container #csv-step3,
#csv-container #csv-step4,
#csv-container #csv-step5,
#csv-container #csv-step6,
#csv-container #csv-step7 {
    display: none;
}
#csv-container[data-step="1"] #csv-step1,
#csv-container[data-step="2"] #csv-step2,
#csv-container[data-step="3"] #csv-step3,
#csv-container[data-step="4"] #csv-step4,
#csv-container[data-step="5"] #csv-step5,
#csv-container[data-step="6"] #csv-step6,
#csv-container[data-step="7"] #csv-step7 {
    display: flex;
}
.csv-table-sample {
    font-weight: 600;
}
.csv-table-inline-input {
    display: inline;
    width: auto;
}
.csv-step2-option-row {
    height: 31px;
}

tr.absolute-positioned {
    width: 100%;
}

tr.absolute-positioned > td {
    display: inline-block;
}

tr.absolute-positioned > td.aq-action {
    width: 10%;
}

.virtual-list-vrow {
    display: flex;
    line-height: 34px!important;
}

.validation-table-row {
    line-height: 30px;
    height: 50px;
}
.validation-table-row .ei-menu .dropdown {
    line-height: 30px;
    margin-bottom: -4px;
}

.avatar-lg {
    width: 64px;
    height: 64px;
}

.avatar-xl {
    width: 96px;
    height: 96px;
    font-size: 2rem;
    margin: 15px 0;
}

.avatar-org-small {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    border-radius: 0px;
}

.avatar-org-default {
    width: 96px;
    height: 96px;
    font-size: 2rem;
    color: white;
    margin: 15px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.navbar-tabs .nav-item {
    margin: 4px 0px;
    display: flex;
}

.navbar-tabs .nav-link.nav-tab {
    border-radius: .250rem;
    width: 100%;
}

.navbar-tabs .nav-item.active .nav-link.nav-tab {
    background-color: var(--translucent-primary);
    color: var(--gray-dark);
    font-weight: 600;
}

.navbar-tabs .nav-item.active {
    margin-left: -6px;
}

.navbar-tabs .nav-link.nav-tab:hover {
    background-color: var(--translucent-primary);
    color: inherit;
}

.navbar-tabs .nav-item.active .bar {
    width: 3px;
    background-color: var(--primary);
    border-radius: 2px;
    margin: 1px 3px 1px 0px;
}
.raw-data-chart-container-title-col {
    padding-right: 0;
    overflow-x: hidden;
}

#readme-cancel-btn {
    cursor: pointer;
}

#current-filter-error {
    color: red;
}

/* #5844, make sure the row containing the delete btn doesn't overlay the "Show all features" link */
.create-impulse-block-delete-row {
    pointer-events: none;
}
.create-impulse-block-delete-row a {
    pointer-events: all;
}

.custom-toggle-sm {
    width: 40px;
    height: 20px;
    margin-top: 5px;
}

.custom-toggle-sm .custom-toggle-slider:before {
    width: 14px;
    height: 14px;
}

.custom-toggle-sm input:checked+.custom-toggle-slider:before {
    transform: translateX(20px);
}

a.disabled {
    pointer-events: none;
    color: #ccc;
}

#pretrained-container #pretrained-step1,
#pretrained-container #pretrained-step2,
#pretrained-container #pretrained-step3,
#pretrained-container #pretrained-step4,
#pretrained-container #pretrained-step5,
#pretrained-container #pretrained-step6,
#pretrained-container #pretrained-step7 {
    display: none;
}
#pretrained-container[data-step="1"] #pretrained-step1,
#pretrained-container[data-step="2"] #pretrained-step2,
#pretrained-container[data-step="3"] #pretrained-step3,
#pretrained-container[data-step="4"] #pretrained-step4,
#pretrained-container[data-step="5"] #pretrained-step5,
#pretrained-container[data-step="6"] #pretrained-step6,
#pretrained-container[data-step="7"] #pretrained-step7 {
    display: flex;
}

#autosegmenter-container #autosegmenter-step1,
#autosegmenter-container #autosegmenter-step2,
#autosegmenter-container #autosegmenter-step3,
#autosegmenter-container #autosegmenter-step4,
#autosegmenter-container #autosegmenter-step5,
#autosegmenter-container #autosegmenter-step6,
#autosegmenter-container #autosegmenter-step7 {
    display: none;
}
#autosegmenter-container[data-step="1"] #autosegmenter-step1,
#autosegmenter-container[data-step="2"] #autosegmenter-step2,
#autosegmenter-container[data-step="3"] #autosegmenter-step3,
#autosegmenter-container[data-step="4"] #autosegmenter-step4,
#autosegmenter-container[data-step="5"] #autosegmenter-step5,
#autosegmenter-container[data-step="6"] #autosegmenter-step6,
#autosegmenter-container[data-step="7"] #autosegmenter-step7 {
    display: flex;
}

#step2-acquisition-image-body-inner {
    height: 200px;
}

#step2-acquisition-image-body .acquisition-image-body-inner > img {
    height: 100%;
}

#pretrained-container .card-header > .row > .col {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#pretrained-container #switch-latency-device {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wizard-back-btn {
    padding: 21px 25px;
    margin: -21px -25px;
}

.dashboard-getting-started-col {
    border: solid 1px #E9ECEF;
    border-radius: 4px;
    cursor: pointer;
}

.dashboard-getting-started-col > a {
    padding: 30px 22px;
}

.dashboard-getting-started-qr-col {
    padding: 30px 22px;
}

.dashboard-wizard-col {
    border: solid 1px #E9ECEF;
    border-radius: 4px;
    padding: 0;
    height: 100%;
    cursor: pointer;
}

.dashboard-getting-started-qr-col {
    cursor: default;
}

.dashboard-getting-started-col {
    height: 100%;
}

.dashboard-getting-started-col > a,
.dashboard-wizard-col > a {
    display: block;
    width: 100%;
}

.dashboard-getting-started-col:hover,
.dashboard-wizard-col:hover {
    box-shadow: 0px 2px 24px rgba(48, 70, 89, 0.1);
}
.dashboard-getting-started-col.dashboard-getting-started-qr-col:hover {
    box-shadow: none;
}

.dashboard-getting-started-col:hover > a,
.dashboard-wizard-col:hover > a {
    color: #172b4d !important;
}

.dashboard-wizard-col:hover .dashboard-wizard-icon > i {
    opacity: 1;
}

.dashboard-getting-started-icon-row {
    margin-bottom: 12px;
    line-height: 21px;
}

#add-device-modal-collect-new-data a .dashboard-getting-started-icon-row {
    margin-top: 23px;
    margin-bottom: 25px;
}

.dashboard-getting-started-title,  .dashboard-wizard-title {
    font-weight: 600;
}

.icon51 > i {
    width: 51px;
    height: 51px;
    background: #F8F9FE;
    line-height: 51px;
    border-radius: 51px;
}

.icon51 > .img-container {
    width: 51px;
    height: 51px;
    background: #F8F9FE;
    line-height: 51px;
    border-radius: 51px;
    display: inline-block;
}

.icon51 > .img-container > img {
    max-width: 18px;
    margin-left: 3px;
    margin-top: -3px;
}

.dashboard-wizard-icon {
    background: none;
    z-index: 2;
}

.dashboard-wizard-icon > i {
    background: none;
    font-size: 32px;
    color: white;
    opacity: 0.7;
}

.dashboard-wizard-icon-row .dashboard-wizard-icon-wrapper {
    height: 129px;
    position: relative;
    overflow: hidden;
}

.dashboard-wizard-icon-wrapper {
    display: flex;
    align-items: center;
    text-align: center;
}

.dashboard-wizard-icon-circle1 {
    position: absolute;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    left: 0px;
    border-radius: 100%;
}

.dashboard-wizard-icon-circle2 {
    position: absolute;
    width: 75%;
    height: 0;
    padding-bottom: 75%;
    border-radius: 100%;
    left: 12.5%;
}

.dashboard-wizard-icon-wrapper-purple {
    background: rgba(128, 144, 231, 0.4);
}
.dashboard-wizard-icon-wrapper-purple .dashboard-wizard-icon-circle1,
.dashboard-wizard-icon-wrapper-purple .dashboard-wizard-icon-circle2 {
    background: rgba(94, 114, 228, 0.3);
}

.dashboard-wizard-icon-wrapper-azure {
    background: rgba(59, 190, 204, 0.3);
}
.dashboard-wizard-icon-wrapper-azure .dashboard-wizard-icon-circle1,
.dashboard-wizard-icon-wrapper-azure .dashboard-wizard-icon-circle2 {
    background: rgba(59, 190, 204, 0.3);
}

.dashboard-wizard-icon-wrapper-red {
    background: rgba(251, 99, 64, 0.3);
}
.dashboard-wizard-icon-wrapper-red .dashboard-wizard-icon-circle1,
.dashboard-wizard-icon-wrapper-red .dashboard-wizard-icon-circle2 {
    background: rgba(251, 99, 64, 0.3);
}

.btn-acquisition-cloud::after {
    content: "+";
    color: white;
    position: absolute;
    left: 15px;
    top: 6px;
    font-size: 0.6rem;
}

.icon64 > i {
    width: 64px;
    height: 64px;
    background: #F8F9FE;
    line-height: 64px;
    border-radius: 64px;
}

.icon64 > .img-container {
    width: 64px;
    height: 64px;
    background: #F8F9FE;
    line-height: 64px;
    border-radius: 64px;
    display: inline-block;
}

.icon72 > i {
    width: 72px;
    height: 72px;
    background: #F8F9FE;
    line-height: 72px;
    border-radius: 72px;
}

.icon72 > .img-container {
    width: 72px;
    height: 72px;
    background: #F8F9FE;
    line-height: 72px;
    border-radius: 72px;
    display: inline-block;
}

.icon72 > .img-container:nth-child(1) {
    background: rgba(204, 229, 244, 0.3);
}

.icon64:has(.monotone-mark) {
    overflow: hidden;
}
.monotone-mark {
    filter: drop-shadow(0px 100px 0 #525f7f);
    transform: translateY(-100px);
}
.dashboard-getting-started-col:hover .monotone-mark {
    filter: drop-shadow(0px 100px 0 #172b4d);
}

.aq-category-col {
    font-size: 0.875rem;
    font-weight: 600;
}

.aq-category-col a {
    display: flex;
    align-items: center;
    color: #8898AA;
}

.aq-category-col.aq-category-col-selected a {
    color: #32325D;
    font-weight: 600;
}

.aq-category-col-count {
    font-size: 0.625rem;
    font-weight: 400;
    margin-left: 0.4rem;
    margin-top: 0.1rem;
}

.aq-category-card {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

/* begin animated model */

.animated-modal .modal-dialog.animating {
    transition: max-width 0.3s ease-in;
}

.animated-modal .modal-dialog.animating .modal-content {
    transition: height 0.3s ease-in;
}

.animated-modal .fadein {
    animation: animated-modal-fadein 0.3s ease-in;
}

.animated-modal .fadeout {
    animation: animated-modal-fadeout 0.15s ease-in;
}

@keyframes animated-modal-fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes animated-modal-fadeout {
    from { opacity: 1; }
    to { opacity: 0; }
}

/* end animated model */

#getting-started-device-card .dropdown-layout-row .image-column:not(.align-card-vertically) {
    width: 58px;
}
#getting-started-device-dropdown .dropdown-layout-row .search-column {
    color: #8898AA;
}
#getting-started-device-card .dropdown-layout-row .search-column {
    font-size: 14px;
}
#getting-started-device-preview {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0.375rem;
}
#getting-started-device-preview img {
    max-width: 32px;
    max-height: 32px;
}

#refresh-dataset {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ei-performance-table {
    table-layout: fixed;
}

.ei-performance-table td:first-child,
.ei-performance-table th:first-child {
    width: 170px;
}

.ei-performance-table .thead th, .ei-performance-table thead th, .ei-performance-table td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    overflow: hidden;
    white-space: nowrap;
}

.ei-performance-table td:first-child {
    padding-left: 0.5rem;
}
.ei-performance-table td:last-child {
    padding-right: 0.5rem;
}
.ei-performance-table td {
    border: 1px solid #E9ECEF;
}

.ei-performance-table-warning {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Help bottom menu */

#help-bottom-menu-container {
    position: fixed;
    right: 16px;
    bottom: 16px;
}

#help-bottom-menu-container .help-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gray);
    border-radius: 48px;
    border: none;
    width: 48px;
    height: 48px;
}

.test-title-container {
    position: fixed;
    bottom: 1rem;
    left: 0.5rem;
    padding: 0.25rem 0.5rem;
    border: solid 1px #FEDD00;
    background: #FFFF00;
    font-size: 0.75rem;
    pointer-events: none;
}

#add-device-modal-collect-new-data-cols > div {
    margin-top: 0.5rem;
}

@media (min-width: 992px) {
    #add-device-modal-collect-new-data-cols > div {
        margin-top: 0;
    }

    #add-device-modal-collect-new-data-cols > div:nth-child(1) {
        padding-right: 0.5rem !important;
    }
    #add-device-modal-collect-new-data-cols > div:nth-child(2) {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    #add-device-modal-collect-new-data-cols > div:nth-child(3) {
        padding-left: 0.5rem !important;
    }
}

.block-config-form .form-control-label {
    font-weight: 400;
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
}
.block-config-form .form-group {
    margin-bottom: 1rem;
    margin-left: -0.5rem;
    min-height: calc(1.8125rem + 2px);
}
.block-config-form .form-check {
    margin-left: -0.25rem;
}
.block-config-form .block-config-header {
    margin-bottom: 0;
    padding: 0.75rem 1.5rem 0.5rem 1.5rem;
    /* the border-bottom is based on card-header */
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.block-config-form .block-config-body {
    padding: 0.75rem 1.5rem 0.5rem 1.5rem;
}

.campaign-dashboard-col {
    width: 120px;
    text-align: center;
}

.campaign-dashboard-logo {
    max-width: 100%;
    max-height: 65px;
}

.cursor-default {
    cursor: default;
}

.avatar-xs {
    width: 24px;
    height: 24px;
    font-size: 0.875rem;
}

.legend-line {
    width: 10px;
    height: 2px;
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: middle;
    margin-top: -3px;
}

#data-campaign-table .card-body .campaign-graph-row.graph-has-legend {
    min-height: 207.5px;
}

.campaign-graph-row > div {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

#pipeline-settings-table tbody tr td:first-child,
#dataset-settings-table tbody tr td:first-child,
#dataset-projects-table tbody tr td:first-child,
#pipeline-settings-table tbody tr th:first-child,
#dataset-settings-table tbody tr th:first-child,
#dataset-projects-table tbody tr th:first-child {
    width: 45px;
}

#chart-tooltip-labels {
    max-width: 100vw;
}
#chart-tooltip-labels table td {
    white-space: nowrap;
}

#campaign-graph-row h5 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

/* https://stackoverflow.com/questions/27277641/create-a-checkered-background-using-css */
#autosegmenter-step2 tbody tr img,
#segment-info-modal-content .mask-img {
    height: 80px;
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), white;
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), white;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), white;
    background-repeat: repeat, repeat;
    background-position: 0px 0, 5px 5px;
    transform-origin: 0 0 0;
    background-origin: padding-box, padding-box;
    background-clip: border-box, border-box;
    background-size: 10px 10px, 10px 10px;
}

.autosegmenter-image-list {
    overflow-y: auto;
    width: calc(100vw - 700px);
}

@media (max-width: 1199.98px) {
    .autosegmenter-image-list {
        width: calc(100vw - 420px);
    }
}

.autosegmenter-image-list > img {
    cursor: pointer;
    box-sizing: border-box;
}

.autosegmenter-image-list > img:hover {
    box-shadow: 0 0 0 1px #5e72e4 inset;
}

.navbar-collapse-footer {
    position: sticky;
    bottom: -16px;
}

@media (max-width: 1199.98px) {
    #bottom-left-sticky-cta {
        display: none;
    }
}

@media (min-width: 1200px) {
    #navbar-cta {
        display: none;
    }
}

.shadow-inset-left {
    box-shadow: inset 1rem 0 1rem -1rem rgba(136, 152, 170, 0.15);
}

.shadow-inset-right {
    box-shadow: inset -1rem 0 1rem -1rem rgba(136, 152, 170, 0.15);
}

.shadow-inset-top {
    box-shadow: inset 0 1rem 1rem -1rem rgba(136, 152, 170, 0.15);
}

.shadow-inset-bottom {
    box-shadow: inset 0 -1rem 1rem -1rem rgba(136, 152, 170, 0.15);
}

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

.transform-block-params-group {
    margin-bottom: 0.25rem;
    align-items: start !important;
    min-height: 43px;
}
.transform-block-params-group label {
    font-weight: 400;
    padding-top: 6px;
}
.transform-block-params-group .custom-checkbox {
    margin-left: -0.25rem;
}
.transform-block-params-group .invalid-feedback {
    margin-bottom: 0.5rem;
}
.transform-block-params-group.form-group-sm textarea {
    field-sizing: content;
    height: auto;
    min-height: 80px;
    max-height: 350px;
}

/* Trial sign up page */

.signup-left-section {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

.signup-right-section {
    background:
      url('../backgrounds/signup-background.svg') no-repeat center center / cover;
    min-height: 100vh;
    overflow-y: auto;
}

#main-form-title {
    text-align: center;
    line-height: 30px;
    word-break: break-word;
}

.value-prop-start {
    display: none !important;
}

.signup-logo {
    width: 237px;
}

.value-prop-container {
    padding-top: 10%;
    margin-left: 15%;
    margin-right: 15%;
    max-height: calc(100vh - 24px);
    height: 100vh;
}

.buttons-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.buttons-container.horizontal {
    flex-direction: row;
    align-items: center;
}

.buttons-container.vertical {
    flex-direction: column;
}

.right-footer-buttons-container {
    display: flex;
    align-items: center;
}

#enterprise-trial-main-form .modal-header,
#user-signup-main-form .modal-header {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.5rem 0rem 1.5rem;
    margin-bottom: 1rem;
}

#enterprise-trial-main-form ul > li:not(:last-child) {
    margin-bottom: 1rem;
}

#enterprise-trial-main-form ul {
    padding-left: 1rem;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subtitle {
    margin-top: 10px;
}

#expired-org-trial-modal {
    max-width: 548px;
}

.align-middle {
    vertical-align: middle;
}

#trial-signup-logo-mobile {
    display: none;
}

.signup-login-mobile-logo-header {
    display: none;
}

@media (min-width: 992px) {
    #enterprise-trial-main-form,
    #user-signup-main-form  {
        min-width: 548px;
    }
}

@media (max-width: 1200px) {
    #enterprise-trial-main-form,
    #user-signup-main-form  {
        min-width: auto;
    }
}

@media (max-width: 992px) {
    #enterprise-trial-main-form > .modal-content,
    #user-signup-main-form > .modal-content {
        overflow: auto;
        min-height: 50vh;
        max-height: 80vh;
    }

    .signup-form-content {
        min-width: auto;
    }

    .signup-right-section {
        height: 100vh;
        padding-top: 1rem;
        padding-bottom: 1rem;
        overflow-y: auto;
    }

    .signup-right-section > div {
        margin: auto 0;
        width: 100%;
    }

    .white-background {
        position: absolute;
        top: 30%;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ffffff;
    }

    .background-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: url('../backgrounds/signup-background.svg') no-repeat center / cover;
    }

    .signup-left-section {
        display: none !important;
    }

    .value-prop-start {
        display: block !important;
    }

    #trial-signup-logo-mobile {
        display: block;
    }

    .signup-login-mobile-logo-header {
        display: block;
        background: white;
        margin-bottom: 2.5rem;
        text-align: center;
    }
}

/* END trial sign up page */

/* ToS updated view */

.form-view-modal {
    max-width: 613px;
}

.form-view-modal-content {
    margin: 48px;
}

/* END ToS updated view */

.icon-binary-stacked {
    line-height: 0.9rem;
    font-weight: bold;
    color: white;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#retain-height-col {
    overflow-x: auto;
}

#live-classification-job-output .card {
    max-width: 600px;
    margin: auto;
}

#live-classification-job-output .job-runner-output {
    min-height: 300px;
}

#anomaly-classification-job-output .job-runner-output {
    min-height: 300px;
}

.show-sensor-data-in-graph-section {
    overflow: visible !important;
}
.dsp-chart-row-context-menu {
    position: absolute;
    right: -0.5rem;
    top: -1rem;
    z-index: 10000;
}

.raw-features-player audio {
    height: 45px;
}

.org-projects-table .project-name a {
    display: inline-block;
    width: 100%;
    padding: 1.35rem 0;
    margin: -1.35rem 0;
}

.alert-upgrade {
    background: rgb(248, 249, 254) !important;
}

.alert-upgrade i {
    color: rgb(94, 114, 228) !important;
}

.alert-upgrade a {
    color: rgb(94, 114, 228) !important;
}

.row-block-disabled, .row-block-disabled h5, .row-block-disabled .author-name {
    color: rgb(146, 162, 180) !important;
}
.row-block-disabled img.display-category-logo {
    filter: grayscale(100%);
    opacity: 0.3;
}

.white-modal-close-btn.close {
    opacity: 0.8;
}
.white-modal-close-btn.close:not(:disabled):not(.disabled):hover,
.white-modal-close-btn.close:not(:disabled):not(.disabled):focus {
    opacity: 1;
}
.white-modal-close-btn.close > span:not(.sr-only) {
    color: white;
}

@media (max-width: 768px) {
    .ei-table .collapse-sm {
        display: none;
    }

    /* if another column is the new column after collapsing */
    .ei-table .collapsed-first-col {
        padding-left: 1.5rem !important;
    }
}

.dropdown-model-engine {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: -2px!important;
    border-radius: 0.375rem;
    color: rgb(82, 95, 127);
}

.dropdown-model-engine:hover {
    background-color: var(--secondary);
}

#model-engine-dropdown-elements {
    color: rgb(82, 95, 127) !important;
}

#model-engine-dropdown-elements a :not(.alert-upgrade a) {
    color: rgb(82, 95, 127) !important;
}

.badge.badge-model-engine {
    background:#444;
    position: relative;
    top: 17px;
    left: -15px;
    color: white;
}

.signup-login-modal .form-control {
    min-width: 300px;
}

.login-logo {
    width: 231px;
}

.input-group .form-control {
    padding-left: 0.75rem !important;
}
.input-group .input-group-prepend .input-group-text {
    background: rgb(247, 250, 252);
}

.tuner-target-info-row {
    cursor: default;
}
.tuner-target-info-name {
    cursor: pointer;
}
.tuner-target-info-name .tuner-target-info-name-edit {
    display: none;
}
.tuner-target-info-name:hover .tuner-target-info-name-edit {
    display: inline;
}

.docker-container-label {
    font-weight: 600;
    margin-right: 1rem;
}
.docker-code-block {
    color: #f3a4b5;
}

.tooltip .tooltip-inner {
    white-space: normal;
    text-align: left;
    background-color: #32325D;
    max-width: 300px;
    padding: 0.75rem 1rem 1rem 1rem;
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.9);
}

.tooltip h4 {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.5rem;
}

.tooltip-sm .tooltip-inner {
    font-size: 13px;
}

.tooltip .tooltip-inner > div:not(.tooltip-btn-container) {
    white-space: pre-line;
}

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #32325D;
}

.tooltip .badge {
    background-color: rgb(234, 236, 251);
    color: #2643e9;
}

.tooltip.show {
    opacity: 1.0;
}

.tooltip .tooltip-link-container {
    margin-top: 1rem;
    white-space: unset !important;
}

.tooltip .tooltip-link-container-inline {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
}

.tooltip .tooltip-link-container a {
    color: white;
    text-decoration: underline;
}

.tooltip .tooltip-btn-container {
    margin-top: 1rem;
}

a.dropdown-item.disabled {
    pointer-events: auto;
}
a.dropdown-item.selected {
    font-weight: 700;
}

.dropdown-item:has(>.dropdown-item-checkbox) {
    overflow: hidden;
    display: flex;
    align-items: center;
}
.dropdown-item > .dropdown-item-checkbox {
    margin-left: auto; /* align to end of flexbox */
    padding-left: 2.5rem; /* add some minimum left padding */
    margin-right: -8px; /* checkbox is too wide... */
}
.dropdown-item > .dropdown-item-checkbox > .custom-checkbox {
    margin-top: -27px; /* fix vertical align - no idea how this is originally styled */
}

.totp-manual-key {
    width: 180px;
    display: inline-block;
}

.totp-input {
    font-size: 1rem;
    width: 300px;
    letter-spacing: 1rem;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.totp-input.is-invalid~.invalid-feedback {
  display: block;
}

#log-in .totp-input {
    font-size: 1.25rem;
    width: 100%;
    padding: 1.1rem 1.25rem;
}

#setup-totp-step2-token {
    width: 190px;
}

#setup-totp-step3-codes {
    line-height: 1.5rem;
}

#setup-totp-step2-qrcode-container img {
    width: 200px;
}

#setup-totp-step3-copy-codes {
    position: absolute;
    right: 1.5rem;
}
.view-settings-main-icon {
    font-size: 16px;
}
.view-settings-secondary-icon {
    position: absolute;
    top: 16px;
    left: 7px;
    font-size: 12px;
    text-shadow: -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff;
}
.menu-settings-icon-container {
    position: relative;
    width: 30px;
    display: inline-block;
}
.menu-settings-main-icon {
    font-size: 16px;
}
.menu-settings-secondary-icon {
    position: absolute;
    top: -6px;
    left: 7px;
    font-size: 12px;
    border-radius: 12px;
    border: solid 2px white;
    background: white;
}
.new-org-dropdown-item:active .menu-settings-secondary-icon {
    color: black;
}

#user-profile-project-selector-sort-by-dropdown .dropdown-item i {
    margin-left: 0.5rem;
    font-size: 0.75rem !important;
    line-height: 0rem;
}

#add-input-block-modal .name .badge,
#add-dsp-block-modal .name .badge,
#add-learning-block-modal .name .badge {
    cursor: default;
}

.transform-org-name {
    font-weight: 400;
}

.dsp-named-axis-label {
    font-weight: 400;
}

#inference-stream-modal.has-results-table .modal-content {
    height: calc(100vh - 60px);
    overflow: auto;
}

#inference-stream-modal .table {
    width: auto;
    margin: 0 auto;
}

#inference-stream-modal .table th,
#inference-stream-modal .table td {
    padding-left: 2rem;
    padding-right: 2rem;
}
#inference-stream-modal .table th:first-child,
#inference-stream-modal .table td:first-child {
    padding-left: 1rem;
}
#inference-stream-modal .table th:last-child,
#inference-stream-modal .table td:last-child {
    padding-right: 1rem;
}

#inference-stream-modal-camera {
    position: relative;
    display: inline-block;
}

#inference-stream-modal-camera img {
    min-width: 320px;
    max-width: 100%;
}

#inference-stream-modal-inferencing-result tbody tr.active {
    background-color: #bcf1fb;
}

.using-secret-row {
    padding-top: 5px;
}

.box-shadow-0 {
    box-shadow: none !important;
}

.selected-tier-border {
    border: solid 2px #5E72E4;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.10);
}

@media (max-width: 524px) {
    #classification-result .model-selector-model-version {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1050px) {
    #classification-result .model-selector-model-version {
        display: none;
    }
}
.tier-option-border {
    border: solid 2px #e9ecef;
}

.payment-option-card:hover {
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.10);
}

.account-view-to-be-deleted-list {
    padding-left: 1rem;
}
.account-view-to-be-deleted-list li {
    padding-left: 0.5rem;
}

#edit-bounding-boxes-dropdown-container {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 1000;
}

#switch-impulse-nav-dropdown-menu,
#downloads-table-dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
}

#switch-impulse-nav-dropdown-menu {
    min-width: 210px;
    z-index: 1051;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 2.8rem;
}

#switch-impulse-nav-item .dropdown {
    width: 100%;
}

#switch-impulse-nav-dropdown-menu .dropdown-item {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#switch-impulse-nav-item .fa-caret-up {
    display: none;
}
#switch-impulse-nav-item .show .fa-caret-up {
    display: inline-block;
}
#switch-impulse-nav-item .show .fa-caret-down {
    display: none;
}

.switch-impulse-text {
    width: calc(100% - 8px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#header-image-preview-container {
    position: relative;
}
#header-image-preview-mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 15px;
    margin-right: 15px;
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0) 50%);
}
.org-header-preview-mask #header-image-preview-mask {
    display: block;
}

.white-space-normal {
    white-space: normal !important;
}

@media (max-width: 992px) {
    .modal-lg-wider {
        max-width: unset !important;
    }
}

.overflow-text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-icon-container {
    width: 50px;
    height: 50px;
    background: none !important;
    text-align: center;
    font-size: 35px;
    padding-top: 6px;
}

.btn-info-box {
    font-size: 0.875rem;
    background-color: #FFFFFF;
    padding: 0.625rem 1.25rem;
    border-radius: 0.375rem;
    text-align: center;
    font-weight: 600;
    color: #8898AA;
}

#impulses-table-container {
    max-height: calc(90vh - 180px);
    overflow-x: auto;
    overflow-y: auto;
}
#impulses-table .ei-menu {
    width: 48px;
    padding-right: 0.5rem;
}
#impulses-table tbody tr th a {
    color: #525f7f;
}
#impulses-table tbody tr th a:hover {
    color: #525f7f;
    text-decoration: underline;
}
.impulse-list-block-link {
    font-weight: 600;
}
.impulse-list-model-testing-link {
    color: #525f7f;
    text-decoration: underline;
}
.impulse-list-model-testing-link:hover {
    color: #525f7f;
}

#impulses-table {
    margin-top: -1.5px;
}

#impulses-table thead th {
    position: sticky;
    top: -1px; /* ensure no data is visible behind header */
    background-color: #f6f9fc;
    z-index: 1;
}

#impulses-table thead th:first-child {
    position: sticky;
    width: 45px;
    padding-right: 8px;
    left: 0;
    background-color: #f6f9fc;
    z-index: 2;
}

#impulses-table thead th:nth-child(2) {
    position: sticky;
    left: 45px; /* the width of the first checkbox column */
    background-color: #f6f9fc;
    z-index: 2;
}

#impulses-table thead th:last-child {
    position: sticky;
    right: 0;
    background-color: #f6f9fc;
    z-index: 2;
}

#impulses-table tbody th:first-child,
#impulses-table tbody td:first-child {
    padding-right: 8px;
    position: sticky;
    left: 0;
    background-color: white;
}

#impulses-table tbody th:nth-child(2),
#impulses-table tbody td:nth-child(2) {
    position: sticky;
    left: 45px; /* the width of the first checkbox column */
    background-color: white;
    box-shadow: inset -1px 0px 0 #e9ecef;
}

#impulses-table tbody th:last-child,
#impulses-table tbody td:last-child {
    position: sticky;
    right: 0;
    background-color: white;
    box-shadow: inset 1px 0px 0 #e9ecef;
}

#impulses-table.hide-checkboxes thead th:first-child,
#impulses-table.hide-checkboxes tbody th:first-child {
    display: none;
}
#impulses-table.hide-checkboxes thead th:nth-child(2),
#impulses-table.hide-checkboxes tbody th:nth-child(2) {
    left: 0;
    padding-left: 1.5rem;
}

#impulses-table tbody tr:nth-of-type(2n+1) th:first-child,
#impulses-table tbody tr:nth-of-type(2n+1) th:nth-child(2),
#impulses-table tbody tr:nth-of-type(2n+1) th:last-child,
#impulses-table tbody tr:nth-of-type(2n+1) td:first-child,
#impulses-table tbody tr:nth-of-type(2n+1) td:nth-child(2),
#impulses-table tbody tr:nth-of-type(2n+1) td:last-child {
    background-color: rgb(250, 252, 253);
}

#impulses-table tbody th {
    padding-right: 1rem;
}

#impulses-table h4 {
    display: flex;
}

#impulses-table h4 > div {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    #impulses-table h4 > div {
        max-width: 150px;
    }
}

#impulses-table h4 .fas {
    line-height: 1.5rem !important;
    margin-left: 0.5rem;
}

#impulses-table thead th[data-sort] {
    cursor: pointer;
}
#impulses-table thead th[data-sort] .show-on-hover {
    visibility: hidden;
}

#impulses-table thead th[data-sort]:hover .show-on-hover {
    visibility: visible;
}

#results-table th input[type="checkbox"],
#results-table td input[type="checkbox"],
#impulses-table th input[type="checkbox"],
#impulses-table td input[type="checkbox"] {
    display: flex;
    flex-flow: column;
}

.impulse-list-view-icon-col {
    margin-top: -4px;
    margin-bottom: -12px;
}

.card-full-height {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-inner-footer {
    margin-top: auto;
}

.segment-info-img-wrapper {
    position: relative;
    display: inline-block;
}
.segment-info-main-img {
    opacity: 0.7;
    max-width: 100%;
}
.segment-info-mask-img {
    position: absolute;
    filter: drop-shadow(3px 0 0 #fb6340) drop-shadow(-3px 0 0 #fb6340) drop-shadow(0 3px 0 #fb6340) drop-shadow(0 -3px 0 #fb6340);
}
.select-segment .dropdown-menu {
    min-width: 450px;
}
#segment-info-modal-content .mask-img {
    height: 40px;
    width: 40px;
}
#segment-info-modal-content .dropdown-item {
    cursor: pointer;
}

.form-group-sm textarea {
    margin-bottom: 0.7rem;
    height: 80px;
}

.org-secrets-table .th-name {
    width: 300px;
}
.org-secrets-table .th-created {
    width: 230px;
}
@media (max-width: 1000px) {
    .org-secrets-table .th-name {
        width: 200px;
    }
    .org-secrets-table .th-created {
        width: 185px;
    }
}

.user-secrets-table .th-name {
    width: 200px;
}
.user-secrets-table .th-created {
    width: 185px;
}

@media (max-width: 600px) {
    .org-secrets-table .th-name,
    .user-secrets-table .th-name {
        width: 150px;
    }
    .org-secrets-table .th-created,
    .user-secrets-table .th-created {
        width: 130px;
    }
}

.ws-allow-wrap {
    white-space: wrap;
}

#getting-started-keyword {
    font-size: 1rem;
    width: 50%;
    display: inline-block;
}

@media (max-width: 600px) {
    #getting-started-keyword {
        width: 100%;
    }
}

.btn-group-split-primary-btn .btn:not(*[disabled]):hover {
    background-color: #324cdd;
}

.btn-group-split-primary-btn .btn-separator {
    width: 1px;
}

.upload-settings-form-group label[for] {
    padding-top: 1px;
}

.impulse-list-tags-dropdown .large-dropdown {
    border: 0;
}
.impulse-list-tags-dropdown .large-dropdown:has(.badge-chip) {
    margin-right: -0.25rem; /* offset the last margin-right in badge-chip */
}
.impulse-list-tags-dropdown .new-tag {
    white-space: inherit;
}
.impulse-list-tags-dropdown .large-dropdown.toggle-dropdown:hover {
    background-color: white;
}
.impulse-list-tags-dropdown .badge-chip {
    text-transform: uppercase;
    padding: 0.5rem 0.875rem !important;
    font-size: 0.625rem !important;
    box-shadow: none;
    color: #2643e9 !important;
    background-color: rgba(203, 210, 246, 0.5);
    border-radius: 10rem;
    margin-right: 0.25rem !important;
}
.impulse-list-tags-dropdown .new-tag {
    /* if this is not set, the z order is wrong and the button shows over the first column
       (https://github.com/edgeimpulse/edgeimpulse/pull/11655#issuecomment-2410402678),
       sounds unbelievable right - but just remove it */
    will-change: unset;
    position: static;
}
.impulse-experiments-tags-dropdown-container .dropdown-search {
    font-size: 0.875rem;
}
.impulse-experiments-tags-dropdown-container .dropdown-row > .col > .ml-2 {
    margin-left: 0 !important;
}
.impulse-experiments-tags-dropdown-container .dropdown-body {
    padding-bottom: 0.25rem !important;
}
.impulse-experiments-tags-dropdown-container .press-enter-hint {
    line-height: 1.25rem;
}
#ai-actions-view .data-samples-table-row {
    cursor: default;
}
#ai-actions-view .data-samples-table-row-actions {
    display: none;
}
#ai-actions-view .acquisition-table-grid .data-samples-table-row-wrapper {
    border: solid 2px rgba(0, 0, 0, 0.1);
}
.ai-actions-move-td, .ai-actions-menu-td {
    width: 64px;
}
.ai-actions-configured-td {
    width: 100px;
}

#input-add-transformation-environment-variables {
    field-sizing: content;
    min-height: 100px;
    max-height: 300px;
    white-space: pre;
    font-size: 12px;
}

#set-metadata-after-running {
    field-sizing: content;
    min-height: 60px;
    max-height: 300px;
    white-space: pre;
    font-size: 12px;
}

#data-selection-metadata-value-wrapper {
    display: flex;
    margin-left: 0.5rem;
    line-height: 28px;
}

#ai-actions-back-to-list-container {
    font-size: 0.875rem !important;
    margin-bottom: 1rem;
    margin-left: -0.5rem;
    margin-top: -0.5rem;
    font-weight: 600;
}
#ai-actions-back-to-list-container i {
    margin-right: 0.5rem;
}
#ai-actions-back-to-list-container a:hover {
    color: white !important;
}
#ai-actions-back-to-list-container a:hover span {
    text-decoration: underline;
}
.tuner-objective-dropdown {
    width: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 34px;
    color: #AAA;
}

.tuner-objective-row {
    height: 32px;
    background: rgb(248, 249, 255);
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}

.tuner-objective-priority {
    color: rgb(166, 176, 190);
    font-size: 0.65rem !important;
    font-style: italic;
}

.alert-staged-changes {
    background-color: #f7fafc !important;
    border-color: #f7fafc;
    color: #525f7f;
}
.alert-staged-changes.alert-dismissible .close > span:not(.sr-only) {
    color: #525f7f;
}
.alert-save-btn {
    top: 0.75rem !important;
    right: 1rem !important;
    transform: translateY(0);
    position: absolute;
}

.select-transformation-block .dropdown-item,
#select-transformation-block .dropdown-item {
    max-width: min(98vw, 800px);
    cursor: pointer;
}

.select-transformation-block .dropdown-item h5,
#select-transformation-block .dropdown-item h5 {
    margin-bottom: 0.25rem;
    font-weight: 500;
}
.select-transformation-block .dropdown-item:active h5,
#select-transformation-block .dropdown-item:active h5 {
    color: white;
}

#select-transformation-block .dropdown-item.not-recommended h5,
.select-transformation-block .dropdown-item.not-recommended h5 {
    color: #8898aa;
}
#select-transformation-block .dropdown-item .badge-pill,
.select-transformation-block .dropdown-item .badge-pill {
    font-size: 0.7rem;
}

.select-transformation-block .dropdown-block-description,
#select-transformation-block .dropdown-block-description {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.75rem;
    color: var(--gray);
}

#downloads-table-toggle-text {
    text-overflow: ellipsis;
}

.dropdown-menu-add-block {
    max-height: 85vh !important;
    overflow-y: scroll !important;
}

.badge-navbar {
    color: #172b4d;
    margin-left: 0.25rem;
    background-color: rgba(244, 245, 246, 0.75)
}

#downloads-table-impulse-select {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

#input-add-transformation-add-mount-point-public-warning {
    font-weight: 400;
    margin-top: -0.75rem;
    display: block;
}

.filter-label-header {
    font-size: 0.8125rem;
}
#filter-label-min, #filter-label-max {
    width: 100px;
}

#select-cols-modal .modal-body {
    max-height: calc(100vh - 230px);
    overflow-y: scroll;
}

.password-visibility {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    z-index: 100;
    padding: 5px;
    cursor: pointer;
    color: lightgray;
}

.password-input {
    border: 1px solid #cad1d7 !important;
    border-radius: 0.375rem !important;
}
.password-input.is-invalid {
    border: 1px solid #fb6340 !important;
}

.cf-turnstile-container {
    min-height: 70.5px;
}

.separator-with-text {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator-with-text::before,
.separator-with-text::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e5e7eb;
}

.separator-text {
    padding: 0 1rem;
    color: #6b7280;
    font-size: 0.875rem;
}

.info-box {
    padding: 16px 24px 16px 24px;
    background-color: #F8F9FE;
    border-radius: 6px;
}

#block-not-available-row .alert {
    border: 0;
    border-left: solid 6px red;
    padding-left: 18px; /* 24px default - 6px border */
}

#block-not-available-row p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0;
}

#regenerate-model-testing-row .alert {
    border: 0;
    border-left: solid 6px #11cdef;
    padding-left: 18px; /* 24px default - 6px border */
}

/* TOOLBAR */
.ei-toolbar {
    background-color: #FFFFFF;
    box-shadow: 0px 2px 24px 0px #3046591A;
    border-radius: 0.375rem;
    padding: 0.5rem;
    display: inline-flex;
    align-items: center;
    margin: 20px 0px 24px 0px;
    position: relative;
    width: fit-content;
    max-width: 100%;
}

.ei-toolbar-inner {
    display: inline-flex;
    width: fit-content;
    align-items: center;
}

.ei-btn-toolbar {
    background-color: #FFFFFF;
    color: #525F7F;
}

.ei-btn-toolbar:not(:last-child), .ei-toolbar-divider:not(:last-child), .ei-toolbar-text-indicator:not(:last-child) {
    margin-right: 0.5rem;
}

.ei-btn-toolbar:hover, .ei-btn-toolbar.selected {
    background-color: #E7E7F6;
}

.ei-btn-toolbar > i {
    margin: 0px !important;
}

.ei-toolbar-divider {
    height: 1rem;
    border: 1px solid #0000000D
}

.ei-toolbar-text-indicator {
    color: #8898AA;
    width: 5rem;
}

.ei-toolbar-text-indicator .unit {
    right: 10px;
}

.ei-toolbar-text-indicator .dropdown-menu {
    min-width: fit-content;
}

.ei-btn-toolbar > .floating-icon {
    position: absolute;
    font-size: 0.6rem;
    background-color: white;
    transition: background-color 0.15s ease;
    border-radius: 0.6rem;
    padding: 0.5px 0px 0px 0.5px;
}

.ei-btn-toolbar.selected > .floating-icon, .ei-btn-toolbar:hover > .floating-icon {
    background-color: #E7E7F6;
}

.ei-btn-toolbar .floating-icon.top-left {
    top: 8px;
    left: 8px;
}

.ei-btn-toolbar .floating-icon.top-right {
    top: 8px;
    right: 8px;
}

.ei-btn-toolbar .floating-icon.bottom-left {
    bottom: 8px;
    left: 8px;
}

.ei-btn-toolbar .floating-icon.bottom-right {
    bottom: 8px;
    right: 8px;
}

.ei-btn-toolbar .floating-icon.middle-center {
    padding: 0px;
    width: 0.5rem;
    height: 0.5rem;
    top: calc(50% - 0.25rem);
    left: calc(50% - 0.25rem);
    font-size: 0.5rem;
}

/* SIDE PANEL */
.side-panel-container {
    background-color: white;
}

.side-panel {
    width: 260px;
    min-height: 200px;
    max-height: 600px;
    overflow-y: auto;
}

.side-panel .fa-circle {
    font-size: 0.625rem;
}

.side-panel-item-row, .side-panel-group-row {
    transition: background-color 0.2s;
    line-height: 2;
}

.side-panel-item-row:hover, .side-panel-group-row:hover {
    background-color: #E9ECEF;
}

.side-panel-item-row > .label-row, .side-panel-group-row > .label-row {
    height: 37px;
    text-overflow: ellipsis;
    line-height: 2rem;
}

.side-panel-item-row > .label-row {
    overflow: hidden;
}

@media (max-width: 780px) {
    .side-panel {
        display: none;
    }
}

/* BOUNDING BOXES */
.label-sampling-container-outer {
    overflow: hidden;
    height: 600px;
    align-items: center;
    justify-content: center;
    display: flex;
}

#raw-data-chart-container .label-sampling-container-outer {
    height: 350px;
}

.bounding-box-container.muted {
    opacity: 0.4;
}

.bounding-box-container.focused {
    z-index: 999;
}

.edit-disabled .crosshair {
    display: none !important;
}

.edit-disabled .bounding-box-resize {
    display: none !important;
}

.edit-disabled .bounding-box-trash {
    display: none !important;
}

.edit-disabled .bounding-box-move {
    display: none !important;
}

.inner.bounding-box-resize {
    bottom: 0px !important;
}

.inner.bounding-box-label {
    top: 0px !important;
}

.inner.bounding-box-move {
    top: 0px !important;
}

.label-sampling-container:not(.edit-disabled) {
    cursor: crosshair;
}

.pannable:hover {
    cursor: grab;
}

.pannable:active {
    cursor: grabbing;
}

.modal-body.modal-body-light {
    background-color: #F8F9FE;
}

.edit-samples-next > i, .edit-samples-prev > i {
    width: 15px;
}

#edit-bounding-boxes-save-status {
    font-weight: 400;
}

.bounding-box-editor img {
    max-height: 600px;
    image-rendering: pixelated;
}

#raw-data-chart-container .bounding-box-editor img {
    max-height: 350px;
}

#user-feedback-form-body {
    field-sizing: content;
    height: auto;
    min-height: 165px;
    max-height: 350px;
}

#feature-importance-still-running-row .alert {
    border: 0;
    border-left: solid 6px #11cdef;
    padding-left: 18px; /* 24px default - 6px border */
}

#notifications-container {
    position: fixed;
    z-index: 1002; /* Above nav-evaluation */
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
}

#notifications-container .alert-icon.fa-spinner {
    height: 21px; /* otherwise spinner notifications w/ more than 1 line shows incorrectly */
}

.eula-modal iframe {
    width: 100%;
    height: calc(100vh - 240px);
    min-height: 300px;
}

#public-project-dashboard-container .data-samples-table-row-actions {
    display: none;
}
#public-project-dashboard-container .acquisition-table-grid .data-samples-table-row {
    cursor: default;
}

.dashboard-impulse-summary a {
    color: #32325D;
}
.dashboard-impulse-summary a:hover {
    color: #32325D;
    text-decoration: underline;
}
.dashboard-impulse-summary .icon-shape {
    border: solid 1px rgba(0, 0, 0, 0.075);
}
.dashboard-impulse-summary-spacer-col {
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 1200px) {
    .dashboard-impulse-summary-spacer-col {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.card-body.bg-gradient-default {
    border-radius: 0 0 calc(0.375rem - 1px) calc(0.375rem - 1px);
}

.clone-to-calc-performance,
.clone-to-calc-performance:active {
    color: #fff !important;
    background-color: #172b4d !important;
    border-color: #172b4d !important;
    opacity: 0.65 !important;
    box-shadow: none !important;
}
.clone-to-calc-performance:active {
    pointer-events: none;
}
.clone-to-calc-performance:active,
.clone-to-calc-performance:hover {
    transform: translateY(0px);
    box-shadow: none;
    cursor: default !important;
}
.target-selection.notify-clone-required, .target-selection-btn-small.notify-clone-required {
    cursor: default !important;
}
.target-selection.notify-clone-required:active, .target-selection-btn-small.notify-clone-required:active {
    pointer-events: none;
}
.target-selection.notify-clone-required:active, .target-selection-btn-small.notify-clone-required:active,
.target-selection.notify-clone-required:hover, .target-selection-btn-small.notify-clone-required:hover {
    transform: translateY(0px);
    box-shadow: none;
    color: #212529 !important;
    background-color: transparent !important;
    border-color: #212529 !important;
}

.card-header h3 .badge {
    margin-top: 2px;
    cursor: default;
}

.select-object-tracking-sample {
    max-width: 200px;
}
.postprocessing-video-container {
    position: relative;
}
.graphs-card .graph:not(:last-child) {
    margin-bottom: 3rem;
}

.chart-mini {
    height: 250px;
}

.getting-started-wizard-tutorial-option {
    min-width: 200px;
    flex: 1;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease all;
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    color: #525F7F;
}

.tutorial-option-wrapper {
    position: relative;
    padding: 8%;
}

.tutorial-option-img {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.tutorial-option-classify-wrapper {
    position: absolute;
    bottom: 2%;
    right: 5%;
    width: 50%;
    background: white;
    padding: 8px 12px;
    border-radius: 6px;
    box-shadow: 0px 2px 24px 0px #3046591A;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.tutorial-option-classes {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
}

.tutorial-option-confidence {
    height: 13px;
    border-radius: 2px;
    overflow: hidden;
}

.tutorial-option-confidence.high {
    color: var(--teal);
    background-color: hsl(from var(--teal) h s l / 0.15);
}

.tutorial-option-confidence.low {
    color: var(--danger);
    background-color: hsl(from var(--danger) h s l / 0.1);
}

.tutorial-option-confidence::after {
    content: '';
    display: block;
    height: 100%;
    background: currentColor;
    transition: width 0.2s ease-out;
}

.tutorial-option-confidence.high::after {
    width: 85%;
}

.tutorial-option-confidence.low::after {
    width: 15%;
}

.getting-started-wizard-tutorial-option:hover {
    box-shadow: 0px 2px 24px rgba(48, 70, 89, 0.1);
}

.getting-started-wizard-tutorial-option:hover .tutorial-option-confidence.low::after {
    width: 9%;
}

.getting-started-wizard-tutorial-option:hover .tutorial-option-confidence.high::after {
    width: 91%
}

.getting-started-wizard-tutorial-option.selected {
    border-color: var(--primary);
}

.getting-started-cv-class-group {
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem auto 0;
}


/*  ImageRequestWidget */
.user-label {
    border-radius: 0.5rem;
    padding: 0.25rem 0.5rem;
    display: inline-block;
    background-color: hsl(from currentColor h s l / 0.1);
}

.connected-device-info {
    font-size: 1.0625rem;
}

.sample-row {
    min-height: 145px;
}

.sampling-action-btn {
    width: 125px;
    height: 125px;
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: transparent;
    text-align: center;
    letter-spacing: normal;
}

.sampling-action-btn.sampling-in-progress {
    background-color: #F8F9FE;
}

.sampling-list {
    display: flex;
    overflow-y: auto;
}

.sampling-list-item {
    width: 125px;
    height: 125px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    animation-duration: 0.2s;
}

.sampling-list-item img {
    display: block;
    width: 125px;
    height: 125px;
    aspect-ratio: 1;
    object-fit: cover;
    background: var(--lighter);
    transition: opacity 0.3s ease-in;
    opacity: .7;
}

.sampling-list-item img[data-loaded="1"] {
    background: none;
    opacity: 1
}

.sampling-list-item .delete-btn {
    color: white;
    cursor: pointer;
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    background: none;
    border: none;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s ease-in;
}

.sampling-list-item:hover .delete-btn {
    opacity: 1;
    visibility: visible;
}

.dataset-subset-include-percentage {
    max-width: 120px;
}
.dataset-subset-include-percentage-invalid-feedback {
    font-style: italic;
}

.modal-body.fixed-height {
    max-height: calc(100vh - 220px);
    overflow: auto;
}

.tabs-container {
    background-color: #F8F9FE;
    border-radius: 0.375rem;
    height: fit-content;
    padding: 0.25rem;
}

.timeline-bar {
    width: 100%;
    background-color: #F8F9FE;
    height: 24px;
}

.timeline-item {
    position: absolute;
    height: 100%;
    cursor: pointer;
}

.timeline-item:hover {
    opacity: 0.8;
}

#inference-img-container {
    height: 250px;
    position: relative;
    display: inline-block;
}

#inference-img-container img {
    height: 100%;
}

/* OAuth Consent Form */

div.oauth-connection-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}
.oauth-client-logo,
.oauth-ei-logo {
    height: 48px;
    width: 48px;
    object-fit: contain;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.oauth-connection-line {
    height: 2px;
    background: #e0e0e0;
    position: relative;
    min-width: 48px;
    flex: 1 1 48px;
}
.oauth-connection-check {
    width: 36px;
    height: 36px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    border: 2px solid #fff;
}
.oauth-redirect-url {
    font-family: monospace;
    font-size: 0.875rem;
}

/* END OAuth Consent Form */

.chart .loader-container {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 150px;
}
