/**
 * HR Management Lite - Staff Holidays and Notices
 */
.hrml-staff-registry {
	background: #f0f0f1;
}

.hrml-staff-registry .content-wrapper {
	background: #f0f0f1;
	padding: 1.6rem 1.55rem 1.5rem;
}

.hrml-registry-shell {
	background: #f8fafc;
	border-radius: 24px;
	box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.7);
	min-height: 780px;
	padding: 4.25rem 4rem 3.15rem;
}

.hrml-registry-hero {
	align-items: center;
	background: #fff;
	border: 1px solid #eef2f7;
	border-radius: 16px;
	box-shadow: 0 15px 35px rgba(15, 23, 42, 0.06);
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	margin-bottom: 1.8rem;
	padding: 2rem 4rem;
}

.hrml-registry-hero__main {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	min-width: 0;
}

.hrml-registry-hero__icon {
	align-items: center;
	background: #4f46e5;
	border-radius: 14px;
	box-shadow: none;
	color: #fff;
	display: flex;
	flex: 0 0 58px;
	font-size: 1.35rem;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.hrml-registry-hero__title {
	color: #10233d;
	font-size: 1.52rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 0.45rem;
}

.hrml-registry-hero__subtitle {
	color: #929baa;
	font-size: 0.95rem;
	line-height: 1.45;
	margin: 0;
}

.hrml-registry-date {
	align-items: center;
	background: #fbfcff;
	border: 1px solid #e7ebf1;
	border-radius: 999px;
	color: #263954;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.95rem;
	font-weight: 800;
	gap: 0.65rem;
	min-height: 45px;
	padding: 0.55rem 1.35rem;
	white-space: nowrap;
}

.hrml-registry-date i {
	color: #6f83f5;
	font-size: 0.95rem;
}

.hrml-registry-panel {
	background: #fff;
	border: 1px solid #eef2f7;
	border-radius: 16px;
	box-shadow: 0 15px 35px rgba(15, 23, 42, 0.06);
	padding: 2rem 2.45rem 3rem;
}

.hrml-registry-panel__title {
	color: #233850;
	font-size: 1.17rem;
	font-weight: 800;
	line-height: 1.3;
	margin: 0 0 2.05rem;
}

.hrml-registry-table {
	border-collapse: separate !important;
	border-spacing: 0 10px !important;
	color: #263954;
	margin: 0 !important;
	table-layout: fixed;
	width: 100%;
}

.hrml-registry-table thead tr,
.hrml-registry-table tfoot tr {
	background: #f3f6fb !important;
	color: #4c5d7b !important;
}

.hrml-registry-table thead th,
.hrml-registry-table tfoot th {
	border: 0 !important;
	font-size: 0.77rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.02em;
	line-height: 1.15;
	padding: 1rem 1.4rem !important;
	text-transform: uppercase;
	vertical-align: middle;
}

.hrml-registry-table thead th:first-child {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.hrml-registry-table thead th:last-child {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.hrml-registry-table tbody tr {
	background: #fff;
	box-shadow: 0 0 0 1px #edf1f7;
}

.hrml-registry-table tbody td {
	background: #fff !important;
	border-bottom: 1px solid #edf1f7 !important;
	border-top: 1px solid #edf1f7 !important;
	color: #263954;
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.35;
	padding: 1.05rem 1.4rem !important;
	vertical-align: middle;
}

.hrml-registry-table tbody td:first-child {
	border-left: 1px solid #edf1f7 !important;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	font-weight: 800;
}

.hrml-registry-table tbody td:last-child {
	border-right: 1px solid #edf1f7 !important;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.hrml-registry-table--holidays thead th:nth-child(1),
.hrml-registry-table--holidays tbody td:nth-child(1) {
	width: 6%;
}

.hrml-registry-table--holidays thead th:nth-child(2),
.hrml-registry-table--holidays tbody td:nth-child(2) {
	width: 37%;
}

.hrml-registry-table--holidays thead th:nth-child(3),
.hrml-registry-table--holidays tbody td:nth-child(3) {
	width: 35%;
}

.hrml-registry-table--holidays thead th:nth-child(4),
.hrml-registry-table--holidays tbody td:nth-child(4) {
	width: 12%;
	text-align: center;
}

.hrml-registry-table--holidays thead th:nth-child(5),
.hrml-registry-table--holidays tbody td:nth-child(5) {
	width: 10%;
}

.hrml-registry-days {
	background: #d6d6d6;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 800;
	justify-content: center;
	min-width: 38px;
	padding: 0.25rem 0.65rem;
}

.hrml-registry-status {
	background: #eaf8f0;
	border-radius: 999px;
	color: #13965d;
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 800;
	padding: 0.35rem 0.75rem;
}

.hrml-registry-table--notices thead th:nth-child(1),
.hrml-registry-table--notices tbody td:nth-child(1) {
	width: 6%;
}

.hrml-registry-table--notices thead th:nth-child(2),
.hrml-registry-table--notices tbody td:nth-child(2) {
	width: 22%;
}

.hrml-registry-table--notices thead th:nth-child(3),
.hrml-registry-table--notices tbody td:nth-child(3) {
	width: 50%;
}

.hrml-registry-table--notices thead th:nth-child(4),
.hrml-registry-table--notices tbody td:nth-child(4) {
	width: 22%;
}

.hrml-registry-empty-row td {
	color: #8d98a7 !important;
	font-style: italic;
	text-align: center;
}

.hrml-registry-empty-state td {
	color: #263954 !important;
	padding: 1.55rem 1rem !important;
	text-align: center;
}

.hrml-registry-empty-state i {
	color: #c7cbd2;
	display: block;
	font-size: 2.4rem;
	margin-bottom: 1rem;
}

.hrml-registry-empty-state strong {
	display: block;
	font-size: 0.95rem;
	font-weight: 800;
}

.hrml-registry-footer {
	align-items: center;
	border-top: 1px solid #edf1f7;
	color: #8d98a7;
	display: flex;
	font-size: 0.88rem;
	font-style: italic;
	justify-content: space-between;
	margin-top: 5rem;
	padding-top: 1.55rem;
}

.hrml-registry-footer p {
	margin: 0;
}

.hrml-registry-footer a {
	color: #0073ff;
	text-decoration: none;
}

.hrml-registry-footer span {
	font-style: normal;
}

@media (max-width: 1199px) {
	.hrml-registry-shell {
		padding: 3rem 2rem;
	}

	.hrml-registry-hero {
		padding: 1.5rem 2rem;
	}
}

@media (max-width: 767px) {
	.hrml-staff-registry .content-wrapper {
		padding: 1rem;
	}

	.hrml-registry-shell {
		border-radius: 16px;
		min-height: auto;
		padding: 1.25rem;
	}

	.hrml-registry-hero {
		align-items: flex-start;
		flex-direction: column;
		padding: 1.25rem;
	}

	.hrml-registry-panel {
		padding: 1.25rem;
	}

	.hrml-registry-table {
		min-width: 780px;
	}

	.hrml-registry-footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.75rem;
		margin-top: 2rem;
	}
}
