#Banner {
			width: 100%;
			margin-top: 10px;
			padding: 5px;
		}
		
		#alldata {
			margin-top: 10px;
		}
		.error {
			color: #F00;
			display: block;
		}
		h1 {
			background-image: url(../banner-title.png);
			background-repeat: no-repeat;
			height: 34px;
			margin: 7px 8px 0 0;
			display: block;
			width:100%;
			padding-left:40px;
			padding-top:8px;
		}
		/*#wpbody-content {width:80%;}*/
.donation-listing-page{width:100%; padding:30px;}
		#alldata th{
			text-align: center !important;
		}
		#alldata a {
			font: bold 11px Arial;
			text-decoration: none;
			background-color: #255FE8;
			color: #fffafa;
			padding: 6px 10px;
			border-top: 1px solid #CCCCCC;
			border-right: 1px solid #333333;
			border-bottom: 1px solid #333333;
			border-left: 1px solid #CCCCCC;
			margin: 0 5px;
		}
		#alldata a:hover,#alldata a:active {
			background-color: #fffafa;
			color: #255FE8;
		}

		/* #alldata td {
			border-bottom: 1px solid #ccc;
			padding: 10px 5px;
			border-right: 1px solid #ccc;
		} */
		.registerbtn,input[type="reset"] {
			background-color: #255FE8 !important;
			color: white;
			padding: 16px 20px !important;
			margin: 8px 0;
			border: none;
			cursor: pointer;
			width: 20% !important;
			opacity: 0.9;
		}
		.registerbtn:hover,input[type="reset"]:hover,input[type="reset"]:active {
			background-color: #0E399F !important;
			color: white !important;
		}
		

		.registerbtn:hover {
		  opacity:1;
		}
		input[type="text"], input[type="file"] {
			width: 100%;
			padding: 15px;
			margin: 5px 0 10px 0;
			display: inline-block;
			border: none;
			background: #f7f7f7;
		}

		input[type=text]:focus, input[type=file]:focus {
		  background-color: #ddd;
		  outline: none;
		}
			
		.pagination {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			padding-left: 0;
			list-style: none;
			border-radius: .25rem;
			justify-content: center;
		}

		.page-link {
			position: relative;
			display: block;
			padding: .5rem .75rem;
			margin-left: -1px;
			line-height: 1.25;
			color: #fff;
			background-color: #255FE8;
			border: 1px solid #dee2e6;
			text-decoration: none;
		}
		.page-link:hover, .page-link:active{
			color: #255FE8;
			background-color: #fff;
		}
		.page-link:focus{
			color: #fff;
		}
		.page-link, ::after, ::before {
			box-sizing: border-box;
		}
		.active{
			color: #255FE8;
			background-color: #fff;	
		}

		.page-item.active a{
			color: #255FE8;
			background-color: #fff;		
		}
		/* service_form */
		#service_form {
			max-width: 600px;
			padding: 1rem;
			border: 2px solid #eef3ff;
			border-radius: 8px;
			background: #fff;
			box-shadow: 0 0 24px 0 rgb(0 0 0 / 6%);
		}
		#service_form label {
			font-size: 16px;
			font-weight: 500;
			color: #333333;
		}
		.form-group {
			margin-bottom: 16px;
		}
		#service_form input[type="text"] {
			padding: 12px 20px 12px;
			border-radius: 4px;
			background: #f8f8f8;
				border: 2px solid #eef3ff;
			height: 44px;
			outline: none;
		}
		#service_form textarea {
			width: 100%;
			border: 2px solid #eef3ff;
			padding: 12px 20px 12px;
			border-radius: 4px;
			background: #f8f8f8;
			min-height: 44px;
			outline: none;
			resize: vertical;
		}
		/* service_form */
		.custom-table th {
			padding: 8px;
			background: #eff3ff !important;
		}
		.custom-table td {
			vertical-align: middle;
			padding: 12px 8px;
			font-size: 13px;
			font-weight: 500;
		}
		.custom-table td:first-child,
		.custom-table  th:first-child {
			padding-right: 0;
		}
		.custom-table td:last-child,
		.custom-table  th:last-child {
			padding-left: 0;
		}
		.form-footer button {
			height: 44px !important;
			line-height: 44px !important;
			padding: 0 16px !important;
			outline: none;
			font-size: 16px;
			width: auto !important;
			background: #2843df !important;
			border: 2px solid #2843df !important;
			color: #fff;
			border-radius: 4px;
			transition: all 0.3s ease;
		}
		.form-footer button:hover {
			background: none !important;
			color: #2843df !important;
		}
		.error{
			color: #F00 !important;
		}




/*Pagination style*/

.pagination_custom ul.pagination {
    flex-wrap: wrap;
    justify-content: center;
}
.pagination_custom ul.pagination li.page-item {
    margin: 0 2px;
}
.pagination_custom ul.pagination li.page-item.active a.page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}
.pagination_custom ul.pagination li.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

/*Search form style*/
/* Search bar container */
.donation-search-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	align-items: center;
	padding: 12px 16px;
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Search form */
.donation-search-form {
	display: flex;
	gap: 10px;
	align-items: center;
}

/* Search input */
.donation-search-input {
	padding: 10px 16px !important;
	border: 1px solid #ced4da !important;
	border-radius: 8px !important;
	font-size: 15px !important;
	min-width: 250px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.donation-search-input:focus {
	border-color: #007bff;
	box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
	outline: none;
}

/* Search button */
.donation-search-btn {
	background: linear-gradient(90deg, #007bff, #0056b3);
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 10px 18px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.3s ease;
	display: flex;
	align-items: center;
	gap: 6px;
}

.donation-search-btn:hover {
	background: linear-gradient(90deg, #0056b3, #007bff);
}

/* Reset button */
.donation-reset-btn {
	background: #f1f1f1;
	color: #333;
	border: none;
	border-radius: 8px;
	padding: 10px 14px;
	font-size: 15px;
	text-decoration: none;
	transition: background 0.3s ease, color 0.3s ease;
}

.donation-reset-btn:hover {
	background: #dc3545;
	color: #fff;
}

/* Export CSV form */
.donation-export-form {
	display: flex;
	align-items: center;
}

/* Export button */
.donation-export-btn {
	background: linear-gradient(90deg, #28a745, #218838);
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.3s ease;
}

.donation-export-btn:hover {
	background: linear-gradient(90deg, #218838, #28a745);
}

.donation-filter-dropdown {
	padding: 10px 16px !important;
	border: 1px solid #ced4da !important;
	border-radius: 8px !important;
	font-size: 15px !important;
	min-width: 250px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
