body {
	background-color: #e9ecef;
}

.page-container {
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
	margin-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

.header-logo {
	background-color: #fff;
	padding: 10px 20px;
}

.navbar-custom {
	margin: 0; /* Remove margin to eliminate gaps */
	border-radius: 0; /* Ensure the navbar spans the full width */
}

.navbar-brand img {
	height: 75px;
}

.navbar-custom .navbar-nav .nav-link {
	color: #fff; /* Set the text color to white */
}

	.navbar-custom .navbar-nav .nav-link:hover,
	.navbar-custom .navbar-nav .nav-link:focus {
		color: #f8f9fa; /* Set the hover and focus color to a lighter shade of white */
	}

.user-menu {
	position: relative;
}

	.user-menu .dropdown-menu {
		right: 0;
		left: auto;
	}

.content-container {
	padding: 20px;
}

.tooltip-wide {
	max-width: 100%;
	min-width: 80%;
}

.font-pc-blue {
	color: #04A3ED;
	font-family: Futura-Book;
}

.bg-pc-blue {
	background-color: #04A3ED;
}

.bg-pc-blue .nav-link.active {
	background-color: #0382be;
}

.border-pc-blue {
	border-color: #04A3ED !important;
}

.preserve-newlines {
	white-space: pre-line;
}

.email-address {
	unicode-bidi: bidi-override;
	direction: rtl;
}
