.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.w-120-px {
    width: 120px;
}

.bg-secondary {
    background-color: #6c757d;
}

.bar {
    height: 20px;
}

.bar-inner {
    height: 19px;
    display: flex;
    flex-direction: row;
}

.bar-fill {
    position: relative;
    width: 1%;
    height: auto;
    flex-grow: 1;
}

.bar-fill:first-child:after,
.bar-fill:nth-child(15n):after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    bottom: -5px;
    height: 5px;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #343a40;
}

.bar-fill:first-child:after,
.bar-fill:nth-child(60n):after {
    bottom: -10px;
    height: 10px;
    border-color: #dc3545;
}

.bar-fill:first-child:after {
    border-width: 0 0 0 1px;
}

.bar-fill:nth-child(2):after {
    border-width: 0 1px 0 1px;
}

.bar-hour {
    position: absolute;
    bottom: -25px;
    left: 50%;
    font-size: 12px;
    color: #343a40;
    display: block;
    width: 36px;
    text-align: center;
    transform: translateX(-50%);
}

.bg-dark-green {
    background-color: #28a745!important;
}

.actions {
    padding: 29.5px 0;
}
#cam-container.cam-stopped {
    display: none;
}

#cam-container.cam-started {
    display: block;
}

#cam-container #webcam,
#cam-container #canvas {
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 768px) {
    .bar-hour {
        font-size: 8px;
    }
}