:root {
	--deep-green: #033722;
	--Neon: #1ED379;
	--text: #373737;
	--green: #289667;
	--skyblue: #54BCEB;
	--chartreuse: #C1CD23;
	--off-white: #FAFEF2;
	--light-green: #E8F6E0;
	--mint: #A5E680;
	--white: #FFFFFF;
	--black: #000000;
}


h1, .h1 {
	font-size: 58px;
	line-height: 68px;
	font-weight: 500;
	font-family: "Rubik", Sans-serif;
}

h2, .h2 {
	font-size: 44px;
	line-height: 50px;
	font-weight: 500;
	font-family: "Rubik", Sans-serif;
}

h3, .h3 {
	font-size: 34px;
	line-height: 44px;
	font-weight: 600;
	font-family: "Rubik", Sans-serif;
}

h4, .h4 {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	font-family: "Rubik", Sans-serif;
}

h4, .h4 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	font-family: "Rubik", Sans-serif;
}

h5, .h5 {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: 1.2px;
	font-family: "Rubik", Sans-serif;
}

h6, .h6 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	font-family: "Rubik", Sans-serif;
}

.large-para,
.large-para * {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	font-family: "Open Sans";
}

html body .kab__btn {
	padding: 14px 24px;
	border-radius: 40px;
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	display: inline-block;
}

html body .kab__btn.is-icon {
	padding-right: 46px;
	background-image: url(../images/down-arrow-icon.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
}

html body .kab__btn--deep-green {
	background-color: var(--deep-green);
	border: 1px solid var(--deep-green);
}

html body .kab__btn--mint {
	background-color: var(--mint);
	border: 1px solid var(--mint);
	color: var(--deep-green);
}

html body .kab__btn--neon {
	background-color: var(--Neon);
	border: 1px solid var(--Neon);
}

html body .kab__btn--neon:hover {
	background-color: transparent;
	color: var(--Neon);
}

html body .kab__btn--deep-green:hover {
	background-color: transparent;
	color: var(--deep-green);
}

html body .kab__btn--mint:hover {
	background-color: transparent;
	color: var(--mint);
}

p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: "Open Sans";
}

.volunteer_map_widget{
	/* 	display: flex;
	flex-wrap: wrap; 
	521px
	*/
	display: grid;
	grid-template-columns: clamp(25rem, 6.3846rem + 29.0865vw, 32.5625rem) 1fr;
}
.volunteer_map_widget .map_wrapper{
	/* 	width: 67%; */

}
.volunteer_map_widget #map{
	height: calc(100vh - 133px);
	width:100%;
}
.map_wrapper {
	position:relative;
}
/*map*/
.map_wrapper .map_controls{
	position: absolute;
	right: 20px;
	bottom: 100px;
}
.map_wrapper .map_controls ul{
	list-style:none;
	padding:0px;
}

.map_wrapper .map_controls span{
	display:inline-block;
	cursor:pointer;
	margin-bottom:8px;
	width: 32px;
	height: 32px;
}

.map_wrapper .map_controls #map-control-info{
	background: #033722;
	padding: 4px 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.map_controls > ul svg{
	vertical-align:top;
}

.map_controls #map-control-info svg{
	vertical-align: text-bottom;
}
.map_wrapper .map_legends{
	position: absolute;
	right: 50px;
	top: 0px;
	width: 260px;
	padding: 20px;
	background: #033722;
	border: 1px solid #1ED379;
	border-radius: 7px;
	opacity:0;
	visibility:hidden;
	transition: opacity 0.5s ease-in-out; 
}
.map_wrapper .map_legends.show{
	opacity: 1;
	visibility: visible;
}
.map_wrapper .map_legends .closeLegend{
	position:absolute;
	top:10px;
	right:11px;
}
.map_legends li {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 10px;
	justify-content: stretch;
	color: #FFF;
	font-family: Rubik;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 27px; /* 180% */
	margin-bottom:6px;
}
.map_legends li:last-child{
	margin-bottom:0px;
}
.map_legends li h4{
	color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 1.92px;
	text-transform: uppercase;
	margin:0px;
}
.marker_icon{
	width:20px;
}
/*search area*/
.volunteer_map_widget .volunteer_info_section{
	/* 	width: 33%; */
	padding: 0 40px 40px;
	background: #033722;
	color: #fff;
	display: inline;
	gap: 59px;
	height: calc(100vh - 133px);
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}

/* width */
.volunteer_map_widget .volunteer_info_section::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.volunteer_map_widget .volunteer_info_section::-webkit-scrollbar-track {
	background: var(--text);
	/* 	box-shadow: inset 0 0 5px var(--grey); */
}

/* Handle */
.volunteer_map_widget .volunteer_info_section::-webkit-scrollbar-thumb {
	background: #1ED379;
}

/* Handle on hover */
.volunteer_map_widget .volunteer_info_section::-webkit-scrollbar-thumb:hover {
	background: #1ED379;
}

