body,
.navbar {
	background-color: #fff !important;

}

.wrapper-body {
	min-height: 100vh;
}

#header-banner-main-container {
	height: 110px;
	display: grid;
}

.amount-due {
	font-weight: bold;
}

.profile-summary p , .details p {
	line-height: 20px;
	font-size: 14px;
}
.profile-summary{
	margin: 20px;
    border-bottom: dotted;
}

.box-vertical-line {
	align-self: center;
	background-color: #555252;
	height: 80%;
}

.user-welcome-msg {
	font-size: medium;
	;
	border-bottom: 1px solid #A2A5AC;
}

.header-box {

	overflow: hidden;
	width: inherit;
	background-color: #eeeeeeb0;
	border-radius: 20px;
	padding-left: 20px;
}

.summary-box {
	overflow: hidden;
	width: inherit;
	background-color: #eeeeeeb0;
	border-radius: 20px;
	padding-left: 20px;
	margin: 10px;
	display: grid;
	grid-template-columns: 1fr 1px 2fr 1fr;
	/* Two columns and a separator column */
	grid-gap: 10px;
	/* Adjust this value to set the distance between the cells */

}

.acc-details-summary-box {
	grid-template-columns: 1fr 1px 1fr 2fr !important;
	/* Two columns and a separator column */
	background-color: #fff !important;
	border: 2px solid #e8e7e7 !important;

}

@media (min-width: 768px) {
	.summary-box {
		grid-template-columns: 1fr 1px 2fr 1fr;
		/* Two columns and a separator column */
	}
}

.sub-box {
	align-self: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}


.pay-button {
	background-color: #0c8ccc;
	/* Blue color */
	color: #fff;
	/* Text color */
	border: none;
	border-radius: 20px;
	/* Curved edges */
}

.navigation-button {
	background-color: #fff;
	/* White color */
	color: #000000;
	/* Text color */
	border: 1px solid #0c8ccc;
	/* Blue border */
	border-radius: 20px;
	/* Curved edges */
}

.pay-button,
.navigation-button {
	width: 180px;
	display: inline-block;
	padding: 10px 20px;
	margin: 20px;
	/* Adjust the margin for space between buttons */
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
}

@media (min-width: 768px) {

	.pay-button,
	.navigation-button {
		width: 180px;
	}
}

.payments-transations-table {
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.payments-transations-table th,
.payments-transations-table td {
	border: 2px solid #e8e7e7;
	padding: 5px;
	text-align: center;
	overflow: hidden;
	/* Prevent content overflow */
	white-space: nowrap;
	/* Prevent line breaks within content */
	box-sizing: border-box;
}

.payments-transations-table th {
	background-color: #fff;
	/* Dark Grey Header in Table */
	color: #000000;
	/* White Text */
}

.bar-row {

	display: flex;
	flex-wrap: wrap;
	padding: 8px;
	margin: 0px;
	min-height: 15px;
}

.banking-card p,
.banking-card p a {
	font-size: 12px !important;

}

.banking-card {
	float: right;
	left: 40px;
	/* border: 1px solid #ccc; */
	/* border-radius: 10px; */
	padding: 20px 40px 20px 20px;
	max-width: 400px;
	margin: 40px 0 120px 0;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
	position: relative;
	/* Required for absolute positioning */
}

.diocese-logo {
	margin: 0 0 20px 20px;
	overflow: hidden;
	float: inline-end;
	max-width: 80px;
	height: auto;
}

.unauthorised-block {
	text-align: center;
	padding: 10%;
	width: max-content;
	margin: 10% 0 10% 0;
}

.unauthorised-block a {
	font-size: 20px !important;
	text-decoration: underline;
	font-weight: bold;

}


footer .footer-bottom,
footer p {

	background-color: #002967 !important;
	color: #fff !important;
}

.form-container,
.list-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
	min-height: 374px;
	overflow: hidden;
	background-color: #eeeeeeb0;
	border-radius: 20px;
	padding: 20px;
}

.crmEntityFormView {
	background-color: #fff;
}

.actions,
.crmEntityFormView,
.entitylist,
.crmEntityFormView .actions {
	border: #fff !important;
}

.submit-btn, .btn-primary{
	float: right !important;
	border-radius: 50px;
	width: 150px;
	font-size: medium;
	margin-right: 15px;
}

.nested-form-container {
	word-break: break-word;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	min-width: 300px;
	padding: 16px;
	margin: 30px 0px;
	border-radius: 20px;
	background-color: #fff;
}

.wrapper-body-container {
	width: -webkit-fill-available;
}

.control input,
.control textarea {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;

}

h2 {
	font-size: 35px;
}

.ced-list-table {
	border-radius: 20px;

}

.ced-list-table th a {
	font-weight: bold !important;
	color: #000 !important;
	font-size: 18px !important;

}

.ced-list-table thead tr {
	background-color: #f3f3f3;
	text-wrap: nowrap;

}

.ced-list-table th,
.ced-list-table td {
	text-align: center;
	padding: 15px;
	font-size: 18px !important;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.ced-list-table tbody td {
	background-color: #fff;
}

.ced-list-table th:last-child,
.ced-list-table td:last-child {
	border-right: none;
	/* Remove right border for the last column */
}

.ced-list-table tr:last-child td {
	border-bottom: none;
	/* Remove right border for the last column */
}

.grid-actions {
	border-bottom: none !important;
}

.grid-actions input {
	border-radius: 20px 0 0 20px;
}

.grid-actions button {
	border-radius: 0 20px 20px 0;
}
.section-title{
    border-bottom: 1px dotted #555252 !important;
    margin: 0 0 30px 0 !important;
    width: 100%;

}
.section-title h3{
font-size: 25px;
}
.entityform-card{
	margin: 10px;
padding: 10px;
	border: solid 1px #7c7a7a;
	border-radius: 20px;
}