/* Grant data sidebar (休暇付与失効管理) */
.grant-data-sidebar.management-sidebar-content {
	background: transparent;
	box-shadow: none;
	padding: var(--space-xs) var(--space-sm) var(--space-xs) 0;
}

.grant-data-sidebar__panel {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--color-white);
	border: 1px solid var(--color-border-lighter);
	border-radius: var(--radius-lg2);
	box-shadow: var(--shadow-card-lg);
	overflow: hidden;
}

.grant-data-sidebar__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-md);
	padding: var(--space-lg) var(--space-3xl);
	background: var(--color-white);
	border-bottom: 1px solid var(--color-border-lighter);
}

.grant-data-sidebar__title {
	margin: 0;
	font-size: var(--font-lg);
	font-weight: var(--font-weight-bold);
	color: var(--color-text);
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.grant-data-sidebar__reload.btn_list_icon {
	flex-shrink: 0;
	width: var(--button-list-header-icon-size, 2rem);
	height: var(--button-list-header-icon-size, 2rem);
	min-width: var(--button-list-header-icon-size, 2rem);
	padding: 0;
	border-radius: var(--radius-2sm);
	border: 1px solid var(--color-border-purple);
	background: var(--color-white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	transition: background-color var(--transition-fast) ease, border-color var(--transition-fast) ease, box-shadow var(--transition-fast) ease;
}

.grant-data-sidebar__reload.btn_list_icon:hover,
.grant-data-sidebar__reload.btn_list_icon:focus {
	background: var(--color-background-hover);
	border-color: var(--color-primary);
	box-shadow: 0 0 0 3px rgba(107, 93, 250, 0.12);
}

.grant-data-sidebar__reload.btn_list_icon img {
	width: 0.875rem;
	height: 0.875rem;
}

.grant-data-sidebar__table-wrap {
	flex: 1;
	min-height: 0;
	background: var(--color-white);
}

.grant-data-sidebar__table-wrap #xitm_tabu2_table {
	width: 100%;
	border: none;
	border-radius: 0;
}

.grant-data-sidebar .tabulator {
	border: none !important;
	background: transparent;
}

.grant-data-sidebar .tabulator .tabulator-header {
	border-top: none;
	background-color: var(--color-bg-lightest) !important;
}

.grant-data-sidebar .tabulator .tabulator-tableHolder {
	background: var(--color-white);
}

.grant-data-sidebar .tabulator .tabulator-placeholder {
	color: var(--color-text-lighter);
	font-weight: var(--font-weight-normal);
	font-size: var(--font-md2);
}

.grant-data-sidebar .tabulator-row.tabulator-selectable:hover {
	background-color: var(--color-background-hover) !important;
}

.grant-data-sidebar .tabulator-row.tabulator-selected {
	background-color: var(--color-primary-lighter) !important;
}
