.page-header {
    background-color: var(--primary);
    padding: 90px 0 230px;
}
.page-header h1 {
    font-size: 54px;
}
.form-wrapper {
    background-color: #fff;
    padding: 40px 60px;
    border-radius: 10px;
    margin: -150px auto 0;
    overflow: hidden;
    position: relative;
    box-shadow: rgb(149 157 165 / 7%) 0px 8px 24px;
}
/* =========================== *\
            Step Bar 
\* =========================== */
.step-counter {
    margin: 0 auto;
    margin-bottom: 30px;
}
.step-counter .title {
    text-align: center;
    padding-top: 15px;
    font-weight: 600;
    color: #1F1946;
    font-size: 19px;
}
.step-counter .item {
    position: relative;
    display: block;
    z-index: 1;
    flex: 1;
}
.step-counter .item .circle {
    height: 65px;
    width: 65px;
    border-radius: 80px;
    background-color: #fff;
    border: 10px solid #5cb73e57;
    z-index: 9;
    transition: all 0.35s ease-in-out;
    color: var(--primary);
    font-weight: 700;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.step-counter .item .bar {
    position: absolute;
    height: 4px;
    width: 100%;
    top: 50%;
    background-color: #5cb73e57;
    transform: translateY(-50%);
    z-index: -1;
}
.step-counter .item .bar::after {
    width: 0%;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--primary);
    transition: all 0.25s ease-in-out;
}
.step-counter .item.current .circle, .step-counter .item.dusted .circle {
    border-color: var(--primary);
} 
.step-counter .item.current .bar::after {
    width: 80%;
    background-color: var(--primary);
    transition-delay: 0.2s;
}
.step-counter .item.dusted .bar::after {
    background-color: var(--primary);
    width: 100%;
}
/* =========================== *\
            Step Form 
\* =========================== */
.step-form {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.step-form .step-item {
    transition: all 0.35s ease-in-out;
}
.step-form .title {
    font-weight: 600;
    color: #1F1946;
    font-size: 28px;
}
.step-form .data .item {
	background-color: var(--light-blue);
	position: relative;
	border-radius: 5px;
	min-height: 59px;
}
.step-form .verify-check label {
    color: var(--primary);
    user-select: none;
    cursor: pointer;
}
.update-data-form .form-group {
	position: relative;
}
.step-form .data .label, .update-data-form  label {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 12px;
    background-color: #fff;
    border-radius: 1px;
    color: #828282;
    padding: 0px 8px;
    border: 1px solid var(--light-blue);
}
.step-form .data .content, .update-data-form input {
    color: #231e42b7;
    width: 100%;
    background: transparent;
    border: 0;
    outline: 0;
    resize: none;
    padding: 15px 25px;
}
.update-data-form input, .update-data-form select, .update-data-form textarea {
    background-color: var(--light-blue);
    border-radius: 5px;
    resize: none;
    border: 0;
}
.step-form .data textarea.content, .update-data-form textarea {
    height: 105px;
    line-height: 1.6;
}
.update-details .data {
    border: 2px solid var(--primary);
}
.move-to-left {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: translateX(-40%);
    z-index: -1;
}
.move-from-right {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: translateX(100%);
    z-index: -1;
}
.qna-count .text {
    color: var(--primary);
}
.qna-bar {
    background-color: #d7eaf7;
    height: 4px;
    border-radius: 20px;
    position: relative;
}
.qna-bar .progress-qna {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: all 0.25s ease-in-out;
    background-color: var(--primary);
}
.qna {
    position: relative;
}
.qna .item {
    padding: 0px 0 50px;
    transition: all 0.25s ease-in-out;
}
.qna .question {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
}
.feedback .option {
    display: block;
}
.feedback .option:not(:last-child), .feedback .custom-control:not(:last-child) {
    padding-bottom: 20px;
}
.feedback label input {
    display: none;
}
.feedback .custom-control {
	padding-left: 0;
}
.feedback .text, .feedback .custom-control .custom-control-label {
    padding: 15px 20px;
    border-radius: 4px;
    margin-right: 25px;
    border: 1px solid var(--light-blue);
    cursor: pointer;
    display: flex;
    align-items: center;
}
.feedback .custom-control .custom-control-label {
	padding-left: 70px;
	font-weight: 600;
	color: #424656;
}
.feedback .custom-control .custom-control-label:hover {
	background-color: #dbf7d2;
}
.feedback .custom-control .custom-control-label::before { 
	left: 20px;
	height: 30px;
	width: 30px;
	border-radius: 60px;
	background-color: #fff;
	border: 2px solid var(--light-blue);
	top: 0;
	bottom: 0;
	margin: auto;
}
.feedback .custom-control .custom-control-label::after {
	left: 26px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 18px;
	width: 18px;
	border-radius: 60px;
	background-color: #fff;
	background-image: unset!important;
}
.feedback .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #5cb73e;	
}
.feedback .custom-control-input:checked ~ .custom-control-label {
	background-color: var(--primary);
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	border-color: var(--primary);
	color: #fff;
}
.feedback .text p {
    margin: 0;
    padding-left: 20px;
}
.feedback .text .bubble {
    height: 30px;
    width: 30px;
    border-radius: 60px;
    background-color: #fff;
    border: 2px solid var(--light-blue);
    display: flex;
    align-items: center;
    justify-content: center;
}
.feedback .text .bubble .selected {
    height: 18px;
    width: 18px;
    border-radius: 60px;
    background-color: #5cb73e;
    display: none;
}
.feedback label input:checked + div .selected {
    display: block!important;
}
.feedback label input + div:hover {
    background-color: #dbf7d2;
}
.feedback label input:checked + div {
    background-color: var(--primary);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-color: var(--primary);
}
.feedback p {
    font-weight: 600;
    color: #424656;
}
.feedback label input:checked + div p {
    color: #fff;
}
.prev-btn-step {
    z-index: 999;
    position: relative;
}
.link-prev {
    color: var(--primary);
}
.next-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.next-disabled::before {
    content: unset;
}
.next-disabled:hover {
    color: #fff!important;
}
.static-details {
    transition: all 0.35s ease-in-out;
}
.static-details.update-details .static-data, .static-details .update-data-form, .static-details .cancel-update, .static-details .update-data, .update-details .prev-step, .update-details .next-step, .update-details .verify-check {
    display: none;
}
.static-details.update-details .cancel-update, .static-details.update-details .update-data, .static-details.update-details .update-data-form {
    display: block;
}
.other-list .item a {
    background-color: var(--primary);
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    height: fit-content;
    border: 1px solid var(--primary);
}
.other-list .item span {
    background-color: var(--primary);
    padding: 15px 15px;
    margin-right: 13px;
    color: #fff;
}
.other-list .item a:hover {
    color: var(--primary);
    background-color: #fff;
}
.feedback-form{
    padding-bottom: 100px;
    background-color: #f9f8ff;
    padding-top: 200px;
}
.feedback-form .verify-check .custom-control-label::before, .feedback-form .verify-check .custom-control-label::after {
	content: 'unset';
	display: none;
}
.feedback-form .verify-check .custom-control {
	padding: 0;
}
.feedback-form .verify-check .form-group {
	margin: 0;
}
.feedback-form .field-employment-description textarea {
	background-color: var(--light-blue);
	resize: none;
	max-height: 150px;
	border-radius: 5px;
}
.word-break-all {
	word-break: break-all;
}

.green-text {
	color: #46a76f;
}


/* CSS */
.btn-report {
	align-items: center;
	background-clip: padding-box;
	background-color: #e80b00;
	border: 1px solid transparent;
	border-radius: .25rem;
	box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.25;
	margin: 0;
	padding: 7px 35px;
	position: relative;
	text-decoration: none;
	transition: all 250ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: baseline;
	width: auto;
	height: 45px;
	border-radius: 5px;
	min-width: 50%;
}

.btn-report:hover,
.btn-report:focus {
  background-color: #e4150a;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: #fff;
}

.btn-report:hover {
  transform: translateY(-1px);
}

.feed_box {
	margin-left: 30px;
	border-radius: 8px;
	border: 1px solid #90c17f;
}
.feedback-details {
	border-top: 1px solid #ccc;
}
.border-col {
	border-left:1px dashed #5cb73e;
}

.form-check-input:checked {
	background-color: #5cb73e;
	border-color: #5cb73e;
}
.feed_box .start-step {
	height: 45px;
	align-items: center;
	display: flex;
	justify-content: center;
	border-radius: 4px;
}
.step-form .btn-green:hover{
    color: var(--primary)!important;
}
