.dp-trigger-btn-be1b3c78 {
	display: inline-block;
	background-color: #ff7d50;
	color: #fff;
	font-weight: 600;
	padding: 15px 30px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	transition: opacity 0.3s;
}

.dp-trigger-btn-be1b3c78:hover {
	opacity: 0.9;
}

.dp-modal-overlay-be1b3c78 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.6);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: opacity 0.3s;
}

.dp-hidden-be1b3c78 {
	display: none !important;
}

.dp-modal-content-be1b3c78 {
	background: #fff;
	width: 100%;
	max-width: 450px;
	border-radius: 8px;
	padding: 30px;
	position: relative;
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
	font-family: inherit;
}

.dp-close-btn-be1b3c78 {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: #666;
}

.dp-title-be1b3c78 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 22px;
	color: #333;
}

.dp-desc-be1b3c78 {
	color: #666;
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 1.5;
}

.dp-amounts-grid-be1b3c78 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-bottom: 20px;
}

.dp-preset-btn-be1b3c78 {
	background: #f5f5f5;
	border: 2px solid #eaeaea;
	padding: 12px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	cursor: pointer;
	transition: all 0.2s;
}

.dp-preset-btn-be1b3c78:hover {
	border-color: #ff7d50;
	color: #ff7d50;
}

.dp-preset-btn-be1b3c78.active {
	background-color: #ff7d50;
	border-color: #ff7d50;
	color: #fff;
}

.dp-custom-amount-wrapper-be1b3c78 {
	margin-bottom: 25px;
}

.dp-custom-amount-wrapper-be1b3c78 label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #444;
	font-size: 14px;
}

.dp-input-group-be1b3c78 {
	display: flex;
	align-items: center;
	border: 2px solid #eaeaea;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
}

.dp-currency-be1b3c78 {
	padding: 12px 15px;
	background: #f9f9f9;
	color: #555;
	font-weight: 600;
	border-right: 1px solid #eaeaea;
}

.dp-custom-amount-input-be1b3c78 {
	flex-grow: 1;
	border: none;
	padding: 12px;
	font-size: 16px;
	outline: none;
	width: 100%;
}

.dp-custom-amount-input-be1b3c78:focus {
	border: none;
	box-shadow: none;
}

.dp-submit-btn-be1b3c78 {
	width: 100%;
	background-color: #ff7d50;
	color: #fff;
	font-weight: 600;
	padding: 15px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 18px;
	transition: opacity 0.3s;
}

.dp-submit-btn-be1b3c78:hover {
	opacity: 0.9;
}

.dp-loading-be1b3c78 {
	text-align: center;
	padding: 15px;
	color: #666;
	font-weight: 600;
}