.volunteer_map_widget .volunteer_info_section h2{
	color: var(--Neon, #1ED379);
	font-family: Rubik;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 144.444% */
	letter-spacing: 2.16px;
	text-transform: uppercase;
	margin:0px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.volunteer_map_widget .volunteer_info_section h2 img {
	vertical-align: top;
}

.volunteer_map_widget .volunteer_info_section .volunteer_section_search {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	padding-top: 40px;
}

.volunteer_map_widget .volunteer_info_section .spacer{
	height:1px;
	background-color:rgba(255,255,255,0.4);
	width:100%;
}

.volunteer_map_widget .volunteer_info_section .volunteer_content{
	color: #FFF;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
	margin-bottom:10px;
}
.volunteer_map_widget .volunteer_info_section h3{
	color: #FFF;
	font-family: Rubik;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px; /* 129.412% */
	margin:0px 0px 4px;
}
.volunteer_search_filter {
	display:flex;
	flex-direction: column;
	align-items: flex-start;
	gap:28px;
	justify-content:start;
	margin-bottom: 42px;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	background: #033722; 
	padding-top: 32px;
	margin-top: -16px;
	padding-bottom: 32px;
}

.volunteer_search_filter + .spacer {
	margin-top: -32px;
}

.volunteer_search_filter .btnDropdowns{
	display:flex;
	gap:14px;
	justify-content:start;
	width: 100%;
	max-width: 406px;

}
.volunteer_search_filter .btnDropdown,  .adoptionStatus{
	position:relative;
}

.volunteer_search_filter .btnDropdowns ul,  .adoptionStatus .dropdown-menu ul{
	list-style:none;
	padding:0px;
}
.volunteer_search_filter .btnDropdowns ul h4,  .adoptionStatus .dropdown-menu ul h4{
	margin:0px;
	color: #4D4D4D;
	font-family: Rubik;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 155.556% */
}
.btnDropdowns .dropdown-menu, .adoptionStatus .dropdown-menu{
	display: flex;
	padding: 24px 18px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	border-radius: 7px;
	border: 1px solid var(--Neon, #1ED379);
	background: #FFF;
	box-shadow: 3px 4px 40px 0px rgba(0, 0, 0, 0.55);
	position: absolute;
	left: 0px;
	top: 64px;
	width:300px;
	opacity:0;
	visibility:hidden;
	transition: opacity 0.2s ease-in-out; 
	z-index: 9;
}
.volunteer_search_filter .btnDropdowns ul li , .adoptionStatus .dropdown-menu ul li{
	margin-bottom:17px;
	color: #4D4D4D;
	font-family: Rubik;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 1; /* 158.824% */
	display:flex;
	align-items:center;
	gap:8px;
}

.btnDropdowns .dropdown-menu.show, .adoptionStatus .dropdown-menu.show{
	opacity:1;
	visibility:visible;
}

#districtMenuButton + .dropdown-menu ul {
/* 	display: grid;
	grid-template-columns: 1fr 1fr; */
	column-count: 2;
	display: block;
	column-gap: 24px;
	width: 100%;
}

#districtMenuButton + .dropdown-menu  ul li:first-child {
/* 	grid-column-start: 1;
	grid-column-end: 3; */
    column-span: all;
}

.mark__list {
	position: relative;
}

.mark__list input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.mark__list label {
	padding-left: 24px;
	position: relative;
}

.mark__list label::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 9px;
	height: 5.81px;
	border-bottom: 2px solid #4d4d4d;
	border-left: 2px solid #4d4d4d;
	transform: rotate(-45deg) scale(0);
	transition: all .3s ease;
}

.mark__list label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #4D4D4D;
	border-radius: 2px;
}
.mark__list input:checked + label::before {
	border-color: var(--Neon);
	background-color: var(--Neon);
}

.mark__list input:checked + label::after {
	transform: rotate(-45deg) scale(1);
}

.kab-result__card {
	background-color: var(--white);
	border-right: 6px solid var(--Neon);
	padding: 24px;
	display: grid;
	grid-template-columns: 1fr 50px;
	align-items: center;
	cursor:pointer;
}

.kab-result__title {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 13px;
	grid-column: 1 / 2;
}

.kab-result__card p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	grid-column: 1 / 2;
}

.kab-result__link {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}

.kab-result__cards {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 42px;
}

.volunteer_section_item {
	padding-top: 40px;
	transform: translateX(-120%);
	transition: transform .2s ease;
	opacity: 0;
	visibility: hidden;
	transition-delay: 1s;
}

.volunteer_section_item.is-slide {
	opacity: 1;
	visibility: visible; 
	min-height: 600px;
}

.kab__back {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	position: relative;
	padding-left: 20px;
}

.kab__back:hover {
	color: #fff;
	text-decoration: underline;
}

.kab__back::before {
	content: '';
	position: absolute;
	left: -6px;
	top: 6px;
	background-image: url(../images/down-arrow-icon.svg);
	background-repeat: no-repeat;
	background-position: center left;
	transform: rotate(90deg);
	width: 20px;
	height: 20px;
	background-size: 10px;
}

.kab-vsi__title {
	display: flex;
	align-items: center;
	gap: 16px;
	padding-top: 24px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 40%);
	margin-bottom: 16px !important;
}

.kab-vsi__title  svg {
	vertical-align: top;
}

