/* Module-specific overrides — brand/layout in camplus-theme.css */
.page-logo a:hover {
	text-decoration: none;
}

#loader {
	z-index: 10050;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(44, 62, 80, 0.45);
	backdrop-filter: blur(2px);
	display: none;
	align-items: center;
	justify-content: center;
}

#loader.is-visible,
#loader[style*="display: block"],
#loader[style*="display:block"] {
	display: flex !important;
}

#loader .camplus-loader-panel {
	z-index: 10051;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 28px 36px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
	min-width: 220px;
}

#loader .camplus-loader-spinner,
#loader .loader {
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	border-radius: 50%;
	border: 3px solid var(--camplus-loader-track, rgba(78, 115, 223, 0.2));
	border-top-color: var(--camplus-loader-accent, #4e73df);
	background: transparent;
	box-sizing: border-box;
	animation: camplus-loader-spin 0.75s linear infinite;
}

.page-header.navbar {
	--camplus-loader-track: rgba(78, 115, 223, 0.2);
	--camplus-loader-accent: #4e73df;
}

#loader .camplus-loader-spinner {
	border-color: var(--camplus-loader-track, rgba(78, 115, 223, 0.2));
	border-top-color: var(--camplus-loader-accent, #4e73df);
}

#loader .loader {
	border-color: var(--camplus-loader-track, rgba(78, 115, 223, 0.2));
	border-top-color: var(--camplus-loader-accent, #4e73df);
}

#loader .camplus-loader-text {
	margin: 0;
	letter-spacing: 0.02em;
}

@keyframes camplus-loader-spin {
	to { transform: rotate(1turn); }
}

#camplus-flash-container {
	position: fixed;
	top: 70px;
	right: 20px;
	z-index: 10060;
	width: min(420px, calc(100vw - 40px));
	pointer-events: none;
}

.camplus-flash {
	pointer-events: auto;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 12px;
	padding: 14px 16px;
	border-radius: var(--cp-radius);
	box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
	background: #fff;
	border-left: 4px solid #4e73df;
	opacity: 0;
	transform: translateX(24px);
	animation: camplus-flash-in 0.28s ease forwards;
}

.camplus-flash.is-hiding {
	animation: camplus-flash-out 0.22s ease forwards;
}

.camplus-flash-success { border-left-color: #1cc88a; }
.camplus-flash-error { border-left-color: #e74a3b; }
.camplus-flash-warning { border-left-color: #f6c23e; }
.camplus-flash-info { border-left-color: #36b9cc; }

.camplus-flash-icon {
	font-size: 18px;
	line-height: 1.3;
	color: #36b9cc;
}

.camplus-flash-success .camplus-flash-icon { color: #1cc88a; }
.camplus-flash-error .camplus-flash-icon { color: #e74a3b; }
.camplus-flash-warning .camplus-flash-icon { color: #f6c23e; }

.camplus-flash-body {
	flex: 1;
	line-height: var(--cp-line-height-base, 1.5);
	color: var(--cp-color-text-strong, #5a5c69);
	word-break: break-word;
}

.camplus-flash-close {
	border: 0;
	background: transparent;
	color: #999;
	font-size: 18px;
	line-height: 1;
	padding: 0;
	cursor: pointer;
}

.camplus-flash-close:hover {
	color: #666;
}

@keyframes camplus-flash-in {
	from { opacity: 0; transform: translateX(24px); }
	to { opacity: 1; transform: translateX(0); }
}

@keyframes camplus-flash-out {
	from { opacity: 1; transform: translateX(0); }
	to { opacity: 0; transform: translateX(24px); }
}

.dt-processing-overlay {
	position: relative;
}

.dt-processing-overlay:after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.65);
	z-index: 2;
}

.dt-processing-overlay .camplus-dt-loader,
.dt-processing-overlay .camplus-loader-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 3px solid var(--camplus-loader-track, rgba(78, 115, 223, 0.2));
	border-top-color: var(--camplus-loader-accent, #4e73df);
	background: transparent;
	box-sizing: border-box;
	animation: camplus-loader-spin 0.75s linear infinite;
}

.fc-toolbar .fc-right {
	border-bottom: 1px solid #eef1f5;
	position: absolute;
	right: 20px;
	top: -35px;
}

.portlet.calendar .fc-toolbar h2 {
	margin-top: 16px;
	font-size: 24px;
	font-weight: 400;
}

.portlet.calendar.light .fc-button {
	top: 0;
	padding-bottom: 10px;
}

.row.slotRow {
	display: inline-flex;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.eb-series-first-li {
	background: #fff;
	padding: 10px 20px;
	border-top: 3px solid #4e73df !important;
	border-left: 1px solid #ddd;
	margin-right: -1px !important;
	border-right: 1px solid #ddd;
}

.eb-series-first-li>label {
	margin-left: 20px;
}

.SumoSelect {
	width: 100% !important;
}

/*create-Event*/
.dash {
	padding: 8px;
	text-align: center;
}

/*e-calendar*/
.calender_hover_content_title {
	display: block;
	color: grey;
}

.calender_hover_content {
	font-weight: 800;
	color: black;
}

label.error {
	color: red;
	font-size: 13px;
}

.status_pending {
	color: grey;
}

.status_submitted {
	color: blue;
}

.status_approved {
	color: green
}

.status_rejected {
	color: red
}

.status_released {
	color: yellow
}

.table-status {
	margin: 0;
	padding: 0;
	list-style: none;
}

.table-status li {
	background-color: #e7ecf1;
	margin-bottom: 3px;
	padding: 5px 10px;
}

.popovers {
	z-index: 9060;
}

.unitMemberC {
	text-align: center;
}

.unitMembers {
	text-align: center;
	padding: 5px;
	border: 1px solid #eee;
}

.unitMembers .cBox {
	height: 100px;
	overflow-y: scroll;
}

.unitMembersTitle {
	font-weight: bold;
	padding: 2px 0px;
	border-bottom: 1px solid #eee;
	display: block;
}

.cBox label {
	float: none;
	text-align: left;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle {
	background-color: transparent;
}

.ms-container {
	width: 100% !important;
}

.search-input {
	width: 100%;
	margin-bottom: 10px;
}

td,
th {
	max-width: 600px !important;
}

input:disabled,
textarea:disabled,
select:disabled {
	-webkit-text-fill-color: rgba(0, 0, 0, 1);
	-webkit-opacity: 1;
}
