:root {
	--primary: #4dc2c4;
	--secondary: #f0b64f;
}
#donation-page {
	padding: 0;
	margin: 0;
	background-color: #000000;
	font-family: 'proxima-nova';
}

#donation-page-nav {
	padding: 10px 20px;
	display: flex;
	align-items: center;
	position: relative;
}

#donation-page-logo {
	width: 200px;
}

#donation-page-nav > ul {
	display: flex;
	list-style-type: none;
	width: 30%;
	margin: 0 auto;
	justify-content: space-between;
	padding: 0 40px;
}

#donation-page-nav > ul li {
	position: relative;
}

#donation-page-nav > ul li a {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 600;
	border-bottom: 4px solid transparent;
	padding: 10px 0px;
	transition: 0.5s;
	position: relative;
}

#donation-page-nav > ul li a:hover {
	border-color: #4dc2c4;
}

#donation-page-hero {
	background-image: url('../imgs/Hero.png');
	height: 100vh;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#donation-page-btn-outer {
	width: 200px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#donation-page-btn-outer a, #donation-page-btn-outer button { cursor: pointer; }
#donation-page-btn-outer button:hover { background-color: #F0B64F;}

#donation-page-btn {
	text-transform: uppercase;
	font-size: 16px;
	color: white;
	background-color: rgba(255, 96, 21, 1);
	border-radius: 5px;
	padding: 8px 28px;
	border: 0;
	letter-spacing: 2px;
	font-weight: 600;
}

#donation-page-hero-inner {
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 1fr;
	height: 100%;
	align-content: center;
	box-sizing: border-box;
	padding: 0 20px;
}

#donation-page-donate-btn {
	border: 2px solid rgba(240, 182, 79, 1);
	color: rgba(240, 182, 79, 1);
	background: none;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 32px;
	gap: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	cursor: pointer;
	transition-duration: 0.5s;
}

#donation-page-donate-btn svg path {
	fill: #f0b64f;
}

#donation-page-donate-btn:hover {
	color: white;
	background-color: rgba(240, 182, 79, 1);
}

#donation-page-donate-btn:hover svg path {
	fill: white;
}

#donation-page-hero-right {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 38px;
	height: 100%;
}

.donation-page-donate-btn {
	border: 2px solid rgba(240, 182, 79, 1);
	color: rgba(240, 182, 79, 1);
	background: none;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 32px;
	gap: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	cursor: pointer;
	transition-duration: 0.5s;
	text-decoration: none;
}

	.donation-page-donate-btn svg path {
		fill: #f0b64f;
	}

	.donation-page-donate-btn:hover {
		color: white;
		background-color: rgba(240, 182, 79, 1);
	}

		.donation-page-donate-btn:hover svg path {
			fill: white;
		}


.rcbInputCell {
	background-color: transparent !important;
	border: 0px !important;
	border-image-width: 0px !important;
}

#ddlPartner {
	width: 100%;
	max-width: 632px;
	background-color: transparent;
	border: 1px solid var(--primary);
	border-radius: 10px;
	border-image-width: 0px !important;
}

#ddlPartner_I {
	width: 100%;
	background-color: transparent;
	font-weight: 400;
	font-size: 20px;
	color: var(--primary);
	padding-top: 13px;
	padding-right: 150px;
	padding-bottom: 13px;
	padding-left: 21px;
}

/* Scope to just this combo */
.gv-partner-combo .dxeButtonEdit {
	border-color: #2cc6b7; /* your teal */
	border-radius: 6px; /* match your design */
	overflow: hidden; /* hide any 1px misalignments */
}

/* On focus, use the same color/glow as the input */
.gv-partner-combo .dxeFocused {
	border-color: #2cc6b7 !important;
	box-shadow: 0 0 0 0.2rem rgba(44,198,183,.25); /* optional: Bootstrap-like */
}

/* Make the dropdown button wider AND visually inside the same outline */
.gv-partner-combo .dxeButtonEditButton {
	width: 32px !important; /* your desired width */
	min-width: 32px !important;
	border: 0 !important; /* remove its independent border */
	margin-right: -1px; /* pull under the wrapper’s right border */
	position: relative;
	border-top-right-radius: 7px; /* keep the rounded corner continuous */
	border-bottom-right-radius: 7px;
}

	/* Optional: add a subtle divider line between text and button */
	.gv-partner-combo .dxeButtonEditButton::before {
		content: "";
		position: absolute;
		left: 0;
		top: 4px;
		bottom: 4px;
		width: 1px;
		background: rgba(44,198,183,.6); /* same family as border color */
	}

	/* Keep the icon centered within the wider button */
	.gv-partner-combo .dxeButtonEditButton .dxb {
		width: 100% !important;
		text-align: center;
	}

/* Give the text a bit more right padding so it doesn't sit under the button */
.gv-partner-combo .dxeEditArea,
.gv-partner-combo input.dxeEditArea {
	padding-right: 36px !important;
}




#donation-page-input {
	width: 100%;
	max-width: 632px;
	background-color: transparent;
	border: 1px solid var(--primary);
	border-radius: 10px;
	font-weight: 800;
	font-size: 20px;
	color: var(--primary);
	padding-top: 13px;
	padding-right: 120px;
	padding-bottom: 13px;
	padding-left: 21px;
}

#donation-page-input::placeholder {
	color: var(--primary);
}

