.error, .js-error {
	color: red;
	text-align: center;
	font-size: 12px;
	margin-top: 15px;
}
.time-interval {
    flex-wrap: wrap;
    max-width: 100%;
}
.main-sidebar .nav-sidebar .has-warning .nav-link:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: red;
    margin: 5px;
    border-radius: 22px;
}
.custom-control-input-invisible:checked + label:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #249a61;
    left: 0;
    background: #249a61;
    opacity: .2;
    top: 0;
}
.table.no-hover tbody tr:hover {
    background: unset;
}
.js-ocr-preview {
    height: 0;
    padding-bottom: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #009a6129;
    position: relative;
    margin-bottom: 20px;
}
.js-ocr-preview.loading:before, .js-ocr-preview.loading:after {
    position: absolute;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
    background: #27a471;
    box-shadow: none;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #000;
}