.dev-bar {
    background-color: darkred;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.content-wrapper {
    padding-bottom: 10px;
}

.modal-camera-preview-feed {
    width: 640px;
    height: 480px;
    display: block;
    margin: 0 auto;
}

.dashboard-camera-preview {
    max-width: 50%;
    margin: 0 auto;
}

.dashboard-camera-preview-name {
    font-size: 30px;
    font-weight: bold;
}

.dashboard-camera-preview-feed {
    display: none;
    width: 100%;
}

.dashboard-camera-preview-feed-off {
    background-color: rgb(207, 206, 206);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-wide {
    max-width: 85%;
    width: 85%;
}

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

.canvas-container {
    margin-top: 10px;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.canvas-background {
    width: 100%;
    position: absolute;
    border: 3px solid #000;
}

.canvas-mask {
    width: 100%;
    border: 3px solid #000;
    position: absolute;
}

.mask-color-motion {
    color: #249117 !important;
}

.mask-color-human-detection {
    color: #f3880d !important;
}

tr.highlight td {
    background-color: #f9e5e5;
}

tr.highlight:hover td {
    background-color: #f3bfbf;
}

@media screen and (max-width: 1000px) {
    .dashboard-camera-preview {
        max-width: 100%;
    }
}

@media screen and (max-width: 990px) {
    .modal-wide {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .event-view {
        margin-top: 10px;
    }
}

@media screen and (max-width: 576px) {

}