.py-8 {
	padding-bottom: 4.5rem !important;
	padding-top: 4.5rem !important
}

@media(min-width:576px) {
	.py-sm-8 {
		padding-bottom: 4.5rem !important;
		padding-top: 4.5rem !important
	}
}

@media(min-width:768px) {
	.py-md-8 {
		padding-bottom: 4.5rem !important;
		padding-top: 4.5rem !important
	}
}

@media(min-width:992px) {
	.py-lg-8 {
		padding-bottom: 4.5rem !important;
		padding-top: 4.5rem !important
	}
}

@media(min-width:1200px) {
	.py-xl-8 {
		padding-bottom: 4.5rem !important;
		padding-top: 4.5rem !important
	}
}

@media(min-width:1400px) {
	.py-xxl-8 {
		padding-bottom: 4.5rem !important;
		padding-top: 4.5rem !important
	}
}

.bsb-btn-xl {
	--bs-btn-padding-y: 0.625rem;
	--bs-btn-padding-x: 1.25rem;
	--bs-btn-font-size: calc(1.26rem + 0.12vw);
	--bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
	.bsb-btn-xl {
		--bs-btn-font-size: 1.35rem
	}
}

.bsb-btn-2xl {
	--bs-btn-padding-y: 0.75rem;
	--bs-btn-padding-x: 1.5rem;
	--bs-btn-font-size: calc(1.27rem + 0.24vw);
	--bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
	.bsb-btn-2xl {
		--bs-btn-font-size: 1.45rem
	}
}

.bsb-btn-3xl {
	--bs-btn-padding-y: 0.875rem;
	--bs-btn-padding-x: 1.75rem;
	--bs-btn-font-size: calc(1.28rem + 0.36vw);
	--bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
	.bsb-btn-3xl {
		--bs-btn-font-size: 1.55rem
	}
}

.bsb-btn-4xl {
	--bs-btn-padding-y: 1rem;
	--bs-btn-padding-x: 2rem;
	--bs-btn-font-size: calc(1.29rem + 0.48vw);
	--bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
	.bsb-btn-4xl {
		--bs-btn-font-size: 1.65rem
	}
}

.bsb-btn-5xl {
	--bs-btn-padding-y: 1.125rem;
	--bs-btn-padding-x: 2.25rem;
	--bs-btn-font-size: calc(1.3rem + 0.6vw);
	--bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
	.bsb-btn-5xl {
		--bs-btn-font-size: 1.75rem
	}
}

.bsb-btn-circle {
	align-items: center;
	backface-visibility: hidden;
	border-radius: 50% !important;
	display: inline-flex;
	height: 2.5rem;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 2.5rem
}

.bsb-btn-circle.bsb-btn-circle-sm {
	height: 2rem;
	width: 2rem
}

.bsb-btn-circle.bsb-btn-circle-lg {
	height: 3rem;
	width: 3rem
}

.bsb-btn-circle.bsb-btn-circle-xl {
	height: 3.5rem;
	width: 3.5rem
}

.bsb-btn-circle.bsb-btn-circle-2xl {
	height: 4rem;
	width: 4rem
}

.bsb-btn-circle.bsb-btn-circle-3xl {
	height: 4.5rem;
	width: 4.5rem
}

.bsb-btn-circle.bsb-btn-circle-4xl {
	height: 5rem;
	width: 5rem
}

.bsb-btn-circle.bsb-btn-circle-5xl {
	height: 5.5rem;
	width: 5.5rem
}

.bsb-btn-circle.bsb-btn-circle-6xl {
	height: 6rem;
	width: 6rem
}

.bsb-btn-circle.bsb-btn-circle-7xl {
	height: 6.5rem;
	width: 6.5rem
}

.bsb-btn-circle.bsb-btn-circle-8xl {
	height: 7rem;
	width: 7rem
}

.bsb-btn-circle.bsb-btn-circle-9xl {
	height: 7.5rem;
	width: 7.5rem
}

.bsb-btn-circle.bsb-btn-circle-10xl {
	height: 8rem;
	width: 8rem
}

.sidebar-nav-wrapper{
	padding-top: 0px!important;
}

