.wizard-progress-holder{
	display:flex;
	flex-direction:row;
	justify-content: space-evenly;
	height: 3rem;
	margin: 2rem 2rem 1rem;
}
.wizard-progress-bar{
	flex:1;
	background-color: var(--demo-medium-grey);
	height:0.4rem;
	position: relative;
}
.wizard-progress-bar-blue{
	flex:1;
	background-color: var(--hr-main-header-color);
	height:0.4rem;
	position: relative;
}
.wizard-progress-bar .wizard-progress-bar-circle{
	position: absolute;
	width: 2rem;
	height: 2rem;
	border-radius: 2rem;
	background-color: var(--demo-medium-grey);
	right: -1rem;
	top: -0.8rem;
	text-align: center;
	vertical-align: middle;
	line-height: 2rem;
	z-index: 100;
	color: var(--hr-main-header-color);
}
.wizard-progress-bar-blue .wizard-progress-bar-circle{
	position: absolute;
	width: 2rem;
	height: 2rem;
	border-radius: 2rem;
	background-color: var(--hr-main-header-color);
	right: -1rem;
	top: -0.8rem;
	text-align: center;
	vertical-align: middle;
	line-height: 2rem;
	z-index: 100;
	color: var(--demo-white);
}
.wizard-progress-bar .wizard-progress-bar-circle-start,
.wizard-progress-bar-blue .wizard-progress-bar-circle-start{
	position: absolute;
	width: 2rem;
	height: 2rem;
	border-radius: 2rem;
	background-color: var(--hr-main-header-color);
	left: -1rem;
	top: -0.8rem;
	text-align: center;
	vertical-align: middle;
	line-height: 2rem;
	z-index: 100;
	color: var(--demo-white);
}

.wizard-progress-bar-blue .wizard-progress-bar-circle.active,
.wizard-progress-bar-blue .wizard-progress-bar-circle-start.active{
	background-color: var(--hr-main-header-transparent-color);
	border: var(--hr-main-header-hover-color) 3px solid;
	color: var(--hr-main-header-hover-color);
	line-height: 1.7rem;
	font-weight: 700;
}

.wizard-progress-bar .wizard-progress-bar-btn-start,
.wizard-progress-bar-blue .wizard-progress-bar-btn-start{
	position: absolute;
	left: -3rem;
	top: 1rem;
	z-index: 100;
	text-align: center;
	width: 6rem;
	--bs-link-color: var(--hr-main-header-color);
	--bs-link-hover-color: var(--hr-main-header-hover-color);
}
.wizard-progress-bar .wizard-progress-bar-btn-start .btn,
.wizard-progress-bar-blue .wizard-progress-bar-btn-start .btn{
	--bs-link-color: var(--hr-main-header-color);
	--bs-link-hover-color: var(--hr-main-header-hover-color);
}

.wizard-progress-bar .wizard-progress-bar-btn,
.wizard-progress-bar-blue .wizard-progress-bar-btn{
	position: absolute;
	right: -3rem;
	width: 6rem;
	top: 1rem;
	z-index: 100;
	text-align: center;
}
.wizard-progress-bar .wizard-progress-bar-btn .btn{
	--bs-link-color: var(--demo-medium-grey);
	--bs-link-hover-color: var(--demo-medium-grey);
}
.wizard-progress-bar-blue .wizard-progress-bar-btn .btn{
	--bs-link-color: var(--hr-main-header-color);
	--bs-link-hover-color: var(--hr-main-header-hover-color);
}

.wizard-progress-bar-blue .wizard-progress-bar-btn-start.active .btn,
.wizard-progress-bar-blue .wizard-progress-bar-btn.active .btn{
	font-weight: 700;
	text-decoration: none;
	color: var(--hr-main-header-hover-color);
}

.hr-interview-report-control-panel .koi-dialog-question-second-btn,
.hr-interview-goals-control-panel .koi-dialog-question-second-btn,
.hr-interview-plan-control-panel .koi-dialog-question-second-btn,
.hr-interview-result-control-panel .koi-dialog-question-second-btn{
	display: none;
}
.hr-interview-report-panel h2,
.hr-interview-goals-panel h2,
.hr-interview-plan-panel h2,
.hr-interview-result-panel h2{
	margin: 0 0 1rem;
}
.hr-interview-report-control-panel .form-floating > .form-control.koi-form-field-textarea,
.hr-interview-goals-control-panel .form-floating > .form-control.koi-form-field-textarea,
.hr-interview-plan-control-panel .form-floating > .form-control.koi-form-field-textarea,
.hr-interview-result-control-panel .form-floating > .form-control.koi-form-field-textarea{
	min-height: 14rem;
}

.hr-interview-report-panel,
.hr-interview-goals-panel,
.hr-interview-plan-panel,
.hr-interview-result-panel{
	border: var(--hr-main-header-color) 1px solid;
	padding: 1rem;
	border-radius: 1rem;
}