@import url("fonts.css");

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

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

.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;
}

.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 .table th.aq-th-sample-name,
.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,
.data-hub-table.show-checkboxes .table th:first-child,
.data-hub-table.show-checkboxes .table td:first-child {
    display: table-cell;
}

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

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

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

.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;
}

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

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

.navbar-vertical .navbar-nav .nav-sm .nav-link {
    font-size: 0.8125rem;
}

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

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

.dsp-body-card {
    min-height: 240px;
    /* 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;
}

#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;
}

.dsp-pipeline label.form-control-sm,
.training-form label.form-control-sm {
    padding: 0.25rem 1rem;
}

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

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

#job-output {
    height: 300px;
}

#training-output {
    height: 300px;
}

.job-runner-output {
    white-space: pre-wrap;
    overflow-y: auto;
}

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

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

#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%;
}

.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;
}

.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,
#output {
    height: 270px;
}

.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 */
}

/* 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;
}

.connection-status i {
    width: 0.6rem;
    height: 0.6rem;
}

.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 {
    font-size: 0.7rem !important;
    min-width: 1.75rem;
}

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

.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: 10%;
}

#acquisition-table-container-small .acquisition-table .aq-th-sample-name {
    width: 30%;
}

#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: 15%;
}

#acquisition-table-container-small .acquisition-table .aq-th-action {
    width: 10%;
}

#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-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: 5%;
}

#acquisition-table-container-big .acquisition-table .aq-th-sample-name {
    width: 20%;
}

#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: 8%;
}

#acquisition-table-container-big .acquisition-table .aq-th-action {
    width: 5%;
}

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

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

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

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


/** big validation table */

#acquisition-table-container-big .acquisition-table .aq-th-checkbox,
#acquisition-table-container-big .acquisition-table td.data-samples-table-row-checkbox {
    width: 5%;
}

#acquisition-table-container-big .acquisition-table .aq-th-sample-name,
#acquisition-table-container-big .acquisition-table td.data-samples-table-row-name {
    width: 20%;
}

#acquisition-table-container-big .acquisition-table .aq-th-label,
#acquisition-table-container-big .acquisition-table td.data-samples-table-row-labels {
    width: 10%;
}

#acquisition-table-container-big .acquisition-table .aq-th-length,
#acquisition-table-container-big .acquisition-table td.data-samples-table-row-length {
    width: 10%;
}

#acquisition-table-container-big .acquisition-table .aq-th-action,
#acquisition-table-container-big .acquisition-table td.aq-action {
    width: 5%;
}

#acquisition-table-container-big .acquisition-table .aq-th-added,
#acquisition-table-container-big .acquisition-table td.aq-action {
    width: 15%;
}

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

#acquisition-table-container-big .acquisition-table .aq-th-result,
#acquisition-table-container-big .acquisition-table td.aq-result {
    width: 28%;
}

#acquisition-table-container-big .acquisition-table .has-anomaly .aq-th-anomaly,
#acquisition-table-container-big .acquisition-table .has-anomaly td.aq-anomaly {
    width: 8%;
}

#acquisition-table-container-big .acquisition-table .has-anomaly .aq-th-result,
#acquisition-table-container-big .acquisition-table .has-anomaly td.aq-result {
    width: 20%;
}

.pattern-mask {
    background-image: url('/images/pattern.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    overflow: hidden;
    transform: translateX(0) scale(2);
    pointer-events: none;
}

.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;
    display: none;
    padding-top: 0;
}

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

.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-page .acquisition-image-body {
    height: 150px;
}

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

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

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

.classification-page .feature-explorer-content.has-content {
    height: 250px;
    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;
}

.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-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 */
}

.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;
    left: 0.8rem;
    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;
}

#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;
    */
}

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

.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 {
    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;
}

#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 {
    transform: translate(-50%, -30%);
}

.profile-page .photo-row:hover .upload-icon,
.org-deploy-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 {
    margin-bottom: 140px;
}

.org-deploy-modal .photo-row img {
    border-radius: 0;
}

.org-deploy-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 {
    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-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;
}

.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 {
    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 {
    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: 400px;
    width: 400px;
}

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

#mobile-phone-modal-qr {
    height: 400px;
    width: 400px;
}

#mobile-phone-modal-qr img {
    display: inline-block !important;
    height: 400px;
    width: 400px;
}

.badge-dashboard {
    font-size: 0.7rem;
}

.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;
}

.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;
}

#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-import-into {
    width: 15%;
}

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

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

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

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

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

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