/*Staff*/
.staff-profile-container {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 25px;
}

.form-header {
    background: linear-gradient(135deg, var(--primary), #2a5ba8);
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    text-align: center;
}

.section-title {
    background-color: var(--light);
    padding: 12px 0  12px 15px;
    border-left: 4px solid var(--primary);
    border-radius: 4px;
    margin: 25px 0 15px;
    font-weight: 600;
    color: var(--dark);
}

.photo-upload {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    background-color: #f8f9fa;
    cursor: pointer;
    transition: all 0.3s;
}

.photo-upload:hover {
    border-color: var(--primary);
    background-color: #e9f0ff;
}

.photo-preview {
    /*width: 150px;*/
    height: 150px;
    border-radius: 8px;
    object-fit: cover;
    /*display: none;*/
    margin: 0 auto;
}

.form-label {
    font-weight: 500;
    color: #495057;
    margin-bottom: 5px;
}

.required-field::after {
    content: "*";
    color: var(--danger);
    margin-left: 3px;
}

.btn-primary {
    background-color: #8d1879;
    border-color: #8d1879;
}
.primary-btn{
	background-color: #8d1879;
    border-color: #8d1879;
}

.btn-primary:hover {
    background-color: #2a5ba8;
    border-color: #2a5ba8;
}

.document-table th {
    background-color: #ccc;
    border: 1px solid #ccc;
    padding: 10px;
}

.document-table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.table tbody tr:last-child > *{
	border-bottom-color: #ccc; 
    padding-bottom: 10px;
}


.table-bordered th, .table-bordered td {
    border: 1px solid #ccc;
    padding: 10px;
}



.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > label {
    color: #6c757d;
}

.table-responsive {
    overflow-x: auto;
}

.document-checkbox {
    transform: scale(1.2);
    margin-right: 8px;
}

@media (max-width: 768px) {
    .staff-profile-container {
        padding: 15px;
        margin: 10px;
    }
    
    .section-title {
        font-size: 1.1rem;
    }
}

/* Floating label enhancements */
.form-floating {
    margin-bottom: 1rem;
}

.is-invalid ~ label,
.is-valid ~ label {
    color: inherit !important;
}

.nav-tabs .nav-link.active {
    background-color: #8d1879;
    color: white;
    border-color: #8d1879;
}
.nav-link{
	color: #000;
}
.nav-tabs .nav-link{
	border:1px solid #ccc;
}

body.bg-warning,
body.bg-warning section.bg-warning {
	min-height: 100vh;
}

/* ENATica admin visual refresh */
:root {
	--enatica-primary: #8d1879;
	--enatica-primary-dark: #681158;
	--enatica-accent: #0f9f8a;
	--enatica-ink: #172033;
	--enatica-muted: #657084;
	--enatica-border: #e6ebf2;
	--enatica-soft: #f5f7fb;
	--enatica-shadow: 0 18px 45px rgba(23, 32, 51, 0.09);
	--enatica-shadow-sm: 0 10px 26px rgba(23, 32, 51, 0.07);
}

/* Shared admin module heading */
.admin-module-header {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 30px 0 24px;
	padding: 27px 30px;
	border-radius: 8px;
	background: linear-gradient(115deg, var(--enatica-primary), #a82491);
	color: #fff;
	box-shadow: 0 14px 32px rgba(104, 17, 88, 0.18);
}

.admin-module-header::after {
	content: "";
	position: absolute;
	inset: 0 0 0 auto;
	width: 34%;
	background: linear-gradient(135deg, transparent, rgba(15, 159, 138, 0.24));
	pointer-events: none;
}

.admin-module-header__content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
}

.admin-module-header__icon {
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.13);
	font-size: 23px;
}

.admin-module-header__eyebrow {
	display: block;
	margin-bottom: 3px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
}

.admin-module-header h2 {
	margin: 0 0 5px;
	color: #fff;
	font-size: 25px;
	line-height: 1.25;
}

.admin-module-header p {
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 14px;
}

.admin-module-header__action {
	position: relative;
	z-index: 1;
	white-space: nowrap;
	background: #fff;
	border-color: #fff;
	color: var(--enatica-primary-dark);
	font-weight: 600;
	box-shadow: 0 7px 18px rgba(45, 13, 40, 0.14);
}