#donation-page-hero-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.color-primary {
	color: var(--primary);
}

.color-white {
	color: white;
}

.ticker-wrap {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	bottom: 0;
}
.ticker {
	display: inline-block;
	margin-top: 5px;
	animation: marquee 20s linear infinite;
}
.item-collection-1 {
	position: relative;
	left: 0%;
	animation: swap 20s linear infinite;
}

.item {
	display: inline-block;
	padding: 0 1rem;
	font-size: 32px;
	color: #b2b024;
	font-weight: 100;
	font-family: sans-serif;
}

.sub-item {
	width: auto;
	display: block;
	top: 170%;
	left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 3;
	min-width: 10em;
	max-width: 1000px;
	background-color: #000000;
	display: none;
	flex-direction: column;
	padding: 0;
	position: absolute;
	list-style: none;
}

#donation-page-nav > ul li:hover .sub-item {
	display: flex;
}

.sub-item a {
	padding: 13px 20px !important;
	font-size: 12px !important;
	border: 0 !important;
	box-sizing: border-box;
	display: block;
}

.sub-item a:hover {
	background: #FF6015;
}

/* Transition */
@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

@keyframes swap {
	0%,
	50% {
		left: 0%;
	}
	50.01%,
	100% {
		left: 100%;
	}
}

#donation-page-footer {
	padding: 65px 21px;
	padding-bottom: 40px;
	display: flex;
	align-items: center;
}

#donation-page-footer-nav > ul {
	display: flex;
	flex-direction: column;
	gap: 5px;
	position: relative;
}

#donation-page-footer-nav > ul a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#donation-page-footer-right {
	display: flex;
	align-items: center;
	margin-left: auto;
	gap: 200px;
}

#donation-page-footer-address {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

#donation-page-footer-address li {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	list-style: none;
}

#donation-page-social-links a {
	color: white;
	text-decoration: none;
}

#animation-wrapper {
	position: relative;
}

#animation-wrapper-inner {
	position: absolute;
	top: 50%;
	left: -10px;
	height: 140%;
	transform: translateY(-55%);
	width: 200px;
}

#donation-page-hero-right {
	margin-bottom: 100px;
}

#donation-page-menu-toggler {
	background-color: transparent;
	cursor: pointer;
	border: none;
	margin-left: auto;
	display: none;
}

#donation-page-menu-toggler > svg {
	fill: white;
	stroke: white;
	width: 30px;
}

.sub-menu-toggler {
	width: 20px;
	margin-left: 10px;
	display: none;
}

@media (max-width: 991.92px) {
	#donation-page-hero {
		background-image: linear-gradient(
				rgba(0, 0, 0, 0.8),
				rgba(0, 0, 0, 0.8)
			),
			url('../imgs/Hero.png');
	}
	#donation-page-nav > ul {
		padding: 0 20px;
		gap: 20px;
	}
	#donation-page-footer-right {
		gap: 0;
		justify-content: space-between;
	}
	.item {
		font-size: 28px;
	}
}

.sub-menu-toggler.rotated {
    transform: rotate(180deg);
}

@media (max-width: 767.98px) {
	ul#donation-page-nav-links {
		display: none;
		background-color: white;
		position: absolute;
		width: 315px !important;
		flex-direction: column;
		right: 20px;
		top: 80%;
		gap: 0 !important;
		padding: 0 !important;
		z-index: 9999;
	}
	#donation-page-nav-links > li > a {
		color: #f0b64f !important;
		padding: 16px !important;
		display: flex;
		align-items: center;
		width: 100%;
		box-sizing: border-box;
		border: 0 !important;
	}
	.sub-item {
		display: none;
		position: relative;
		top: auto;
		background-color: transparent;
	}
	.sub-item li a {
		padding-left: 30px !important;
		color: #f0b64f !important;
	}
	.sub-menu-toggler{
		display: block;
	}
	#donation-page-nav-links a:hover {
		background-color: #ff6015;
	}
	#donation-page-menu-toggler {
		display: block;
	}
	#donation-page-input {
		max-width: 320px;
	}
	#donation-page-hero-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0;
	}
	#donation-page-hero-inner > * {
		text-align: center;
		justify-content: center;
	}
	#donation-page-hero-right > span {
		display: block;
		text-align: center;
		width: 100%;
	}
	#donation-page-hero-form {
		align-items: center;
		width: 100%;
	}
	#donation-page-footer {
		display: block;
	}
	#donation-page-btn {
		display: none;
	}
	.item {
		font-size: 24px;
	}
}

@media (max-width: 480.98px) {
	#donation-page-input {
		max-width: 240px;
		font-size: 16px;
	}
	#donation-page-footer-right {
		flex-direction: column;
		align-items: flex-start;
	}
	#animation-wrapper img {
		width: 100%;
	}
}


/* Ensure the shell never clips the edit area */
.dxeButtonEdit,
.dxeButtonEditSys { overflow: visible; }

/* ===== DESKTOP/TABLET: give the field enough width so the placeholder fits ===== */
@media (min-width: 768px) {
  .dxeButtonEdit,
  .dxeButtonEditSys { min-width: 465px; } 
}

@media (max-width: 767px) {
  .dxeButtonEdit,
  .dxeButtonEditSys { min-width: 375px; } /* adjust 500–560px to taste */
}