#create-project-table .create-project-menu {
    width: 10%;
    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-type-dropdown .btn-inner--icon i {
    margin-right: 0.4rem;
}

#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;
}

.deploy-option-image-container {
    line-height: 110px;
    height: 110px;
    display: flex;
    align-items: center;
}

.deploy-option img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
    filter: grayscale(20%);
    animation: filter 1s ease-in;
}

.deploy-option:hover img,
.deploy-option.selected img {
    filter: none;
}

.deploy-option>div:hover {
    border-color: white !important;
}

.deploy-option.selected>div:after {
    border: solid 3px var(--primary);
}

.deploy-option.selected>div:hover:after {
    border: solid 3px var(--primary);
}

.deploy-option>div:hover:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: solid 1px var(--primary);
    border-radius: 3px;
}

.deploy-option>div:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: solid 1px #e9ecef;
    pointer-events: none;
    border-radius: 3px;
}

.deploy-option>div {
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    margin-bottom: 8px;
}

.deploy-option:nth-child(1),
.deploy-option:nth-child(4),
.deploy-option:nth-child(7),
.deploy-option:nth-child(10),
.deploy-option:nth-child(13),
.deploy-option:nth-child(16) {
    padding-right: 8px;
}

.deploy-option:nth-child(2),
.deploy-option:nth-child(5),
.deploy-option:nth-child(8),
.deploy-option:nth-child(11),
.deploy-option:nth-child(14),
.deploy-option:nth-child(17) {
    padding-left: 0;
    padding-right: 0;
}

.deploy-option:nth-child(3),
.deploy-option:nth-child(6),
.deploy-option:nth-child(9),
.deploy-option:nth-child(12),
.deploy-option:nth-child(15),
.deploy-option:nth-child(18) {
    padding-left: 8px;
}

.deploy-option-text {
    font-weight: 300;
}

.deploy-option .deploy-option-menu {
    display: none;
}

.deploy-option:hover .deploy-option-menu {
    display: flex;
}

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;
}

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

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

#deployment-output {
    height: 400px;
}

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

.tooltip {
    z-index: 1100;
}

.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;
}

#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;
}

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

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

.wide-slider {
    width: 100%;
    margin-left: 10px;
    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;
}

#transfer-learning-info {
    position: absolute;
    bottom: 13px;
    width: calc(100% - 50px);
}

.show-crop-anchor #transfer-learning-info {
    position: static;
    margin-bottom: 13px;
    width: 100%;
}

.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;
}

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

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

#dashboard-project-owner {
    font-weight: 300;
    display: inline;
}

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;
}

.project-name-light {
    font-weight: 400;
}

.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-step1 .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-step1 .status {
        width: 40%;
    }

    #add-device-modal-step1 .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;
}

/**
 * BEGIN: Block version header + popup styles
 */

#block-version-header {
    position:relative;
    z-index: 1000;
}

a.block-version-ui-manage-versions {
    text-decoration: underline;
}

.block-version-header button {
    color: white;
    border-color: white;
}

.block-version-ui .badge {
    text-transform: none;
    font-weight: normal;
    font-size: 0.8em;
}

.block-version-ui-title {
    font-size: 1.25rem;
    color: white;
}

a.block-version-ui-set-description-link {
    color: white;
    font-weight: 300;
    outline: 0;
}

.block-version-ui-set-description-link i {
    visibility: hidden;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    top: 0.6rem;
    margin-left: 0.2rem;
}

.block-version-ui-set-description-link:hover i {
    visibility: visible;
}

a.block-version-ui-dropdown-link {
    color: white;
    padding: 0;
    font-size: 1.25rem;
    outline: 0;
}

.block-version-ui-dropdown-link::after {
    margin-left: 0;
}
.block-version-ui-dropdown-link:hover {
    text-decoration: underline;
    color: white;
}

.block-version-ui-dropdown .dropdown-menu {
    color: black;
}

.block-version-ui-dropdown .dropdown-menu .dropdown-header {
    color: #8898aa;
}

.block-version-ui-dropdown .dropdown-menu .version-id,
.block-version-ui-version-list .version-id {
    font-weight: bold;
    padding-right: 0.5em;
}

.block-version-ui-dropdown .dropdown-menu .no-description {
    color: #8898aa;
}

.block-version-ui-dropdown .dropdown-menu i.fa-star,
.block-version-ui-version-list i.fa-star {
    margin-left: 0.5em;
    margin-right: 0.25em;
}

.block-version-header .block-version-ui-dropdown .dropdown-menu i.fa-star {
    position: relative;
    top: -0.18em;
}