.admin-module-header__action:hover,
.admin-module-header__action:focus {
	background: #f7f3f8;
	border-color: #f7f3f8;
	color: var(--enatica-primary-dark);
	transform: translateY(-1px);
}

.admin-module-header + .title-wrapper {
	padding-top: 0 !important;
}

.admin-module-header + .title-wrapper:not(:has(form)) {
	display: none;
}

.admin-module-header + .title-wrapper > .row > div:has(h2),
.admin-module-header + .title-wrapper > .row > div:has(.title > h2) {
	display: none;
}

.admin-module-header + .title-wrapper > .row > div {
	width: 100%;
}

@media (max-width: 767px) {
	.admin-module-header {
		align-items: flex-start;
		flex-direction: column;
		padding: 22px;
	}

	.admin-module-header::after {
		width: 60%;
	}

	.admin-module-header__content {
		align-items: flex-start;
	}

	.admin-module-header__icon {
		width: 44px;
		height: 44px;
		flex-basis: 44px;
	}

	.admin-module-header h2 {
		font-size: 22px;
	}

	.admin-module-header__action {
		width: 100%;
	}
}

@media print {
	.admin-module-header {
		display: none !important;
	}
}

/* Shared add/edit page design */
.admin-form-page .section {
	padding-bottom: 34px;
}

.admin-form-page .staff-profile-container,
.admin-form-page .employee-profile-container,
.admin-form-page .card.p-4,
.admin-form-page .card-style {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--enatica-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--enatica-shadow-sm);
}

.admin-form-page .staff-profile-container,
.admin-form-page .employee-profile-container,
.admin-form-page .card.p-4 {
	padding: 24px !important;
}

.admin-form-page .staff-profile-container::before,
.admin-form-page .employee-profile-container::before,
.admin-form-page .card.p-4::before,
.admin-form-page .card-style::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 3px;
	background: linear-gradient(90deg, var(--enatica-primary), #b52a9d, var(--enatica-accent));
}

.admin-form-page .card-style:hover {
	transform: none;
	box-shadow: var(--enatica-shadow-sm);
}

.admin-form-page form .form-label,
.admin-form-page form label {
	color: #465169;
	font-size: 13px;
	font-weight: 700;
}

