.loader {
position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;

background: rgba(255, 255, 255, 0.8);
	display: none;
}

.loader .center {
position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.button-row {
	display: flex;
	gap:2rem;
	margin-bottom: 1.5rem;
}
.button-row form{
	background-color: var(--site6);
	border-radius: 100vw;
	width: 100%;
	max-width: 250px;
position: relative;
padding: 5px;
}
.button-row form button{
	position: absolute;
	right:7px;
	top: 7px;
}
::placeholder{
	color: #fff;
}
.button-row .btn.btn-primary[href="#filter"]{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 2rem;
	font-size: 1.25rem;
}
.button-row .btn.btn-primary i{
	margin-left: 10px;
}
.button-row input[type="text"]{
	border:0;
	width: 100%;
	background-color: transparent;
	outline: 0;
width: 100%;
color: #fff;
font-size: 1.25rem;
position: relative;
padding: 5px;
padding-right: 45px;
}
.button-row form:focus-within{}
.col-lg-6 .form-group {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.dot {
width: 30px;
	height: 30px;
	border: 2px solid #004a7c;
	border-radius: 50%;
	float: left;
	margin: 0 5px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-animation: fx 1000ms ease infinite 0ms;
	animation: fx 1000ms ease infinite 0ms;
}

.dot:nth-child(2) {
border: 2px solid #aec94e;
	-webkit-animation: fx 1000ms ease infinite 300ms;
	animation: fx 1000ms ease infinite 300ms;
}
.card-body{
	background-color: #fff;
}
.card:has(.card-body){
	border: 1px solid var(--site6);
}
.form-group{
	margin-bottom: 0;
}
.form-control{
	height: calc(2.75rem + 2px);
}
.dot:nth-child(3) {
border: 2px solid #ef3961;
	-webkit-animation: fx 1000ms ease infinite 600ms;
	animation: fx 1000ms ease infinite 600ms;
}
.filtering{
	margin-top: 1.5rem;
	padding-left: 5rem;
	justify-content: flex-end;
}
.filter-btn {
    position: relative;
    width:fit-content;
    font-size: 1.4rem;
	border-radius: 100vw;
	padding-inline:1.5rem;
}
.filtering i{
	margin-left: 0.75rem;
}
.filter-btn::after {
    content: '';
    position: absolute;
    border-right: 2px solid var(--site6);
    border-left: 2px solid var(--site6);
    width: 5rem;
    height: 1.5rem;
    inset: -4.5rem 0 0 0;
    margin: auto;
}
.card{
border-radius: 1.2rem;
overflow: hidden;
}
.activities .card{
	color: #4c4c4c;
	border-radius: 2rem;
	overflow: hidden;
	padding-bottom: 2.5rem;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	height: 100%;
}
.image img{
	width: 100%;
	object-fit: contain;
}

.activities .image {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}
.activities .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.activities{
	display: flex;
	gap:50px 0;
}

.activities h3{
	font-size: 1.8rem;
	font-weight: 600;
}

.activities .info{
	padding: 2rem 1rem;
	min-height: 18rem;
}
.activities h3 + p{
	font-size: 1.4rem;
	padding-bottom: 0.5rem;
	position: relative;
}
.activities h3 + p::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 1px;
	background-color: var(--site6);
}
.activities .time{
	display: flex;
	margin-bottom: 1rem;
}
.activities .cost{
	line-height: 1;
	font-size: 2.25rem;
}
.card .link{
	display: flex;
	justify-content: center;
}
.card .link .btn{
	border-radius: 50px;
	font-size: 1.8rem;
	font-weight: 300;
	padding-inline:1.5rem;
	background: linear-gradient(0deg, rgba(106,193,82,1) 0%, rgba(79,175,80,1) 100%);
	border-color: transparent;
}



@-webkit-keyframes fx {
50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

100% {
	opacity: 0;
}
}

@keyframes fx {
50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

100% {
	opacity: 0;
}
}

/**/

td .btn-success {
	display: flex;
	align-items: center;
}

.filters ul {
list-style: none;
	margin: 0;
	padding: 0;
}

.filters ul li a {
display: block;
	position: relative;
	padding: 5px 0;
}

.filters ul li.selected a {
background: #0066b3;
	color: #fff;
	padding: 5px;
}

.filters ul li.selected a:before {
right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.filters ul li.selected a:before {
right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;

border-color: rgba(194, 225, 245, 0);
	border-right-color: #0066b3;
	border-width: 17px;
	margin-top: -17px;
}

h3 {
font-size: 1.2em;
}

#activities-table {
width: 100%;
}

#activities-table .md-only {
display: none;
}



@media (min-width: 992px) {

#activities-table th,
	#activities-table td {
		padding: 10px;
		border-bottom: 1px solid #ddd;
	}

#activities-table tr:nth-child(2n) td {
	background: #f1f1f1;
}