.block-version-ui-popup .block-version-ui-version-list .list-group-item:focus {
    outline-style: none;
}

.block-version-ui-popup {
    border-radius: 0.3125em;
}

.block-version-ui-popup-body {
    font-size: 0.9em;
}

.block-version-ui-version-list {
    min-height: 150px;
    max-height: 200px;
    overflow-y: auto;
}

.block-version-ui-version-list .list-group-item {
    padding: 0.25em;
}

.block-version-ui-popup .block-version-ui-version-list .list-group-item {
    padding-left: 0.75em;
}

.block-version-ui-popup-id {
    user-select: none;
}

/**
 * END: Block version header + popup styles
 */

/**
 * 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;
    color: white;
}
#organization-portal .breadcrumb-item-plus:hover {
    color: rgb(82, 95, 127);
}

#organization-portal .new-level-input {
    border: none;
    background: rgba(255, 255, 255, 0.2);
    padding-left: 6px;
    padding-top: 0px;
    margin-bottom: 4px;
    color: white;
    outline: none !important;
}

#organization-portal #portal-files-in-folder {
    table-layout:fixed;
    width:100%;
    border: 1px solid #eee;
}

#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-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 {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2rem;
    width: 100%;
    text-align: center;
    height: 200px;
    padding-top: 83px;
    border-radius: 6px;
    cursor: pointer;
}

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

#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;
    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;
}

.pointer {
    cursor: pointer;
}

/**
 * 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: scroll;
}

#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;
}

.tuner-settings-nav-link i {
    color: rgba(0, 0, 0, 0.2) !important;
    font-size: 13px !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;
}

.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-card-icon-btn {
    border: none;
    color: #BBB !important;
    background: transparent;
    height: initial;
}

.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.7rem;
    margin-right: -1.7rem;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.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 .feature-explorer-content.js-plotly-plot {
    margin-left: -0.75rem;
}

.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;
}

@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;
    }

    .create-impulse-add-block-modal .name {
        width: 45%;
    }

    .create-impulse-add-block-modal .author {
        width: 20%;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .create-impulse-add-block-modal .recommended {
        width: 10%;
    }

    .create-impulse-add-block-modal .status {
        width: 25%;
    }
}

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;
}

.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-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;
}

.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;
}

.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;
}

#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-header .page-title {
    visibility: hidden !important;
}

.tuner-header .eon-logo {
    width: 3rem;
    height: 3rem;
}

.tuner-header .display-4 {
    margin-bottom: 0.1rem !important;
    font-weight: 400 !important;
}

.tuner-header .header {
    margin-bottom: 0 !important;
    overflow: visible !important;
    min-height: 180px !important;
    padding-top: 1.8rem !important;
}

.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: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);
}

.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;
    }
}

.tuner-container .page-item.active .page-link {
    background-color: rgb(82, 95, 127) !important;
    border-color: rgb(82, 95, 127) !important;
}

.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;
}

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

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

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

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

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

.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: #eee;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.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 {
    height: 250px;
}

.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);
    }
}

#getting-started-go-to-step2:not(:hover) {
    background: white;
}

.getting-started-modal-right-bottom .modal-dialog {
    right: 1.25rem;
    bottom: -0.25rem;
    position: absolute;
}

.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: '%'
}

#feature-importance-card:not(.show-more) .card-body .feature-importance-feature:nth-child(n+6) {
    display: none;
}

#feature-importance-card:not(.show-more) #feature-importance-show-less {
    display: none;
}
#feature-importance-card.show-more #feature-importance-show-more {
    display: none;
}

#create-project-developer-row, #create-project-organization-row {
    cursor: pointer;
}

#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;
    z-index: 1000000;
}

#create-project-modal > .modal-lg {
    max-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 {
    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 {
    font-size: 3rem;
    font-weight: 700;
    color: #14151a;
    font-family: Gotham, "Open Sans", sans-serif;
}

#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);
}

@media (max-width: 1270px) {
    #share-button {
        margin-left: -1rem;
    }
}

@media (min-width: 800px) {
    #clone-widget {
        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;
    }
}

.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;
}

/* 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;
}

/* Organization data hub table */

/** Data hub table layout when no sample details are shown or in expanded view */

.data-hub-table .data-hub-samples-checkbox,
.data-hub-table .data-samples-table-row-checkbox {
    width: 3%;
}

.data-hub-table .data-hub-samples-name,
.data-hub-table .data-samples-table-row-name {
    min-width: 15%;
}

