/*CONTAINER*/

@media (max-width: 600px) {
	.main-container {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
}

.main-container {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

/*Welcome Page*/
.welcome_container {
	gap: 2rem;
}

.welcome_hr {
	opacity: 1;
	border: none;
	width: 300px;
	height: 2px !important;
	background-color: #85725D;
}

/*Error Page*/
.error_hr {
	opacity: 1;
	border: none;
	width: 500px;
	height: 2px !important;
	background-color: #85725D;
}

/*Header*/
.header-blocks {
	width: 100%;
}

.img-fluid {
	width: 200px;
}

.header-line {
	border: none;
	opacity: 1;
	margin: 0;
}

.header-bottom-line {
	background-color: #E7E7E7;
}

.header-dark-brown-line {
	background-color: #8F7E66;
	height: 30px !important;
}

.header-img-container {
	width: 100%;
}

.header-logo {
	width: 300px;
}
/*FORMS*/

.form-control[readonly] {
	background-color: transparent !important;
}

.heading-primary {
	color: #85725D;
}

.heading-secondary {
	color: #C2B8AD;
}

.form-control {
	border: 1px solid #85725D;
	border-radius: 0;
	padding: 15px;
}

.form-check-label {
	color: #85725D;
}

.form-check-input {
	border: 1px solid #85725D;
	border-radius: 0 !important;
}

	.form-check-input:checked {
		background-color: #85725D !important;
		color: #ffffff !important;
	}

.input-label,
.form-label {
	color: #85725D;
}

.form-label {
	margin-left: 5rem;
}

@media (max-width: 576px) {
	.form-label {
		margin-left: 1rem;
		margin-bottom: 0;
	}
}

.btn-primary {
	border: 1px solid #85725D;
	background: #8F7E66;
	box-shadow: 0px 2px 3.7px 0px rgba(0, 0, 0, 0.25);
	border-radius: 0;
	padding: 10px 30px;
	margin-bottom: 3rem;
}

.btn-secondary {
	color: #32363F;
	background: transparent;
	border: 1px solid #85725D;
	box-shadow: 0px 2px 3.7px 0px rgba(0, 0, 0, 0.25);
	border-radius: 0;
	padding: 10px 30px;
}

.btn-primary:hover {
	border: 1px solid #C2B8AD;
	background: transparent;
	box-shadow: 0px 2px 3.7px 0px rgba(0, 0, 0, 0.25);
	color: #C2B8AD;
}

.btn-secondary:hover {
	border: 1px solid #85725D;
	background: #C2B8AD;
	box-shadow: 0px 2px 3.7px 0px rgba(0, 0, 0, 0.25);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	pointer-events: none;
	border: 1px solid #85725D;
	background: #8F7E66;
	box-shadow: 0px 2px 3.7px 0px rgba(0, 0, 0, 0.25);
	border-radius: 0;
	padding: 10px 30px;
	margin-bottom: 3rem;
}

.radio-button label {
	width: 100%;
}

.radio-button label, .radio-button input {
	background: transparent;
	border: 1px solid #C2B8AD;
	border-radius: 0;
	color: #C2B8AD;
	color: #C2B8AD;
	padding: 10px 30px;
	box-shadow: none;
}

.radio-btns {
	gap: 1rem;
}

@media (max-width: 1800px) {
	.radio-btns {
		gap: 5rem;
	}
}

@media (max-width: 1200px) {
	.radio-btns {
		gap: 1rem;
	}
}

@media (max-width: 800px) {
	.radio-btns {
		gap: 0rem;
	}

	.actual-radio-btns {
		gap: 1rem;
	}
}

.radio-button input[type="radio"] {
	opacity: 0.011;
	z-index: 100;
}

	.radio-button input[type="radio"]:not(:checked) + label:hover {
		background: #8F7E66;
		color: white;
	}

	.radio-button input[type="radio"]:checked + label {
		background: #8F7E66;
		border: 1px solid #85725D;
		border-radius: 0;
		color: white;
		padding: 10px 30px;
		box-shadow: 0px 2px 3.7px 0px rgba(0, 0, 0, 0.25);
	}

/*FOOTER*/

.footer {
	width: 100%;
	margin: 0;
	padding: 0;
}

.footer-line {
	height: 5px !important;
	border: none;
	opacity: 1;
	margin: 0;
}

.dark-line {
	background-color: #2A2B2D;
}

.dark-brown-line {
	background-color: #8F7E66;
}

.light-brown-line {
	background-color: #C2B8AD;
}

.copyright-text {
	color: #85725D;
	font-weight: 400;
}

/*STEPS*/

.step-line {
	border: none;
	height: 2px !important;
	background-color: #85725D;
	opacity: 1;
	width: 70px;
}

.step-line-muted {
	border: none;
	height: 2px !important;
	background-color: #C2B8AD;
	opacity: 1;
	width: 70px;
}

/*Global*/

.text-decoration-underline {
	text-decoration: underline;
	text-underline-offset: 0.3em;
}