#activities-table th {
	background: #00aeef;
	color: #fff;
}
}

@media (max-width: 991px) {
	#activities-table caption,
	#activities-table thead,
	#activities-table tbody,
	#activities-table tr,
	#activities-table th,
	#activities-table td {
		display: block;
	}

#activities-table td {
	padding: 10px;
	border-bottom: 1px dotted #ddd;
}

#activities-table thead {
	display: none;
}

#activities-table tr {
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

#activities-table .md-only {
	display: inline-block;
	font-weight: bold;
}
}

/**/

.hugim-search {
padding: 0;
	margin-bottom: 30px;
}

.hugim-search h2 {
position: relative;
	text-align: center;
	color: #00aeef;
	margin-bottom: 30px;
}

.hugim-search h2 span {
background: #fff;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}

.hugim-search h2:before {
background: #ddd;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
}

.hugim-search form {
margin: 0 15px;
}

@media (min-width: 992px) {
.hugim-search form {
		border-radius: 30px;
		margin-bottom: 20px;
	}
}

.hugim-search select,
.hugim-search input {
width: 100%;
	padding: 10px;
	font-size: 1em;
	border: 0;
	background: #f1f1f1;
	height: 3em;
	border-radius: 2rem;
}

.hugim-search button {
width: 100%;
	padding: 10px;
	font-size: 1em;
	border: 0;
	background: #ddd;
	background: #00aeef;
	color: #fff;
	cursor: pointer;
	height: 3em;
	border-radius: 2rem;
}


/**/

#activity-info-table {
width: 100%;
	margin-bottom: 15px;
}

#activity-info-table tr th,
#activity-info-table tr td {
border-top: 1px solid #ddd;
	padding: 10px;
	text-align: right;
}

#activity-info-table tr th {
font-weight: bold;
	width: 200px;
}

#activity-info-table tr td {}

#activity-info-table tr:nth-child(2n) th,
#activity-info-table tr:nth-child(2n) td {
background: #f1f1f1;
}

/**/

.modal-body h2 {
margin-bottom: 30px;
}

.modal-body h3 {
margin-bottom: 15px;
	color: #00aeef;
	border-bottom: 2px solid #00aeef;
}

/**/

.activity-item h2 {
font-size: 1.8rem;
	position: relative;
	margin-bottom: 30px;
}

.activity-item h2:after {
border-style: solid;
	border-width: 2px 0 0;
	content: "";
	display: block;
	height: 0;
	right: 0;
	position: absolute;
	width: 20%;
	max-width: 50px;
	margin-top: 5px;
	color: #b1cb50;
}

@media (max-width:1600px){
	.card .link .btn{
		font-size: 1.25rem;
	}
}

@media (min-width: 1100px) {
.modal-lg {
		max-width: 1000px;
	}
}

.modal {
z-index: 999999;
}

.mini-card {
width: max-content;
	background-repeat: no-repeat;
	background-size: cover;
flex: 1 0 29%;
}

.mini-card input {
display: block;
	margin: 0 auto;
}

.mini-card img {
display: block;
	margin: 0px auto;
}

.mini-card label {
display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	color: #fff;
}

.mini-card-2 label {

color: #fff;
}





.fieldset-search {
display: flex;
	justify-content: start;
gap: 15px;
	flex-wrap: wrap;
}

.fieldset-search legend,
.fieldset-search-2 legend {
background: #28a745;
	border-radius: 5px;
	color: #fff;
	padding: 0.2rem;
	width: auto;
}

.fieldset-search-2 {
display: flex;
	gap: 15px;
	justify-content: space-between;
	flex-wrap: wrap;
}



.advanced-hugim-search h2 {
position: relative;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
}




.mini-card {
background: #657a99;
	display: inline-block;
padding: .5rem 0.25rem;
	border-radius: .25rem;
}

.mini-card-2 {
background: #657a99;
	display: inline-block;
	padding: .5rem 1rem;
	border-radius: .25rem;
}

.mini-card-2 label {
margin: 0;
}

@-webkit-keyframes AnimationName {
0% {
		background-position: 92% 0%
	}

50% {
	background-position: 9% 100%
}

100% {
	background-position: 92% 0%
}
}

@-moz-keyframes AnimationName {
0% {
		background-position: 92% 0%
	}

50% {
	background-position: 9% 100%
}

100% {
	background-position: 92% 0%
}
}

@keyframes AnimationName {
0% {
		background-position: 92% 0%
	}

50% {
	background-position: 9% 100%
}

100% {
	background-position: 92% 0%
}
}


@media (max-width:1100px){
	.button-row{
		margin-top: 1rem;
		justify-content: center;
	}
}

@media (max-width:991px){
	.button-row{
		flex-direction: column;
		align-items: center;
	}
	.button-row .btn.btn-primary[href="#filter"]{
		padding: 0.5rem 2rem;
	}
}