.data-hub-table .data-hub-samples-project,
.data-hub-table .data-samples-table-row-project {
    min-width: 10%;
}

.data-hub-table .data-hub-samples-labels,
.data-hub-table .data-samples-table-row-labels {
    min-width: 10%;
}

.data-hub-table .data-hub-samples-added,
.data-hub-table .data-samples-table-row-added {
    min-width: 10%;
}

.data-hub-table .data-hub-samples-signature,
.data-hub-table .data-samples-table-row-signature {
    width: 5%;
}

.data-hub-table .data-hub-samples-created,
.data-hub-table .data-samples-table-row-created {
    min-width: 10%;
}

.data-hub-table .data-hub-samples-device,
.data-hub-table .data-samples-table-row-device-name {
    min-width: 10%;
}

.data-hub-table .data-hub-samples-sensors,
.data-hub-table .data-samples-table-row-sensors {
    min-width: 10%;
}

.data-hub-table .data-hub-samples-menu,
.data-hub-table .ei-menu {
    width: 7%;
}

@media (max-width:1900px) {
    .data-hub-table .data-hub-samples-checkbox,
    .data-hub-table .data-samples-table-row-checkbox {
        width: 5%;
    }
}

@media (max-width:1600px) {
    .data-hub-table .data-hub-samples-device,
    .data-hub-table .data-samples-table-row-device-name,
    .data-hub-table .data-hub-samples-signature,
    .data-hub-table .data-samples-table-row-signature {
        display: none;
    }
}

@media (max-width:1199px) {
    .data-hub-table .data-hub-samples-created,
    .data-hub-table .data-samples-table-row-created,
    .data-hub-table .data-hub-samples-device,
    .data-hub-table .data-samples-table-row-device-name,
    .data-hub-table .data-hub-samples-signature,
    .data-hub-table .data-samples-table-row-signature,
    .data-hub-table .data-hub-samples-sensors,
    .data-hub-table .data-samples-table-row-sensors {
        display: none;
    }
}

@media (max-width:900px) {
    .data-hub-table .data-hub-samples-checkbox,
    .data-hub-table .data-samples-table-row-checkbox {
        width: 8%;
    }
}

@media (max-width:700px) {
    .data-hub-table .data-hub-samples-length,
    .data-hub-table .data-samples-table-row-length {
        display: none;
    }
}

@media (max-width:700px) {
    .data-hub-table .data-hub-samples-length,
    .data-hub-table .data-samples-table-row-length {
        display: none;
    }
}

@media (max-width:500px) {
    .data-hub-table .data-hub-samples-checkbox,
    .data-hub-table .data-samples-table-row-checkbox,
    .data-hub-table .data-hub-samples-menu,
    .data-hub-table .ei-menu {
        width: 20%;
    }

    .data-hub-table .data-hub-samples-added,
    .data-hub-table .data-samples-table-row-added,
    .data-hub-table .data-hub-samples-project,
    .data-hub-table .data-samples-table-row-project {
        display: none;
    }
}

@media (max-width:376px) {
    .data-hub-table .data-hub-samples-checkbox,
    .data-hub-table .data-samples-table-row-checkbox,
    .data-hub-table .data-hub-samples-menu,
    .data-hub-table .ei-menu {
        width: 15%;
    }
}

/** Compressed data hub table layout with sample details shown */

.data-hub-table .compressed .data-hub-samples-created,
.data-hub-table .compressed .data-samples-table-row-created,
.data-hub-table .compressed .data-hub-samples-signature,
.data-hub-table .compressed .data-samples-table-row-signature {
    display: none;
}

.data-hub-table .compressed .data-hub-samples-checkbox,
.data-hub-table .compressed .data-samples-table-row-checkbox {
    width: 8%;
}

@media (max-width:1600px) {
    .data-hub-table .compressed .data-hub-samples-device,
    .data-hub-table .compressed .data-samples-table-row-device-name {
        display: none;
    }
}

@media (max-width:1400px) {
    .data-hub-table .compressed .data-hub-samples-sensors,
    .data-hub-table .compressed .data-samples-table-row-sensors {
        display: none;
    }
}

/** compressed data hub table layout */

#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 {
    height: calc(100vh - 550px);
    min-height: 300px;
}

#csv-container #step5-table, #csv-container #step6-table {
    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;
}

.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-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;
}

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;
}

#step2-acquisition-image-body {
    height: 200px;
}

#step2-acquisition-image-body .acquisition-image-body-inner > img {
    height: 100%;
}

#pretrained-container .card-header .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;
}

#refresh-dataset {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