.admin-form-page form .form-control,
.admin-form-page form .form-select {
	min-height: 44px;
	border-color: #dce2ed;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(23, 32, 51, 0.025);
	transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.admin-form-page form textarea.form-control {
	min-height: 92px;
}

.admin-form-page form .form-control:focus,
.admin-form-page form .form-select:focus {
	border-color: rgba(141, 24, 121, 0.48);
	background-color: #fff;
	box-shadow: 0 0 0 3px rgba(141, 24, 121, 0.08);
}

.admin-form-page form .form-control::placeholder {
	color: #9ba3b3;
}

.admin-form-page .form-floating > label {
	color: #667085;
	font-weight: 600;
}

.admin-form-page form hr {
	margin: 28px 0;
	border-color: var(--enatica-border);
	opacity: 1;
}

.admin-form-page form h4,
.admin-form-page form h5,
.admin-form-page form h6.form-section-title {
	color: var(--enatica-ink);
}

.admin-form-page form h5,
.admin-form-page form h6.form-section-title {
	position: relative;
	margin: 26px 0 18px;
	padding: 12px 14px 12px 17px;
	border-left: 3px solid var(--enatica-primary);
	border-radius: 0 8px 8px 0;
	background: linear-gradient(90deg, rgba(141, 24, 121, 0.08), rgba(15, 159, 138, 0.035));
	font-size: 15px;
	font-weight: 800;
}

.admin-form-page form h5:first-child,
.admin-form-page form h6.form-section-title:first-child {
	margin-top: 0;
}

.admin-form-page .nav-tabs {
	gap: 5px;
	padding: 8px 10px 0;
	border: 1px solid var(--enatica-border);
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	background: #f8f9fc;
}

.admin-form-page .nav-tabs .nav-link {
	padding: 12px 15px;
	border: 1px solid transparent;
	border-bottom: 3px solid transparent;
	border-radius: 8px 8px 0 0;
	color: #59647a;
	font-weight: 700;
}

.admin-form-page .nav-tabs .nav-link.active {
	border-color: var(--enatica-border);
	border-bottom-color: var(--enatica-primary);
	background: #fff;
	color: var(--enatica-primary);
}

.admin-form-page .tab-content {
	padding-top: 22px;
}

.admin-form-page form .row.mb-4,
.admin-form-page form .row.mb-3 {
	row-gap: 14px;
}

.admin-form-page form button[type="submit"] {
	min-height: 42px;
	padding-left: 22px;
	padding-right: 22px;
}

.admin-form-page .alert {
	border: 0;
	border-left: 4px solid currentColor;
	border-radius: 8px;
	box-shadow: 0 7px 18px rgba(23, 32, 51, 0.05);
}

.admin-form-page input[type="file"].form-control {
	padding-top: 8px;
	padding-bottom: 8px;
}

@media (max-width: 767px) {
	.admin-form-page .staff-profile-container,
	.admin-form-page .employee-profile-container,
	.admin-form-page .card.p-4,
	.admin-form-page .card-style {
		padding: 17px !important;
	}

	.admin-form-page .nav-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.admin-form-page .nav-tabs .nav-link {
		white-space: nowrap;
	}
}

body {
	background:
		radial-gradient(circle at top left, rgba(141, 24, 121, 0.08), transparent 32rem),
		linear-gradient(180deg, #f7f8fc 0%, #eef2f8 100%);
	color: var(--enatica-ink);
	font-feature-settings: "tnum";
}

.main-wrapper {
	background: transparent;
}

.section {
	position: relative;
	padding-bottom: 22px;
}

.section .container-fluid {
	max-width: 1520px;
}

.sidebar-nav-wrapper {
	background: linear-gradient(180deg, #ffffff 0%, #fbf7fb 100%);
	border-right: 1px solid rgba(141, 24, 121, 0.1);
	box-shadow: 12px 0 35px rgba(23, 32, 51, 0.06);
}

.sidebar-nav-wrapper .navbar-logo {
	min-height: 86px;
	display: flex;
	align-items: center;
	padding: 14px 24px;
	border-bottom: 1px solid var(--enatica-border);
}

.sidebar-nav-wrapper .navbar-logo img {
	max-height: 62px;
	object-fit: contain;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item {
	margin: 4px 14px;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a {
	border-radius: 8px;
	color: #4a5568;
	font-weight: 600;
	padding: 12px 14px;
	transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a:hover,
.sidebar-nav-wrapper .sidebar-nav ul .nav-item a[aria-expanded="true"] {
	background: linear-gradient(135deg, rgba(141, 24, 121, 0.12), rgba(15, 159, 138, 0.1));
	color: var(--enatica-primary);
	transform: translateX(3px);
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a:hover .icon,
.sidebar-nav-wrapper .sidebar-nav ul .nav-item a[aria-expanded="true"] .icon {
	background: var(--enatica-primary);
	color: #fff;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a .icon {
	width: 34px;
	height: 34px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	background: #f1eef5;
	color: var(--enatica-primary);
	transition: background-color .2s ease, color .2s ease;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a .icon svg {
	fill: currentColor;
}

.sidebar-nav-wrapper .sidebar-nav ul .dropdown-nav {
	margin: 4px 0 8px 25px;
	padding-left: 11px;
	border-left: 2px solid rgba(141, 24, 121, 0.16);
}

.sidebar-nav-wrapper .sidebar-nav ul .dropdown-nav a {
	padding: 8px 10px;
	font-size: 13px;
	background: transparent;
}

.header {
	top: 0;
	background: rgba(255, 255, 255, 0.86);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(230, 235, 242, 0.9);
	box-shadow: 0 12px 34px rgba(23, 32, 51, 0.06);
}

.header .header-search form input,
.form-control,
.form-select,
.form-floating > .form-control {
	border: 1px solid var(--enatica-border);
	border-radius: 8px;
	background-color: #fff;
	color: var(--enatica-ink);
	box-shadow: none;
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.header .header-search form input:focus,
.form-control:focus,
.form-select:focus,
.form-floating > .form-control:focus {
	border-color: rgba(141, 24, 121, 0.55);
	box-shadow: 0 0 0 4px rgba(141, 24, 121, 0.1);
}

.title-wrapper {
	margin-bottom: 22px;
}

.title-wrapper .title h2,
.title-wrapper h2 {
	font-size: 26px;
	font-weight: 800;
	color: var(--enatica-ink);
	letter-spacing: 0;
	margin-bottom: 4px;
}

.breadcrumb-wrapper .breadcrumb {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid var(--enatica-border);
	border-radius: 8px;
	padding: 10px 14px;
}

.breadcrumb-wrapper .breadcrumb a {
	color: var(--enatica-primary);
	font-weight: 700;
}

.card-style,
.staff-profile-container,
.modal-content {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(230, 235, 242, 0.95);
	border-radius: 8px;
	box-shadow: var(--enatica-shadow-sm);
}

.modal {
	z-index: 20050 !important;
}

.modal-backdrop {
	z-index: 20040 !important;
}

body.modal-open .overlay {
	z-index: 1000 !important;
	pointer-events: none;
}

.card-style {
	padding: 22px;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.card-style:hover {
	transform: translateY(-2px);
	box-shadow: var(--enatica-shadow);
	border-color: rgba(141, 24, 121, 0.18);
}

.icon-card {
	position: relative;
	overflow: hidden;
	min-height: 132px;
	border: 1px solid rgba(230, 235, 242, 0.92);
	border-radius: 8px;
	background: linear-gradient(145deg, #fff 0%, #fbfcff 100%);
	box-shadow: var(--enatica-shadow-sm);
	transition: transform .22s ease, box-shadow .22s ease;
}

.icon-card::after {
	content: "";
	position: absolute;
	right: -34px;
	top: -42px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(141, 24, 121, 0.08);
}

.icon-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--enatica-shadow);
}

.icon-card .icon {
	position: relative;
	z-index: 1;
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.icon-card .content h6 {
	color: var(--enatica-muted);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.icon-card .content h3 {
	color: var(--enatica-ink);
	font-size: 30px;
	font-weight: 800;
}

.btn,
.main-btn {
	border-radius: 8px;
	font-weight: 700;
	transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

.btn:hover,
.main-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(23, 32, 51, 0.12);
}

.btn-primary,
.primary-btn {
	background: linear-gradient(135deg, var(--enatica-primary), #b52a9d);
	border-color: var(--enatica-primary);
}

.btn-primary:hover,
.primary-btn:hover,
.btn-primary:focus,
.primary-btn:focus {
	background: linear-gradient(135deg, var(--enatica-primary-dark), var(--enatica-primary));
	border-color: var(--enatica-primary-dark);
}

.btn-success {
	background: linear-gradient(135deg, var(--enatica-accent), #11b897);
	border-color: var(--enatica-accent);
}

.btn-outline-primary {
	color: var(--enatica-primary);
	border-color: rgba(141, 24, 121, 0.35);
}

.btn-outline-primary:hover {
	background-color: var(--enatica-primary);
	border-color: var(--enatica-primary);
}

.table-wrapper {
	border: 1px solid var(--enatica-border);
	border-radius: 8px;
	overflow: auto;
}

.table {
	margin-bottom: 0;
	color: #2f3a4c;
}

.table thead th {
	background: linear-gradient(180deg, #f7f3f8 0%, #eee7f0 100%);
	color: #47233f;
	border-bottom: 1px solid #ddd4df;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .035em;
	white-space: nowrap;
}

.table tbody td {
	vertical-align: middle;
	border-color: #edf0f5;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
	--bs-table-accent-bg: #fbfcff;
}

.table-hover > tbody > tr {
	transition: background-color .18s ease, transform .18s ease;
}

.table-hover > tbody > tr:hover > * {
	--bs-table-accent-bg: rgba(141, 24, 121, 0.055);
	color: var(--enatica-ink);
}

.badge {
	border-radius: 8px;
	padding: 7px 10px;
	font-weight: 800;
	letter-spacing: .01em;
}

.alert {
	border: 0;
	border-radius: 8px;
	box-shadow: var(--enatica-shadow-sm);
}

.form-header {
	background: linear-gradient(135deg, var(--enatica-primary), #b52a9d);
	box-shadow: 0 14px 32px rgba(141, 24, 121, 0.22);
}

.section-title {
	background: linear-gradient(90deg, rgba(141, 24, 121, 0.1), rgba(15, 159, 138, 0.08));
	border-left-color: var(--enatica-primary);
	color: var(--enatica-ink);
}

.nav-tabs {
	border-bottom-color: var(--enatica-border);
	gap: 6px;
}

.nav-tabs .nav-link {
	border-radius: 8px 8px 0 0;
	background: #fff;
	font-weight: 700;
}

.nav-tabs .nav-link.active {
	background: linear-gradient(135deg, var(--enatica-primary), #b52a9d);
	border-color: var(--enatica-primary);
}

.staff-photo {
	width: 50px;
	height: 50px;
	border-radius: 8px;
	object-fit: cover;
	box-shadow: 0 7px 18px rgba(23, 32, 51, 0.12);
}

.calendar-card .fc {
	color: var(--enatica-ink);
}

.calendar-card .fc .fc-toolbar-title {
	font-size: 18px;
	font-weight: 800;
}

.calendar-card .fc .fc-button-primary {
	background: var(--enatica-primary);
	border-color: var(--enatica-primary);
	border-radius: 8px;
}

.footer {
	background: transparent;
}

.footer .copyright,
.footer .terms {
	color: var(--enatica-muted);
}

.enatica-manager-hero {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	padding: 28px;
	background:
		linear-gradient(135deg, rgba(141, 24, 121, 0.92), rgba(23, 32, 51, 0.94)),
		url("../assets/images/profile/profile-cover.jpg") center/cover;
	color: #fff;
	box-shadow: var(--enatica-shadow);
}

.enatica-manager-hero::after {
	content: "";
	position: absolute;
	right: -70px;
	bottom: -90px;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
}

.enatica-manager-hero h2,
.enatica-manager-hero p {
	position: relative;
	z-index: 1;
}

.enatica-manager-hero h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 800;
}

.enatica-manager-hero p {
	max-width: 720px;
	color: rgba(255, 255, 255, 0.84);
}

.enatica-action-card {
	height: 100%;
}

.enatica-action-card .icon {
	width: 46px;
	height: 46px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(141, 24, 121, 0.1);
	color: var(--enatica-primary);
	font-size: 22px;
	margin-bottom: 14px;
}

.enatica-action-card h5 {
	font-weight: 800;
	color: var(--enatica-ink);
}

.enatica-action-card p {
	color: var(--enatica-muted);
}

.attachment-type-card {
	border: 1px solid var(--enatica-border);
	border-radius: 8px;
	padding: 16px;
	background: #fff;
}

.attachment-type-card h6 {
	color: var(--enatica-ink);
	font-weight: 800;
}

.dynamic-row + .dynamic-row,
.attachment-row + .attachment-row {
	border-top: 1px dashed var(--enatica-border);
	padding-top: 14px;
}

@keyframes enaticaFadeUp {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.title-wrapper,
.icon-card,
.card-style,
.staff-profile-container,
.enatica-manager-hero {
	animation: enaticaFadeUp .38s ease both;
}

@media (max-width: 767px) {
	.title-wrapper .title h2,
	.title-wrapper h2 {
		font-size: 22px;
	}

	.card-style {
		padding: 16px;
	}

	.enatica-manager-hero {
		padding: 22px;
	}

	.enatica-manager-hero h2 {
		font-size: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
.settings-logo-preview {
  width: 160px;
  min-height: 82px;
  border: 1px solid rgba(43, 64, 113, 0.14);
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.settings-logo-preview img {
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}

.organization-header {
  color: #1f2937;
  margin-bottom: 18px;
}

.organization-header .organization-logo {
  max-width: 120px;
  max-height: 70px;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px;
}
.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a.collapsed{
	color:#4a5568!important;
}
