body,html {
	background-color: #B3E59F;
}
main {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.btn {
	min-width: 250px;
}
.my-indicator{
	display:none;
}
.htmx-request .my-indicator{
	display:inline;
}
.htmx-request.my-indicator{
	display:inline;
}
#map {
	min-height: 300px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    border-color: #CED4DA;
    color: #333;
}
.intl-tel-input {width: 100%;}
.iti {width: 100%;}
canvas { max-width: 100%; height:  auto;}
.greybg {
	background-color: #ccc;
	min-height: 200px;
}
@media screen and (min-width: 767px) {
	body, html {
		background-image: url('/img/forestwide2.svg');
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: bottom;
		background-size: contain, cover;
	}
}
