﻿.steps .step {
	display: block;
	width: 100%;
	margin-bottom: 35px;
	text-align: center
}

.steps .step .step-icon-wrap {
	display: block;
	position: relative;
	width: 100%;
	height: 80px;
	text-align: center
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
	display: block;
	position: absolute;
	top: 50%;
	width: 50%;
	height: 3px;
	margin-top: -1px;
	background-color: #e1e7ec;
	content: '';
	z-index: 1
}

.steps .step .step-icon-wrap::before {
	left: 0
}

.steps .step .step-icon-wrap::after {
	right: 0
}

.steps .step .step-icon {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	border: 1px solid #e1e7ec;
	border-radius: 50%;
	background-color: #f5f5f5;
	color: #374250;
	font-size: 38px;
	line-height: 81px;
	z-index: 5
}

.steps .step .step-title {
	margin-top: 16px;
	margin-bottom: 0;
	color: #606975;
	font-size: 16px;
	font-weight: 500
}

.step-title-date {
	color: #606975;
	font-size: 14px;
}

.steps .step:first-child .step-icon-wrap::before {
	display: none
}

.steps .step:last-child .step-icon-wrap::after {
	display: none
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
	background-color: #05a049;
}

.steps .step.completed .step-icon {
	border-color: #05a049;
	background-color: #05a049;
	color: #fff
}

.steps .step.completed .step-icon.step-icon-error {
	border-color: #db2a1f;
	background-color: #db2a1f;
	color: #fff
}

@media (max-width: 576px) {
	.flex-sm-nowrap .step .step-icon-wrap::before, .flex-sm-nowrap .step .step-icon-wrap::after {
		display: none
	}
}

@media (max-width: 768px) {
	.flex-md-nowrap .step .step-icon-wrap::before, .flex-md-nowrap .step .step-icon-wrap::after {
		display: none
	}
}

@media (max-width: 991px) {
	.flex-lg-nowrap .step .step-icon-wrap::before, .flex-lg-nowrap .step .step-icon-wrap::after {
		display: none
	}
}

@media (max-width: 1200px) {
	.flex-xl-nowrap .step .step-icon-wrap::before, .flex-xl-nowrap .step .step-icon-wrap::after {
		display: none
	}
}

.bg-faded, .bg-secondary {
	background-color: #f5f5f5 !important;
}

#searchButton {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	width: 250px;
}

#loadingText {
	display: none;
}

.searchTitle {
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 4px;
}

@media (max-width: 767px) {
	#searchButton {
		width: 100%;
	}
}

.validation {
	position: absolute;
}

@media (max-width: 767px) {
	.validation {
		position: relative;
	}
}


#importSuccessMessage, .checkmark {
	color: #2a912d;
}

#importErrorMessage {
	color: #db2a1f;
}

.badge {
	border-bottom: none;
}

.vad-note--information::before {
	font-family: "Font Awesome 5 Pro" !important;
	content: "\f30f" !important;
}

td {
	vertical-align: middle !important;
}

.statusBadge {
	pointer-events: none;
}

.rightFlex {
	display: flex;
	justify-content: space-between;
}

.toggle-btn {
	--size: 28px;
	--thickness: 2px;
	display: inline-grid;
	place-items: center;
	width: var(--size);
	height: var(--size);
	border: 1px solid currentColor;
	border-radius: 6px;
	background: transparent;
	color: #222;
	cursor: pointer;
	padding: 0;
}

.toggle-btn .icon {
	position: relative;
	width: 60%;
	height: 60%;
	transition: transform 200ms ease;
}

.toggle-btn .icon::before,
.toggle-btn .icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: var(--thickness);
	background: currentColor;
	transform: translate(-50%, -50%);
	border-radius: 1px;
}

/* vertical bar of the plus */
.toggle-btn .icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.toggle-btn[aria-expanded="true"] .icon {
	transform: rotate(45deg);
}

.statusButton {
	color: black;
}

#applicationStatusTable {
	margin-top: 1.7rem !important;
}

#LinkApplicationsSubmit {
	margin: 0 !important
}

.sampleIcon {
	cursor: pointer
}

#importErrorMessage {
	color: #db2a1f;
	font-size: 1rem;
}