:root {
	--accent: #000c3c;
	--text: #131313;
	--background: #ffffff;
	--nav-background: #000c3c;
}

body {
	font-family: 'Poppins', sans-serif !important;
}

label {
	/* margin-left: 0.25rem !important; */
}

#overlay {
	position: fixed;
	min-width: 100vw;
	min-height: 100%;
	z-index: 99;
	background-color: var(--accent);
	padding-top: auto;
	padding-bottom: auto;
}

.bi {
	color: var(--accent);
	font-size: 1.5rem;
}

.preloader-vcenter {
	margin-top: calc(50vh - 16px);
}

.home {
	position: absolute;
	top: 0;
	left: 0;
}

#footer {
	position: fixed;
	padding-right: 0rem;
	padding-left: 0rem;
	bottom: 0;
}

.footer {
	bottom: 0;
	position: sticky;
	background-color: var(--accent);
	color: white;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	font-weight: 100;
	width: 100%;
}

#footer {
	padding-right: 0px;
	padding-left: 0px;
	bottom: 0;
	position: fixed;
}

h3 {
	color: var(--accent);
}

h6 {
	color: var(--accent);
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	font-weight: bold;
	line-height: 1.2;
}

/* input[type='radio']:first-child {
	margin-top: 1rem;
	margin-left: 0rem;
	margin-right: 0.5rem;
} */

input[type='radio'] {
	margin-top: 1rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

/* input[type='checkbox']:first-child {
	margin-top: 1rem;
	margin-left: 0rem;
	margin-right: 0.5rem;
} */

input[type='checkbox'] {
	margin-top: 1rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.input-group-text {
	display: block !important;
}

.price {
	color: var(--text);
	font-weight: normal;
}

.title-price-width {
	width: 93.25%;
}

.btn-next {
	--bs-btn-color: #ffffff;
	--bs-btn-bg: var(--accent);
	--bs-btn-border-color: var(--accent);
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #157347;
	--bs-btn-hover-border-color: #157347;
	--bs-btn-focus-shadow-rgb: 217, 164, 6;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-bg: #198754;
	--bs-btn-active-border-color: #157347;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #ffffff;
	--bs-btn-disabled-bg: var(--accent);
	--bs-btn-disabled-border-color: var(--accent);
}

.btn-previous {
	--bs-btn-color: #000;
	--bs-btn-bg: #ffc107;
	--bs-btn-border-color: #ffc107;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #ffca2c;
	--bs-btn-hover-border-color: #ffc720;
	--bs-btn-focus-shadow-rgb: 217, 164, 6;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #ffcd39;
	--bs-btn-active-border-color: #ffc720;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #ffc107;
	--bs-btn-disabled-border-color: #ffc107;
}

@media only screen and (max-width: 992px) {
	.title-price-width {
		width: 97%;
	}
}

@media only screen and (max-width: 576px) {
	.title-price-width {
		width: 100%;
	}
}

small,
.small {
	font-size: 0.7em;
}

form {
	padding: 10px;
}

h3 {
	text-align: center;
	margin-bottom: 60px;
}

.promo {
	width: 33%;
}

.dropdown-toggle.btn-default {
	color: #292b2c;
	background-color: #fff;
	border-color: #ccc;
}

.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
	display: block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
	display: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
	display: block;
	width: 100%;
	padding: 3px 1.5rem;
	clear: both;
	font-weight: 400;
	color: #292b2c;
	text-align: inherit;
	white-space: nowrap;
	background: 0 0;
	border: 0;
	text-decoration: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
	background-color: #f4f4f4;
}

.bootstrap-select > .dropdown-toggle {
	width: 100%;
}

.dropdown-menu > li.active > a {
	color: #fff !important;
	background-color: #337ab7 !important;
}

.bootstrap-select .check-mark {
	line-height: 14px;
}

.bootstrap-select .check-mark::after {
	font-family: 'FontAwesome';
	content: '\f00c';
}

.bootstrap-select button {
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Make filled out selects be the same size as empty selects */

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	display: inline !important;
}

.error {
	border-color: red;
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn-primary {
	background-color: #000c3c;
	border-color: #000c3c;
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #28a745 !important;
	border-color: #28a745 !important;
}

.btn-primary:hover {
	color: #fff;
	background-color: #28a745 !important;
	border-color: #28a745 !important;
}

.select-error {
	border: 1px solid red !important;
}

.overlay {
	position: fixed;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	background-color: var(--accent);
}

.center {
	color: white;
	top: 45vh;
	position: sticky;
}

.home {
	position: absolute;
	top: 0;
	left: 0;
	margin: 15px;
	z-index: 9999;
}

th,
td {
	border: 1px solid;
	padding: 0.25rem;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid #eed3d7;
}

.parsley-errors-list {
	margin: 2px 0 3px;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 0.9em;
	opacity: 0;
	color: #b94a48;

	transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
	opacity: 1;
}

.form-section {
	display: none;
}

.form-section.current {
	display: inherit;
}

.btn-info,
.btn-default {
	margin-top: 10px;
}

.form-check {
	padding-left: 0;
	/* margin-right: 1rem; */
}

.custom-control-label {
	margin-left: 0.25rem;
}

label {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.form-control {
	margin-bottom: 1rem;
}

.w-90 {
	width: 90%;
}