.kab-vsi__intro h3 {
	margin-bottom: 4px;
}

.kab-vsi__intro ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 30px;
	margin-bottom:25px;
}

.kab-vsi__intro ul img {
	vertical-align: top;
}

.location_img {
	aspect-ratio: 441 / 207;
	display: block;
	background-color: #dedede;
	margin-top: 24px;
	margin-bottom: 24px;
	width: 100%;
}

.searchField {
	width: 100%;
	position: relative;
	max-width: 406px;
}

.searchField input[type="text"] {
	padding: 8px 42px;
	background: #FFFFFF;
	border: 1.5px solid #7A7A7A;
	border-radius: 300px;
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 35px;
	color: rgba(51, 51, 51, 0.65);
	background-image: url(../images/Search.svg);
	background-position: 15px center;
	background-repeat: no-repeat;
}

html body .searchField .search_button {
	background: transparent;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.img__icon {
	position: relative;
	display: inline-block;
}

.img__icon img {
	position: absolute;
	top: -8px;
	z-index: 1;
	width: 19px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.kab-vsi__button_wrapper {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.kab-vsi__intro ul li {
	display: flex;
	gap: 8px;
	align-items: flex-start;
}

.volunteer_toggle_map {
	display: none;
}

.loader-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
	justify-content: center;
	align-items: center;
}

.loader-wrapper.show-loader {
	display: flex;
}

html body .btnDropdown .kab__btn {
	padding: 14px 46px 14px 36px;
}

html body .btnDropdown .kab__btn.searchVolunteer {
	padding-right: 36px;
}

@media (max-width: 1239px) {
	.volunteer_map_widget .volunteer_info_section {
		padding-left: 24px;
		padding-right: 24px;
	}
	/* 	.volunteer_search_filter .btnDropdowns {
	flex-wrap: wrap;
}
	.volunteer_search_filter .btnDropdown {
	position: relative;
	flex: 1;
}
	html body .volunteer_search_filter .kab__btn {
	width: 100%;
} */
}

@media (max-width: 1024px) {
	.btnDropdowns .dropdown-menu {
		padding: 24px;
	}
	.volunteer_map_widget .volunteer_info_section {
		height: auto;
	}
	.volunteer_map_widget {
		display: flex;
		flex-direction: column;
	}

	.volunteer_toggle_map {
		order: 1;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 12px 0px;
		gap: 12px;
		background: #033722;
		border-top: 1px solid #8F8F8F;font-family: 'Rubik';
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		color: #FFFFFF;
	}

	.volunteer_map_widget .volunteer_info_section {
		order: 3;
		width: 100%;
		margin-top: -1px;
	}

	.volunteer_map_widget .map_wrapper {
		order: 2;
		width: 100%;
	}

	.volunteer_toggle_map span {
		position: relative;
		display: inline-block;
	}

	.volunteer_toggle_map span:before {
		content: "";
		position: absolute;
		right: -24px;
		top: 0;
		bottom: 0;
		background-image: url(../images/down-arrow-icon.svg);
		background-repeat: no-repeat;
		background-position: center;
		width: 20px;
		height: 20px;
		background-size: 20px;
		z-index: 4;
		transform: rotateX(180deg);
		transition: transform .5s ease;
	}
	.volunteer_toggle_map span.hideLabel:before {
		transform: rotateX(0deg);
	}

	.volunteer_map_widget #map {
		height: auto;
		width: 100%;
		aspect-ratio: 16 / 9;
	}

	.map_wrapper .map_controls {
		right: 16px;
		bottom: auto;
		top: 24px;
	}

	.map_controls img {
		vertical-align: top;
	}

	.volunteer_map_widget .volunteer_info_section h3 {
		font-size: 28px;
		line-height: 38px;
	}

	.volunteer_search_filter {
		padding-top: 0;
	}
	.volunteer_map_widget .volunteer_info_section .volunteer_content {
		margin-bottom: 16px;
	}
	.volunteer_map_widget .volunteer_info_section .volunteer_section_search {
		min-height: 600px;
	}
	.volunteer_section_search,
	.volunteer_section_item {
		border-top: 1px solid rgba(255, 255, 255, 0.4);
	}
}

@media (max-width: 567px) {
	.volunteer_map_widget .volunteer_info_section {
		height: auto;
		overflow: visible;
	}

	.btnDropdowns {
		position: relative;
	}

	.volunteer_search_filter .btnDropdown {
		position: static
	}
	.btnDropdowns .dropdown-menu {
		width: 100%;
		left: 0;
		right: 0;
	}

	.kab-vsi__button_wrapper {
		flex-direction: column;
		text-align: center;
	}


	.volunteer_map_widget #map {
		height: auto;
		width: 100%;
		aspect-ratio: 414 / 420;
	}

}

@media (max-width: 400px) {
	.volunteer_search_filter .btnDropdown .kab__btn {
		padding: 11px 46px 11px 16px;
		font-size: 14px;
	}
}

.errorMsg{
	background-color: var(--white);
    border-right: 6px solid #F00;
	display:block;
	padding:10px 20px;
	font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
	line-height: 26px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #000000;
}

