@import '../index.css';
@import '../../../plugins/jquery.steps/jquery.steps.css';
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

.form-group {
	margin-bottom: 1.5rem;
}

.form-group label {
	font-size: 0.9rem;
	color: #333;
	margin-bottom: 0.25rem;
	display: block;
}

.form-control,
.form-select {
	width: 100%;
	padding: 0.75rem 1rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.4rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus,
.form-select:focus {
	outline: 0;
	box-shadow: 0 1px 6px rgba(32, 33, 36, .28) !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	color: #fff;
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
	box-shadow: 0 1px 6px rgba(32, 33, 36, .28) !important;
}

.btn-check+.btn:hover {
	color: #FED232;
	border-color: #f1c410;
}


.btn-outline-primary {
	color: var(--bs-primary);
	background-color: #fff;
	border-color: var(--bs-primary);
}

#survey .btn {
	border-radius: 10px;
}

.wizard>.content {
	background: #fff !important;
	border: 1px solid #ced4da;
	border-radius: 15px;
  margin: 20px 10px;
}

.wizard>.steps>ul>li {
	width: 50% !important;
}

.wizard>.steps .current a,
.wizard>.steps .current a:active,
.wizard>.steps .current a:hover {
	background: #136AE7 !important;
	border-right: 8px solid #f3c81a;
}

.step_survey ol {
	padding-left: 0px;
}

.wizard>.steps a,
.wizard>.steps a:active,
.wizard>.steps a:hover {
	border-radius: 15px !important;
	box-shadow: 0 1px 6px rgba(32, 33, 36, .28) !important;
}

/* .wizard > .actions a:active, .wizard > .actions a:hover
{
  background: #136AE7 !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
} */

.ngab-editorial {
	position: relative;
	background-image: linear-gradient(to bottom, #136AE7, rgba(243, 200, 26, 0.8) 120%);
	opacity: 1;
}
