﻿body
{
	cursor: default
}

.rounded {
	border-radius: 15px;
}

.modal.mini {
	width: 400px;
}

.status-track li {
	position: relative;
	margin-left: 1.5rem;
}

.status-track li:not(:last-child) {
	margin-bottom: 2.5rem;
}

.status-track li::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -1.5rem;
	width: 1rem;
	height: 1rem;
	border-radius: .5rem;
	background-color: #9e9e9e;
	transform: translate(0, -50%);
}

.status-track li.active::before {
	background-color: #4CAF50;
}

.status-track li:not(:last-child)::after {
	position: absolute;
	content: '';
	top: .5rem;
	left: -1rem;
	width: .25rem;
	height: 4rem;
	border-radius: .5rem;
	background-color: #9e9e9e;
	transform: translate(-50%, 0);
}

.status-track li.active::after {
	background-color: #4CAF50;
}

.col {
	margin-bottom: 1rem;
}